]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(custom-load-symbol): Don't always load locate-library.
[gnu-emacs] / lisp / ChangeLog
1 2001-11-27 Richard M. Stallman <rms@gnu.org>
2
3 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
4
5 2001-11-26 Richard M. Stallman <rms@gnu.org>
6
7 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
8 if :on-glyph or :off-glyph is a list, eval it and store it back.
9 (checkbox): Quote the values for :on-glyph and :off-glyph.
10
11 * cus-start.el (recursive-load-depth-limit): Delete item.
12
13 2001-11-26 Sam Steingold <sds@gnu.org>
14
15 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
16 arguments to `insert' are strings.
17
18 2001-11-26 Richard M. Stallman <rms@gnu.org>
19
20 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
21
22 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
23
24 * loaddefs.el: Regenerated.
25
26 * international/mule-diag.el: Require help-fns instead of
27 help-funs.
28
29 * help-fns.el: Renamed from help-funs.el.
30
31 * startup.el (command-line-1): Don't try to call process-list if
32 it is not fboundp.
33
34 2001-11-26 Sam Steingold <sds@gnu.org>
35
36 * frame.el (show-trailing-whitespace): Remove :set argument (the
37 value was essentially identical to the defalt).
38
39 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
40
41 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
42
43 * icomplete.el (icomplete-minibuffer-setup): Likewise.
44
45 * hilit-chg.el (hilit-chg-set): Likewise.
46
47 * speedbar.el (speedbar-mode): Likewise.
48
49 * calendar/calendar.el (calendar-mode): Likewise.
50
51 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
52 insert-string.
53
54 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
55
56 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
57
58 * term/sun-mouse.el (sun-yank-selection): Likewise.
59
60 * textmodes/bib-mode.el (return-key-bib): Likewise.
61
62 * calendar/appt.el (appt-disp-window): Likewise.
63
64 * calendar/diary-lib.el (list-diary-entries): Likewise.
65
66 * array.el (array-reconfigure-rows): Likewise.
67
68 * filecache.el (file-cache-minibuffer-complete): Likewise.
69
70 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
71
72 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
73
74 * allout.el (outline-version, outline-open-topic)
75 (outline-rebullet-heading, outline-insert-listified)
76 (outline-latex-verbatim-quote-curr-line)
77 (outline-latexify-one-item, outlineify-sticky): Likewise.
78
79 * vc.el (vc-next-action-on-file): Likewise.
80 (vc-dired-mode): Remove make-local-hook.
81
82 2001-11-26 Andre Spiegel <spiegel@gnu.org>
83
84 * vc.el (vc-find-version): New function.
85 (vc-version-other-window): Redefined in terms of the above.
86
87 * log-view.el (log-view-find-version): New function.
88 (log-view-mode-map): Bind it to `f'.
89
90 2001-11-26 Gerd Moellmann <gerd@gnu.org>
91
92 * language/devan-util.el (dev-char-glyph): Escape `"' in
93 string literals.
94 (dev-glyph-glyph, dev-glyph-glyph-2)
95 (devanagari-compose-syllable-region): Likewise.
96
97 2001-11-26 Richard M. Stallman <rms@gnu.org>
98
99 * window.el (save-selected-window): No error if saved window is dead.
100
101 * help-funs.el (describe-syntax): Put (interactive) after doc string.
102
103 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
104
105 * international/quail.el (quail-help): Require help-mode in
106 top-level instead.
107
108 * iswitchb.el (iswitchb-exhibit): Use insert instead of
109 insert-string.
110
111 * icomplete.el (icomplete-exhibit): Likewise.
112
113 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
114
115 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
116 (diff-hunk-kill): Simplify.
117 (diff-post-command-hook): Only apply to a single hunk.
118 (diff-hunk-text): Make `char-offset' non-optional.
119 (diff-find-text): Return a cons cell.
120 (diff-find-approx-text): New fun.
121 (diff-find-source-location): Use it.
122 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
123 Adapt to new retval of diff-find-text.
124
125 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
126 rather than integer- representation of dates.
127
128 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
129
130 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
131 (syntax-after): New fun.
132
133 * help-funs.el (describe-syntax): New fun.
134
135 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
136 (font-lock-ppss-stats, font-lock-ppss): Remove.
137 (font-lock-fontify-syntactically-region): Remove tuning code.
138 (font-lock-compile-keywords): Fix off-by-one bug.
139 (font-lock-set-defaults): Don't set removed vars.
140 (c-keywords): Add `inline'.
141 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
142
143 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
144 Set syntax-begin-function.
145 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
146 (lisp-interaction-mode): Don't set local-abbrev-table any more.
147 (lisp-mode-auto-fill): Use syntax-ppss and obey
148 comment-auto-fill-only-comments.
149 (lisp-fill-paragraph): Use syntax-ppss.
150
151 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
152
153 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
154 version of rmail-enable-mime.
155 (rmail-forward): Use it.
156
157 2001-11-25 Richard M. Stallman <rms@gnu.org>
158
159 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
160
161 * international/quail.el (quail-keyboard-layout-button):
162 Define button type.
163 (quail-keyboard-customize-button): Likewise.
164 (quail-help): Use those button types. Require `help-mode'.
165 Avoid altering the argument `package'.
166
167 * help-mode.el (help-function, help-variable, help-face)
168 (help-coding-system, help-input-method, help-character-set):
169 Define each button type with its own explicit define-button-type.
170
171 * language/devan-util.el: Comment out parts of the file
172 which apparently are garbled.
173
174 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
175
176 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
177 insert-string.
178
179 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
180
181 * play/snake.el (snake-mode): Remove make-local-hook.
182
183 * play/tetris.el (tetris-mode): Likewise.
184
185 * play/decipher.el (decipher-mode): Likewise.
186
187 * tmm.el (tmm-add-prompt): Likewise.
188
189 2001-11-25 Sam Steingold <sds@gnu.org>
190
191 * menu-bar.el (menu-bar-apropos-menu): New variable.
192 Moved all `apropos' bindings to this menu.
193 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
194
195 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
196
197 The following changes are for new indian languages support based
198 on Unicode charset and CDAC fonts.
199
200 * international/mule-conf.el: Change indian-1-column charset to
201 indian-glyph charset.
202
203 * international/characters.el: Adjusted for the change of
204 indian-1-column -> indian-glyph.
205
206 * international/fontset.el: Delete the setting for indian-1-column
207 and add the setting for indian-glyph in the default fontset.
208
209 * language/indian.el: Completely re-written.
210
211 * language/devanagari.el: Completely re-written.
212
213 * language/devan-util.el: Completely re-written.
214
215 * language/ind-util.el: New file.
216
217 2001-11-24 Richard M. Stallman <rms@gnu.org>
218
219 * startup.el (command-line-1): Don't do startup screen
220 if a subprocess is running. Call the startup screen buffer
221 "GNU Emacs". Make a special mode-line-format for it.
222
223 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
224 (browse-url-galeon): Use that variable.
225
226 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
227 eval-expression. Eval and set the variable simply.
228
229 * files.el (temporary-file-directory): Use defcustom.
230 (small-temporary-file-directory): Likewise.
231 (normal-backup-enable-predicate): Move down in file
232 after definition of temporary-file-directory.
233
234 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
235
236 2001-11-24 Colin Walters <walters@debian.org>
237
238 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
239 autoload names to match files renamed on initial calc import.
240
241 * calc/calc.el (Commentary): Cleanup, and add logistic curve
242 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
243
244 2001-11-23 Colin Walters <walters@debian.org>
245
246 * Makefile.in (finder_setwins, setwins): Include Calc again.
247
248 * calc/calc-rules.el: Add header comment.
249
250 2001-11-23 Andre Spiegel <spiegel@gnu.org>
251
252 * vc.el (with-vc-properties): Don't bind `filename' locally.
253 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
254 to avoid name clashes. Fix `lisp-indent-function' property for
255 both.
256
257 2001-11-23 Francesco Potorti` <pot@gnu.org>
258
259 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
260
261 2001-11-22 Colin Walters <walters@debian.org>
262
263 * calc/calc-misc.el (report-calc-bug):
264 Use `reporter-prompt-for-summary-p'.
265
266 * calc/INSTALL, calc/Makefile: Remove.
267
268 2001-11-22 Miles Bader <miles@gnu.org>
269
270 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
271 (reb-match-2, reb-match-3): Add dark-background variants.
272
273 2001-11-22 Colin Walters <walters@debian.org>
274
275 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
276 (info "Calc").
277 (report-calc-bug): Use reporter.el.
278
279 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
280
281 2001-11-21 Richard M. Stallman <rms@gnu.org>
282
283 * which-func.el (which-function): Call imenu--make-index-alist
284 if necessary to get a list of functions.
285 (which-function-imenu-failed): New variable.
286 (which-func-update): Handle all visible windows.
287 (which-func-update-1): New subroutine broken out of which-func-update.
288
289 * files.el (temporary-file-directory, null-device)
290 (small-temporary-file-directory): Definitions moved up.
291
292 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
293 (cperl-non-problems, cperl-praise): Doc fixes.
294
295 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
296 (sh-mode-syntax-table): Function restored.
297 Variable set up for use by function sh-mode-syntax-table.
298 (sh-set-shell): Set the syntax table.
299
300 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
301
302 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
303
304 * international/encoded-kb.el: Don't alter minor-map-alist.
305
306 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
307
308 * files.el (auto-save-file-name-transforms): Put remote files in
309 temporary-file-directory rather than /tmp.
310
311 2001-11-21 Colin Walters <walters@debian.org>
312
313 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
314 of (function ...) wrapper.
315
316 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
317
318 * derived.el (define-derived-mode): Create the abbrev-table
319 from inside the `defvar'.
320
321 * jit-lock.el (jit-lock-defer-time): New var.
322 (jit-lock-defer-timer, jit-lock-buffers): New vars.
323 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
324 (jit-lock-function): Defer fontification if requested.
325 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
326 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
327 text property.
328 (jit-lock-deferred-fontify): New fun.
329
330 2001-11-20 Richard M. Stallman <rms@gnu.org>
331
332 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
333 Set local-abbrev-table to lisp-mode-abbrev-table.
334
335 * emacs-lisp/re-builder.el (reb-mode):
336 Don't use define-derived-mode. Call kill-all-local-variables.
337
338 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
339 Don't use define-derived-mode.
340
341 * help-mode.el (help-mode): Undo 2001-10-07 change.
342
343 * replace.el (occur-mode): Undo 2001-5-20 change.
344
345 2001-11-20 Jason Rumney <jasonr@gnu.org>
346
347 * w32-fns.el (w32-system-coding-system): Change to an alias for
348 locale-coding-system.
349 (set-w32-system-coding-system): Document the above change.
350 Set locale-coding-system instead.
351
352 2001-11-20 Richard M. Stallman <rms@gnu.org>
353
354 * ruler-mode.el: Add pagination.
355 (ruler-mode-toggle-show-tab-stops): No need to
356 test `ruler-mode' variable.
357
358 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
359
360 * play/landmark.el: Mark lm-mode as special.
361
362 * play/gomoku.el: Mark gomoku-mode as special.
363
364 2001-11-20 Juanma Barranquero <lektu@terra.es>
365
366 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
367 (top-level): Bind it to C-c C-b.
368 (re-builder): Don't re-enter RE Builder Mode.
369
370 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
371
372 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
373
374 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
375 `manual-program'.
376
377 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
378 to a line without a comment.
379
380 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
381
382 * dired.el (dired-listing-switches): Mention in the doc string
383 that some switches are not supported by ls-lisp.el
384
385 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
386
387 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
388 (imenu--create-keymap-2): Remove.
389 (imenu--create-keymap-1): Simplify, remove third argument.
390 (imenu--generic-function): Use dolist.
391 (imenu-find-default): New function.
392 (imenu--completion-buffer): Use it.
393 (imenu--mouse-menu): Use popup-menu.
394 (imenu--menubar-select): Return t rather than calling imenu.
395
396 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
397 New functions, extracted from fill-region-as-paragraph.
398 (fill-region-as-paragraph): Use them.
399 Use an end marker instead of eob.
400 Ignore whitespace-only fill-prefixes when indenting according to mode.
401 Simplify the loop that searches for spaces backwards.
402
403 * textmodes/picture.el (picture-vertical-step)
404 (picture-horizontal-step): Don't use defconst for variables.
405
406 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
407 (mail-extract-address-components): Downcase domain names.
408 (mail-extr-delete-char): Remove. Use delete-char instead.
409
410 * emulation/pc-select.el: Doc string fixes.
411 (pc-selection-mode): Don't treat macos as a tty.
412
413 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
414
415 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
416
417 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
418 (mouse-wheel-progessive-speed): New var.
419 (mwheel-scroll): Use it and handle float values.
420
421 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
422
423 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
424 (iswitchb): Fix the case where the result was selected with the mouse.
425 (iswitchb-completion-help): Use the normal *Completions* now that
426 mouse selection works.
427 (iswitchb-minibuffer-setup): Simplify.
428
429 * newcomment.el (comment-column, comment-style, comment-multi-line)
430 (comment-auto-fill-only-comments): Remove :group arg.
431 (comment-padding): Add :type.
432 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
433 if called interactively.
434
435 2001-11-19 Colin Walters <walters@verbum.org>
436
437 * calc/calc.el (toplevel): Add comment and version header.
438 (calc-init-base): Bump version to 2.02f, update date.
439
440 2001-11-19 Richard M. Stallman <rms@gnu.org>
441
442 * net/browse-url.el: Support Mozilla and Galeon.
443 By default, find the installed browser whichever it is.
444 (browse-url-mozilla): New function.
445 (browse-url-mozilla-sentinel): New function.
446 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
447 (browse-url-default-browser): New function.
448 (browse-url-process-environment): Use browse-url-browser-display.
449 (browse-url-browser-display): Renamed from browse-url-netscape-display.
450 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
451 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
452 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
453 (browse-url-browser-function): New default, new options.
454
455 2001-11-19 Sam Steingold <sds@gnu.org>
456
457 * bindings.el (last-buffer, unbury-buffer): New function.
458 (mode-line-unbury-buffer): Use `unbury-buffer'.
459
460 2001-11-18 Stephen Eglen <stephen@gnu.org>
461
462 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
463 control behaviour when no further completion is possible.
464
465 2001-11-19 Colin Walters <walters@verbum.org>
466
467 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
468 (math-showing-full-precision, math-with-extra-prec, math-working)
469 (calc-with-default-simplification)
470 (calc-with-trail-buffer): Use backtick.
471 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
472 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
473 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
474 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
475 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
476 (Math-num-integerp, Math-bignum-test, Math-equal-int)
477 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
478 (calc-record-compilation-date-macro): Deleted. Callers updated.
479 (math-format-radix-digit): Move to calc-bin.el.
480
481 * calc/calc.el (calc-record-compilation-date): Remove.
482 (calc-bug-address): Update.
483 (calc-settings-file): Use `user-init-file'.
484
485 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
486 Handle null `calc-settings-file'.
487
488 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
489 * calc/calc-keypd.el (calc-keypad-mode): New.
490 (calc-do-keypad): Use it.
491 (calc-keypad-map): Move into `calc-keypad-mode'.
492
493 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
494 to defalias argument.
495
496 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
497 (calcFunc-floor): Ditto.
498
499 * calc-units.el (calcFunc-usimplify): Ditto.
500
501 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
502 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
503 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
504 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
505 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
506 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
507 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
508 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
509 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
510 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
511 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
512 and move them before their first use. Use `when', `unless'.
513 Remove trailing periods from error forms. Add description and
514 headers suggested by Emacs Lisp coding conventions.
515
516 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
517
518 * newcomment.el (comment-indent):
519 Fix misindentation for comment-only lines.
520 (comment-indent-new-line): Only obey comment-multi-line if the
521 comment-ender is not the end-of-line.
522
523 2001-11-19 Richard M. Stallman <rms@gnu.org>
524
525 * net/net-utils.el (network-connection-service-abbrev-alist):
526 New variable.
527
528 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
529 Advance to start of 3rd sexp by moving fwd and backing over it.
530 At first three elements, act like defun.
531
532 * delsel.el (delete-selection-pre-hook): Handle and resignal
533 file-supersession errors to interact properly with userlock.el.
534
535 2001-11-18 Richard M. Stallman <rms@gnu.org>
536
537 * progmodes/fortran.el (fortran-mode-syntax-table):
538 Specify punctuation syntax for backslash.
539
540 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
541 All calls deleted.
542
543 * international/mule-util.el (string-to-sequence): Make it obsolete.
544 (string-to-list, string-to-vector): Implement them directly
545 using append and vconcat, not with string-to-sequence.
546
547 * startup.el (command-line): Set abbrevs-changed to nil after
548 reading the init file and the abbrevs file.
549
550 * isearch.el (isearch): Use magenta2 as bg for (background light)
551
552 2001-11-17 Richard M. Stallman <rms@gnu.org>
553
554 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
555
556 * simple.el (minibuffer-history-sexp-flag): Doc fix.
557
558 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
559
560 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
561 If set and if applicable, add a regexp to highlight defun-like
562 text inside comments and strings.
563 (font-lock-fontify-keywords-region): Pass that new arg.
564 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
565 to the end and pass that new arg.
566 (c-font-lock-keywords-2): Fix regex for labels.
567 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
568 Make it work when LIMIT is several lines further.
569 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
570 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
571 Use backquote and make the regexes for `int a, b, c;' work on
572 multiple lines.
573
574 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
575 (font-lock-defaults-alist): Don't change it any more.
576 (reb-subexp-mode-map): Cleanup.
577
578 * custom.el (custom-current-group-alist): New var.
579 (custom-declare-group): Set it.
580 (custom-current-group): New fun.
581 (custom-declare-variable, custom-handle-all-keywords):
582 Use it as a default if no :group argument is specified.
583
584 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
585 (standard-keyboard-coding-systems): New var.
586 (set-locale-environment): Use it to decide whether or not to call
587 set-keyboard-coding-system.
588 (locale-language-names): Use \"French\" for "fr".
589
590 2001-11-17 Richard M. Stallman <rms@gnu.org>
591
592 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
593 (add-to-list): Delete compatibility code.
594 (checkdoc-next-message-error): Doc fix.
595
596 2001-11-17 Stephen Eglen <stephen@gnu.org>
597
598 * locate.el (locate): Show default locate pattern within the
599 prompt, but don't insert it into the minibuffer contents.
600 Catch the case when pattern is the empty string.
601
602 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
603
604 * language/european.el ("French"): New language environment.
605
606 2001-11-16 Richard M. Stallman <rms@gnu.org>
607
608 * calendar/todo-mode.el (todo-save): Fix previous change.
609
610 * subr.el (functionp): Do use cdr-safe on object.
611
612 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
613
614 * bindings.el (mode-line-mode-name): Only put the help-echo property
615 if the local-map property was put as well.
616 (global-map): Bind switch-frame, delete-frame, iconify-frame
617 and make-frame-visible events.
618
619 * emacs-lisp/elp.el (elp-not-profilable): New var.
620 (elp-not-profilable-p): New function.
621 (elp-instrument-function): Use it. Use backquotes and push.
622
623 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
624 (byte-stack+-info, byte-compile-last-warned-form)
625 (byte-compile-last-logged-file): Don't defconst a variable.
626 (no-byte-compile): Declare.
627 (byte-compile-file): Don't boundp-check no-byte-compile any more.
628 (byte-compile-defvar): Leave defconst as is.
629
630 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
631 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
632 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
633 (edebug-best-error): Don't defconst a variable.
634 (edebug-read-syntax-table): Use a char-table.
635 (edebug-lemacs-specific): Remove.
636 Toplevel: Eliminate check for Lucid Emacs.
637
638 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
639
640 * rect.el (move-to-column-force): Mark obsolete.
641 (operate-on-rectangle, delete-extract-rectangle-line)
642 (insert-rectangle, delete-whitespace-rectangle-line)
643 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
644 (string-rectangle-history): New var.
645 (string-rectangle, string-insert-rectangle): Use it.
646 (delete-rectangle-line): Fix pos/column mixup and simplify.
647
648 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
649 (normal-top-level, command-line, command-line-1): Simplify.
650
651 * tar-mode.el (tar-mode): Use define-derived-mode.
652
653 * view.el (view-mode-enable): Don't use make-local-hook.
654
655 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
656
657 2001-11-16 Richard M. Stallman <rms@gnu.org>
658
659 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
660 if it doesn't make sense as anything else.
661 Don't recognize a "telephone number" at the beginning of the name.
662 (mail-extr-leading-garbage): Match non-word characters only.
663
664 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
665
666 * startup.el (command-line-processed): Doc fix.
667
668 * apropos.el (apropos-next-label-button): Doc fix.
669
670 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
671
672 * comint.el (comint-mode): Simplify.
673 (make-comint-in-buffer): Run `comint-mode' only if necessary.
674
675 * subr.el (eval-after-load): Make it work with features as well.
676
677 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
678
679 * international/mule-cmds.el (describe-input-method): Setup xref.
680 (set-language-environment): Use functionp.
681 (locale-language-names, locale-charset-language-names)
682 (locale-preferred-coding-systems): Defconst and purecopy.
683
684 * language/european.el (mac-roman): Add mime-charset property.
685
686 2001-11-15 Richard M. Stallman <rms@gnu.org>
687
688 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
689 (multiple-value-apply, nth-value): Use defsubst rather than defalias
690 to get better doc strings.
691
692 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
693
694 * derived.el: Fix autoload cookie.
695
696 2001-11-15 Richard M. Stallman <rms@gnu.org>
697
698 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
699
700 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
701
702 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
703
704 2001-11-15 Richard M. Stallman <rms@gnu.org>
705
706 * dired.el (dired-undo): Display a message to explain
707 that this does not undo file system changes.
708
709 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
710
711 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
712 into `unread-command-events' instead of trying keymap
713 lookups ourselves. This makes mouse-clicks do the right
714 thing even when keymaps of overlays are involved.
715 (mouse-drag-drag): Likewise.
716
717 2001-11-15 Andreas Schwab <schwab@suse.de>
718
719 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
720 characters and append anchor to pattern added to auto-mode-alist.
721
722 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
723
724 * server.el (server-process-filter): Run pore/post-comment-hook
725 before/after visiting the file.
726
727 * info-look.el (makefile-mode): Add info for automake.
728 (autoconf-mode): Fix the name of the index for automake.
729
730 * international/latin-9.el: Give pilcrow punctuation syntax.
731
732 2001-11-15 Andre Spiegel <spiegel@gnu.org>
733
734 * vc.el: Documentation fixes.
735
736 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
737
738 * smerge-mode.el (smerge-match-conflict): Fix typo.
739 (smerge-diff): Be careful to read match-data early enough.
740
741 2001-11-14 Colin Walters <walters@verbum.org>
742
743 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
744 (calcFunc-subst): Use `defalias' instead of `fset' and
745 `symbol-function'.
746
747 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
748 (calcFunc-ceil, calcFunc-round): Ditto.
749
750 * calc/calc-bin.el (calcFunc-clip): Ditto.
751
752 * calc/calc-ext.el (calcFunc-evalv): Ditto.
753
754 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
755
756 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
757 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
758
759 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
760
761 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
762 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
763 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
764 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
765 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
766 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
767 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
768 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
769 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
770 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
771 * calcsel2.el: Style cleanup; don't put closing parens on their
772 own line, add "foo.el ends here" to each file, and update
773 copyright date.
774
775 * README: Update maintainer.
776
777 2001-11-13 Alan Shutko <ats@acm.org>
778
779 * compile.el (recompile): Use compilation-arguments if set, so as
780 to be able to M-x recompile the exact command which created a
781 compilation-mode buffer.
782
783 2001-11-13 Richard M. Stallman <rms@gnu.org>
784
785 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
786
787 2001-11-13 Gerd Moellmann <gerd@gnu.org>
788
789 * mouse.el (mouse-drag-region): Don't run the up-event
790 handler if window start changed due to the down-mouse event.
791
792 2001-11-13 Richard M. Stallman <rms@gnu.org>
793
794 * mouse.el (mouse-show-mark): Either move point to the mark
795 or use highlighting, never both.
796 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
797
798 2001-11-13 Simon Josefsson <jas@extundo.com>
799
800 * mail/smtpmail.el (top-level): Change maintainer to Simon
801 Josefsson, cleanup the smtpmail.el header.
802
803 * mail/smtpmail.el (top-level): Don't require cl or base64.
804 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
805 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
806 Defsubst instead of defmacro.
807 (smtpmail-intersection): Return value in reverse order.
808 (smtpmail-open-stream): Use stringp instead of string-to-list.
809 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
810 separated from smtpmail-via-smtp.
811
812 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
813 rfc2104. Require base64 and cl.
814 (smtpmail-smtp-service): Doc fix. :type fix.
815 (smtpmail-debug-info): Doc fix.
816 (smtpmail-debug-verb, smtpmail-auth-credentials)
817 (smtpmail-starttls-credentials, smtpmail-auth-supported):
818 New variables.
819 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
820 mail-utils (it is autoloaded).
821 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
822 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
823 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
824 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
825 (smtpmail-via-smtp): Support AUTH.
826 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
827
828 2001-11-13 Richard M. Stallman <rms@gnu.org>
829
830 * ebuff-menu.el (electric-buffer-update-highlight): New function.
831 (electric-buffer-overlay): New variable.
832 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
833 (electric-buffer-list): Likewise.
834
835 2001-11-13 Per Starback <starback@ling.uu.se>
836
837 * isearch.el (isearch-whitespace-chars): Doc fix.
838 (isearch-mode): Handle negative search-slow-window-lines correctly.
839
840 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
841
842 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
843
844 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
845 From Emmanuel Briot <briot@act-europe.fr>.
846
847 2001-11-13 Colin Walters <walters@debian.org>
848
849 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
850
851 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
852 "~/.emacs"; use `read-file-name'.
853
854 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
855 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
856 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
857 * calc/calc.el: Use `frame-width' instead of `screen-width',
858 `frame-height' instead of `screen-height', and,
859 `executing-kbd-macro' instead of `executing-macro'.
860
861 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
862 correct number of arguments.
863
864 * calc/calc-aent.el (calc-do-alg-entry):
865 Use `blink-paren-function' instead of `blink-paren-hook'.
866
867 2001-11-12 Richard M. Stallman <rms@gnu.org>
868
869 * calendar/todo-mode.el (todo-save): Add save-excursion
870 and save-restriction.
871
872 * server.el (server-edit, server-done): Doc fix.
873
874 * simple.el (clone-indirect-buffer): Error if major mode symbol
875 has a no-clone-indirect property.
876 (clone-buffer): Check for obvious errors before reading clone name.
877
878 * info.el (Info-mode): Add a no-clone-indirect property.
879
880 2001-11-12 Sam Steingold <sds@gnu.org>
881
882 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
883 set-buffer-modified-p to nil after `vc-exec-after'.
884 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
885 (log-view-mode): Make read-only.
886 (log-view-current-file): Do final `expand-file-name' in the
887 current `default-directory'.
888 (log-view-current-tag): Take an optional `where' arg.
889 (log-view-diff): New user command.
890
891 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
892
893 * progmodes/cpp.el (cpp-choose-face): Fix typo.
894
895 2001-11-12 Sam Steingold <sds@gnu.org>
896
897 * emacs-lisp/cl-indent.el (toplevel): Indent properly
898 `generic-flet', `generic-labels', `with-accessors',
899 `with-condition-restarts'.
900
901 2001-11-12 Richard M. Stallman <rms@gnu.org>
902
903 * dired.el: Many trivial doc fixes.
904 (dired-get-file-for-visit): New function.
905 (dired-find-alternate-file, dired-mouse-find-file-other-window):
906 (dired-view-file, dired-find-file-other-window, dired-display-file):
907 (dired-find-file): Use dired-get-file-for-visit.
908
909 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
910
911 * sql.el (sql-mode): Doc change.
912
913 * sql.el (sql-mode-syntax-table): The backslash is no longer an
914 escape character.
915
916 2001-11-12 Colin Walters <walters@debian.org>
917
918 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
919 (calc-do-keypad): Don't attempt to use nonexistent global
920 mouse-map, use calc-keypad-map.
921 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
922 (calc-keypad-left-click): Don't use mouse-map; update to new event
923 interface.
924 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
925 (calc-keypad-press): Use `unread-command-events' instead of
926 `unread-command-char'.
927
928 * calc/calc-ext.el (calc-init-extensions): Update autoload names
929 to match files renamed on initial calc import.
930
931 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
932
933 * textmodes/flyspell.el (flyspell-default-dictionary):
934 Fix previous change.
935
936 2001-11-12 Richard M. Stallman <rms@gnu.org>
937
938 * textmodes/flyspell.el (flyspell-default-dictionary):
939 Fix custom type.
940
941 2001-11-11 Richard M. Stallman <rms@gnu.org>
942
943 * calendar/solar.el (solar-sunrise-and-sunset):
944 Exchange the two extreme values of day-length.
945
946 * progmodes/sh-script.el (sh-must-be-shell-mode):
947 Allow modes derived from sh-mode.
948
949 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
950 Turn off error in some re-search-forward calls.
951
952 * replace.el (query-replace-skip-read-only): New variable.
953 (perform-replace): If that variable is non-nil, ignore matches
954 that have a read-only property.
955
956 * derived.el (define-derived-mode): Doc fix.
957
958 * server.el (server-buffer-done): Test of server-existing-buffer
959 was backwards.
960 (server-existing-buffer): Doc fix.
961
962 * textmodes/flyspell.el (flyspell-default-dictionary):
963 Allow nil as value, and make nil the default.
964
965 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
966
967 * subdirs.el: Regenerated.
968
969 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
970 it is not fboundp.
971 (clipboard-yank): Ditto.
972
973 2001-11-11 Colin Walters <walters@verbum.org>
974
975 The following changes are based on patches from
976 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
977 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
978
979 * calc/calc.el (toplevel): Require calc-macs.
980 (calc-minibuffer-size): New.
981 (calcDigit-nondigit): Use it instead of `buffer-size'.
982 (calcDigit-backspace): Likewise.
983 (calcDigit-nondigit): Use `minibuffer-contents' instead of
984 `buffer-string'.
985 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
986 `point-min'.
987 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
988 `save-excursion'.
989
990 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
991 simple `setq' form.
992
993 * calc/calc-ext.el: (toplevel): Require calc.
994 (calc-fancy-prefix-map): New.
995 (calc-fancy-prefix): Use it.
996 (calc-fancy-prefix-other-key): New.
997
998 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
999 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1000 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1001 (calcAlg-enter): Likewise.
1002 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1003
1004 2001-11-10 Richard M. Stallman <rms@gnu.org>
1005
1006 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1007 (quietly-read-abbrev-file): Doc fix.
1008
1009 * startup.el (command-line): Read standard abbrev
1010 file (abbrev-file-name), if it exists.
1011
1012 * files.el (save-abbrevs): Default value is t.
1013
1014 * progmodes/compile.el (compile-goto-error): Fix previous change
1015 in the case where subsequent errors have not been parsed yet
1016 because they are in a different source file.
1017
1018 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1019
1020 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1021 Merge two regular expressions into one.
1022 (ps-mode): Make local bindings for `comment-start' and
1023 `comment-start-skip'.
1024 (ps-mode-looking-at-nested): Simplify an if-else construct;
1025 use `set-match-data' to set the result.
1026
1027 2001-11-10 Richard M. Stallman <rms@gnu.org>
1028
1029 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1030 Function deleted.
1031 (flyspell-correct-word): Old definition deleted.
1032 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1033 All references renamed too.
1034
1035 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1036
1037 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1038
1039 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1040
1041 * wid-edit.el (checklist): Removed `:menu-tag'.
1042 (radio-button-choice): Ditto.
1043 (editable-list): Ditto.
1044
1045 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1046
1047 * play/gomoku.el: Move definitions of constants to the beginning
1048 of file, before their use.
1049
1050 2001-11-09 Richard M. Stallman <rms@gnu.org>
1051
1052 * textmodes/flyspell.el: Use the keymap property
1053 instead of local-map, and don't use a minor-mode map.
1054 (flyspell-mode-map): Variable deleted.
1055 Don't mess with minor-mode-map-alist.
1056 (calling add-minor-mode): Specify nil for keymap.
1057 And always use add-minor-mode, now that it exists.
1058 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1059 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1060 or flyspell-local-mouse-map.
1061 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1062 (flyspell-mode): Doc fix.
1063 (flyspell-mode-on): Don't call make-local-hook.
1064
1065 2001-11-09 Sam Steingold <sds@gnu.org>
1066
1067 * emacs-lisp/debug.el (debugger-make-xrefs):
1068 Add buttons to all symbols.
1069
1070 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1071
1072 * vc.el: Add John David Smith to credits.
1073
1074 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1075
1076 * vc-hooks.el (vc-error-occured): Backquotified.
1077 (vc-file-prop-obarray): Use prime length for better efficiency.
1078
1079 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1080
1081 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1082
1083 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1084
1085 2001-11-09 Miles Bader <miles@gnu.org>
1086
1087 * subr.el (functionp): Don't consider macros as functions.
1088
1089 2001-11-08 Miles Bader <miles@gnu.org>
1090
1091 * subr.el (functionp): Make work correctly for macros and unbound
1092 symbols.
1093
1094 * comint.el (comint-send-input): Fix description of
1095 `comint-process-echoes' in the doc-string.
1096
1097 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1098
1099 * international/mule.el (make-translation-table): Doc fix.
1100 Suggested by Alex Schroeder <alex@gnu.org>.
1101
1102 2001-11-07 Richard M. Stallman <rms@gnu.org>
1103
1104 * info.el (Info-fontify-node): Highlight every third menu item.
1105
1106 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1107
1108 * cus-edit.el (custom-face-value-create): Don't ignore the
1109 `customized-face' attribute when finding the current face spec.
1110
1111 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1112
1113 * subr.el (with-local-quit): New macro.
1114 (make-syntax-table): Always inherit.
1115 (functionp): Be more careful when `object' is a symbol.
1116
1117 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1118
1119 2001-11-07 Paul Eggert <eggert@twinsun.com>
1120
1121 * dired.el (dired-move-to-filename-regexp):
1122 Do not distinguish between ASCII letters and non-ASCII characters.
1123 Don't allow comma except in the form "month day, year".
1124 Don't allow space between month name and comma.
1125 Clean up the code that checks for trailing period, comma, and space.
1126 Remove now-obsolete comments, and add more commentary about
1127 Japanese dates.
1128 Always gobble up trailing spaces, instead of doing it only sometimes.
1129
1130 2001-11-07 Miles Bader <miles@gnu.org>
1131
1132 * paren.el (show-paren-match-face): Add dark-background variant.
1133
1134 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1135
1136 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1137 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1138 Don't disable adaptive-fill-mode.
1139 (lisp-fill-paragraph): Use tab-width rather than 8.
1140 Prevent filling the first line of docstrings.
1141
1142 2001-11-06 Richard M. Stallman <rms@gnu.org>
1143
1144 * play/gomoku.el (gomoku): Doc fix.
1145
1146 * jka-compr.el (jka-compr-partial-uncompress):
1147 Support an alternative of not using dd.
1148 (jka-compr-dd-program): Use defcustom to define this.
1149 (jka-compr-load-suffixes): Use defcustom.
1150 (jka-compr-mode-alist-additions): Use defcustom.
1151
1152 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1153
1154 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1155 Also work when LIMIT is further than the end of line.
1156
1157 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1158
1159 * international/quail.el (quail-update-leim-list-file): Print the
1160 offending file name if some of its quail-define-package forms is broken.
1161
1162 2001-11-05 Richard M. Stallman <rms@gnu.org>
1163
1164 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1165 of the evaluated form.
1166
1167 2001-11-05 Paul Eggert <eggert@twinsun.com>
1168
1169 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1170 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1171 stamps always line up by default. Also, it uses a slightly
1172 different window to determine whether files are "recent".
1173
1174 2001-11-05 Andrew Innes <andrewi@gnu.org>
1175
1176 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1177 Don't attempt to remake autoloads before nuking .elc files.
1178
1179 2001-11-04 Richard M. Stallman <rms@gnu.org>
1180
1181 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1182 previous-single-property-change or next-single-char-property-change
1183 returns nil.
1184
1185 * international/mule-cmds.el (set-locale-environment):
1186 Make it interactive; make arg optional.
1187
1188 * international/mule-diag.el (help-funs): Require help-funs.
1189
1190 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1191
1192 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1193
1194 2001-11-04 Miles Bader <miles@gnu.org>
1195
1196 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1197 shadow of the splash image grey on a dark background instead of black.
1198
1199 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1200
1201 * term.el (all faces): Don't (copy-face 'default <foo>).
1202
1203 * term/xterm.el (function-key-map):
1204 Add entry for `ESC [ 3 ~' -> <delete>
1205 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1206 Use inheritance so that .emacs and terminfo take precedence.
1207
1208 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1209
1210 * tooltip.el (tooltip-delay): Decrease to 0.7.
1211 (tooltip-hide-delay): Enlarge to 10.
1212
1213 2001-11-03 Richard M. Stallman <rms@gnu.org>
1214
1215 * startup.el (fancy-splash-tail): Explain how to recover
1216 from a crash, if there was a crash.
1217 (command-line-1): Reorganize display of startup screen,
1218 to simplify the logic. Use a temp buffer for it.
1219
1220 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1221
1222 * frame.el (set-background-color, set-foreground-color):
1223 Call face-set-after-frame-default, to propagate the new colors to
1224 the frame's parameters alist.
1225
1226 * calendar/timeclock.el (timeclock-out): Signal an error if
1227 timeclock-last-event is nil.
1228
1229 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1230
1231 * textmodes/fill.el (fill-context-prefix): Fix braino.
1232
1233 * international/quail.el (quail-help):
1234 Use `help-buffer' and move `help-setup-xref' to beginning.
1235
1236 * international/mule-cmds.el (describe-language-environment):
1237 Use `help-buffer' and move `help-setup-xref' to beginning.
1238
1239 * international/mule-diag.el (list-character-sets)
1240 (sort-listed-character-sets, describe-character-set)
1241 (describe-coding-system, describe-fontset, list-fontsets):
1242 Use `help-buffer' and move `help-setup-xref' to beginning.
1243 (describe-char-after): Use `internal-describe-syntax-value'.
1244
1245 2001-11-02 Richard M. Stallman <rms@gnu.org>
1246
1247 * mouse.el (popup-menu): If the user refuses to select
1248 from a menu, don't try to invoke the menu.
1249
1250 2001-11-02 Miles Bader <miles@gnu.org>
1251
1252 * help-mode.el (help-xref): New button type.
1253 (help-function, help-variable, help-face, help-coding-system)
1254 (help-input-method, help-character-set, help-type, help-symbol)
1255 (help-back, help-info, help-customize-variable, help-customize-face)
1256 (help-function-def, help-variable-def): Use it as a supertype.
1257 Remove `action' property.
1258
1259 * international/mule-diag.el (describe-character-set)
1260 (describe-coding-system): Pass correct args to `help-xref-button'.
1261 (sort-listed-character-sets): New button type.
1262 (list-character-sets): Use it.
1263 (list-charset-chars): New button type.
1264 (list-character-sets-1): Use it.
1265
1266 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1267
1268 * indent.el (tab-always-indent, indent-for-tab-command):
1269 Remove redundant `never' setting.
1270
1271 * fill.el (fill-region-as-paragraph): Don't forget to skip
1272 over current whitespace before looking for a preceding space.
1273
1274 2001-11-01 Richard M. Stallman <rms@gnu.org>
1275
1276 * files.el (file-newest-backup): Don't pass backup file name
1277 thru file-name-sans-versions, because it never has version numbers.
1278
1279 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1280 to avoid ambiguous nested loops.
1281
1282 * files.el (find-file-noselect): Offer to change buffer-read-only
1283 only when the file's read-only status has changed from before
1284 as well as disagreeing with the buffer's current status.
1285 (buffer-file-read-only): New var, local in all buffers.
1286
1287 * buff-menu.el (buffer-menu): Doc fix.
1288 (buffer-menu-other-window): Doc fix.
1289 (list-buffers, list-buffers-noselect): Doc fix.
1290
1291 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1292
1293 * startup.el (command-line): If the terminal Emacs is running on
1294 has erase char set to ^H, use the Backspace key for deleting
1295 backward, and the Delete key for deleting forward.
1296
1297 2001-11-01 Miles Bader <miles@gnu.org>
1298
1299 * button.el (define-button-type): Make sure every user-defined
1300 button type has a supertype.
1301
1302 2001-10-31 Jason Rumney <jasonr@gnu.org>
1303
1304 * international/mule-cmds.el (locale-language-names): Add chs and
1305 cht as aliases for Chinese-GB and Chinese-BIG5.
1306
1307 2001-10-31 Richard M. Stallman <rms@gnu.org>
1308
1309 * bindings.el (mode-line-frame-identification): Add doc string.
1310 (mode-line-position, mode-line-modes): New variables.
1311 (mode-line-format): Use mode-line-position for the part
1312 that displays the position-in-buffer info.
1313 Use mode-line-modes for the part that displays major and minor modes.
1314
1315 2001-10-31 Sam Steingold <sds@gnu.org>
1316
1317 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1318 (debugger-setup-buffer): Call it.
1319 (debugger-mode-map): Bind RET and mouse-2.
1320
1321 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1322
1323 * startup.el: Document command line option --no-window-system
1324 instead of --no-windows.
1325
1326 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1327
1328 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1329
1330 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1331 (font-lock-defaults-alist): Use it.
1332 From David Ponce <david.ponce@wanadoo.fr>
1333
1334 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1335 output of `char-after'.
1336
1337 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1338
1339 * simple.el (reindent-then-newline-and-indent): Insert the newline
1340 before indenting the first line.
1341 (undo-get-state, undo-revert-to-state): New funs.
1342 (shell-command): Don't kill the buffer even if empty.
1343 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1344 (transpose-subr-end2): Remove.
1345 (transpose-subr): Add `special' arg and simplify.
1346 (transpose-subr-1): Rewrite.
1347 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1348 (rfc822-goto-eoh): Simplify.
1349
1350 2001-10-30 Richard M. Stallman <rms@gnu.org>
1351
1352 * enriched.el (enriched-face-ans): FIx previous change.
1353
1354 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1355
1356 * international/iso-acc.el (iso-accents-compose): Remove a
1357 superfluous setq.
1358
1359 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1360
1361 * buff-menu.el (list-buffers-noselect): If the buffer's name
1362 starts with a blank, but it visits a file, do show it (for files
1363 whose names start with a blank).
1364
1365 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1366
1367 * textmodes/fill.el (sentence-end-double-space)
1368 (sentence-end-without-period): Move to paragraphs.el.
1369 (fill-indent-according-to-mode): Change default to t.
1370 (fill-context-prefix): Simplify control-flow and use a more
1371 sophisticated merge that unifies both previous checks.
1372 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1373 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1374 (fill-nobreak-p): New fun.
1375 (fill-region-as-paragraph): Use it.
1376 Handle `fill-indent-according-to-mode' slightly differently.
1377 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1378 (fill-individual-paragraphs-citation): Fix.
1379
1380 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1381 (paragraph-start): Change default to the `text-mode' value.
1382 (sentence-end-double-space, sentence-end-without-period):
1383 Move from fill.el.
1384 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1385 rather than rebinding `paragraph-start' and `paragraph-separate'.
1386
1387 * indent.el (indent-line-function): Change default to indent-relative.
1388 (tab-always-indent): Add an `never' setting.
1389 (indent-according-to-mode): Handle `indent-relative' and
1390 `indent-relative-maybe' specially.
1391 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1392 Handle the `never' case for `tab-always-indent'.
1393 Don't call indent-according-to-mode for indent-relative' and
1394 `indent-relative-maybe'.
1395 (insert-tab): Rename `prefix-arg' to `arg'.
1396 (indent-region): Indent the first line as well.
1397 (indent-relative): Don't mark the buffer modified if the indentation
1398 is unchanged.
1399
1400 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1401 Don't set paragraph-separate. Set paragraph-start more carefully.
1402 Set indent-line-function.
1403 (paragraph-indent-text-mode): Use it and define-derived-mode.
1404 (text-mode-map): Remove the \t binding.
1405 (text-mode): Simplify now that the default is more favorable.
1406
1407 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1408
1409 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1410 If the regexp doesn't match, use a looser one.
1411 (find-variable-noselect): Add `file' argument.
1412
1413 * pcvs.el (cvs-mode-commit-hook): New hook.
1414 (cvs-mode-commit): Run it.
1415
1416 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1417
1418 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1419 (edebug-instrument-function): Use `find-function-noselect'.
1420
1421 2001-10-29 Richard M. Stallman <rms@gnu.org>
1422
1423 * term.el (term-if-emacs19): Macro deleted.
1424 Callers changed to use progn instead.
1425
1426 * frame.el (blink-cursor-mode): Doc fix.
1427
1428 * files.el (find-backup-file-name): Use make-backup-file-name.
1429
1430 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1431 window-live-p.
1432 (edebug-set-conditional-breakpoint): Unconditionally use
1433 the former Emacs >=19 definition.
1434 (edebug-mark): Define unconditionally.
1435 (edebug-eval-expression): Always call read-from-minibuffer
1436 and specify history list.
1437 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1438 edebug-set-conditional-breakpoint.
1439 (edebug-emacs-version-specific): Function deleted;
1440 do the job at top level.
1441 (edebug-emacs-19-specific): Function deleted, this is the default.
1442
1443 2001-10-29 Sam Steingold <sds@gnu.org>
1444
1445 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1446 "/cygdrive/LETTER/" pathnames.
1447
1448 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1449
1450 * faces.el (invert-face): Check for 'unspecified, not for nil,
1451 when testing whether face colors are not specified.
1452 From David.Kastrup@t-online.de (David Kastrup).
1453 (read-face-name): Doc fix.
1454 (make-face-bold, make-face-unbold, make-face-italic)
1455 (make-face-unitalic, make-face-bold-italic, invert-face):
1456 Remove trailing blank from the prompt passed to read-face-name.
1457
1458 2001-10-29 Sam Steingold <sds@gnu.org>
1459
1460 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1461 Report numbers of files skipped and failed too.
1462 (byte-compile-file): Return 'no-byte-compile for skipped files.
1463
1464 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1465
1466 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1467 and `M p'.
1468
1469 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1470
1471 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1472 as is on unread-command-events instead of `(SECOND-CHAR)'.
1473
1474 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1475
1476 * vc.el: Mention vc-*-switches in backend API documentation.
1477 (vc-annotate): Adapt doc string to recent change.
1478
1479 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1480
1481 * enriched.el (enriched-face-ans): Handle face attributes
1482 of the form `(FACE1 FACE2 ...)'.
1483
1484 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1485
1486 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1487
1488 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1489
1490 * progmodes/sql.el (sql-db2): Doc change.
1491 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1492 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1493
1494 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1495
1496 * env.el (substitute-env-vars): Don't quote argument to `rx';
1497 it's a macro.
1498
1499 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1500
1501 * cus-start.el (recursive-load-depth-limit): Added.
1502
1503 2001-10-28 Richard M. Stallman <rms@gnu.org>
1504
1505 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1506 All uses removed--assume Emacs version is >= 20.
1507
1508 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1509 by really checking that it is not version 18.
1510
1511 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1512
1513 2001-10-28 Miles Bader <miles@gnu.org>
1514
1515 * faces.el (face-attribute): Add INHERIT argument, consider face
1516 inheritance if it's non-nil.
1517 (face-attribute-merged-with): New function.
1518 (face-attribute-specified-or): New macro.
1519 (face-foreground, face-background, face-stipple): Add INHERIT
1520 argument. Use `face-attribute-specified-or'.
1521
1522 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1523
1524 * font-lock.el: Require `syntax'.
1525 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1526 Use `c-font-lock-syntactic-face-function' for c languages.
1527 (font-lock-mode): Don't unset vars when turning the mode off.
1528 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1529 (font-lock-extra-managed-props): New var.
1530 (font-lock-default-unfontify-region): Use it.
1531 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1532 Don't eval the value when there's no match.
1533 (font-lock-ppss-stats): New var.
1534 (font-lock-ppss): New fun.
1535 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1536 (font-lock-apply-highlight): Allow `highlight' to set several props.
1537 (font-lock-set-defaults): Use dolist.
1538 (font-lock-unset-defaults): Remove.
1539 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1540 Try to recognize prototypes using `foo P_ ((args))'.
1541 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1542 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1543 (c-font-lock-syntactic-face-function): New function.
1544 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1545 (c++-keywords): Use a more sophisticated regexp to handle
1546 shallowly nested templates.
1547
1548 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1549
1550 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1551 (sgml-tag): Use it. Cleanup with `cond'.
1552 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1553 Mark the overlays and only delete those that are marked.
1554 (sgml-skip-close-p): Remove.
1555 (sgml-value): Replace sgml-skip-close-p with its definition.
1556 (html-tag-alist): Use sgml-xml a bit more.
1557 (html-mode): Set sgml-empty-tags.
1558
1559 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1560 (texinfo-update-node, texinfo-sequential-node-update):
1561 Don't bind the obsolete `auto-fill-hook'.
1562 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1563 Use `set-buffer' rather than `switch-to-buffer'.
1564 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1565 Use `set-buffer' rather than `switch-to-buffer'.
1566
1567 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1568 text-mode-syntax-table.
1569 (mail-mode): Use define-derived-mode.
1570 Fix ordering of alternatives in adaptive-fill-regexp.
1571 (mail-mode-map): Don't rely on keymap's internal representation.
1572
1573 2001-10-27 Sam Steingold <sds@gnu.org>
1574
1575 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1576 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1577 (sgml-mode-common): Call it.
1578 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1579 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1580 (html-horizontal-rule, html-image, html-ordered-list):
1581 (html-unordered-list, html-list-item, html-paragraph):
1582 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1583 `html-xhtml'.
1584
1585 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1586
1587 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1588 (ifnothtml): New alias.
1589
1590 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1591
1592 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1593 (toggle-text-mode-auto-fill): Use derived-mode-p.
1594
1595 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1596
1597 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1598 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1599
1600 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1601
1602 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1603 Add make-obsolete cookies, to follow faces.el.
1604
1605 These changes avoid warnings from the byte compiler in faces.el:
1606
1607 * faces.el (internal-get-face): Use facep instead of the obsolete
1608 internal-find-face.
1609 (internal-frob-font-weight, internal-frob-font-slant):
1610 New defaliases for obsolete functions.
1611 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1612 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1613 (x-make-font-bold-italic): Use internal-frob-font-weight and
1614 internal-frob-font-slant aliases instead of the obsolete
1615 x-frob-... functions.
1616
1617 2001-10-26 Sam Steingold <sds@gnu.org>
1618
1619 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1620 DOCTYPE; set `mode-name' based on it.
1621 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1622 (sgml-tag): Close empty tags in XHTML.
1623
1624 2001-10-26 Jason Rumney <jasonr@gnu.org>
1625
1626 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1627 when UNICODE is not defined.
1628
1629 2001-10-26 Sam Steingold <sds@gnu.org>
1630
1631 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1632 be alone on the line.
1633
1634 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1635
1636 * button.el (button): Special face definition for MS-DOS terminals.
1637
1638 2001-10-26 Sam Steingold <sds@gnu.org>
1639
1640 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1641 Protect the /= test by checking that the args are non-nil.
1642 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1643
1644 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1645
1646 * textmodes/artist.el (artist-version): 1.2.4.
1647 (artist-butlast-fn): New variable.
1648 (artist-butlast): New function.
1649 (artist-ellipse-mirror-quadrant): Use it.
1650 (artist-mouse-draw-poly): Use nil for `point-list'.
1651 (artist-mouse-draw-poly): Check for point-list being nil.
1652
1653 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1654
1655 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1656 lambda expression.
1657 (ps-mode-menu-main): Submenu with options on/off was replaced with
1658 a toggle button.
1659 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1660 (ps-mode): Autoload cookie added on same line as comment
1661 (ps-mode-tabkey, ps-mode-backward-delete-char):
1662 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1663 `indent-to' with `indent-line-to'
1664 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1665 instead of `eval'.
1666 (ps-mode-print-region): Use `with-temp-buffer'.
1667 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1668 (numerous places): Add back-tick and tick around names in
1669 docstrings, fix punctuation in docstrings, remove trailing spaces.
1670
1671 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1672
1673 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1674 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1675 (sgml-font-lock-syntactic-keywords): New var.
1676 (sgml-mode-common): Drop the two args.
1677 Don't make buffer-local variables that aren't used.
1678 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1679 Don't set `before-string' props from sgml-display-text.
1680 (sgml-mode): Use define-derived-mode.
1681 (sgml-tags-invisible): Use sgml-display-text.
1682 (sgml-quote): New command.
1683 (html-tag-alist): Add args for `span'.
1684 (html-mode): Use define-derived-mode.
1685 Set sgml-display-text and sgml-tag-face-alist.
1686
1687 2001-10-25 Sam Steingold <sds@gnu.org>
1688
1689 * add-log.el (add-log-always-start-new-record): New user option.
1690 (add-change-log-entry): Use it.
1691
1692 2001-10-25 Richard M. Stallman <rms@gnu.org>
1693
1694 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1695 bind case-fold-search if FROM is not all lower case.
1696
1697 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1698
1699 * startup.el (normal-top-level): Check for frame-initial-frame
1700 only if it's really used.
1701
1702 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1703
1704 * progmodes/compile.el (compilation-parse-errors-filename-function):
1705 New variable.
1706 (compilation-parse-errors): Use it.
1707
1708 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1709
1710 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1711 interactively so that C-u M-C-x still does edebug.
1712 (checkdoc-sentencespace-region-engine): Don't force a double-space
1713 after `.' if it doesn't look like an end-of-sentence.
1714 (debug-ignored-errors): Add `disambiguate ...'.
1715
1716 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1717
1718 * textmodes/texinfo.el (texinfo-environments)
1719 (texinfo-environment-regexp): Hoist.
1720 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1721 Only highlight the menu name in menu items.
1722 Setup `@foo ... @end foo' as text clones.
1723 (texinfo-clone-environment): New function.
1724 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1725 (texinfo-insert-block): Simplify.
1726 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1727 the command is repeated.
1728 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1729 (texinfo-insert-@end): Simplify.
1730
1731 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1732 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1733 (texinfo-subsubsection-level-regexp)
1734 (texinfo-update-menu-same-level-regexps)
1735 (texinfo-update-menu-higher-regexps)
1736 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1737
1738 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1739 (derived-mode-p): Autoload.
1740
1741 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1742 New vars and functions.
1743 (text-clone-maintain, text-clone-create): New functions.
1744
1745 2001-10-25 Miles Bader <miles@gnu.org>
1746
1747 * facemenu.el (facemenu-add-new-face): Fix variable names.
1748
1749 2001-10-24 Richard M. Stallman <rms@gnu.org>
1750
1751 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1752 of t and nil values.
1753 (facemenu-set-face): Handle START and END interactively.
1754 (facemenu-set-foreground): Don't use a face; specify color directly.
1755 (facemenu-set-background): Likewise.
1756 (facemenu-set-face-from-menu): Doc fix.
1757 (facemenu-active-faces): Use face-attribute-vector
1758 to handle bare attributes not in faces.
1759 (facemenu-get-face): Don't handle face names fg:... and bg:...
1760 specially.
1761 (facemenu-add-new-face): New argument MENU.
1762 New way to handle adding colors to the color menus.
1763
1764 * env.el (substitute-env-vars): Quote the arg to rx.
1765
1766 2001-10-24 Sam Steingold <sds@gnu.org>
1767
1768 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1769 Control" and "SGML" groups.
1770
1771 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1772
1773 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1774 Better handling of C++ template args to avoid confusion with `<'
1775 and `>' used as operators in member init expressions.
1776
1777 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1778
1779 * replace.el (perform-replace): Move START and END parameters
1780 to the end of the argument list and make them optional.
1781
1782 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1783 perform-replace.
1784
1785 * international/fontset.el (x-must-resolve-font-name): New function.
1786 (x-complement-fontset-spec): Use it.
1787
1788 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1789
1790 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1791
1792 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1793 Turn caadr into caar of cdr.
1794
1795 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1796
1797 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1798 of mouse-{1,2} since dragging is on the down event.
1799
1800 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1801
1802 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1803 if ARG is nil.
1804
1805 * desktop.el (desktop-last-buffer): New variable.
1806 (desktop-create-buffer): Set it.
1807 (desktop-read): Bind it and switch to that buffer.
1808
1809 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1810
1811 * progmodes/compile.el (compilation-set-window-height):
1812 Select old window only if it's still live.
1813
1814 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1815
1816 * help-mode.el (help-buffer): Remove debugging code.
1817 From Stefan Monnier <monnier@cs.yale.edu>.
1818
1819 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1820
1821 * files.el (file-name-sans-extension, file-name-extension):
1822 Don't count the leading dots in file names as signaling an extension.
1823
1824 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1825
1826 * vc.el (vc-diff-switches): Doc rewritten.
1827
1828 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1829
1830 * tooltip.el (tooltip-set-param): Doc fix.
1831
1832 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1833 127 to sgml-maybe-name-self.
1834 (sgml-name-8bit-mode): Doc fix.
1835 (sgml-char-names-table): New variable.
1836 (sgml-name-char): Support non-ASCII and mule-unicode-*
1837 characters. Doc fix.
1838 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1839
1840 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1841 doc string the effect of `left' and `top' parameters in
1842 tooltip-frame-parameters, the default values, and the units.
1843 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1844 (tooltip-show): Mention in the doc string the `top' and `left'
1845 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1846
1847 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1848
1849 Add autoscaling support for vc-annotate.
1850 From J.D. Smith <jdsmith@alum.mit.edu>.
1851
1852 * vc.el (vc-annotate-display-default): Accept colormap scaling
1853 ratio (now deprecated).
1854 (vc-annotate-display-autoscale): Added.
1855 (vc-annotate-add-menu): New autoscaling menu options "Span to
1856 Oldest" and "Span Oldest->Newest". Easymenu support added for
1857 toggle menus driven by customize variable `vc-annotate-display-mode'.
1858 (vc-annotate-display-select): Added.
1859 (vc-annotate): Changed temp-buffer-show-function to
1860 `vc-annotate-display-select'.
1861 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1862 Added argument OFFSET. Instead of backend function, calls now
1863 generic `vc-annotate-difference'.
1864 (vc-annotate-difference): Added as generic function instead of
1865 backend-specific function. No longer takes argument POINT, but
1866 instead accepts a time OFFSET.
1867 (vc-default-annotate-current-time): Added.
1868
1869 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1870 version in vc.el, with
1871 (vc-cvs-annotate-current-time): Added, as override of default.
1872 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1873 `vc-cvs-annotate-difference'.
1874
1875 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1876
1877 * saveplace.el (save-place): Require `saveplace'.
1878
1879 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1880 Use `sexp' for :value-type instead of `face'.
1881
1882 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1883
1884 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1885 regexps due to 5-digit message IDs.
1886
1887 2001-10-21 Jason Rumney <jasonr@gnu.org>
1888
1889 * term/w32-win.el (redisplay-dont-pause): Don't set.
1890
1891 2001-10-21 Miles Bader <miles@gnu.org>
1892
1893 * help-funs.el (help-manyarg-func-alist): Variable removed.
1894
1895 2001-10-21 Miles Bader <miles@gnu.org>
1896
1897 * help-funs.el (help-manyarg-func-alist): Remove entries for
1898 `insert', `insert-and-inherit', `insert-before-markers',
1899 `insert-before-markers-and-inherit', `message', `message-box',
1900 `message-or-box', `propertize', `format', `encode-time', `append',
1901 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1902 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1903 `ml-prefix-argument-loop'.
1904
1905 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1906
1907 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1908 (vc-default-diff-tree): New functions.
1909 (vc-version-diff): Use them. As a result, coding systems are now
1910 set up properly for all sorts of diffs, and tree diffs can now
1911 also be done locally.
1912 (vc-diff): With a prefix argument, don't require that it's called
1913 from a buffer under version control.
1914 (diff-switches): Remove duplicate definition.
1915
1916 * vc-cvs.el (vc-cvs-diff-tree): New function.
1917
1918 2001-10-21 Miles Bader <miles@gnu.org>
1919
1920 * help-funs.el (help-manyarg-func-alist): Remove entries for
1921 `list', `vector', `make-byte-code', `call-process',
1922 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1923 `logand', `logior', and `logxor'.
1924
1925 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1926 image bits to compensate. Use `make-string' instead of
1927 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1928
1929 2001-10-20 Kim F. Storm <storm@cua.dk>
1930
1931 * simple.el (kill-ring-save): Don't show extent of copied region
1932 if using transient-mark-mode and region is fully visible.
1933
1934 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1935
1936 * (Version 21.1 released.)
1937
1938 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1939
1940 * files.el (auto-mode-alist): Associate .indent.pro with
1941 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1942
1943 2001-10-18 Sam Steingold <sds@gnu.org>
1944
1945 Put the *Compile-Log* buffer in `compilation-mode'.
1946 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1947 (byte-compile-log-1, byte-compile-log-file)
1948 (displaying-byte-compile-warnings): Use it
1949
1950 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1951
1952 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1953
1954 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1955
1956 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1957
1958 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1959
1960 * obsolete/hilit19.el (hilit-lookup-face-create):
1961 Call set-face-font only if display-graphic-p.
1962 (toplevel): Remove references to window-system.
1963
1964 2001-10-18 Miles Bader <miles@gnu.org>
1965
1966 * simple.el (what-line): Avoid problems with field properties.
1967
1968 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1969
1970 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1971 Define special colors for a tty.
1972
1973 2001-10-17 Francesco Potorti` <pot@gnu.org>
1974
1975 * comint.el (comint-password-prompt-regexp): Make it less
1976 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1977
1978 2001-10-17 John Wiegley <johnw@gnu.org>
1979
1980 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1981 a regular file, before checking if it is a directory or symlink.
1982 This avoids a call to eshell-file-attributes, which can be
1983 expensive in some situations.
1984
1985 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1986 customization variable, to differentiate ls-in-dired from regular
1987 uses of ls.
1988
1989 2001-10-17 Miles Bader <miles@gnu.org>
1990
1991 * custom.el (defface): Mention `:inherit' in doc-string.
1992
1993 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1994
1995 * paren.el: Update the Commentary with installation instructions.
1996
1997 2001-10-15 Dave Love <fx@gnu.org>
1998
1999 * international/mule.el (set-auto-coding): Fix regexps for local
2000 variables section not to eat newlines.
2001
2002 2001-10-15 Miles Bader <miles@gnu.org>
2003
2004 * simple.el (display-message-or-buffer): Pass the correct buffer
2005 to `display-buffer'.
2006
2007 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2008
2009 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2010 (executable-find): Use exec-suffixes.
2011 (executable-set-magic): Don't use make-local-hook.
2012
2013 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2014
2015 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2016
2017 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2018 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2019 Add .so to the Unix and GNU branch.
2020
2021 * international/latin-1.el:
2022 * international/latin-2.el:
2023 * international/latin-3.el:
2024 * international/latin-4.el:
2025 * international/latin-5.el:
2026 * international/latin-8.el:
2027 * international/latin-9.el: Add no-byte-compile: t, since
2028 Makefile.in instructs make-docfile to look at .el files.
2029
2030 2001-10-14 Miles Bader <miles@gnu.org>
2031
2032 * button.el (define-button-type): Allow supertype property to be
2033 specified with a keyword `:supertype' too.
2034 (button-put, make-text-button): Allow button type property to be
2035 specified using the keyword `:type' too.
2036 (button-type): New function.
2037 (button): Add `button-category-symbol' property.
2038
2039 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2040
2041 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2042 indent-new-comment-line from comment-indent-new-line.
2043
2044 * textmodes/refill.el (refill-mode):
2045 Bind DEL to backward-delete-char-untabify.
2046 Set backward-delete-char-untabify-method to `hungry'.
2047
2048 * textmodes/bib-mode.el (bib-mode):
2049 * play/gomoku.el (gomoku-mode):
2050 * textmodes/page-ext.el (pages-directory-mode):
2051 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2052
2053 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2054
2055 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2056
2057 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2058 Handle here-docs differently.
2059 (sh-font-lock-heredoc): Remove.
2060 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2061 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2062 (sh-font-lock-open-heredoc): New functions.
2063 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2064 (sh-font-lock-keywords-1): Use regexp-opt.
2065 (sh-in-comment-or-string): Use syntax-ppss.
2066 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2067 (sh-select, sh-tmp-file): Add explicit terminating \n.
2068
2069 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2070 Use with-current-buffer.
2071 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2072 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2073 filename), catch any error that occurs in `ange-ftp-cd'.
2074 If an error happened, don't bother sending `cmd' at all.
2075 Fix a parenthesis typo.
2076 (ange-ftp-write-region): Don't blindly use binary if the remote host
2077 is unix-like.
2078
2079 * play/pong.el (pong-init): Don't use make-local-hook.
2080
2081 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2082
2083 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2084 (viper-get-ex-address-subr): More precise addr for the $ marker
2085
2086 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2087
2088 * version.el (emacs-version): Bump to 21.1.50.
2089
2090 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2091
2092 * mail/mailalias.el (mail-directory-stream): Do not double
2093 variables in the lambda-list.
2094
2095 * play/gomoku.el (gomoku-init-display): Ditto.
2096
2097 * play/landmark.el (lm-init-display): Ditto.
2098
2099 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2100 (delimit-columns-rectangle-line): Ditto.
2101
2102 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2103
2104 * newcomment.el (comment-region-internal): Don't rebind
2105 invisibility_spec now that the C routines handle it correctly.
2106
2107 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2108
2109 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2110 and `same-frame'.
2111
2112 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2113
2114 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2115
2116 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2117 C-p and C-r. Remove redundant bindings from inheriting maps.
2118
2119 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2120 After 4.23 and: After 4.24:
2121 (cperl-contract-levels): Restore position.
2122 (cperl-beautify-level): Likewise.
2123 (cperl-beautify-regexp): Likewise.
2124 (cperl-commentify): Rudimental support for length=1 runs
2125 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2126 After 4.25:
2127 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2128 (imenu-example--create-perl-index): Was not enforcing
2129 syntaxification-to-the-end.
2130 (cperl-invert-if-unless): Allow `for', `foreach'.
2131 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2132 Mark qw(), m()x as indentable.
2133 (cperl-init-faces): Highlight `sysopen' too.
2134 Highlight $var in `for my $var' too.
2135 (cperl-invert-if-unless): Was leaving whitespace at end.
2136 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2137 (cperl-calculate-indent): Remove old commented out code.
2138 Support (primitive) indentation of qw(), m()x.
2139 After 4.26:
2140 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2141 q [] with intervening newlines.
2142 (cperl-autoindent-on-semi): New customization variable.
2143 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2144 (cperl-tips): Mention how to make CPerl the default mode.
2145 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2146 (cperl-outline-level): New function.
2147 (cperl-highlight-variables-indiscriminately): New customization var.
2148 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2149 From Sean Kamath <kamath@pogo.wv.tek.com>.
2150 (cperl-after-block-p): Support CHECK and INIT.
2151 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2152 From Doug MacEachern <dougm@covalent.net>.
2153 After 4.27:
2154 (cperl-find-pods-heres): Recognize \"" as a string.
2155 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2156 Allow whitespace between << and "FOO".
2157 (cperl-problems): Remove \"" and q [] with intervening newlines.
2158 Mention multiple <<EOF as unsupported.
2159 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2160 (cperl-indent-parens-as-block): New configuration variable.
2161 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2162 Use `cperl-indent-parens-as-block'.
2163 (cperl-find-pods-heres): Test for =cut without empty line instead of
2164 complaining about no =cut.
2165 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2166 (cperl-find-pods-heres): Likewise.
2167 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2168 POD could've been marked as comment already.
2169 (cperl-unwind-to-safe): Unwind before start of POD too.
2170 After 4.28:
2171 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2172 After 4.29:
2173 (x-color-defined-p): Make an extra case to peacify the warning.
2174 Toplevel: `defvar' to peacify the warnings.
2175 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2176 No -nw-compile time warnings now.
2177 (cperl-find-tags): TAGS file had too short substring-to-search.
2178 Be less verbose in non-interactive mode
2179 (imenu-example--create-perl-index): Set index-marker after name
2180 (cperl-outline-regexp): New variable.
2181 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2182 (cperl-mode): Made use `cperl-outline-regexp'.
2183 After 4.30:
2184 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2185 (cperl-outline-level): Make start-of-file same level as `package'.
2186 After 4.31:
2187 (cperl-electric-pod): `head1' and `over' electric only if empty.
2188 (cperl-unreadable-ok): New variable.
2189 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2190 on an unreadable file.
2191 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2192 on an unreadable directory.
2193
2194 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2195 Consider the text between two errors as belonging to the first error.
2196 (compilation-goto-locus): Use pop-to-buffer rather than
2197 switch-to-buffer-other-frame.
2198
2199 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2200 (awk-font-lock-syntactic-keywords): New var.
2201 (awk-mode): Use it.
2202
2203 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2204
2205 * faces.el (describe-face): Call help-setup-xref earlier.
2206
2207 * jka-compr.el (jka-compr-load-suffixes): New var.
2208 (jka-compr-install): Add its content to load-suffixes.
2209 (jka-compr-uninstall): Remove its content from load-suffixes.
2210
2211 2001-10-12 Sam Steingold <sds@gnu.org>
2212
2213 * bindings.el (completion-ignored-extensions): CL-related
2214 extensions are platform-independent.
2215
2216 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2217 asynchronous multiple file copying.
2218
2219 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2220
2221 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2222 Turn error for repeated variables into warning.
2223
2224 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2225 New function checking that lambda-list consists of non-constant
2226 symbols, that &rest and &optional are followed by variable names,
2227 that &rest VAR is the last element, and that variables aren't doubled.
2228 (byte-compile-lambda): Use it.
2229
2230 2001-10-12 Eli Barzilay <eli@barzilay.org>
2231
2232 * calculator.el (calculator-eng-display): Don't call concat
2233 with an integer argument.
2234
2235 2001-10-12 Miles Bader <miles@gnu.org>
2236
2237 * help-mode.el (help-customize-face): New button-type.
2238
2239 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2240 (describe-face): Fix args to `help-xref-button'.
2241 Don't switch to help-buffer around call to `help-setup-xref'.
2242 Use `help-buffer' instead of hard-wired "*Help*".
2243 Require `help-mode'.
2244
2245 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2246
2247 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2248
2249 * help-mode.el (help-buffer): New function.
2250 Returns the buffer-name to use for help output.
2251 Change all the code to use it instead of hard-coding *Help*.
2252 (help-mode-map): Put back the mouse-2 binding.
2253 (help-xref-stack): Change the format and make buffer-local.
2254 (help-xref-stack-item): Make buffer-local.
2255 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2256 (help-xref-interned): Display the face doc as well.
2257 (help-follow-mouse): Re-introduce.
2258 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2259 (help-do-xref): Don't `push' any more.
2260 (help-follow): Also follow face names.
2261
2262 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2263 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2264 Autoload and cleanup.
2265 (describe-function): Call help-setup-xref.
2266 (describe-variable): Call help-setup-xref earlier.
2267
2268 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2269 (view-lossage): Call help-setup-xref correctly and earlier.
2270 (describe-bindings): Call help-setup-xref earlier.
2271 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2272 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2273
2274 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2275
2276 * master.el (master-mode): Use define-minor-mode instead of
2277 easy-mmode-define-minor-mode. Add autload cookie.
2278 (Commentary): Remove the line showing how to autoload master-mode,
2279 since it's always autoloaded.
2280
2281 * master.el: New file.
2282
2283 2001-10-11 Dave Love <fx@gnu.org>
2284
2285 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2286 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2287 <const-C varset-X const-C>: Fix car/cdr typo.
2288
2289 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2290
2291 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2292 New function extracted from byte-compile-log-1.
2293 (byte-compile-log-1): Change output to be more in line with
2294 the output of other GNU tools.
2295 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2296 (byte-compile-report-error): Downcase error message.
2297 Use `error' instead of `!!' for error messages.
2298 (byte-compile-print-syms): Treat non-interactive case specially.
2299 (displaying-byte-compile-warnings): Use backquote.
2300 (byte-compile-from-buffer): Bind byte-compile-last-line.
2301 (batch-byte-compile): Remove `Done' message.
2302
2303 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2304
2305 * emacs-lisp/copyright.el (copyright): Add final \n.
2306
2307 2001-10-11 Miles Bader <miles@gnu.org>
2308
2309 * diff.el (diff): Display default values in prompts as
2310 `(default ...)', not `(...)'.
2311
2312 * info.el (Info-follow-reference): Likewise.
2313
2314 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2315
2316 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2317
2318 * newcomment.el (comment-indent): Be a little more robust in case
2319 comment-indent-function does funny things.
2320 (comment-normalize-vars): Autoload.
2321 (comment-region-internal): Fiddle with the visibility spec.
2322 (comment-valid-prefix): New function.
2323 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2324 that would turn comment-text into non-comment-text.
2325
2326 * emacs-lisp/syntax.el: New file.
2327
2328 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2329 compatibility cruft.
2330 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2331 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2332 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2333 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2334 tcl-submit-bug-report.
2335 (tcl-mode-syntax-table): Leave \f alone.
2336 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2337 tcl-end-of-defun, tcl-submit-bug-report.
2338 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2339 (tcl-add-emacs-menu): Remove.
2340 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2341 (tcl-keyword-list): Add `chain'.
2342 (tcl-font-lock-syntactic-keywords): New variable.
2343 (tcl-pps-has-arg-6): Remove.
2344 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2345 (tcl-internal-mark-defun): Remove.
2346 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2347 (tcl-mode): Use define-derived-mode. Simplify.
2348 Set comment-indent-function.
2349 (tcl-indent-command): Use line-beginning-position and comment-indent.
2350 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2351 (tcl-indent-line): Use tcl-calculate-indent.
2352 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2353 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2354 (tcl-filter): Use with-current-buffer, simplify.
2355 (inferior-tcl-mode): Use define-derived-mode.
2356 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2357 (tcl-simple-in-comment, tcl-in-comment): Removed.
2358 (tcl-files-alist): New function.
2359 (tcl-help-snarf-commands): Use it and return the result directly
2360 rather than through a global variable.
2361 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2362 (tcl-help-on-word): Provide the default value to completing-read.
2363 (tcl-hilit): Remove.
2364 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2365 (tcl-comment-indent): New function.
2366 (tcl-submit-bug-report): Remove.
2367 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2368 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2369 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2370
2371 2001-10-10 Miles Bader <miles@gnu.org>
2372
2373 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2374 (Info-fontify-node): Don't fontify the node if it's already been done.
2375
2376 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2377
2378 * international/iso-transl.el (iso-transl-e-caret)
2379 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2380 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2381
2382 * simple.el (end-of-buffer): Fix code scrolling specially
2383 for the buffer end.
2384
2385 * startup.el (command-line-1): Bind tab-width to 8.
2386
2387 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2388
2389 * emulation/tpu-edt.el: Use defalias instead of fset for
2390 user-visible commands. From Rob Riepel
2391 <riepel@Networking.Stanford.EDU>.
2392
2393 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2394
2395 * ruler-mode.el: New file.
2396
2397 2001-10-09 Miles Bader <miles@gnu.org>
2398
2399 * apropos.el (button): New require.
2400
2401 * help-funs.el: New file, contents mostly from `help.el'.
2402 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2403
2404 * help-mode.el: New file, contents mostly from `help.el'.
2405
2406 * help.el: Don't require `view' when compiling.
2407 (help-with-tutorial, describe-function, describe-function-1)
2408 (variable-at-point, describe-variable, locate-library):
2409 Functions moved into `help-funs.el'.
2410 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2411 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2412 (help-setup-xref, help-xref-following, help-make-xrefs)
2413 (help-xref-button, help-insert-xref-button, help-xref-interned)
2414 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2415 (help-xref-on-pp): Functions moved into `help-mode.el'
2416 (help-mode-map, help-xref-stack, help-xref-stack-item)
2417 (help-highlight-p, help-highlight-face, help-back-label)
2418 (help-xref-symbol-regexp, help-xref-mule-regexp)
2419 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2420 (help-symbol, help-back, help-info, help-customize-variable)
2421 (help-function-def, help-variable-def):
2422 Button-types moved into `help-mode.el'.
2423 (load-symbol-file-load-history, symbol-file):
2424 Functions moved into `subr.el'.
2425 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2426 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2427
2428 * subr.el (symbol-file-load-history-loaded)
2429 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2430
2431 * loadup.el ("button"): Load removed.
2432
2433 * button.el (define-button-type): Respect any `supertype' property.
2434 (button-type-subtype-p, button-has-type-p): New functions.
2435
2436 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2437 dollar-signs.
2438
2439 * comint.el (comint-insert-previous-argument): New function.
2440 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2441 (comint-insert-previous-argument-last-start-pos)
2442 (comint-insert-previous-argument-last-index): New variables.
2443
2444 * apropos.el (apropos-next-label-button): Use the presence of a
2445 `apropos-label' property to detect label buttons.
2446
2447 2001-10-08 Miles Bader <miles@gnu.org>
2448
2449 * button.el (next-button, previous-button): Remove N and WRAP
2450 parameters. Don't pay attention to `skip' properties.
2451 (forward-button): Implement wrapping, iterating, and skipping here
2452 instead.
2453 (button-activate): USE-MOUSE-ACTION is optional.
2454 (button-nop): Function removed.
2455 (default-button): Use `ignore' as default button action.
2456
2457 * apropos.el (apropos-next-label-button): Update arguments to
2458 `next-button'.
2459 (apropos-symbol): Add `skip' property.
2460 (apropos-function, apropos-macro, apropos-command)
2461 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2462 (apropos-plist): New button types.
2463 (apropos-label-properties): Variable removed.
2464 (apropos-print): Pass button-type to apropos-print-doc, rather
2465 than help function and label text.
2466 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2467 Get button label from TYPE.
2468
2469 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2470
2471 * help.el (help-mode): Use define-derived-mode.
2472 (describe-mode): Add optional `buffer' arg.
2473 Use it instead of going through help-xref-mode.
2474 Avoid doubling the word `minor' when prettifying.
2475 (describe-function-1): List the corresponding key bindings.
2476 (describe-variable): Say if the var is automatically buffer-local.
2477 If the source is `loaddefs.el', look for the real source.
2478 (help-xref-mode): Remove.
2479
2480 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2481 the file says no-byte-compile.
2482
2483 2001-10-08 Miles Bader <miles@gnu.org>
2484
2485 * button.el (next-button, previous-button): Respect `skip' property.
2486
2487 2001-10-07 Miles Bader <miles@gnu.org>
2488
2489 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2490 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2491 `woman-follow-word' instead of `woman-mouse-2'.
2492 (woman-follow-word): Renamed from `woman-mouse-2'.
2493 Follow current unconditionally, since this function is now only
2494 bound to M-mouse-2. Use accessor functions.
2495 (WoMan-highlight-references): Use `make-text-button'.
2496 (woman-xref): New button type.
2497
2498 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2499 ("button"): New load, just before "help" (which uses it).
2500
2501 * help.el (help-mode-map): Make button-buffer-map our parent.
2502 Don't bind mouse events or tab/backtab.
2503 (help-function, help-variable, help-face, help-coding-system)
2504 (help-input-method, help-character-set, help-back, help-info)
2505 (help-customize-variable, help-function-def, help-variable-def):
2506 New button types.
2507 (help-button-action): New function.
2508 (describe-function-1): Pass help button-types to
2509 `help-xref-button' rather than help function and help-echo string.
2510 Don't put multiple help-function args in a list to pass them to
2511 help-xref-button, just pass them as multiple arguments.
2512 Use `help-insert-xref-button' to make [back]-button, rather than
2513 `help-xref-button'.
2514 (help-xref-button): Take a button-type TYPE as a parameter rather
2515 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2516 and add a &rest parameter ARGS to serve the same purpose.
2517 Use `make-text-button' to add the button.
2518 (help-insert-xref-button): Use `insert-text-button' to add the button.
2519 (help-follow-mouse, help-next-ref, help-previous-ref):
2520 Functions removed.
2521 (help-do-xref): New function.
2522 (help-follow): Use `push-button' and `help-do-xref' to do most of
2523 the work.
2524
2525 * apropos.el (apropos-symbol, apropos-label): New button types.
2526 (apropos-symbol-button-display-help)
2527 (apropos-label-button-display-help, apropos-next-label-button):
2528 New functions.
2529 (apropos-mode-map): Make button-buffer-map our parent.
2530 Don't bind mouse events.
2531 (apropos-print, apropos-print-doc): Create buttons instead of text
2532 properties.
2533 (apropos-mouse-follow): Function removed.
2534 (apropos-follow): Use buttons.
2535
2536 * button.el: New file.
2537
2538 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2539
2540 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2541 Remove.
2542
2543 2001-10-05 Richard M. Stallman <rms@gnu.org>
2544
2545 * add-log.el (add-change-log-entry): Skip copyright notice
2546 and copying permission notice at start of file, if any.
2547 Make use of terms "entry" and "item" accord with Emacs manual.
2548 Simplify the logic for moving point while entering or creating
2549 an entry and then an item.
2550 (add-change-log-entry-other-window): Doc fix.
2551
2552 2001-10-06 Miles Bader <miles@gnu.org>
2553
2554 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2555 removed; they apparently don't work with faces.
2556
2557 2001-10-05 Sam Steingold <sds@gnu.org>
2558
2559 * textmodes/sgml-mode.el (html-xhtml): New user option.
2560 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2561 (html-ordered-list, html-unordered-list, html-list-item)
2562 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2563 (sgml-skip-close-p): New function.
2564 (sgml-value): Use it.
2565
2566 2001-10-05 Sam Steingold <sds@gnu.org>
2567
2568 * calendar/diary-lib.el (diary-entry-compare): When times are
2569 identical, compare the entries lexicographically.
2570
2571 2001-10-06 Miles Bader <miles@gnu.org>
2572
2573 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2574 Use `minibuffer-prompt-end'.
2575
2576 * simple.el (previous-matching-history-element): Fix misplaced
2577 parentheses.
2578
2579 2001-10-05 Miles Bader <miles@gnu.org>
2580
2581 * rfn-eshadow.el: New file.
2582
2583 2001-10-05 Miles Bader <miles@gnu.org>
2584
2585 * cus-face.el (custom-face-attributes): Make sure each attribute
2586 has a valid default value. Remove hacks that mapped `nil' to
2587 `off' and used nil to mean `unspecified'. Remove `unspecified'
2588 choices from all attributes (unspecified is handled by the parent
2589 checklist).
2590 * cus-edit.el (custom-face-edit-convert-widget)
2591 (custom-face-edit-deactivate, custom-face-edit-activate)
2592 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2593 New functions.
2594 (custom-face-edit): Specify a custom :convert-widget.
2595 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2596 Don't pass in default filters that map between `nil' and `off' and
2597 `unspecified' and `nil'.
2598
2599 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2600
2601 * progmodes/compile.el (compilation-buffer-name): New function.
2602 (compile-internal): Use it to determine the name of the
2603 compilation buffer.
2604
2605 2001-10-05 Miles Bader <miles@gnu.org>
2606
2607 * progmodes/compile.el (grep-use-null-device): New variable.
2608 (grep-command): Mention `grep-use-null-device'.
2609 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2610 Make computation of `grep-command' respect `grep-use-null-device'.
2611 (grep): Respect `grep-use-null-device'.
2612 Call `grep-compute-defaults' even if grep-command is set, if
2613 grep-use-null-device is still tentative.
2614
2615 * subr.el (call-process-shell-command): New function.
2616
2617 2001-10-05 Miles Bader <miles@gnu.org>
2618
2619 * simple.el (previous-matching-history-element)
2620 (next-history-element, next-complete-history-element): Use
2621 `minibuffer-' functions instead of calling `field-' functions directly.
2622 (minibuffer-prompt-end, minibuffer-contents):
2623 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2624 Functions removed (now subrs).
2625 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2626
2627 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2628 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2629 instead of calling `field-' functions directly.
2630 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2631
2632 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2633
2634 * files.el (find-file-noselect): If file's read-only status has
2635 changed on disk, ask if buffer's read-only status should be
2636 changed, unless NOWARN is set.
2637
2638 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2639 alias for define-setf-method.
2640
2641 * bindings.el: Remove no-byte-compile from file local variables
2642 to enable bootstrapping.
2643
2644 2001-10-04 Andrew Innes <andrewi@gnu.org>
2645
2646 * faces.el (face-font-registry-alternatives) [windows-nt]:
2647 Make gb2312 an alias for gb2312.1980.
2648
2649 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2650
2651 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2652 (uniquify-reverse-components): Remove.
2653
2654 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2655 Make sure the file is readable.
2656 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2657 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2658 (batch-byte-recompile-directory): Pass arg=0.
2659
2660 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2661 (perl-calculate-indent): Use it.
2662 (perl-backward-to-noncomment): Use forward-comment.
2663
2664 * derived.el (define-derived-mode, derived-mode-make-docstring):
2665 Allow `parent' to be nil.
2666
2667 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2668 Use define-derived-mode.
2669 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2670
2671 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2672
2673 * emacs-lisp/lselect.el: Use facep iso find-face.
2674
2675 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2676 Use regexp-opt.
2677 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2678 (lisp-font-lock-syntactic-face-function): New function.
2679 (lisp-mode-variables): Use it. Make arg optional.
2680 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2681 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2682 Set comment-start-skip.
2683
2684 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2685
2686 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2687 (ignore-errors): Don't bother using a `err' symbol.
2688
2689 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2690 (autoload-insert-section-header, autoload-before-p)
2691 (autoload-remove-section): New functions.
2692 (generate-file-autoloads): Use them.
2693 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2694 Make sure the autoload file is properly formatted when creating it.
2695 (update-autoloads-from-directories): Use them as well.
2696 Only update autoloads for files whose timestamp has changed.
2697 Add a dummy entry to remember the files which had no autoload cookies.
2698
2699 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2700
2701 * subr.el (define-key-after): Allow `key' to be longer than 1.
2702 (make-local-hook): Make obsolete.
2703 (add-hook, remove-hook): Don't use make-local-hook any more.
2704 (make-syntax-table): Inherit all chars from s-s-t.
2705
2706 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2707
2708 This is a fix for a report saying that resuming a search with C-s
2709 C-s doesn't use the case-fold-search setting of the previous
2710 search (C-s ... M-c ... then C-s C-s).
2711
2712 * isearch.el (isearch-last-case-fold-search): New variable.
2713 (isearch-mode): Remember value of isearch-case-fold-search
2714 in isearch-last-case-fold-search.
2715 (isearch-done): Quote value of isearch-case-fold-search.
2716 (isearch-repeat): When resuming a search, restore
2717 isearch-case-fold-search from isearch-last-case-fold-search.
2718
2719 Added to NEWS.
2720
2721 * startup.el (inhibit-startup-buffer-menu): New user-option.
2722 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2723 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2724
2725 This allows upto 99999 messages in the summary without screwing up
2726 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2727
2728 * mail/rmailsum.el (rmail-make-summary-line)
2729 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2730 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2731 Allow 5-digit message ids instead of 4.
2732
2733 This adds expansion of environment variables in the value
2734 specified with M-x setenv. Added to NEWS.
2735
2736 * env.el (substitute-env-vars): New function.
2737 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2738 environment variables in VALUE. Return VALUE.
2739
2740 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2741
2742 * Branch for 21.1.
2743
2744 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2745
2746 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2747
2748 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2749
2750 * emulation/tpu-edt.el: Make messages match original TPU/edt
2751 editor. From riepel@Stanford.EDU (Rob Riepel).
2752
2753 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2754
2755 * rect.el: Update maintainer's email address.
2756
2757 2001-10-02 Andreas Schwab <schwab@suse.de>
2758
2759 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2760 and Extended Passive Mode, resp.
2761
2762 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2763
2764 These changes add support for Calendar-related items in the
2765 menu bar on tty's as well:
2766
2767 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2768 unconditionally.
2769 (calendar-mode): Set up activate-menubar-hook unconditionally.
2770
2771 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2772 calls x-popup-menu only if popup menus are supported.
2773 (calendar-mouse-insert-hebrew-diary-entry)
2774 (calendar-mouse-insert-islamic-diary-entry)
2775 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2776 (calendar-mouse-view-other-diary-entries)
2777 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2778 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2779 Call cal-menu-x-popup-menu instead of x-popup-menu.
2780
2781 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2782
2783 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2784
2785 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2786
2787 * emacs-lisp/rx.el: New file.
2788
2789 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2790
2791 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2792
2793 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2794
2795 * frame.el (select-frame-by-name, other-frame): Doc fix.
2796
2797 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2798
2799 * play/snake.el (snake-score-file): Use temporary-file-directory
2800 instead of a literal "/tmp". Suggested by Robert
2801 <robert@chezmarshall.freeserve.co.uk>.
2802
2803 * play/tetris.el (tetris-score-file): Ditto.
2804
2805 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2806
2807 * apropos.el (apropos-print): Make the directions inserted at the
2808 beginning of the *Apropos* buffer more clear.
2809
2810 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2811
2812 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2813 Added comments.
2814
2815 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2816
2817 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2818 "\\s-" when defining comment-end-skip.
2819
2820 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2821
2822 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2823 Call get-buffer-window first second arg `visible'.
2824
2825 * international/mule-diag.el (list-input-methods-1):
2826 Output something that's independent of Emacs' version.
2827
2828 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2829 calling byte-to-position with a nil tar-header-offset.
2830
2831 2001-09-27 Simon Josefsson <jas@extundo.com>
2832
2833 * mail/sendmail.el (send-mail-function): Doc fix.
2834 (mail-do-fcc): Error if header-end is not a marker.
2835 (mail-do-fcc): Add a comment.
2836 (mail-reply-to): Doc fix.
2837 (mail-signature): Make ATPOINT optional.
2838 (mail-yank-original): Use cond instead of nestled if.
2839
2840 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2841
2842 * info.el (Info-on-current-buffer): Default arg to "Top".
2843
2844 2001-09-25 Eli Barzilay <eli@barzilay.org>
2845
2846 * calculator.el (calculator-copy-displayer): New user-option.
2847 (calculator-displayer-prev, calculator-displayer-next):
2848 Renamed from calculator-displayed-{left,right}.
2849 (calculator, calculator-standard-displayer)
2850 (calculator-num-to-string, calculator-update-display)
2851 (calculator-copy, calculator-put-value): Bug and display fixes.
2852
2853 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2854
2855 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2856 (ebnf-version): New version (3.6.1).
2857
2858 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2859 (ebnf-bnf-non-terminal-chars): New internal const.
2860 (ebnf-bnf-lex): Fix code.
2861
2862 * ebnf-iso.el: Fix character range regexp. Doc fix.
2863 (ebnf-iso-non-terminal-chars): New internal const.
2864 (ebnf-iso-lex): Fix code.
2865
2866 * ebnf-yac.el: Fix character range regexp. Doc fix.
2867 (ebnf-yac-skip-chars): New internal const.
2868 (ebnf-yac-skip-code): Fix code.
2869
2870 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2871
2872 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2873
2874 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2875 passing it to VC.
2876
2877 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2878 case where the file is relative.
2879
2880 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2881
2882 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2883 same on each side. Make sure we properly handle simple quotes.
2884 From Daiki Ueno <ueno@unixuser.org>.
2885
2886 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2887
2888 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2889 <jas@extundo.com>.
2890
2891 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2892 some items of the Options menu.
2893
2894 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2895
2896 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2897
2898 * vc-hooks.el (vc-delete-automatic-version-backups):
2899 Don't fail if the directory doesn't exist.
2900
2901 * diff-mode.el (diff-default-read-only): New var.
2902 (diff-mode): Use it.
2903
2904 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2905
2906 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2907 Use make-keymap instead of copy-keymap, since copying the global
2908 keymap messes up the menu bar.
2909
2910 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2911 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2912
2913 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2914
2915 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2916
2917 * dired-aux.el (dired-insert-subdir): Pass switches to
2918 dired-build-subdir-alist.
2919
2920 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2921
2922 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2923 caused %#a and %#b to be mis-formatted.
2924
2925 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2926
2927 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2928 ccmode, emacs-mime, and eudc manuals.
2929
2930 2001-09-19 Sam Steingold <sds@gnu.org>
2931
2932 w32 find cannot be used with `grep-find'.
2933 * progmodes/compile.el (find-program): New variable.
2934 (grep-compute-defaults): Use it to set `grep-find-command'.
2935
2936 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2937
2938 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2939
2940 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2941
2942 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2943 programming. Doc fix.
2944 (ebnf-version): New version (3.6).
2945 (ebnf-eps-begin): Data fix.
2946 (ebnf-begin-file): Code fix.
2947
2948 * ebnf-bnf.el: Doc fix.
2949 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2950
2951 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2952
2953 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2954
2955 * ps-print.el: Better face mapping for black/white PostScript printers.
2956 Check if mark is active when printing a region. Doc fix.
2957 (ps-print-version): New version number (6.5.5).
2958 (ps-print-color-p): Customization fix.
2959 (ps-black-white-faces): New option.
2960 (ps-black-white-faces-alist): New internal var.
2961 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2962 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2963 (ps-nb-pages-region): Interactive fix.
2964 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2965 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2966
2967 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2968
2969 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2970 numeric month value, and allow the Kanji character after the it to
2971 be missing (happens with ls-lisp's output on Japanese versions of
2972 MS-Windows).
2973
2974 2001-09-18 Miles Bader <miles@gnu.org>
2975
2976 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2977 it's empty (and thus probably a new patch file about to be edited).
2978
2979 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2980
2981 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2982 Check for '(' in column 0 of doc string.
2983
2984 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2985 of `nth' so that using a vector as bounding-box works.
2986 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2987
2988 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2989
2990 * vc.el (vc-annotate): Use current workfile version explicitly as
2991 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2992
2993 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2994
2995 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2996 convert-standard-filename doesn't guarantee that the .el extension
2997 is preserved.
2998
2999 * dos-fns.el (convert-standard-filename): Replace invalid
3000 characters only after converting dash/underscore to a period.
3001 (original-make-auto-save-file-name): New.
3002 (make-auto-save-file-name): New function, overrides the definition
3003 on files.el and calls the original function via
3004 original-make-auto-save-file-name.
3005
3006 * mail/rmail.el (top-level): Require mule-utils when compiling.
3007 (rmail-decode-babyl-format): Use detect-coding-with-priority
3008 instead of detect-coding-region, to favor detection of emacs-mule
3009 encoded Babyl files written by rmailout.el etc. Suggested by
3010 Kenichi Handa <handa@etl.go.jp>.
3011
3012 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3013
3014 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3015 Use `equal', not `=', since the device number can be a cons cell.
3016
3017 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3018
3019 * simple.el: Comment out change of 2001-09-13.
3020
3021 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3022
3023 * progmodes/compile.el (grep-compute-defaults): Don't set
3024 grep-command/grep-find-command when it is already non-nil.
3025 (grep-command): Make it a user option.
3026 (grep-find-command): Likewise.
3027
3028 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3029
3030 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3031 inhibit quit.
3032
3033 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3034
3035 * files.el (make-auto-save-file-name): If long file names are not
3036 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3037 generating an auto-save file name from it.
3038
3039 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3040
3041 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3042 (ps-nb-pages-region): Signal an error if called interactively
3043 and the mark is not active.
3044
3045 * simple.el (minibuffer-prompt-modification)
3046 (minibuffer-prompt-insertion): New functions.
3047 (minibuffer-prompt-properties): Use `modification-hooks' and
3048 `insert-in-front-hooks'.
3049
3050 2001-09-12 Richard M. Stallman <rms@gnu.org>
3051
3052 * textmodes/outline.el (outline-regexp): Doc fix.
3053 Initialize it in the defcustom, the usual way.
3054
3055 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3056
3057 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3058 from `ediff-meta-info' properties need not be an overlay.
3059 From David Ponce <dponce@voila.fr>.
3060
3061 * isearch.el (isearch-intersects-p): Fix end checks.
3062
3063 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3064
3065 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3066 `t' branch of `cond', since Irix 6.1 and up is a special case of
3067 the standard dbx interface.
3068
3069 2001-09-11 Miles Bader <miles@gnu.org>
3070
3071 * comint.el (comint-send-input): When waiting for echoed input,
3072 don't save the expected end position in `echo-end', so that things
3073 work properly even if the buffer is modified elsewhere at the same
3074 time [this happens if `comint-truncate-buffer' is used].
3075
3076 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3077
3078 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3079 when constructing imenu-generic-expression from outline-regexp.
3080
3081 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3082
3083 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3084 `equal' instead of `=', since they can be cons cells. From Nils
3085 Goesche <cartan@cartan.de>.
3086
3087 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3088
3089 * vc.el (vc-annotate): Rewrote doc string.
3090
3091 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3092
3093 * time-stamp.el: Update Stephen Gildea's email address.
3094
3095 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3096
3097 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3098 enable-multibyte-characters = nil. From Hallvard B Furuseth
3099 <h.b.furuseth@usit.uio.no>.
3100
3101 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3102
3103 * ediff-init.el (ediff-highest-priority): Bug fix.
3104
3105 * viper-cmd.el (viper-special-read-and-insert-char): New function
3106 that reads a character and uses the current input method or
3107 iso-accents when appropriate.
3108
3109 * viper.el and all others: Corrections to the comment blocks at
3110 the top.
3111
3112 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3113
3114 * info.el (Info-goto-node): Doc fix.
3115
3116 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3117
3118 * isearch.el (isearch-intersects-p): New function.
3119 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3120 use isearch-intersects-p, and clean up.
3121
3122 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3123
3124 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3125 and "german8", for the new German orthography dictionaries,
3126 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3127 the entries, to keep the line length balanced for loaddefs.el.
3128
3129 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3130
3131 * comint.el (comint-send-input): Handle comint-process-echoes
3132 differently.
3133
3134 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3135
3136 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3137
3138 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3139
3140 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3141
3142 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3143
3144 * server.el (server-switch-buffer):
3145 * textmodes/refer.el (refer-find-entry-internal):
3146 * term/sup-mouse.el (sup-pos-to-window):
3147 * term/bg-mouse.el (bg-window-from-x-y):
3148 * emacs-lisp/edebug.el (edebug-window-live-p):
3149 Use get-window-with-predicate.
3150
3151 * window.el (get-window-with-predicate): Renamed from some-window.
3152 (some-window): Make it an alias.
3153
3154 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3155
3156 * simple.el (undo): Remove positions from buffer-undo-list up to
3157 the next undo boundary only.
3158
3159 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3160
3161 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3162 Kim <ryk@dspwiz.com>
3163
3164 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3165 the message "Creating customization items...done".
3166
3167 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3168
3169 * font-lock.el (toplevel): Require `jit-lock' only if
3170 font-lock-support-mode is set to jit-lock-mode.
3171
3172 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3173
3174 * international/quail.el (quail-use-package, quail-inactivate)
3175 (quail-activate): Mention the hooks these functions run in their
3176 doc strings.
3177
3178 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3179
3180 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3181 of file in header of menu.
3182
3183 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3184
3185 * env.el (setenv): Interactively, if VARIABLE has a current value,
3186 add that to the front of the history, as the doc string says.
3187
3188 * comint.el (comint-send-input): Change help-echo.
3189 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3190
3191 * bookmark.el (bookmark-write-file): Bind print-length and
3192 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3193
3194 * obsolete/uncompress.el: Moved there from lisp/.
3195
3196 * comint.el (comint-insert-clicked-input): Goto point-max before
3197 deleting previous input. From "Dr Francis J. Wright"
3198 <F.J.Wright@qmw.ac.uk>.
3199
3200 * simple.el (backward-word): Doc fix.
3201
3202 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3203
3204 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3205 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3206 * w32-fns.el: Add Keywords header.
3207
3208 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3209
3210 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3211 "Text Properties". Suggested by Simon Marshall
3212 <Simon.Marshall@midas-kapiti.com>.
3213
3214 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3215
3216 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3217 consulting the value of file-name-coding-system.
3218
3219 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3220
3221 * help.el (describe-function-1): Save precomputed `file-name' rather
3222 than recomputing it (incorrectly) with `symbol-file'.
3223
3224 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3225
3226 * international/isearch-x.el (isearch-exit-recursive-edit):
3227 Take three parameters, since it's used as an after-change-function.
3228
3229 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3230 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3231 from doc strings.
3232
3233 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3234
3235 * progmodes/glasses.el (glasses-convert-to-unreadable):
3236 Consider underscores as in `glasses-make-readable'.
3237
3238 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3239
3240 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3241 MS-DOS, since cpp might not be available.
3242
3243 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3244 Mention "yank" in the help-echo text.
3245 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3246
3247 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3248
3249 * newcomment.el (comment-indent): Insert spaces more carefully.
3250
3251 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3252
3253 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3254 exists. From Andy Petrusenco <andy@int.spb.ru>.
3255
3256 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3257 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3258 <andy@int.spb.ru>.
3259
3260 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3261
3262 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3263 Instead of running mouse-yank-at-click, see what the event is
3264 bound to outside Isearch and run that.
3265
3266 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3267
3268 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3269 Fix the menu entry to mention transient-mark-mode.
3270
3271 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3272
3273 * simple.el (eval-expression-print-level): Fix last change.
3274
3275 * bindings.el (mode-line-coding-system-map): New variable.
3276 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3277
3278 * simple.el (eval-expression-print-level): Change the type
3279 of the defcustom to allow nil.
3280
3281 * emacs-lisp/find-gc.el: Moved here from lisp/.
3282
3283 * international/quail.el (quail-completion-1):
3284 Reverse the ((CHAR . DEFN) ...) list before processing it.
3285 From Kenichi Handa <handa@etl.go.jp>.
3286
3287 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3288 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3289
3290 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3291
3292 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3293 aren't supported. This avoids the annoying gray strip drawn by
3294 the Windows version instead of the missing tool bar.
3295
3296 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3297
3298 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3299 and tooltips more consistent. From "Marshall, Simon"
3300 <Simon.Marshall@midas-kapiti.com>.
3301
3302 * startup.el (fancy-splash-screens): Temporarily set
3303 minor-mode-map-alist to nil while displaying splash screens.
3304
3305 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3306
3307 * buff-menu.el: Add Keywords header.
3308 Doc fix (C-x C-b is bound to list-buffers).
3309
3310 * dired-x.el: Add keyword files to get listed in finder.
3311 Remove confusing notes about GNU Emacs 19.
3312
3313 * dired.el, dired-aux.el: Add Keywords header.
3314
3315 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3316
3317 * vc.el (vc-revert-file): Call the backend even if the FILE's
3318 contents can be reverted locally; pass new arg CONTENTS-DONE
3319 down to the backend.
3320
3321 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3322 optional arg CONTENTS-DONE.
3323
3324 2001-08-28 Andrew Innes <andrewi@gnu.org>
3325
3326 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3327
3328 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3329
3330 * makefile.nt (install): Copy more *.el files.
3331
3332 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3333
3334 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3335 instead of `w' which is already in use.
3336
3337 * gs.el (gs-load-image): Use sleep-for.
3338 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3339
3340 2001-08-28 Miles Bader <miles@gnu.org>
3341
3342 * replace.el (query-replace-regexp-eval): Return args from
3343 `interactive' form in correct order.
3344
3345 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3346
3347 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3348 major modes, don't create panes for modes for which
3349 mouse-buffer-menu-alist returns an empty alist.
3350
3351 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3352
3353 * progmodes/hideshow.el: Update first-line description.
3354 Sync comments w/ maintainer version 5.31.
3355
3356 (hs-isearch-open): Default value now `code'.
3357 Fix docstring to use "code blocks" vs "comment blocks",
3358 as opposed to "block" vs "comment".
3359 (hs-flag-region): Accept `hs-isearch-open' value
3360 of `block' as synonymous w/ `code'.
3361 (hs-hide-block-at-point): For code blocks, pass `code'
3362 to `hs-flag-region' instead of `block'.
3363
3364 2001-08-28 Miles Bader <miles@gnu.org>
3365
3366 * comint.el (comint-next-prompt): Don't loop infinitely if
3367 {next,previous}-single-char-property-change returns its input
3368 position when the search fails.
3369
3370 2001-08-27 Miles Bader <miles@gnu.org>
3371
3372 * comint.el (comint-get-old-input-default): Don't signal an error
3373 if point is not on an input field; instead, return the current
3374 line (using `comint-bol' to skip any prompt, in case we're not
3375 using fields at all).
3376
3377 * man.el (Man-mode-line-format): Variable removed.
3378 (Man-mode): Change `mode-line-buffer-identification' instead of
3379 `mode-line-format'.
3380
3381 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3382
3383 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3384 From Simon Josefsson <jas@extundo.com>.
3385
3386 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3387
3388 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3389 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3390
3391 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3392 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3393
3394 * emacs-lisp/lselect.el: Ditto.
3395
3396 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3397 Remove periods from the end of error message strings.
3398 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3399
3400 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3401 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3402
3403 * net/telnet.el: Ditto.
3404
3405 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3406
3407 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3408 KEYMAP to the call to define-minor-mode.
3409
3410 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3411
3412 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3413 Replace some of the undefined characters with emulations of bidi
3414 formatting characters and Niqud as per SI 1311-1.
3415 (IT-unicode-translations): Ditto.
3416 (IT-display-table-setup, IT-setup-unicode-display):
3417 Fill characters without translations with dos-unsupported-char-glyph.
3418
3419 2001-08-24 Simon Josefsson <jas@extundo.com>
3420
3421 * hl-line.el (hl-line-mode): Don't be a global mode.
3422 (global-hl-line-mode): New function.
3423
3424 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3425
3426 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3427 being reset by Ghostscript. Don't kill the gs process.
3428 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3429
3430 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3431
3432 * term/mac-win.el: Require scroll-bar.
3433
3434 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3435
3436 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3437
3438 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3439
3440 * hexl.el (hexl-insert-multibyte-char) New function.
3441 (hexl-quoted-insert, hexl-self-insert-command)
3442 (hexl-insert-hex-char, hexl-insert-decimal-char)
3443 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3444 Fix the doc strings accordingly.
3445 (hexl-insert-char): Reject characters whose code is above 255.
3446 Doc fix.
3447 (hexl-mode-map): Copy the global keymap instead of creating a
3448 sparse keymap, and bind all self-inserting characters to
3449 hexl-self-insert-command.
3450
3451 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3452
3453 * wid-edit.el (text): Re-order docstring correctly.
3454
3455 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3456
3457 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3458
3459 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3460
3461 * simple.el (line-number-mode): Mention the variable
3462 line-number-display-limit-width in the doc string.
3463
3464 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3465
3466 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3467 Temporarily select EVENT's window for switching buffers.
3468 (mode-line-bury-buffer): New function.
3469 (mode-line-buffer-identification-keymap): Use it instead of
3470 bury-buffer. Bind down-mouse events to prevent global down-mouse
3471 events from shining through.
3472
3473 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3474
3475 * newcomment.el (comment-beginning): Make sure the comment-start
3476 we found isn't a comment-end (in cases where confusion is possible).
3477
3478 2001-08-22 Miles Bader <miles@gnu.org>
3479
3480 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3481 before writing it, so that hard-links don't see new version.
3482
3483 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3484
3485 * gs.el (gs-set-ghostview-colors-window-prop):
3486 Call x-change-window-property with 3rd arg FRAME.
3487 (gs-load-image): Wait for a previous Ghostscript process
3488 to complete before starting a new one.
3489
3490 * image.el (image-type-regexps): Make sure that the TIFF
3491 pattern is only matched at the beginning of a string.
3492 From Markus Rost <rost@math.ohio-state.edu>.
3493
3494 * international/swedish.el: Pre-Mule file removed. From Jonas
3495 Oberg <jonas@gnu.org>.
3496
3497 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3498
3499 * whitespace.el (whitespace-abort-on-error): Add custom variable
3500 to whitespace to abort a write-file if whitespace is detected in file.
3501
3502 * whitespace.el (whitespace-write-file-hook): Hook to be called
3503 when writing a file. If `whitespace-abort-on-error' is set, the
3504 write will abort on detecting whitespaces.
3505 If `whitespace-auto-cleanup' is set, the file will be cleaned
3506 automatically prior to writing.
3507
3508 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3509 whitespaces in the error output!
3510
3511 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3512 `indent-tabs-mode', since the latter notes user preferences on
3513 TABs anyway.
3514
3515 * whitespace.el (whitespace-version): 3.1. All of the above issues
3516 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3517
3518 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3519
3520 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3521 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3522
3523 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3524
3525 2001-08-20 Alex Schroeder <alex@gnu.org>
3526
3527 * sql.el (sql-db2): Doc change.
3528
3529 2001-08-20 Alex Schroeder <alex@gnu.org>
3530
3531 * sql.el (sql-postgres): Add the database at the end of the
3532 parameters instead of at the beginning.
3533 (sql-postgres-options): Doc change.
3534
3535 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3536
3537 * custom.el (defcustom): Doc fix.
3538
3539 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3540
3541 * ps-mule.el (find-composition): Check if (char-after POS)
3542 returns a valid character.
3543
3544 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3545
3546 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3547 original-point for extra CR characters that are added/removed when
3548 the buffer is written/read whose EOL type is -dos.
3549
3550 2001-08-16 Miles Bader <miles@gnu.org>
3551
3552 * simple.el (line-move): Undo previous change.
3553
3554 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3555 property to input-terminating `boundary' overlays to avoid
3556 line-move wierdness.
3557
3558 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3559
3560 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3561 buffer in a save-restriction. Under one test case with Ediff,
3562 window-scroll-functions are run with a window start that's
3563 temporarily outside of the restriction.
3564
3565 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3566
3567 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3568 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3569 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3570 (texinfo-update-menu-region-beginning)
3571 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3572 command, @ifnottex, to regexps, so it is found.
3573
3574 2001-08-16 Andrew Innes <andrewi@gnu.org>
3575
3576 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3577 (DONTCOMPILE): Omit sc.el.
3578
3579 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3580 (DONTCOMPILE): Omit sc.el.
3581
3582 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3583
3584 * replace.el (occur): Bind inhibit-read-only to t.
3585
3586 2001-08-16 Miles Bader <miles@gnu.org>
3587
3588 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3589 calling `constrain-to-field', to avoid problems with comint prompts.
3590
3591 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3592
3593 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3594 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3595
3596 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3597 of a while-loop.
3598
3599 * Makefile.in (DONTCOMPILE): Remove sc.el.
3600
3601 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3602 Don't include term/.
3603
3604 * mail/sc.el: Moved to obsolete/.
3605
3606 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3607
3608 * ps-print.el: Change error function arguments to follow Emacs
3609 message convention. Doc fix.
3610 (ps-print-version): New version number (6.5.4).
3611 (coding-system-for-write): Change declaration position to avoid
3612 XEmacs compilation gripes.
3613 (coding-system-for-read, buffer-file-coding-system):
3614 Declarations to avoid XEmacs compilation gripes.
3615
3616 * ps-mule.el: Doc fix.
3617 (ps-mule-encode-header-string): If STRING is not a string, replace
3618 STRING by empty string.
3619
3620 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3621
3622 * frame.el (show-trailing-whitespace): Doc fix.
3623
3624 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3625
3626 * desktop.el (desktop-save): Insert the coding: tag before
3627 desktop-header.
3628
3629 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3630
3631 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3632 its path from $els.
3633
3634 * image.el (image-jpeg-p): Fix call of substring.
3635
3636 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3637
3638 * play/animate.el (animate-string): Doc fix. Use a buffer
3639 name with stars in it.
3640 (animate-sequence): New function.
3641 From Richard Stallman <rms@gnu.org>.
3642
3643 * frame.el (select-frame-set-input-focus): New function
3644 extracted from other-frame.
3645 (other-frame): Use it.
3646 (next-multiframe-window, previous-multiframe-window): Use it.
3647
3648 * isearch.el (isearch-other-meta-char): Don't switch to the
3649 buffer of a window clicked on, when the current buffer is
3650 in Isearch mode.
3651
3652 * image.el (image-jpeg-p): Test for APPn markers in the range
3653 #xe0..#xef.
3654
3655 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3656
3657 * desktop.el (desktop-save): Don't use concat to form a file
3658 name, use expand-file-name.
3659
3660 * mouse.el (mouse-delete-window): Do nothing if frame has just
3661 one window.
3662
3663 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3664 for the minor mode name.
3665
3666 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3667 minor mode name.
3668
3669 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3670 instead of make-mode-line-mouse2-map.
3671
3672 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3673 the minor mode name.
3674
3675 * emacs-lisp/easy-mmode.el (define-minor-mode):
3676 Use mode-line-minor-mode-keymap for the minor mode name.
3677
3678 * calendar/calendar.el (calendar-mode-line-format):
3679 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3680
3681 * bindings.el (make-mode-line-mouse-map): Renamed from
3682 make-mode-line-mouse2-map. Take additional arg MOUSE.
3683 (mode-line-modified): Use mouse-3 instead of mouse-2.
3684 (mode-line-buffer-identification-keymap): Bind keys differently.
3685 (propertized-buffer-identification): Adapt help-echo to new bindings.
3686
3687 * bindings.el (mode-line-format): Specify help-echo for line
3688 number, column number and buffer-percent part of the mode-line.
3689
3690 * image.el (image-type-regexps): Allow whitespace at the start
3691 of the image data for XPM, XBM and Postscript, which are
3692 text files.
3693 (image-jpeg-p): Correct calculation of next field offset.
3694
3695 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3696
3697 * battery.el: Fix typo.
3698
3699 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3700
3701 * image.el (image-type-regexps): Allow predicates. Change the way
3702 JPEG images are recognized.
3703 (image-jpeg-p): New function.
3704 (image-type-from-data): Handle predicates in image-type-regexps.
3705
3706 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3707 #:, #x, #o, and similar constructs.
3708
3709 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3710
3711 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3712
3713 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3714 instead of `progn'.
3715
3716 * tar-mode.el (tar-extract): Avoid generating a new buffer
3717 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3718
3719 * textmodes/paragraphs.el (forward-sentence): Avoid building
3720 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3721
3722 * progmodes/executable.el (executable-set-magic):
3723 If executable-find returns a quoted file name, unquote it before
3724 inserting it.
3725
3726 * image.el (image-type-regexps): For JPEG files, use a regexp
3727 derived from the JFIF spec.
3728
3729 * image.el (image-type-regexps): Use `\`' instead of `^' in
3730 most regular expressions.
3731
3732 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3733
3734 * play/animate.el: Re-insert a reference to re-inserted function.
3735
3736 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3737
3738 * help.el (describe-function-1): Use find-function-search-for-symbol
3739 instead of find-function-noselect because the latter follows aliases.
3740
3741 * play/animate.el (animate-birthday-present): Re-insert.
3742
3743 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3744 Handle old-style menu definitions.
3745
3746 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3747
3748 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3749 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3750
3751 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3752 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3753 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3754
3755 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3756
3757 * textmodes/tildify.el: Milan Zamazal has new address.
3758
3759 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3760
3761 * custom.el (custom-set-variables): Don't test `custom-requests'
3762 properties, check the third element of the options passed to
3763 custom-set-variables instead.
3764
3765 * info.el (info-insert-file-contents): Use info-file-exists-p
3766 instead of file-exists-p.
3767
3768 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3769 the mode-line face is restored. Fix several bugs.
3770
3771 * replace.el (perform-replace): Doc fix.
3772
3773 2001-08-02 Francesco Potorti` <pot@gnu.org>
3774
3775 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3776 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3777 (uniquify-fix-item-base, uniquify-fix-item-filename)
3778 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3779 Callers changed.
3780 (uniquify-set-proposed): Changed to work with a vector item.
3781 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3782 the fix list, and a list of strings for the non-file buffer
3783 names. Both changes reduce consing.
3784 (uniquify-rationalize-a-list): Local variable renaming.
3785 (uniquify-rationalize-conflicting-sublist): Use member instead of
3786 assoc.
3787 (uniquify-rename-buffer): Use unless instead of if not.
3788
3789 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3790
3791 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3792
3793 * custom.el (custom-set-variables): Set options with :require
3794 clauses last.
3795
3796 * custom.el (defcustom): Doc fix.
3797
3798 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3799
3800 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3801
3802 * man.el (man): Mention Man-switches in the doc string.
3803 (Man-switches): Mention -a in the doc string.
3804
3805 * textmodes/ispell.el (ispell-alternate-dictionary):
3806 Add /usr/share/lib/dict/words, for Irix.
3807
3808 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3809 corresponding non-kp keys. Suggested by Stephen Gildea
3810 <gildea@stop.mail-abuse.org>.
3811
3812 2001-08-01 Francesco Potorti` <pot@gnu.org>
3813
3814 * uniquify.el: These changes correct a corner case that the old
3815 code managed correctly.
3816 (uniquify-fix-item-proposed): Renamed from
3817 uniquify-fix-item-min-proposed.
3818 (uniquify-set-proposed): New function.
3819 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3820 clarity and speed.
3821 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3822 This is equivalent to what the old code did.
3823 (uniquify-rationalize-a-list): Never recompute the proposed
3824 name. Sort the conflicting sublist before rationalising it: this
3825 is equivalent to what the old code did, but one directory element
3826 at a time, and only when necessary.
3827 (uniquify-rationalize-conflicting-sublist): Recompute here the
3828 proposed name.
3829
3830 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3831
3832 * play/animate.el: Add Keywords and Maintainer. Remove a
3833 reference to a removed function.
3834
3835 * play/animate.el (animate-string): Handle case that the string is
3836 longer than the window is wide.
3837
3838 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3839
3840 * desktop.el (desktop-save): Bind coding-system-for-write to
3841 `emacs-mule' for write-region.
3842
3843 * delsel.el (delete-selection-pre-hook): Don't set this-command
3844 to `ignore' if the region is empty.
3845
3846 * international/mule.el (set-keyboard-coding-system):
3847 Set keyboard-coding-system.
3848
3849 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3850 before accessing it.
3851
3852 2001-07-30 Andreas Schwab <schwab@suse.de>
3853
3854 * menu-bar.el (toggle-highlight-paren-mode):
3855 Use `(show-paren-mode)' as body.
3856
3857 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3858
3859 * vc.el (vc-checkout-hook): New hook.
3860 (vc-checkout): Run it.
3861
3862 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3863
3864 * progmodes/make-mode.el (makefile-macroassign-regex):
3865 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3866
3867 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3868
3869 * vc.el (vc-switch-backend): Fix autoload cookie.
3870
3871 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3872 the desktop file.
3873
3874 2001-07-30 Simon Josefsson <jas@extundo.com>
3875
3876 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3877 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3878
3879 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3880
3881 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3882 (last-sexp-toggle-display): Renamed from last-sexp-print.
3883 (last-sexp-toggle-display, eval-last-sexp-1):
3884 Use last-sexp-setup-props.
3885
3886 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3887 New user-options.
3888 (mouse-wheel-change-button): New function.
3889 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3890 (mwheel-scroll): Ditto.
3891
3892 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3893
3894 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3895 `...', compare with unabbreviated printed representation instead.
3896 (last-sexp-print): Bind print-length and print-level to nil.
3897
3898 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3899 before assigning text properties. Make properties rear-nonsticky.
3900
3901 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3902 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3903 <mouse-2> and <RET> in that map to a function printing the
3904 unabbreviated value.
3905
3906 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3907 is a buffer, put a text property `printed-value' on the printed
3908 representation, with the Lisp object printed as value.
3909
3910 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3911
3912 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3913 Mention the effect of eval-expression-print-length and
3914 eval-expression-print-level in the doc strings. Suggested by
3915 Kevin Gallagher <kevingal@onramp.net>.
3916
3917 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3918
3919 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3920 for buttons > 3.
3921 (xterm-mouse-translate): Handle the case that we don't get a
3922 down-event.
3923
3924 * emacs-lisp/find-func.el (find-function-regexp):
3925 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3926 in front of the function name.
3927
3928 * isearch.el (isearch-other-meta-char): Fix last change.
3929
3930 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3931 similar events for which fake prefix keys are generated. It's no
3932 longer necessary since read_key_sequence doesn't modify these
3933 events for internal purposes anymore.
3934
3935 * files.el (auto-mode-alist): Use nroff-mode for files ending
3936 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3937
3938 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3939
3940 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3941 tool-bar-lines parameter, behave as if its value were zero.
3942 (mouse-avoidance-set-pointer-shape): Don't do anything if
3943 x-pointer-shape is not boundp.
3944
3945 2001-07-23 Francesco Potorti` <pot@gnu.org>
3946
3947 * uniquify.el: Overall speedup changes when using many buffers.
3948 (uniquify-fix-item-base, uniquify-fix-item-filename)
3949 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3950 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3951 place in the item, but was never used.
3952 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3953 in the item is now used as cache for the proposed name.
3954 (uniquify-rationalize-file-buffer-names): Move computation made on
3955 newbuffile out of the loop, in the newbuffile-nd local var.
3956 Use dolist (cosmetic change). Compute the proposed name for the most
3957 common case and cache it in the fourth place in the item.
3958 (uniquify-rationalize-file-buffer-names): Used to return a a list
3959 of buffer whose name was changed, but that return value was never used.
3960 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3961 the cached proposed name, does much less consing and is quicker.
3962 (uniquify-filename-lessp): Deleted.
3963 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3964 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3965 cached proposed name is possible.
3966 (uniquify-get-proposed-name): Arguments changed, callers changed.
3967 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3968 uniquify-possibly-resolvable flag, which is no more bound locally.
3969 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3970 flag, which does not exist any more.
3971
3972 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3973
3974 * term/internal.el (IT-unicode-translations): Fix the appearance of
3975 "6`".
3976
3977 * progmodes/compile.el (compile-internal): If EMACS is already
3978 defined in the environment, don't override its value.
3979
3980 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3981
3982 * play/fortune.el: Undo change of 2001-07-13.
3983 Fix autoload cookies. Add types to defcustoms.
3984 (fortune) <defgroup>: Add :link.
3985 (fortune-from-region): Use eq, not eql.
3986 From Dave Love <fx@gnu.org>.
3987
3988 * play/animate.el (animate-birthday-present): Function removed.
3989
3990 * play/animate.el: New file.
3991
3992 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3993
3994 * startup.el (normal-top-level-add-subdirs-to-load-path):
3995 On Windows, put into normal-top-level-add-subdirs-inode-list the
3996 canonicalized names of the directories instead of inode numbers.
3997
3998 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3999
4000 * ediff-util.el: Copyright years.
4001 (ediff-choose-syntax-table): New function.
4002 (ediff-setup): Use ediff-choose-syntax-table.
4003 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4004 vc-state is available.
4005 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4006
4007 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4008 with-syntax-table.
4009 (ediff-coding-system-for-read): From ediff-diff.el
4010 (ediff-coding-system-for-write): New variable.
4011 (ediff-highest-priority): Fixed the bug having to do with disappearing
4012 overlays.
4013 (ediff-file-remote-p): Use file-remote-p, if available.
4014 (ediff-listable-file): New function.
4015 (ediff-file-attributes): Use ediff-listable-file.
4016
4017 * ediff-mult.el (ediff-meta-insert-file-info1):
4018 Use ediff-listable-file.
4019
4020 * ediff-ptch.el (ediff-prompt-for-patch-file):
4021 Use ediff-coding-system-for-read.
4022 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4023
4024 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4025 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4026
4027 * ediff.el: Date of last update, copyright years.
4028
4029 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4030
4031 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4032 of Scott Bronson.
4033 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4034 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4035 Deleted functions.
4036 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4037 ex-token-list.
4038 (viper-get-ex-address-subr): Convert registers to char data type.
4039
4040 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4041 (viper-memq-char): Use viper-int-to-char.
4042 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4043 vc-locking-state.
4044 (viper-read-key): Use viper-read-key-sequence.
4045
4046 * viper.el (viper-major-mode-modifier-list):
4047 Added inferior-emacs-lisp-mode.
4048 (this-major-mode-requires-vi-state): New function that uses simple
4049 heuristics to decide if vi state is appropriate.
4050 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4051 (viper-non-hook-settings): Don't advise read-key-sequence.
4052 (viper-read-key-sequence): New function that replaces the
4053 previously used advice to read-key-sequence.
4054
4055 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4056 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4057 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4058 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4059 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4060 Got rid of the negative character hack.
4061 (viper-escape-to-state,viper-replace-state-exit-cmd):
4062 Use viper-read-key-sequence.
4063 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4064 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4065 Don't override existing minibuffer-setup-hook.
4066 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4067 Convert registers to char data type.
4068 (viper-autoindent): Use viper-indent-line.
4069
4070 * viper-keym.el: Use viper-exec-key-in-emacs.
4071
4072 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4073
4074 * server.el (server-visit-files): Fix variable name typo.
4075
4076 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4077
4078 * simple.el (delete-trailing-whitespace): Save match data
4079 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4080
4081 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4082
4083 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4084 return a this-error using the alternative format (a pair of markers).
4085
4086 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4087
4088 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4089
4090 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4091 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4092
4093 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4094
4095 * international/iso-transl.el: Fix typo in the header of the file.
4096
4097 * textmodes/picture.el (picture): Doc fix.
4098
4099 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4100 follow coding conventions in generated files.
4101
4102 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4103
4104 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4105 (tool-bar-add-item): Don't call image-related primitives if the
4106 display doesn't support images.
4107
4108 * frame.el (display-images-p): New function.
4109
4110 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4111
4112 * server.el (server-visit-files): Handle the case the specified
4113 column number is <= 0.
4114
4115 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4116
4117 * startup.el (command-line-1): Add support for +LINE:COLUMN
4118 command line argument.
4119
4120 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4121
4122 * server.el (server-process-filter, server-visit-files):
4123 Add support for +LINE:COLUMN style emacsclient calls.
4124
4125 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4126
4127 * emacs-lisp/easy-mmode.el: Add Keywords header.
4128
4129 * play/pong.el: Author has new address.
4130
4131 * play/landmark.el: Author is no more reachable.
4132
4133 * play/handwrite.el: Author is no more reachable.
4134
4135 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4136
4137 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4138 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4139 Complete bindings for F<1..12> keys.
4140 (global-map): Remove `undo' binding (already in the default).
4141 Replace `t<n>' bindings with `f<n>' bindings.
4142
4143 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4144
4145 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4146 (tcl-mode): Use tcl-add-log-defun.
4147 (tcl-indent-line): Use tcl-calculate-indent.
4148 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4149 (tcl-indent-exp): Renamed from indent-tcl-exp.
4150 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4151 (tcl-indent-for-comment): Call comment-indent-function properly
4152 and handle the case where it returns nil.
4153
4154 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4155
4156 * calendar/cal-islam.el (calendar-goto-islamic-date):
4157 Remove autoload cookie.
4158
4159 * calendar/calendar.el (calendar-goto-islamic-date):
4160 Add call to autoload.
4161
4162 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4163
4164 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4165 Don't change compile-auto-highlight globally.
4166 Don't bother with `font-lock-defaults' property since XEmacs
4167 also understands the `font-lock-defaults' variable.
4168 Use make-local-variable rather than make-variable-buffer-local.
4169 Don't `defconst' comment-indent-function: keep the default.
4170 Call easy-menu-add unconditionally.
4171 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4172 (ada-create-menu): Use :included for Emacs as well.
4173
4174 * vc.el (vc-do-command): Autoload.
4175
4176 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4177
4178 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4179
4180 * ps-print.el: Fix Author: header.
4181
4182 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4183
4184 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4185 mouse-1 etc., bind them to `ignore'.
4186
4187 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4188 send-invisible, which is already defined in Comint.
4189 (eshell-watch-for-password-prompt): Use it.
4190
4191 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4192
4193 * which-func.el (which-func-mode): Doc fix.
4194
4195 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4196 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4197 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4198 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4199 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4200 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4201 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4202 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4203 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4204 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4205 * emulation/edt-mapper.el, emulation/edt-pc.el,
4206 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4207 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4208 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4209 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4210 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4211 * international/isearch-x.el, international/iso-cvt.el,
4212 * international/ogonek.el, international/quail.el,
4213 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4214 * language/devanagari.el, language/ethio-util.el,
4215 * language/ethiopic.el, language/european.el, language/indian.el,
4216 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4217 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4218 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4219 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4220 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4221 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4222 * progmodes/autoconf.el, progmodes/cmacexp.el,
4223 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4224 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4225 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4226 * progmodes/ebnf2ps.el, progmodes/executable.el,
4227 * progmodes/fortran.el, progmodes/idlw-shell.el,
4228 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4229 * progmodes/m4-mode.el, progmodes/mantemp.el,
4230 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4231 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4232 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4233 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4234 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4235 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4236 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4237 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4238 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4239 * textmodes/two-column.el, time-stamp.el, timezone.el,
4240 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4241 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4242 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4243 conventions.
4244
4245 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4246
4247 * simple.el (set-variable): Require 'cus-edit' instead of
4248 `wid-edit', so that the Custom widgets get defined.
4249
4250 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4251
4252 * allout.el: A fix to follow coding conventions.
4253
4254 * find-lisp.el: A fix to follow coding conventions.
4255
4256 * term/w32-win.el: A fix to follow coding conventions.
4257
4258 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4259
4260 * term/xterm.el: A fix to follow coding conventions.
4261
4262 * term/news.el: A fix to follow coding conventions.
4263
4264 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4265 header line fixed.
4266
4267 * sun-curs.el: Fix Maintainer: header line.
4268
4269 * emacs-lisp/easymenu.el: Address of the author added.
4270
4271 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4272
4273 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4274 property.
4275
4276 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4277
4278 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4279 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4280 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4281 Some fixes to follow coding conventions.
4282
4283 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4284
4285 * which-func.el (which-func-mode): Doc fix.
4286
4287 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4288
4289 * net/rcompile.el (remote-compile): Use make-local-variable.
4290
4291 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4292
4293 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4294
4295 * mail/reporter.el (reporter-submit-bug-report):
4296 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4297
4298 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4299
4300 * calendar/cal-china.el, calendar/cal-coptic.el,
4301 * calendar/cal-dst.el, calendar/cal-french.el,
4302 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4303 * calendar/cal-iso.el, calendar/cal-julian.el,
4304 * calendar/cal-mayan.el, calendar/cal-persia.el,
4305 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4306 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4307 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4308 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4309 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4310 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4311 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4312 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4313 * progmodes/ada-xref.el, progmodes/cc-align.el,
4314 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4315 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4316 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4317 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4318 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4319 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4320 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4321 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4322 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4323 * textmodes/reftex.el: Some fixes to follow coding
4324 conventions in Eshell files with known maintainers.
4325
4326 * emulation/viper.el: A fix to follow coding conventions.
4327
4328 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4329 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4330 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4331 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4332 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4333 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4334 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4335 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4336 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4337 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4338 conventions in Eshell files.
4339
4340 * composite.el, diff.el, emacs-lisp/levents.el,
4341 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4342 * emulation/pc-mode.el, emulation/viper-cmd.el,
4343 * emulation/viper-ex.el, emulation/viper-init.el,
4344 * emulation/viper-keym.el, emulation/viper-macs.el,
4345 * emulation/viper-mous.el, emulation/viper-util.el,
4346 * emulation/viper.el, forms-pass.el, international/ccl.el,
4347 * international/characters.el, international/encoded-kb.el,
4348 * international/fontset.el, international/ja-dic-cnv.el,
4349 * international/ja-dic-utl.el, international/kinsoku.el,
4350 * international/kkc.el, international/mule-cmds.el,
4351 * international/mule-diag.el, international/mule-util.el,
4352 * international/mule.el, international/titdic-cnv.el,
4353 * language/china-util.el, language/chinese.el,
4354 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4355 * language/greek.el, language/hebrew.el, language/japan-util.el,
4356 * language/japanese.el, language/korea-util.el, language/korean.el,
4357 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4358 * language/slovak.el, language/thai-util.el, language/thai.el,
4359 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4360 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4361 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4362 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4363 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4364 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4365 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4366 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4367 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4368 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4369 to follow coding conventions in files without maintainer or in files
4370 with clear maintainer (but without Maintainer header stating so).
4371
4372 * emacs-lisp/elp.el: A fix to follow coding conventions.
4373
4374 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4375 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4376 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4377 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4378 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4379 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4380 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4381 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4382 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4383 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4384 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4385 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4386 conventions in files from Gnus.
4387
4388 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4389 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4390 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4391 * echistory.el, electric.el, emacs-lisp/authors.el,
4392 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4393 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4394 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4395 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4396 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4397 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4398 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4399 * international/codepage.el, international/iso-ascii.el,
4400 * international/iso-insert.el, international/iso-transl.el,
4401 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4402 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4403 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4404 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4405 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4406 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4407 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4408 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4409 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4410 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4411 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4412 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4413 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4414 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4415 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4416 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4417 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4418 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4419 * textmodes/tex-mode.el, textmodes/text-mode.el,
4420 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4421 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4422 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4423 files maintained by FSF.
4424
4425 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4426
4427 * arc-mode.el: A fix to follow coding conventions.
4428
4429 * bindings.el: Ditto.
4430
4431 * cdl.el: Ditto.
4432
4433 * comint.el: Ditto.
4434
4435 * cus-start.el: Ditto.
4436
4437 * shell.el: Ditto.
4438
4439 * skeleton.el: Ditto.
4440
4441 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4442
4443 * info.el (Info-build-node-completions):
4444 Make Info-current-file-completions buffer local.
4445
4446 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4447
4448 * which-func.el (which-func-mode, which-func-ff-hook)
4449 (which-function-mode): Remove references to which-func-mode-global.
4450
4451 * calendar/cal-islam.el (calendar-goto-islamic-date):
4452 Add autoload cookie.
4453
4454 * play/fortune.el: Add types to defcustoms.
4455
4456 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4457
4458 * language/czech.el: A fix to follow coding conventions.
4459
4460 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4461
4462 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4463 to the extension list, for antlr-mode. From Christoph Wedler
4464 <Christoph.Wedler@sap.com>.
4465
4466 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4467
4468 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4469 (vc-dired-mode-map): Fix the madness.
4470
4471 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4472 (vc-prefix-map): Moved back from vc.el.
4473
4474 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4475
4476 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4477 Increase the size of the obarray.
4478 (mail-extr-all-top-level-domains): Add more toplevel domains,
4479 add more long names.
4480 From: Per Starback <starback@ling.uu.se>.
4481
4482 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4483
4484 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4485 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4486
4487 * progmodes/ada-mode.el: Ditto.
4488
4489 * progmodes/ada-xref.el: Ditto.
4490
4491 2001-07-11 Miles Bader <miles@gnu.org>
4492
4493 * finder.el (finder-insert-at-column): Also move to the next line
4494 if exactly at COLUMN.
4495
4496 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4497
4498 * help.el (describe-function-1): When printing FUNCTION's
4499 documentation, don't assume FUNCTION is a symbol.
4500
4501 * startup.el (normal-top-level): Don't operate on the initial
4502 frame if we failed to create one.
4503
4504 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4505
4506 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4507 itself, i.e. only indent the contents in it.
4508
4509 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4510
4511 * mail/rmail.el (rmail-show-message): Show beginning of message in
4512 all windows containing it.
4513
4514 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4515
4516 * term/tty-colors.el: Fix the header line and copyright years.
4517
4518 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4519
4520 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4521 original definition has an interactive form, but is Elp
4522 instrumented, use the interactive form of the function called by
4523 elp-wrapper.
4524
4525 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4526 configurations with compare-window-configuration; they aren't
4527 window configurations.
4528
4529 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4530 from the server for the format we expect. Don't use it if it
4531 doesn't look like what the Internet draft for FTP extensions specifies.
4532
4533 * toolbar/*.pbm: Cleaned up.
4534 From Luis Fernandes <elf@ee.ryerson.ca>.
4535
4536 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4537
4538 * cc-cmds.el: Extended the kludge to interoperate with the
4539 delsel and pending-del packages wrt to the new function
4540 `c-electric-delete-forward'.
4541
4542 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4543
4544 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4545 to delay the call to <mode> for global minor modes.
4546 (easy-mmode-define-navigation): Only recenter if interactive.
4547
4548 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4549
4550 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4551 to lisp-indent-line.
4552
4553 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4554 from the server. Call encode-time only when we are sure that we
4555 got a 213 response.
4556
4557 2001-07-06 Simon Josefsson <jas@extundo.com>
4558
4559 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4560 (mail-envelope-from): New user option.
4561 (sendmail-send-it): Use it.
4562
4563 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4564
4565 * ps-print.el: Use locale dependant date to print date in header.
4566 Doc fix.
4567 (ps-print-version): New version number (6.5.3).
4568 (ps-right-header, ps-right-footer): Initialization and doc fix.
4569 (ps-time-stamp-locale-default): New fun.
4570
4571 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4572
4573 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4574 field problem with MIME-mode.
4575
4576 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4577
4578 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4579
4580 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4581 MIME-mode.
4582
4583 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4584
4585 * bindings.el (mode-line-mule-info): Don't show the tip with
4586 buffer-file-coding-system if that is nil.
4587
4588 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4589
4590 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4591 instead of kill-line.
4592
4593 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4594 <Pavel@Janik.cz>.
4595
4596 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4597 <Pavel@Janik.cz>.
4598
4599 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4600
4601 * font-lock.el (c-font-lock-keywords-3): When matching something
4602 like `struct X Y', finish with point after Y.
4603
4604 2001-07-04 Simon Josefsson <jas@extundo.com>
4605
4606 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4607 in caller buffer.
4608
4609 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4610
4611 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4612 instead of string-match to find the basename of the file.
4613 From Pascal Obry <p.obry@wanadoo.fr>.
4614
4615 * net/browse-url.el (browse-url-default-windows-browser):
4616 Support the MS-DOS port when it runs on Windows.
4617 (browse-url-browser-function) [ms-dos]: Default to
4618 browse-url-default-windows-browser.
4619
4620 * help.el (locate-library): Enable code that looks for compressed
4621 libraries if auto-compression-mode is on.
4622
4623 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4624
4625 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4626
4627 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4628
4629 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4630
4631 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4632
4633 * allout.el: Fix the header line, so that finder.el recognizes it.
4634 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4635
4636 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4637 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4638
4639 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4640
4641 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4642
4643 * ps-bdf.el (bdf-directory-list): Use the value relative to
4644 installation-directory for MS-Windows as well.
4645
4646 2001-06-29 Richard M. Stallman <rms@gnu.org>
4647
4648 * wid-edit.el (widget-color-sample-face-get):
4649 Return ((foreground-color . COLOR)) instead of constructing a face.
4650
4651 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4652
4653 * faces.el (region): Change the background color for the
4654 light-background color display to lightgoldenrod2, to make it
4655 visible on some laptops.
4656
4657 2001-06-28 Richard M. Stallman <rms@gnu.org>
4658
4659 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4660 (rmail-msg-restore-non-pruned-header): Likewise.
4661 If point was in the old pruned header, put it at the top.
4662 (rmail-msg-prune-header): If point was at the top, keep it there.
4663
4664 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4665 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4666
4667 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4668
4669 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4670
4671 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4672
4673 * saveplace.el: Update maintainer email address.
4674
4675 2001-06-27 Francesco Potorti` <pot@gnu.org>
4676
4677 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4678 Undo previous change.
4679
4680 2001-06-27 Francesco Potorti` <pot@gnu.org>
4681
4682 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4683 preliminary quick reordering. Can speed things up dramatically.
4684
4685 2001-06-26 Richard M. Stallman <rms@gnu.org>
4686
4687 * dired.el (dired-get-filename): A file name starting with ~
4688 is not absolute in this context.
4689
4690 * which-func.el (which-func-maxout): Increase default to 500000.
4691 (which-function-mode): This is now the "real" name of the function.
4692 (which-func-mode): Now an alias.
4693 (which-func-mode-global): Name deleted.
4694
4695 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4696 button-2, when binding hs-mouse-toggle-hiding.
4697
4698 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4699
4700 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4701 (rmail-msg-prune-header): Likewise.
4702 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4703 and `rmail-msg-prune-header'.
4704
4705 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4706
4707 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4708 back than LINEBEG.
4709
4710 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4711
4712 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4713 window where they clicked the mouse has a header line, adjust
4714 vertical movement by one.
4715
4716 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4717
4718 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4719 too when separating a parenthesis.
4720
4721 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4722
4723 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4724 (bookmark-bmenu-hide-filenames): Add help-echo to
4725 mouse-highlighted text.
4726 (bookmark-bmenu-show-filenames): Remove help-echo property from
4727 the whitespace.
4728
4729 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4730
4731 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4732 From Karl Eichwalder <ke@suse.de>.
4733
4734 2001-06-23 Richard M. Stallman <rms@gnu.org>
4735
4736 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4737
4738 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4739 contents for completing-read.
4740
4741 2001-06-22 Richard M. Stallman <rms@gnu.org>
4742
4743 * menu-bar.el (menu-bar-make-toggle): Construct the
4744 function's doc string from HELP, not DOC, and make it accurate by
4745 adding "Toggle whether to " at the front and downcasing the initial.
4746 Change the HELP arg in some calls to make it fit this usage.
4747
4748 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4749 Undo previous change.
4750
4751 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4752
4753 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4754
4755 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4756
4757 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4758
4759 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4760
4761 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4762
4763 2001-06-20 Richard M. Stallman <rms@gnu.org>
4764
4765 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4766 broken out from dabbrev--find-expansion. Handle minibuffer
4767 specially here.
4768 (dabbrev--find-expansion): Simplify code in various ways.
4769 Don't treat minibuffers specially.
4770 Call dabbrev--make-friend-buffer-list.
4771 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4772 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4773
4774 2001-06-19 John Wiegley <johnw@gnu.org>
4775
4776 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4777 Also, added a comment describing how to greatly speedup Eshell
4778 loadup time, by concatenating together all of Eshell's .elc files.
4779
4780 2001-06-19 John Wiegley <johnw@gnu.org>
4781
4782 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4783
4784 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4785
4786 * woman.el (WoMan-highlight-references): Add help-echo to
4787 mouse-highlighted text.
4788
4789 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4790
4791 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4792
4793 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4794
4795 * international/quail.el (quail-start-conversion):
4796 Reset quail-translating to nil.
4797
4798 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4799 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4800
4801 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4802
4803 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4804 mouse-highlighted text.
4805
4806 * dired.el (dired-mark-pop-up): Fix last change.
4807
4808 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4809
4810 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4811 mouse-highlighted text.
4812
4813 * net/quickurl.el (quickurl-url-file): Run through
4814 convert-standard-filename.
4815 (quickurl-list-populate-buffer): Add help-echo to
4816 mouse-highlighted text.
4817 (top-level): Update Dave's URL.
4818
4819 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4820 mouse-highlighted text.
4821
4822 * textmodes/page-ext.el (pages-copy-header-and-position):
4823 Add help-echo to mouse-highlighted text.
4824
4825 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4826 mouse-highlighted text.
4827
4828 * replace.el (occur): Add help-echo to mouse-highlighted text.
4829
4830 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4831 mouse-highlighted text.
4832
4833 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4834 mouse-highlighted text.
4835
4836 * progmodes/compile.el (compile-reinitialize-errors):
4837 Add help-echo to mouse-highlighted messages.
4838 (compilation-forget-errors): Remove help-echo property as well.
4839
4840 * play/landmark.el (lm-plot-square, lm-init-display):
4841 Add help-echo to mouse-highlighted text.
4842
4843 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4844 Add help-echo to mouse-highlighted text.
4845
4846 * dired.el (dired-insert-set-properties): Add help-echo to
4847 mouse-highlighted text.
4848 (dired-mark-pop-up): Remove help-echo property from the file name.
4849
4850 * comint.el (comint-send-input): Add help-echo to
4851 mouse-highlighted text.
4852
4853 * buff-menu.el (list-buffers-noselect): Add help-echo to
4854 mouse-highlighted text.
4855
4856 * arc-mode.el (archive-summarize-files): Add help-echo to
4857 mouse-highlighted text.
4858
4859 * ffap.el (ffap-machine-p): Always return nil if
4860 open-network-stream is not fboundp.
4861
4862 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4863
4864 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4865 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4866 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4867 incorrectly binding chars between 128 and 256 to it.
4868 (sgml-maybe-name-self): Handle latin-1 chars properly.
4869 (sgml-tags-invisible): Bind buffer-file-name to nil.
4870 Use unwind-protect and restore-buffer-modified-p.
4871 (sgml-point-entered): Use buffer-substring-no-properties.
4872 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4873 (html-mode): Don't force `imenu-sort-function'.
4874
4875 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4876
4877 * tar-mode.el: Fix the copyright notice.
4878
4879 * font-lock.el (font-lock-comment-face): For tty's with dark
4880 background, use "red1", since "lightred" is not one of the colors
4881 recognized by tty-colors.el.
4882
4883 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4884 create a buffer for extracted file, in case there's more than one
4885 file by that name in an archive, possibly in different
4886 directories. From Kevin Rodgers <kevinr@ihs.com>.
4887
4888 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4889 <alex@gnu.org>.
4890
4891 2001-06-15 Miles Bader <miles@gnu.org>
4892
4893 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4894 Revert previous change.
4895
4896 2001-06-14 Richard M. Stallman <rms@gnu.org>
4897
4898 * replace.el (keep-lines-read-args): Return just a regexp.
4899 Provide nil for the region args.
4900 (keep-lines, flush-lines, how-many):
4901 Calculate the defaults for the region here, when args are nil.
4902
4903 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4904
4905 * rot13.el (rot13-other-window): Some more doc fix.
4906
4907 2001-06-14 Per Starback <starback@ling.uu.se>
4908
4909 * replace.el (case-replace, query-replace-from-history-variable)
4910 (query-replace-to-history-variable, keep-lines-read-args)
4911 (occur-revert-function, query-replace-help): Dox fix.
4912
4913 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4914
4915 * rot13.el (rot13-other-window): Doc fix.
4916
4917 2001-06-14 Miles Bader <miles@gnu.org>
4918
4919 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4920 of " and \ to "." (punctuation).
4921 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4922
4923 2001-06-13 Richard M. Stallman <rms@gnu.org>
4924
4925 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4926
4927 * simple.el (shell-command-on-region): Never kill the
4928 *Shell Command Output* buffer.
4929
4930 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4931
4932 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4933
4934 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4935
4936 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4937 New var, to recognize ${ $' and PODs.
4938 (perl-font-lock-syntactic-face-function): New function.
4939 (perl-mode): Use them.
4940 (perl-continuation-line-p): New function, from perl-calculate-indent.
4941 (perl-calculate-indent): Use it, to properly handle continuation
4942 lines of continuation lines.
4943
4944 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4945
4946 * server.el (server-process, server-buffer-clients): Doc fix.
4947 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4948
4949 2001-06-09 John Wiegley <johnw@gnu.org>
4950
4951 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4952 test if the last command was Lisp or not.
4953 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4954 B x C".
4955
4956 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4957
4958 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4959 general one on compile.el supports drive letters.
4960
4961 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4962
4963 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4964 key description.
4965
4966 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4967
4968 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4969 (reftex-toc-jump): New command.
4970
4971 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4972 to parse international characters as well.
4973
4974 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4975 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4976
4977 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4978
4979 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4980 TAB to the key separators.
4981
4982 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4983
4984 * international/mule.el (auto-coding-alist): Remove redundant
4985 up-cased versions of the extensions (auto-coding-alist-lookup is
4986 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4987 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4988
4989 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4990
4991 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4992
4993 2001-06-01 Richard M. Stallman <rms@gnu.org>
4994
4995 * help.el (describe-variable): Put value on same line
4996 with preceding text, if it is short enough to look good that way.
4997
4998 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4999
5000 * term/internal.el (IT-unicode-translations): New variable.
5001 (IT-setup-unicode-display): New function.
5002
5003 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5004
5005 * ps-print.el: Handle before-string and after-string overlay properties
5006 in ps-print-*-with-faces commands. Doc fix.
5007 (ps-print-version): New version number (6.5.2).
5008 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5009 for XEmacs.
5010 (ps-prefix-quote): Doc fix.
5011 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5012 (ps-basic-plot-str, ps-plot-string): New funs.
5013
5014 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5015
5016 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5017 and :type spec.
5018
5019 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5020
5021 * international/mule-cmds.el (inactivate-input-method):
5022 Set input-method-function to nil.
5023
5024 * xml.el (xml-parse-tag): The document may contain invalid characters.
5025 From ShengHuo ZHU <zsh@cs.rochester.edu>
5026
5027 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5028
5029 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5030 `rmail-summary-line-decoder' if the message does not have
5031 a Subject: field.
5032
5033 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5034
5035 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5036 New variable.
5037 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5038 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5039 is non-nil.
5040
5041 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5042
5043 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5044
5045 2001-05-29 Sam Steingold <sds@gnu.org>
5046
5047 * faces.el (face-valid-attribute-values): Bind `valid' directly
5048 instead of using `setq'.
5049
5050 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5051 Use `tex-shell-buf'.
5052 (tex-shell-proc): Use `tex-shell-running'.
5053 (tex-shell-buf-no-error): New function.
5054 (tex-send-tex-command): Use it.
5055 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5056 (tex-kill-job): Check the process before calling `quit-process'.
5057
5058 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5059
5060 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5061 UTF-8 sequences.
5062
5063 2001-05-28 Miles Bader <miles@gnu.org>
5064
5065 * comint.el (comint-carriage-motion): Renamed from
5066 `comint-cr-magic'. Operate on the buffer instead of the string
5067 (for use as a comint post-output filter, instead of as a
5068 pre-output filter). Handle backspaces too. Add to the
5069 `comint-output-filter-functions' hook instead of
5070 `comint-preoutput-filter-functions'.
5071
5072 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5073
5074 * language/japan-util.el (japanese-hankaku): Prefer the charset
5075 `jisx0201' when the optional argument `ascii-only' is not specified.
5076 (japanese-hankaku-region): Ditto.
5077 From Katsumi Yamaoka <yamaoka@jpl.org>
5078
5079 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5080
5081 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5082 (outline-invisible-p): New function.
5083 (hide-leaves): Save excursion.
5084 (hide-other): Stop looping when reaching bobp.
5085
5086 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5087
5088 * cus-edit.el (custom-file): Fix last change.
5089
5090 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5091
5092 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5093 same definition in byte-compile-function-environment as `autoload'
5094 would put in `symbol-function'.
5095
5096 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5097 patch to correct the error message as well.
5098
5099 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5100
5101 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5102 unless ~/.emacs exists.
5103
5104 * novice.el (enable-command): If user-init-file is nil or does not
5105 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5106
5107 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5108
5109 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5110 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5111 Allow spaces around macro arguments.
5112 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5113 indent-for-tab-command.
5114 (latex-mode-map, plain-tex-mode-map): New keymaps.
5115 Inherit from tex-mode-map.
5116 (tex-common-initialization): Don't setup the keymap any more
5117 since it's now done right by define-derived-mode.
5118 (latex-mode): Set skeleton-end-hook to nil.
5119 (latex-skeleton-end-hook): Remove.
5120 (tex-latex-block, latex-insert-item): Simplify.
5121 (latex-syntax-after): Use following-char rather than char-after.
5122 (tex-discount-args-cmds, tex-count-words): New functions.
5123
5124 * textmodes/tildify.el (tildify-ignored-environments-alist):
5125 Recognize \verb* as well.
5126
5127 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5128 (perl-comment-indent): Simplify to let newcomment.el do its job.
5129 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5130 (perl-mark-function): Cleanup the namespace.
5131 (perl-calculate-indent): Don't be fooled by nested functions.
5132
5133 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5134
5135 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5136 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5137
5138 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5139
5140 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5141 actually be `\\'.
5142 (ctlau-b5-converter): Likewise.
5143
5144 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5145
5146 * international/titdic-cnv.el (quail-misc-package-ext-info):
5147 Change CTLauB.el to CTLau-b5.el.
5148
5149 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5150
5151 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5152 rather than beginning-of-line to avoid problems with fields.
5153 (gud-perldb-massage-args): Use unless and push.
5154 (gud-chdir-before-run): New var.
5155 (gud-common-init): Use it.
5156
5157 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5158
5159 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5160 delete entries for chinese-ctlau and chinese-ctlaub.
5161 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5162 chinese-ctlaub.
5163 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5164 New functions.
5165
5166 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5167
5168 * cus-edit.el (custom-comment-show): Remove debug code.
5169
5170 * language/japan-util.el (japanese-symbol-table): Fix handling of
5171 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5172
5173 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5174
5175 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5176 Renamed by removing the silly `-flag' suffix.
5177 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5178
5179 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5180
5181 * replace.el (keep-lines-read-args): Use `copy-marker'.
5182 (how-many): Save excursion properly.
5183 (occur-mode): Use define-derived-mode.
5184 (perform-replace): Use with-current-buffer.
5185
5186 2001-05-20 Richard M. Stallman <rms@gnu.org>
5187
5188 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5189
5190 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5191
5192 * info.el (Info-read-subfile): Widen before finding the
5193 desired node in the subfile.
5194
5195 * startup.el (command-line-1): When >2 files visited,
5196 leave the last one visible, and make that the selected window.
5197
5198 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5199
5200 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5201
5202 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5203
5204 * international/ccl.el (define-ccl-program): Fix a typo.
5205 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5206
5207 * international/mule.el (decode-char): Fix a typo. From Pavel
5208 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5209
5210 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5211 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5212
5213 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5214 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5215
5216 2001-05-18 Sam Steingold <sds@gnu.org>
5217
5218 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5219 and [RET] to `cvs-mode-find-file'.
5220
5221 2001-05-18 John Wiegley <johnw@gnu.org>
5222
5223 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5224 configuration variable, which determines the initial character
5225 that forces use of an external version of a command. The default
5226 is *, but may be set to \, for example.
5227
5228 * eshell/esh-ext.el (eshell-explicit-command):
5229 Use `eshell-explicit-command-char' instead of ?*.
5230
5231 * eshell/esh-cmd.el (eshell/which):
5232 Use `eshell-explicit-command-char' instead of ?*.
5233
5234 * eshell/em-cmpl.el (eshell-completion-command-name)
5235 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5236 instead of ?*.
5237
5238 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5239
5240 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5241 subst-char-in-string.
5242 (ange-ftp-after-parse-ls-hook): New variable.
5243 (ange-ftp-ls): Run that hook.
5244 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5245
5246 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5247 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5248 text into *Completions*.
5249
5250 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5251 part of which look like email addresses.
5252
5253 2001-05-18 Andrew Innes <andrewi@gnu.org>
5254
5255 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5256 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5257 cmd.exe's handling of FOR loops.
5258 (autoloads): Set find-file-suppress-same-file-warnings to t to
5259 avoid slew of spurious messages.
5260
5261 2001-05-18 Simon Josefsson <simon@josefsson.org>
5262
5263 * mail/smtpmail.el (maybe-append-domain): Renamed to
5264 `smtpmail-maybe-append-domain'.
5265 (smtpmail-via-smtp): Use the new name.
5266
5267 * net/browse-url.el (browse-url-browser-function): Add kde.
5268 (browse-url-kde-program, browse-url-kde-args): New variables.
5269 (browse-url-kde): New function.
5270
5271 2001-05-18 Miles Bader <miles@gnu.org>
5272
5273 * simple.el (delete-horizontal-space, just-one-space):
5274 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5275 because it's more efficient for large files.
5276
5277 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5278
5279 * mail/rmail.el (rmail-require-mime-maybe): New function.
5280 (rmail): Use it.
5281 (rmail-mode): Handle the case of finding Rmail files.
5282
5283 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5284 functions.
5285
5286 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5287
5288 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5289 text-property after moving to the beginning of line and regardless
5290 of the value of font-lock-multiline.
5291
5292 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5293
5294 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5295
5296 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5297 last coding system used before calling set-buffer-modified-p
5298 because that function changes last-coding-system.
5299
5300 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5301
5302 * files.el (switch-to-buffer-other-window)
5303 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5304 the doc string.
5305
5306 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5307
5308 * language/slovak.el, language/czech.el: New maintainer.
5309
5310 2001-05-16 Sam Steingold <sds@gnu.org>
5311
5312 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5313 sub-form of `defgeneric' correctly.
5314
5315 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5316
5317 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5318 of `c'.
5319
5320 * textmodes/outline.el (outline-font-lock-level): Remove the
5321 condition-case, test what outline-level returns instead, to
5322 ease debugging.
5323
5324 * international/mule.el (auto-coding-regexp-alist): New user-option.
5325 (auto-coding-from-file-contents): New function.
5326 (set-auto-coding): Use it to determine a coding system.
5327
5328 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5329
5330 * mouse.el (mouse-delete-other-windows): Doc fix.
5331
5332 * emacs-lisp/lisp-mode.el (lisp-mode):
5333 Make font-lock-keywords-case-fold-search a buffer-local variable with
5334 make-local-variable before setting it.
5335
5336 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5337
5338 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5339 prefixes.
5340
5341 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5342
5343 * hexl.el (hexl-current-address): Print a message when called
5344 interactively.
5345
5346 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5347
5348 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5349
5350 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5351
5352 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5353
5354 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5355
5356 * startup.el (command-line): If parameters have been changed in
5357 the init files which influence font selection, clear the face
5358 cache so that faces get realized with the new parameters.
5359
5360 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5361
5362 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5363
5364 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5365
5366 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5367
5368 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5369 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5370
5371 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5372
5373 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5374 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5375
5376 2001-05-09 John Wiegley <johnw@gnu.org>
5377
5378 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5379 Annotated the documentation string to tell users about
5380 `eshell-no-numeric-conversions'.
5381
5382 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5383 conversions if a Lisp function has the property
5384 `eshell-no-numeric-conversions' set to a non-nil value.
5385
5386 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5387 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5388 property `eshell-no-numeric-conversions' on the following
5389 functions (which all deal with filesystem entities, and never Lisp
5390 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5391 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5392 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5393 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5394 eshell/which, eshell/addpath.
5395
5396 2001-05-09 John Wiegley <johnw@gnu.org>
5397
5398 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5399 encountered as an argument, don't convert it right away, but tag
5400 the first character of the string with the text properties
5401 `number', which signifies to `eshell-lisp-command' that the
5402 argument should be passed through `string-to-number' if it is
5403 actually used in the call to a Lisp function.
5404
5405 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5406 function, convert any string arguments that have been tagged as
5407 "numbers", by calling string-to-number.
5408
5409 * eshell/esh-util.el (eshell-number-regexp): Now that number
5410 conversions only happen for Lisp function calls, the number regexp
5411 should now match all integer and floating point forms.
5412
5413 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5414 `eshell-continue-process', since they are both nonfunctional at
5415 the moment.
5416 (eshell-proc-initialize): Don't bind keys for
5417 `eshell-stop-process' or `eshell-continue-process'.
5418
5419 * eshell/em-unix.el (eshell-shuffle-files):
5420 Apply `directory-file-name' before calling `file-name-directory'.
5421
5422 * eshell/em-hist.el (eshell-add-to-history): Reference to
5423 `eshell-history-ring' needed to be `eshell-history-index'.
5424
5425 * calendar/timeclock.el (timeclock-find-discrep):
5426 Initialize `elapsed' to 0.
5427 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5428 it's still nil.
5429
5430 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5431
5432 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5433 (archive-mode): Use capitalize.
5434 (archive-unique-fname): Use make-temp-file.
5435
5436 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5437
5438 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5439
5440 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5441
5442 * tar-mode.el (tar-extract): Pay attention to the value of
5443 coding-system-for-read, if it is non-nil.
5444
5445 * calendar/holidays.el (holidays): Add an autoload cookie.
5446 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5447
5448 2001-05-08 John Wiegley <johnw@gnu.org>
5449
5450 * calendar/timeclock.el (timeclock-workday-remaining):
5451 Changed logic for determining how much time is remaining.
5452 (timeclock-workday-elapsed): Don't accept a "relative" argument
5453 for the current day's elapsed time. What could that have meant?
5454 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5455 (timeclock-when-to-leave): Changed logic, similarly to what was
5456 done for `timeclock-workday-remaining'.
5457 (timeclock-find-discrep): Removed "today-only" argument, which had
5458 no meaning. Fixed some more math problems. The function now
5459 returns a three member list: (TOTAL-TIME-DISCREPANCY
5460 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5461
5462 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5463
5464 * w32-fns.el (convert-standard-filename): Start replacing slashes
5465 from the beginning of the file name, not from where the last
5466 invalid character was. From "Andrew Maguire (SWW)"
5467 <Andrew.Maguire@Smallworld.co.uk>
5468
5469 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5470
5471 The following changes are to provide infrastructure for handling
5472 MIME messages to rmail. They don't affect the original behaviour
5473 if rmail-enable-mime is nil.
5474
5475 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5476 (rmail-search-mime-message-function)
5477 (rmail-search-mime-header-function): New variables.
5478 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5479 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5480 `rmail-view-buffer' is hidden.
5481 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5482 call rmai-show-mime-function.
5483 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5484 mode-line-process of rmail-view-buffer.
5485 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5486 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5487 buffer.
5488 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5489 set-buffer to the Rmail buffer.
5490 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5491 rmail-search-mime-header-function.
5492 (rmail-search-message): New function.
5493 (rmail-search): Call rmail-search-message to check if a message
5494 matches REGEXP, lastly update point after calling
5495 rmail-show-message.
5496 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5497 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5498 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5499 header region, refer to rmail-msgref-vector while setting the
5500 current buffer to rmail-buffer temporarily.
5501 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5502 If rmail-enable-mime is non-nil, call
5503 rmail-insert-mime-forwarded-message-function instead of inserting
5504 forwarded message by itself.
5505
5506 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5507 Rmail buffer.
5508 (rmail-set-label, rmail-next-labeled-message): Likewise.
5509
5510 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5511 set-buffer to the Rmail buffer.
5512 (rmail-output-to-rmail-file): Likewise.
5513 (rmail-output): Likewise.
5514
5515 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5516 of mail-fetch-field by rmail-summary-line-decoder.
5517 (rmail-new-summary): Be sure to go to the Rmail buffer.
5518 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5519 rmail-view-buffer to nil.
5520 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5521 rmail-view-buffer.
5522 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5523 rmail-buffer.
5524 (rmail-summary-scroll-msg-down): Likewise.
5525 (rmail-summary-beginning-of-message): Likewise.
5526 (rmail-summary-wipe): Likewise.
5527 (rmail-summary-toggle-header): Use save-window-excursion, not
5528 save-excursion. Update point in rmail-view-buffer, not in
5529 rmail-buffer.
5530 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5531 rmail-view-buffer, not rmail-buffer.
5532
5533 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5534
5535 * cus-edit.el (custom-file): Signal an error if user-init-file is
5536 nil (running -q).
5537
5538 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5539
5540 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5541 Add :version.
5542
5543 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5544 New option.
5545 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5546 only if smtpmail-warn-about-unknown-extensions is set.
5547
5548 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5549 instead of rmail-sort-by-keywords.
5550
5551 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5552 rmail-sort-by-keywords.
5553
5554 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5555 rmail-summary-sort-by-keywords. Doc fix.
5556 (rmail-summary-mode): Doc fix.
5557
5558 * mail/rmail.el (rmail-edit): New Custom group.
5559
5560 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5561 (rmail-edit-mode-hook): New user-option.
5562
5563 2001-05-05 Richard M. Stallman <rms@gnu.org>
5564
5565 * help.el (help-xref-symbol-regexp): Recognize "source of"
5566 and friends, meaning make a link to the source file.
5567 (help-make-xrefs): Handle "source of" and friends
5568 by constructing a link that visits the source file.
5569
5570 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5571
5572 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5573
5574 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5575 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5576 Renamed from perl-font-lock-keywords to avoid clashes.
5577 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5578 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5579 Updated correspondingly.
5580
5581 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5582 Typo `nonexistant' -> `nonexistent'.
5583
5584 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5585
5586 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5587 Split `c-electric-delete' into two functions where
5588 `c-electric-delete-forward' always deletes forward and
5589 `c-electric-delete' only contains the code necessary for XEmacs to
5590 choose between backward and forward deletion.
5591
5592 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5593 get the electric behavior on that key too.
5594 (c-fill-paragraph): Fixed bogus direct use of
5595 c-comment-prefix-regexp, which caused an error when it's a list.
5596
5597 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5598
5599 * dired-aux.el (dired-diff): Doc fix.
5600
5601 * dired.el (dired-diff): Likewise.
5602
5603 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5604
5605 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5606
5607 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5608
5609 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5610 if both the buffer and the file are read-only.
5611
5612 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5613 rather than font-lock-string-face.
5614 (sh-get-indent-info): Treat heredocs like strings.
5615
5616 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5617
5618 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5619 a newline following `}'.
5620 (texinfo-format-email): New function.
5621 (toplevel): Use texinfo-format-email for @email.
5622 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5623 Add `display'.
5624 (texinfo-sort-region): Goto point-min before sorting.
5625 (texinfo-set): Remove leading white space from value.
5626 From yagi@is.titech.ac.jp.
5627
5628 * replace.el (query-replace-regexp-eval): Doc fix.
5629
5630 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5631
5632 * diff-mode.el (diff-nonexistant-face): New face.
5633 (diff-font-lock-keywords): Use it.
5634
5635 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5636
5637 * font-lock.el (font-lock-mode): Doc fix.
5638
5639 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5640 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5641
5642 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5643
5644 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5645 backslash at the start of the here-document delimiter.
5646 (sh-font-lock-syntactic-keywords): Likewise.
5647
5648 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5649
5650 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5651
5652 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5653 (tty-color-translate, tty-color-by-index, tty-color-values)
5654 (tty-color-desc): Doc fix.
5655
5656 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5657
5658 * dired-aux.el (dired-do-create-files, dired-do-copy)
5659 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5660 Mention dired-dwim-target in the doc string.
5661
5662 2001-04-28 Miles Bader <miles@gnu.org>
5663
5664 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5665 (dabbrev--find-expansion): Use it.
5666 (dabbrev--select-buffers): Don't select ignored buffers.
5667
5668 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5669
5670 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5671
5672 2001-04-26 Richard M. Stallman <rms@gnu.org>
5673
5674 * dabbrev.el: Add doc strings for some functions.
5675 (dabbrev--eliminate-newlines): New variable.
5676 (dabbrev--substitute-expansion): Convert newlines to spaces
5677 if dabbrev--eliminate-newlines is set.
5678 If abbrev and expansion are both all-lower-case,
5679 leave dabbrev--last-case-pattern nil.
5680
5681 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5682
5683 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5684 if necessary, like in rmail-show-message.
5685
5686 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5687
5688 * ps-print.el: Color specified by number is forced to be float number.
5689 (ps-print-version): New version number (6.5.1.1).
5690 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5691 initialization.
5692 (ps-prefix-quote): New internal var.
5693 (ps-print-quote): New fun.
5694 (ps-setup, ps-output-frame-properties, ps-float-format)
5695 (ps-format-color): Code fix.
5696 (ps-plot-region): Eliminate redundant foreground color text setting.
5697
5698 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5699
5700 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5701
5702 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5703
5704 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5705
5706 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5707
5708 * info.el (Info-additional-directory-list): Doc fix.
5709
5710 * find-lisp.el (find-lisp-find-dired-filter)
5711 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5712 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5713
5714 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5715
5716 * progmodes/make-mode.el (makefile-font-lock-keywords):
5717 Rationalize the rules for includes and conditionals and use the
5718 keyword face for them.
5719
5720 * faces.el (modify-face): Add compatibility for non-interactive use.
5721
5722 2001-04-24 John Wiegley <johnw@gnu.org>
5723
5724 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5725 fix from last night, since it wasn't finding eshell/cd.
5726
5727 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5728
5729 * rect.el (string-rectangle): Revert to 20.x behaviour.
5730 (replace-rectangle): Make it an alias for string-rectangle.
5731 (string-insert-rectangle): New function.
5732
5733 2001-04-23 John Wiegley <johnw@gnu.org>
5734
5735 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5736 occurring with Emacs 21's diff.el/compile.el interaction layer.
5737
5738 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5739
5740 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5741 case where the function was defined in a file, but not part of an
5742 eshell module.
5743
5744 2001-04-23 John Wiegley <johnw@gnu.org>
5745
5746 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5747 code to work around a redisplay problem I've been having.
5748
5749 2001-04-23 John Wiegley <johnw@gnu.org>
5750
5751 * calendar/timeclock.el (timeclock-day-required): If the time
5752 required for a particular day is not set, use `timeclock-workday'.
5753 (timeclock-find-discrep): Added some sample code in a comment.
5754
5755 * eshell/eshell.el (eshell-command): Made a few changes so that
5756 `eshell-command' could be called programmatically.
5757
5758 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5759
5760 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5761
5762 2001-04-23 John Wiegley <johnw@gnu.org>
5763
5764 * calendar/timeclock.el: Updated copyright.
5765 (timeclock-generate-report): Don't report the daily or two-week
5766 total, if no time has been worked in that period.
5767 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5768 final computational form, which was unnecessary; corrected a
5769 parsing problem when timeclock-relative was nil.
5770
5771 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5772
5773 * calendar/timeclock.el (timeclock-modeline-display): Check if
5774 `list-entry' is null.
5775 (timeclock-use-display-time): The first argument to `set-variable'
5776 must be a symbol.
5777
5778 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5779
5780 * calendar/calendar.el (diary-entry-marker)
5781 (calendar-today-marker, calendar-holiday-marker):
5782 Use display-color-p instead of window-system.
5783 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5784 instead of window-system.
5785 (calendar-hide-window): Use display-multi-frame-p instead of
5786 window-system.
5787
5788 * calendar/cal-x.el (calendar-two-frame-setup)
5789 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5790 Use display-multi-frame-p instead of window-system.
5791
5792 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5793
5794 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5795
5796 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5797 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5798
5799 2001-04-23 Alex Schroeder <alex@gnu.org>
5800
5801 * goto-addr.el: Instead of defining line-beginning-position and
5802 line-end-position a defalias is used for point-at-bol and point-at-eol.
5803
5804 2001-04-23 Alex Schroeder <alex@gnu.org>
5805
5806 * goto-addr.el: Added XEmacs compatibility code.
5807 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5808
5809 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5810
5811 * textmodes/paragraphs.el (sentence-end): Doc fix.
5812
5813 2001-04-20 Alex Schroeder <alex@gnu.org>
5814
5815 * sql.el (sql-escape-newlines-and-send): New function.
5816 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5817
5818 2001-04-20 Alex Schroeder <alex@gnu.org>
5819
5820 * sql.el (sql-db2-program): New option.
5821 (sql-db2-options): New option.
5822 (sql-db2): New function.
5823
5824 2001-04-20 Alex Schroeder <alex@gnu.org>
5825
5826 * sql.el (sql-mode-menu): Added highlighting entries.
5827 (sql-highlight-oracle-keywords): New function.
5828 (sql-highlight-postgres-keywords): New function.
5829 (sql-highlight-ansi-keywords): New function.
5830
5831 2001-04-20 Alex Schroeder <alex@gnu.org>
5832
5833 * sql.el (sql-help): Doc change.
5834
5835 2001-04-19 Karl Fogel <kfogel@collab.net>
5836
5837 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5838 that inserted file content only to delete it immediately.
5839 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5840 <lektu@uol.com.br> for the patch.
5841
5842 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5843
5844 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5845
5846 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5847
5848 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5849 for defmethod.
5850
5851 * comint.el (comint-cr-magic): New function.
5852 (toplevel): Add it to comint-preoutput-filter-functions.
5853
5854 2001-04-18 Andrew Innes <andrewi@gnu.org>
5855
5856 * makefile.w32-in (EMACSLOADPATH): Define.
5857 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5858 (recompile): Remove stuff to set EMACSLOADPATH.
5859
5860 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5861
5862 * language/slovak.el ("Slovak"): Add tutorial entry.
5863
5864 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5865 browse-url-new-window-p.
5866
5867 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5868
5869 * info.el (Info-menu-update): When there are no menus and/or no
5870 cross references in the node, make the respective items of the
5871 Info menu-bar menu inactive.
5872
5873 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5874
5875 * indent.el (indent-for-tab-command): Call indent-line-function
5876 with no argument if PREFIX-ARG is non-nil.
5877
5878 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5879
5880 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5881
5882 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5883 an async subprocess if start-process is unavailable. Suggested by
5884 Tim Van Holder <tim.van.holder@pandora.be>.
5885
5886 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5887
5888 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5889 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5890
5891 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5892
5893 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5894 manual.
5895
5896 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5897
5898 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5899 (cvs-menu): Add a few entries.
5900
5901 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5902 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5903 lock file appears to be reachable from Emacs.
5904 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5905 (cvs-mode-find-file): Look for cvs-header-face rather than
5906 cvs-dirname-face (which doesn't exist).
5907 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5908
5909 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5910
5911 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5912
5913 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5914 normal-erase-is-backspace on a tty. Instead, bind some keys such
5915 as [delete] directly, like pc-select.el did before
5916 normal-erase-is-backspace was invented.
5917
5918 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5919
5920 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5921
5922 2001-04-11 John Wiegley <johnw@gnu.org>
5923
5924 * eshell/em-ls.el (eshell-ls-insert-directory):
5925 Set font-lock-defaults to nil, to prevent fontification in dired
5926 buffers, if Eshell's ls is being used.
5927
5928 2001-04-11 John Wiegley <johnw@gnu.org>
5929
5930 * calendar/timeclock.el (timeclock-completing-read): New function.
5931 (timeclock-ask-for-project, timeclock-ask-for-reason):
5932 Call `timeclock-completing-read'.
5933
5934 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5935 required where `member' was being used.
5936
5937 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5938
5939 * eshell/em-hist.el (eshell-previous-matching-input):
5940 Don't display "History item" if the the minibuffer is active.
5941
5942 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5943
5944 * startup.el (command-line): Output a newline after printing
5945 an error from loading the window system's init file.
5946
5947 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5948
5949 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5950 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5951 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5952 keywords whose arguments routinely include @@.
5953
5954 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5955
5956 * emacs-lisp/advice.el (ad-make-advised-definition):
5957 Construct advice for subrs differently.
5958
5959 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5960 regexp in parentheses when building the regexp for searching backwards.
5961
5962 * simple.el (completion-list-mode-finish): New function.
5963 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5964
5965 * language/european.el ("Polish"): Change sample text.
5966 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5967
5968 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5969 parameter.
5970
5971 * faces.el (menu): Doc fix.
5972
5973 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5974
5975 * ps-print.el: Footer implementation. Doc fix.
5976 (ps-print-version): New version number (6.5.1).
5977 (ps-header-frame-alist): New customization var for header frame
5978 properties.
5979 (ps-line-number-color): New customization var for line number color.
5980 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5981 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5982 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5983 (ps-right-footer): New customization vars for footers.
5984 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5985 footers.
5986 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5987 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5988 Code fix.
5989 (ps-prologue-file): Indentation fix.
5990 (ps-print-quote): Fun eliminated.
5991 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5992 (ps-output-frame-properties): New fun.
5993 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5994 (ps-skip-newline): Replace defun by defsubst.
5995
5996 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5997
5998 * eshell/eshell.el (eshell-command): Needed a "%s" format
5999 specifier, in case the buffer contains percent characters.
6000
6001 2001-04-10 John Wiegley <johnw@gnu.org>
6002
6003 * calendar/timeclock.el (timeclock-generate-report): Added a
6004 missing insert of the project name.
6005
6006 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6007
6008 * obsolete/profile.el: Moved from emacs-lisp/.
6009
6010 * Makefile.in (nonobsolete_setwins): New macro.
6011 (finder-data): Use it instead of `setwins'.
6012 From: Dave Love <fx@gnu.org>.
6013
6014 * server.el (server-visit-files): Set server-existing-buffer correctly.
6015 (server-visit-files): Run server-visit-hook after going to
6016 line 1 so that the hook can set point as it sees fit.
6017
6018 * bindings.el (mode-line-modified): Unify help messages.
6019
6020 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6021
6022 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6023 All callers changed.
6024
6025 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6026
6027 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6028 long file names aren't supported, truncate the file names in
6029 quail-misc-package-ext-info to 8+3 before matching them against
6030 FILENAME.
6031
6032 * dos-fns.el (dos-truncate-to-8+3): New function.
6033
6034 * progmodes/compile.el (grep-compute-defaults): Use null-device
6035 instead of literal /dev/null. Reported by Jens Schmidt
6036 <schmidt@mathematik.uni-kl.de>.
6037
6038 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6039
6040 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6041
6042 * textmodes/sgml-mode.el: Add unknown maintainer.
6043 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6044 (html-mode-map): Use set-keymap-parent.
6045
6046 2001-04-06 Dave Love <fx@gnu.org>
6047
6048 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6049 Remove redundant string-to-list.
6050
6051 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6052
6053 * composite.el (reference-point-alist): Doc fix.
6054
6055 2001-04-05 Sam Steingold <sds@gnu.org>
6056
6057 * font-lock.el (font-lock-keywords-case-fold-search):
6058 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6059 file made font-lock case-insensitive.
6060
6061 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6062
6063 * faces.el (defface menu): Doc fix.
6064
6065 * wid-edit.el (widget-color-sample-face-get): Don't make
6066 faces for undefined colors.
6067
6068 * version.el (emacs-version): Include LessTif/Motif version info.
6069
6070 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6071
6072 * ps-mule.el: Eliminate cl package dependence.
6073 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6074 if they aren't defined yet.
6075 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6076 Eliminate cl package dependence.
6077
6078 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6079
6080 * progmodes/cc-cmds.el (c-outline-level):
6081 Bind buffer-invisibility-spec. Originally from Dave Love, but
6082 got lost when incorporating version 5.26.
6083
6084 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6085
6086 * emulation/pc-select.el (pc-selection-mode):
6087 Call normal-erase-is-backspace-mode instead of binding
6088 keys individually.
6089
6090 * cus-load.el (normal-erase-is-backspace): Use it instead of
6091 delete-key-deletes-forward.
6092
6093 * startup.el (command-line): Use normal-erase-is-backspace and
6094 normal-erase-is-backspace-mode.
6095
6096 * simple.el (normal-erase-is-backspace): Rename from
6097 delete-key-deletes-forward. Doc fix.
6098 (normal-erase-is-backspace-mode): Rename from
6099 delete-key-deletes-forward-mode. Doc fix.
6100 Run normal-erase-is-backspace-hook.
6101
6102 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6103 ``human-readable'' format produced by GNU `ls'.
6104 (dired-move-to-filename-regexp): Recognize ISO format dates.
6105 From Paul Eggert <eggert@twinsun.com>.
6106
6107 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6108
6109 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6110 New functions.
6111 (lm-verify): Check keywords.
6112 From Eric M. Ludlam <eric@siege-engine.com>.
6113
6114 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6115
6116 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6117 `xemacs' feature instead of for the function `set-extent-property'.
6118
6119 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6120
6121 * mail/mh-utils.el (mh-folder-hist): New var.
6122 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6123
6124 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6125
6126 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6127 region, position point on the first or last 16-byte group.
6128 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6129 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6130 hexl-beginning-of-line.
6131
6132 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6133
6134 * icomplete.el (icomplete-mode): Treat an argument like other
6135 modes do.
6136
6137 * startup.el (fancy-splash-head): Use splash8.xpm for color
6138 depth 8.
6139
6140 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6141 Add an antry for ``converts''.
6142
6143 * language/slovak.el ("Slovak"): Add documentation string.
6144 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6145
6146 * language/czech.el ("Czech"): Add documentation string.
6147 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6148
6149 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6150 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6151
6152 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6153
6154 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6155 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6156 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6157 Use `defsubst' rather than a macro to ease debugging.
6158 (mail-extr-last): Remove (use `last' instead).
6159 (mail-extract-address-components): Properly reset the syntax-table
6160 after parsing an address. Use `last' rather than mail-extr-last.
6161 Make sure the end marker stays at the very end.
6162
6163 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6164
6165 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6166 last change.
6167
6168 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6169
6170 * ps-print.el: Line and paragraph spacing feature. Region to cut
6171 out when printing. Doc fix.
6172 (ps-print-version): New version number (6.5).
6173 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6174 New vars. Line and paragraph spacing feature.
6175 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6176 out when printing.
6177 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6178 (ps-get-font-size, ps-begin-job, ps-continue-line)
6179 (ps-plot-region): Code fix.
6180 (ps-print-prologue-2): Var eliminated.
6181 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6182 New internal vars.
6183 (ps-get-size): New fun.
6184 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6185 (ps-next-line): Replace defun by defsubst.
6186 (ps-mule-plot-string): Autoload doc fix.
6187
6188 * ps-bdf.el: XEmacs compatibility. Doc fix.
6189 (installation-directory, coding-system-for-read): Declare vars if
6190 it's not declared yet.
6191 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6192
6193 * ps-mule.el: XEmacs compatibility. Doc fix.
6194 (leading-code-private-22): Declare var if it's not declared yet.
6195 (charset-bytes, charset-dimension, charset-id, charset-width)
6196 (find-charset-region, split-char, char-width, chars-in-region)
6197 (forward-point, decompose-composite-char, encode-coding-string)
6198 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6199 Define funs if not defined yet.
6200 (encode-composition-rule, find-composition): Define funs if not
6201 loaded yet.
6202 (ps-mule-prologue): PostScript code fix.
6203
6204 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6205
6206 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6207 non-nil, generate font for the header strings.
6208 (ps-mule-prepare-font): Likewise.
6209 (ps-mule-generate-glyphs): Likewise.
6210 (ps-mule-string-encoding): Likewise.
6211 (ps-mule-header-charsets): New variable.
6212 (ps-mule-encode-header-string): New function.
6213 (ps-mule-header-string-charsets): New function.
6214 (ps-mule-begin-job): Check charsets in the header strings. If there
6215 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6216
6217 * ps-print.el (ps-generate-header-line): Encode the header string by
6218 ps-mule-encode-header-string.
6219 (ps-mule-encode-header-string): Declare autoload.
6220
6221 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6222
6223 * frame.el (cursor-in-non-selected-windows):
6224 Replaces show-cursor-in-non-selected-windows.
6225
6226 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6227
6228 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6229 Delete entries for "chinese-py" and "chinese-ziranma".
6230 (quail-misc-package-ext-info): New variable.
6231 (tsang-quick-converter): New function.
6232 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6233 (quick-cns-converter, py-converter, ziranma-converter)
6234 (miscdic-convert, batch-miscdic-convert): New functions.
6235
6236 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6237
6238 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6239 eight-bit-control chars.
6240
6241 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6242 Reduce making temporary vector (suggested by Dave Love).
6243
6244 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6245
6246 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6247 string as well.
6248
6249 2001-03-30 Andreas Schwab <schwab@suse.de>
6250
6251 * files.el (backup-directory-alist): Fix typo.
6252
6253 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6254
6255 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6256 <eggert@twinsun.com>.
6257
6258 2001-03-30 Dave Love <fx@gnu.org>
6259
6260 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6261
6262 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6263
6264 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6265
6266 2001-03-30 Miles Bader <miles@gnu.org>
6267
6268 * subr.el (interactive-form): Fix paren typo.
6269
6270 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6271
6272 * emacs-lisp/profile.el: Say that it's obsolete in the header
6273 line, so that finder.el puts that into its data-base.
6274 Suggested by Alex Schroeder <alex@gnu.org>.
6275
6276 2001-03-29 Paul Eggert <eggert@twinsun.com>
6277
6278 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6279 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6280
6281 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6282
6283 * generic.el (generic-mode-set-comments): Use "" rather than nil
6284 for comment-end.
6285
6286 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6287
6288 * emacs-lisp/advice.el (ad-make-advised-definition):
6289 Call interactive-form to obtain the interactive spec of subrs.
6290
6291 * subr.el (interactive-form): New function.
6292
6293 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6294
6295 * vc-sccs.el (vc-sccs-register): Use relative file names.
6296
6297 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6298
6299 * bookmark.el (bookmark-get-bookmark): Handle case that
6300 BOOKMARK is not a string.
6301
6302 * image.el (image-type-regexps): Change type for PS files
6303 to `postscript'.
6304
6305 * subr.el (read-passwd): Clear command history after each
6306 character entered. From: Stephen Gildea
6307 <gildea@stop.mail-abuse.org>.
6308
6309 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6310
6311 * international/kkc.el (kkc-save-init-file): Locally bind
6312 print-length to nil.
6313
6314 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6315
6316 * textmodes/flyspell.el: Some doc fixes.
6317 (flyspell-maybe-correct-transposition)
6318 (flyspell-maybe-correct-doubling): Use a temporary buffer
6319
6320 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6321
6322 * emacs-lisp/byte-opt.el (byte-optimize-while)
6323 (byte-optimize-form-code-walker): Diagnose too few arguments
6324 for `if' and `while'.
6325
6326 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6327
6328 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6329 Prepend `\' to "\<quail-translation-docstring>".
6330
6331 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6332
6333 * autorevert.el (global-auto-revert-non-file-buffers):
6334 Remove duplicate defcustom.
6335
6336 2001-03-26 Miles Bader <miles@gnu.org>
6337
6338 * international/latin1-disp.el (latin1-char-displayable-p):
6339 Add leading "-" for X font pattern.
6340
6341 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6342
6343 * international/mule-diag.el (describe-coding-system):
6344 For raw-text and emacs-mule, don't add anymore text about what
6345 charsets they can encode.
6346
6347 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6348
6349 * help.el (view-lossage): Mention open-dribble-file in the doc
6350 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6351
6352 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6353
6354 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6355 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6356
6357 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6358
6359 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6360 Call ccl-execute-on-string directly so that CCL program handling
6361 multibyte sequence can work correctly.
6362 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6363 property of the coding system.
6364
6365 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6366
6367 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6368 Fix transcription typo.
6369
6370 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6371
6372 * whitespace.el: Add buffer local variables to toggle testing of
6373 whitespaces in buffers without affecting the default values.
6374 Bump version to 3.0 to account for a few other changes.
6375 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6376 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6377 (whitespace-toggle-spacetab-check): New functions.
6378
6379 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6380
6381 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6382
6383 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6384
6385 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6386 bs-cycle-configuration-name. From Juanma Barranquero
6387 <lektu@uol.com.br>.
6388
6389 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6390 and cc-vars.el.
6391
6392 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6393 headers. Always invoke sendmail with option -t.
6394
6395 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6396
6397 * Release of cc-mode 5.28.
6398
6399 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6400
6401 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6402 Removed the hardcoded switch to "java" style in Java mode.
6403 It's instead taken care of by the default value for c-default-style.
6404
6405 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6406
6407 * cc-align.el (c-lineup-math): Fix bug where lineup was
6408 triggered by equal signs in string literals.
6409
6410 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6411
6412 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6413 limit detection when at the ends of the buffer.
6414
6415 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6416 "for" statement clause in case 7F; a better one is done
6417 earlier in case 7D anyway.
6418
6419 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6420
6421 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6422 somewhat more and did a small optimization.
6423
6424 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6425
6426 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6427 Use the limit argument only to limit the syntactic context
6428 search, not to limit the actual movement.
6429
6430 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6431 inside multiline strings, just like in comments. Also various
6432 fixes to the paragraph and comment prefix recognition, block
6433 comment ender handling etc.
6434
6435 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6436
6437 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6438 the relative position of the point.
6439
6440 * cc-cmds.el (c-electric-continued-statement): New function to
6441 use as abbrev hook to reindent for keywords such as "else"
6442 that continues an earlier statement.
6443
6444 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6445 like classes.
6446
6447 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6448 (pike-mode): Populate the default abbrev tables to reindent for
6449 keywords such as "else" that can continue earlier statements.
6450 Abbrev mode is therefore turned on by default now. (Note that
6451 this doesn't apply to idl-mode, since IDL afaik doesn't have
6452 statements at all.)
6453
6454 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6455
6456 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6457 bracelists where the declaration contains template arguments.
6458
6459 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6460
6461 * cc-cmds.el (c-comment-indent):
6462 Use `c-get-syntactic-indentation' to correctly calculate the
6463 syntactic indentation. Fixes bug with lineup functions that
6464 return vectors.
6465
6466 * cc-engine.el (c-get-syntactic-indentation): Split the
6467 indentation sum calculation from `c-indent-line' to a separate
6468 function.
6469
6470 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6471
6472 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6473 Fixed places where it was assumed that preprocessor directives
6474 have to start in column zero.
6475
6476 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6477 template arguments after a class identifier properly.
6478
6479 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6480 lists for `new Foo[]' constructs in Java as expressions and
6481 not top level definition brace lists on the top level, so that
6482 they'll get indented consistently with the same type of
6483 expression in a normal block.
6484
6485 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6486
6487 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6488 whether the adaptive filling package fails to keep the comment
6489 prefix is now kludged further to check for filladapt-mode
6490 which doesn't have that problem. This is really icky, but it's
6491 the only way that works with the current misfeatures/bugs in
6492 both adaptive-fill-mode and filladapt-mode.
6493
6494 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6495 around point is recognized more robust.
6496
6497 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6498
6499 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6500 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6501 (c-lit-type): Fixed all internal variables used dynamically so
6502 that they are always bound.
6503
6504 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6505 errors:
6506
6507 (c-indent-region): Fixed reporting of syntactic errors so that
6508 the region is fully reindented even when an error occurs.
6509 The last syntactic error is printed afterwards. Also cleanup up a
6510 whole lot of code that tried to optimize indentation of whole
6511 sexps but in reality accomplishes nothing.
6512
6513 (c-indent-sexp): Use c-indent-region.
6514
6515 (c-parsing-error): Changed this variable to hold the message
6516 for any syntactic error that is discovered.
6517
6518 (c-parse-state): Search backward from point instead of the bod
6519 position when the latter is invalid. This makes CC Mode
6520 recover faster when there are unbalanced close braces.
6521
6522 (c-backward-to-start-of-if): Use c-parsing-error to report
6523 dangling "else" clauses instead of throwing an error, and fall
6524 back to a reasonable position.
6525
6526 (c-indent-line): Added argument to avoid reporting syntactic errors.
6527
6528 (c-show-syntactic-information): Don't report any syntactic errors.
6529
6530 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6531
6532 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6533 paragraph recognition when moving by sentence in literals.
6534
6535 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6536 start regexp for javadoc to recognize javadoc markup in general instead
6537 of a specific set of keywords, to be more future-safe.
6538
6539 (c-Pike-pikedoc-paragraph-start)
6540 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6541 pikedoc markup.
6542
6543 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6544
6545 (pike-mode): Initialize paragraph settings pikedoc recognition.
6546
6547 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6548
6549 (c-comment-prefix-regexp): Made it possible to use an
6550 association list on this to specify mode specific regexps.
6551 The default value now use a special regexp in Pike mode to
6552 recognize pikedoc markup.
6553
6554 (c-current-comment-prefix): New variable containing the actual
6555 regexp from c-comment-prefix-regexp for the current buffer.
6556
6557 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6558
6559 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6560 lists: We can't look at the syntax, since a brace list can get
6561 recognized as a plain statement-cont.
6562
6563 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6564 special brace list opener broken over two lines got recognized
6565 as a statement on the second line. Case 9A changed.
6566
6567 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6568
6569 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6570 adjustment after line is reindented.
6571
6572 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6573
6574 * cc-defs.el (c-point): Added optional argument for position
6575 to use instead of the current point.
6576
6577 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6578 the in-expression block symbols when the construct starts at
6579 boi, to avoid the extra level of indentation in that case.
6580 Cases 4, 16A and 17E affected.
6581
6582 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6583
6584 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6585 calls to `c-indent-line', to adhere better to Emacs conventions.
6586
6587 * cc-engine.el (c-indent-line): Use the syntax already bound
6588 to `c-syntactic-context', if there is any.
6589
6590 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6591
6592 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6593 wasn't added up correctly when a lineup function returned nil.
6594
6595 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6596
6597 * cc-engine.el (c-collect-line-comments): Fixed bug where
6598 empty lines were ignored when collecting line comments backwards.
6599
6600 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6601
6602 * cc-align.el (c-lineup-dont-change): Return an absolute
6603 indentation column to work correctly in the case when several
6604 syntactic elements are processed for the same line.
6605
6606 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6607 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6608 (c-set-offset): Added absolute indentation column settings by
6609 using the vector type.
6610
6611 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6612
6613 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6614 Implemented two new cleanups `space-before-funcall' and
6615 `compact-empty-funcall'.
6616
6617 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6618
6619 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6620 helping building regexps.
6621
6622 * cc-engine.el (c-on-identifier): New function for detecting
6623 identifiers. It takes keywords into account.
6624
6625 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6626 lists. `c-keywords' is set to a regexp matching all keywords
6627 in the current language.
6628
6629 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6630
6631 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6632 list of characters to skip backwards over at the beginning of
6633 a statement, since it can precede string literals in Pike.
6634
6635 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6636
6637 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6638 recognition when standing on the last line in a C++ comment
6639 with nothing but whitespace after the prefix.
6640
6641 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6642 given no limit argument.
6643
6644 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6645
6646 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6647 recognition for the `[]= operator symbol in Pike.
6648
6649 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6650
6651 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6652 around a bug in `eval-when-compile' in the byte compiler.
6653
6654 * cc-engine.el (c-forward-token-1): Fixed bug with return
6655 value when count is zero and there's no token start within the limit.
6656
6657 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6658 "prefix comments", i.e. comments which are followed by code on
6659 the same line.
6660
6661 * cc-mode-19.el: Fixes so that checks that must be done at
6662 compile time also are done then.
6663
6664 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6665
6666 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6667 time and at runtime, and only when it's needed.
6668
6669 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6670
6671 Major cleanup for less error prone and more warning free
6672 compilation, including some fixes for bugs due to different
6673 compilation orders. Thanks to Martin Buchholz for providing
6674 the basis for all this.
6675
6676 * cc-bytecomp.el: New file that provides some byte compilation
6677 features: It ensures that files always are loaded from the
6678 current source directory during compilation, and it provides a
6679 set of macros to turn off specific compiler warnings for
6680 specific symbols. (It's not CC Mode specific in any way.)
6681
6682 Fixed a nearly acyclic dependency tree (both runtime and
6683 compile-time) between all files.
6684
6685 * cc-defs.el: Separated all macros before the inline functions,
6686 to ensure correct compilation.
6687
6688 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6689 cc-defs.el to cc-engine.el and made it a function instead.
6690
6691 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6692 about char-after.
6693
6694 * cc-vars.el: Cope even when there isn't a custom package
6695 containing defcustom available.
6696
6697 * cc-make.el: Removed since it's no longer necessary.
6698
6699 README: Updated installation instructions.
6700
6701 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6702
6703 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6704 improve the modularity: Moved all mode init stuff from
6705 cc-langs.el to cc-mode.el, including the keymap
6706 initialization; cc-langs now only contains the various
6707 variables for configuring the language syntax.
6708
6709 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6710 (c-get-offset): Moved from cc-styles to cc-engine since file
6711 dependency analysis suggests they belong there (which also
6712 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6713
6714 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6715
6716 * cc-cmds.el (c-fn-region-is-active-p): New function that
6717 wraps the corresponding macro, for use in places that aren't
6718 compiled. Thanks to Martin Buchholz for pointing out this.
6719
6720 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6721
6722 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6723 add things to the bug report.
6724
6725 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6726
6727 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6728 returned prefix could contain a newline when the search for a
6729 good prefix line failed.
6730
6731 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6732
6733 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6734 (c-toggle-auto-hungry-state): Made the argument optional, as
6735 the documentation says it is.
6736
6737 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6738
6739 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6740 multiline string syntax, #"...", as a cpp macro.
6741
6742 2001-03-21 Paul Eggert <eggert@twinsun.com>
6743
6744 * international/mule-cmds.el (set-locale-environment):
6745 Set system-messages-locale and system-time-locale, but only if the
6746 caller specifies a non-nil locale name.
6747
6748 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6749
6750 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6751 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6752
6753 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6754
6755 * follow.el (follow-avoid-tail-recenter): Doc fix.
6756
6757 * custom.el (custom-set-variables): Avoid reversing the list
6758 of args needlessly.
6759
6760 * startup.el (fancy-splash-head): Don't change the colors of the
6761 XPM image on a dark background.
6762
6763 * comint.el (comint-exec-1): Set columns of the terminal to
6764 window-width instead of frame-width.
6765
6766 * info.el (Info-scroll-down): Add missing WINDOW arg for
6767 pos-visible-in-window-p.
6768
6769 * ehelp.el (electric-help-mode-hook): Add defcustom.
6770
6771 * mail/sendmail.el (mail-mode): Activate case-folding in
6772 font-lock-defaults.
6773
6774 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6775
6776 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6777 (completion-ignored-extensions): Remove duplicate ".class".
6778
6779 2001-03-19 Andreas Schwab <schwab@suse.de>
6780
6781 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6782 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6783
6784 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6785
6786 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6787 methods since there are not prefix input methods.
6788
6789 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6790
6791 * international/mule-cmds.el (read-input-method-name):
6792 Locally bind enable-recursive-minibuffers to t.
6793
6794 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6795
6796 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6797
6798 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6799
6800 * ediff-util.el: Copyright years.
6801 (ediff-choose-syntax-table): New function.
6802 (ediff-setup): Use ediff-choose-syntax-table.
6803
6804 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6805 with-syntax-table.
6806
6807 * ediff.el: Date of last update, copyright years.
6808
6809 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6810
6811 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6812 of Scott Bronson.
6813 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6814 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6815 Deleted functions.
6816 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6817 ex-token-list.
6818
6819 * viper-util.el: Spaces, indentation.
6820
6821 * viper.el: Changed version, modification time.
6822
6823 2001-03-16 John Wiegley <johnw@gnu.org>
6824
6825 * calendar/timeclock.el (timeclock-workday-remaining):
6826 Check whether `discrep' is non-null before using it.
6827
6828 2001-03-16 John Wiegley <johnw@gnu.org>
6829
6830 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6831 first-time checkins.
6832 (timeclock-log-data): Fixed problem with reading timelog log file.
6833 Resulting data in the "day list" was incorrect.
6834 (timeclock-find-discrep): Check if `timeclock-file' is readable
6835 before opening it.
6836 (timeclock-time-less-p): New function.
6837 (timeclock-day-base): New function.
6838 (timeclock-geometric-mean): New function.
6839 (timeclock-generate-report): Generate a summary report based on
6840 the contents of the log file. This uses `timeclock-log-data', and
6841 is an example of writing a timelog manipulation function.
6842 (timeclock-visit-timelog): A quick command for opening the timelog
6843 file.
6844 (timeclock-log-data): Bound the variable event.
6845
6846 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6847
6848 * international/mule-cmds.el (select-safe-coding-system):
6849 Fix typo: symbol-name -> symbol-value.
6850
6851 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6852 before substitute-in-file-name to handle double slashes in FILE
6853 correctly.
6854
6855 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6856
6857 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6858 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6859
6860 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6861
6862 * bindings.el (features): Add `md5' and `overlay' to the list.
6863
6864 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6865 bound before using it. It's not bound when configured without X,
6866 for instance.
6867
6868 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6869
6870 * progmodes/hideshow.el: Update copyright.
6871 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6872 (hs-minor-mode-hook): Include `:version' in defcustom form.
6873
6874 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6875
6876 * help.el (string-key-binding): Don't call event-start on
6877 a non-list.
6878
6879 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6880
6881 * startup.el (fancy-splash-tail, command-line-1): Fix the
6882 copyright year.
6883
6884 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6885
6886 * term.el: These changes are based on a patch sent from Yong Lu
6887 <lyongu@yahoo.com>.
6888 (term-set-escape-char): Bind M-x to execute-extended-command in
6889 term-raw-escape-map.
6890 (term-move-columns): Don't try to move to negagive column.
6891 (term-emulate-terminal): Insert a string before deleting a text to
6892 overwrite.
6893
6894 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6895
6896 * play/life.el (life): Rearrange code so that all calls to
6897 life-display-generation are in a catch-form.
6898
6899 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6900 file that isn't interesting. In an interesting file, push the old
6901 value of point on the mark ring.
6902
6903 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6904 New function.
6905 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6906 Use it.
6907
6908 * emacs-lisp/autoload.el (generate-file-autoloads):
6909 Remove warning about line lengths.
6910
6911 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6912
6913 * progmodes/etags.el (tags-compression-info-list): New variable.
6914 (find-tag-in-order): Use it to deal with compressed source files.
6915 (tag-file-name-match-p): New function.
6916 (etags-recognize-tags-table): Use it for better match of file names.
6917
6918 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6919
6920 * international/mule-cmds.el (register-input-method): Doc fix.
6921
6922 * international/quail.el (quail-translate-key): Fix condition to
6923 check if there's another breaking point in the current key.
6924
6925 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6926
6927 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6928 Babyl header to the newly-created output file, bind
6929 coding-system-for-write to either rmail-file-coding-system or
6930 emacs-mule-unix.
6931
6932 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6933
6934 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6935 Fix the name and regexp used for subsubsections.
6936
6937 2001-03-10 Dave Love <fx@gnu.org>
6938
6939 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6940 and save-buffer if buffer-file-name non-nil. From rms.
6941
6942 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6943
6944 * vc.el (vc-do-command): If the destination buffer is already
6945 current, don't set it up and don't erase it. Updated doc string
6946 to reflect that.
6947 (vc-version-diff): When doing a single file diff, don't switch to the
6948 *vc-diff* buffer before the command. This is to preserve local
6949 variable bindings that might affect the diff command.
6950 (vc-print-log): Don't switch to the *vc* buffer before the
6951 command, so that local variable bindings are preserved.
6952
6953 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6954 not the current buffer.
6955 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6956
6957 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6958 make output go to buffer *vc*, not the current buffer.
6959
6960 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6961
6962 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6963 so ^, $, *, ? and + are interpreted correctly.
6964
6965 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6966
6967 * help.el (string-key-binding): Renamed from
6968 mode-line-key-binding. Handle any event on a string.
6969 Check for `keymap' properties as well as `local-map' properties.
6970
6971 * comint.el (comint-insert-clicked-input): Use the last key
6972 from this-command-keys to lookup the global key definition.
6973
6974 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6975
6976 * international/characters.el: Add category `j' for
6977 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6978
6979 * international/mule-conf.el (no-conversion): Fix docstring.
6980 (raw-text): Fix docstring.
6981
6982 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6983
6984 * simple.el (choose-completion-string): When not leaving the
6985 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6986 is set.
6987
6988 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6989 parameter `(minibuffer . t)'.
6990
6991 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6992
6993 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6994 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6995 (sh-mode): Remove `make-local-variable' for unused var
6996 `font-lock-unfontify-region-function'.
6997
6998 2001-03-07 Richard M. Stallman <rms@gnu.org>
6999
7000 * info.el (Info-scroll-down): Fix previous change.
7001
7002 * mail/rmail.el (rmail-toggle-header): Use a window which
7003 is showing the Rmail buffer, rather than the selected window.
7004
7005 2001-03-07 Dave Love <fx@gnu.org>
7006
7007 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7008 now, to avoid problems with binding imenu directly to a mouse event.
7009
7010 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7011
7012 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7013 second arg t.
7014
7015 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7016
7017 * log-edit.el (log-edit-common-indent): New var.
7018 (log-edit-set-common-indentation): Renamed from
7019 log-edit-delete-common-indentation. Use the new var.
7020 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7021
7022 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7023 (cvs-mode-add-change-log-entry-other-window):
7024 Don't presume change-log-default-name is defined.
7025
7026 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7027
7028 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7029 the "tree" operation as well.
7030
7031 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7032
7033 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7034 to match paragraph-start.
7035
7036 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7037 comment-start-skip and set comment-end-skip as well.
7038 (sgml-comment-indent): Fix for new value of comment-start-skip.
7039 (html-autoview-mode): Don't bother using make-local-hook.
7040
7041 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7042
7043 * cus-edit.el (custom-save-delete): Move in front of local
7044 variables, otherwise long Custom entries would make them ineffective.
7045
7046 * uniquify.el: Set maintainer to FSF.
7047
7048 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7049
7050 * dired-aux.el (dired-do-shell-command): Doc fix.
7051
7052 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7053
7054 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7055
7056 * which-func.el (which-func-modes): Add cperl-mode.
7057 (which-func-mode-global): Use define-minor-mode.
7058
7059 * info-look.el: Docstring fixes and dead code eliminated.
7060 (cperl-mode): Add support.
7061 (emacs-lisp-mode): List all entries from elisp manual, whether
7062 or not they are currently (f)bound or not. Update regexp.
7063
7064 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7065
7066 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7067 so that C-h m shows the correct information.
7068 Use make-local-variable rather than make-variable-buffer-local.
7069 (cperl-info-buffer, cperl-setup-tmp-buf):
7070 Use make-local-variable rather than make-variable-buffer-local.
7071 (cperl-msb-fix, cperl-get-help-defer):
7072 Check major-mode for `cperl-mode' as well.
7073
7074 * progmodes/cperl-mode.el: Updated to author version 4.23.
7075 (cperl-electric-pod): SYNOPSIS was misspelled.
7076 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7077 (cperl-after-expr-p): Make true after __END__.
7078
7079 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7080
7081 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7082 bookmark-completion-ignore-case is t.
7083
7084 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7085 switch, like xterm, and concat resource strings, with a newline
7086 between them.
7087
7088 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7089
7090 * international/codepage.el (cp770-decode-table)
7091 (cp773-decode-table, cp774-decode-table): New variables.
7092
7093 * man.el (Man-hyphenated-reference-regexp): New variable.
7094 (Man-build-references-alist): Use it to search for referenced
7095 manpages. If hyphenated is non-nil, record a concatenated word in
7096 Man-refpages-alist only if it matches Man-reference-regexp.
7097 Update word's length when it is concatenated. Reverse the list,
7098 to get the first manpage at the head.
7099 (Man-possibly-hyphenated-word): New function.
7100 (Man-follow-manual-reference): Use it instead of current-word to
7101 find a manpage at point, in a way that accounts for hyphenated
7102 references.
7103
7104 2001-03-06 Alex Schroeder <alex@gnu.org>
7105
7106 * sql.el (sql-interbase): New function.
7107 (sql-interbase-program): New option.
7108 (sql-interbase-options): New option.
7109 And some typos fixed: "customise" to "customize".
7110
7111 2001-03-06 Dave Love <fx@gnu.org>
7112
7113 * textmodes/flyspell.el (flyspell-region):
7114 Set up flyspell-local-mouse-map.
7115
7116 2001-03-05 Richard M. Stallman <rms@gnu.org>
7117
7118 * mail/rmail.el (rmail-retry-failure):
7119 Don't call rmail-beginning-of-message.
7120 Don't discard From: field. Do discard Received: field.
7121 Use unwind-protect to re-prune.
7122 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7123
7124 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7125
7126 * international/quail.el (quail-title): Add autoload cookie.
7127
7128 2001-03-05 Dave Love <fx@gnu.org>
7129
7130 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7131 new defs.
7132
7133 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7134
7135 * language/ethio-util.el (ethio-toggle-space):
7136 Update current-input-method-title if necessary.
7137 (ethio-toggle-punctuation): Likewise.
7138
7139 * international/quail.el (quail-title): Fix for the case that a
7140 title of an input method is specified by a list of the same form
7141 as used in mode-line-format.
7142
7143 * international/mule-cmds.el (activate-input-method):
7144 If current-input-method-title is set by activating INPUT-METHOD,
7145 respect that value.
7146
7147 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7148
7149 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7150
7151 2001-03-05 Alex Schroeder <alex@gnu.org>
7152
7153 * sql.el (sql-sybase): Fix typo (was: query user about server two
7154 times instead of server and database).
7155
7156 * sql.el (sql-sybase): Doc change.
7157 (sql-mysql): Doc change.
7158 (sql-postgres): Doc change.
7159
7160 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7161
7162 * international/mule-conf.el (emacs-mule, raw-text):
7163 Docstring modified.
7164
7165 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7166
7167 * term/internal.el: Update copyright notice.
7168
7169 * term/pc-win.el: Update copyright notice.
7170
7171 2001-03-02 Dave Love <fx@gnu.org>
7172
7173 * files.el (insert-file-contents-literally):
7174 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7175 not jka-compr-compression-info-list.
7176
7177 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7178
7179 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7180 spaces in default comment-start-skip settings rather than \s-.
7181
7182 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7183
7184 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7185 default-frame-alist as well.
7186
7187 2001-03-01 Dave Love <fx@gnu.org>
7188
7189 * textmodes/reftex.el (defvar): Wrap some defvars in
7190 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7191
7192 * subr.el (event-basic-type): Doc fix.
7193
7194 * international/quail.el: Doc fixes.
7195
7196 * international/utf-8.el: Doc fixes.
7197
7198 * international/mule-cmds.el: Doc fixes.
7199 (leim-list-header): Fix header text.
7200
7201 * international/mule.el (coding-system-category): Doc fix.
7202
7203 * international/ccl.el (ccl-compile): Doc fix.
7204
7205 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7206
7207 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7208 rather than (before|after)-change-functions.
7209
7210 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7211
7212 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7213 scroll-left and scroll-right being called interactively so that
7214 they set the window's min_hscroll.
7215
7216 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7217
7218 * info.el (info-insert-file-contents-1): Accept an additional
7219 argument `lfn': if it is non-nil, concatenate `filename' and
7220 `suffix'; otherwise use the complicated MS-DOS code.
7221 All callers changed.
7222 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7223 can access long file names, try the long file-name version of
7224 `info-insert-file-contents-1', then the short file-name version.
7225
7226 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7227
7228 * language/ethio-util.el (setup-ethiopic-environment-internal):
7229 Change bindings of functions keys to conform to "Emacs Lisp Coding
7230 Convention".
7231
7232 * language/ethiopic.el ("Ethiopic"): Add documentation.
7233
7234 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7235
7236 * international/utf-8.el (mule-utf-8): Set coding-category
7237 property to coding-category-utf-8.
7238
7239 2001-02-27 Richard M. Stallman <rms@gnu.org>
7240
7241 * lpr.el (lpr-page-header-switches, print-region-1):
7242 Undo 2000-07-06 change.
7243 (lpr-add-switches): Default to t on gnu/linux.
7244
7245 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7246
7247 * bs.el (bs-attributes-list): Doc fix.
7248
7249 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7250
7251 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7252
7253 * help.el (view-order-manuals): Use goto-address.
7254
7255 * startup.el (command-line-1): Add info about ordering manuals
7256 to the not so fancy splash screens.
7257
7258 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7259
7260 * vc.el (vc-default-workfile-unchanged-p)
7261 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7262
7263 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7264
7265 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7266 fontify in the right buffer.
7267
7268 * allout.el (outline-flag-region): Move macro in front of first
7269 use to avoid a run-time error.
7270
7271 2001-02-24 Andrew Innes <andrewi@gnu.org>
7272
7273 * makefile.w32-in: Fix copyright notice.
7274
7275 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7276
7277 * international/utf-8.el (mule-utf-8): Set correct value for
7278 valid-codes property.
7279
7280 * international/fontset.el (x-complement-fontset-spec): In the
7281 case that we use ASCII font for the other charsets, use only
7282 family and registry part of it.
7283
7284 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7285
7286 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7287 (shrink-window-if-larger-than-buffer): Doc fix.
7288
7289 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7290
7291 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7292 predicate passed to completing-read.
7293
7294 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7295
7296 * startup.el (command-line): Fix last change.
7297
7298 2001-02-23 Jason Rumney <jasonr@gnu.org>
7299
7300 * startup.el (tool-bar-originally-present): New variable.
7301 (command-line): Set it if the tool-bar is switched on at startup.
7302
7303 * frame.el (frame-notice-user-settings): Only adjust frame height
7304 for no tool-bar case if tool-bar was originally switched on.
7305 From E. Jay Berkenbilt.
7306
7307 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7308
7309 * server.el (server-switch-buffer): Only switch window if the
7310 current one is dedicated.
7311
7312 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7313 rather than using (match-beginning 0) when searching for break point.
7314
7315 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7316
7317 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7318 @ follows an accent command such as @'. Support optional braces
7319 in commands that insert accents, like makeinfo does.
7320
7321 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7322
7323 * startup.el (fancy-splash-text): Add a line for ordering
7324 manuals. Reverse order of splash screens shown.
7325 (use-fancy-splash-screens-p): Adapt to the text line added.
7326
7327 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7328 manuals from the FSF.
7329
7330 * help.el (view-order-manuals): New function.
7331 (toplevel): Bind C-h C-m to this function.
7332
7333 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7334
7335 * newcomment.el (comment-forward): Skip the comment-start before
7336 searching for the comment-end.
7337
7338 2001-02-21 Dave Love <fx@gnu.org>
7339
7340 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7341
7342 * international/mule-cmds.el, international/mule.el: Doc fixes.
7343
7344 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7345
7346 * startup.el (fancy-splash-screens): Use display-hourglass
7347 instead of display-busy-cursor.
7348
7349 * frame.el (display-hourglass): Renamed from busy-cursor.
7350 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7351 (show-cursor-in-non-selected-windows): Doc fix.
7352
7353 2001-02-20 Dave Love <fx@gnu.org>
7354
7355 * international/utf-8.el: Doc and commentary fixes.
7356
7357 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7358
7359 * ehelp.el (with-electric-help): Doc fix.
7360
7361 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7362
7363 * msb.el (msb-mode): Call the update-buffers function explicitly
7364 with a FORCE argument.
7365
7366 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7367 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7368 returns nil.
7369
7370 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7371
7372 * ps-print.el: Timestamp package replacement. Some enhancements.
7373 Some XEmacs compatibility. Doc fix.
7374 (ps-print-version): New version number (6.4).
7375 (ps-printer-name): Initialization fix.
7376 (ps-zebra-stripe-follow): Funcionality enhancement.
7377 (ps-prologue-file): Code enhancement.
7378 (ps-right-header): Timestamp package replacement.
7379 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7380 (ps-get-page-dimensions)
7381 (ps-generate-header, ps-begin-file, ps-begin-job)
7382 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7383 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7384 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7385 (coding-system-for-write): Var declaration (XEmacs compatibility).
7386
7387 2001-02-20 Miles Bader <miles@gnu.org>
7388
7389 * image-file.el (image-file-name-extensions): Add "tif".
7390
7391 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7392
7393 * wid-edit.el (widget-button-click): Save the selected window
7394 around the code handling clicks on buttons.
7395
7396 2001-02-18 Dave Love <fx@gnu.org>
7397
7398 * imenu.el (imenu--generic-function): Use mapc to iterate over
7399 syntax characters.
7400
7401 2001-02-17 Richard M. Stallman <rms@gnu.org>
7402
7403 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7404
7405 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7406
7407 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7408
7409 * mouse.el (mouse-save-then-kill): If the distance from the new
7410 point to the mark is equal to the distance of point from the new
7411 point, move point instead of the mark.
7412
7413 2001-02-16 Dave Love <fx@gnu.org>
7414
7415 * textmodes/flyspell.el (flyspell-get-word): Return string without
7416 properties.
7417
7418 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7419
7420 * generic.el (generic-find-file-regexp): Doc fix.
7421 (generic-ignore-files-regexp): New defcustom.
7422 (generic-mode-find-file-hook): If the file's name matches the
7423 regexp in `generic-ignore-files-regexp', don't enter
7424 default-generic-mode. Doc fix.
7425
7426 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7427
7428 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7429 Add autoload cookies.
7430
7431 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7432 of cal-tex-24.
7433
7434 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7435
7436 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7437
7438 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7439 the character class after the (optional) drive, to support file
7440 names with embedded blanks.
7441
7442 2001-02-15 Sam Steingold <sds@gnu.org>
7443
7444 * textmodes/tex-mode.el (tex-shell-running):
7445 Check the process buffer too.
7446
7447 2001-02-15 Dave Love <fx@gnu.org>
7448
7449 * battery.el (battery-status-function): Fix doc, :type.
7450
7451 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7452
7453 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7454
7455 * subr.el (read-passwd): Clear Lisp memory holding password.
7456
7457 2001-02-15 Miles Bader <miles@gnu.org>
7458
7459 * info.el (Info-copy-current-node-name): New function.
7460 (Info-mode-menu): Add it to the menu.
7461
7462 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7463
7464 * international/mule-cmds.el (toggle-input-method): Doc fix.
7465
7466 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7467
7468 * replace.el (occur): Stop at end of buffer.
7469
7470 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7471
7472 * international/mule-cmds.el (set-input-method): Another doc fix.
7473
7474 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7475
7476 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7477
7478 2001-02-13 Miles Bader <miles@gnu.org>
7479
7480 * faces.el (set-face-background, set-face-foreground)
7481 (set-face-stipple): Treat a value of nil as being `unspecified'.
7482
7483 2001-02-12 Dave Love <d.love@dl.ac.uk>
7484
7485 * international/latin1-disp.el: Doc fixes.
7486 (latin1-display) <defgroup>: Add :link.
7487 (latin1-display) <function>: Set variable latin1-display.
7488
7489 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7490
7491 * international/mule-cmds.el (set-input-method): Doc fix.
7492
7493 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7494
7495 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7496 (speedbar-line-file): Return nil if not a file.
7497 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7498
7499 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7500
7501 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7502 for remote files.
7503 (ediff-coding-system-for-read): Replaced the no-conversion default
7504 with raw-text.
7505
7506 * ediff-init.el: Removed :version from defcustom vars.
7507
7508 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7509 Better handling of the diff mode.
7510
7511 * ediff.texi: Added ediff-coding-system-for-read.
7512
7513 * viper.texi: Fix typos.
7514
7515 2001-02-11 Dave Love <fx@gnu.org>
7516
7517 * shadowfile.el: Doc fixes.
7518 (shadow) <defgroup>: Add :link.
7519 (shadowfile-unload-hook): New function.
7520 (shadow-initialize): Use defalias, not fset.
7521 (shadow-define-cluster, shadow-define-literal-group)
7522 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7523
7524 * international/mule.el: Doc and message fixes.
7525
7526 * international/ccl.el (define-ccl-program): Doc fix.
7527
7528 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7529
7530 * faces.el (mode-line): Set :line-width property to -1.
7531
7532 2001-02-10 Richard M. Stallman <rms@gnu.org>
7533
7534 * complete.el (partial-completion-mode): Doc fix.
7535
7536 * simple.el (delete-key-deletes-forward-mode):
7537 Change `let' to `let*' to fix gross bug in last change.
7538
7539 * repeat.el (repeat): Don't let execute-kbd-macro alter
7540 real-last-command.
7541
7542 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7543
7544 * simple.el (eval-expression): Doc fix.
7545
7546 2001-02-09 Dave Love <fx@gnu.org>
7547
7548 * imenu.el (imenu-generic-expression): Doc fix.
7549
7550 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7551 From Juanma Barranquero.
7552
7553 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7554
7555 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7556
7557 * faces.el (set-face-attribute): Describe the case of a negative
7558 value specified for :line-width.
7559
7560 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7561
7562 * which-func.el (which-func-mode): Invert which-func-mode-global.
7563 From Juanma Barranquero <lektu@uol.com.br>.
7564
7565 2001-02-08 Dave Love <fx@gnu.org>
7566
7567 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7568 widget-plist-value-type.
7569 (widget-alist-convert-widget): Replace binding of
7570 widget-alist-value-type.
7571
7572 * textmodes/paragraphs.el (sentence-end): Doc fix.
7573
7574 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7575 Remove `backward-line'.
7576
7577 * play/pong.el (pong-blank-color, pong-bat-color)
7578 (pong-ball-color, pong-border-color, pong-left-key)
7579 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7580 (pong-pause-key, pong-resume-key, pong-timer-delay):
7581 * mail/mh-comp.el (mh-compose-letter-function):
7582 * eshell/esh-mode.el (eshell-skip-prompt-function):
7583 * emulation/viper-ex.el (ex-unix-type-shell-options):
7584 * recentf.el (recentf-menu-filter):
7585 * ps-print.el (ps-print-region-function):
7586 * lpr.el (print-region-function):
7587 * forms.el (forms-mode-hooks):
7588 * dirtrack.el (dirtrack-directory-change-hook):
7589 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7590 * textmodes/spell.el (spell-filter):
7591 * textmodes/fill.el (adaptive-fill-function):
7592 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7593 * progmodes/etags.el (find-tag-default-function):
7594 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7595 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7596
7597 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7598
7599 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7600 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7601 Meyering <jim@meyering.net>.
7602
7603 * loadup.el: Revert last change.
7604
7605 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7606
7607 * international/mule.el (transform-make-coding-system-args):
7608 Make it work also for coding systems not using CCL.
7609
7610 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7611
7612 * simple.el (previous-matching-history-element)
7613 (next-matching-history-element): Doc fix.
7614
7615 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7616 specific part.
7617
7618 2001-02-06 Dave Love <fx@gnu.org>
7619
7620 * add-log.el (add-log-current-defun-function)
7621 (add-log-buffer-file-name-function, add-log-file-name-function):
7622 Fix :type.
7623 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7624
7625 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7626
7627 * info.el (info-initialize): Remove the test for system-type when
7628 invocation-directory is non-nil.
7629
7630 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7631 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7632
7633 2001-02-06 Andrew Innes <andrewi@gnu.org>
7634
7635 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7636 absolute.
7637
7638 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7639
7640 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7641 buffers. When hi-lock turned on rather than only checking current
7642 buffer for regexps, all buffers are checked. Moved activation of
7643 font-lock to hi-lock-refontify. When font-lock turned off rather
7644 than removing added highlighting just in current buffer, remove it
7645 in all buffers. Changed edit menu text from "Automatic
7646 Highlighting" to "Regexp Highlighting" Documentation for
7647 highlighting phrases, minor documentation changes.
7648 (hi-lock-set-file-patterns): Execute only if there are new or
7649 existing file patterns.
7650 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7651 unfontify and, if a support mode is active, will not refontify the
7652 whole buffer. If necessary, turn on font lock. (Removed
7653 font-lock-unfontify and font-lock support-mode-specific calls,
7654 such as lazy-lock-fontify-window.)
7655 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7656 patterns are found. Not useful now since find-file-hook is removed
7657 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7658 (hi-lock-face-phrase-buffer): New function. Also added related
7659 menu item and keybinding.
7660 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7661 (hi-lock-process-phrase): New function.
7662 (hi-lock-line-face-buffer): Doc fixes.
7663 (hi-lock-face-buffer): Doc fixes.
7664 (hi-lock-unface-buffer): Doc fixes.
7665
7666 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7667
7668 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7669 dabbrev-ignored-regexps.
7670
7671 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7672
7673 * simple.el (kill-line): Doc fix.
7674
7675 2001-02-05 Dave Love <fx@gnu.org>
7676
7677 * loadup.el: Revert last two changes -- bootstrapping works with
7678 regenerated loaddefs.
7679
7680 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7681
7682 * isearch.el (isearch-forward): Doc fix.
7683
7684 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7685 of font-lock-defaults to backward-paragraph.
7686
7687 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7688
7689 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7690 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7691
7692 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7693
7694 * ebnf2ps.el: Eliminate time-stamp functions.
7695 (ebnf-version): New version (3.5).
7696 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7697 format-time-string.
7698
7699 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7700
7701 * simple.el (next-line): Goto end-of-line before inserting a newline.
7702
7703 2001-02-05 Miles Bader <miles@gnu.org>
7704
7705 * image-file.el (insert-image-file): When visiting an image, also
7706 set `truncate-lines' to t so that any fringe arrow looks correct.
7707
7708 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7709
7710 * isearch.el (isearch-forward): Add description about input method
7711 in the docsting.
7712
7713 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7714
7715 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7716
7717 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7718
7719 * info.el (info-initialize): If installation-directory is nil, for
7720 DOS/Windows systems try looking in a sibling of invocation-directory.
7721
7722 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7723
7724 * wid-edit.el (widget-button-click): Fix last change.
7725
7726 * frame.el (frame-notice-user-settings): When resizing the initial
7727 frame because the tool bar is off, also change the frame's top
7728 position if a negative top position was specified.
7729
7730 2001-02-02 Miles Bader <miles@gnu.org>
7731
7732 * image-file.el (insert-image-file): When visiting an image,
7733 suppress the cursor in the image buffer.
7734
7735 2001-02-01 Dave Love <fx@gnu.org>
7736
7737 * progmodes/f90.el (f90-mode): Remove startup message.
7738
7739 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7740
7741 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7742
7743 * startup.el (command-line): Fix code determining whether or not
7744 to use delete-key-deletes-forward-mode.
7745
7746 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7747
7748 * vc.el (vc-diff-switches): New user option.
7749 (vc-version-diff): Use it.
7750 (vc-diff-switches-list): New macro.
7751
7752 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7753 New customization options.
7754 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7755
7756 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7757
7758 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7759
7760 * msb.el (toplevel): Quote hook symbols.
7761
7762 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7763
7764 * international/mule.el (make-coding-system): Add description
7765 about recognized properties in the docstring.
7766
7767 * international/mule-conf.el: Remove unused charsets
7768 mac-roman-lower and mac-roman-upper.
7769
7770 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7771
7772 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7773 is in front of the left-margin, if any.
7774
7775 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7776 like `delete'.
7777
7778 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7779
7780 * term/w32-win.el (mouse-set-font): Doc fix.
7781
7782 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7783
7784 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7785 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7786 on already.
7787
7788 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7789
7790 * files.el (save-buffer): Don't give message if (buffer-file-name)
7791 returns nil.
7792
7793 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7794
7795 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7796
7797 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7798 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7799
7800 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7801 display problems.
7802
7803 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7804
7805 * international/mule.el (charset-info): Fix docstring.
7806
7807 * international/mule-diag.el (describe-character-set): Check final
7808 char valid before printing it.
7809
7810 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7811
7812 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7813
7814 * frame.el (frame-notice-user-settings): Do the tool-bar
7815 stuff only for graphical displays. Fix a braino.
7816
7817 * frame.el (frame-initialize): Create initial frame visible.
7818 (frame-notice-user-settings): When tool-bar has been switched off,
7819 correct the frame size and sync tool-bar-mode.
7820
7821 * startup.el (command-line): Remove manipulation of frame
7822 height for tool bars.
7823
7824 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7825
7826 * lpr.el: Compatibility with XEmacs and doc fixes.
7827 (lpr-windows-system, lpr-lp-system): New vars.
7828 (lpr-printer-switch): New defcustom.
7829 (printer-name, lpr-command): Customization fix.
7830 (print-region-1): Code fix.
7831 (print-region-new-buffer, printify-region): Indentation fix.
7832 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7833 New functions.
7834
7835 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7836
7837 * msb.el (toplevel): Fix the eval-after-load.
7838
7839 2001-01-29 Dave Love <fx@gnu.org>
7840
7841 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7842
7843 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7844
7845 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7846 (tcl-using-emacs-19-23): Consider Emacs 21+.
7847 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7848 (tcl-add-emacs-menu): Supply menu name.
7849 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7850
7851 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7852
7853 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7854
7855 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7856
7857 * pcvs.el (cvs-mark-fis-dead): New function.
7858 (cvs-mode-add): Use it.
7859 (cvs-mode-add-change-log-entry-other-window):
7860 Rebind change-log-default-name to itself rather than to nil.
7861
7862 2001-01-29 Sam Steingold <sds@gnu.org>
7863
7864 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7865 `autoload' statements.
7866
7867 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7868
7869 * files.el (confirm-kill-emacs): Doc fix.
7870
7871 * frame.el (frame-initialize): Doc fix.
7872
7873 * time-stamp.el (time-stamp-string): Doc fix.
7874
7875 * woman.el (WoMan-log-1): Make the log buffer writable.
7876 From Markus Rost <rost@math.ohio-state.edu>.
7877
7878 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7879
7880 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7881 the `make-variable-buffer-local'.
7882
7883 2001-01-29 Dave Love <fx@gnu.org>
7884
7885 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7886 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7887 Add autoload cookie.
7888 (ansi-color-apply-sequence): Fix typo.
7889
7890 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7891
7892 * menu-bar.el (menu-bar-files-menu): Add menu items for
7893 Postscript printing in black and white.
7894
7895 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7896 X-Mailman-Version, Precedence, List-Help, List-Post,
7897 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7898 Content-Type, Content-Length.
7899
7900 2001-01-29 Dave Love <fx@gnu.org>
7901
7902 * elide-head.el (elide-head): Make overlay evaporate.
7903
7904 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7905
7906 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7907
7908 * isearch.el (isearch-highlight): Don't punt if the display
7909 doesn't support colors, since isearch faces are defined for
7910 monochrome displays as well.
7911
7912 2001-01-27 Sam Steingold <sds@gnu.org>
7913
7914 * shell.el (shell-write-history-on-exit): Make sure that we are in
7915 the shell buffer (M-x tex-file RET inserted the error message into
7916 the TeX buffer).
7917
7918 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7919
7920 * simple.el (transient-mark-mode): Doc fix.
7921
7922 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7923
7924 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7925
7926 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7927
7928 * shell.el (shell-unquote-argument): If the shell is one of the
7929 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7930 quote character.
7931 (shell-dumb-shell-regexp): Document that the shells which match
7932 this regexp are supposed to not treat a backslash as a quote character.
7933
7934 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7935 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7936
7937 2001-01-27 Richard M. Stallman <rms@gnu.org>
7938
7939 * dabbrev.el (dabbrev--substitute-expansion):
7940 Treat a one-capital-letter abbrev as "not all upper case",
7941 so as to force preservation of the expansion's pattern
7942 if the expansion starts with a capital letter.
7943
7944 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7945
7946 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7947 Doc fix.
7948
7949 * simple.el (transient-mark-mode): Document the fact that many
7950 commands act on the region when mark is active.
7951
7952 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7953
7954 * international/quail.el (quail-setup-completion-buf): Make the
7955 multibyteness of current buffer inherited to Quail completion buffer.
7956 (quail-show-guidance-buf): Make the multibyteness of current
7957 buffer inherited to Quail guidance buffer.
7958 (quail-help): Make the multibyteness of current buffer inherited
7959 to Quail help buffer.
7960
7961 2001-01-26 Dave Love <fx@gnu.org>
7962
7963 * time-stamp.el: Doc fixes.
7964
7965 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7966 (delphi-keyword-face, delphi-other-face): Fix :type.
7967
7968 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7969
7970 * mail/feedmail.el (feedmail): Add :link.
7971 (feedmail-send-it): Doc fix.
7972
7973 * mail/sendmail.el: Doc fixes.
7974 (sendmail-send-it): Fix the non-ASCII regexp and use
7975 rfc2047-encode-string.
7976
7977 * dired.el, dired-aux.el: Revert last change.
7978
7979 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7980
7981 * makefile.w32-in (DONTCOMPILE): Add various term files.
7982
7983 2001-01-26 Dave Love <fx@gnu.org>
7984
7985 * Makefile.in (DONTCOMPILE): Add various term files.
7986
7987 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7988
7989 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7990
7991 * startup.el (display-startup-echo-area-message): Make sure
7992 the echo area is resized to fit the size of the startup message.
7993
7994 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7995 part of which is a constant.
7996
7997 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7998
7999 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8000
8001 2001-01-26 Richard M. Stallman <rms@gnu.org>
8002
8003 * simple.el (next-line): Don't let `newline' expand abbrevs.
8004 Simplify slightly.
8005 (open-line): Don't let `newline' expand abbrevs.
8006
8007 2001-01-25 John Wiegley <johnw@gnu.org>
8008
8009 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8010 to `repeat' in the :type field.
8011
8012 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8013 allow a choice of regexp or nil.
8014 (pcomplete-dir-ignore): Same.
8015
8016 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8017 a command) to always fail.
8018
8019 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8020
8021 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8022 discard the result.
8023 (iswitchb-to-end): Likewise.
8024
8025 2001-01-25 Sam Steingold <sds@gnu.org>
8026
8027 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8028 Require vc.
8029
8030 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8031
8032 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8033
8034 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8035
8036 2001-01-25 Dave Love <fx@gnu.org>
8037
8038 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8039 (describe-coding-system): Tweak the English text.
8040
8041 * loadup.el: Preload international/ccl for utf-8.
8042
8043 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8044
8045 * mail/rmail.el (rmail-redecode-body): Doc fix.
8046
8047 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8048
8049 * international/mule-cmds.el (reset-language-environment):
8050 Reset coding-category-utf-8 to mule-utf-8.
8051
8052 * international/mule-conf.el (coding-category-utf-8):
8053 Initialize to mule-utf-8.
8054
8055 * loadup.el: Preload international/utf-8.
8056
8057 * international/utf-8.el: New file.
8058
8059 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8060
8061 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8062
8063 2001-01-24 Sam Steingold <sds@gnu.org>
8064
8065 * dired.el (dired-replace-in-string): Removed.
8066 (dired-sort-toggle): Use `replace-regexps-in-string'
8067 instead of `dired-replace-in-string'.
8068
8069 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8070 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8071
8072 * gs.el (gs-replace-in-string): Removed.
8073 (gs-options): Use `replace-regexps-in-string'
8074 instead of `gs-replace-in-string'.
8075
8076 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8077
8078 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8079 bug report is mailed to an email list and posted to a news group.
8080
8081 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8082
8083 * comint.el (comint-replace-by-expanded-history-before-point):
8084 Fix change of 2000-08-03 to move point to the start of the line again.
8085
8086 * startup.el (tool-bar-images-pixel-height): New variable.
8087 (command-line): After loading the user's init file, when
8088 tool-bar-mode is on, increase the frame's size by some lines for
8089 the tool-bar.
8090
8091 * frame.el (frame-initialize): Create the initial frame invisible.
8092
8093 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8094
8095 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8096 (chinese-big5): MIME:Big5.
8097
8098 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8099
8100 * international/mule-cmds.el (universal-coding-system-argument):
8101 Handle commands with prefix args.
8102
8103 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8104
8105 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8106 being a list of numbers.
8107 (diary-mail-entries): Rewritten.
8108
8109 2001-01-23 Dave Love <fx@gnu.org>
8110
8111 * international/mule.el (make-coding-system): Fix typo.
8112
8113 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8114 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8115
8116 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8117
8118 * font-lock.el (font-lock-mode): Doc fix.
8119
8120 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8121
8122 * international/mule.el (make-translation-table): Fix docstring.
8123
8124 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8125
8126 * mail/rmail.el (rmail-redecode-body): New function.
8127
8128 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8129
8130 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8131
8132 * isearch.el (isearch-lazy-highlight-case-fold-search)
8133 (isearch-lazy-highlight-regexp): New variables.
8134 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8135 case-fold search or regexp search has been toggled.
8136
8137 * wid-edit.el (widget-button-click): Avoid a save-excursion
8138 around running a global binding.
8139
8140 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8141 to 0.25.
8142
8143 2001-01-20 Miles Bader <miles@gnu.org>
8144
8145 * cus-edit.el (custom-face-save): Do post-processing on the face's
8146 new value like `custom-face-set' does.
8147
8148 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8149
8150 * mail/emacsbug.el (report-emacs-bug): Report the value of
8151 LC_CTYPE, not LC_TYPE.
8152
8153 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8154 isearch-toggle-regexp and isearch-edit-string to doc string.
8155
8156 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8157
8158 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8159 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8160
8161 * jit-lock.el (jit-lock-fontify-now): Don't bind
8162 font-lock-beginning-of-syntax-function to nil.
8163
8164 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8165
8166 * mail/emacsbug.el (report-emacs-bug): Report values of
8167 locale-coding-system, default-enable-multibyte-characters, and the
8168 environment variables LC_ALL, LC_TYPE, and LANG.
8169
8170 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8171
8172 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8173
8174 * font-lock.el (font-lock-multiline): Default to nil.
8175 (font-lock-default-fontify-region): If font-lock-multiline is
8176 nil, don't check the property `font-lock-multiline'.
8177
8178 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8179 is nil, don't check the `font-lock-multiline' text property.
8180
8181 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8182
8183 * viper.el: Call initial-major-mode on startup.
8184
8185 * ediff.el (ediff-patch-file): Use better defaults.
8186
8187 * ediff-vers.el: Fix for 8+3 DOS file systems.
8188
8189 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8190
8191 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8192 diff mode, if available.
8193
8194 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8195
8196 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8197
8198 * ediff-init.el (subst-char-in-string): Define and use it, unless
8199 it's already defined.
8200
8201 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8202
8203 * tooltip.el (tooltip-hide-delay): New user-option.
8204 (tooltip-show): Use tooltip-hide-delay instead of the default.
8205
8206 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8207
8208 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8209 kill-local-variable doesn't work for enable-multibyte-characters.
8210
8211 2001-01-17 Dave Love <fx@gnu.org>
8212
8213 * ediff-init.el (ediff-before-setup-hook)
8214 (ediff-merge-filename-prefix): Add :version.
8215
8216 * international/latin1-disp.el: Require disp-table.
8217 (latin1-display): Fix :set.
8218
8219 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8220
8221 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8222
8223 * isearch.el (isearch-lazy-highlight-initial-delay)
8224 (isearch-lazy-highlight-interval): Default to 0.
8225
8226 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8227
8228 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8229 1 here rather than each time through
8230 isearch-lazy-highlight-new-loop.
8231 (isearch-lazy-highlight-max): Variable deleted.
8232 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8233 isearch-lazy-highlight-max but controls a single invocation of
8234 isearch-lazy-highlight-update.
8235 (isearch-lazy-highlight-wrapped): Variable recreated.
8236 (isearch-lazy-highlight-window-start): New variable.
8237 (isearch-lazy-highlight-cleanup): Restored to behavior of
8238 before 2-Jan.
8239 (isearch-lazy-highlight-remove-overlays): Function deleted;
8240 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8241 behavior removed.
8242 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8243 isearch-lazy-highlight-update in a loop rather than just once.
8244 Test isearch-invalid-regexp here and decide not to start a new
8245 loop, rather than testing it each time through
8246 isearch-lazy-highlight-update.
8247 (isearch-lazy-highlight-search): Function restored.
8248 (isearch-lazy-highlight-update): Get called in a timer loop again,
8249 but this time highlight more than one match each time through.
8250 Only highlight matches in the visible part of the window.
8251 Start at point, move in the direction of the search, and wrap around at
8252 the edge of the window. Use sit-for to force redisplay and ensure
8253 window-start is credible. "Face suppressing" behavior removed;
8254 overlay priorities should make it unnecessary, right?
8255 (isearch-highlight): Face suppressing behavior removed.
8256 (isearch-dehighlight): Face suppressing behavior removed.
8257 (isearch-set-lazy-highlight-faces-at): Removed.
8258
8259 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8260
8261 * language/european.el ("Latin-1"): Make the format of description
8262 about additional language environments same as that of Latin-2.
8263
8264 2001-01-16 Dave Love <fx@gnu.org>
8265
8266 * isearch.el (isearch-lazy-highlight): Add :version.
8267
8268 * simple.el (backward-delete-char-untabify-method)
8269 (next-line-add-newlines): Add :version.
8270
8271 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8272
8273 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8274 Don't bind <delete> otherwise.
8275
8276 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8277 and <delete> via function-key-map.
8278
8279 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8280 Subject line only if point is after the `Subject:'.
8281
8282 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8283
8284 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8285 japanese-jisx0213-2 in `charset' property of this lang. env.
8286
8287 * language/european.el ("Latin-1"): Add description for Dutch and
8288 Spanish lang. env.
8289
8290 * international/mule.el (decode-char): Fix conditions.
8291 (encode-char): Handle eight-bit-control too.
8292 (transform-make-coding-system-args): New function.
8293 (make-coding-system): Accept XEmacs style arguments for CCL base
8294 coding system.
8295
8296 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8297
8298 * progmodes/etags.el (find-tag-noselect): Save the value of
8299 tags-file-name before switching buffers, for the case it has a
8300 buffer-local value.
8301
8302 2001-01-15 Alex Schroeder <alex@gnu.org>
8303
8304 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8305 From Dave Love <fx@gnu.org>.
8306 (ansi-color-for-comint-mode): Fix :version.
8307
8308 2001-01-15 Alex Schroeder <alex@gnu.org>
8309
8310 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8311
8312 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8313
8314 * dired.el (dired-insert-directory): If file-system-info fails,
8315 remove the " free " part, but don't signal an error.
8316
8317 2001-01-12 Sam Steingold <sds@gnu.org>
8318
8319 * bookmark.el (bookmark-maybe-historicize-string):
8320 Use new backquote syntax.
8321
8322 2001-01-12 Richard M. Stallman <rms@gnu.org>
8323
8324 * subr.el (last): Handle a list that doesn't end in nil.
8325
8326 2001-01-12 Sam Steingold <sds@gnu.org>
8327
8328 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8329 to `backward-delete-char-untabify'.
8330
8331 2001-01-12 Dave Love <fx@gnu.org>
8332
8333 * cus-edit.el (customize-menu-create): Fix the :filter following
8334 easymenu change.
8335
8336 * wid-edit.el (function): Add :match-alternatives.
8337 (widget-color-action): Doc fix.
8338
8339 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8340
8341 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8342
8343 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8344
8345 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8346
8347 * international/ccl.el (define-ccl-program): Fix docstring.
8348
8349 2001-01-11 Dave Love <fx@gnu.org>
8350
8351 * international/mule-cmds.el (standard-display-european-internal):
8352 Set display table for 2208 as for 160.
8353
8354 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8355
8356 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8357 entry for custom-menu-create change.
8358 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8359 don't cons it in the search loop.
8360
8361 * imenu.el (imenu--truncate-items): Revert last change.
8362
8363 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8364
8365 * info.el (Info-setup-header-line): If the node header includes
8366 either Next: or Prev: links, don't show the File: and Node: parts
8367 in the header line.
8368
8369 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8370
8371 * comint.el (comint-goto-process-mark): Don't print a message
8372 when running in batch mode.
8373
8374 * isearch.el (isearch-search): In the condition-case handler for
8375 `error', set isearch-invalid-regexp to the whole error message.
8376
8377 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8378 ensure that eval-after-load works for files dumped with Emacs.
8379
8380 * help.el (load-symbol-file-load-history): New function extracted
8381 from function symbol-file.
8382 (symbol-file): Use it.
8383
8384 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8385
8386 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8387
8388 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8389 behave as if there were no prefix argument.
8390 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8391 argument were nil.
8392
8393 2001-01-11 Richard M. Stallman <rms@gnu.org>
8394
8395 * isearch.el (isearch-lazy-highlight-update):
8396 Don't look for more potential matches once maximum is exceeded.
8397 Use overlays-in to check correctly for overlap with current match.
8398 Ignore empty matches.
8399
8400 2001-01-11 Miles Bader <miles@gnu.org>
8401
8402 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8403 (ispell-overlay-window, ispell-help, ispell-show-choices)
8404 (ispell-command-loop): Use it instead of `window-height'.
8405
8406 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8407
8408 * files.el (confirm-kill-emacs): New user-option.
8409 (save-buffers-kill-emacs): Ask for final confirmation before
8410 killing Emacs.
8411
8412 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8413 to nil.
8414
8415 2001-01-10 Dave Love <fx@gnu.org>
8416
8417 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8418
8419 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8420
8421 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8422
8423 * calculator.el (calculator-number-digits): Fix :type.
8424
8425 * vc-cvs.el (vc-cvs-header): Fix :type.
8426 * vc-rcs.el (vc-rcs-header): Fix :type.
8427 * vc-sccs.el (vc-sccs-header): Fix :type.
8428
8429 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8430
8431 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8432
8433 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8434
8435 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8436
8437 * simple.el (set-variable): Force a thorough redisplay for the
8438 case that the variable has an effect on the display, like
8439 `tab-width' has.
8440
8441 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8442
8443 * vc.el: Add documentation for backend interface.
8444
8445 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8446
8447 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8448
8449 * international/mule-conf.el (latin-extra-code-table): Set to t
8450 for \223 and \224.
8451
8452 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8453
8454 * international/mule-cmds.el (locale-language-names): Map "es" to
8455 "Spanish" and "nl" to "Dutch".
8456
8457 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8458
8459 * bindings.el (global-map): Bind <home> to beginning-of-line,
8460 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8461 C-<end> to end-of-buffer.
8462
8463 * language/european.el: Add Dutch and Spanish language info
8464 to be able to use the appropriate tutorials.
8465
8466 2001-01-09 Alex Schroeder <alex@gnu.org>
8467
8468 * ansi-color.el (ansi-color-process-output): Use markers instead
8469 of positions for start and end of region.
8470 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8471 Previously, occasional mistakes happend when fontifying many
8472 chunks of output (eg. ls --color=yes /dev). This happened
8473 whenever an overlay was created up to the end of the region, which
8474 coincided with the process-mark. New text would then be added
8475 within that overlay instead of after it.
8476 (ansi-color-make-extent): Overlays are created with the property
8477 `modification-hooks' set to '(ansi-color-freeze-overlay).
8478 (ansi-color-freeze-overlay): New function. When inserting text at
8479 the end of the overlay, the overlay will resize.
8480
8481 2000-01-09 Alex Schroeder <alex@gnu.org>
8482
8483 * ansi-color.el (ansi-color-process-output): Doc change.
8484 (ansi-color-unfontify-region): Doc change. No longer installed
8485 automatically in font-lock-unfontify-region-function.
8486 (ansi-color-apply): Doc change.
8487 (ansi-color-apply-on-region): Use extents or overlays instead of
8488 text-properties.
8489 (ansi-color-make-extent): New function.
8490 (ansi-color-set-extent-face): New function.
8491
8492 2000-01-09 Alex Schroeder <alex@gnu.org>
8493
8494 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8495 both use ansi-color-process-output, now.
8496 (ansi-color-process-output): Doesn't return string anymore. It is
8497 installed in comint-output-filter-functions for both Emacs and
8498 XEmacs, now.
8499 (ansi-color-unfontify-region): Simplified code removing variables
8500 pos and start-ansi.
8501 (ansi-color-apply): Put text-property ansi-color before putting
8502 text-property face because ansi-color-unfontify-region is called
8503 immediately after the call to put-text-property.
8504 (ansi-color-context-region): Doc change.
8505 (ansi-color-filter-region): Simplified code.
8506 (ansi-color-apply-on-region): Changed start to start-marker, using
8507 a marker explicitly. Put text-property ansi-color before putting
8508 text-property face because ansi-color-unfontify-region is called
8509 immediately after the call to put-text-property.
8510
8511 2000-01-09 Alex Schroeder <alex@gnu.org>
8512
8513 * ansi-color.el (ansi-color-faces-vector): Doc change.
8514 (ansi-color-for-comint-mode): Changed :type property to choice.
8515 (ansi-color-last-context): Removed.
8516 (ansi-color-process-output): Don't use ansi-color-last-context, as
8517 the main functions will store their context now.
8518 (ansi-color-context): Doc change.
8519 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8520 Uses ansi-color-context such that repeated calls will strip
8521 partial escape sequences, too.
8522 (ansi-color-apply): Simplified code. Colorize end of string if
8523 face is not null. Store context in new (FACE STRING) format, such
8524 that repeated calls will strip partial escape sequences, too.
8525 Append faces to face property using ansi-color-apply-sequence such
8526 that cumulative mode actually works.
8527 (ansi-color-context-region): New variable.
8528 (ansi-color-filter-region): Rewrote it based on
8529 ansi-color-apply-on-region. Uses ansi-color-context-region such
8530 that repeated calls will strip partial escape sequences, too.
8531 (ansi-color-apply-on-region): Simplified code. Colorize end of
8532 region if face is not null. Store context in new (FACE POS)
8533 format, such that repeated calls will strip partial escape
8534 sequences, too. Append faces to face property using
8535 ansi-color-apply-sequence such that cumulative mode actually works.
8536 (ansi-color-apply-sequence): New function.
8537 (ansi-color-get-face): When the default face is added to the list
8538 of faces, all previous settings are discarded and the list of
8539 faces is set to '(default).
8540
8541 2000-01-09 Alex Schroeder <alex@gnu.org>
8542
8543 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8544 face, such that ansi-color-apply and ansi-color-apply-on-region
8545 will do the right thing.
8546 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8547 returns nil, set the list of faces back to nil instead of
8548 appending the result of ansi-color-get-face to the front of the list.
8549
8550 2000-01-09 Alex Schroeder <alex@gnu.org>
8551
8552 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8553 (ansi-color-process): Doc change.
8554 (ansi-color-last-context): New buffer-local variable.
8555 (ansi-color-process-output): New function. It is automatically
8556 added to comint-output-filter-functions if this is XEmacs.
8557 (ansi-color-unfontify-region): New optional parameter for XEmacs
8558 compatibility. Check wether font-lock-syntactic-keywords is
8559 boundp before removing the syntax table text property, as XEmacs
8560 doesn't have it.
8561 (ansi-color-filter-region): Doc change.
8562 (ansi-color-apply-on-region): Doc change.
8563 (ansi-color-make-face): New function. Compatibility layer for
8564 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8565 (ansi-color-make-color-map): Use ansi-color-make-face.
8566 (ansi-color-get-face): Avoid face text property '(nil) as results
8567 in an errow for XEmacs.
8568
8569 2000-01-09 Alex Schroeder <alex@gnu.org>
8570
8571 * ansi-color.el (ansi-color-unfontify-region): New function.
8572 Uses text-property ansi-color in order to preserve fontification by
8573 ansi-color. When the package is loaded, a lambda expression is
8574 put onto font-lock-mode-hook. This lambda expression will check
8575 font-lock-unfontify-region-function and replace
8576 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8577 (ansi-color-apply): Add text-property ansi-color in addition to
8578 text-property face.
8579 (ansi-color-apply-on-region): Add text-property ansi-color in
8580 addition to text-property face.
8581 (save-buffer-state): Copy of the macro that is also used by
8582 lazy-lock and font-lock.
8583
8584 (ansi-color-for-comint-mode): New option.
8585 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8586 (ansi-color-for-comint-mode-off): Ditto.
8587 (ansi-color-for-comint-mode-filter): Ditto.
8588 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8589 decide what to do. This function is added to
8590 comint-preoutput-filter-functions when the package is loaded.
8591
8592 (ansi-color-for-shell-mode-set): Removed.
8593 (ansi-color-for-shell-mode): Removed.
8594
8595 2000-01-09 Alex Schroeder <alex@gnu.org>
8596
8597 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8598 the lambda expression from the ansi-color-for-shell-mode :set
8599 property. Additionally, modify shell-mode-hook to enable or
8600 disable font-lock-mode for future shell buffers.
8601 (ansi-color-for-shell-mode): The :set property calls
8602 ansi-color-for-shell-mode-set instead of a lambda expression.
8603
8604 2000-01-09 Alex Schroeder <alex@gnu.org>
8605
8606 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8607 (ansi-color-context): New variable.
8608 (ansi-color-apply): Save context between calls.
8609
8610 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8611
8612 * isearch.el (isearch, isearch-lazy-highlight-face):
8613 New definitions for face colors and attributes.
8614
8615 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8616 of display-mouse-p.
8617
8618 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8619
8620 * international/mule.el (make-coding-system): If the coding system
8621 accepts extra latin codes, register such codes as safe for the
8622 coding system.
8623
8624 2001-01-08 Richard M. Stallman <rms@gnu.org>
8625
8626 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8627 don't mention the file name or the date here, because they are
8628 logged at the start of the file.
8629
8630 2001-01-08 Richard M. Stallman <rms@gnu.org>
8631
8632 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8633 Change screen-width to frame-width.
8634
8635 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8636
8637 * info.el (Info-search): Print the default as part of the prompt.
8638
8639 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8640
8641 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8642 constant implementations in backends.
8643
8644 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8645 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8646
8647 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8648 WRITABLE to EDITABLE.
8649
8650 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8651 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8652 to EDITABLE.
8653
8654 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8655
8656 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8657 (copyright, copyright-update): Compute the current year at run time.
8658
8659 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8660
8661 * isearch.el (isearch-old-signal-hook): Removed.
8662 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8663 instead of setting signal-hook-function.
8664 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8665
8666 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8667
8668 * emulation/edt.el: Update to version 4.0. Provide support for
8669 EDT scroll margins at top and bottom of the window. Provide an
8670 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8671 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8672 user when file-related buffer modifications exist.
8673 Provide support for running EDT Emulation in XEmacs.
8674 Provide customize access to some user updatable variables.
8675 Add Commentary section to file header.
8676 Fixed a few minor bugs and cleaned up some code.
8677
8678 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8679 for detecting a keypress that generates an ASCII key sequence.
8680 (Previously, only a keypress that generates a vector was
8681 recognized.) Embed Window Manager name into name of the generated
8682 EDT Emulation initialization file since the initialization file is
8683 Window Manager specific. Add Commentary section to file header.
8684
8685 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8686
8687 * mail/sendmail.el (mail-mode): Doc fix.
8688
8689 * info.el (Info-goto-emacs-command-node): Doc fix.
8690 (Info-goto-emacs-key-command-node): Doc fix.
8691
8692 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8693
8694 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8695 systems without long file-name support.
8696
8697 2001-01-06 Andrew Innes <andrewi@gnu.org>
8698
8699 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8700
8701 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8702
8703 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8704 (isearch-lazy-highlight-update): Doc fix.
8705
8706 * ffap.el (ffap-bindings): Doc fix.
8707
8708 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8709
8710 2001-01-05 Dave Love <fx@gnu.org>
8711
8712 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8713
8714 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8715
8716 * mouse-drag.el (mouse-drag-safe-scroll):
8717 Bind scroll-preserve-screen-position to nil.
8718
8719 * isearch.el (isearch-old-signal-hook): New variable.
8720 (isearch-mode): Set signal-hook-function to isearch-done.
8721 (isearch-done): Restore old signal-hook-function.
8722
8723 * info.el (Info-fontify-node): Mark one more char as intangible.
8724
8725 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8726
8727 * composite.el (compose-last-chars): New argument COMPONENTS.
8728 If it is non-nil, compose preceding characters by compose-region with
8729 COMPONENTS.
8730
8731 * international/quail.el (quail-input-string-to-events): New function.
8732 (quail-input-method): Convert input string to events here.
8733 (quail-start-translation): Return input string, not event list.
8734 (quail-start-conversion): Likewise.
8735
8736 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8737
8738 * tooltip.el (tooltip-cancel-delayed-tip)
8739 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8740 and tooltip-add-timeout.
8741 (tooltip-show): Set border color from faces's foreground.
8742 (tooltip-show-help-function): If called with the same help string
8743 as last time, do nothing.
8744 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8745
8746 * startup.el (fancy-splash-screens): Don't bind show-help-function
8747 to nil.
8748
8749 * tooltip.el (tooltip-frame-parameters): Remove colors.
8750 (tooltip): New face
8751 (tooltip-set-param): New function.
8752 (tooltip-show): Set up color frame parameters from face `tooltip'.
8753 Display the tooltip text in face `tooltip'.
8754
8755 2001-01-04 Dave Love <fx@gnu.org>
8756
8757 * whitespace.el (whitespace-global-mode): Fix typo.
8758
8759 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8760
8761 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8762
8763 * help.el (help-for-help): Fix a typo in a doc string.
8764 From kwzh@gnu.org (Karl Heuer).
8765
8766 2001-01-03 Dave Love <fx@gnu.org>
8767
8768 * dired-x.el: Doc fixes. Maintainer change.
8769 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8770 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8771 (dired-guess-shell-alist-user): Customize.
8772 (dired-x-help-address): Set to bug-gnu-emacs.
8773 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8774 (dired-default-directory): Renamed from default-directory.
8775
8776 * hl-line.el (hl-line): Doc fix.
8777
8778 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8779
8780 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8781
8782 2001-01-02 Richard M. Stallman <rms@gnu.org>
8783
8784 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8785 to remove all the current alternative-match highlighting.
8786 If nil, remove only what's outside the current window.
8787 (isearch-lazy-highlight-remove-overlays): Take optional
8788 region within which NOT to remove them.
8789 (isearch-lazy-highlight-new-loop): Greatly simplified.
8790 (isearch-lazy-highlight-update): Find all the other occurrences
8791 visible in the window, in just one call.
8792 (isearch-lazy-highlight-start): Now holds start of region to scan.
8793 (isearch-lazy-highlight-end): Now holds end of region to scan.
8794 (isearch-lazy-highlight-wrapped): Variable deleted.
8795 (isearch-lazy-highlight-search): Function deleted.
8796
8797 2000-01-02 Andrew Innes <andrewi@gnu.org>
8798
8799 * w32-fns.el (convert-standard-filename): Do length check on name
8800 before aref.
8801
8802 2001-01-02 Dave Love <fx@gnu.org>
8803
8804 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8805 value.
8806 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8807
8808 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8809
8810 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8811 read syntax.
8812
8813 * calendar/todo-mode.el (todo): Add :link, :version.
8814 (todo-save-top-priorities): Remove autoload cookie.
8815 (todo-add-category, todo-add-item-non-interactively)
8816 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8817
8818 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8819
8820 * comint.el (comint-input-history-ignore): New variable.
8821 (comint-read-input-ring): Ignore entries matching
8822 comint-input-history-ignore.
8823
8824 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8825
8826 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8827 (lm-copyright-mark): New function.
8828 (lm-crack-copyright): New function.
8829 (lm-verify): Check that the file has a copyright.
8830 Check that the file is copyright Free Software Foundation.
8831
8832 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8833
8834 * international/mule-diag.el (print-fontset): Indent font name by
8835 24 columns, not 25.
8836
8837 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8838
8839 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8840 in Subject line.
8841
8842 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8843 Use mail-mode-hook instead of mail-setup-hook.
8844 Otherwise continuing an interrupted message with C-u C-x m for
8845 instance, winds up in Mail mode without abbrevs.
8846
8847 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8848
8849 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8850 non-nil. Adding almost all customization variables on ps-setup.
8851 Doc fix.
8852 (ps-print-version): New version number (6.3.3).
8853 (ps-end-with-control-d): Initialization fix.
8854 (ps-lines-printed): New var.
8855 (ps-skip-newline): New fun.
8856 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8857 (ps-next-line, ps-continue-line, ps-plot-region)
8858 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8859
8860 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8861
8862 * international/fontset.el (x-complement-fontset-spec):
8863 Resolve ASCII font name so that the same family name is used for fonts
8864 registered in x-font-name-charset-alist.
8865 (create-fontset-from-fontset-spec): Adjusted for the above change.
8866 The name of fontset alias should be a unresolved ASCII font name.
8867
8868 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8869
8870 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8871 and delete in isearch-mode-map.
8872
8873 2000-12-28 Richard M. Stallman <rms@gnu.org>
8874
8875 * dired-x.el (dired-guess-shell-alist-default):
8876 Use xpdf instead of acroread.
8877
8878 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8879
8880 * textmodes/artist.el (artist-butlast): Deleted.
8881 (artist-ellipse-mirror-quadrant): Use butlast instead of
8882 artist-butlast.
8883
8884 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8885
8886 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8887
8888 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8889
8890 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8891
8892 * ls-lisp.el: Better support for the Mac and MS-Windows.
8893 (ls-lisp): New defgroup.
8894 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8895 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8896 (ls-lisp-support-shell-wildcards): New defcustoms.
8897 (ls-lisp-parse-symlink): New function.
8898 (insert-directory): Code to convert switches to a list and set up
8899 the wildcard argument copied from ls-lisp-insert-directory.
8900 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8901 for -C and -R switches.
8902 (ls-lisp-column-format): New function.
8903 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8904 (ls-lisp-format-time): Add doc strings.
8905 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8906 Support ls-lisp-dirs-first.
8907 (ls-lisp-classify, ls-lisp-extension): New functions.
8908 (ls-lisp-format): Optionally support emulation of symlinks.
8909 Support -i, -s, and -G switches.
8910
8911 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8912
8913 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8914
8915 * version.el (emacs-version): Print X scroll bar information.
8916
8917 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8918 instead of x-toolkit-scroll-bars-p.
8919
8920 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8921 of x-toolkit-scroll-bars-p.
8922
8923 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8924
8925 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8926 (ffap-bindings): Doc fix, to reflect the above change.
8927
8928 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8929
8930 * term.el (term-char-mode): Define all non-ascii self-inserting
8931 characters to 'term-send-raw in term-raw-map.
8932
8933 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8934
8935 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8936
8937 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8938 Changed initialization; use add-hook.
8939 (ediff-file-remote-p): Use file-local-copy.
8940
8941 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8942
8943 * ediff.el (ediff-patch-buffer): Bug fix.
8944 (ediff-revision): Allow selection of the file at the prompt.
8945
8946 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8947
8948 * subr.el (combine-run-hooks): Remove.
8949
8950 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8951 and remove the rogue second spec.
8952
8953 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8954
8955 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8956
8957 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8958
8959 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8960 Use minibuffer menu prompt for the `=' prefix.
8961 (smerge-command-prefix): Change default to C-^.
8962 (smerge-mode): Don't assume font-lock doesn't move point.
8963
8964 * skeleton.el (skeleton-internal-1): Make sure the first line of
8965 the region is also re-indented.
8966 (skeleton-end-newline): New var.
8967 (skeleton-end-hook): Use it.
8968
8969 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8970
8971 * comint.el (comint-password-prompt-regexp): Support CVS.
8972
8973 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8974
8975 * simple.el (delete-key-deletes-forward-mode): Simplify.
8976 Also backspace key combinations, depending on
8977 delete-key-deletes-forward.
8978
8979 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8980
8981 * simple.el (delete-key-deletes-forward): Doc fix.
8982
8983 2000-08-22 Emmanuel Briot <briot@gnat.com>
8984
8985 * xml.el (top level comment): Updated to reflect the fact that
8986 white spaces are relevant in the XML file.
8987 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8988 to parse was already edited. This allows for on-the-fly analysis
8989 of XML files.
8990 (xml-parse-tag): Check that the casing is the same in the start
8991 tag and end tag, since XML is case-sensitive. Allows for spaces
8992 in the end tag, after the name of the tag.
8993 (xml-parse-attlist): Allow for the character '-' in the name of
8994 attributes, as in the standard http-equiv attribute Do not save
8995 the properties in the XML tree, since they are not relevant.
8996
8997 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8998
8999 * generic.el (generic-read-type): Undo last change, inline into
9000 `generic-mode' and then remove.
9001 (generic-mode): Inline generic-read-type.
9002 (define-generic-mode): Push the symbol name rather than the symbol
9003 onto generic-mode-list.
9004
9005 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9006
9007 * generic.el (generic-read-type): Build an alist for
9008 completing-read as in 20.7.
9009
9010 * play/landmark.el (lm): Use interactive spec `P'.
9011 (toplevel): Don't set debug-on-error.
9012
9013 * server.el (server-switch-buffer): Choose a window on a visible frame.
9014
9015 2000-12-21 Dave Pearson <davep@davep.org>
9016
9017 * quickurl.el: Commentry change, I've moved my web site.
9018
9019 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9020
9021 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9022 ranges like \177-\237, but accepts the character sequence from \177 to
9023 \237. Doc fix.
9024 (ebnf-version): New version (3.4).
9025 (ebnf-setup): Code fix.
9026 (ebnf-range-regexp): New fun.
9027 (ebnf-8-bit-chars): Const fix.
9028
9029 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9030 entry. Doc fix.
9031 (ebnf-bnf-lex): Code fix.
9032 (ebnf-bnf-comment-chars): Const fix.
9033
9034 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9035 entry. Doc fix.
9036 (ebnf-iso-comment-chars): Const fix.
9037
9038 * ebnf-otz.el: Doc fix.
9039
9040 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9041 entry. Doc fix.
9042 (ebnf-yac-skip-code): Code fix.
9043 (ebnf-yac-comment-chars): Const fix.
9044
9045 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9046
9047 * files.el (insert-directory-safely): New function.
9048 (recover-file): Use it instead of insert-directory.
9049 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9050
9051 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9052
9053 * international/mule-cmds.el (select-safe-coding-system):
9054 Check coding-category-list more rigidly. Improve help message.
9055
9056 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9057
9058 2000-12-21 Miles Bader <miles@gnu.org>
9059
9060 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9061
9062 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9063
9064 * international/mule-diag.el (describe-char-after): Make *Help*
9065 buffer inherit multibyteness of the current buffer.
9066
9067 * international/mule.el (make-char): Docstring adjusted for the
9068 change of make-char-internal.
9069
9070 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9071
9072 * international/iso-cvt.el: Docstrings fix.
9073
9074 2000-12-20 Dave Love <fx@gnu.org>
9075
9076 * subr.el (eval-after-load): Doc fix.
9077
9078 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9079
9080 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9081 for numbers.
9082
9083 2000-12-20 Miles Bader <miles@gnu.org>
9084
9085 * international/quail.el (quail-help): Resize the help window
9086 again after it has all its contents. Remove unneeded progn.
9087
9088 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9089
9090 * pcmpl-linux.el: Fix copy/paste error.
9091
9092 2000-12-19 Andrew Innes <andrewi@gnu.org>
9093
9094 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9095
9096 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9097
9098 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9099
9100 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9101
9102 * progmodes/idlw-shell.el: Fixed copyright notice.
9103
9104 * progmodes/idlwave.el: Fixed copyright notice.
9105
9106 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9107 TAB as key separators.
9108
9109 2000-12-19 Alex Schroeder <alex@gnu.org>
9110
9111 * sql.el (sql-sybase-options): New option.
9112 (sql-sybase): Use it. Add sql-database to the list of parameters
9113 provided for login. The options -w 2048 -n are not used any more.
9114 (sql-postgres-options): Changed default from "--pset" to "-P".
9115 (sql-mysql-options): Doc change.
9116 (sql-stop): Doc change.
9117
9118 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9119
9120 * international/quail.el (quail-input-method): Always hide
9121 the guidance buffer on exiting.
9122
9123 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9124
9125 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9126 isn't fboundp.
9127
9128 * server.el (server-buffer-done): Bury the buffer before
9129 killing it.
9130
9131 * faces.el (face-spec-set): Interpret a nil in specs for
9132 foreground and background colors as `unspecified', for
9133 compatibility with 20.x.
9134
9135 2000-12-18 Dave Love <fx@gnu.org>
9136
9137 * simple.el (mail-user-agent): Doc fix.
9138 (input-mode-8-bit): Removed.
9139
9140 * international/mule.el (set-keyboard-coding-system): Doc fix.
9141 (keyboard-coding-system): New option.
9142
9143 * mail/sendmail.el (send-mail-function): Customize.
9144
9145 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9146
9147 * international/codepage.el (cp866-decode-table): New table.
9148
9149 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9150
9151 * version.el (emacs-version): Remove `%a' from the time format
9152 because the weekday doesn't fit well into each locale.
9153
9154 2000-12-18 Miles Bader <miles@gnu.org>
9155
9156 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9157
9158 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9159 Check that emacs-major-version is `=' to 20, not `>='.
9160 (artist-replace-chars): Use `make-string' instead of a loop.
9161
9162 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9163
9164 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9165 (cvs-execute-single-file): Don't change directory.
9166 Patch from Per Cederqvist.
9167
9168 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9169
9170 * textmodes/ispell.el (check-ispell-version):
9171 If `ispell-program-name' is "aspell", pass it the -v switch instead
9172 of -vv.
9173
9174 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9175
9176 * international/mule-diag.el (mule-diag): Insert information about
9177 configure options, multibyte awareness, language env.
9178
9179 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9180 regexp to search for candidates.
9181
9182 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9183
9184 * info.el (Info-forward-node): If the node has an
9185 Info-header-line, widen the buffer before searching for "next:"
9186 and "up:" pointers, and set the search limit to stay in the
9187 current node.
9188
9189 2000-12-16 Miles Bader <miles@gnu.org>
9190
9191 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9192
9193 2000-12-15 Miles Bader <miles@gnu.org>
9194
9195 * comint.el (comint-send-string, comint-send-region): Also accept
9196 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9197 process-send-string/region.
9198
9199 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9200
9201 * isearch.el (isearch-lazy-highlight-max): New user-option.
9202 (isearch-lazy-highlight-update): Don't highlight more than
9203 isearch-lazy-highlight-max matches.
9204
9205 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9206
9207 2000-12-15 Richard M. Stallman <rms@gnu.org>
9208
9209 * sort.el (sort-columns): Fix error message.
9210
9211 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9212 `upcase' or `downcase' or nil.
9213 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9214 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9215 (dabbrev--substitute-expansion): New arg record-case-pattern.
9216 If it is non-nil, set dabbrev--last-case-pattern.
9217 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9218
9219 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9220
9221 2000-12-15 Miles Bader <miles@gnu.org>
9222
9223 * paths.el (Info-default-directory-list): Don't delete
9224 configure-info-directory from the list of standard info
9225 directories when appending it to the end -- their order is important.
9226
9227 * faces.el (read-face-attribute): If there's no entry for the
9228 user's input in VALID, just use it as-is (this will often result
9229 in an error, but it may be OK for e.g. colors using hexadecimal
9230 notation, and at least will yield a better error message).
9231
9232 * window.el (mode-line-window-height-fudge): Function removed.
9233 (height-affecting-face-attributes, mode-line-window-height-fudge):
9234 Variables removed.
9235 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9236 window is really the right size. Use vertical-motion
9237 rather than forward-line.
9238 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9239 (ispell-command-loop, ispell-show-choices): Use the variable
9240 ispell-choices-win-default-height, rather than the function.
9241 (ispell-choices-win-default-height): Function removed.
9242 (ispell-mode-line-window-height-fudge): Function removed.
9243
9244 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9245
9246 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9247
9248 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9249
9250 * paths.el (Info-default-directory-list):
9251 If configure-info-directory is not one of the standard directories,
9252 put it first in the list; otherwise put it last. Doc string
9253 changed accordingly.
9254
9255 * info.el (Info-directory-list): Change doc string to reflect the
9256 change in Info-default-directory-list.
9257
9258 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9259 windows-nt as windowed environments, even under -nw.
9260
9261 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9262 if not fboundp. Switch delete-forward mode for the <delete> key
9263 on all PC platforms, even under -nw.
9264
9265 * term/internal.el ([M-delete]): Remap to M-d.
9266
9267 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9268
9269 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9270
9271 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9272
9273 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9274
9275 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9276
9277 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9278 if appropriate.
9279
9280 * simple.el (delete-key-deletes-forward): New user-option.
9281 (delete-key-deletes-forward-mode): New function.
9282
9283 * bindings.el: Bind `delete' to backward-delete-char.
9284
9285 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9286 Test if symbol is bound before getting its value.
9287
9288 * tooltip.el (tooltip-show): If an error is signaled in
9289 x-show-tip, display that error, and display the help in the
9290 echo area.
9291
9292 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9293
9294 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9295 Show "... entries" messages for every 10000 entries, not 10.
9296
9297 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9298
9299 * bookmark.el: Provide a generic exit hook, as suggested by
9300 Ovidiu Predescu <ovidiu@cup.hp.com>:
9301 (bookmark-exit-hook): New var.
9302 (bookmark-exit-hook-internal): New func, replaces
9303 old raw lambda form in `kill-emacs-hook', and runs new
9304 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9305 as logically that feature must have been provided if this function
9306 is running.
9307 Removed ;;;###autoload before the `add-hook' call.
9308
9309 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9310
9311 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9312 (easy-menu-current-active-maps): New function.
9313 (easy-menu-get-map): Use it.
9314 Make a proper menu entry when creating a new keymap.
9315
9316 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9317
9318 * international/characters.el: Fix cases and syntaxes for
9319 mule-unicode-0100-24ff.
9320
9321 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9322 that a Japanese character is not appended after day and year.
9323
9324 * info.el (Info-suffix-list): Change format for a command that
9325 requires arguments.
9326 (info-insert-file-contents): Adjusted for the above change.
9327
9328 2000-12-12 Andreas Schwab <schwab@suse.de>
9329
9330 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9331 on the name of the tar buffer. Verify that the existing buffer is
9332 visiting the same subfile.
9333
9334 2000-12-12 Dave Love <fx@gnu.org>
9335
9336 * subdirs.el: Add obsolete.
9337
9338 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9339
9340 * mail/rmailsum.el (rmail-summary-expunge)
9341 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9342 instead of rmail-confirm-expunge.
9343
9344 * replace.el (perform-replace): Don't use an empty match adjacent
9345 to a non-empty match when computing the next match before the
9346 replacement is performed.
9347
9348 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9349
9350 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9351 definition (patch by Stefan Monnier).
9352 (glasses-mode): Use jit-lock instead of `after-change-functions'
9353 (patch by Stefan Monnier).
9354
9355 2000-12-12 Miles Bader <miles@gnu.org>
9356
9357 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9358 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9359
9360 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9361
9362 * term/mac-win.el: Remove load for ls-lisp.
9363
9364 * loadup.el: Load ls-lisp for system-type `macos'.
9365
9366 2000-12-12 Miles Bader <miles@gnu.org>
9367
9368 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9369 Respect field end too.
9370 (just-one-space): Respect fields as `delete-horizontal-space'.
9371 (newline-and-indent, reindent-then-newline-and-indent):
9372 Use `delete-horizontal-space'.
9373
9374 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9375
9376 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9377 (so as to obey the field property in the minibuffer).
9378
9379 * obsolete/c-mode.el: Moved from lisp/progmodes.
9380 * obsolete/auto-show.el: Moved from lisp.
9381 * obsolete/ooutline.el: Moved from lisp/textmodes.
9382
9383 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9384
9385 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9386 changes to list them here.
9387
9388 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9389 Too many changes to list them here.
9390
9391 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9392 Too many changes to list them here.
9393
9394 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9395
9396 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9397
9398 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9399
9400 * cus-edit.el (custom-save-variables, custom-save-faces):
9401 Comment fix.
9402
9403 * hscroll.el: Moved to `obsolete' subdir.
9404
9405 2000-12-11 Miles Bader <miles@gnu.org>
9406
9407 * window.el (window-text-height): Function removed (now in C).
9408
9409 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9410
9411 * log-edit.el (log-edit-parent-buffer): New var.
9412 (log-edit): Set it. Add BUFFER argument.
9413 (log-edit-done): Use char-before.
9414 Don't bother checking validity of vc-comment-ring.
9415 Only bury the buffer if log-edit popped it up.
9416
9417 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9418 (cvs-mode-diff-help): Remove.
9419 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9420 (cvs-mode-marked): Set up the default for CMD manually.
9421
9422 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9423 Remove binding for ? now made unnecessary.
9424
9425 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9426
9427 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9428 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9429
9430 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9431 when master file is not open.
9432
9433 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9434
9435 * progmodes/ada-stmt.el: Update `maintainer'.
9436
9437 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9438
9439 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9440 choices to match documentation string.
9441
9442 2000-12-09 Miles Bader <miles@gnu.org>
9443
9444 * minibuf-eldef.el: New file.
9445
9446 * window.el (fit-window-to-buffer): Don't pass last argument to
9447 pos-visible-in-window-p, now that its meaning is inverted.
9448
9449 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9450
9451 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9452 <ceder@lysator.liu.se>.
9453
9454 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9455
9456 * autoinsert.el (auto-insert-alist): Add missing final \n.
9457
9458 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9459 (cvs-menu-map): Remove.
9460 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9461 (cvs-mode-quit): Turn it back into a plain function.
9462
9463 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9464 (texinfo-filter): Remove (move to texinfo.el).
9465
9466 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9467 file where it's more visible.
9468 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9469 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9470 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9471 (texinfo-inside-macro-p): Only catch `scan-error's.
9472 (texinfo-inside-env-p): Make better use of the match info.
9473 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9474 (texinfo-insert-@end): Slight re-organization.
9475 Also remove useless `looking-at' call.
9476
9477 2000-12-08 Andrew Innes <andrewi@gnu.org>
9478
9479 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9480 accessible in -nw mode.
9481
9482 * term/w32-win.el: Remove stuff about selection timeout, which is
9483 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9484 it is accessible in -nw mode.
9485
9486 2000-12-08 Dave Love <fx@gnu.org>
9487
9488 * emacs-lisp/lisp-mode.el (lisp-mode):
9489 Set font-lock-keywords-case-fold-search.
9490
9491 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9492
9493 * textmodes/ispell.el (ispell): Doc fix.
9494
9495 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9496
9497 * international/quail.el (quail-insert-decode-map): Check the
9498 frame width of a window displaying the current buffer, not that of
9499 the selected frame.
9500 (quail-help): Make sure that the help buffer has window before
9501 inserting text in it.
9502
9503 2000-12-07 Sam Steingold <sds@gnu.org>
9504
9505 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9506 Backquote is used in isearch.el, so autoloading saves nothing.
9507
9508 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9509
9510 * startup.el (normal-top-level-add-subdirs-to-load-path):
9511 Ignore the CVS and RCS subdirectories case-insensitively.
9512
9513 * dired.el (dired-insert-directory): If file-system-info is
9514 fboundp, call it instead of invoking dired-free-space-program.
9515
9516 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9517
9518 * server.el (server-visit-files): Push files on file-name-history.
9519
9520 * progmodes/cc-langs.el: Update copyright.
9521
9522 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9523
9524 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9525
9526 * bindings.el (mode-line-mode-menu): Reverse the order
9527 of define-keys so that the menu appears in alphabetical order.
9528
9529 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9530
9531 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9532 of the function.
9533
9534 2000-12-07 Dave Love <fx@gnu.org>
9535
9536 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9537
9538 * facemenu.el (facemenu-unlisted-faces): Fix value.
9539
9540 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9541
9542 * font-lock.el (font-lock-default-fontify-region):
9543 Include the terminating \n (off-by-one error).
9544 (font-lock-set-defaults): Use dolist.
9545
9546 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9547
9548 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9549
9550 * international/mule-cmds.el (describe-language-environment):
9551 Fix for the case that an input method title is not string but a list.
9552
9553 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9554 of wrong SIZE record.
9555
9556 2000-12-06 Dave Love <fx@gnu.org>
9557
9558 * newcomment.el (comment-region, comment-dwim): Doc fix.
9559
9560 * textmodes/texinfo.el: Require tex-mode when compiling.
9561 (texinfo-update-node): Doc fix.
9562 (texinfo-imenu-generic-expression): Add @anchor.
9563 (texinfo-font-lock-keywords): Add @uref.
9564 (texinfo-inside-macro-p): Don't use ignore-errors.
9565 (texinfo-insert-quote): Match more contexts.
9566
9567 * international/mule.el (decode-char, encode-char): Doc fix.
9568 (auto-coding-alist): Customize.
9569
9570 * files.el (load-file): Fix change of 2000-03-12.
9571
9572 * wid-edit.el (widget-text-keymap): Doc fix.
9573
9574 2000-12-06 Andrew Innes <andrewi@gnu.org>
9575
9576 * makefile.w32-in (lisp): Set to an absolute directory, namely
9577 $(CURDIR).
9578
9579 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9580
9581 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9582 read generated-autoload-file, and set buffer-file-coding-system to
9583 raw-text-unix after reading the file.
9584
9585 * international/mule-conf.el (file-coding-system-alist):
9586 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9587
9588 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9589
9590 * replace.el (occur): Make line-number-width 1 smaller for the
9591 colon following the line number.
9592
9593 * startup.el (fancy-splash-text, command-line-1):
9594 Use `File' for the menu name instead of `Files'.
9595
9596 * tmm.el: Update copyright.
9597
9598 * cus-start.el: Add entry for even-window-heights.
9599
9600 2000-12-06 Miles Bader <miles@gnu.org>
9601
9602 * faces.el (frame-set-background-mode): Avoid stomping on
9603 locally modified faces.
9604
9605 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9606
9607 * international/fontset.el: Correct the font registries for
9608 japanese-jisx0213-1 and japanese-jisx0213-2.
9609
9610 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9611
9612 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9613
9614 * iswitchb.el: Update customization commentary.
9615
9616 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9617
9618 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9619 (tpu-search-highlight): Fixed comparison of overlay end positions.
9620 (tpu-trim-line-ends): Implemented trimming logic locally.
9621
9622 * emulation/tpu-extras.el (tpu-write-file-hook)
9623 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9624
9625 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9626
9627 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9628 to cn-gb.
9629 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9630
9631 2000-12-04 Dave Love <fx@gnu.org>
9632
9633 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9634
9635 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9636
9637 * mail/rmailsum.el (rmail-summary-expunge)
9638 (rmail-summary-expunge-and-save): Ask for confirmation with
9639 rmail-expunge-confirmed.
9640
9641 * mail/rmail.el (rmail-expunge-confirmed): New function.
9642 (rmail-expunge): Use it.
9643
9644 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9645
9646 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9647 (etags-recognize-tags-table, find-tag-in-order):
9648 New functionality: interpret file names as tags.
9649
9650 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9651
9652 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9653 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9654 the first subnode until the bottom of the current node is visible.
9655
9656 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9657
9658 * format.el (format-decode): Don't change buffer's undo list.
9659
9660 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9661
9662 * faces.el (face-font-registry-alternatives): Add entries for CJK
9663 fonts. Doc-string adjusted for the actual usage of this data.
9664
9665 * international/fontset.el: Change the font registries for CJK
9666 fonts in the default fontset. Don't append '*' to registries.
9667
9668 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9669
9670 * emacs-lisp/easy-mmode.el (define-derived-mode)
9671 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9672
9673 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9674 (derived-mode-p): New function.
9675 (derived-mode-make-docstring): Add `docstring' argument.
9676 Use it if available and complete it if necessary.
9677
9678 2000-12-03 Andreas Schwab <schwab@suse.de>
9679
9680 * type-break.el (type-break): Don't make parent of itself.
9681
9682 2000-12-03 Miles Bader <miles@gnu.org>
9683
9684 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9685
9686 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9687
9688 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9689 (tex-main-file, tex-file): Simplify.
9690 (tex-generate-zap-file-name): Use subst-char-in-string.
9691 (tex-strip-dots): Remove.
9692
9693 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9694
9695 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9696 to check if the match succeeded.
9697
9698 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9699
9700 * startup.el (use-fancy-splash-screens-p): New function.
9701 (command-line-1): Use it to determine whether or not to use
9702 a fancy splash screen.
9703
9704 2000-12-02 Andreas Schwab <schwab@suse.de>
9705
9706 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9707
9708 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9709
9710 * international/mule.el (make-char): Fix last change.
9711
9712 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9713 New defcustoms.
9714 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9715 autoloading tex-mode; instead, do the same manually.
9716 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9717 with numeric argument. Docstring fix.
9718 (toplevel): Require cl when compiling.
9719
9720 * international/mule.el (make-char): Doc fix.
9721
9722 2000-12-02 Jason Rumney <jasonr@gnu.org>
9723
9724 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9725 the Emacs Lisp manual)
9726
9727 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9728
9729 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9730
9731 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9732 the Emacs Lisp manual).
9733
9734 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9735
9736 * simple.el (next-line-add-newlines): Change default to nil.
9737
9738 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9739
9740 * files.el (revert-buffer, recover-file):
9741 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9742
9743 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9744
9745 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9746
9747 2000-12-01 Miles Bader <miles@gnu.org>
9748
9749 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9750
9751 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9752
9753 * international/mule-diag.el (describe-char-after): Fix typo.
9754 (describe-character-set, non-iso-charset-alist): Fix typo.
9755
9756 2000-12-01 Miles Bader <miles@gnu.org>
9757
9758 * image-file.el (image-file-name-regexp): Automatically add
9759 upper-case variants of each filename extension in
9760 `image-file-name-extensions', since they seem to be common.
9761
9762 * simple.el (minibuffer-contents)
9763 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9764 New functions.
9765 * filecache.el (file-cache-directory-name)
9766 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9767
9768 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9769
9770 * filecache.el (file-cache-minibuffer-complete): Don't try to
9771 delete the minibuffer prompt.
9772
9773 2000-11-30 Dave Love <fx@gnu.org>
9774
9775 * cus-start.el: Fix read-buffer-function type.
9776
9777 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9778
9779 * md5.el: Removed. There's a built-in function, now.
9780
9781 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9782
9783 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9784 as dummy 0-th char of rmail-deleted-vector.
9785
9786 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9787
9788 * ps-print.el (ps-end-job): Bind case-fold-search only after
9789 switching to ps-spool-buffer.
9790
9791 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9792
9793 * ps-print.el: Line number font customization. PostScript: Lines and
9794 PageCount are initialized on each page. Doc Fix.
9795 (ps-print-version): New version number (6.3.2).
9796 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9797 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9798 (ps-right-header): Customization fix.
9799 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9800 Fix code.
9801 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9802 New vars.
9803
9804 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9805
9806 * bs.el: Fix typos and spelling errors.
9807 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9808 (bs-configuration): Doc fix.
9809
9810 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9811
9812 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9813
9814 * emulation/tpu-edt.el (tpu-version): New version.
9815 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9816 (tpu-original-mode-line): Variable deleted.
9817 (tpu-mark-flag): New initial value.
9818 (tpu-set-mode-line): Don't redefine mode-line-format.
9819 Add tpu-mark-flag to minor-mode-alist.
9820 (tpu-update-mode-line): New mark flag logic.
9821 (tpu-get): Use find-file-wildcards.
9822 (tpu-search-highlight): Move overlay less, reset overlay properly.
9823 (tpu-unselect): Deactivate mark.
9824 (tpu-lm-replace): Reset overlay properly.
9825 (tpu-forward-line): Use forward-visible-line.
9826 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9827
9828 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9829
9830 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9831
9832 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9833
9834 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9835
9836 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9837 and skip whitespace and newlines.
9838
9839 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9840
9841 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9842
9843 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9844
9845 * help.el (describe-function-1): Regexp-quote function name
9846 when used as part of a regexp.
9847
9848 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9849 Use face-attribute instead of face-foreground and face-background.
9850 (tool-bar-add-item): Likewise, and handle unspecified colors.
9851
9852 * enriched.el (enriched-face-ans): Use face-attribute instead
9853 of face-foreground and face-background.
9854
9855 * faces.el (face-foreground, face-background, face-stipple):
9856 Return nil if attribute is unspecified, for backward compatibility.
9857
9858 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9859
9860 * play/5x5.el: Remove version info.
9861
9862 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9863
9864 * frame.el (blink-cursor-mode): Doc fix.
9865
9866 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9867
9868 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9869 to create Makefile rules.
9870 (antlr-tool-command): New user option.
9871 (antlr-ask-about-save): New user option.
9872 (antlr-makefile-specification): New user option.
9873 (antlr-file-formats-alist): New variable.
9874 (antlr-special-file-formats): New variable.
9875 (antlr-unknown-file-formats): New user option.
9876 (antlr-help-unknown-file-text): New variable.
9877 (antlr-help-rules-intro): New variable.
9878 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9879 (antlr-mode-menu): Add entries.
9880 (antlr-file-dependencies): New function.
9881 (antlr-directory-dependencies): New function.
9882 (antlr-superclasses-glibs): New function.
9883 (antlr-run-tool): New command.
9884 (antlr-makefile-insert-variable): New function.
9885 (antlr-insert-makefile-rules): New function.
9886 (antlr-show-makefile-rules): New command.
9887
9888 * antlr-mode.el: More Emacs/XEmacs stuff.
9889 (antlr-no-action-keywords): New constant with value nil.
9890 (antlr-font-lock-keywords-alist): Use it. Old value would break
9891 syntax highlighting in Emacs-21.0.
9892 (antlr-default-directory): Emacs/XEmacs dependend function.
9893 (antlr-read-shell-command): Ditto.
9894 (antlr-with-displaying-help-buffer): Ditto.
9895
9896 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9897
9898 * antlr-mode.el: imenu, parsing and highlighting changes.
9899 (antlr-imenu-create-index-function): Don't create extra submenus
9900 for definitions in different grammar classes. It is not necessary
9901 for the menu and would make command `imenu' awkward to use.
9902 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9903 header actions and more than one.
9904 (antlr-font-lock-tokendef-face): Changed color.
9905 (antlr-font-lock-tokenref-face): Changed color.
9906 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9907 (antlr-mode-syntax-table): New variable.
9908 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9909 (antlr-with-syntax-table): Don't copy syntax table.
9910
9911 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9912
9913 * antlr-mode.el: Minor changes: language setting.
9914 (antlr-language-alist): The value for file option "language" can
9915 be both an identifier and a string.
9916 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9917 (antlr-language-limit-n-regexp): Change accordingly.
9918
9919 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9920
9921 * antlr-mode.el: Minor changes: tabs, hiding.
9922 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9923 (antlr-action-visibility): Also allow value nil to also hide the
9924 braces. Renamed from `antlr-tiny-action-length'.
9925 Suggested by Jay@aol.com.
9926 (antlr-hide-actions): Change accordingly. Hide line if completely
9927 hidden action is on a line of its own.
9928
9929 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9930
9931 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9932
9933 * sort.el (sort-columns): Don't concat strings with numbers.
9934
9935 2000-11-29 Dave Love <fx@gnu.org>
9936
9937 * cus-edit.el (face): Fix :format.
9938
9939 * mail/feedmail.el: Require smtpmail when compiling.
9940 (mail-do-fcc): Autoload.
9941 (feedmail) <defgroup>: Fix :link.
9942 (feedmail-nuke-body-in-fcc): Fix :type.
9943 (feedmail-send-it): Add autoload cookie.
9944
9945 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9946
9947 * newcomment.el (comment-indent): Save excursion around call to
9948 comment-indent-function.
9949
9950 2000-11-29 Miles Bader <miles@gnu.org>
9951
9952 * subr.el (member-ignore-case): Return the tail of the list who's
9953 car matches, like `member', not the matching element itself.
9954
9955 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9956
9957 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9958 should not contain `\n'.
9959
9960 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9961
9962 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9963
9964 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9965
9966 * dired-aux.el (dired-do-create-files): Construct default file
9967 name for dired-mark-read-file-name so that when the user enters
9968 just RET, the target file will end up in the target directory.
9969
9970 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9971 local-abbrev-table before changing buffers because it might
9972 have a buffer-local binding.
9973
9974 2000-11-28 Miles Bader <miles@gnu.org>
9975
9976 * simple.el (delete-horizontal-space): Handle fields more generally.
9977
9978 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9979
9980 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9981
9982 2000-11-28 Dave Love <fx@gnu.org>
9983
9984 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9985 comment-start-skip locally.
9986
9987 * progmodes/fortran.el (fortran-mode): Don't set
9988 fortran-comment-line-start-skip. Set comment-start to
9989 fortran-comment-line-start.
9990 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9991 (fortran-comment-line-start-skip): Simplify slightly.
9992
9993 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9994
9995 * play/5x5.el: Remove RCS keyword.
9996
9997 * bs.el: Mistaken commit, undone 2000-11-30.
9998
9999 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10000
10001 * textmodes/tildify.el (tildify-string-alist):
10002 Add `plain-tex-mode' here.
10003
10004 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10005
10006 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10007 reference.
10008
10009 2000-11-28 Miles Bader <miles@gnu.org>
10010
10011 * cus-face.el (custom-face-attributes): Add post-filter function
10012 for :box. Make pre-filter function for :box handle all cases.
10013
10014 * wid-edit.el (widget-choose): Make sure pop-up window is large
10015 enough to display all the choices, as there's no way to scroll it.
10016
10017 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10018
10019 * international/mule-conf.el: Make the coding system no-conversion
10020 safe for all characters.
10021
10022 2000-11-27 Dave Love <fx@gnu.org>
10023
10024 * net/ldap.el (ldap) <defgroup>: Add :version.
10025
10026 * tooltip.el (tooltip-use-echo-area): Doc fix.
10027
10028 * cus-start.el <minibuffer-prompt-properties>: Add version.
10029 <read-buffer-function>: Add.
10030
10031 * apropos.el (apropos-print): Add help-echo to active text.
10032
10033 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10034
10035 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10036
10037 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10038 type, group and version.
10039
10040 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10041
10042 * select.el (x-get-selection): Docstring fix.
10043
10044 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10045
10046 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10047
10048 2000-11-27 Andrew Innes <andrewi@gnu.org>
10049
10050 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10051
10052 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10053
10054 2000-11-27 Miles Bader <miles@gnu.org>
10055
10056 * dired.el (dired-get-filename): Return filename verbatim if
10057 LOCALP is `verbatim'.
10058 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10059 `verbatim' so that we don't inadvertently delete a non-existant
10060 directory name.
10061
10062 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10063
10064 * international/characters.el: Specify cases and syntaxes for
10065 mule-unicode-0100-24ff.
10066
10067 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10068
10069 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10070 that foreground and/or background colors of the face `tool-bar'
10071 are unspecified.
10072
10073 2000-11-27 Miles Bader <miles@gnu.org>
10074
10075 * wid-edit.el (widget-field-buffer, widget-field-start)
10076 (widget-field-end): Handle widget field `pseudo-overlays'.
10077 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10078 if it's there instead of in `widget-field-list'.
10079
10080 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10081 (help-make-xrefs): Delete extraneous newlines at the end of the
10082 docstring.
10083
10084 2000-11-25 Jason Rumney <jasonr@gnu.org>
10085
10086 * startup.el (command-line): Call set-locale-environment after
10087 Window System init file is read, as it can result in a call to
10088 redraw-frame.
10089
10090 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10091
10092 * simple.el (shell-command): Mention the effect of the prefix
10093 argument in the doc string.
10094
10095 2000-11-25 Miles Bader <miles@gnu.org>
10096
10097 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10098
10099 * wid-edit.el (widget-field-value-delete): Don't try to delete
10100 overlay when it's the `pseudo-overlay' that exists at some points.
10101
10102 2000-11-24 Jason Rumney <jasonr@gnu.org>
10103
10104 * international/mule-cmds.el (locale-language-names): Add "jp" as
10105 a non-standard alternative for Japanese.
10106
10107 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10108
10109 * vc-hooks.el: Require 'cl during compilation.
10110
10111 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10112
10113 * faces.el (face-set-after-frame-default): Let face attributes
10114 specified for new frames override frame parameters.
10115
10116 * startup.el (command-line): Fix computation of the source file
10117 for user-init-file when user-init-file is a compiled file.
10118
10119 2000-11-24 Miles Bader <miles@gnu.org>
10120
10121 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10122 (custom-post-filter-face-spec): New functions.
10123 (custom-face-set, custom-face-value-create): Filter the face spec
10124 before and after customization.
10125 (custom-face-set): If VALUE specifies a null face, pass a
10126 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10127 * cus-face.el (custom-face-attributes): Remove SET and GET
10128 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10129 cases they're needed.
10130
10131 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10132 that it's distinguishable from the :off-glyph on dark-background
10133 displays. Set its background color too.
10134
10135 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10136 so that people can easily turn it off.
10137
10138 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10139
10140 * ediff-diff.el: Moved variables around to have it compile under NT.
10141
10142 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10143
10144 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10145
10146 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10147 redundant skip-small-frames test.
10148
10149 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10150 (viper-downgrade-to-insert): Protect against errors in hooks.
10151
10152 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10153 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10154 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10155 New functions.
10156
10157 * viper-util.el (viper-memq-char): Bug fixes.
10158
10159 * viper.el (viper-mode): Fix cursor handling.
10160
10161 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10162
10163 * international/mule-diag.el (list-iso-charset-chars):
10164 For two-byte charset, fix the `while' condition.
10165 (list-non-iso-charset-chars): Fix the `while' condition.
10166
10167 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10168
10169 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10170 if the variable is make-variable-buffer-local.
10171
10172 * progmodes/ada-stmt.el (ada-template-map):
10173 Initialize and bind it to C-c t in ada-mode-map.
10174 (ada-stmt-mode-hook): New function extracted from old code.
10175 Only change the buffer-local side of skeleton-*.
10176 (ada-mode-hook): Use it.
10177
10178 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10179
10180 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10181 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10182 we expect to be returned by minibuffer-depth once we prompt the
10183 user in the minibuffer.
10184 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10185 as recorded in iswitchb-minibuf-depth, return non-nil.
10186
10187 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10188
10189 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10190 (hscroll-window-maybe): Docstring fix.
10191
10192 2000-11-23 Dave Love <fx@gnu.org>
10193
10194 * rect.el (string-rectangle): Don't test delete-selection-mode.
10195
10196 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10197
10198 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10199 is in the tool bar.
10200
10201 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10202 with `no-dir'; we want the directory part to be able to remove it.
10203
10204 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10205
10206 * textmodes/outline.el (outline-flag-region):
10207 Don't bind inhibit-read-only since we don't modify the buffer.
10208 (outline-isearch-open-invisible): Don't jump to overlay-start
10209 since we're trying to unhide text around point.
10210 (outline-discard-overlays): Use dolist.
10211
10212 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10213
10214 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10215
10216 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10217
10218 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10219
10220 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10221 Fix ARG regexp to skip quoted braces.
10222 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10223 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10224 are (correctly) handled separately).
10225 Remove `caption' and `footnote' from `citations': they contain text.
10226 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10227 (latex-skeleton-end-hook): New function.
10228 (latex-mode): Use it.
10229 (tex-start-tex-marker): Remove.
10230 (tex-send-tex-command): Don't set tex-start-tex-marker.
10231 (tex-error-parse-syntax-table): New var.
10232 (tex-compilation-parse-errors): Use it.
10233 Ignore tex-start-tex-marker. Don't bother with marker-position.
10234 (tex-validate-buffer): Don't bother with marker-position.
10235
10236 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10237 (flyspell-generic-progmode-verify): Use it.
10238
10239 2000-11-22 Sam Steingold <sds@gnu.org>
10240
10241 * simple.el (delete-trailing-whitespace): New interactive function.
10242
10243 * progmodes/ada-mode.el (ada-mode): Use it instead of
10244 `ada-remove-trailing-spaces'.
10245 (ada-remove-trailing-spaces): Removed.
10246
10247 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10248
10249 * textmodes/picture.el (picture-clean): Removed.
10250 (picture-mode-exit): Call it instead of `picture-clean'.
10251
10252 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10253
10254 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10255
10256 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10257 jit-lock-fontify-buffer; it should anyway be unneccessary to
10258 do anything special when jit-lock is active.
10259 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10260
10261 2000-11-22 Dave Love <fx@gnu.org>
10262
10263 * calendar/todo-mode.el (todo-top-priorities): Use
10264 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10265
10266 * language/chinese.el, language/cyrillic.el:
10267 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10268 * language/hebrew.el, language/indian.el, language/japanese.el:
10269 * language/korean.el, language/lao.el, language/misc-lang.el:
10270 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10271 Use provide.
10272
10273 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10274 (custom-variable-set): Improve validation error mesage.
10275
10276 * rect.el (string-rectangle): Revert last change.
10277 (string-rectangle-line): New arg DELETE.
10278 (string-rectangle): Check delete-selection-mode.
10279
10280 * emacs-lisp/edebug.el (edebug-version)
10281 (edebug-maintainer-address): Deleted.
10282 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10283 (edebug-read-function): Account for other `'#' read forms.
10284 (edebug-mode-menus): Make some items toggles.
10285 (edebug-outside-unread-command-event, unread-command-event):
10286 Remove these to avoid warnings.
10287
10288 2000-11-22 David Ponce <david@dponce.com>
10289
10290 * recentf.el (recentf-menu-items-for-commands)
10291 (recentf-make-menu-items, recentf-make-menu-item)
10292 (recentf-filter-changer): Added :help and :active menu-item properties.
10293
10294 (recentf-build-dir-rules, recentf-dump-variable)
10295 (recentf-edit-list, recentf-open-files-item)
10296 (recentf-open-files): Replaced unnecessary `mapcar' with new
10297 built-in `mapc'.
10298
10299 2000-11-23 Miles Bader <miles@gnu.org>
10300
10301 * faces.el (menu): Make inverse-video on ttys too.
10302
10303 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10304
10305 * simple.el (comment-line-break-function): Use the new name
10306 indent-new-comment-line -> comment-indent-new-line.
10307 (clone-indirect-buffer): Don't ignore NORECORD.
10308 (next-completion): Properly handle the case where items are adjacent.
10309
10310 * mouse.el (popup-menu): Stupid typo.
10311
10312 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10313
10314 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10315 maintainer, keywords tags.
10316
10317 * rect.el (replace-rectangle): Don't call string-rectangle-line
10318 with too many arguments.
10319
10320 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10321
10322 * ediff-util.el (ediff-file-checked-out-p)
10323 (ediff-file-checked-in-p): Call vc-state instead of
10324 vc-locking-user, which no longer exists.
10325
10326 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10327
10328 2000-11-22 Dave Love <fx@gnu.org>
10329
10330 * md5.el (md5): Provide.
10331 (md5): Fix error call.
10332
10333 2000-11-22 Miles Bader <miles@gnu.org>
10334
10335 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10336 (refill-fill-paragraph-at): Remove debugging code.
10337
10338 * calendar/calendar.el (generate-calendar-window): When we don't
10339 call `fit-window-to-buffer', make sure the top line is fully visible.
10340
10341 * image-file.el (insert-image-file): Don't make `read-only'
10342 property rear-nonsticky.
10343
10344 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10345 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10346 stashing away its original value.
10347 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10348 in the recursive edit.
10349 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10350 (isearch-done): Restore `minibuffer-message-timeout'.
10351
10352 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10353
10354 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10355
10356 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10357
10358 * find-lisp.el (find-lisp-find-files-internal):
10359 Use dolist, when and file-name-as-directory.
10360
10361 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10362 (define-derived-mode, define-minor-mode): Add specs.
10363
10364 * window.el: General comment and spacing fixes.
10365 (save-selected-window): Use backquotes.
10366 (window-safely-shrinkable-p): New function.
10367 (shrink-window-if-larger-than-buffer): Use it.
10368
10369 * subr.el (make-local-hook): Docstring fix.
10370
10371 * shell.el (shell-mode): Use define-derived-mode.
10372
10373 * newcomment.el (comment-indent): Insert comment before calling
10374 comment-indent-function. Don't insert in column 0.
10375 (comment-dwim): Indent before inserting comment.
10376
10377 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10378 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10379 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10380 Use mapc rather than map.
10381
10382 * files.el (find-buffer-visiting): Compare all attributes before
10383 declaring two files identical (rather than just their inode-no).
10384 (auto-mode-alist): Use \' rather than $.
10385
10386 * which-func.el: Update maintainer line.
10387
10388 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10389 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10390 (uniquify-buffer-file-name): Use it.
10391
10392 2000-11-22 Miles Bader <miles@gnu.org>
10393
10394 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10395 * simple.el (minibuffer-avoid-prompt): New function.
10396
10397 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10398
10399 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10400
10401 2000-11-21 Miles Bader <miles@gnu.org>
10402
10403 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10404 inclusion of `track-mouse'.
10405
10406 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10407 (refill-adjust-ignorable-overlay): New function.
10408 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10409 only the paragraph's tail if possible.
10410 Update `refill-ignorable-overlay'.
10411 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10412
10413 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10414 point inside the fill-prefix.
10415
10416 * textmodes/refill.el (refill-post-command-function): Don't reset
10417 refill-doit in the case where a self-insertion command doesn't
10418 case a refill. Use `refill-fill-paragraph-at', getting position
10419 from `refill-doit'.
10420 (refill-after-change-function): Set `refill-doit' to END.
10421 (refill-fill-paragraph-at): New function, mostly from old
10422 refill-fill-paragraph.
10423 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10424 (refill-pre-command-function): New function.
10425 (refill-mode): Add it to `pre-command-hook'.
10426
10427 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10428
10429 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10430
10431 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10432 javadoc tags.
10433
10434 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10435
10436 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10437 vc.el).
10438
10439 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10440 require vc.
10441
10442 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10443 checkouts.
10444
10445 2000-11-20 Dave Love <fx@gnu.org>
10446
10447 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10448
10449 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10450
10451 * calculator.el (calculator-paste): Use `if' instead of `and'
10452 and `or'.
10453 (calculator-help): Don't use electric-describe-mode for XEmacs.
10454
10455 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10456
10457 * info.el (info-menu-5): Doc fix.
10458
10459 * textmodes/artist.el: New file.
10460
10461 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10462
10463 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10464 and differentiate according to checkout model.
10465 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10466 since this function is only concerned with master state.
10467
10468 * vc-hooks.el (vc-workfile-unchanged-p)
10469 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10470
10471 * vc.el (vc-workfile-unchanged-p)
10472 (vc-default-workfile-unchanged-p): See above.
10473
10474 2000-11-19 Miles Bader <miles@gnu.org>
10475
10476 * image-file.el (insert-image-file): Make `intangible' and
10477 `read-only' properties rear-nonsticky too.
10478
10479 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10480
10481 * ps-print.el: Update copyright notice.
10482
10483 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10484 (tooltip-show): Use the offsets.
10485
10486 * bindings.el (mode-line-modified): Fix a typo.
10487 (mode-line-toggle-modified, mode-line-widen)
10488 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10489
10490 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10491
10492 * ps-print.el (toplevel): Test for find-coding-system being
10493 fboundp before calling ps-x-find-coding-system.
10494
10495 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10496
10497 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10498 (vc-version-backup-file): Docstring fix.
10499
10500 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10501
10502 * files.el (basic-save-buffer): Don't add a newline if
10503 find-file-literally is non-nil.
10504 (find-file-literally): Extend doc string.
10505
10506 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10507 sort(1) with the `-f' argument.
10508
10509 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10510
10511 * vc.el: Updated backend documentation.
10512 (vc-default-check-headers): New function.
10513
10514 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10515
10516 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10517 up-to-date.
10518 (vc-do-command): In the asynchronous case, output messages only if
10519 the minibuffer is not active.
10520
10521 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10522 `vc-cvs-use-edit' is on.
10523 (vc-cvs-checkout): When this is used for reverting the workfile,
10524 make a backup of the original contents and revert to that in case
10525 of error.
10526 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10527 remote repositories.
10528
10529 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10530 for both version and ratio in the minibuffer.
10531
10532 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10533 Use vc-do-command to perform the annotation, not call-process.
10534
10535 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10536
10537 * international/quail.el (quail-start-translation): Don't call
10538 `message' before reading key sequence.
10539
10540 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10541
10542 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10543
10544 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10545
10546 * window.el (fit-window-to-buffer): Be sure to acquire at least
10547 one text line even if the buffer is empty.
10548
10549 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10550
10551 * net/ange-ftp.el (ange-ftp-file-writable-p)
10552 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10553 Bind ange-ftp-process-verbose to nil.
10554
10555 2000-11-15 Dave Love <fx@gnu.org>
10556
10557 * wid-edit.el (widget-specify-field, widget-specify-button):
10558 If :help-echo is a function, set help-echo of overlay to
10559 widget-mouse-help.
10560 (widget-mouse-help): New function.
10561 (widget-echo-help): Rewritten for :help-echo functions only taking
10562 a widget arg.
10563
10564 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10565 Use display-graphic-p.
10566 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10567 and that JPEG is available.
10568 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10569
10570 * international/mule-cmds.el (locale-charset-language-names):
10571 Match @euro.
10572
10573 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10574
10575 * faces.el (face-set-after-frame-default):
10576 If `inhibit-default-face-x-resources' is bound, don't intialize the
10577 default face from X resources.
10578
10579 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10580
10581 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10582 Don't set EMACSLOADPATH.
10583
10584 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10585
10586 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10587 texinfo-insert-@url.
10588 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10589 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10590
10591 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10592
10593 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10594 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10595 (checkdoc-minor-keymap): Backward compatibility.
10596 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10597 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10598 (checkdoc-this-string-valid-engine): Be a bit more strict
10599 to avoid matching substrings of `...' quoted vars/funs.
10600 (checkdoc-defun-info): Only look for `interactive' if alone.
10601 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10602
10603 * progmodes/compile.el (grep): `tag-default' can be nil.
10604
10605 * newcomment.el (comment-indent): Paren typo.
10606
10607 2000-11-14 Dave Love <fx@gnu.org>
10608
10609 * calculator.el: New maintainer version.
10610
10611 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10612
10613 * cmuscheme.el: Doc fixes.
10614 (cmuscheme) <defgroup>: Use `scheme' as parent.
10615 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10616
10617 * xscheme.el (scheme-program-name): Don't define here.
10618
10619 * progmodes/scheme.el (scheme-program-name): New variable
10620 (originally in cmuscheme).
10621
10622 2000-11-14 Miles Bader <miles@gnu.org>
10623
10624 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10625 Handle header-lines. Don't loop forever if we can't enlarge the
10626 window anymore. Simplify a bit.
10627
10628 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10629
10630 * window.el (fit-window-to-buffer): Don't check
10631 window-text-height. Assure that the last line is fully visible.
10632
10633 * international/quail.el (quail-show-guidance-buf):
10634 Call fit-window-to-buffer to assure the enough height of the guidance
10635 buffer.
10636 (quail-update-guidance): Avoid making the guidance buffer shorter.
10637
10638 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10639
10640 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10641 rather than `prepend' and add an interesting comment.
10642 (tex-math-face, tex-font-lock-syntactic-face-function):
10643 New face and function to use it.
10644 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10645 than `menu-enable' symbol property.
10646 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10647 (tex-mode): Add some latex-mode commands for auto-selection.
10648 Use tex-font-lock-syntactic-face-function.
10649 (tex-insert-quote): Simplify.
10650 (tex-shell): New mode.
10651 (tex-start-shell): Use it.
10652 (tex-shell-proc, tex-shell-buf): New functions.
10653 (tex-send-command): Use it.
10654 (tex-main-file): Fix the meaning of the new arg REALFILE.
10655 (tex-send-tex-command): New function split from `tex-start-tex'.
10656 Set compilation-last-buffer and compilation-parsing-end.
10657
10658 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10659 when it follows non-comment text on the line.
10660
10661 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10662 Set font-lock-defaults.
10663 (lisp-mode-shared-map): Init inside the defvar.
10664 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10665 Use define-derived-mode.
10666
10667 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10668
10669 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10670
10671 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10672
10673 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10674 Don't recursively optimize body because that can lead to infinite
10675 recursion; see comment there.
10676
10677 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10678
10679 * faces.el (face-spec-set-match-display): Revert the change from
10680 2000-10-24. Add a FIXME for after v21.1.
10681
10682 2000-11-13 Miles Bader <miles@gnu.org>
10683
10684 * textmodes/fill.el (skip-line-prefix): New function.
10685 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10686 (fill-paragraph): Don't leave point inside the fill-prefix.
10687 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10688 point inside the fill-prefix.
10689
10690 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10691
10692 * calendar/calendar.el (generate-calendar-window):
10693 Use `fit-window-to-buffer'.
10694
10695 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10696
10697 * gud.el (gud-minor-mode): New var.
10698 (gud-symbol, gud-val): New functions.
10699 (gud-find-file): Copy gud-minor-mode to the new buffer.
10700 (gud-menu-map): Include entries for commands that are not always
10701 available, using :enable to (de)activate them.
10702 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10703 (gud-mode-map): New map.
10704 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10705 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10706 Don't set up gud's menu (it's done by the minor-mode).
10707 (gud-minibuffer-local-map): New.
10708 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10709 (gud-query-cmdline): New function.
10710 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10711 (gud-mode): Use define-derived-mode.
10712 Don't set up gud's menu (it's done by the minor-mode).
10713 (gud-chop-words): Remove.
10714 (gud-common-init): Use split-string instead.
10715 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10716
10717 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10718 Add keyword arg :name.
10719
10720 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10721 (diff-count-matches, diff-split-hunk): New functions.
10722 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10723
10724 * pcvs-info.el (cvs-fi-conflict-face): New var.
10725
10726 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10727 Make it into a simple syntax-table, shared among all submodes.
10728 (sh-heredoc-face): Re-introduce.
10729 (sh-font-lock-syntactic-face-function): New function.
10730 (sh-mode): Use it. Also use define-derived-mode.
10731 Remove old bogus setting of indent-region-function.
10732 (sh-set-shell): Don't set the syntax-table any more.
10733 (sh-mode-syntax-table) <defun>: Remove.
10734
10735 2000-11-12 Miles Bader <miles@gnu.org>
10736
10737 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10738 message if interactive.
10739
10740 2000-11-12 Dave Love <fx@gnu.org>
10741
10742 * mail/feedmail.el: Fix header,
10743 (feedmail) <defgroup>: Add :link.
10744
10745 * view.el: Use local-map property, not keymap on mode-line string.
10746
10747 * scroll-all.el (scroll-all-mode): Customize variable.
10748 Add autoload cookie to function.
10749
10750 * lazy-lock.el: Remove compatibility code.
10751
10752 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10753 (finder-help-echo): New variable.
10754 (finder-mouse-face-on-line): Add help-echo stuff.
10755 (finder-list-keywords, finder-list-matches): Use mapc.
10756
10757 * faces.el (face-font-registry-alternatives): Add :version.
10758
10759 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10760 tags-table-list.
10761
10762 * net/browse-url.el (browse-url-browser-function): Update :version.
10763
10764 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10765 (mail-mode): Use [:alnum:] in some regexps.
10766
10767 2000-11-10 Dave Love <fx@gnu.org>
10768
10769 * ediff.el (ediff-regions-internal, ediff-documentation):
10770 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10771 fundamental mode.
10772
10773 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10774 buffer into fundamental mode.
10775 (ediff-set-difference): Use copy-sequence if available.
10776
10777 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10778 Check ediff-patch-map non-nil.
10779 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10780 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10781 buffer into fundamental mode.
10782
10783 * ediff-merg.el (state-or-merge): Defvar when compiling.
10784
10785 2000-11-10 Jason Rumney <jasonr@gnu.org>
10786
10787 * w32-fns.el (w32-add-charset-info): New function.
10788 (w32-charset-info-alist): Use it.
10789
10790 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10791
10792 * faces.el (face-font-registry-alternatives): New user-option.
10793
10794 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10795
10796 * textmodes/texinfo.el (texinfo-block-default): New var.
10797 (texinfo-insert-block): Use it. Insert a newline if needed.
10798
10799 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10800 (fill-region-as-paragraph): Use it.
10801
10802 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10803 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10804 Tweak paragraph regexps to allow a leading [ \t]*.
10805 (tex-latex-block): Insert a newline if necessary.
10806 (latex-insert-item): Only insert a newline if necessary.
10807 (tex-guess-main-file): New function.
10808 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10809 Set tex-main-file if TeX-master is provided.
10810 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10811
10812 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10813
10814 * startup.el (command-line): Set the default tooltip-mode
10815 to t for graphical displays which implement x-show-tip.
10816
10817 * tooltip.el (tooltip-mode): Add a comment about startup.el
10818 setting the default value of this user-option.
10819
10820 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10821
10822 * font-lock.el (font-lock-*-face) <defvar>: Move.
10823 (font-lock-defaults-alist): Mark obsolete.
10824 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10825 (font-lock-mode): Use define-minor-mode.
10826 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10827 (font-lock-turn-off-thing-lock): Be more explicit.
10828 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10829 (font-lock-syntactic-face-function): New var.
10830 (font-lock-fontify-syntactically-region): Use it.
10831 (font-lock-doc-face): New.
10832
10833 * pcvs.el (cvs-enabledp): Ignore errors.
10834 (cvs-commit-filelist): Never query.
10835 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10836 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10837 (cvs-do-removal): Use cvs-partition rather than delete-if.
10838 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10839 cvs-bury-buffer.
10840
10841 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10842 Allow `next' to jump to after the end of the last match.
10843
10844 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10845
10846 * simple.el (byte-compiling-files-p): New function.
10847
10848 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10849 if it is there.
10850
10851 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10852 nil again.
10853
10854 * textmodes/ispell.el (ispell-library-path): Don't call
10855 check-ispell-version when byte-compiling because that starts
10856 an ispell process, and ispell might not be installed.
10857 (toplevel): Don't set up a menu when byte-compiling.
10858
10859 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10860 it, so that a boundp test can be used to determine if we're
10861 currently byte-compiling.
10862
10863 2000-11-09 Dave Love <fx@gnu.org>
10864
10865 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10866
10867 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10868
10869 * ps-print.el: Patch for variable initialization when spooling.
10870 Doc fix.
10871 (ps-output-list): Fun eliminated.
10872 (ps-begin-file, ps-begin-job): Code fix.
10873
10874 2000-11-08 Dave Love <fx@gnu.org>
10875
10876 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10877
10878 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10879
10880 * simple.el (shell-command, display-message-or-buffer)
10881 (shell-command-on-region): Mention resize-mini-windows in the doc
10882 string.
10883 (display-message-or-buffer): Take the value of resize-mini-windows
10884 into account.
10885
10886 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10887
10888 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10889
10890 * dired.el (dired-between-files): Add `^. find' as an alternative
10891 to the regular expression, for find-dired.
10892
10893 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10894
10895 * textmodes/texnfo-upd.el: Require texinfo.
10896 (defmacro, defgroup): Remove.
10897 (texinfo-section-to-generic-alist): Remove.
10898 Use texinfo-section-list instead (i.e. level is changed string->int).
10899 (texinfo-filter): New function.
10900 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10901 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10902 Use it. And use regexp-opt.
10903 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10904 (texinfo-update-menu-region-beginning)
10905 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10906 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10907 (texinfo-update-menu-same-level-regexps): Update.
10908 (texinfo-update-node, texinfo-every-node-update)
10909 (texinfo-sequential-node-update): Remove autoload cookie.
10910
10911 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10912 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10913 (texinfo-chapter-level-regexp): Remove.
10914 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10915
10916 2000-11-06 Dave Love <fx@gnu.org>
10917
10918 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10919
10920 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10921 Match defun*.
10922
10923 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10924
10925 * composite.el (composition-function-table): Variable declaration
10926 moved to src/composite.c.
10927 (compose-chars-after): New optional arg object.
10928
10929 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10930
10931 * bindings.el (mode-line-toggle-read-only)
10932 (mode-line-toggle-modified, mode-line-widen)
10933 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10934 (make-mode-line-mouse2-map): Rewritten.
10935 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10936 functions so that C-h k can show something with a doc string.
10937
10938 * startup.el (fancy-splash-delay): Set to 10 seconds.
10939 (fancy-splash-max-time): New user-option.
10940 (fancy-splash-stop-time): New variable.
10941 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10942 (fancy-splash-screens-1): Throw `stop-splashing' when current
10943 time is greater than fancy-splash-stop-time.
10944
10945 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10946
10947 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10948
10949 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10950 Prompt user for a file rather than raising an error.
10951 (cvs-enabledp): Fix call to cvs-mode-marked.
10952 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10953 (cvs-mode-insert): Use it. Change the init prompt' value.
10954 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10955
10956 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10957 Don't pass default arg to ewoc-locate.
10958 (ewoc-collect): Return result in the right order.
10959
10960 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10961
10962 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10963 (cvs-status-get-tags): Fix regexp.
10964 (cvs-status-trees, cvs-status-cvstrees):
10965 Combine after change hooks and don't sit-for.
10966 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10967 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10968 Use make-char rather than hard-coded cryptic data.
10969 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10970
10971 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10972
10973 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10974 (cvs-insert-strings): New function.
10975
10976 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10977
10978 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10979 `mwheel-scroll-amount'.
10980 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10981 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10982 string-matching against the version string.
10983
10984 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10985
10986 * language/thai.el ("Thai"): Set a lisp form that produces
10987 composed string in `sample-text' language info.
10988
10989 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10990 composed string in `sample-text' language info.
10991
10992 * international/mule-cmds.el (describe-language-environment):
10993 Eval `sample-text' data and insert the result.
10994
10995 * international/mule-conf.el (compound-text): Define this coding
10996 system here. Make x-ctext and ctext aliases of it.
10997
10998 * language/european.el (compound-text, ctext): Moved to
10999 international/mule-conf.el.
11000
11001 2000-11-05 Andrew Innes <andrewi@gnu.org>
11002
11003 * w32-fns.el (w32-version): New function.
11004
11005 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11006
11007 * progmodes/awk-mode.el: Update copyright.
11008 (awk-mode-abbrev-table): Remove.
11009 (awk-font-lock-keywords): Use regexp-opt.
11010 (awk-mode): Use define-derived-mode.
11011
11012 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11013 when extracting a suffix.
11014
11015 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11016
11017 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11018 auto-save-mode.
11019
11020 2000-11-04 Jason Rumney <jasonr@gnu.org>
11021
11022 * language/european.el (decode-mac-roman): Test against r1 not r0.
11023
11024 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11025
11026 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11027 (icon-mode): Define indent-line-function.
11028 (icon-comment-indent): Simplify.
11029 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11030
11031 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11032
11033 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11034 Bind change-log-default-mode to defeat the caching done on it.
11035 Don't bother saving excursion any more.
11036
11037 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11038
11039 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11040 (set-frame-font): Use the new name (and the old for compatibility).
11041
11042 * toolbar/tool-bar.el (tool-bar-mode):
11043 * time.el (display-time-mode):
11044 * recentf.el (recentf-mode):
11045 * paren.el (show-paren-mode):
11046 * mwheel.el (mouse-wheel-mode):
11047 * msb.el (msb-mode):
11048 * jka-compr.el (auto-compression-mode):
11049 * image-file.el (auto-image-file-mode):
11050 * hl-line.el (hl-line-mode):
11051 * delsel.el (delete-selection-mode):
11052 * autoinsert.el (auto-insert-mode):
11053 * complete.el (partial-completion-mode): Drop unneeded positional args.
11054
11055 * info.el (Info-mode):
11056 * comint.el (comint-mode): Don't bother with make-local-hook.
11057
11058 * log-edit.el (log-edit-menu): New menu.
11059
11060 2000-11-03 Miles Bader <miles@gnu.org>
11061
11062 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11063 definition, so that trailing spaces are handled properly.
11064 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11065
11066 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11067
11068 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11069 tab character.
11070 (fancy-splash-screens): Set tab-width to 20.
11071
11072 2000-11-03 Dave Love <fx@gnu.org>
11073
11074 * comint.el (comint-completion-addsuffix): Fix custom type.
11075
11076 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11077
11078 * font-lock.el (font-lock-buffers): Remove.
11079 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11080 (font-lock-change-major-mode): Remove.
11081 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11082 (font-lock-default-fontify-region): Extend the multiline
11083 fontification to whole lines.
11084 (font-lock-fontify-anchored-keywords)
11085 (font-lock-fontify-keywords-region): If matching just one
11086 line (with \n) only mark the \n as multiline.
11087
11088 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11089 Correctly handle the case where several :group args are supplied.
11090 Allow :extra-args.
11091 (easy-mmode-define-global-mode): Allow :extra-args.
11092 Correctly handle the case where several :group args are supplied.
11093
11094 2000-11-02 Miles Bader <miles@gnu.org>
11095
11096 * calendar/calendar.el (diary-face, calendar-today-face)
11097 (holiday-face): Remove dependency on `window-system'.
11098
11099 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11100
11101 * Makefile.in (emacs): Set EMACSLOADPATH always.
11102 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11103 (compile-files): Bomb out if compilation of a file fails.
11104
11105 2000-11-02 Dave Love <fx@gnu.org>
11106
11107 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11108
11109 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11110
11111 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11112 punctuation in the warning inserted into the *mail* buffer.
11113
11114 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11115
11116 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11117 (authors-public-domain-p): New function.
11118 (authors-print): Use it.
11119
11120 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11121
11122 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11123
11124 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11125
11126 * ps-print.el: Extension for even/odd printing. Doc fix.
11127 (ps-print-version): New version number (6.3.1).
11128 (ps-even-or-odd-pages): Customization fix.
11129 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11130 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11131 (ps-page-count): Var replaced by `ps-page-column'.
11132 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11133 (ps-print-sheet-p): New fun.
11134
11135 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11136
11137 * tooltip.el (tooltip-gud-tips-setup): New function.
11138 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11139 (tooltip-mode): Call tooltip-gud-tips-setup.
11140 (tooltip-gud-tips): Use `gud-basic-call' instead of
11141 process-send-string, so the prompt gets frobbed appropriately.
11142 Handle nil return value from `tooltip-gud-print-command'.
11143
11144 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11145
11146 * comint.el (comint-add-to-input-history): New function.
11147 (comint-send-input): Use `comint-add-to-input-history'.
11148
11149 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11150
11151 * info.el (info-menu-header): New face.
11152 (Info-fontify-menu-headers): New function.
11153 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11154
11155 * info.el (Info-insert-dir): Don't include blank lines at
11156 beginning of additional dir files (one is added automatically).
11157
11158 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11159
11160 * emacs-lisp/easy-mmode.el (define-minor-mode):
11161 Revert the latest changes.
11162 Allow the three positional arguments to be skipped and replaced
11163 by keyword arguments.
11164 Add a :toggle argument to determine whether a nil arg means toggle
11165 or means turn-on. The default is unchanged.
11166 Add a call to force-mode-line-update.
11167
11168 2000-11-01 Dave Love <fx@gnu.org>
11169
11170 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11171
11172 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11173
11174 * calendar/calendar.el (diary-face, holiday-face):
11175 Add dark-background variants.
11176
11177 2000-10-31 Sam Steingold <sds@gnu.org>
11178
11179 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11180 `tex-main-file' does not have directory in it.
11181
11182 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11183
11184 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11185
11186 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11187
11188 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11189 functional change.
11190
11191 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11192
11193 * files.el (find-file-noselect): When we expand a wildcard, return
11194 a list of buffers, as we should do according to the doc string.
11195
11196 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11197
11198 * loadup.el (top level): Adjust load path if program name is
11199 "../src/bootstrap-emacs", in case it's not dumped and thus the
11200 load path adjustment hasn't already been done.
11201
11202 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11203
11204 * ps-print.el: Fix bug on selected pages for printing.
11205 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11206 is on. Try to avoid warning messages when compiling. Doc Fix.
11207 (ps-print-version): New version number (6.3).
11208 (ps-color-device): Use `color-values' to determine if device
11209 supports color.
11210 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11211 (ps-print-page-p): Changed from defsubst to defun.
11212 (ps-page-number): Changed from defmacro to defun.
11213 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11214 printing.
11215 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11216 (ps-end-file, ps-dummy-page): Funs eliminated.
11217 (ps-print-color-scale): Changed default value.
11218 (ps-page-n-up, ps-print-page-p): New internal vars.
11219 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11220 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11221
11222 * delim-col.el: Little programming improvement.
11223 (delimit-columns-str): New macro.
11224 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11225
11226 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11227
11228 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11229 Moved to european.el.
11230 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11231 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11232 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11233 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11234
11235 2000-10-30 Dave Love <fx@gnu.org>
11236
11237 * progmodes/cc-menus.el (imenu-generic-expression)
11238 (imenu-progress-message): Only defvar when compiling.
11239
11240 * emacs-lisp/elp.el (elp-unload-hook): New function.
11241
11242 * loadhist.el (unload-feature): Call elp-restore-function,
11243 checking for symbols; don't use elp-restore-all.
11244 (loadhist-hook-functions): Doc fix.
11245
11246 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11247
11248 * log-edit.el (log-edit-confirm): Fix the default.
11249
11250 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11251
11252 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11253 delimit-columns-format.
11254 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11255
11256 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11257
11258 * comint.el (comint-replace-by-expanded-history): Don't use
11259 comint-get-old-input (we're not looking at *old* input).
11260 (comint-get-old-input-default): If using fields, signal an error
11261 when the point is not in an input field.
11262
11263 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11264
11265 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11266 and mule-unicode-e000-ffff.
11267
11268 * international/mule.el (decode-char, encode-char): New functions.
11269 (make-coding-system): Accept a symbol of translation table as a
11270 value of property `safe-chars'.
11271
11272 * international/mule-cmds.el (encode-coding-char): Check property
11273 safe-chars instead of safe-charsets.
11274
11275 * international/fontset.el (fontset-default): Modified for
11276 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11277 (x-font-name-charset-alist): Likewise.
11278 (ccl-encode-unicode-font): New CCL program. Record it in
11279 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11280
11281 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11282 New translation tables.
11283 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11284 programs are modified and moved from mac-win.el.
11285 (mac-roman): Definition of this coding system is modified and
11286 moved from mac-win.el.
11287
11288 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11289
11290 * ediff-wind.el (ediff-setup-control-frame): Enclose
11291 face-attribute in condition-case to avoid errors in older emacsen.
11292
11293 2000-10-29 Miles Bader <miles@gnu.org>
11294
11295 * custom.el (custom-add-to-group): Allow multiple entries for a
11296 given value OPTION, as long as their widget types are different.
11297 * cus-edit.el (custom-face-value-create): If face name doesn't end
11298 with "face", add such here (similar to custom group widgets).
11299
11300 * comint.el (comint-highlight-prompt): Add :type.
11301
11302 2000-10-28 John Wiegley <johnw@gnu.org>
11303
11304 * calendar/timeclock.el (timeclock-log): Doc fix.
11305 (timeclock-last-event): Doc fix.
11306 (timeclock-log): Kill the timelog buffer after appending a new event.
11307 (timeclock-find-discrep): Use a temp buffer to read in the
11308 timelog, instead of visiting the file.
11309 (timeclock-log-data): A new function, along with a host of helper
11310 functions, for the purpose of making timelog data accessible to
11311 programmers.
11312
11313 * eshell/esh-mode.el (window-height test): Make certain that
11314 `eshell-stringify-t' is non-nil.
11315 (eshell-password-prompt-regexp): Changed to a much simpler
11316 password regexp.
11317 (eshell-send-input): If `eshell-invoke-directly' returns t,
11318 directly invoke the parsed command using `eval'. This improves
11319 turn-around time on simple commands by a factor of three or
11320 greater, such as cd, ls, pwd, etc. -- which get used very often.
11321 It also conserves thousands of cons cells per call (since
11322 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11323 in the Pacific Cookie Company).
11324
11325 * eshell/esh-test.el (eshell-test): Whitespace fix.
11326
11327 * eshell/em-ls.el (eshell-ls-insert-directory):
11328 Make `eshell-ls-initial-args' nil when inserting directory contents.
11329
11330 * eshell/em-script.el (eshell-script-initialize): Add names to
11331 `eshell-complex-commands, since `source' and `.' are complex.
11332
11333 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11334 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11335 `eshell-copy-handles'.
11336 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11337 bodies.
11338 (eshell-separate-commands): Whitespace fix.
11339 (eshell-complex-commands): Added a new list of names, for
11340 determining whether a given command is as simple as it looks.
11341 (eshell-invoke-directly): New function. Returns t if a command
11342 should be invoked directly (using `eval'), rather than indirectly
11343 using `eshell-do-eval'.
11344 (eshell-do-eval): Whitespace fix.
11345
11346 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11347 which provides an emulation of the DOS shell behavior of assuming
11348 that cp/mv/ln should copy/move/link to the current directory.
11349 (eshell-remove-entries): Added a doc string.
11350 (eshell-shuffle-files): Removed the check for `target' being null.
11351 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11352 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11353 it to do a smarter check of whether a destination was provided.
11354 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11355 (eshell/ln): Enable `:preserve-args', and use
11356 `eshell-mvcpln-template' to implement the body of the function.
11357 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11358 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11359 list after flattening it. This makes it possible to cat files
11360 with numerical names.
11361 (eshell-unix-initialize): Added several names to
11362 `eshell-complex-commands.
11363 (eshell-unix-command-complex-p): Return t if a given command name
11364 may result in external processes being invoked.
11365
11366 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11367 variable nil by default, since it slows down glob processing by a
11368 factor of two or more, and increases memory consumption.
11369
11370 * eshell/em-smart.el: Added a note about how memory consumptive
11371 smart display mode can be (at least this is true in Emacs 21).
11372 (eshell-smart-initialize): Whitespace fix.
11373 (eshell-refresh-windows): Use `if' instead of `when'.
11374 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11375 not necessary.
11376 (eshell-currently-handling-window): Added a missing global variable.
11377
11378 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11379 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11380 Whitespace fix.
11381 (eshell-ls-exclude-hidden): Added this variable in addition to
11382 `eshell-ls-exclude-regexp'. This one prevents files beginning
11383 with . from even being read, which can improve memory consumption
11384 quite a bit.
11385 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11386 read file entries beginning with a dot. In home directories with
11387 lots of hidden files, fully two-thirds of the time spent in ls is
11388 used to read directory entries that are immediately thrown away.
11389 (eshell-ls-initial-args): Added back this configuration variable,
11390 for specifying default initial arguments to every call to ls.
11391 Much faster than using an alias to do the same thing.
11392 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11393 (eshell-ls-dir): Whitespace change.
11394
11395 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11396
11397 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11398 (eshell-stringify-t): Added a customization variable, to indicate
11399 whether `t' should be rendered as a string at all. If not, one
11400 can still determine if the result of an expression is true using
11401 "file-exists-p FILE && echo true".
11402 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11403 stringify t!
11404
11405 * eshell/esh-module.el: Whitespace fix.
11406
11407 * eshell/em-alias.el (eshell-alias-initialize):
11408 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11409 (eshell-command-aliased-p): New function that returns t if a
11410 command name names an aliased.
11411
11412 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11413
11414 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11415 redrawing the screen when changing cursor color.
11416 (viper-insert-state-pre-command-sentinel)
11417 (viper-replace-state-pre-command-sentinel)
11418 (viper-replace-state-post-command-sentinel):
11419 Use viper-preserve-cursor-color.
11420 Many functions changed to use viper= instead of = when comparing
11421 characters.
11422 * viper-util.el (viper-memq-char,viper=): New functions for
11423 working with characters.
11424 (viper-change-cursor-color): Fixed buglet.
11425 Many functions changed to use viper= instead of = when comparing
11426 characters.
11427 * viper.el (viper-insert-state-mode-list): Added eshell.
11428
11429 * ediff-init.el (ediff-before-setup-hook): New hook.
11430 Several typos fixed in various docstrings.
11431 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11432 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11433 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11434 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11435 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11436 (ediff-get-selected-buffers): New function.
11437 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11438 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11439 Use save-window-excursion.
11440 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11441 termination check in while loop.
11442 * ediff.el (ediff-get-default-file-name): Better defaults when in
11443 dired buffer.
11444 (ediff-files,ediff-merge-files,ediff-files3)
11445 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11446
11447 2000-10-28 Dave Love <fx@gnu.org>
11448
11449 * info.el (Info-fontify-node): Add help-echo for menu items.
11450
11451 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11452
11453 * startup.el (normal-top-level): If the value of $TERM indicates
11454 we are running from xterm or one of its work-alikes, default to a
11455 light background mode.
11456
11457 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11458 * faces.el (tty-handle-reverse-video): New function.
11459 (tty-create-frame-with-faces): Call it.
11460
11461 * frame.el (frame-notice-user-settings): Don't apply
11462 default-frame-alist and initial-frame-alist to MS-DOS frames.
11463 Call tty-handle-reverse-video, frame-set-background-mode, and
11464 face-set-after-frame-default for non-MS-DOS frames.
11465
11466 * startup.el (tty-long-option-alist): New variable.
11467 (tty-handle-args): New function.
11468 (command-line): Call tty-handle-args.
11469
11470 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11471 startup.el now does that for all character-terminal frames.
11472
11473 2000-10-28 Miles Bader <miles@gnu.org>
11474
11475 * emacs-lisp/easy-mmode.el (define-minor-mode):
11476 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11477 is global. If :global is followed by a non-nil but non-t value,
11478 make the mode buffer-local, but also generate a `global-MODE'
11479 version using `easy-mmode-define-global-mode'.
11480 Add :conditional-turn-on keyword argument.
11481
11482 2000-10-28 Dave Love <fx@gnu.org>
11483
11484 * international/latin1-disp.el (latin1-char-displayable-p):
11485 Don't use window-system.
11486
11487 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11488
11489 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11490 Don't call find-buffer-file-type-coding-system. Instead, just
11491 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11492 if the file is on an untranslated filesystem.
11493 (add-untranslated-filesystem): Use "D" instead of "f" inside
11494 interactive.
11495
11496 2000-10-27 Dave Love <fx@gnu.org>
11497
11498 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11499 (refill-mode): Use it.
11500
11501 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11502
11503 * international/quail.el (quail-activate): Don't make-local-hook.
11504
11505 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11506
11507 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11508 manual backups and file.~<rev>.~ for automatic ones.
11509 (vc-make-version-backup): Don't do it on MS-DOS without long file
11510 names.
11511
11512 * vc.el (vc-version-other-window): If an automatic backup of the
11513 desired version exists, rename it instead of copying it.
11514
11515 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11516 after command. If there's an unexpected error, signal it instead
11517 of being silent.
11518 (vc-cvs-merge-news): Be prepared for no news at all.
11519
11520 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11521
11522 * shell.el (shell): Add BUFFER argument.
11523 * comint.el (make-comint-in-buffer): New function.
11524 (make-comint): Use it.
11525
11526 * faces.el (face-spec-choose): Change syntax so that the list of
11527 attribute-value pairs is now the cdr of each clause, not the cadr.
11528 Detect old-style entries, and handle them. Use pop.
11529
11530 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11531
11532 * cus-edit.el (custom-mode-map): Use a sparse map.
11533 (custom-mode): Don't bother with make-local-hook.
11534
11535 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11536
11537 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11538
11539 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11540
11541 * ps-print.el: Avoid compilation gripes.
11542 (ps-print-version): New version number (6.2.1).
11543
11544 2000-10-26 Dave Love <fx@gnu.org>
11545
11546 * menu-bar.el: Modify some menu item help strings.
11547 (menu-bar-help-menu): Add link to MORE.STUFF.
11548
11549 * cus-edit.el (custom-mode): Add `special' mode-class property.
11550
11551 * wid-browse.el (widget-browse-mode): Likewise.
11552
11553 * wid-edit.el (widget-specify-field): Revert to using local-map
11554 property, not keymap.
11555
11556 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11557
11558 * wid-edit.el (widget-field-end): When checking for a `boundary'
11559 field, do so in the correct buffer.
11560
11561 * simple.el (undo): Correctly distinguish between numeric and
11562 non-numeric prefix args in non-transient-mark-mode, as per the doc
11563 string. When in transient-mark-mode, treat all prefix-args as
11564 numeric.
11565
11566 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11567 Position point on match. Handle N == 0 correctly.
11568
11569 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11570 (comint-mode-map): Reverse order of `comint-write-output' and
11571 `comint-append-output-to-file'.
11572 (comint-append-output-to-file): Reinstate this function, for the
11573 benefit of the menu.
11574
11575 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11576
11577 * vc.el (vc-version-other-window): Bind `file'.
11578
11579 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11580
11581 * Makefile.in (update-authors): New target for maintenance purposes.
11582
11583 * emacs-lisp/authors.el (batch-update-authors): New function.
11584 (authors-fixed-entries): New defconst.
11585 (authors-add-fixed-entries): New function.
11586 (authors): Call it.: Don't process lispref/.
11587
11588 2000-10-25 Jason Rumney <jasonr@gnu.org>
11589
11590 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11591 Merge x w32 and mac definitions.
11592
11593 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11594
11595 * menu-bar.el (menu-bar-options-menu): Add a help string for
11596 `uniquify'.
11597
11598 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11599
11600 * time-stamp.el (time-stamp-string-preprocess):
11601 Fix a wrong type argument error.
11602
11603 2000-10-25 Miles Bader <miles@gnu.org>
11604
11605 * recentf.el (recentf-mode): Variable removed.
11606 (recentf-mode): Use `define-minor-mode'.
11607
11608 * mwheel.el (mouse-wheel-mode): New global minor mode.
11609 (mwheel-install): Use `mouse-wheel-mode'.
11610
11611 2000-10-25 Dave Love <fx@gnu.org>
11612
11613 * progmodes/cperl-mode.el (cperl-mode):
11614 Set normal-auto-fill-function correctly.
11615
11616 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11617 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11618 bindings.
11619
11620 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11621
11622 * wid-edit.el (widget-field-at): New function.
11623 (widget-at, widget-field-activate): Use it.
11624 (widget-tabable-at): Use `widget-at'.
11625 (widget-specify-field): If the terminating character of the widget
11626 field (which is read-only) is a newline, put it into a special
11627 `boundary' field so that C-n/C-p act more naturally.
11628 (widget-field-end): Also don't subtract one if a special
11629 `boundary' field has been added after the widget field.
11630
11631 * comint.el (comint-output-filter, comint-send-input):
11632 Don't bother adding stickiness fields to overlays to fool the field
11633 code, since it should notice the overlay insertion-types now.
11634
11635 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11636 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11637 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11638
11639 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11640
11641 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11642 (authors): Set file coding system to iso-2022-7bit.
11643 Add file-local variables to output buffer.
11644
11645 * files.el (after-find-file): Don't print any warnings if
11646 WARN is nil.
11647
11648 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11649
11650 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11651
11652 * delim-col.el: Now there is a column formatting mechanism.
11653 Modified to customization mechanisms convention. Doc fix.
11654 (columns): New group for delim-col.
11655 (delimit-columns-before, delimit-columns-after)
11656 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11657 (delimit-columns-end): New vars.
11658 (delimit-columns-customize, delimit-columns-format): New funs.
11659 (delimit-columns-region, delimit-columns-rectangle)
11660 (delimit-columns-rectangle-line): Modified to support column
11661 formatting.
11662
11663 2000-10-24 Dave Love <fx@gnu.org>
11664
11665 * log-edit.el (log-edit): Add :version and a :group for vc.
11666
11667 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11668
11669 * files.el (after-find-file): Don't print a message ``New file''
11670 if WARN is nil.
11671
11672 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11673 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11674 get duplicate tool-bar entries because we'll see the global ones
11675 on more than one path through keymaps.
11676
11677 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11678
11679 * progmodes/cmacexp.el: Change Francesco's email address.
11680
11681 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11682
11683 * window.el (fit-window-to-buffer): Adjust point of the window
11684 buffer, not that of the current buffer.
11685
11686 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11687
11688 * progmodes/cmacexp.el: Update the euthor's email address.
11689
11690 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11691
11692 * faces.el (face-spec-set-match-display): Add `graphic' display
11693 type (the inverse of `tty'). Use `display-graphic-p' instead of
11694 the window-system variable.
11695
11696 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11697
11698 * international/isearch-x.el (isearch-with-input-method):
11699 Call input-method-function with the first event in
11700 unread-command-events.
11701
11702 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11703
11704 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11705
11706 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11707
11708 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11709 New charsets.
11710
11711 * term/mac-win.el: Remove definitions of mac-roman-lower and
11712 mac-roman-upper, require dired, and define instead of set
11713 mac-ready-for-drag-n-drop to avoid compilation error.
11714
11715 2000-10-23 Andrew Innes <andrewi@gnu.org>
11716
11717 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11718 Remove superfluous calls to subst-char-in-string; instead apply
11719 expand-file-name after convert-standard-filename to ensure
11720 expected directory separators are used.
11721
11722 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11723
11724 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11725
11726 2000-10-23 Dave Love <fx@gnu.org>
11727
11728 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11729 (tool-bar-add-item): Set foreground and background for XBM icons.
11730
11731 * international/latin1-disp.el (latin1-char-displayable-p):
11732 New function (from Handa).
11733 (latin1-display-check-font): Use it.
11734
11735 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11736 using :key-sequence, making it much more usable.
11737 Use nconc, not append.
11738 (imenu--create-keymap-1): Avoid append.
11739
11740 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11741
11742 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11743
11744 [the following changes fix a bug where `define-minor-mode' didn't
11745 correctly generate :require clauses for defcustoms in compiled files]
11746 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11747 (byte-compile-log-file, byte-compile-log-1): Don't set
11748 `byte-compile-current-file' to nil. Instead set
11749 `byte-compile-last-logged-file' to it. Test whether
11750 byte-compile-current-file equals byte-compile-last-logged-file
11751 instead of whether its nil.
11752 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11753
11754 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11755
11756 * textmodes/refill.el: Fix var names in doc.
11757 (refill-mode): Don't bother with make-local-hook anymore.
11758
11759 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11760
11761 * faces.el (face-user-default-spec, face-default-spec): New functions.
11762 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11763 (frame-set-background-mode, face-set-after-frame-default):
11764 Use `face-user-default-spec'. Simplify code slightly.
11765
11766 * woman.el (woman-italic-face, woman-bold-face)
11767 (woman-unknown-face): Add dark-background variants.
11768 (woman-default-faces): Renamed from `woman-colour-faces'.
11769 Set using the stored defaults, rather than using hard-wired colors.
11770 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11771 Just make the foreground `unspecified' rather than "black".
11772 (woman-menu): Rename menu entries accordingly.
11773
11774 * faces.el (header-line): Make more reasonable on mono/grayscale
11775 displays.
11776
11777 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11778
11779 * cus-edit.el (custom-button-face): Use 3D look for mac.
11780 (custom-button-pressed-face): Likewise.
11781
11782 * faces.el (set-face-attributes-from-resources): Handle mac frames
11783 in the same way as x and w32 frames.
11784 (face-valid-attribute-values): Likewise.
11785 (read-face-attribute): Likewise.
11786 (defined-colors): Likewise.
11787 (color-defined-p): Likewise.
11788 (color-values): Likewise.
11789 (display-grayscale-p): Likewise.
11790 (face-set-after-frame-default): Likewise.
11791 (mode-line): Same default face as for x and w32.
11792 (tool-bar): Likewise.
11793
11794 * frame.el: Remove call to frame-notice-user-settings at end of
11795 the file.
11796
11797 * info.el (Info-fontify-node): Make underlines invisible for mac
11798 as for x, pc, and w32 frame types.
11799
11800 * term/mac-win.el: New file.
11801
11802 2000-10-22 Dave Love <fx@gnu.org>
11803
11804 * textmodes/refill.el: New file.
11805
11806 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11807
11808 * vc-hooks.el (vc-version-backup-file-name): New optional args
11809 MANUAL and REGEXP.
11810 (vc-delete-automatic-version-backups, vc-make-version-backup):
11811 New functions.
11812 (vc-before-save): Use the latter.
11813 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11814 confusion.
11815
11816 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11817 expected by vc[-hooks].el.
11818
11819 * vc.el (vc-checkout): Added `-p' suffix in call to
11820 vc-make-version-backups-p; use vc-make-version-backup to actually
11821 make the backup.
11822 (vc-version-other-window, vc-version-backup-file): Handle both
11823 automatic and manual backups.
11824 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11825 of all of them.
11826
11827 2000-10-22 Miles Bader <miles@gnu.org>
11828
11829 * comint.el (comint-highlight-input, comint-highlight-prompt):
11830 Renamed, `-face' at end removed.
11831 (comint-send-input, comint-output-filter): Use renamed faces.
11832
11833 * window.el (fit-window-to-buffer): Change defaulting of
11834 MAX-HEIGHT slightly.
11835
11836 * faces.el (color-values, color-defined-p): Use `member', not
11837 `memq', because it works correctly for strings.
11838 (frame-set-background-mode): Actually, "unspecified-fg" and
11839 "unspecified-bg" *are* strings. Use `member', not `memq', and
11840 `equal', not `eq', when a string value is possible.
11841
11842 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11843
11844 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11845
11846 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11847
11848 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11849 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11850 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11851 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11852 (sh-font-lock-syntactic-keywords): Use them.
11853 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11854 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11855 (sh-mode): Don't override font-lock-unfontify-region-function.
11856 Use a copy of sh-font-lock-syntactic-keywords.
11857 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11858 Don't call sh-scan-buffer since font-lock does it on the fly.
11859 (sh-get-indent-info): Use `face' rather than `syntax-table'
11860 text-property to detect here-documents.
11861 Replace sh-special-syntax with sh-st-punc.
11862 (sh-prev-line): Use `face' rather than `syntax-table'
11863 text-property to skip over here-documents.
11864 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11865 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11866 (sh-electric-less, sh-set-here-doc-region)
11867 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11868 (sh-scan-buffer, sh-rescan-buffer): Remove.
11869
11870 2000-10-21 Andrew Innes <andrewi@gnu.org>
11871
11872 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11873 remote (ange-ftp) file names.
11874
11875 2000-10-21 Miles Bader <miles@gnu.org>
11876
11877 * window.el (fit-window-to-buffer): New function.
11878 (shrink-window-if-larger-than-buffer): Use it.
11879 (window-text-height): Don't expect minibuffers to have mode-lines.
11880
11881 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11882 * international/quail.el (quail-update-guidance):
11883 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11884
11885 * international/quail.el (quail-show-guidance-buf): Make sure
11886 guidance window really has enough room.
11887 (quail-update-guidance): If quail-guidance-win is already shown,
11888 make sure its height is OK.
11889
11890 * window.el (window-text-height, set-window-text-height):
11891 New functions.
11892 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11893 instead of `window-height' & `mode-line-window-height-fudge'.
11894 (mode-line-window-height-fudge): Add FACE parameter.
11895 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11896 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11897
11898 2000-10-20 Miles Bader <miles@gnu.org>
11899
11900 * window.el (height-affecting-face-attributes): Use `defconst'.
11901
11902 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11903 New function, conditionally aliased to `mode-line-window-height-fudge'.
11904 (ispell-help): Use it.
11905 (ispell-choices-win-default-height): Don't include mode-line fudge.
11906 (ispell-choices-win-default-height): New function.
11907 (ispell-show-choices, ispell-command-loop): Use function
11908 `ispell-choices-win-default-height' instead of variable.
11909
11910 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11911
11912 * window.el (mode-line-window-height-fudge): New variable.
11913 (height-affecting-face-attributes): New variable.
11914 (mode-line-window-height-fudge): New function.
11915 (shrink-window-if-larger-than-buffer): Use it.
11916 * help.el (resize-temp-buffer-window): Likewise.
11917
11918 * info.el (Info-fontify-node): Add support for @subsubsection
11919 titles, which use `Info-title-4-face'.
11920 (Info-title-4-face): New face.
11921 (Info-title-3-face): Inherit from Info-title-4-face instead of
11922 variable-pitch.
11923
11924 2000-10-19 Jason Rumney <jasonr@gnu.org>
11925
11926 * dired.el (dired-insert-directory): Do not let errors signalled by
11927 attempt to run dired-free-space-program prevent dired from working.
11928
11929 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11930
11931 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11932
11933 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11934
11935 * dirtrack.el (dirtrack): Fix call to run-hooks.
11936
11937 * cmuscheme.el (cmuscheme-program-name): Renamed from
11938 scheme-program-name because xscheme.el contains a defcustom with
11939 the same name. As a consequence, customizing group `cmuscheme'
11940 loaded `xscheme' which redefined run-scheme.
11941 (run-scheme): Use cmuscheme-program-name.
11942
11943 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11944
11945 * play/doctor.el (doctor-death): Update the Samaritans'
11946 anonymous address, and add a website for Befrienders International.
11947
11948 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11949
11950 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11951 Avoid compilation gripes. Doc fix.
11952 (ps-print-version): New version number (6.2).
11953 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11954 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11955 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11956 (ps-x-extent-priority, ps-x-extent-start-position)
11957 (ps-x-face-font-instance, ps-x-find-coding-system)
11958 (ps-x-font-instance-properties, ps-x-make-color-instance)
11959 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11960 avoid compilation gripes without defining functions.
11961 (ps-e-find-composition): Alias for function find-composition, to have a
11962 suitable function depending on Emacs version.
11963 (ps-color-device, ps-color-values, ps-face-foreground-name)
11964 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11965 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11966 (ps-print-ensure-fontified): Function definitions surrounded by
11967 `eval-and-compile' to avoid compilation gripes.
11968 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11969 by symbol-value to avoid compilation gripes.
11970 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11971 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11972
11973 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11974
11975 * startup.el (normal-top-level): Call `frame-set-background-mode'
11976 after `frame-notice-user-settings' because the latter doesn't call
11977 the former on a tty.
11978
11979 * faces.el (frame-set-background-mode): `unspecified' &c are
11980 symbols, not strings.
11981
11982 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11983
11984 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11985 why some "light*" colors are deliberately absent from the alist.
11986
11987 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11988 Change colors for tty's, as suggested by Miles Bader.
11989
11990 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11991
11992 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11993 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11994 for ISO10646-1 fonts.
11995 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11996
11997 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11998
11999 * faces.el (frame-set-background-mode): If a tty frame defines a
12000 background color, use that to compute the background mode, instead
12001 of always defaulting to "dark".
12002
12003 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12004
12005 * comint.el (comint-write-output): New function.
12006 (comint-mode-map): Add it to the menu.
12007 Bind `C-c C-s' to comint-write-output.
12008
12009 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12010
12011 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12012 Use fancy-splash-delay.
12013
12014 2000-10-18 Alex Schroeder <alex@gnu.org>
12015
12016 * progmodes/sql.el (sql-sybase-options): New option.
12017 (sql-sybase): Use it. Add sql-database to the list of parameters
12018 provided for login. The options -w 2048 -n are not used any more.
12019
12020 * comint.el (comint-read-input-ring): Bugfix such that the first
12021 and the last entry of the input ring file are not lost.
12022
12023 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12024
12025 * ps-print.el: Internal variable changes to defcustom,
12026 make-local-hook changes to defvar. Doc fix.
12027 (ps-print-version): New version number (6.1).
12028 (ps-setup, ps-do-despool): Code fix.
12029 (ps-printer-name): Customization fix.
12030 (ps-printer-name-option): Now is a defcustom instead of an
12031 internal variable.
12032 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12033 (ps-print-begin-column-hook): Now are defvar instead of
12034 make-local-hook.
12035
12036 2000-10-18 Miles Bader <miles@gnu.org>
12037
12038 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12039 (comint-kill-output): Changed into an alias for `comint-delete-output',
12040 and made obsolete.
12041 (comint-mode-map): Rename references to comint-kill-output.
12042
12043 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12044
12045 * diff-mode.el (diff-header-face, diff-file-header-face)
12046 (diff-changed-face): Add bold and italic attributes to tty faces.
12047 (diff-function-face): New face.
12048 (diff-font-lock-keywords): Use it.
12049
12050 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12051
12052 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12053 Remove commented-out call to force-mode-line-update.
12054 (comint-kill-output): Use `forward-line 0' instead of
12055 beginning-of-line to make sure we get past the prompt.
12056
12057 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12058
12059 * diff-mode.el (diff-header-face, diff-file-header-face):
12060 Add specific setting for dark background.
12061 (diff-context-face): Renamed from diff-comment-face.
12062 Set explicitly rather than inheriting from font-lock-comment-face.
12063
12064 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12065
12066 * startup.el (command-line): Move the code which sets the default
12067 TTY colors to before before-init-hook.
12068
12069 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12070
12071 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12072
12073 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12074
12075 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12076 extensions, for MS-DOS.
12077
12078 * diff-mode.el (diff-header-face, diff-file-header-face)
12079 (diff-changed-face): Define tty-specific colors.
12080
12081 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12082
12083 * startup.el (fancy-splash-text): Realign the text.
12084
12085 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12086
12087 * font-lock.el (font-lock-comment-face): Define a separate default
12088 for dark-background tty's.
12089
12090 2000-10-17 Miles Bader <miles@gnu.org>
12091
12092 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12093 being obscured by whizzy mode-lines on graphics displays.
12094
12095 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12096
12097 * info.el (Info-title-1-face, Info-title-2-face)
12098 (Info-title-3-face): Define colors for tty's.
12099 (info-header-node): Remove unneeded tty-specific definition.
12100
12101 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12102
12103 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12104 reverse from the frame parameters, and don't invert foreground and
12105 background colors.
12106
12107 2000-10-16 Miles Bader <miles@gnu.org>
12108
12109 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12110 string "*Info*". Call propertized-buffer-identification to spruce
12111 up the result.
12112
12113 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12114
12115 * help.el: Provide `help' for the sake of define-minor-mode
12116 which generates defcustoms with requires.
12117
12118 * jit-lock.el (jit-lock-after-change): If we're in text that
12119 matches a multi-line font-lock pattern, make sure the whole text
12120 will be redisplayed.
12121
12122 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12123 author's name is unknown.
12124
12125 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12126 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12127 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12128 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12129 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12130 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12131 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12132 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12133 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12134 Add author information.
12135
12136 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12137
12138 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12139 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12140 full-color version (using the Gimp) to eliminate dithering artifacts.
12141
12142 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12143
12144 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12145
12146 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12147
12148 2000-10-15 Dave Love <fx@gnu.org>
12149
12150 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12151
12152 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12153
12154 * whitespace.el: Doc fixes.
12155 (top-level): Don't add hooks here.
12156 (whitespace-running-emacs): Deleted.
12157 (timer): Don't require.
12158 (whitespace): Add back :version conditional on xemacs test.
12159 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12160 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12161 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12162 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12163 Avoid specific xemacs test.
12164 (whitespace-global-mode): New option.
12165 (whitespace-global-mode): New command.
12166 (whitespace-unload-hook): New function.
12167
12168 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12169 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12170 (Info-fontify-node): `Goto' goes to `Go to'.
12171 (Info-fontify-node): Add help-echo to xref links.
12172
12173 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12174
12175 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12176
12177 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12178
12179 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12180 Use plist-get and allow :inherit.
12181
12182 * emacs-lisp/cl-macs.el (cl-do-arglist):
12183 Use plist-get and plist-member instead of memq.
12184
12185 * emacs-lisp/ewoc.el (ewoc-location): New function.
12186 (ewoc-enter-after, ewoc-enter-before): Document return value.
12187 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12188 Don't need make-local-hook any more.
12189 (cvs-addto-collection): Return the new tin.
12190 (cvs-mode-insert): Jump to the new line.
12191
12192 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12193
12194 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12195
12196 * font-lock.el (font-lock-syntactically-fontified): New var.
12197 (font-lock-fontify-syntactic-keywords-region): Use it.
12198 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12199
12200 * diff-mode.el (diff-find-file-name): Fix regexp.
12201
12202 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12203 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12204
12205 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12206 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12207 (sh-mode): Don't make all vars local here.
12208 (sh-kw): Reformat.
12209 (sh-set-shell): Use dolist. Don't set indent-region-function.
12210 (sh-mode-syntax-table): Use pop.
12211 (sh-remember-variable): Use push.
12212 (sh-help-string-for-variable): Use memq.
12213 (sh-safe-backward-sexp): Remove.
12214 (sh-safe-forward-sexp): Add ARG.
12215 (sh-get-indent-info, sh-prev-stmt): Use it.
12216 (sh-prev-line): Simplify by using forward-comment.
12217 (sh-this-is-a-continuation): Simplify.
12218 (sh-learn-buffer-indent): Use dolist.
12219 (sh-do-nothing): Remove.
12220 (sh-set-char-syntax, sh-set-here-doc-region):
12221 Use inhibit-modification-hooks.
12222 (sh-name-style): Use mapcar and push.
12223 (sh-load-style): Use dolist.
12224 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12225 (sh-case, sh-while-getopts): Use propertize directly rather
12226 than sh-electric-rparen.
12227
12228 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12229
12230 * textmodes/tex-mode.el: Require CL when compiling.
12231 (tex-mode-syntax-table): Init immediately.
12232 (tex-mode-map): Bind M-RET to latex-insert-item.
12233 (latex-mode): Set indent-line-function to latex-indent.
12234 (tex-common-initialization): Don't setup the syntax-table any more.
12235 (latex-insert-item): New skeleton.
12236 (tex-next-unmatched-end): Fix copy/paste braino.
12237 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12238 (latex-indent, latex-find-indent): New functions.
12239 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12240 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12241 (tex-compilation-parse-errors): Use with-syntax-table.
12242
12243 2000-10-15 Miles Bader <miles@gnu.org>
12244
12245 * font-lock.el (font-lock-comment-face): Change dark-background,
12246 color, non-tty, default to `chocolate1'.
12247
12248 2000-10-13 John Wiegley <johnw@gnu.org>
12249
12250 * eshell/esh-util.el (require): Added a missing `require' form,
12251 needed when compiling (for an ange-ftp macro definition).
12252
12253 2000-10-13 Dave Love <fx@gnu.org>
12254
12255 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12256
12257 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12258
12259 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12260
12261 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12262 transparent -colors 8).
12263
12264 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12265
12266 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12267 that breaks with old list format timestamps.
12268 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12269 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12270
12271 2000-10-13 John Wiegley <johnw@gnu.org>
12272
12273 * align.el, pcomplete.el, calendar/timeclock.el,
12274 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12275
12276 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12277 faulty math, where holiday hours were being computing as seconds.
12278
12279 2000-10-13 John Wiegley <johnw@gnu.org>
12280
12281 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12282 specifying what "other" kinds of buffers should be saved.
12283 This used to be hard-coded.
12284 (desktop-buffer-misc-functions): A global for specifying how
12285 auxiliary data should be determined for special buffer types.
12286 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12287 instead of hard-coding the special buffer types.
12288 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12289 auxiliary data, instead of hard-coding for Info buffers and dired.
12290 (desktop-buffer-info-misc-data): Aux function for determining Info
12291 buffer auxiliary info.
12292 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12293 (desktop-buffer-info): Changed this function to use the info
12294 gathered above.
12295 (desktop-create-buffer): Be a little more careful about what
12296 `minor-mode' means before calling it. This is important for some
12297 buffer types.
12298
12299 2000-10-13 John Wiegley <johnw@gnu.org>
12300
12301 * eshell/esh-util.el: Added a global form which declares an
12302 autoload for `parse-time-string', if that function is not already
12303 defined, and if parse-time.el is available on the user's system.
12304
12305 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12306 to be aware of ange-ftp user info.
12307 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12308 (eshell-ls-annotate): Use `eshell-file-attributes'.
12309 (eshell-ls-file): Made the user-id printing code a bit smarter.
12310
12311 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12312 allow identification of alias user ids in remote directories.
12313 It's manual, but there's no other way to know when the current user
12314 on the local machine, is also the owning user on the remote machine.
12315 (fboundp): Bind `ange-cache'.
12316 (eshell-directory-files-and-attributes): Re-organized the logic a
12317 bit to use `eshell-file-attributes' instead of `file-attributes'.
12318 The former is more sensitive to directories that are read via FTP,
12319 and knows how to use ange-ftp to determine full attribute
12320 information, instead of just the name and last modtime.
12321 (eshell-current-ange-uids): Return the current user id when in a
12322 remote directory.
12323 (eshell-parse-ange-ls): Parse a full directory listing that has
12324 been returned by ange-ftp.
12325 (eshell-file-attributes): This beefed up version of
12326 `file-attributes' is only special if the user is currently in a
12327 remote directory, in which case it does a lot of work to find out
12328 what the real attributes of a file are, as they appear on the
12329 remote machine. This makes usage of remote directories (i.e.,
12330 ange-ftp pathnames) much more useful. You can now use Eshell as a
12331 full-fledged FTP client, with much more manipulation ability than
12332 most other clients.
12333
12334 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12335 variable, which means that Eshell's du should always be preferred
12336 in remote directories.
12337 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12338 just `file-attributes'.
12339 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12340 when reading remote directories. This is an Eshell-specific
12341 variable (not part of ange-ftp).
12342 (eshell/ln): Bind `ange-cache'.
12343 (eshell/du): Added some extra logic for determining when to use
12344 Eshell's du (which is slow), and when to use the external version
12345 (which may or may not exist).
12346
12347 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12348 Call `eshell-interactive-process', rather than using
12349 `get-buffer-process', since backgrounded processes don't count in
12350 the context of this function's logic.
12351
12352 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12353 `forward-char', so that null strings are parsed correctly.
12354
12355 2000-09-13 John Wiegley <johnw@gnu.org>
12356
12357 * eshell/em-pred.el (eshell-pred-file-type)
12358 (eshell-pred-file-links, eshell-pred-file-size):
12359 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12360
12361 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12362 that remote file globbing is more efficient.
12363
12364 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12365 gathering the files and attributes within a directory.
12366
12367 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12368 the command line is a special file (not a regular file, directory
12369 or symlink), always attempt to call the external version of cat.
12370
12371 2000-09-13 John Wiegley <johnw@gnu.org>
12372
12373 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12374 Eshell-friendly version of find-tag.
12375
12376 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12377
12378 * image-file.el (image-file-name-extensions)
12379 (image-file-name-regexps): Add autoload cookies.
12380
12381 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12382
12383 * international/mule-cmds.el (select-safe-coding-system): If FROM
12384 is string, show it in *Warning* buffer.
12385
12386 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12387
12388 * startup.el (normal-top-level): Use display-popup-menus-p instead
12389 of window-system.
12390 (command-line): Use display-graphic-p instead of window-system.
12391 (command-line-1): Use display-popup-menus-p and display-mouse-p
12392 instead of window-system.
12393
12394 2000-10-12 Sam Steingold <sds@gnu.org>
12395
12396 * tooltip.el (tooltip-use-echo-area): New user variable.
12397 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12398
12399 2000-10-12 Dave Love <fx@gnu.org>
12400
12401 * recentf.el: Maintainer's checkdoc fixes.
12402
12403 * startup.el (normal-top-level-add-subdirs-to-load-path):
12404 Use character class, not ASCII when matching file names.
12405 (fancy-splash-head): Add trailing slash to URL.
12406 (command-line): Don't require XPM support for toolbar.
12407
12408 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12409 (cperl-invalid-face): Revert last change.
12410 (cperl-init-faces): Quote cperl-invalid-face.
12411
12412 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12413
12414 * startup.el (fancy-splash-text): Remove superfluous quote.
12415
12416 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12417
12418 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12419 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12420 (command-line-1): Don't use fancy-splash-pending-command.
12421 (fancy-splash-screens-1): Goto point-min after inserting text.
12422
12423 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12424
12425 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12426 instead of shared-lisp-mode-map.
12427
12428 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12429
12430 * faces.el (header-line): Change tty-variant to use underlining.
12431
12432 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12433 (isearch-highlight): Restore lazy-isearch face properties at old
12434 position, and suppress them at new position.
12435 (isearch-dehighlight): Restore lazy-isearch face properties.
12436 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12437 over the real isearch overlay, but in that case, don't give it a
12438 face property. Use `push'.
12439
12440 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12441
12442 * man.el (Man-getpage-in-background): Fix previous change.
12443 Decode the process output only when we are in multibyte mode.
12444
12445 2000-10-11 Dave Love <fx@gnu.org>
12446
12447 * info.el (Info-mode-menu): Fix some help.
12448 (info-tool-bar-map): Add entry for Info-last.
12449
12450 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12451 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12452 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12453 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12454 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12455 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12456 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12457 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12458 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12459 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12460 Reduce colour requirements to 25 overall. (Probably wants
12461 revisiting from the originals to reduce further.)
12462
12463 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12464
12465 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12466 buffer-file-coding-system, instead of raw-text.
12467 (dehexlify-buffer): Bind coding-system-for-read to
12468 buffer-file-coding-system, instead of raw-text.
12469
12470 2000-10-11 Sam Steingold <sds@gnu.org>
12471
12472 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12473 `underline' - fixes the bug introduced on 2000-09-21.
12474
12475 2000-10-11 Dave Love <fx@gnu.org>
12476
12477 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12478 Avoid compiler warnings.
12479 (scheme-mode): Doc fix.
12480 (scheme-font-lock-keywords-1): Match `define-syntax'.
12481
12482 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12483
12484 * faces.el (frame-set-background-mode): Pay attention to saved
12485 face specs as well as default ones. Only do anything if the
12486 bg-mode or display-type has actually changed. Use `dolist'.
12487 (region): Make dark-background `region' face less in-your-face.
12488
12489 2000-10-10 Sam Steingold <sds@gnu.org>
12490
12491 * chistory.el, ielm.el, ledit.el:
12492 * progmodes/inf-lisp.el, progmodes/scheme.el:
12493 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12494
12495 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12496
12497 * textmodes/texinfo.el: Update copyright and fix typo.
12498
12499 * desktop.el (desktop-modes-not-to-save): New var.
12500 (desktop-save-buffer-p): Use it.
12501 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12502 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12503
12504 2000-10-10 Dave Love <fx@gnu.org>
12505
12506 * toolbar/tool-bar.el (tool-bar-add-item)
12507 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12508
12509 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12510 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12511 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12512 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12513 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12514 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12515 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12516 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12517 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12518 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12519 the .xpms; probably need retouching.
12520
12521 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12522
12523 * subr.el (add-to-list): Add optional argument APPEND.
12524 * battery.el (display-battery): Use `add-to-list'.
12525
12526 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12527
12528 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12529 properties.
12530 (zone, zone-when-idle, zone-leave-me-alone)
12531 (zone-pgm-whack-chars): Use new symbol properties.
12532
12533 * battery.el (display-battery): Doc spelling fix.
12534
12535 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12536 property.
12537
12538 2000-10-09 Dave Love <fx@gnu.org>
12539
12540 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12541 has been initialized before calling tool-bar-setup.
12542 (tool-bar-add-item-from-menu): Add autoload cookie.
12543
12544 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12545
12546 * menu-bar.el (send-mail-item-name): New function.
12547 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12548 of mail-user-agent in the menu. Don't display the "Send Mail"
12549 item if mail-user-agent is nil or its value is ignore.
12550 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12551 if read-mail-command is nil or its value is ignore.
12552
12553 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12554
12555 2000-10-09 Miles Bader <miles@gnu.org>
12556
12557 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12558 Correct image size.
12559 * toolbar/left_arrow.xpm: Correct image size.
12560
12561 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12562 will be done by the definition of `auto-compression-mode' if
12563 necessary. Move code to uninstall existing file-name handler
12564 before definition of `auto-compression-mode'.
12565
12566 * image-file.el (auto-image-file-mode): Move to the end of the
12567 file, because `define-minor-mode' actually calls the mode-function
12568 if the associated variable is non-nil, which requires that all
12569 needed functions be already defined.
12570
12571 * mouse.el (popup-menu): Balance parens.
12572
12573 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12574
12575 * mouse.el (popup-menu): Move the command call outside the loop
12576 so that popup-menu returns whatever the command returns.
12577
12578 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12579 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12580 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12581 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12582
12583 * vc.el (vc-version-diff): diff-switches can be a list.
12584 Use relative filenames for prettier output.
12585
12586 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12587 (vc-post-command-functions): Remove old-VC compatibility code.
12588
12589 * newcomment.el (comment-indent-default): Autoload.
12590
12591 * font-lock.el (font-lock-defaults): Make buffer-local.
12592 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12593 (font-lock-choose-keywords):
12594 Ignore LEVEL unless KEYWORDS is a list of syms.
12595 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12596 Don't wrap regexp-opt things in \(...\) unnecessarily.
12597
12598 * jit-lock.el: Don't require font-lock any more.
12599 (jit-lock-functions): Make buffer-local.
12600 (jit-lock-saved-fontify-buffer-function): Remove.
12601 (jit-lock-mode): Remove autoload cookie.
12602 Remove font-lock specific code.
12603 (jit-lock-unregister): Don't bother handling complex hooks any more.
12604 (jit-lock-refontify): New function.
12605 (jit-lock-fontify-buffer): Use it.
12606 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12607 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12608 Add optional args START and END.
12609 Never call font-lock-fontify-region directly.
12610 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12611
12612 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12613
12614 2000-10-08 Dave Love <fx@gnu.org>
12615
12616 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12617
12618 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12619
12620 * play/studly.el (studlify-region, studlify-word): Add autoload
12621 cookie.
12622
12623 * play/morse.el (morse-region, unmorse-region): Add autoload
12624 cookie.
12625
12626 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12627 concat.
12628
12629 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12630 insist on symbols starting with word syntax.
12631 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12632 (eval-defun-1): Doc fix.
12633 (indent-sexp): Use nconc to build up indent-stack.
12634
12635 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12636 Gnus with little use.
12637 (mail-setup-hook): Add mail-abbrevs-setup to options.
12638
12639 * recentf.el: Doc fixes.
12640
12641 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12642 Clean up remainder.
12643
12644 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12645 without timezone and (8) with timezone to enforce some whitespace.
12646 Simplify code somewhat.
12647
12648 * options.el (list-options): Doc that you should use customize.
12649
12650 * iswitchb.el (iswitchb-mode): Add :require.
12651
12652 * info.el (Info-goto-node, Info-menu): Doc fix.
12653 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12654 (info-tool-bar-map): New variable.
12655 (Info-mode): Use it.
12656 (Info-edit-map): Define all in defvar.
12657 (speedbar-attached-frame): Avoid compiler warning.
12658
12659 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12660 (global-map): Bind [tool-bar] to a filtered map.
12661 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12662 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12663 Allow PBM icons.
12664 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12665
12666 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12667 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12668 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12669 icons, except up_arrow, which is left-arrow rotated.
12670
12671 * imenu.el (imenu-add-to-menubar): Fix last change.
12672
12673 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12674
12675 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12676 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12677
12678 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12679
12680 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12681 typos in doc strings.
12682
12683 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12684 the doc strings how to customize Font Lock faces.
12685
12686 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12687 computing growth when dragging the header line.
12688
12689 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12690
12691 * simple.el (kill-line): Doc fix.
12692
12693 2000-10-08 Miles Bader <miles@gnu.org>
12694
12695 * faces.el (secondary-selection): Make foreground visible on tty.
12696
12697 * jka-compr.el (auto-compression-mode): Move to the end of the
12698 file, because `define-minor-mode' actually calls the mode-function
12699 if the associated variable is non-nil, which requires that all
12700 needed functions be already defined.
12701 (with-auto-compression-mode): Add autoload cookie.
12702
12703 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12704
12705 * files.el (find-backup-file-name) [ms-dos]: If support for long
12706 file names is not available, behave as if version-control were set
12707 to never.
12708
12709 2000-10-07 Dave Love <fx@gnu.org>
12710
12711 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12712 (browse-url-gnome-moz): New function.
12713 (browse-url-browser-function): Use it.
12714 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12715
12716 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12717
12718 * indent.el (tab-always-indent): New var.
12719 (indent-for-tab-command): Use it.
12720
12721 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12722 raise an error. This way it can still default to a sane value.
12723
12724 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12725
12726 * startup.el (fancy-splash-screens): Use local rather than global map.
12727 Don't use `update-menu-bindings' any more.
12728 Get rid of assumptions about keymap representation.
12729
12730 2000-10-06 Dave Love <fx@gnu.org>
12731
12732 * textmodes/fill.el (sentence-end-double-space)
12733 (sentence-end-without-period): Doc fix.
12734 (adaptive-fill-regexp): Purecopy.
12735 (unjustify-current-line): Use line-end-position.
12736 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12737
12738 * net/eudc-vars.el (eudc): Add :version, :link.
12739
12740 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12741
12742 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12743 Fix for define-minor-mode.
12744 (function-at-point): Alias to function-called-at-point.
12745
12746 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12747
12748 * simple.el (backward-word): Doc fix.
12749
12750 * image-file.el (image-file-name-regexp): image-file-regexps ->
12751 image-file-name-regexps.
12752 (image-file-name-extensions): Add pbm.
12753
12754 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12755
12756 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12757 and add filename to the names so that diff-mode can jump to source.
12758
12759 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12760 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12761 (tex-font-lock-keywords-1): Remove.
12762 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12763 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12764 (font-lock-default-fontify-region):
12765 Expand beg..end correctly when just following a multiline region.
12766 (font-lock-fontify-anchored-keywords):
12767 Include the anchor text as part of the multiline.
12768
12769 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12770
12771 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12772 latter needs the autoloaded define-minor-mode macro during the
12773 bootstrap.
12774
12775 * startup.el (command-line): For now, activate tool-bar-mode only
12776 if XPM images are supported.
12777
12778 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12779 window by dragging a header-line at the top of the frame; that's
12780 confusing because the header-line doesn't move.
12781 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12782 of treating the event as a list. Some cleanup.
12783
12784 2000-10-06 Miles Bader <miles@gnu.org>
12785
12786 * simple.el (display-message-or-buffer): New function.
12787 (shell-command-on-region): Use `display-message-or-buffer'.
12788
12789 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12790 docstring parts.
12791
12792 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12793 (smbclient-prompt-regexp): Add usage note to doc string.
12794 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12795 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12796 Use add-hook for adding the comint filter function, and only do so
12797 if it's not already in the global hook list.
12798 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12799 to `make-local-variable'.
12800 (nslookup-font-lock-keywords): Remove prompt entry.
12801 (nslookup): Don't set the process-filter.
12802 (finger): Exit the loop correctly when the regexps list runs out.
12803 (ftp, smbclient, smbclient-list-shares):
12804 Set the real major mode immediately, not after execing.
12805 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12806
12807 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12808
12809 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12810
12811 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12812
12813 * which-func.el (which-func-format): Remove spurious space.
12814 (which-func-mode): Don't make it permanent-local.
12815 (which-func-ff-hook): Allow which-func-maxout to be nil.
12816 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12817 (which-func-mode): Simplify.
12818 Use post-command-idle-hook rather than post-command-hook.
12819 Go through all buffers and update their state.
12820 (which-function): Also try add-log-current-defun-function.
12821
12822 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12823 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12824 Update call to with-vc-properties accordingly.
12825 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12826 (vc-revert-buffer): More careful about window selection and deletion.
12827 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12828
12829 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12830 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12831 (cvs-dired-action): Change the default to quickdir.
12832
12833 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12834 if comment-indent-function returns nil.
12835 (comment-indent-default): New function.
12836 (comment-indent-function): Use it and document the new semantics.
12837
12838 * image-file.el: Docstring fixes.
12839
12840 * help.el (help-xref-on-pp): Use match-string.
12841 (describe-variable): New arg BUFFER.
12842 Store the current buffer in the help-xref-stack.
12843 (temp-buffer-resize-mode): Use define-minor-mode.
12844
12845 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12846 consistently with its docstring.
12847 Set jit-lock-first-unfontify-pos in an idempotent way.
12848 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12849
12850 2000-10-05 Alex Schroeder <alex@gnu.org>
12851
12852 * sql.el (sql-mysql-options): New variable.
12853 (sql-mysql): Use it.
12854
12855 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12856
12857 * image.el (image): New group.
12858
12859 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12860 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12861
12862 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12863
12864 * net/net-utils.el (nslookup-font-lock-keywords)
12865 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12866 Ignore the value of wqindow-system; always define keywords
12867
12868 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12869
12870 * startup.el (fancy-splash-screens): Remove the code for
12871 debugging; `(trace-to-stderr "EXITTT\n")'.
12872
12873 2000-10-05 Miles Bader <miles@gnu.org>
12874
12875 * diff-mode.el (diff-goto-source): Update call to
12876 `diff-hunk-status-msg' to reflect new REV variable.
12877
12878 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12879
12880 * progmodes/icon.el (icon-mode):
12881 Don't gratuitously override the default for comment-column.
12882
12883 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12884
12885 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12886 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12887 (jit-lock-functions): New var.
12888 (jit-lock-function-1): Use it if non-nil.
12889 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12890 Set the `fontified' property before doing the fontification to avoid
12891 repeatedly going through the same error.
12892 Don't turn errors into messages.
12893 (jit-lock-register, jit-lock-unregister): New functions.
12894
12895 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12896 Use with-current-buffer.
12897
12898 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12899 Turn comment into docstring.
12900
12901 * apropos.el (apropos-mode): Use define-derived-mode.
12902
12903 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12904
12905 * startup.el (fancy-splash-pending-command): New variable.
12906 (fancy-splash-pre-command): New function.
12907 (fancy-splash-screens): Rewritten.
12908 (command-line-1): If fancy-splash-pending-command is set, call it
12909 interactively.
12910
12911 2000-10-04 Dave Love <fx@gnu.org>
12912
12913 * toolbar/tool-bar.el (tool-bar-setup): New function.
12914 (tool-bar-mode): Use it.
12915
12916 * subr.el (substitute-key-definition): Doc fix.
12917 (play-sound-file): New command.
12918
12919 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12920
12921 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12922 vc-version-backup-file-name): New functions.
12923
12924 * files.el (basic-save-buffer): Call vc-before-save before saving.
12925
12926 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12927 vc-cvs-stay-local-p.
12928
12929 * vc.el (vc-revert-buffer): Handle empty diff properly.
12930 (vc-version-backup-file): New function.
12931 (vc-checkout): Create a version backup if necessary.
12932 (vc-checkin): If a version backup file exists, delete it.
12933 (vc-version-diff): Diff locally using version backups, if available.
12934 (vc-revert-file): If there's a version backup, revert locally.
12935 (vc-transfer-file): Use version backup for base version, if
12936 available. If not, ask for confirmation whether to get it from the
12937 server. Update mode line before check-in.
12938
12939 2000-10-04 Dave Love <fx@gnu.org>
12940
12941 * toolbar/tool-bar.el (tool-bar-setup): New function.
12942 (tool-bar-mode): Use it.
12943
12944 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12945
12946 * net/net-utils.el (nslookup-font-lock-keywords)
12947 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12948 Only set if window-system is non-nil
12949 (net-utils-run-program): Returns buffer.
12950 (network-connection-reconnect): Added this function.
12951
12952 * generic.el:
12953 Incorporates extensive cleanup and docfixes by
12954 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12955 Uses cl compile-time macros.
12956 (generic-mode-name, generic-comment-list)
12957 (generic-keywords-list, generic-font-lock-expressions)
12958 (generic-mode-function-list, generic-mode-syntax-table):
12959 Removed variables.
12960 (generic-mode-alist): Renamed to generic-mode-list.
12961 (generic-find-file-regexp): Default changed to "^#".
12962 (generic-read-type): Uses completing read on generic-mode-list.
12963 (generic-mode-sanity-check): removed this function.
12964 (generic-add-to-auto-mode): Removed this function
12965 (generic-mode-internal): Bind mode-specific definitions
12966 into function instead of putting them in alist.
12967 (generic-mode-set-comments): Reworked extensively.
12968 (generic-mode-find-file-hook): Simplified regexp searching
12969 (generic-make-keywords-list): Omit extra pair of parens
12970
12971 * find-lisp.el (find-lisp-find-files-internal):
12972 Make sure directory name ends with "/".
12973
12974 * generic-x.el (apache-conf-generic-mode):
12975 Regexp now allows leading whitespace.
12976 (rc-generic-mode): Added eval-when-compile
12977 around generic-make-keywords-list.
12978 Deleted duplicate regexp
12979 (rul-generic-mode): Added eval-when-compile
12980 around generic-make-keywords-list.
12981 (etc-fstab-generic-mode): New generic mode.
12982 (rul-generic-mode): Removed one eval-when-compile
12983 which caused a max-specpdl-size exceeded error.
12984
12985 2000-10-04 Miles Bader <miles@gnu.org>
12986
12987 * simple.el (minibuffer-temporary-goal-position): New variable.
12988 (next-history-element): Try to keep the position of point in the
12989 input string constant.
12990
12991 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12992 (dired-do-create-files): If there's only one file, pass it in as
12993 the DEFAULT arg to dired-mark-read-file-name.
12994
12995 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12996
12997 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12998 (diff-goto-source): Be smarter when choosing REVERSE or not.
12999
13000 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13001 (texinfo-mode-menu): Add an explicit shortcut for update all.
13002
13003 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13004
13005 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13006 factorize backend-specific code cleanly (this was essentially
13007 conceived by Stefan Monnier).
13008 (vc-unregister): Function removed.
13009 (vc-revert-file): New function.
13010 (vc-revert-buffer): Delegate some of the work to it.
13011
13012 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13013 default branch unconditionally.
13014 (vc-rcs-set-default-branch): New function.
13015 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13016 (vc-rcs-checkin): If an appropriate default branch has been set,
13017 force creation of that branch.
13018 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13019 code (as suggested by Stefan Monnier).
13020
13021 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13022
13023 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13024 highlighting overlay with a different face over the overlay
13025 isearch uses to highlight the current match because that can lead
13026 to bad face combinations.
13027
13028 * loadup.el (toplevel): Load faces before isearch.
13029
13030 * isearch.el (isearch-faces): New custom group.
13031 (isearch): New defface; was already tested for in the code.
13032 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13033 (isearch-highlight): Always use face `isearch'.
13034
13035 2000-10-02 Dave Love <fx@gnu.org>
13036
13037 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13038 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13039 comparison of opcode with operand.
13040
13041 2000-10-03 Miles Bader <miles@gnu.org>
13042
13043 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13044 buffer, since the echo area will now grow to accommodate them.
13045
13046 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13047
13048 * vc-hooks.el (vc-registered): If FILE used to be registered under
13049 a certain backend, try that one first.
13050
13051 * vc.el (vc-responsible-backend): Undo the previous change in the
13052 argument list. Handle multiple backends correctly.
13053 (vc-find-new-backend): Function removed.
13054 (vc-register): Use vc-responsible-backend, as before.
13055 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13056
13057 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13058
13059 * startup.el (fancy-splash-head): Change message below the
13060 logo.
13061
13062 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13063
13064 * diff-mode.el (diff-goto-source): Emit a status message.
13065 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13066 (diff-test-hunk): Fix doc string.
13067 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13068 (diff-advance-after-apply-hunk): New variable.
13069 (diff-apply-hunk): Don't return a value.
13070
13071 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13072
13073 * vc.el (vc-editable-p): Minor optimization.
13074 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13075 (vc-find-new-backend): New function split from vc-responsible-backend.
13076 (vc-register): Use it.
13077 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13078 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13079 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13080 (vc-clear-headers): Don't use find-file.
13081 (vc-revert-buffer): Use `and' again (must have been a braino).
13082 (vc-switch-backend): Only prompt if requested.
13083 Short circuit if nothing is to be done.
13084 Don't use vc-resynch-buffer which could lose unsaved editing.
13085 (vc-default-receive-file): Update call to vc-unregister.
13086 (with-vc-file, vc-next-action-on-file):
13087 Use vc-backend rather than vc-registered.
13088 (vc-next-action-on-file): Use intern-soft.
13089 Deal with read-only *vc-diff* buffer.
13090 (vc-transfer-file): Docstring fix.
13091
13092 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13093 (vc-rcs-receive-file): Avoid with-vc-properties.
13094 Update call to vc-unregister.
13095 Use constant `RCS' rather than (dynamically bound) var `backend'.
13096
13097 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13098
13099 * vc.el (vc-next-action-on-file): Update mode line only if file
13100 is visited.
13101 (vc-start-entry): New argument initial-contents. Don't visit the file
13102 if it isn't already visited. Brought documentation up-to-date.
13103 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13104 (vc-checkin): New optional arg initial-contents, which is passed to
13105 vc-start-entry.
13106 (vc-finish-logentry): Make sure to bury log buffer only if there
13107 really is one. Call `vc-resynch-buffer' on log-file, not
13108 buffer-file-name.
13109 (vc-default-comment-history, vc-default-wash-log): New functions.
13110 (vc-index-of): Removed.
13111 (vc-transfer-file): Make do without the above.
13112 (vc-default-receive-file): Call comment-history unconditionally. Pass
13113 the resulting string to vc-checkin, instead of inserting it into the
13114 comment ring.
13115
13116 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13117 unconditionally. Use the comments as initial contents of the log
13118 entry buffer. Document the trick to force branch creation with no
13119 changes.
13120
13121 2000-10-01 Miles Bader <miles@gnu.org>
13122
13123 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13124 `recenter' with an arg to prevent redrawing the display.
13125
13126 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13127
13128 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13129
13130 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13131
13132 * progmodes/c-mode.el (c-mode):
13133 Don't gratuitously override the default for comment-column.
13134
13135 * textmodes/tex-mode.el (latex-metasection-list): New var.
13136 (latex-imenu-create-index): Use it.
13137 Move the regexp construction outside loops (and use push).
13138 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13139 (tex-font-lock-keywords): Moved from font-lock.el.
13140 (tex-comment-indent): Remove.
13141 (tex-common-initialization): Don't set comment-indent-function.
13142 (latex-block-default): New var.
13143 (tex-latex-block): Use it to provide a default choice.
13144 Add any unknown choice to latex-block-names.
13145 Insert [...] after {...}.
13146 (tex-last-unended-begin): Simplify regexp.
13147 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13148 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13149 (latex-mode): Set forward-sexp-function.
13150
13151 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13152 Add regexp for @ignore ... @end ignore.
13153 (texinfo-heading-face): New face.
13154 (texinfo-font-lock-keywords): Use it.
13155 (texinfo-mode-menu): New menu.
13156 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13157 New functions.
13158 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13159 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13160 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13161 Remove declaration.
13162 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13163
13164 * delsel.el (delete-selection-mode): Use define-minor-mode.
13165
13166 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13167
13168 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13169
13170 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13171
13172 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13173
13174 * replace.el (keep-lines-read-args): New function.
13175 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13176 read arguments interactively. Add parameters RSTART and REND.
13177 Operate on the active region in Transient Mark mode.
13178
13179 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13180
13181 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13182 (authors-obsolete-files-regexps): New variable.
13183 (authors-add): Don't record changes in obsolete files.
13184
13185 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13186
13187 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13188
13189 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13190 (comment-indent): Make sure there's a space between code and comment.
13191 Shift comments left to avoid going past fill-column.
13192
13193 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13194
13195 * startup.el (startup-echo-area-message): New function.
13196 (display-startup-echo-area-message): Use it.
13197 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13198 (fancy-splash-default-action): New function.
13199 (fancy-splash-screens-1): New function.
13200 (fancy-splash-head): Put a help-echo and a keymap under the image.
13201
13202 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13203
13204 * diff-mode.el (diff-add-log-file-name): Remove.
13205 (diff-mode): Use add-log-buffer-file-name-function.
13206
13207 * add-log.el (find-change-log): New arg BUFFER-FILE.
13208 (add-log-file-name): Obey add-log-file-name-function.
13209 (add-log-buffer-file-name-function): New var.
13210 (add-change-log-entry): Use it.
13211
13212 2000-09-29 Miles Bader <miles@gnu.org>
13213
13214 * image-file.el (image-file-name-extensions): New variable.
13215 (image-file-name-regexps): Renamed from `image-file-regexps'.
13216 New default value is nil. Call `auto-image-file-mode'.
13217 (image-file-name-regexp): New function.
13218 (auto-image-file-mode): New minor mode.
13219 (insert-image-file): Don't make conditional on the image-file
13220 handler being enabled.
13221 (image-file-handler): Make the call here conditional instead.
13222 (set-image-file-handler-enabled, enable-image-file-handler)
13223 (disable-image-file-handler): Functions removed.
13224
13225 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13226 string.
13227
13228 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13229
13230 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13231 it's a function from CL.
13232 (latex-imenu-create-index): Replace eval-when-compile with progn
13233 because latex-section-alist is not bound while compiling.
13234
13235 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13236
13237 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13238 (outline-mode): Use define-derived-mode.
13239
13240 * progmodes/perl-mode.el (perl-mode):
13241 * progmodes/awk-mode.el (awk-mode):
13242 * progmodes/asm-mode.el (asm-mode):
13243 Don't gratuitously override the default for comment-column.
13244
13245 * emacs-lisp/lisp.el (lisp-complete-symbol):
13246 Distinguish the let-binding case from the funcall case.
13247 (forward-sexp-function): New variable.
13248 (forward-sexp): Use it.
13249
13250 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13251 (easy-mmode-defmap): Remove the now useless autoload.
13252
13253 * time.el (display-time-mode): Use define-minor-mode.
13254
13255 * subr.el (add-minor-mode): Don't eval NAME.
13256 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13257 Use if rather than cond.
13258
13259 * simple.el (read-expression-map): Define more properly.
13260 (comment-indent-hook): Remove.
13261 (string-to-syntax): Bug fix.
13262
13263 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13264 (cvs-ediff-diff): Fix typo.
13265 (cvs-revert-if-needed): Don't bother preserving read-only.
13266
13267 * paren.el (show-paren-mode): Use define-minor-mode.
13268
13269 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13270 (toggle-auto-compression): Remove.
13271 (jka-compr-build-file-regexp): Remove useless grouping.
13272
13273 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13274 Avoid user-reserved bindings.
13275 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13276 (diff-header-face): Revert to grey85.
13277
13278 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13279
13280 * complete.el (partial-completion-mode) <defcustom>: Remove.
13281 (partial-completion-mode): Use define-minor-mode.
13282 (PC-do-completion): Understand `completion-auto-help = delay'
13283 to mean to popup the completion buffer only the second time.
13284 (PC-include-file-all-completions, PC-include-file-all-completions)
13285 (PC-include-file-all-completions): Don't quote lambda.
13286
13287 * comint.el (comint-mode-hook): Docstring fix.
13288 (comint-mode): Use define-derived-mode.
13289 (comint-mode-map): Remove obsolete comment.
13290 (make-comint): Minor stylistic change.
13291 (comint-insert-clicked-input): Be more careful to find the overlay.
13292 Use this-command-keys rather than hardcoding mouse-2.
13293
13294 * font-lock.el: Replace confusing (,@ with ,
13295 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13296 Don't use regexp-opt-depth. Spice up the regexp for args.
13297 Don't distinguish between cmds that can take an opt arg or not.
13298 Use `append' and `prepend' rather than `keep'.
13299
13300 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13301 (latex-outline-regexp): New var.
13302 (latex-outline-level): New fun.
13303 (latex-section-alist): New var.
13304 (latex-imenu-create-index): Use it. Use `push' as well.
13305 (tex-shell-map): Initialize it properly.
13306 (tex-mode): Minor stylistic change.
13307 (plain-tex-mode): Use define-derived-mode.
13308 (latex-mode): Use define-derived-mode.
13309 Construct the paragraph regexps in a more readable way.
13310 Set the buffer-local outline-{level,regexp} vars.
13311 (slitex-mode): Derive from latex-mode.
13312 (tex-common-initialization): Don't kill-all-vars anymore.
13313 Add setting for comment-add and font-lock-defaults.
13314 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13315 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13316 (tex-start-tex): New arg DIR (and send a chdir command for it).
13317 Also display the shell buffer and save it in tex-last-buffer-texed.
13318 (tex-region): Use expand-file-name rather than concat.
13319 Remove code made useless by changes in tex-start-tex.
13320 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13321
13322 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13323
13324 2000-09-28 Dave Love <fx@gnu.org>
13325
13326 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13327
13328 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13329
13330 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13331 `append'.
13332
13333 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13334
13335 * info.el (Info-extract-pointer): Undo last change.
13336 Instead, fix the position of the `bound' arg to re-search-backward.
13337
13338 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13339
13340 * info.el (Info-extract-pointer):
13341 Widen more carefully, to avoid finding pointers in other nodes.
13342 (Info-index): Use push.
13343
13344 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13345
13346 * frame.el (set-frame-font): Remove call to obsolete function
13347 frame-update-faces.
13348 (set-foreground-color, set-background-color): Likewise for
13349 frame-update-face-colors.
13350
13351 2000-09-27 Miles Bader <miles@gnu.org>
13352
13353 * image-file.el: New file.
13354
13355 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13356
13357 * frame.el (frame-notice-user-settings): Don't call
13358 frame-update-faces, which is a no-op now.
13359
13360 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13361 tool-bar-lines.
13362
13363 2000-09-27 Dave Love <fx@gnu.org>
13364
13365 * mouse.el: Fix last change.
13366
13367 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13368
13369 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13370
13371 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13372
13373 * international/quail.el (quail-help): The output message is
13374 improved.
13375
13376 2000-09-26 Dave Love <fx@gnu.org>
13377
13378 * mouse.el (popup-menu): If POSITION is nil, set it using
13379 mouse-position.
13380
13381 2000-09-25 Sam Steingold <sds@gnu.org>
13382
13383 * net/browse-url.el (browse-url-file-url): Check for null maps.
13384
13385 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13386
13387 * frame.el (frame-notice-user-settings): Don't add a
13388 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13389
13390 * frame.el (frame-notice-user-settings):
13391 Make tool-bar-mode and default-frame-alist consistent.
13392
13393 * toolbar/tool-bar.el (tool-bar-help): New function.
13394
13395 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13396
13397 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13398 current-load-list in top-level forms. Else this leaks a cons cell
13399 every time a defun is called.
13400
13401 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13402
13403 2000-09-25 Dave Love <fx@gnu.org>
13404
13405 * startup.el (fancy-splash-head): Check XPM is available.
13406
13407 * autoinsert.el (auto-insert): Doc fix.
13408 (auto-insert-alist): Following GNU notices, don't say `copyright
13409 _by_'. Use line-beginning-position.
13410 (auto-insert): Check buffer-file-name is non-nil before use.
13411
13412 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13413
13414 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13415 starting with `@def' or `@multitable', in addition to ones
13416 specified by the user in auto-fill-inhibit-regexp.
13417
13418 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13419
13420 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13421 rmail-dont-reply-to-names matches the empty string.
13422
13423 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13424
13425 * startup.el (command-line-1, fancy-splash-text): Change the
13426 text to sound more friendly.
13427
13428 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13429
13430 * progmodes/hideshow.el: Update author email address.
13431 Generally, sync w/ maintainer version 5.22.
13432 (hs-hide-all-non-comment-function): New var.
13433 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13434 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13435 (hs-show-region): Delete this command.
13436 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13437
13438 2000-09-22 Dave Love <fx@gnu.org>
13439
13440 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13441 (hl-line-highlight): Specify buffer when moving overlay.
13442
13443 * progmodes/fortran.el (fortran-mode): Locally set
13444 normal-auto-fill-function.
13445 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13446 (fortran-mode-map): Adjust auto-fill menu entry.
13447
13448 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13449
13450 * vc-rcs.el (toplevel): Require `vc' when compiling.
13451
13452 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13453
13454 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13455
13456 * vc.el (vc-switch-backend): Signal an error if the file is not
13457 registered under the new backend.
13458
13459 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13460 without explicit revision number.
13461
13462 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13463
13464 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13465 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13466 (diff-xor): New function.
13467 (diff-find-source-location): Use it. Fix a stupid name clash.
13468 (diff-hunk-status-msg): New function.
13469 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13470 (diff-test-hunk): Use diff-find-source-location.
13471 (diff-goto-source): Favor the `reverse'.
13472 (diff-hunk-text): Properly handle one-sided context diffs.
13473 (diff-apply-hunk): When done, advance to the next hunk.
13474
13475 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13476
13477 * startup.el (command-line): If frame was created with a non-zero
13478 tool-bar-lines parameter, switch tool-bar-mode on.
13479
13480 * add-log.el (change-log-date-face, change-log-name-face)
13481 (change-log-email-face, change-log-file-face)
13482 (change-log-list-face, change-log-conditionals-face)
13483 (change-log-function-face, change-log-acknowledgement-face):
13484 New faces, inheriting from font-lock faces.
13485 (change-log-font-lock-keywords): Use them.
13486
13487 2000-09-21 Dave Love <fx@gnu.org>
13488
13489 * progmodes/cperl-mode.el (top-level): Clean up
13490 `eval-when-compile's and assorted defvars.
13491 (cperl-invalid-face): Don't double-quote value. Change custom
13492 type.
13493 (cperl-mode): Set normal-auto-fill-function and don't zap
13494 auto-fill-function.
13495 (cperl-imenu--function-name-regexp-perl): Renamed from
13496 imenu-example--function-name-regexp-perl.
13497 (cperl-imenu--create-perl-index): Renamed from
13498 imenu-example--create-perl-index.
13499 (cperl-xsub-scan): Don't require cl.
13500
13501 * msb.el (msb-mode-map): Use substitute-key-definition.
13502 (msb-mode): Use msb-mode-map.
13503
13504 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13505
13506 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13507 New functions.
13508 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13509 (vc-switch-backend): New function.
13510 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13511 (vc-register): Fix prompt.
13512 (vc-unregister, vc-default-unregister): New functions.
13513 (vc-version-diff): Handle empty buffer in sentinel.
13514
13515 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13516 (vc-rcs-state-heuristic): Use it to guess the state of files with
13517 non-strict locking.
13518 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13519 been set with -b, but not created yet.
13520 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13521 contents in order to find the state.
13522 (vc-rcs-checkin): Allow creation of branches with no changes.
13523 (vc-rcs-unregister, vc-rcs-receive-file)
13524 (vc-rcs-set-non-strict-locking): New functions.
13525
13526 * vc-hooks.el (vc-name): Force correct computation of the value
13527 in case it is missing.
13528
13529 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13530
13531 * startup.el (fancy-splash-tail): Use a different foreground
13532 color on a dark frame background.
13533
13534 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13535
13536 * info.el: Use the correct capitalization when making Info-mode
13537 and Info-edit-mode `special' modes.
13538
13539 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13540
13541 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13542 (diff-mode): Add support for add-log.el.
13543 (diff-hunk-text): Use char offsets rather than line offsets.
13544 (diff-find-source-location): Replace LINE with line-offset (nil
13545 if not found) and always set POS to a meaningful position.
13546 Adapt to the new char-offsets.
13547 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13548 Adapt to the new diff-find-source-location.
13549 (diff-goto-source): Adapt to the new diff-find-source-location.
13550
13551 * add-log.el (add-log-file-name): New function (split out of
13552 add-change-log-entry).
13553 (add-change-log-entry): Use it.
13554 Call add-log-file-name-function with the changelog file name if
13555 the current buffer is not associated with any file.
13556 Avoid find-file if the selected window is dedicated.
13557
13558 * diff-mode.el (diff-find-source-location):
13559 Move code from diff-apply-hunk. Return buffer rather than file.
13560 (diff-apply-hunk): Use the new result from diff-find-source-location.
13561 (diff-goto-source): Use the new diff-find-source-location.
13562
13563 2000-09-20 Dave Love <fx@gnu.org>
13564
13565 * iswitchb.el: Some doc fixes.
13566 (iswitchb-mode-map): Define completely initially. Inherit
13567 minibuffer-local-map.
13568 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13569 fundamental-mode.
13570 (iswitchb-global-map): New variable.
13571 (iswitchb-summaries-to-end): Amalgamate regexps.
13572 (iswitchb-mode): New.
13573 (iswitchb-mode-hook): New variable.
13574 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13575 `extensions'.
13576
13577 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13578
13579 * ehelp.el (electric-help): New defgroup.
13580 (electric-help-shrink-window): New user-option.
13581 (with-electric-help): Use it.
13582
13583 * window.el (shrink-window-if-larger-than-buffer): If face
13584 `mode-line' has a :box, and we're on a graphical frame, add 1
13585 to the needed window height.
13586
13587 * frame.el (frame-notice-user-settings): Add a last parameter nil
13588 to a call to `append', because the last list passed to `append' is
13589 not copied, and so subsequent calls to assq-delete-all will modify
13590 default-frame-alist.
13591
13592 * startup.el (fancy-splash-image): Change :type.
13593 (fancy-splash-head): Use an XBM image if appropriate.
13594 (command-line-1): Show splash screens in more cases.
13595
13596 * startup.el (fancy-splash-text): Don't quote faces.
13597
13598 * dired.el (dired-font-lock-keywords): Undo last change.
13599 (dired-readin): Bind indent-tabs-mode to nil.
13600
13601 * startup.el (fancy-splash-head): If frame's background mode
13602 is `dark', change the black background of the image to gray.
13603 (fancy-splash-screens): Display startup echo area message.
13604 (display-startup-echo-area-message): New function.
13605
13606 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13607
13608 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13609
13610 * info.el (info-header-node): Tweak for color ttys.
13611
13612 * faces.el (face-valid-attribute-values): Make sure directories we
13613 search for stipples both exist and are readable before trying to
13614 search them.
13615
13616 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13617 in the dry-run case.
13618
13619 * jka-compr.el (with-auto-compression-mode): New macro.
13620
13621 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13622 (custom-group-tag-face, custom-variable-tag-face): Use relative
13623 :height and inherit from `variable-pitch' face instead of
13624 hardwiring :family.
13625 * hi-lock.el (hi-black-hb): Likewise.
13626
13627 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13628 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13629 toolbar-add-item, if image doesn't have a mask add a `:mask
13630 heuristic'.
13631
13632 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13633
13634 * diff-mode.el: Docstring fixes.
13635 (diff-header-face, diff-comment-face): New faces.
13636 (diff-font-lock-keywords): Highlight a bit differently.
13637 (diff-find-source-location): Don't return SPAN any more.
13638 (diff-hunk-text): Don't bother erasing the temp buffer.
13639 (diff-find-text): Drop argument LINE.
13640 (diff-apply-hunk): Update calls to diff-find-text.
13641 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13642
13643 * calendar/calendar.el: Docstring fixes.
13644 (calendar-make-alist): Don't quote lambda.
13645 (calendar-star-date): Use make-local-variable.
13646
13647 2000-09-19 Dave Love <fx@gnu.org>
13648
13649 * toolbar/tool-bar.el: Renamed from toolbar.el.
13650 Change `toolbar' to `tool-bar' generally in symbols.
13651 Make some items invisible in `special' major modes.
13652 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13653 Add arg PROPS.
13654
13655 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13656 Add :version here.
13657 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13658
13659 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13660
13661 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13662
13663 * files.el (find-file-suppress-same-file-warnings): New user-option.
13664 (find-file-noselect): Use it.
13665
13666 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13667 (fancy-splash-screen): Defgroup.
13668
13669 * add-log.el (change-log-font-lock-keywords): Match names
13670 more exactly for the case that font-lock-constant-face is
13671 underlined.
13672
13673 2000-09-19 Richard M. Stallman <rms@gnu.org>
13674
13675 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13676
13677 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13678
13679 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13680
13681 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13682
13683 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13684 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13685 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13686 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13687 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13688 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13689 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13690 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13691 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13692 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13693 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13694 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13695
13696 * startup.el (fancy-splash-text): New variable.
13697 (fancy-splash-delay, fancy-splash-image): New user-options.
13698 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13699 (fancy-splash-screens): New functions.
13700 (command-line-1): If display has a `display' frame parameter, has
13701 colors, and we have XPM support, show more fancy splash screens.
13702
13703 2000-09-19 Dave Love <fx@gnu.org>
13704
13705 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13706 with null `help'. Use modern backquote syntax.
13707
13708 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13709
13710 * font-lock.el (font-lock-mode): Change message telling the user
13711 that ``the buffer is too big''.
13712
13713 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13714 for instance for the case that tab-width is 2.
13715
13716 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13717
13718 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13719 toolbar-add-item, if image doesn't have a mask add a `:mask
13720 heuristic'.
13721
13722 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13723
13724 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13725 and return a cons if it's non-nil.
13726 (diff-apply-hunk): Try to jump to the line in the source text
13727 corresponding to the position of point in the in the hunk.
13728
13729 * info.el (Info-title-3-face, Info-title-2-face)
13730 (Info-title-1-face): Use face inheritance and relative sizes
13731 instead of hard-wiring things.
13732
13733 * faces.el (secondary-selection): Make dark-background variant sane.
13734
13735 2000-09-16 Andrew Innes <andrewi@gnu.org>
13736
13737 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13738 read-only, since they aren't under VC now.
13739
13740 2000-09-17 Dave Love <fx@gnu.org>
13741
13742 * tmm.el: Replace mapcar with mapc in several places.
13743
13744 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13745 ad-unadvise.
13746
13747 * international/latin1-disp.el: New file.
13748
13749 * calendar/cal-move.el (scroll-calendar-left)
13750 (scroll-calendar-right): Make arg optional (for active mode line).
13751
13752 * calendar/calendar.el (calendar-mode-line-format): Make fields
13753 mouse-sensitive.
13754 (calendar-read-date, calendar-read-date, calendar-window-list):
13755 Unquote lambda.
13756 (calendar-month-name): Use aref, not sref.
13757
13758 * view.el (minor-mode-alist): Propertize the string.
13759
13760 * international/characters.el (standard-case-table): Add entries
13761 for Greek.
13762
13763 2000-09-18 Miles Bader <miles@gnu.org>
13764
13765 * info.el (info-node, info-xref): Add dark-background variants.
13766
13767 * faces.el (header-line): Change defaults to be less confusing
13768 when mixed with mode-lines.
13769
13770 * info.el (Info-fontify-node): Make a few cleanups.
13771 Add extra `help-echo' and `local-map' props to node xrefs.
13772 Use header-specific faces for node-names & xrefs.
13773 (Info-use-header-line): New variable.
13774 (info-header-xref, info-header-node): New faces.
13775 (Info-setup-header-line): New function.
13776 (Info-select-node): Call Info-setup-header-line when enabled.
13777 (Info-extract-pointer): Work even if the header line is hidden.
13778 (Info-header-line): New variable.
13779
13780 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13781
13782 * vms-patch.el (print-region-function): Don't quote lambda.
13783
13784 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13785
13786 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13787 (lm-get-header-re): Allow spaces between the header and the colon.
13788 (lm-header): Allow $ in non-RCS headers.
13789 (lm-header-multiline): Put the strings back into order.
13790 Stop at an empty line. Don't require two space chars if the
13791 line is clearly not another header line.
13792
13793 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13794 (popup-menu-popup): Remove.
13795
13796 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13797
13798 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13799 specification if or if not tool-bar item contains an `:enabled'
13800 property.
13801
13802 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13803 current buffer has no file name.
13804
13805 2000-09-15 Dave Love <fx@gnu.org>
13806
13807 * strokes.el: Sync with maintainer's current version with changes
13808 for Emacs, but avoid runtime cl and levents.
13809 (toplevel): Change autoloads and compilation requires.
13810 (strokes-version, strokes-bug-address, strokes-lift): Values
13811 changed.
13812 (strokes-xpm-header, strokes-insinuated): New variable.
13813 (strokes): Add :link.
13814 (strokes-mode): Customized.
13815 (strokes-while-inhibiting-garbage-collector): New macro.
13816 (strokes-remassoc): Avoid remove-if.
13817 (strokes-fix-button2-command): Don't use ad-do-it.
13818 (strokes-insinuate): New function.
13819 (strokes-button-press-event-p, strokes-button-release-event-p):
13820 New functions, used instead of non-`strokes-' versions..
13821 (strokes-mouse-event-p): Rewritten.
13822 (strokes-event-closest-point): Avoid event-point.
13823 (strokes-get-grid-position): Avoid cdadr, caadr
13824 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13825 functions.
13826 (strokes-help): Use with-output-to-temp-buffer.
13827 (strokes-window-configuration-changed-p): New function.
13828 (strokes-update-window-configuration): Use buffer-live-p,
13829 strokes-window-configuration-changed-p.
13830 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13831 (strokes-char-face): New face.
13832 (strokes-char-table, strokes-base64-chars): New variable.
13833 (strokes-xpm-for-stroke, strokes-list-strokes)
13834 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13835 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13836 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13837 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13838 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13839 functions.
13840
13841 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13842
13843 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13844
13845 * image.el (create-image): Doc fix.
13846
13847 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13848 instead of `:heuristic-mask t'.
13849
13850 2000-09-14 Andrew Innes <andrewi@gnu.org>
13851
13852 * makefile.w32-in: Revert to Unix line endings.
13853
13854 2000-09-14 Andrew Innes <andrewi@gnu.org>
13855
13856 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13857 when installing.
13858
13859 * makefile.nt (DONTCOMPILE): Fix typo.
13860
13861 * shell.el (shell-write-history-on-exit): New function.
13862 (shell-dumb-shell-regexp): New custom variable.
13863 (shell-mode): Make shell-write-history-on-exit the process
13864 sentinel if shell name matches shell-dumb-shell-regexp.
13865
13866 * w32-fns.el: Comment out before-init-hook function which resets
13867 source-directory based; this breaks bootstrap.
13868
13869 2000-09-14 Dave Love <fx@gnu.org>
13870
13871 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13872 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13873 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13874 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13875 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13876 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13877 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13878 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13879 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13880
13881 * toolbar/toolbar.el: New.
13882
13883 * subdirs.el: Add toolbar.
13884
13885 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13886
13887 * indent.el (indent-for-tab-command): Doc fix.
13888
13889 2000-09-14 Alex Schroeder <alex@gnu.org>
13890
13891 * ansi-color.el (ansi-colors): Doc change.
13892 (ansi-color-get-face): Simplified regexp.
13893 (ansi-color-faces-vector): Added more faces, doc change.
13894 (ansi-color-names-vector): Doc change.
13895 (ansi-color-regexp): Simplified regexp.
13896 (ansi-color-parameter-regexp): New regexp.
13897 (ansi-color-filter-apply): Doc change.
13898 (ansi-color-filter-region): Doc change.
13899 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13900 deal with zero length parameters.
13901 (ansi-color-apply-on-region): Doc change.
13902 (ansi-color-map): Doc change.
13903 (ansi-color-map-update): Removed debugging message.
13904 (ansi-color-get-face-1): Added condition-case to trap
13905 args-out-of-range errors.
13906 (ansi-color-get-face): Doc change.
13907 (ansi-color-make-face): Removed.
13908 (ansi-color-for-shell-mode): New option.
13909
13910 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13911
13912 * international/quail.el (quail-start-translation): Translate KEY
13913 if necessary even if it doesn't have any mapping in the current
13914 input method.
13915 (quail-start-conversion): Likewise.
13916 (quail-help): The output message is improved.
13917
13918 2000-09-13 Miles Bader <miles@gnu.org>
13919
13920 * comint.el (comint-output-filter): Revert to using
13921 `insert-before-markers'. Add bletcherous hack to undo damage
13922 caused by `insert-before-markers'. Put `front-sticky' property on
13923 overlays created here so that the field code understands how the
13924 overlay works. Use a let when making comint-last-prompt-overlay,
13925 so that the code is easier to read.
13926
13927 2000-09-13 Dave Love <fx@gnu.org>
13928
13929 * wid-edit.el (widget-default-format-handler): DTRT when
13930 doc-property is a function.
13931
13932 2000-09-12 Francesco Potorti` <pot@gnu.org>
13933
13934 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13935 filed name if it's not there.
13936
13937 2000-09-12 Dave Love <fx@gnu.org>
13938
13939 * simple.el (read-mail-command): Doc fix.
13940 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13941
13942 * vc.el (vc-dired-listing-switches): Fix :version.
13943
13944 * vc-hooks.el: Doc fixes.
13945
13946 * subr.el (add-minor-mode): Use toggle-fun arg.
13947
13948 * speedbar.el: Add :version to several defcustoms.
13949
13950 * imenu.el (imenu--truncate-items, imenu--cleanup)
13951 (imenu--generic-function): Avoid mapcar.
13952 (imenu--replace-spaces): Function removed.
13953 (imenu--completion-buffer): Use subst-char-in-string.
13954 (imenu-add-to-menubar): Use keymap inheritance.
13955
13956 2000-09-12 Miles Bader <miles@gnu.org>
13957
13958 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13959 (diff-mode-map): Bind `diff-test-hunk'.
13960 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13961
13962 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13963
13964 * bytecomp.el (byte-compile-defvar): Undo last change
13965 because it breaks '(make-variable-buffer-local (defvar ...)'
13966 which is used at least in dired.
13967
13968 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13969
13970 * international/quail.el (quail-define-package): Docstring
13971 modified.
13972
13973 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13974
13975 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13976 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13977 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13978 docstring of "chinese-py".
13979
13980 * international/quail.el (quail-translation-docstring): New
13981 variable.
13982 (quail-show-keyboard-layout): Docstring modified.
13983 (quail-select-current): Likewise.
13984 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13985 infinite recursive call.
13986 (quail-help): Check quail-translation-docstring. Format of the
13987 output changed.
13988 (quail-help-insert-keymap-description): Adjusted for the above
13989 change.
13990
13991 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13992
13993 * bytecomp.el (byte-compile-defvar): Only cons onto
13994 current-load-list in top-level forms. Else this leaks a cons cell
13995 every time a defun is called.
13996
13997 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13998
13999 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14000 Now understands non-unified diffs. Some functionality moved into
14001 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14002 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14003 modify anything. Only reposition point in the patched file if the
14004 patch succeeds. Only pop up another window if POPUP is true.
14005 Emit a message describing what happened if successful, and at what
14006 line-offset. Automatically detect reversed hunks and do something
14007 appropriate.
14008 (diff-hunk-text, diff-find-text): New functions.
14009 (diff-filter-lines): Function removed.
14010 (diff-test-hunk): New function.
14011 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14012
14013 2000-09-10 Dave Love <fx@gnu.org>
14014
14015 * textmodes/tildify.el: Minor doc/commentary fixes.
14016 (tildify) <defgroup>: Add :version.
14017
14018 * faces.el (face-x-resources): Make custom type more specific.
14019 (frame-background-mode): Use mapc.
14020 (region) <defcustom>: Add :version.
14021
14022 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14023
14024 * vc-sccs.el (vc-sccs-register):
14025 * vc-rcs.el (vc-rcs-register):
14026 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14027 * vc.el (vc-register): Clear file's properties.
14028
14029 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14030
14031 * faces.el (face-spec-set): Only face-spec-reset-face when
14032 ATTRS is non-nil.
14033
14034 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14035
14036 * help.el (help-insert-xref-button): Fix a typo in doc string.
14037
14038 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14039
14040 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14041 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14042 methods.
14043
14044 * menu-bar.el (read-mail-item-name): New function.
14045 (menu-bar-tools-menu): Use it to compute and display the package
14046 used to read email.
14047 (menu-bar-tools-menu): Fix typo in GUD's help string.
14048
14049 2000-09-07 Dave Love <fx@gnu.org>
14050
14051 * diff-mode.el (diff-mouse-goto-source): New function.
14052
14053 * vc-sccs.el: Doc fixes.
14054 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14055
14056 * vc-rcs.el: Doc fixes.
14057 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14058 (vc-rcs-checkout-switches, vc-rcs-header)
14059 (vc-rcs-master-templates): Add or change :version.
14060
14061 * vc-cvs.el: Doc fixes.
14062 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14063 (vc-cvs-stay-local): Add :version.
14064
14065 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14066
14067 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14068
14069 * international/quail.el (quail-help): Fix previous change.
14070
14071 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14072
14073 * faces.el (color-values): Doc fix.
14074
14075 * faces.el (frame-set-background-mode): Use frame-parameter
14076 instead of frame-parameters.
14077
14078 * frame.el (filtered-frame-list): Reduce consing.
14079 (frames-on-display-list): Call frame-parameter instead of
14080 frame-parameters.
14081
14082 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14083
14084 * language/devan-util.el (devanagari-to-indian-region): In the
14085 loop, change the following char, not preceding char.
14086
14087 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14088
14089 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14090 instead of frame-parameters.
14091
14092 * faces.el (set-face-attribute): Simplify by calling
14093 internal-set-lisp-face-attribute with FRAME being 0.
14094
14095 * vc.el: Remove `Id' version control keyword.
14096
14097 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14098
14099 * help.el (help-make-xrefs): Adjusted for the change of
14100 help-xref-mule-regexp.
14101 (help-insert-xref-button): New function.
14102
14103 * international/mule-cmds.el (help-xref-mule-regexp-template):
14104 Include the pattern for character set.
14105 (leim): New group.
14106
14107 * international/quail.el: Don't require face.
14108 (quail): New group.
14109 (quail-other-command): Dummy command to make quail-help work better.
14110 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14111 (quail-keyboard-layout-substitution): New variable.
14112 (quail-update-keyboard-layout): New function.
14113 (quail-keyboard-layout-type): New customizable variable.
14114 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14115 (quail-keyboard-translate): Pay attention to
14116 quail-keyboard-layout-substitution.
14117 (quail-insert-kbd-layout): New function.
14118 (quail-show-keyboard-layout): New function.
14119 (quail-get-translation): If the definition is a vector of length
14120 1, and the element is a string of length 1, return the character
14121 in that string.
14122 (quail-update-current-translations): Fix the case of
14123 relative-index out of range.
14124 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14125 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14126 Show key sequences for all available characters.
14127 (quail-help-insert-keymap-description): Don't show such verbose
14128 key bindings as quail-self-insert-command.
14129
14130 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14131 Format changed, and each element now have extra documentations.
14132 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14133 Adjusted for the change of quail-cxterm-package-ext-info.
14134
14135 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14136
14137 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14138 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14139 during bootstrap.
14140
14141 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14142
14143 * vc.el: (toplevel): Don't require `dired' at run-time.
14144 (vc-dired-resynch-file): Remove autoload cookie.
14145
14146 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14147
14148 * vc.el: Made several backend functions optional.
14149 (vc-default-responsible-p): New function.
14150 (vc-merge): Use RET for first version to trigger merge-news, not
14151 prefix arg.
14152 (vc-annotate): Handle backends that do not support annotation.
14153 (vc-default-merge-news): Removed. The existence of a merge-news
14154 implementation is now checked on caller sites.
14155
14156 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14157 case.
14158
14159 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14160 special case that has been removed from the default in vc-hooks.el.
14161
14162 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14163
14164 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14165
14166 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14167
14168 * vc-hooks.el: Require vc during compilation.
14169 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14170 macro `with-vc-properties' in vc.el.
14171 (vc-file-getprop): Doc fix.
14172 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14173
14174 * vc.el: Require dired-aux during compilation.
14175 (vc-name-assoc-file): Moved to vc-sccs.el.
14176 (with-vc-properties): New macro.
14177 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14178 vc-finish-steal): Use it.
14179 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14180 to the backend-specific function is now supposed to do the checkout,
14181 too.
14182 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14183
14184 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14185 set file properties; that gets done in the generic code now.
14186
14187 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14188 Changed parameter list, added code from vc.el that does the
14189 checkout, possibly with a double-take.
14190
14191 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14192 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14193 the above under the new name.
14194 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14195 parameter list, added checkout command.
14196 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14197 properties; that gets done in the generic code now.
14198
14199 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14200
14201 * vc.el: Docstring fixes (courtesy of checkdoc).
14202
14203 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14204
14205 * vc.el (vc-checkout-writable-buffer-hook)
14206 (vc-checkout-writable-buffer): Remove.
14207 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14208 (vc-log-mode): Make it into a clean derived major mode.
14209 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14210 vc-log-mode if log-edit is not available.
14211 (vc-dired-mode-map): Don't set-keymap-parent yet.
14212 (vc-dired-mode): Do set-keymap-parent here.
14213 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14214
14215 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14216
14217 * faces.el (set-face-attribute, face-spec-reset-face)
14218 (face-spec-set): Avoid consing by removing calls to `apply'.
14219
14220 * frame.el (frame-parameter): Move to C code.
14221
14222 2000-09-05 Dave Love <fx@gnu.org>
14223
14224 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14225 insert-before-markers-and-inherit. Now checked systematically!
14226
14227 2000-09-05 Alex Schroeder <alex@gnu.org>
14228
14229 * sql.el (sql-postgres): Use sql-postgres-options.
14230 (sql-postgres-options): New variable.
14231
14232 2000-09-05 Alex Schroeder <alex@gnu.org>
14233
14234 * sql.el (sql-mode-menu): Work around missing variable mark-active
14235 in XEmacs.
14236 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14237 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14238 compatibility.
14239
14240 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14241
14242 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14243
14244 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14245
14246 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14247
14248 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14249
14250 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14251 don't support anything else under SCCS yet.
14252
14253 * vc-hooks.el: Minor doc fixes.
14254
14255 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14256
14257 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14258 not necessary. If verbose in state `needs-patch', do the same as
14259 under `up-to-date'. When NOT verbose and `needs-patch', check out
14260 latest version instead of `merge-news'.
14261 (vc-next-action-dired): Don't mess with default-directory here; it
14262 breaks other parts of dired. It is the job of the
14263 backend-specific functions to adjust it temporarily if they need it.
14264 (vc-next-action): Remove a special CVS case.
14265 (vc-clear-headers): New optional arg FILE.
14266 (vc-checkin, vc-checkout): Set properties vc-state and
14267 vc-checkout-time properly.
14268 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14269 (vc-print-log): Use new backend function `show-log-entry'.
14270 (vc-cancel-version): Do the checks in a different order. Added a
14271 FIXME concerning RCS-only code.
14272
14273 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14274 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14275
14276 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14277
14278 * vc-hooks.el (vc-default-mode-line-string): Show state
14279 `needs-patch' as a `-' too.
14280
14281 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14282
14283 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14284 (vc-default-could-register): New function.
14285 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14286 (vc-resynch-buffer): Call vc-dired-resynch-file.
14287 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14288 vc-resynch-buffer instead of vc-resynch-window.
14289 (vc-next-action-dired): Don't redisplay here, that gets done as a
14290 result of the individual file operations.
14291 (vc-retrieve-snapshot): Corrected prompt order.
14292
14293 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14294
14295 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14296 as well.
14297 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14298 hostname regexps. Updated all callers.
14299 (vc-cvs-responsible-p): Handle directories as well.
14300 (vc-cvs-could-register): New function.
14301 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14302 properties up-to-date.
14303
14304 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14305 user whether to create one.
14306
14307 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14308
14309 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14310 check out a non-existing file.
14311
14312 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14313 workfile does not exist.
14314
14315 * vc.el (vc-version-diff): Use `require' to check for existence of
14316 diff-mode.
14317
14318 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14319
14320 * vc-cvs.el (vc-cvs-registered): Use new function
14321 vc-cvs-parse-entry to do the actual work.
14322
14323 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14324
14325 * vc-hooks.el (vc-find-backend-function): If function doesn't
14326 exist, return nil instead of error.
14327 (vc-call-backend): Doc fix.
14328
14329 * vc.el (vc-do-command): Doc fix.
14330 (vc-finish-logentry): When checking in from vc-dired, choose the
14331 right backend for logentry check.
14332 (vc-dired-mode-map): Inherit from dired-mode-map.
14333 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14334 simplified.
14335 (vc-dired-state-info): Removed, updated caller.
14336 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14337 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14338 (vc-dired-listing-switches): New variable.
14339 (vc-directory): Use it, instead of dired-listing-switches.
14340
14341 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14342 (vc-cvs-dir-state): New function.
14343 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14344 (vc-cvs-parse-entry): New function, also to be used in
14345 vc-cvs-registered.
14346
14347 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14348
14349 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14350 *or* single-window-frames.
14351
14352 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14353
14354 * vc.el (vc-update-changelog): Split into generic part and default
14355 implementation. Doc string adapted.
14356 (vc-default-update-changelog): New function. Call the `rcs2log'
14357 script in exec-directory, to fix a long-standing nuisance.
14358
14359 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14360 simply signals an error.
14361
14362 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14363
14364 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14365 control-flow more clear and to avoid running `cvs' twice.
14366
14367 * vc.el (vc-next-action-on-file): Doc fix.
14368 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14369 (vc-print-log): Eval `file' before constructing the continuation.
14370
14371 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14372
14373 * vc.el (vc-next-action-on-file): Corrected several messages.
14374 (vc-merge): Add prefix arg `merge-news'; handle it.
14375
14376 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14377 is not reached. It is.
14378 (vc-cvs-merge): Set state to 'edited after merge.
14379 (vc-cvs-merge-news): Set workfile version to nil if not known.
14380 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14381
14382 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14383 via stdout. (Merge from main line.)
14384
14385 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14386
14387 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14388 detection.
14389
14390 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14391
14392 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14393 against kill-all-local-variables.
14394 (vc-log-edit): Don't save vc-parent-buffer any more.
14395 (vc-last-comment-match): Initialize to an empty string.
14396 (vc-post-command-functions): New hook.
14397 (vc-do-command): Run it.
14398 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14399 (vc-finish-logentry): Only add the comment to the ring if it's
14400 different from the last comment entered.
14401 (vc-new-comment-index): New function.
14402 (vc-previous-comment): Use it. Make the minibuffer message
14403 slightly less terse.
14404 (vc-comment-search-reverse): Make it work forward as well. Don't
14405 set vc-comment-ring-index if no match is found. Use
14406 vc-new-comment-index.
14407 (vc-comment-search-forward): Use vc-comment-search-reverse.
14408 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14409 define-derived-mode will do it for us. Bind `v' to a keymap that
14410 inherits from vc-prefix-map so that we can bind `vt' without
14411 binding C-x v t.
14412 (vc-retrieve-snapshot): Parenthesis typo.
14413
14414 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14415 to 1. Make sure to switch to *vc* before looking for an error
14416 message. Use vc-parse-buffer.
14417
14418 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14419
14420 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14421 and NAME.
14422 (vc-retrieve-snapshot): Split into two parts.
14423 (vc-default-retrieve-snapshot): New function.
14424
14425 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14426 (vc-cvs-retrieve-snapshot): New function (untested).
14427 (vc-cvs-stay-local): Default to t.
14428 (vc-cvs-remote-p): New function and property.
14429 (vc-cvs-state): Stay local only if the above is t.
14430 (vc-handle-cvs): Removed.
14431 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14432 done via vc-handled-backends now.
14433 (vc-cvs-header): Escape Id.
14434
14435 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14436
14437 * vc.el (vc-do-command): Remove unused commands.
14438 (vc-version-diff): Make sure default-directory ends with a slash.
14439 Move the window commands into a vc-exec-after.
14440 (vc-print-log): Move more of the code into the `vc-exec-after'.
14441
14442 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14443
14444 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14445 (vc-print-log): Search current revision from beginning of buffer.
14446 (vc-revert-buffer): Clear echo area after the diff is finished.
14447 (vc-prefix-map): Removed definition of "t" for terse display in vc
14448 dired.
14449 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14450 definition of "vt" for terse display.
14451 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14452
14453 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14454
14455 * vc.el (vc-exec-after): Avoid caddr.
14456
14457 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14458
14459 * vc.el (vc-exec-after): New function.
14460 (vc-do-command): Use it to add a termination message for async
14461 procs.
14462 (vc-checkout): Try to handle a missing-backend situation.
14463 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14464 of a directory with a backend using async diffs.
14465 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14466 present.
14467
14468 * vc-sccs.el (vc-sccs-state-heuristic): Use
14469 file-ownership-preserved-p.
14470
14471 * vc-rcs.el (vc-rcs-state-heuristic): Use
14472 file-ownership-preserved-p.
14473 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14474
14475 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14476
14477 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14478 vc-do-command.
14479
14480 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14481 when there are no changes.
14482
14483 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14484
14485 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14486
14487 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14488
14489 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14490
14491 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14492
14493 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14494 the `fset' outside of the defvar so that it works even if
14495 vc-prefix-map was already defined.
14496 (vc-setup-buffer): New function, split out of vc-do-command.
14497 (vc-do-command): Allow BUFFER to be t to mean `just use the
14498 current buffer without any fuss'.
14499 (vc-version-diff): Change the `diff' backend operation to just put
14500 the diff in the current buffer without erasing it. Always use
14501 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14502 shrink-window-if-larger-than-buffer.
14503 (vc-print-log): Change the `print-log' backend operation to just
14504 put the log in the current buffer without erasing it. Protect
14505 shrink-window-if-larger-than-buffer.
14506 (vc-update-change-log): Fix setd typo.
14507
14508 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14509 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14510
14511 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14512 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14513 CMP.
14514
14515 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14516 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14517 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14518
14519 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14520
14521 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14522 not possible, use vc-BACKEND-workfile-unchanged-p.
14523 (vc-default-workfile-unchanged-p): New function. Delegates to a
14524 full vc-BACKEND-diff.
14525
14526 * vc-hooks.el (vc-simple-command): Removed.
14527
14528 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14529 instead of vc-simple-command.
14530 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14531 avoid doing a diff when opening a file.
14532 (vc-rcs-state): Added check for unlocked-changes.
14533 (vc-rcs-header): Escape Id.
14534 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14535 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14536 version.
14537
14538 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14539 (vc-sccs-diff): Remove optional arg CMP.
14540 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14541 SCCS-specific function.
14542
14543 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14544 vc-simple-command.
14545
14546 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14547
14548 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14549 (with-vc-file, vc-merge): Use vc-editable-p.
14550 (vc-do-command): Remove unused var vc-file and fix the
14551 doubly-defined `status' var. Add a user message when starting an
14552 async command.
14553 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14554 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14555 Use with-current-buffer.
14556 (vc-buffer-sync): Use unless.
14557 (vc-next-action-on-file): If the file is 'edited by read-only,
14558 make it read-write instead of trying to commit.
14559 (vc-version-diff, vc-update-change-log): Use `setq
14560 default-directory' rather than `cd'.
14561 (vc-log-edit): Don't forget to set default-directory in the
14562 buffer.
14563
14564 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14565 (vc-sccs-state-heuristic): Use file-writable-p instead of
14566 comparing userids.
14567 (vc-sccs-checkout): Use `unless'.
14568
14569 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14570 of comparing userids.
14571 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14572 Simplify the logic by eliminating unreachable code.
14573 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14574 just do a recursive call if we need to retry.
14575 (vc-rcs-checkout): Handle the case where rcs is missing by making
14576 the buffer read-write if requested and re-signalling the error.
14577
14578 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14579
14580 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14581
14582 * vc-hooks.el (vc-handled-backends): Docstring change.
14583 (vc-ignore-vc-files): Mark obsolete.
14584 (vc-registered): Check vc-ignore-vc-files.
14585 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14586 vc-ignore-vc-files.
14587
14588 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14589
14590 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14591
14592 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14593 files since ange-ftp already has vc-registered return nil.
14594
14595 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14596 (vc-sccs-workfile-version): Use with-temp-buffer and new
14597 vc-parse-buffer and don't bother setting the property.
14598 (vc-sccs-add-triple): Use with-current-buffer and
14599 find-file-noselect.
14600 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14601
14602 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14603 derives from the old vc-parse-buffer but uses the revision number
14604 rather than the date (much easier to compare robustly).
14605 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14606 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14607 locking-user more directly. Check strict locking and set
14608 checkout-model appropriately.
14609 (vc-rcs-parse-locks): Remove.
14610 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14611 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14612 (vc-rcs-system-release): Use with-current-buffer and
14613 vc-parse-buffer.
14614 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14615
14616 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14617 (vc-simple-command): Docstring fix.
14618 (vc-registered): Align the way the file-handler is called with the
14619 way the function itself works.
14620 (vc-file-owner): Remove.
14621
14622 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14623 extraction of fields and call to file-attributes because of a
14624 temporary bug in rcp.el.
14625 (vc-cvs-fetch-status): Use with-current-buffer.
14626
14627 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14628
14629 * vc.el (vc-do-command): Use file-relative-name.
14630 (vc-responsible-backend): Use vc-backend if possible.
14631 (vc-create-snapshot): Improve the `interactive' spec. Add support
14632 for branches and dispatch to backend-specific `create-snapshot'.
14633 (vc-default-create-snapshot): New function, containing the bulk of
14634 the old vc-create-snapshot.
14635 (vc-retrieve-snapshot): Improve the interactive spec.
14636
14637 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14638 (vc-backend-hook-functions): Remove.
14639 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14640 (vc-backend): Reintroduce the test for `file = nil' now that I
14641 know why it was there (and added a comment to better remember).
14642
14643 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14644 code from vc-sccs-hooks.el.
14645 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14646 'vc anymore.
14647 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14648 and file-directory-p instead of file-exists-p.
14649 (vc-sccs-check-headers): Simplify the regexp.
14650
14651 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14652 from vc-rcs-hooks.el. Don't require 'vc anymore.
14653 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14654 file-directory-p instead of file-exists-p.
14655
14656 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14657 from vc-cvs-hooks.el.
14658 (proto vc-cvs-registered): Require 'vc-cvs instead of
14659 'vc-cvs-hooks. Don't require 'vc anymore.
14660 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14661 file-directory-p instead of file-exists-p.
14662 (vc-cvs-create-snapshot): New function, replacing
14663 vc-cvs-assign-name.
14664 (vc-cvs-assign-name): Remove.
14665
14666 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14667
14668 * vc-cvs.el (vc-cvs-header): New var.
14669
14670 * vc-rcs.el (vc-rcs-exists): Remove.
14671 (vc-rcs-header): New var.
14672
14673 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14674 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14675 (vc-sccs-header): New var.
14676
14677 * vc.el (vc-do-command): Get rid of the `last' argument.
14678 (vc-header-alist): Remove, replaced by vc-X-header.
14679 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14680 (vc-dired-hook): Use expand-file-name instead of concat.
14681 (vc-directory): Use file-name-as-directory.
14682 (vc-snapshot-precondition, vc-create-snapshot)
14683 (vc-retrieve-snapshot): Allow the command to operate on any
14684 directory.
14685
14686 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14687 just removing the 'WORKFILE argument or by removing the 'MASTER
14688 argument and replacing `file' with (vc-name file).
14689
14690 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14691
14692 * vc.el: Update Copyright and add a crude list of backend funs.
14693 (vc-writable-p): New function.
14694 (with-vc-file): Use vc-writable-p.
14695 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14696 (vc-register): Avoid vc-name.
14697 (vc-locking-user): Remove.
14698 (vc-steal-lock): Make the `owner' arg non-optional.
14699 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14700 vc-checkout-model.
14701 (vc-default-dired-state-info): Use vc-state instead of
14702 vc-locking-user and return special strings for special states.
14703 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14704 and get rid of one of the special CVS cases.
14705 (vc-cancel-version): prettify error message with \\[...].
14706 (vc-rename-master): New function.
14707 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14708 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14709 the CVS special case generic.
14710 (vc-default-record-rename): Remove.
14711 (vc-file-tree-walk-internal): Only call FUNC for files that are
14712 under control of some VC backend and replace `concat' with
14713 expand-file-name.
14714 (vc-file-tree-walk): Update docstring.
14715 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14716 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14717
14718 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14719 vc-sccs-record-rename. Use `find-file-noselect' rather than
14720 `find-file' and call `vc-rename-master' to do the actual move.
14721 (vc-sccs-diff): Remove unused `backend' variable.
14722
14723 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14724 to delay loading of vc-sccs until it is really used.
14725 (vc-sccs-master-templates): Preload.
14726 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14727 (vc-sccs-project-dir): Remove (merged into
14728 vc-sccs-search-project-dir).
14729 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14730 rather than `concat', make sure it is preloaded and don't bother
14731 to check that the file actually exists.
14732 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14733 `locks' argument (use buffer's content instead) and eliminate n^2
14734 behavior.
14735
14736 * vc-rcs.el: Update Copyright.
14737 (vc-rcs-rename-file): New function.
14738 (vc-rcs-diff): Remove unused `backend' variable.
14739
14740 * vc-hooks.el: Update Copyright.
14741 (vc-backend): Don't accept a nil argument any more.
14742 (vc-up-to-date-p): Turn into a defsubst.
14743 (vc-possible-master): New function.
14744 (vc-check-master-templates): Use `vc-possible-master' and allow
14745 funs in vc-X-master-templates to return a non-existent file.
14746
14747 * vc-cvs.el: Update Copyright.
14748 (vc-cvs-diff): Remove unused `backend' variable.
14749 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14750
14751 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14752
14753 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14754
14755 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14756 since it can be called from vc-rcs.el.
14757 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14758
14759 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14760
14761 * vc.el (vc-version-diff): Expand file name read from the
14762 minibuffer. Handle the case when a previous version number can't
14763 be guessed. Give suitable messages when there were no differences
14764 found.
14765 (vc-clear-headers): Call backend-specific implementation, if one
14766 exists.
14767 (vc-cancel-version): Made error checks generic. When done, clear
14768 headers generically, too.
14769
14770 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14771 from vc-clear-headers in vc.el.
14772
14773 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14774 correctly.
14775 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14776 optional. Handle the case when it's not there.
14777
14778 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14779
14780 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14781
14782 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14783
14784 * vc-hooks.el (vc-loadup): Remove.
14785 (vc-find-backend-function): Use `require'. Also, handle the case
14786 where vc-BACKEND-hooks.el doesn't exist.
14787 (vc-call-backend): Cleanup.
14788
14789 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14790
14791 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14792 vc-rcs-grab-templates)
14793 (vc-rcs-registered): Remove. The default function works as well.
14794 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14795 vc-sccs-grab-templates)
14796 (vc-sccs-registered): Remove. The default function works as well.
14797
14798 * vc.el (vc-version-diff): Left out a vc- in call to
14799 vc-call-backend.
14800 (vc-default-dired-state-info, vc-default-record-rename)
14801 (vc-default-merge-news): Update for the new backend argument.
14802
14803 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14804 using the default function.
14805 (vc-call-backend): If calling the default function, pass it the
14806 backend as first argument. Update the docstring accordingly.
14807 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14808 for the new backend argument.
14809 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14810 (vc-find-backend-function): Use the new name.
14811 (vc-default-registered): New function.
14812
14813 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14814
14815 * vc.el (vc-merge): Use vc-find-backend-function.
14816
14817 * vc-hooks.el (vc-backend-functions): Remove.
14818 (vc-loadup): Don't setup 'vc-functions.
14819 (vc-find-backend-function): New function.
14820 (vc-call-backend): Use above fun and populate 'vc-functions
14821 lazily.
14822 (vc-backend-defines): Remove.
14823
14824 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14825
14826 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14827 Call vc-call-backend without the leading vc-.
14828 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14829 (vc-check-headers): Call vc-call-backend without the leading vc-.
14830 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14831 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14832 Call vc-call-backend without the leading vc-.
14833
14834 * vc-cvs.el (tail): Provide vc-cvs.
14835 * vc-sccs.el (tail): Provide vc-sccs.
14836 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14837
14838 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14839 (vc-make-backend-function, vc-call): Pass names without leading
14840 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14841 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14842 (vc-call-backend): Always try to load vc-X-hooks.
14843 (vc-registered): Remove vc- in call to vc-call-backend.
14844
14845 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14846
14847 * vc.el (vc-process-filter): New function.
14848 (vc-do-command): Setup `vc-process-filter' for the async process.
14849 (vc-maybe-resolve-conflicts): New function to reduce
14850 code-duplication. Additionally, it puts the buffer in
14851 `smerge-mode' if applicable.
14852 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14853 calling `merge-news'.
14854 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14855 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14856 interfacing to log-edit.el.
14857 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14858 log-edit is available.
14859 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14860
14861 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14862
14863 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14864 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14865 defvar and the initialization.
14866 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14867
14868 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14869 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14870
14871 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14872
14873 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14874
14875 * vc.el (vc-file-clear-masterprops): Removed.
14876 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14877 (vc-version-diff): Use buffer-size without argument.
14878 (vc-register): Heed vc-initial-comment.
14879
14880 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14881 default branch.
14882
14883 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14884 file name and workfile version.
14885 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14886
14887 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14888 vc-file-clear-masterprops.
14889
14890 * vc-sccs.el (vc-sccs-checkout): Removed call to
14891 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14892 rather than user login name.
14893
14894
14895 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14896
14897 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14898 `want-differences-if-changed' and simplify.
14899 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14900 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14901 output (which is invalid for async vc-diff) to decide whether to
14902 do the revert silently or not.
14903
14904 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14905
14906 * vc-hooks.el (vc-loadup): Load files quietly.
14907 (vc-call-backend): Oops, brain fart.
14908
14909 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14910
14911 * vc-cvs.el (vc-cvs-state): Typo.
14912 (vc-cvs-merge-news): Return the status code rather than the error msg.
14913
14914 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14915
14916 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14917 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14918 vc-state or vc-up-to-date-p.
14919 (vc-merge): Use vc-backend-defines to check whether merging is
14920 possible. Set state to 'edited after successful merge.
14921
14922 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14923 return that name. Redocumented.
14924
14925 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14926
14927 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14928 new `vc-state' semantics.
14929 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14930 'vc-locking-user to the current user.
14931 (vc-merge): Inline vc-backend-merge. Comment out code that I
14932 don't understand and hence can't adapt to the new `vc-state' and
14933 `vc-locking-user' semantics.
14934 (vc-backend-merge): Remove.
14935
14936 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14937 rather than 'vc-locking-user.
14938
14939 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14940
14941 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14942 (vc-state): Don't use 'reserved any more. Just use the same
14943 convention as the one used for vc-<backend>-state where the
14944 locking user (as a string) is returned.
14945 (vc-locking-user): Update, based on the above convention. The
14946 'vc-locking-user property has disappeared.
14947 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14948
14949 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14950 with a heuristic one.
14951 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14952 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14953 error. That allows us to get to 'needs-merge even in the
14954 stay-local case. There's still no way to detect 'needs-patch in
14955 such a setup (or to force an update for that matter).
14956 (vc-cvs-logentry-check): Remove, the default works as well.
14957
14958 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14959
14960 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14961
14962 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14963 major-mode in which the buffer might have been put earlier. Use
14964 `remove' and `when'. Allow `okstatus' to be `async' and use
14965 `start-process' in this case.
14966 (vc-version-diff): Handle the case where the diff looks empty
14967 because of the use of an async process.
14968
14969 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14970
14971 * vc.el (vc-next-action-on-file): Removed optional parameter
14972 `simple'. Recompute state unconditionally.
14973 (vc-default-toggle-read-only): Removed.
14974
14975 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14976 (vc-toggle-read-only): Undid prev change.
14977
14978 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14979 vc-cvs-simple-toggle. Redocumented.
14980 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14981 (vc-cvs-toggle-read-only): Removed.
14982
14983 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14984
14985 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14986 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14987 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14988 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14989 still is. So maybe it should be removed.
14990 (vc-head-version, vc-find-binary): Remove.
14991 (vc-recompute-state): Move from vc-hooks.el.
14992 (vc-next-action-on-file): Add a `simple' argument to allow
14993 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14994 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14995 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14996 (vc-dired-mode-map): Properly defvar it.
14997 (vc-print-log): Call log-view-mode if available.
14998 (small-temporary-file-directory): defvar instead of use boundp.
14999 (vc-merge-news): Moved to vc-cvs.el.
15000 (vc-default-merge-news): New function.
15001
15002 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15003 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15004 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15005 unknown `vc-latest-version' function. It should probably refer to
15006 vc-workfile-version or somesuch, but it's very unclear to me and I
15007 don't have SCCS to test things.
15008
15009 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15010 (vc-sccs-state-heuristic): Fix typo.
15011 (vc-sccs-workfile-unchanged-p): Add missing argument.
15012
15013 * vc-rcs.el: Require vc and vc-rcs-hooks.
15014 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15015 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15016 (vc-release-greater-or-equal-p): Move from vc.
15017 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15018 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15019 (vc-rcs-checkout): Add a missing `new-version' argument in the
15020 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15021
15022 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15023 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15024 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15025 than the apparently unbound `workfile-version'.
15026
15027 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15028 (vc-file-prop-obarray): Use `make-vector'.
15029 (vc-backend-functions): Add new hookable functions
15030 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15031 (vc-loadup): If neither backend nor default functions exist, use
15032 the backend function rather than nil.
15033 (vc-call-backend): If the function if not bound yet, try to load
15034 the non-hook file to see if it provides it.
15035 (vc-call): New macro plus use it wherever possible.
15036 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15037 nor `vc-find-binary' since it's only called from
15038 vc-mistrust-permission which is only used once the backend is known.
15039 (vc-checkout-model): Fix parenthesis.
15040 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15041
15042 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15043 (vc-cvs-release, vc-cvs-system-release): Remove.
15044 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15045 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15046 status symbols.
15047 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15048 (vc-cvs-toggle-read-only): First cut at a function to allow a
15049 cvs-status-free vc-toggle-read-only.
15050 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15051 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15052 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15053 (vc-cvs-checkout): Modify access rights directly if the user
15054 requested not to use `cvs edit'. And refresh the mode line.
15055
15056 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15057 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15058
15059 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15060
15061 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15062 workfile' that got lost when the code was extracted from vc.el.
15063 And merged the tail with the rest of the code (not possible in the
15064 old vc.el where the tail was shared among all backends). And
15065 explicitly set the state to 'edited if `writable' is set.
15066
15067 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15068 (vc-cvs-state): Be careful to return the value from
15069 vc-cvs-parse-state.
15070 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15071 property but return it instead. Also be careful to handle a nil
15072 or "" `rev' when workfile is non-nil (it was handled properly when
15073 workfile was nil).
15074
15075 * vc.el: Removed those pesky unnecessary `(function' quotes.
15076 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15077 directly in the defvar.
15078 (vc-do-command): Bind inhibit-read-only so as to properly handle
15079 the case where the destination buffer has been made read-only.
15080 (vc-diff): Delegate to vc-version-diff in all cases.
15081 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15082 (vc-annotate-mode-variables): Removed (code moved partly to
15083 defvars and partly to vc-annotate-add-menu).
15084 (vc-annotate-mode): Turned into a derived-mode.
15085 (vc-annotate-add-menu): Moved in code in
15086 vc-annotate-mode-variables.
15087 (vc-update-change-log): Use make-temp-file if available.
15088
15089 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15090
15091 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15092 `vc-checkout-model' updated to `vc-cvs-update-model'.
15093
15094 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15095
15096 * vc.el (vc-next-action-on-file): Added handling of state
15097 `unlocked-changes'.
15098 (vc-checkout-carefully): Is now practically obsolete, unless the
15099 above is too slow to be enabled unconditionally.
15100 (vc-update-change-log): Fixed typo.
15101
15102 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15103
15104 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15105 Now handles state `unlocked-changes'.
15106 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15107
15108 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15109
15110 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15111 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15112 `unlocked-changes'.
15113 (vc-rcs-workfile-unchanged-p): Renamed from
15114 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15115 function yet, but supposed to become one soon.
15116
15117 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15118 `vc-steal-lock'.
15119 (vc-call-backend): Changed error message.
15120 (vc-state): Added description of state `unlocked-changes'.
15121
15122 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15123
15124 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15125 always return t in CVS-controlled directories.
15126
15127 * vc.el (vc-responsible-backend): New function.
15128 (vc-register): Largely rewritten.
15129 (vc-admin): Removed (implementation moved into vc-register).
15130 (vc-checkin): Redocumented.
15131 (vc-finish-logentry): If no backend defined yet (because we are in
15132 the process of registering), use the responsible backend.
15133
15134 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15135 Updated function lists.
15136 (vc-call-backend): Fixed typo.
15137
15138 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15139 New functions.
15140 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15141 Removed query option. Redocumented.
15142
15143 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15144
15145 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15146
15147 * vc.el: Updated callers of `vc-checkout-required' to use
15148 `vc-checkout-model'.
15149
15150 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15151
15152 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15153 stuff updated to reference this function instead of the old
15154 `vc-backend-release-p'.
15155
15156 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15157
15158 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15159 vc-checkout-model. Return appropriate values. Updated callers.
15160
15161 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15162
15163 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15164 (vc-backend-revert): Function moved into `vc-revert';
15165 `vc-next-action' must be updated to accomodate this change.
15166 (vc-backend-steal): Function moved into `vc-finish-steal'.
15167 (vc-backend-logentry-check): Function moved into
15168 `vc-finish-logentry'.
15169 (vc-backend-printlog): Function moved into `vc-print-log'.
15170 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15171 (vc-backend-assign-name): Function moved into
15172 `vc-create-snapshot'.
15173
15174 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15175
15176 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15177 Rename to vc-checkout-model. Return appropriate values.
15178 Update callers.
15179
15180 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15181 to vc-checkout-model.
15182 (vc-checkout-required): Rename to vc-checkout-model.
15183 Re-implement and re-comment.
15184 (vc-after-save): Use vc-checkout-model.
15185
15186 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15187
15188 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15189 Update to use the vc-BACKEND-diff functions instead.
15190 `vc-diff' is now working.
15191
15192 * vc-rcs.el (vc-rcs-logentry-check): New function.
15193
15194 * vc-cvs.el (vc-cvs-logentry-check): New function.
15195
15196 * vc-sccs.el (vc-sccs-diff): Function changed name from
15197 `vc-backend-diff'. This makes `vc-diff' work.
15198
15199 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15200 of functions possibly implemented in a vc-BACKEND library.
15201 (vc-checkout-required): Fix bug that caused an error to be
15202 signaled during `vc-after-save'.
15203
15204 * vc.el: Fix typo.
15205 This checkin is made with our new VC code base for the very first time.
15206 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15207
15208 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15209 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15210
15211 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15212 updated to `vc-uses-locking'.
15213 (vc-checkout-required): Call to backend function.
15214 `vc-checkout-required' updated to `vc-uses-locking' instead.
15215
15216 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15217 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15218
15219 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15220 to match the split into various backends.
15221 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15222 (vc-retrieve-snapshot): Bug fix.
15223
15224 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15225
15226 * vc-sccs.el (vc-sccs-release): Doc fix.
15227
15228 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15229
15230 * vc.el (vc-next-action-on-file): Bug found and fixed.
15231 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15232 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15233
15234 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15235 (vc-rcs-checkout): Name space cleaned up. No more revision number
15236 crunching function names that are not prefixed with vc-rcs.
15237 (vc-rcs-checkout-model): Function added. References to
15238 `vc-checkout-model' replaced.
15239
15240 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15241
15242 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15243 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15244 still need to be split, and implemented for RCS).
15245
15246 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15247
15248 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15249
15250 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15251 required by the vc.el file.
15252
15253 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15254 required by the vc.el file.
15255 (vc-rcs-exists): Function added.
15256
15257 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15258 required by the vc.el file.
15259
15260 * vc.el (vc-admin): Updated to handle selection of appropriate
15261 backend. Current implementation is crufty and need re-thinking.
15262
15263 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15264
15265 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15266
15267 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15268 beginning of annotate buffers correctly.
15269
15270 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15271 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15272 functionality updated quite a lot to support multiple backends.
15273 Variables `vc-annotate-mode', `vc-annotate-buffers',
15274 `vc-annotate-backend' added.
15275
15276 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15277 `vc-annotate-difference' added to supported backend functions.
15278
15279 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15280
15281 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15282 Use with-temp-file instead of /bin/sh. Merged from mainline
15283
15284 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15285
15286 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15287
15288 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15289
15290 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15291
15292 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15293
15294 * vc-hooks.el: vc-state-heuristic added to
15295 vc-backend-hook-functions.
15296
15297 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15298
15299 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15300
15301 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15302 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15303 state to `reserved'.
15304
15305 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15306 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15307
15308 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15309
15310 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15311 untouched.
15312
15313 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15314
15315 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15316 if defined. (Merged from main line, slightly adapted.)
15317
15318 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15319 millenium problem (merged from mainline).
15320
15321 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15322
15323 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15324 part and moved the non-BACKEND stuff to vc.el.
15325
15326 * vc.el: Split the annotate feature into a BACKEND specific part
15327 and moved it from the vc-cvs.el file to this one.
15328
15329 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15330
15331 * vc-hooks.el: Implement new state model.
15332 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15333 (vc-locking-user): Simplify. Now only needed if the file is
15334 locked by somebody else.
15335 (vc-lock-from-permissions): Remove. Functionality is in
15336 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15337 (vc-mode-line-string): New name for former vc-status. Adapted.
15338 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15339
15340 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15341 Various simplifications and adaptations all over the place.
15342
15343 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15344 Simplify and adapt the rest.
15345
15346 * vc.el (vc-resynch-window): Add TODO comment: check for
15347 interaction with view mode according to recent RCS change.
15348 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15349
15350 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15351
15352 * vc.el: Convert the remaining function comments to docstrings.
15353
15354 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15355
15356 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15357 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15358 (vc-minor-part, vc-previous-version): Functions that operate and
15359 compare revision numbers got proper documentation. Comments added
15360 about their possible removal.
15361
15362 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15363
15364 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15365 the vc-backend.el files.
15366
15367 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15368
15369 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15370 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15371 (vc-rcs-previous-version): Functions added.
15372
15373 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15374
15375 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15376
15377 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15378
15379 * vc-hooks.el (vc-master-templates): Is really obsolete.
15380 Comment out the definition for now. What is the right procedure
15381 to get rid of it?
15382 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15383 rewritten.
15384 (vc-default-registered): Remove.
15385 (vc-check-master-templates): New function; does mostly what the
15386 above did before.
15387 (vc-locking-user): Don't rely on the backend to set the property.
15388
15389 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15390 Rewrite documentation.
15391 (vc-rcs-templates-grabbed): New variable.
15392 (vc-rcs-grab-templates): New function.
15393 (vc-rcs-registered): Rewrite to use above mechanism.
15394
15395 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15396 Rewrite documentation.
15397 (vc-sccs-templates-grabbed): New variable.
15398 (vc-sccs-grab-templates): New function.
15399 (vc-sccs-registered): Rewrite to use above mechanism.
15400 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15401 Don't throw the result, simply return it.
15402
15403 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15404 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15405 (vc-cvs-registered): Does the check itself now. Simplify.
15406
15407 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15408 from main line.
15409
15410 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15411
15412 * vc-cvs.el (vc-cvs-diff): New function.
15413
15414 * vc-sccs.el (vc-sccs-diff): New function.
15415
15416 * vc-rcs.el (vc-rcs-diff): New function.
15417 (vc-rcs-checkout): Bug (typo) found and fixed.
15418 (vc-rcs-register-switches): New variable.
15419
15420 * vc.el (vc-backend-diff): Function removed and placed in the
15421 backend files.
15422
15423 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15424
15425 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15426
15427 * vc.el (vc-backend-checkout): Function removed and replaced in
15428 the vc-backend.el files.
15429
15430 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15431
15432 * vc.el (vc-backend-admin): Removed and replaced in the
15433 vc-backend.el files.
15434
15435 * vc.el (Martin): Removed all the annotate functionality since it
15436 is CVS backend specific.
15437
15438 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15439
15440 * spec.txt: Added specification of vc-state.
15441
15442 * vc-sccs-hooks.el (vc-sccs-master-properties):
15443 Remove handling of vc-latest-version and
15444 vc-your-latest-version. What used to be vc-latest-version, is now
15445 returned as vc-workfile-version.
15446 (vc-sccs-workfile-version): Adapt.
15447
15448 2000-09-04 Dave Love <fx@gnu.org>
15449
15450 * vc.el: [Merged from mainline.]
15451 (vc-dired-mode): Make the dired-move-to-filename-regexp
15452 regexp match the date, to avoid treating date as file size.
15453 Add YYYY S option to WESTERN/
15454
15455 2000-09-04 Dave Love <fx@gnu.org>
15456
15457 * vc.el: Require `compile' when compiling.
15458 (vc-logentry-check-hook): New option.
15459 (vc-steal-lock): Use compose-mail.
15460 (vc-dired-mode-map): Defvar when compiling.
15461 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15462 vc-sccs.el and renamed. Callers changed.
15463 (vc-backend-checkout, vc-backend-logentry-check)
15464 (vc-backend-merge-news): Doc fix.
15465 (vc-default-logentry-check): New function.
15466 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15467 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15468 (vc-backend-merge): Doc fix. Use backend functions.
15469 (vc-check-headers): Use backend functions.
15470
15471 * vc-cvs.el: Require vc when compiling.
15472 (vc-cvs-register-switches): Doc fix.
15473 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15474 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15475 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15476 New functions (code from vc.el).
15477 (vc-annotate-display-default): Fix interactive spec.
15478 (vc-annotate-time-span): Doc fix.
15479
15480 * vc-rcs.el: Require vc when compiling.
15481 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15482 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15483 (vc-rcs-checkin): New functions (code from vc.el).
15484 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15485 Doc fix.
15486 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15487
15488 * vc-sccs.el: Require vc when compiling.
15489 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15490 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15491 (vc-sccs-revert)
15492 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15493 from vc.el).
15494 (vc-sccs-add-triple, vc-sccs-record-rename)
15495 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15496 (vc-sccs-admin): Doc fix.
15497
15498 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15499
15500 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15501 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15502 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15503 from vc.el.
15504
15505 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15506
15507 * vc-cvs.el: Moved the annotate functionality from vc.el.
15508 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15509
15510 2000-09-04 Dave Love <fx@gnu.org>
15511
15512 * vc.el (vc-backend-release): Call vc-system-release.
15513
15514 * vc-sccs.el (vc-sccs-system-release):
15515 Renamed from vc-sccs-backend-release.
15516
15517 * vc-rcs.el (vc-rcs-system-release):
15518 Renamed from vc-rcs-backend-release.
15519
15520 * vc-cvs.el (vc-cvs-system-release):
15521 Renamed from vc-cvs-backend-release.
15522
15523 2000-09-04 Dave Love <fx@gnu.org>
15524
15525 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15526 backend files.
15527 (vc-backend-release): Dispatch to backend functions.
15528 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15529 probably needs attention.]
15530
15531 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15532 (vc-sccs-backend-release): New function.
15533
15534 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15535 (vc-cvs-backend-release): New function.
15536
15537 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15538 Doc fix.
15539 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15540 (vc-default-dired-state-info): New function.
15541 (vc-dired-state-info): Dispatch to backends.
15542 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15543
15544 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15545 from vc.el and renamed.
15546
15547 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15548
15549 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15550 (vc-version-other-window, vc-backend-assign-name): Removed
15551 references to vc-latest-version; sometimes changed into
15552 vc-workfile-version.
15553
15554 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15555 vc-rcs-master-workfile-version.
15556 (vc-rcs-workfile-version): Use the above. Don't call
15557 vc-latest-version (that was unreachable code, anyway).
15558 (vc-rcs-fetch-master-properties): Doc fix.
15559
15560 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15561 (vc-backend-hook-functions): Removed them from this list, too.
15562 (vc-fetch-properties): Removed.
15563 (vc-workfile-version): Doc fix.
15564
15565 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15566 (vc-rcs-workfile-version, vc-rcs-locking-user)
15567 (vc-rcs-uses-locking): Use it.
15568
15569 * vc-hooks.el (vc-consult-rcs-headers):
15570 Moved into vc-rcs-hooks.el, under the name
15571 vc-rcs-consult-headers.
15572
15573 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15574 headers.
15575 (vc-cvs-find-master): Use this name only; correct different
15576 versions of the name.
15577
15578 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15579 New functions.
15580 (vc-sccs-locking-user): Use the latter.
15581
15582 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15583 New functions.
15584
15585 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15586 Moved into both
15587 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15588 functions are implementation details of those two backends.
15589
15590 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15591
15592 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15593 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15594
15595 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15596 (vc-sccs-parse-locks): SCCS-specific code moved here from
15597 vc-hooks.
15598
15599 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15600 code moved here from vc-hooks.
15601
15602 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15603 into back-end specific parts and removed. Callers not updated
15604 yet; because I guess these callers will disappear into back-end
15605 specific files anyway.
15606
15607 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15608
15609 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15610 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15611 `vc-uses-locking'.
15612
15613 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15614 Store yes/no in the property, and return t/nil. Updated all
15615 callers.
15616
15617 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15618 vc-sccs-uses-locking. Don't set property.
15619 (vc-sccs-locking-user): Don't set property.
15620
15621 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15622 vc-cvs-uses-locking. Don't set property here; leave that to
15623 vc-hooks.
15624 (vc-cvs-locking-user): Reflect above change. Streamlined.
15625
15626 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15627 vc-rcs-uses-locking.
15628 (vc-rcs-locking-user): Reflect above change.
15629
15630 2000-09-04 Dave Love <fx@gnu.org>
15631
15632 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15633
15634 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15635
15636 * vc-hooks.el (vc-checkout-model): Punt to backends.
15637
15638 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15639
15640 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15641
15642 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15643 New functions.
15644
15645 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15646 New functions.
15647
15648 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15649 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15650
15651 * vc-hooks.el (vc-default-locking-user): New function.
15652 (vc-locking-user, vc-workfile-version): Punt to backends.
15653
15654 2000-09-04 Dave Love <fx@gnu.org>
15655
15656 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15657 (vc-master-workfile-version): Moved from vc-hooks.
15658
15659 * vc-rcs-hooks.el: Fix duplicate code in last change.
15660
15661 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15662 (vc-rcs-master-templates): Improve :type.
15663 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15664 vc-master-workfile-version): Moved from vc-hooks.
15665
15666 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15667 (vc-sccs-master-templates): Improve :type.
15668 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15669
15670 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15671
15672 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15673 (vc-cvs-master-templates): Improve :type. Use
15674 vc-cvs-find-cvs-master.
15675 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15676 from vc-hooks.
15677 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15678
15679 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15680 Moved to vc-cvs-hooks.
15681
15682 * vc-hooks.el: Add doc strings in various places. Simplify the
15683 minor mode setup.
15684 (vc-handled-backends): New user variable.
15685 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15686 simplification.
15687
15688 2000-09-04 Dave Love <fx@gnu.org>
15689
15690 * vc.el: Some doc fixes for autoloaded and interactive functions.
15691 Fix compilation warnings from ediff stuff.
15692 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15693
15694 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15695
15696 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15697
15698 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15699
15700 2000-09-04 Dave Love <fx@gnu.org>
15701
15702 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15703 New variable.
15704 (vc-make-backend-function, vc-loadup, vc-call-backend)
15705 (vc-backend-defines): New functions.
15706
15707 * vc-hooks.el: Various doc fixes.
15708 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15709 (vc-match-substring): Function removed. Callers changed to use
15710 match-string.
15711 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15712 Simplify.
15713
15714 2000-09-04 Dave Love <fx@gnu.org>
15715
15716 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15717 type.
15718 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15719 (vc-sccs-registered): Doc fix.
15720
15721 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15722 (vc-cvs-registered): Doc fix.
15723
15724 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15725 (vc-rcs-registered): Doc fix.
15726
15727 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15728
15729 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15730
15731 * vc-hooks.el: vc-registered has been renamed
15732 vc-default-registered. Some functions have been moved to the
15733 backend specific files. they all support the
15734 vc-BACKEND-registered functions.
15735
15736 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15737
15738 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15739
15740 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15741
15742 2000-09-04 Dave Love <fx@gnu.org>
15743
15744 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15745 menu-bar-update-hook.
15746
15747 * help.el (help-manyarg-func-alist): Add
15748 find-operation-coding-system.
15749
15750 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15751
15752 * custom.el (custom-set-variables): Print message about errors in
15753 setting.
15754
15755 2000-09-03 Andrew Innes <andrewi@gnu.org>
15756
15757 * makefile.w32-in: Change to DOS line endings.
15758
15759 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15760
15761 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15762 minor-mode keymaps, if they don't have one.
15763
15764 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15765
15766 * eshell/esh-module.el (eval-when-compile): Don't lose if
15767 esh-module.el's file name is truncated to DOS 8+3 limits.
15768
15769 2000-09-01 John Wiegley <johnw@gnu.org>
15770
15771 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15772 predicate, which caused entries in the completion list to be
15773 doubled.
15774
15775 2000-08-30 John Wiegley <johnw@gnu.org>
15776
15777 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15778 sending to subprocesses. Also, hook pre-command-hook if
15779 `eshell-send-direct-to-subprocesses' is non-nil.
15780 (eshell-send-direct-to-subprocesses): New config variable. If t,
15781 subprocess input is send immediately.
15782 (eshell-toggle-direct-send): New function.
15783 (eshell-self-insert-command): New function.
15784 (eshell-intercept-commands): New function.
15785 (eshell-send-input): If direct subprocess sending is enabled,
15786 don't echo any input to the Eshell buffer. Let the subprocess
15787 handle that. This requires "stty echo" in bash, for example.
15788
15789 2000-08-28 John Wiegley <johnw@gnu.org>
15790
15791 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15792 completion function for Eshell's implementation of `unset'.
15793
15794 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15795
15796 * info.el (Info-directory-list): Doc fix.
15797
15798 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15799
15800 * filecache.el (file-cache-add-directory-using-find): Don't quote
15801 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15802
15803 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15804
15805 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15806 coding systems.
15807
15808 2000-08-30 Andrew Innes <andrewi@gnu.org>
15809
15810 * timer.el (run-with-idle-timer): Undo last change, so that timer
15811 is not activated immediately if Emacs is already idle. Some
15812 existing code relies on this behaviour.
15813
15814 2000-08-30 Miles Bader <miles@gnu.org>
15815
15816 * frame.el (set-frame-font): Do completion of font-name for
15817 interactive use.
15818
15819 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15820
15821 * international/quail.el (quail-start-translation): Bind locally
15822 last-command-event, last-command, and this-command.
15823 (quail-start-conversion): Likewise.
15824 (quail-self-insert-command): Fix docstring.
15825
15826 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15827
15828 * progmodes/executable.el
15829 (executable-make-buffer-file-executable-if-script-p): Check that
15830 buffer contains at least 2 characters.
15831
15832 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15833
15834 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15835
15836 2000-08-29 Dave Love <fx@gnu.org>
15837
15838 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15839 (diff-mode-shared-map): Bind mouse-2.
15840 (diff-imenu-generic-expression): New variable.
15841 (diff-mode): Use it.
15842
15843 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15844 (mouse-popup-menubar): Add minor mode menus.
15845 (popup-menu): Check for lookup-key returning number.
15846
15847 2000-08-29 Miles Bader <miles@gnu.org>
15848
15849 * comint.el (comint-send-input): Create overlays using the proper
15850 front/read-advance arguments.
15851
15852 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15853
15854 * ps-print.el: Even/odd pages printing. Doc fix.
15855 (ps-print-version): New version number (6.0).
15856 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15857 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15858 (ps-print-duplex-feature): Variable eliminated.
15859 (ps-even-or-odd-pages): New variable.
15860
15861 * progmodes/ebnf2ps.el: Doc fix.
15862 (ebnf-version): New version (3.3).
15863 (ebnf-user-arrow): Change variable customization to sexp.
15864 (ebnf-user-arrow): Function eliminated.
15865 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15866
15867 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15868
15869 * help.el (help-xref-mule-regexp): New variable.
15870 (help-make-xrefs): Handle help-xref-mule-regexp.
15871
15872 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15873 variable.
15874 (describe-input-method): Temporarily activate the specfied input
15875 method to display the information.
15876 (describe-language-environment): Hyperlinks to mule related items.
15877
15878 * international/mule-diag.el (charset-multibyte-form-string): New
15879 function.
15880 (list-character-sets-1): Use charset-multibyte-form-string.
15881 (describe-character-set): New function.
15882 (describe-coding-system): Hyperlinks to safe character sets.
15883
15884 * international/quail.el (quail-help): New arg PACKAGE.
15885 Hyperlinks to mule related items.
15886 (quail-help-insert-keymap-description): Use
15887 substitute-command-keys instead of describe-bindings.
15888 (quail-translation-help): Hyperlinks to mule related items.
15889
15890 2000-08-28 John Wiegley <johnw@gnu.org>
15891
15892 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15893 have a defsubst call itself. Made `eshell-flatten-list' back into
15894 a function again.
15895
15896 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15897 catch, in case re-centering point at bottom messes up the display.
15898 This happens frequently in Emacs 21, due I believe to variable
15899 line heights.
15900
15901 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15902 to call `find-tag-interactive'.
15903
15904 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15905 the list of remember directories.
15906
15907 2000-08-28 John Wiegley <johnw@gnu.org>
15908
15909 * align.el: Test align-region-separate to see if it's a symbol.
15910
15911 2000-08-28 John Wiegley <johnw@gnu.org>
15912
15913 * eshell/esh-util.el (eshell-flatten-list): Made this function
15914 into a defsubst form. It gets used very frequently, although
15915 calls don't occur all that often.
15916
15917 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15918 examining it.
15919
15920 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15921 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15922 `eshell-protect'.
15923 (eshell-copy-handles): Created a new macro for duplicating the
15924 current set of open handles. This is needed by the looping
15925 functions.
15926 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15927 is not incorrectly stomped on.
15928
15929 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15930 declaration for pcomplete-use-paring.
15931 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15932 value of eshell-cmpl-use-paring.
15933 * pcomplete.el (pcomplete-use-paring): New config variable, to
15934 indicate whether paring should be used.
15935 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15936 completion alternatives that have already been used.
15937
15938 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15939 bound to C-c C-y, which will repeat the previous N arguments
15940 (based on prefix argument).
15941 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15942
15943 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15944 if there is no *Help* buffer. This is for XEmacs, which renames
15945 its help buffers uniquely. TODO: Find out what the current buffer
15946 name to delete is.
15947
15948 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15949 first entry that correlates to a passwd/group number. Later
15950 entries (used for group/user name aliasing to multiple IDs) are
15951 ignored.
15952
15953 * eshell/em-xtra.el (eshell/expr):
15954 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15955 (eshell-grep, eshell/diff, eshell/locate):
15956 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15957 argument list, before passing it to the system command.
15958
15959 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15960 `find-tag' for use at final position in Eshell buffers (which
15961 otherwise triggers an error on Emacs 21).
15962 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15963 buffer, if it is currently bound to `find-tag'.
15964
15965 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15966 in the list of matched Makefile names.
15967 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15968 directory, prefer its contents to Makefile.
15969
15970 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15971 directory parts (like "cd old new", or "cd =regexp"), are now case
15972 sensitive on non-Windows/DOS platforms.
15973
15974 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15975 types RET after an open delimiter (like "), display a message
15976 indicating that Eshell is waiting for the closing delimiter.
15977
15978 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15979 environment variables.
15980
15981 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15982 gracefully if the user enters incorrect arguments.
15983
15984 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15985 Eshell buffers.
15986
15987 * eshell/esh-var.el (eshell-interpolate-variable):
15988 * eshell/esh-mode.el (eshell-move-argument):
15989 * eshell/em-unix.el (eshell-du-sum-directory):
15990 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15991 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15992 (not (= ...)).
15993
15994 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15995 to ensure the `preserve' flag gets propagated when doing recursive
15996 directory copies.
15997
15998 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15999
16000 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16001 Don't convert \n into \0177 in memory.
16002 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16003 and back again, when reading and writing.
16004
16005 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16006
16007 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16008 testing of `fboundp' on `processp'.
16009
16010 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16011 (eshell/jobs): Don't call process-list if it is not bound.
16012 (eshell-gather-process-output): Support systems where async
16013 subprocesses aren't supported.
16014 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16015 variables.
16016
16017 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16018 eshell-do-eval returns t.
16019 (eshell-do-pipelines-synchronously): New defmacro.
16020 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16021 when async subprocesses aren't supported.
16022 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16023 if async subprocesses aren't supported.
16024 (eshell-resume-command): Don't assume STATUS is a string.
16025
16026 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16027
16028 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16029 (eshell-close-target, eshell-get-target): Use eshell-processp.
16030 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16031 fix.
16032 (eshell-get-target, eshell-create-handles): Doc fix.
16033
16034 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16035
16036 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16037 criterion to include commands that output something, as long as it
16038 leaves both the command and the end-of-buffer visible when the
16039 command has exited.
16040 (eshell-review-quick-commands): Adjust the help doc string
16041 accordingly.
16042
16043 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16044
16045 * locate.el (locate): Cleaned up locate command's interactive prompting
16046 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16047
16048 * filecache.el (file-cache-case-fold-search): New variable
16049 (file-cache-assoc-function): New variable
16050 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16051 Use file-cache-case-fold-search variable
16052 (file-cache-add-file): Use file-cache-assoc-function
16053 (file-cache-delete-file): likewise
16054 (file-cache-directory-name): likewise
16055 (file-cache-debug-read-from-minibuffer): likewise
16056
16057 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16058
16059 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16060 (abbrev-table-name): New function.
16061 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16062 If non-nil list local abbrev, only.
16063
16064 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16065
16066 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16067 from Gnus support code, and use special article copy buffer
16068 `(gnus-original-article-buffer)' instead. This allows to get rid
16069 of article-hide-headers usage (which breaks in the latest Gnus
16070 version). Thanks to Detlev Zundel.
16071
16072 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16073
16074 * international/quail.el (quail-use-package): Hide "... loaded"
16075 message.
16076 (quail-start-translation, quail-start-conversion): Likewise.
16077
16078 * international/kkc.el (kkc-region): Hide "... loaded" message.
16079
16080 2000-08-27 Dave Love <fx@gnu.org>
16081
16082 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16083
16084 2000-08-27 Miles Bader <miles@gnu.org>
16085
16086 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16087
16088 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16089
16090 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16091 'ja-dic-cnv), not (require 'skkdic-cnv).
16092
16093 2000-08-26 Miles Bader <miles@gnu.org>
16094
16095 * faces.el (face-x-resources): Add entry for :inherit.
16096 * cus-face.el (custom-face-attributes): Add support for :inherit
16097 attribute. Add support for relative face heights.
16098 (custom-face-attributes-get): Treat `nil' as being a default value
16099 for :inherit (as well as `unspecified').
16100
16101 * faces.el (set-face-attribute): Update doc string.
16102 (face-attribute-name-alist): Add :inherit.
16103 (face-valid-attribute-values): Handle :inherit.
16104 (face-read-string): Rephrase prompt to be less confusing.
16105 Assume that DEFAULT is a string, since we must return a string.
16106 (face-read-integer): Use `format' to turn DEFAULT into an
16107 acceptable default for face-read-string. Match NEW-VALUE against
16108 the string "unspecified", not the symbol `unspecified', since
16109 that's what face-read-string returns.
16110 (read-face-attribute): Lookup a name for old-value in valid, and
16111 use it as a default if we find one. Treat all values from
16112 face-read-string as strings. If the default is used, don't do any
16113 more processing on the value, just use the old value directly.
16114 (read-face-and-attribute, modify-face): Tweak prompt.
16115 (read-face-name): Don't assume prompt ends with a space.
16116
16117 * faces.el (describe-face): Add support for :inherit attribute.
16118
16119 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16120
16121 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16122 concat doesn't accept interger.
16123
16124 * international/kkc.el: Remove SKK from Keywords. Require
16125 ja-dic-utl instead of skkdic-utl.
16126
16127 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16128 Provide ja-dic-cnv instead of skkdic-cnv.
16129 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16130 (iso-2022-7bit-short): Add safe-charsets property.
16131 (skkdic-convert-postfix): Search Japanese chou-on character in
16132 addition to Hiragana character.
16133 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16134 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16135 (batch-skkdic-convert): Likewise.
16136
16137 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16138 Provide ja-dic-utl instead of skkdic-utl.
16139 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16140
16141 2000-08-24 Dave Love <fx@gnu.org>
16142
16143 * disp-table.el (standard-display-default): Make the test of `l'
16144 useful.
16145
16146 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16147 mod sample text.
16148
16149 * international/iso-ascii.el: Make pilcrow convenient string
16150 consistent with section.
16151 (iso-ascii-display): Set up multibyte characters as well as
16152 unibyte.
16153
16154 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16155
16156 * international/mule-cmds.el (reset-language-environment): Set
16157 default-process-coding-system to '(undecided . iso-latin-1), which
16158 makes process I/O almost consistent with file I/O. Call this
16159 function when mule-cmds.el[c] is loaded.
16160
16161 2000-08-22 Andrew Innes <andrewi@gnu.org>
16162
16163 * makefile.w32-in: New file.
16164
16165 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16166
16167 * comint.el (comint-output-filter): Compare end of
16168 comint-last-output-overlay with the start of the newly inserted
16169 text, not the end, when deciding whether to extend it.
16170 Set saved-point's insertion type to advance after insertion.
16171
16172 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16173 since this is now done independently of font-lock mode.
16174
16175 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16176
16177 * server.el (server-kill-new-buffers): New user option.
16178 (server-existing-buffer): New buffer-local variable.
16179 (server-visit-files): When using an existing buffer, set
16180 server-existing-buffer to t.
16181 (server-buffer-done): If server-kill-new-buffers is t, kill the
16182 buffer, unless it was already present before visiting it with
16183 Emacs server.
16184
16185 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16186
16187 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16188 even if the display doesn't support colors: some displays will
16189 support bold/underline faces.
16190
16191 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16192
16193 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16194
16195 * startup.el (command-line): If user's init file had an error,
16196 add explanatory text to *Messages*.
16197
16198 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16199
16200 * man.el (Man-getpage-in-background): Decode the process output by
16201 the system locale coding system.
16202
16203 2000-08-20 Dave Love <fx@gnu.org>
16204
16205 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16206 Don't test x-popup-menu.
16207 (function) <complete-function>: Complete only fbound symbols.
16208 <validate, value>: New.
16209 (variable) <complete-function>: Complete only bound symbols.
16210 (coding-system): Add :base-only, :complete-function, :validate,
16211 :value, :prompt-match.
16212 (widget-coding-system-prompt-value): Use read-coding-system and
16213 act on :base-only.
16214 (editable-field): Add :help-echo.
16215 (widget-push-button-gui, widget-push-button-cache)
16216 (widget-gui-action, widget-editable-list-gui): COmment out, along
16217 with uses.
16218 (widget-at): Make arg optional.
16219 (widget-echo-help): Adjust for current help-echo calling sequence.
16220 (widget-specify-field, widget-specify-button)
16221 (widget-specify-insert, widget-get-sibling, widget-image-find)
16222 (widget-convert, widget-insert, widget-leave-text)
16223 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16224 (widget-setup, widget-field-find, widget-before-change)
16225 (widget-after-change, widget-default-complete)
16226 (widget-default-create, widget-default-delete)
16227 (widget-push-button-value-create, editable-field)
16228 (widget-field-prompt-value, widget-field-validate)
16229 (widget-choice-value-create, widget-choice-action)
16230 (widget-choice-validate, widget-checklist-add-item)
16231 (widget-radio-add-item, widget-radio-chosen)
16232 (widget-radio-value-inline, widget-editable-list-value-create)
16233 (widget-editable-list-entry-create)
16234 (widget-documentation-link-add)
16235 (widget-documentation-string-value-create)
16236 (widget-regexp-validate, widget-file-complete)
16237 (widget-sexp-validate, widget-plist-convert-widget)
16238 (widget-plist-convert-widget, widget-alist-convert-widget)
16239 (widget-alist-convert-widget, widget-color-complete): Simplify,
16240 particularly to avoid bindings which aren't optimized out.
16241
16242 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16243 Doc fix.
16244 (down-list, backward-up-list, up-list, kill-sexp)
16245 (backward-kill-sexp, mark-sexp): Make arg optional.
16246 (lisp-complete-symbol): Add optional arg PREDICATE.
16247
16248 * cus-start.el: Add display-buffer-reuse-frames,
16249 file-coding-system-alist.
16250
16251 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16252
16253 * startup.el (command-line): Clear realized faces after
16254 modifying TTY color mappings.
16255
16256 2000-08-20 Miles Bader <miles@gnu.org>
16257
16258 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16259 merely a subset of FACE's attributes.
16260
16261 2000-08-19 Miles Bader <miles@gnu.org>
16262
16263 * comint.el (comint-output-filter): Save the point with a marker,
16264 not just a buffer position.
16265
16266 * international/mule.el (set-buffer-process-coding-system): Make
16267 interactive prompt less confusing.
16268
16269 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16270
16271 * hilit-chg.el: General cleanup of doc strings, comments and
16272 code formatting.
16273
16274 2000-08-19 Miles Bader <miles@gnu.org>
16275
16276 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16277 Compiler macro removed; beginning-of-line is no longer always
16278 equivalent to forward-line, in the presence of fields.
16279
16280 * comint.el (comint-output-filter): Remove ad-hoc saving of
16281 restriction, and just use save-restriction, now that it works
16282 correctly. Don't adjust comint-last-input-start to account for
16283 our insertion; it shouldn't have moved because we don't use
16284 insert-before-markers anymore. Comment out call to
16285 `force-mode-line-update'; why is it here?
16286
16287 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16288 while checking for prompt to delete. Use `forward-line 0'
16289 instead of beginning-of-line.
16290 (gud-filter): Temporarily widen gud comint buffer while
16291 examining output.
16292
16293 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16294
16295 * progmodes/sh-script.el: Big bag of typos.
16296
16297 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16298 check since ispell-process is not bound when ispell is not yet loaded.
16299
16300 2000-08-18 Dave Love <fx@gnu.org>
16301
16302 * image.el (find-image): Copy `spec' before using plist-put.
16303
16304 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16305
16306 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16307 `portugues'.
16308
16309 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16310 backward-kill-sexp, analogous to kill-sexp.
16311
16312 * progmodes/icon.el (icon-indent-line)
16313 (icon-is-continuation-line): Handle comments specially.
16314
16315 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16316
16317 * ispell.el: Set to standard author/maintainer/keyword fields.
16318 Fine tuning to menu map appearance and operation, and added help.
16319 Remove `start' and `end' error messages when compiling.
16320 (ispell-choices-win-default-height): Fixed comment string.
16321 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16322 castellano8 dictionaries.
16323 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16324 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16325 dictionary, added italiano dictionary.
16326 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16327 word character
16328 (ispell-tex-skip-alists): Added psfig support.
16329 (ispell-skip-html): Renamed from ispell-skip-sgml.
16330 (ispell-begin-skip-region-regexp, ispell-skip-region)
16331 (ispell-minor-check): Improved html skipping support to skip across
16332 code, and recognize `&' commands without propper `;' syntax;
16333 (ispell-process-line): Fix alignment error when manually
16334 correcting spelling.
16335 (ispell): Fix comment string.
16336 (ispell-add-per-file-word-list): Always put word list on new line.
16337
16338 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16339
16340 * format.el (format-encode-run-method): Fix error message to say
16341 `encode' instead of `decode'. Use save-window-excursion around
16342 shell-command-on-region as in format-decode-run-method because
16343 shell-command-on-region can display a buffer with error output.
16344 (format-decode): Don't record undo information for the decoding.
16345 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16346 that number part of the temporary buffer name so that more than
16347 one decoding using a temporary buffer can happen safely.
16348
16349 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16350 of `A-z' in the regexp.
16351
16352 * hilit-chg.el: Fix typos in commentary.
16353
16354 * help.el (view-emacs-news): Rewritten for new naming scheme
16355 for old NEWS files.
16356
16357 * startup.el (command-line): Pop to *Messages* in case an error
16358 is signaled while loading user-init-file.
16359
16360 2000-08-17 Andreas Schwab <schwab@suse.de>
16361
16362 * files.el (insert-directory): Don't lose original file name,
16363 undoing an undocumented change.
16364
16365 2000-08-17 Alex Schroeder <alex@gnu.org>
16366
16367 * sql.el (sql-magic-go): Use comint-bol.
16368 (sql-copy-column): Use comint-line-beginning-position.
16369 (comint-line-beginning-position): Define a replacement for
16370 comint-line-beginning-position if it is not fboundp.
16371
16372 2000-08-17 Alex Schroeder <alex@gnu.org>
16373
16374 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16375 it didn't have any effect anyway.
16376
16377 2000-08-17 Alex Schroeder <alex@gnu.org>
16378
16379 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16380 --pset and pager=off instead of sending \\o|cat at the beginning
16381 of the session.
16382
16383 2000-08-17 Miles Bader <miles@gnu.org>
16384
16385 * progmodes/octave-inf.el: Add compatibility definition of
16386 comint-line-beginning-position.
16387
16388 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16389
16390 * startup.el (normal-top-level): Look in each dir in load-path for
16391 a leim-list.el file too. This assures of loading leim-list.el
16392 that is created at Emacs installation time even if a user have his
16393 own leim-list.el.
16394
16395 2000-08-17 Miles Bader <miles@gnu.org>
16396
16397 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16398 foreground color to black if the background is dark.
16399
16400 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16401
16402 * loadhist.el (unload-feature): Typo.
16403
16404 * finder.el (finder-compile-keywords):
16405 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16406 to the generated file.
16407
16408 * mail/mh-e.el (mh-make-local-vars):
16409 Replace make-variable-buffer-local with make-local-variable.
16410
16411 * play/landmark.el:
16412 * options.el (Edit-options-{set,toggle,t,nil}):
16413 * mail/mailabbrev.el (mail-abbrevs-mode):
16414 * textmodes/tex-mode.el (tex-expand-files):
16415 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16416
16417 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16418
16419 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16420 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16421 Allow going past the last element.
16422 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16423 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16424 (cvs-mouse-toggle-mark): Don't move point.
16425 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16426
16427 * progmodes/compile.el (grep): Provide a default set of files.
16428 (next-error): Docstring fix.
16429 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16430
16431 * emacs-lisp/easy-mmode.el (define-minor-mode):
16432 Use `symbol-value' to keep the byte-compiler quiet.
16433
16434 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16435 (diff-find-source-location): New fun, extracted from diff-goto-source.
16436 (diff-goto-source): Use it.
16437 (diff-next-complex-hunk, diff-filter-lines): New function.
16438 (diff-apply-hunk): New command.
16439
16440 * smerge-mode.el (smerge-mode-menu): Doc fix.
16441
16442 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16443
16444 2000-08-16 Dave Love <fx@gnu.org>
16445
16446 * windmove.el (windmove) <defgroup>: Add :version.
16447
16448 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16449 (goto-address-fontify-p, goto-address-highlight-p)
16450 (goto-address-url-face, goto-address-url-mouse-face)
16451 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16452 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16453 (goto-address-fontify, goto-address-at-mouse): Simplify,
16454 (goto-address-at-point): browse-url-url-at-point,
16455 goto-address-find-address-at-point can return nil.
16456 (goto-address-find-address-at-point): Return nil on failure.
16457
16458 * align.el (align) <defgroup>: Add :version.
16459
16460 * calculator.el (calculator): Add :version.
16461 (calculator): Use two lines for calculator window if `modeline'
16462 face is boxed.
16463
16464 * play/5x5.el: Doc fixes.
16465 (5x5) <defgroup>: Add :version.
16466
16467 * play/fortune.el (fortune) <defgroup>: Add :version.
16468 (fortune-append): Fix error message.
16469 (fortune-from-region): Doc fix.
16470
16471 * play/pong.el (pong): Doc fix.
16472
16473 * play/morse.el: Keywords, commentary, autoloads.
16474
16475 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16476
16477 * desktop.el (desktop-save): Don't look at symbol-value of a
16478 member of minor-mode-alist, unless it is boundp.
16479
16480 2000-08-16 Sam Steingold <sds@gnu.org>
16481
16482 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16483 `while'; use `with-current-buffer' instead of `save-excursion'.
16484 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16485
16486 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16487
16488 * international/ccl.el (declare-ccl-program): Docstring modified.
16489 (ccl-execute-with-args): Likewise.
16490
16491 2000-08-16 Miles Bader <miles@gnu.org>
16492
16493 * progmodes/sql.el: Add compatibility definition of
16494 comint-line-beginning-position.
16495
16496 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16497
16498 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16499 'buffer-menu' property.
16500 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16501 fails.
16502 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16503 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16504 wasn't killed.
16505
16506 * buff-menu.el (list-buffers-noselect): Don't display the
16507 *Buffer List* buffer.
16508
16509 * font-lock.el: Require jit-lock to prevent a very late
16510 `Loading jit-lock' message.
16511
16512 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16513 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16514 mail address.
16515
16516 2000-08-15 Miles Bader <miles@gnu.org>
16517
16518 * textmodes/ispell.el (ispell-graphic-p): New constant.
16519 (ispell-choices-win-default-height, ispell-help): Use
16520 `ispell-graphic-p' instead of `xemacsp'.
16521
16522 2000-08-15 Dave Love <fx@gnu.org>
16523
16524 * simple.el: Autoload widget-convert when compiling.
16525 (mail-user-agent): Doc fix.
16526
16527 * help.el (function-called-at-point, variable-at-point): Use
16528 with-syntax-table.
16529 (help-manyarg-func-alist): Add insert-and-inherit.
16530
16531 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16532
16533 * delsel.el (delsel-unload-hook): New function.
16534
16535 * find-file.el: Doc fixes. Move provide to end.
16536 (ff) <defgroup>: Add :link.
16537 (ff-goto-click): Deleted.
16538 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16539 Use mouse-set-point.
16540
16541 * textmodes/tildify.el: Doc fixes.
16542 (tildify) <defgroup>: Add:version.
16543
16544 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16545 (glasses-custom-set): Use set-default, not set.
16546 (minor-mode-alist): Propertize the lighter.
16547 (glasses-mode): Provide optional arg.
16548
16549 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16550 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16551 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16552 option. Provide :type.
16553 (cwarn-configuration): Provide :type.
16554 (cwarn-mode): Doc fix.
16555
16556 * add-log.el (change-log-merge): Doc fix.
16557 (change-log-redate): New command.
16558
16559 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16560 Doze and Dog.
16561 (browse-url): Use dolist, not mapcar.
16562 (browse-url-at-point): Check for null url.
16563 (browse-url-event-buffer, browse-url-event-point): Functions
16564 deleted.
16565 (browse-url-at-mouse, browse-url-netscape): Simplify.
16566
16567 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16568 modes.
16569 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16570 Fix previous change to mapcan.
16571 (msb--init-file-alist, msb--add-separators)
16572 (msb--make-keymap-menu): Simplify.
16573 (msb--choose-file-menu): Use copy-sequence.
16574 (msb-mode-map): Add title to keymap.
16575 (msb-unload-hook): New function.
16576
16577 * bs.el: Fix indentation.
16578 (bs) <defgroup>: Add :links.
16579 (bs-show): Doc fix.
16580 (bs-apply-sort-faces): Don't use window-system.
16581 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16582
16583 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16584
16585 * calendar/timeclock.el (timeclock-file): Run .timelog through
16586 convert-standard-filename.
16587
16588 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16589
16590 * emacs-lisp/authors.el: New file.
16591
16592 * paren.el (show-paren-priority): New user option.
16593 (show-paren-function): Set overlay priorities to
16594 show-paren-priority.
16595
16596 2000-08-14 Miles Bader <miles@gnu.org>
16597
16598 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16599 beginning-of-line with inhibit-field-text-motion bound.
16600
16601 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16602
16603 * calendar/timeclock.el: New file.
16604
16605 2000-08-14 David Ponce <david@dponce.com>
16606
16607 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16608 `widget-button-click'. so that one can use left mouse button to
16609 click on dialog buttons.
16610
16611 2000-08-14 Emmanuel Briot <briot@gnat.com>
16612
16613 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16614 identifiers, since XML is case sensitive
16615
16616 2000-08-12 Miles Bader <miles@gnu.org>
16617
16618 * comint.el (comint-output-filter): Don't bother frobbing
16619 window-start, it doesn't seem to be necessary.
16620
16621 * comint.el (comint-send-string, comint-send-region): Make into
16622 real functions. Snapshot the prompt before sending.
16623
16624 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16625
16626 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16627 technique similar to Info-index, instead of relying on specific
16628 names of relevant Index nodes.
16629 (Info-goto-emacs-command-node): Bind Info-history to nil when
16630 going to the first node found by Info-find-emacs-command-nodes.
16631
16632 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16633
16634 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16635
16636 2000-08-10 Miles Bader <miles@gnu.org>
16637
16638 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16639
16640 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16641
16642 * info.el (Info-file-list-for-emacs): More elements for the
16643 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16644 and woman manuals.
16645
16646 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16647
16648 * comint.el (comint-send-input): Make the newline boundary overlay
16649 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16650 (comint-output-filter): Use `insert' instead of
16651 `insert-before-markers'. Extend comint-last-output-overlay when
16652 necessary since we can't rely on insert-before-markers to do it.
16653 * gud.el (gud-filter): Use `with-current-buffer' instead of
16654 save-excursion when inserting the output, so that point gets
16655 updated correctly; the old method relied on a rather dodgy
16656 side-effect of comint-output-filter to avoid the effect of
16657 save-excursion.
16658
16659 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16660
16661 * files.el (recover-file): Call insert-directory instead of
16662 invoking `ls' directly.
16663
16664 2000-08-10 Miles Bader <miles@gnu.org>
16665
16666 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16667 (comint-last-prompt-overlay): New variables.
16668 (comint-output-filter): Implement prompt highlighting.
16669 (comint-snapshot-last-prompt): New function.
16670 (comint-send-input): Snapshot the last prompt.
16671 Use comint-highlight-input-face.
16672 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16673 Use defface instead of defcustom.
16674 (send-invisible, comint-send-eof): Snapshot the last prompt.
16675 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16676 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16677
16678 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16679
16680 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16681 (regexp-opt-group): Use a list of chars for `letters'.
16682 (regexp-opt-charset): `chars' is now a list of chars.
16683 Use a char-table rather than a vector so it works for multibyte chars.
16684
16685 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16686 Set cvs-minor-current-files to the selected fileinfo.
16687 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16688 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16689
16690 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16691
16692 * files.el (insert-directory): Don't call access-file on
16693 directories on DOS and Windows.
16694
16695 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16696
16697 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16698 longer if necessary.
16699 (ccl-embed-code): Call ccl-embed-data to store CODE in
16700 ccl-program-vector.
16701
16702 2000-08-09 Miles Bader <miles@gnu.org>
16703
16704 * comint.el (comint-output-filter): Properly handle the case where
16705 the text surrounded by comint-last-output-overlay was deleted.
16706
16707 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16708
16709 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16710 non-nil.
16711 (Info-file-list-for-emacs): Remove "info" from the list because
16712 that leads to trying to use the documentation from file `info'
16713 in various situations where it isn't appropriate, for instance
16714 C-h C-k C-h i.
16715
16716 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16717 DIR and/or STRING are nil.
16718
16719 * progmodes/compile.el (compilation-setup): Make variable
16720 compilation-error-screen-columns buffer-local, as some comment
16721 in the code suggests it should be.
16722
16723 * files.el (auto-mode-interpreter-regexp): New variable.
16724 (set-auto-mode): Use it.
16725
16726 * indent.el (indent-for-tab-command): Doc fix.
16727
16728 * mouse-sel.el (mouse-sel-mode): Doc fix.
16729
16730 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16731 labels.
16732
16733 * help.el (print-help-return-message): When
16734 display-buffer-reuse-frames is set, let the help window been quit,
16735 instead of deleting it, which might delete a reused frame.
16736
16737 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16738
16739 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16740 rename a directory to a name that differs only by its letter case.
16741
16742 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16743
16744 * international/quail.el (quail-define-rules): Handle Quail decode
16745 map correctly. Add code for supporting annotations.
16746 (quail-install-decode-map): New function.
16747 (quail-defrule-internal): New optional arguments decode-map and
16748 props.
16749 (quail-advice): New function.
16750
16751 2000-08-07 Sam Steingold <sds@gnu.org>
16752
16753 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16754 `defconst', `define-condition', `with-slots'.
16755 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16756
16757 2000-08-03 Miles Bader <miles@gnu.org>
16758
16759 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16760 New variable.
16761 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16762 comint-use-prompt-regexp-instead-of-fields.
16763 (comint-send-input): Add `input' field property to stuff we send to
16764 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16765 (comint-output-filter): Add `output' field property to process
16766 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16767 (comint-replace-by-expanded-history)
16768 (comint-get-old-input-default, comint-show-output)
16769 (comint-backward-matching-input, comint-forward-matching-input)
16770 (comint-next-prompt, comint-previous-prompt): Use field
16771 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16772 (comint-line-beginning-position): New function.
16773 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16774 (comint-replace-by-expanded-history-before-point): Use
16775 comint-line-beginning-position and line-end-position.
16776 (comint-last-output-overlay): New variable.
16777 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16778
16779 * shell.el (shell-prompt-pattern): Doc change.
16780 (shell-backward-command): Use line-beginning-position.
16781
16782 * gud.el (gud-gdb-complete-command): Use
16783 comint-line-beginning-position.
16784
16785 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16786 comint-bol doesn't actually go to the beginning of the line.
16787
16788 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16789 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16790 (try-expand-line-all-buffers): Likewise.
16791
16792 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16793 explicitly matching comint-prompt-regexp.
16794 (sql-copy-column): Use comint-line-beginning-position instead of
16795 explicitly matching comint-prompt-regexp.
16796
16797 * progmodes/octave-inf.el (inferior-octave-complete): Use
16798 comint-line-beginning-position.
16799
16800 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16801
16802 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16803 looking for a prompt, use `forward-line 0' instead of
16804 `beginning-of-line', to avoid getting caught by an input field.
16805
16806 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16807
16808 * files.el (shell-quote-wildcard-pattern): Make sure to return
16809 PATTERN, in the Unix case.
16810
16811 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16812
16813 * play/zone.el (zone): Discard any pending input before running
16814 the randomly-chosen pgm.
16815
16816 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16817
16818 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16819 checking the existence of any multibyte characters.
16820
16821 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16822
16823 * help.el (describe-mode): Test minor-mode symbol for being
16824 bound before testing its value for being nil.
16825
16826 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16827 `first', `second', and `third'.
16828
16829 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16830 (second): Make it an alias for `cadr'.
16831
16832 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16833
16834 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16835 types of display support faces now.
16836
16837 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16838
16839 * pcvs.el (require): Require `cl' during compilation, only.
16840
16841 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16842 (toplevel): Remove `remq' and `remove' from autoloads.
16843 (cl-fake-autoloads): New variable. If set, arrange for an error
16844 when CL functions etc. are autoloaded.
16845
16846 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16847
16848 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16849
16850 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16851 popped up, but the user clicks outside the menu, return an empty
16852 regexp (that causes unhighlight-regexp to have no effect).
16853
16854 * menu-bar.el (menu-bar-games-menu): Add Zone.
16855
16856 * hi-lock.el (toplevel): Require font-lock.
16857
16858 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16859
16860 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16861 (ebnf-8-bit-chars): New var for bug fix.
16862 (ebnf-string): Bug fix.
16863
16864 2000-08-03 Sam Steingold <sds@gnu.org>
16865
16866 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16867 instead of `buffer-string'.
16868 (require 'cl): Always, not just when compiling.
16869 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16870 necessary.
16871
16872 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16873
16874 * international/mule-cmds.el (select-safe-coding-system): Make
16875 the message text about selecting a safe coding system more clear.
16876
16877 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16878
16879 * hi-lock.el: New file.
16880
16881 * play/zone.el: New file.
16882
16883 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16884 value of tab-width in the original buffer. Choose a line number
16885 format that's a multiple of the original buffer's tab width, so
16886 that lines appear right.
16887
16888 * textmodes/ispell.el (ispell): New function, replacing an alias.
16889 Spell-check active region if in transient-mark-mode and mark
16890 is active; otherwise spell-check buffer.
16891
16892 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16893
16894 * ps-mule.el: Fix a customization problem on
16895 ps-mule-font-info-database-default.
16896
16897 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16898
16899 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16900 display-mouse-p instead of window-system.
16901 (ebrowse-member-mode-map): Ditto.
16902
16903 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16904
16905 * progmodes/ebnf2ps.el: Update ps-print functions call.
16906 Indentation fix. Doc fix.
16907 (ebnf-version): New version number (3.2).
16908 (ebnf-format-color, ebnf-begin-job): Code fix.
16909
16910 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16911
16912 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16913 font lock support on window-system.
16914 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16915
16916 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16917 display-color-p, if fboundp, instead of window-system.
16918
16919 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16920
16921 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16922 instead of window-system.
16923
16924 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16925 window-system.
16926 (widget-choice-mouse-down-action): Use display-popup-menus-p
16927 instead of window-system.
16928
16929 * strokes.el (strokes-file): Run the file name through
16930 convert-standard-filename.
16931 (strokes-mode): Call display-mouse-p instead of looking at
16932 window-system. Change the error message accordingly.
16933
16934 * progmodes/cpp.el (toplevel): Support faces on tty's.
16935
16936 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16937 (lm-plot-square, lm-init-display): Don't use window-system.
16938
16939 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16940 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16941
16942 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16943 instead of looking at window-system.
16944
16945 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16946
16947 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16948 of testing if iswitchb-prepost-hooks is bound, because the
16949 latter will always be true when invoking a recursive minibuffer
16950 from an active Iswitchb buffer.
16951
16952 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16953
16954 * files.el (shell-quote-wildcard-pattern): New function.
16955 (insert-directory): Call it. Only prepend "\" to command on Unix
16956 and GNU/Linux systems.
16957
16958 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16959
16960 * eshell/esh-groups.el: Change custom :link file names
16961 from `eshell.info' to `eshell'.
16962
16963 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16964
16965 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16966 correctly in recursive ange-ftp listings.
16967
16968 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16969
16970 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16971 ps-header-font-size-internal and
16972 ps-header-title-font-size-internal variables are not set,
16973 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16974 face text property is (foreground-color . COLOR) or
16975 `(background-color . COLOR)', ps-print crashes. Doc fix.
16976 (ps-print-version): New version number (5.2.4).
16977 (ps-plot-region): Code fix.
16978 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16979 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16980 Bug fix 2.
16981
16982 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16983
16984 * glasses.el (glasses-make-readable): Fix uncapitalization of
16985 identifiers like `myXMLDocument'.
16986
16987 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16988
16989 * mail/mail-hist.el (mail-hist-previous-input)
16990 (mail-hist-next-input): Do the obvious code factorization.
16991 (mail-hist-retrieve-and-insert): New func, contains common
16992 code of above two.
16993 If inserting a message body, leave point at top.
16994
16995 2000-07-28 Sam Steingold <sds@gnu.org>
16996
16997 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16998 Use `<=', not `<' to compare times!
16999 (ange-ftp-ls): Remove.
17000
17001 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17002
17003 * play/cookie1.el: Add explanation of how to make cookie.el
17004 compatible with strfile(1) to comment.
17005
17006 * subr.el (remove, remq): New functions.
17007
17008 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17009 escape `*' in regexps.
17010 (midnight-find): Reverse order of arguments in the funcall of
17011 TEST.
17012
17013 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17014 and `.class'.
17015
17016 * play/meese.el: Add Commentary section.
17017
17018 2000-07-27 Alex Schroeder <alex@gnu.org>
17019
17020 * sql.el (sql-ms): Added autoload cookie.
17021 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17022 (sql-oracle): Ditto.
17023 (sql-help): Doc change.
17024
17025 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17026 types and exceptions.
17027
17028 2000-07-27 Alex Schroeder <alex@gnu.org>
17029
17030 * sql.el (sql-placeholder-history): New variable.
17031 (sql-query-placeholders-and-send): New function that will query
17032 the user and replace placeholders with user input.
17033 (sql-oracle): If running on NT, set comint-input-sender to
17034 sql-query-placeholders-and-send.
17035
17036 (sql-stop): If in the SQLi buffer, insert stop notification, else
17037 present it as a message.
17038
17039 2000-07-27 Alex Schroeder <alex@gnu.org>
17040
17041 * sql.el (sql-input-ring-separator): Doc change.
17042 (sql-input-ring-file-name): Doc change.
17043 (sql-interactive-mode): Use `sql-input-ring-separator' and
17044 `sql-input-ring-file-name' to set the comint-mode equivalents
17045 without making them local variables.
17046 (sql-stop): Don't bind `sql-input-ring-separator' and
17047 `sql-input-ring-file-name' dynamically to their comint-mode
17048 equivalents.
17049
17050 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17051
17052 * international/mule.el (register-char-codings): New function.
17053 (make-coding-system): Handle `safe-chars' specification in the arg
17054 PROPERTY.
17055
17056 * international/mule-cmds.el
17057 (find-coding-systems-region-subset-p): This function deleted.
17058 (sort-coding-systems-predicate): New variable.
17059 (sort-coding-systems): New function.
17060 (find-coding-systems-region): Use
17061 find-coding-systems-region-internal.
17062 (find-coding-systems-string): Use find-coding-systems-region.
17063 (find-coding-systems-for-charsets): Check
17064 char-coding-system-table.
17065 (select-safe-coding-system-accept-default-p): New variable.
17066 (select-safe-coding-system): Mostly rewritten. New argument
17067 ACCEPT-DEFAULT-P.
17068 (select-message-coding-system): Call select-safe-coding-system
17069 with ACCEPT-DEFAULT-P arg.
17070 (reset-language-environment): Reset default-sendmail-coding-system
17071 to the default value iso-latin-1.
17072 (set-language-environment): Don't set the obsolete variable
17073 charset-origin-alist.
17074
17075 * international/codepage.el (cp-coding-system-for-codepage-1):
17076 Give `safe-chars' property to make-coding-system.
17077
17078 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17079 calling select-message-coding-system twice.
17080
17081 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17082 instead of `safe-charsets'.
17083 (cyrillic-alternativnyj): Likewise.
17084 (ccl-encode-alternativnyj): Don't check the charset
17085 cyrillic-iso8859-5.
17086
17087 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17088
17089 * composite.el (compose-chars-after): Preserve match data.
17090
17091 2000-07-26 Sam Steingold <sds@gnu.org>
17092
17093 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17094 (ange-ftp-real-file-newer-than-file-p): New function.
17095 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17096 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17097
17098 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17099 * midnight.el (midnight-float-time): Ditto.
17100
17101 2000-07-26 Andreas Schwab <schwab@suse.de>
17102
17103 * files.el (normal-backup-enable-predicate): Correct
17104 interpretation of the return value of compare-strings.
17105
17106 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17107
17108 * isearch.el (isearch-resume): New function.
17109 (isearch-done): Add something to command-history to resume
17110 the search.
17111 (isearch-yank-line, isearch-yank-word): Use
17112 buffer-substring-no-properties instead of buffer-substring.
17113
17114 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17115 of flyspell-mouse-map.
17116
17117 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17118 duplicate definition.
17119 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17120
17121 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17122 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17123
17124 2000-07-25 Sam Steingold <sds@gnu.org>
17125
17126 * net/ange-ftp.el: Get modtime over the net.
17127 (ange-ftp-file-modtime): New function.
17128 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17129 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17130 Use it.
17131 (ange-ftp-dot-to-slash): New function.
17132 (ange-ftp-fix-name-for-vms): Use it.
17133
17134 * midnight.el (midnight-buffer-display-time): Use
17135 `with-current-buffer'.
17136
17137 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17138
17139 * find-dired.el: Update copyright notice.
17140 (find-dired): Offer to kill a running `find'.
17141
17142 * enriched.el (enriched-face-ans): For a `foreground-color'
17143 property, return '(("x-color" COLOR))' so that COLOR will be
17144 output as a parameter of the x-color annotation. Likewise for the
17145 `background-color' property. In the case of normal face
17146 properties, don't return annotations for unspecified foreground
17147 and background face attributes.
17148
17149 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17150
17151 * language/japan-util.el (japanese-katakana-region): Fix handling
17152 HANKAKU argument.
17153
17154 2000-07-25 Miles Bader <miles@gnu.org>
17155
17156 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17157 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17158 constrain-to-field.
17159
17160 2000-07-24 Andrew Innes <andrewi@gnu.org>
17161
17162 * timer.el (timer-activate-when-idle): Add optional parameter
17163 DONT-WAIT. Update docstring.
17164 (run-with-idle-timer): Specify extra parameter to
17165 timer-activate-when-idle, so that timer will be activated
17166 immediately if Emacs is already idle.
17167
17168 * w32-fns.el (w32-using-nt): Fix docstring.
17169
17170 2000-07-24 Dave Love <fx@gnu.org>
17171
17172 * mouse.el (popup-menu): Set last-command-event.
17173 (mouse-major-mode-menu-prefix): Declare.
17174
17175 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17176
17177 * textmodes/flyspell.el: Update to author's version 1.5d.
17178
17179 * progmodes/hideshow.el: Update copyright notice.
17180
17181 * vcursor.el: Set maintainer to FSF, since author cannot
17182 be reached.
17183
17184 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17185
17186 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17187 the prompt.
17188
17189 * mouse.el (popup-menu): Run the keymap through indirect-function,
17190 in case it was defined with define-prefix-key. If the menu is a
17191 list of keymaps, look up the binding of user's choice in each one
17192 of the keymaps.
17193 (mouse-popup-menubar): If the global and local menu-bar keymaps
17194 don't have a prompt string, create one and insert it into the
17195 keymap. Don't barf if current-local-map returns nil.
17196
17197 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17198
17199 * dired.el (dired-sort-R-check): Added to allow recursive listing
17200 to be undone.
17201 (dired-sort-other): Use it.
17202
17203 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17204
17205 * Release of cc-mode 5.27
17206
17207 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17208
17209 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17210 c-beginning-of-statement-1 that caused a bad case of recursion
17211 which could consume a lot of CPU in large classes in languages
17212 that have in-expression classes (i.e. Java and Pike).
17213
17214 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17215 statements before top level constructs (i.e. case 6 is moved
17216 before case 5 and is now case 4) to catch in-expression
17217 classes in top level expressions correctly.
17218
17219 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17220
17221 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17222 objc-method-intro. Case 4 removed and case 5I added.
17223
17224 * cc-langs.el (c-append-paragraph-start): New variable used by
17225 c-common-init to get paragraph-start correct.
17226 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17227 initialize paragraph-start to make it correct both with and
17228 without the javadoc special case.
17229
17230 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17231 initialize paragraph-start for javadoc markup.
17232
17233 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17234 change by defaulting this to t. It's motivated by the
17235 confusing behavior that otherwise arise from the style system
17236 when editing both java and non-java files at the same time
17237 (see the comments about style setting in c-common-init).
17238
17239 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17240
17241 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17242 similar to the one in c-fill-paragraph to check the fill
17243 prefix from the adaptive fill function for sanity.
17244
17245 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17246
17247 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17248 defun block.
17249
17250 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17251
17252 * cc-align.el (c-lineup-multi-inher): Handle lines with
17253 leading comma nicely. Extended to handle member initializers
17254 too.
17255
17256 * cc-engine.el: (c-beginning-of-inheritance-list,
17257 c-guess-basic-syntax): Fixed recognition of inheritance lists
17258 when the lines begins with a comma.
17259
17260 * cc-vars.el (c-offsets-alist): Changed default for
17261 member-init-cont to c-lineup-multi-inher since it now handles
17262 member initializers and indents better for leading commas.
17263
17264 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17265
17266 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17267 handling that caused class open lines to be recognized as
17268 statement-conts in some cases.
17269
17270 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17271 guessed by the adaptive fill function unless point is on the
17272 first line of a block comment.
17273
17274 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17275 when the buffer ends with a macro continuation char.
17276
17277 * cc-engine.el (c-guess-basic-syntax): Added support for
17278 function definitions as statements in Pike. The first
17279 statement in a lambda block is now labeled defun-block-intro
17280 instead of statement-block-intro.
17281
17282 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17283 so that the class surrounding point is selected, not the one
17284 innermost in the state.
17285
17286 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17287 recognition of switch labels having hanging multiline
17288 statements.
17289
17290 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17291 some code in c-guess-basic-syntax to a separate function.
17292 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17293 recognition of member inits with multiple line arglists.
17294 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17295 member-init-cont when the commas are in funny places.
17296
17297 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17298
17299 * cc-defs.el (c-auto-newline): Removed this macro since it's
17300 not used anymore.
17301
17302 * cc-engine.el (c-looking-at-bos): New helper function.
17303 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17304 inexpr and toplevel classes apart in Pike.
17305
17306 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17307 of case 9A.
17308
17309 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17310 constant, since "class" can introduce an in-expression class
17311 in Pike nowadays.
17312
17313 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17314
17315 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17316 indentation on cpp-macro lines.
17317
17318 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17319 a syntax modifier like comment-intro, to make it possible to
17320 get syntactic indentation for preprocessor directives. It's
17321 incompatible wrt to lineup functions on cpp-macro, but it has
17322 no observable effect in the 99.9% common case where cpp-macro
17323 is set to -1000.
17324
17325 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17326
17327 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17328 member-init-cont when the preceding arglist is several lines.
17329
17330 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17331
17332 * cc-styles.el (c-style-alist): The basic offset for the BSD
17333 style corrected to 8.
17334
17335 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17336
17337 * cc-styles.el (c-style-alist): Adjusted the indentation of
17338 brace list openers in the gnu style.
17339
17340 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17341
17342 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17343
17344 * cc-cmds.el (c-electric-brace, c-electric-slash,
17345 c-electric-star, c-electric-semi&comma, c-electric-colon,
17346 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17347 when c-syntactic-indentation is nil.
17348
17349 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17350 we were left at comments preceding the first statement when
17351 reaching the beginning of the buffer.
17352
17353 * cc-vars.el (c-syntactic-indentation): New variable to turn
17354 off all syntactic indentation.
17355
17356 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17357
17358 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17359 between the text and the block comment ender when it hangs,
17360 depending on how many there are before the fill.
17361
17362 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17363
17364 * cc-engine.el (c-beginning-of-closest-statement): New helper
17365 function to go back to the closest preceding statement start,
17366 which could be inside a conditional statement.
17367 * cc-engine.el (c-guess-basic-syntax): Use
17368 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17369
17370 * cc-engine.el (c-guess-basic-syntax): Better handling of
17371 arglist-intro, arglist-cont-nonempty and arglist-close when
17372 the arglist is nested inside parens. Cases 7A, 7C and 7F
17373 changed.
17374
17375 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17376 up-to-date with javadoc 1.2.
17377
17378 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17379
17380 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17381 multiline Pike type decls.
17382
17383 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17384
17385 * cc-cmds.el (c-indent-new-comment-line): Always break
17386 multiline comments in multiline mode, regardless of
17387 comment-multi-line.
17388
17389 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17390
17391 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17392 fully::qualified::names in C++ member init lists. Preamble in
17393 case 5D changed.
17394
17395 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17396
17397 * cc-langs.el (c-common-init): Handling of obsolete variables
17398 moved to c-initialize-cc-mode. More compatible style override
17399 when using global style variables.
17400 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17401 variables moved here.
17402
17403 * cc-styles.el (c-make-styles-buffer-local): Flag style
17404 variable localness in c-style-variables-are-local-p to make
17405 the compatibility measure in c-common-init work well.
17406
17407 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17408 longer contain set-from-style.
17409 * cc-styles.el (c-initialize-builtin-style): Don't check for
17410 set-from-style on c-special-indent-hook.
17411 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17412 copy-alist is sufficient now.
17413
17414 * cc-styles.el (c-set-style, c-set-style-1,
17415 c-get-style-variables): Fixes to variable initialization so
17416 that duplicate entries in styles have the same effect
17417 regardless of DONT-OVERRIDE.
17418
17419 * cc-styles.el (c-set-style-2): Fixed bug where the
17420 initialization of inheriting styles failed when the
17421 dont-override flag is set.
17422
17423 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17424 on this.
17425
17426 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17427
17428 * cc-defs.el (c-forward-comment): Removed the workaround
17429 introduced in 5.38 since it had worse side-effects. If a line
17430 contains the string "//\"", it regarded the // as a comment
17431 start since the \ temporarily doesn't have escape syntax.
17432
17433 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17434
17435 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17436 ada-xref.el before ada-prj.el, so that the Project menu is created
17437 when ada-prj tries to add to it.
17438 (ada-activate-keys-for-case): Suppress the characters that are not
17439 part of the Ada syntax. Better compatibility with else-mode
17440 (ada-adjust-case-interactive): When auto-casing is not active,
17441 correctly insert newlines (used to insert only ^M). Prevent the
17442 syntax table from being changed in case of an error
17443 (or '_' becomes part of a word and some commands are confused).
17444 Do nothing if ada-auto-case is nil.
17445 (ada-after-keyword-p): Ignore keywords that are also attributes
17446 (ada-batch-reformat): Update usage comment
17447 (ada-call-from-contextual-menu): New function
17448 (ada-case-read-exceptions): Reinitialize the casing exception list
17449 first to nil first, so that the casing exception file can be
17450 shared.
17451 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17452 files.
17453 (ada-compile-goto-error): Fix regexp used to detect a file:line
17454 anywhere in the error message
17455 (ada-contextual-menu-last-point): New variable
17456 (ada-create-keymap): If the variable delete-key-deletes-forward is
17457 t on XEmacs, it means that DEL should delete one character
17458 forward.
17459 (ada-create-menu): Use :included instead of :visible for XEmacs.
17460 New submenu "Options".
17461 (ada-end-stmt-re): Correctly indent "select ... then abort"
17462 statements.
17463 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17464 even if they don't match ada-fill-comment-prefix Fix handling of
17465 paragraphs on the first or last line of a file.
17466 (ada-format-paramlist): Fix handling of default parameter values.
17467 (ada-get-body-name): New function.
17468 (ada-get-current-indent): Optimized by searchling directly for an
17469 existing generic part or a statement outside of it. Handle
17470 ada-indent-align-comments when indenting comments Replaced some
17471 regexps by testing directly the next character. This results in a
17472 huge speedup on some files. New indentation scheme for renames
17473 statements. Stop looking for the 'while' or 'for' associated with
17474 a 'loop' at the first semicolon encountered. A "return" can also
17475 match an anonymous access subprogram declaration.
17476 (ada-get-indent-noindent): Ignore strings and comments when
17477 looking for the keywords "record" and "private".
17478 (ada-goto-matching-decl-start): When matching "if", make sure we
17479 are not in fact seeing "end if". Ignore "when" statements except
17480 when initial keyword was "begin". Fix handling of nested
17481 procedures. Add a recursive call to this function to skip over
17482 other 'end' statmts. Fix indentation for "when .. => begin"
17483 (ada-in-open-paren-p): Fix indentation for complex boolean
17484 expressions, where 'and then', 'or else' and parenthesis
17485 statements are mixed up.
17486 (ada-in-paramlist-p): Skip comments while searching for the
17487 beginning Fix handling of operator declarations.
17488 (ada-indent-align-comments): New variable
17489 (ada-indent-current): Change the syntax table only in the
17490 protected section, so that we are sure it is restored correctly.
17491 (ada-indent-on-previous-lines): Use ada-use-indent and
17492 ada-with-indent Correctly indent "select ... then"
17493 (ada-indent-region): Slight speedup.
17494 (ada-indent-renames): New variable.
17495 (ada-last-which-function-subprog, ada-last-which-function-line):
17496 New variables
17497 (ada-looking-at-semi-private): Correctly indent the 'private'
17498 keyword when it is the first word in a package declaration.
17499 (ada-loose-case-word): Stop searching if at the end of the buffer.
17500 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17501 even if point is not initially at the end of the word.
17502 (ada-matching-decl-start-re): Add "when".
17503 (ada-mode): Add support for abbrev-mode, outline-mode and
17504 which-func-mode Override the old find-file.el entry in
17505 ff-special-constructs since it is using the obsolete
17506 ada-spec-suffix variable
17507 (ada-no-auto-case): New function
17508 (ada-scan-paramlist): When parsing the argument type, accept
17509 spaces (as in "X 'Class", generated by Rational Rose).
17510 (ada-other-file-name): No longer loads the other file.
17511 (ada-popup-menu): Save and restore the current buffer and cursor
17512 position before and after displaying the menu.
17513 (ada-search-ignore-complex-boolean): New function.
17514 (ada-uncomment-region): Emacs21 already knows how to delete
17515 comments not starting in the first column.
17516 (ada-use-indent): New variable
17517 (ada-which-function): New function.
17518 (ada-with-indent): New variable
17519 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17520 can be batch-compiled from the command line.
17521
17522 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17523 Add to the menu when the file is loaded, not in ada-mode-hook.
17524 Add -toolbar to the default ddd command Switches moved from
17525 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17526 ada-prj-default-comp-opt
17527 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17528 Reference Manual to the menu
17529 (ada-check-current): rewritten as a call to ada-compile-current
17530 (ada-compile): Removed.
17531 (ada-compile-application, ada-compile-current, ada-check-current):
17532 Set the compilation-search-path so that compile.el automatically
17533 finds the sources in src_dir. Automatic scrollong of the
17534 compilation buffer. C-uC-cC-c asks for confirmation before
17535 compiling
17536 (ada-compile-current): New parameter, prj-field
17537 (ada-complete-identifier): Load the .ali file before doing
17538 processing
17539 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17540 conform to gnatmake's behavior.
17541 (ada-find-file-in-dir): New function
17542 (ada-find-references): Set the environment variables for gnatfind
17543 (ada-find-src-file-in-dir): New function.
17544 (ada-first-non-nil): Removed
17545 (ada-gdb-application): Add support for jdb, the java debugger.
17546 (ada-get-ada-file-name): Load the original-file first if not done
17547 yet.
17548 (ada-get-all-references): Handles the new ali syntax (parent types
17549 are found between <>).
17550 (ada-initialize-runtime-library): New function
17551 (ada-mode-hook): Always load a project file when a file is opened,
17552 so that the casing exceptions are correctly read.
17553 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17554 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17555 to open the project file, since the latter does not work with
17556 speedbar Get default values before loading the prj file, or the
17557 default executable file name is wrong. Use the absolute value of
17558 src_dir to initialize ada-search-directories and
17559 compilation-search-path,... Add the standard runtime library to
17560 the search path for find-file.
17561 (ada-prj-default-debugger): Was missing an opening '{'
17562 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17563 variables.
17564 (ada-prj-default-gnatmake-opt): New variable
17565 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17566 buffers, the project file is the default one Save the windows
17567 configuration before displaying the menu.
17568 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17569 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17570 ...) regexp-quote identifiers names to support operators +,
17571 -,... in regexps.
17572 (ada-remote): New function.
17573 (ada-run-application): Erase the output buffer before starting the
17574 run Support remote execution of the application. Use
17575 call-process, or the arguments are incorrectly parsed
17576 (ada-set-default-project-file): Reread the content of the active
17577 project file, not the one from the current buffer When a project
17578 file is set as the default project, all directories are
17579 automatically associated with it.
17580 (ada-set-environment): New function
17581 (ada-treat-cmd-string): New special variable ${current}
17582 (ada-treat-cmd-string): Revised. The substitution is now done for
17583 any ${...} substring
17584 (ada-xref-current): If no body was found, compiles the spec
17585 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17586 compiler to get rid of command line length limitations.
17587 (ada-xref-get-project-field): New function
17588 (ada-xref-project-files): New variable
17589 (ada-xref-runtime-library-specs-path)
17590 (ada-xref-runtime-library-ali-path): New variables
17591 (ada-xref-set-default-prj-values): Default run command now does a
17592 cd to the build directory. New field: main_unit Provide a default
17593 file name even if the current buffer has no prj file.
17594
17595 * ada-prj.el:
17596 Rewritten to show a tabbed-dialog.
17597 (ada-prj-add-ada-menu): Remove the map and name parameters.
17598 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17599 New function
17600 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17601 (ada-prj-load-from-file): New function
17602 (ada-prj-save): Always save fields that depend on the current buffer
17603 (ada-prj-show-value): New function
17604
17605 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17606 Ada mode. This will allow us to display the Ada menu in any buffer
17607 we want (for project items).
17608 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17609 number of spaces in the header.
17610
17611 2000-07-24 Dave Love <fx@gnu.org>
17612
17613 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17614
17615 2000-07-23 Noah Friedman <friedman@splode.com>
17616
17617 * type-break.el (type-break): perform autosave.
17618 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17619 (type-break-do-query): Cancel query schedule while performing
17620 actual query, to avoid possibility of a second query being made
17621 while first one is already in progress.
17622 (type-break-time-stamp-format): New variable.
17623 (type-break-time-stamp): New function.
17624 (type-break-time-warning): Use it.
17625 (type-break-keystroke-warning): Use it.
17626 (type-break-noninteractive-query): Use it.
17627
17628 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17629 cookie.
17630 Use add-minor-mode to set minor-mode-alist, if available.
17631 (eldoc-echo-area-use-multiline-p): New user option.
17632 (eldoc-echo-area-multiline-supported-p): New variable.
17633 (eldoc-docstring-format-sym-doc): Use them.
17634 (eldoc-mode): If not using idle timers, append to local post and
17635 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17636 (eldoc-display-message-no-interference-p): Don't interfere with
17637 edebug.
17638 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17639 (eldoc-function-arglist): New function.
17640 (eldoc-function-argstring): Use it.
17641
17642 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17643 auto save directory exists before calling directory-files.
17644
17645 2000-07-23 Dave Love <fx@gnu.org>
17646
17647 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17648 ^o, ^u.
17649
17650 2000-07-21 Dave Love <fx@gnu.org>
17651
17652 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17653 now passed to the function. It now works properly.
17654
17655 * smerge-mode.el (smerge-mode-menu): Fill it out.
17656
17657 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17658
17659 * info-look.el (info-lookup): If *info* is shown in another frame
17660 on the same display, select that frame, instead of switching to
17661 the Info buffer in another window of the selected frame.
17662
17663 * simple.el (universal-argument-map): Bind numeric keypad keys
17664 kp-0 to kp-9 and kp-subtract.
17665 (digit-argument): Handle these keys.
17666
17667 2000-07-20 Dave Love <fx@gnu.org>
17668
17669 * net/goto-addr.el (goto-address-fontify): Don't bother with
17670 buffer-modified and read-only stuff -- irrelevant with overlays.
17671 Put an extra property on the overlays and use it to clean up in
17672 case goto-address is re-run.
17673
17674 2000-07-19 Richard M. Stallman <rms@gnu.org>
17675
17676 * timer.el (run-with-idle-timer): Doc fix.
17677
17678 * mail/mail-utils.el (mail-strip-quoted-names):
17679 Handle case where <...> appears inside "...".
17680 Use replace-match to edit the string more simply.
17681 (rmail-dont-reply-to): Cope with an unmatched ".
17682
17683 2000-07-19 Dave Love <fx@gnu.org>
17684
17685 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17686 implementation.
17687
17688 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17689 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17690 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17691
17692 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17693
17694 * textmodes/refer.el: Correct maintainer's email address.
17695
17696 * progmodes/hideif.el: Correct author's email address.
17697 Fix typo in comment.
17698
17699 * xml.el: New file.
17700
17701 * mail/mailheader.el: Correct author's mail address.
17702
17703 * gnus/parse-time.el: Correct author's mail address.
17704
17705 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17706
17707 * comint.el (comint-highlight-input, comint-highlight-face):
17708 New user options.
17709 (comint-input-ring-file-name): Change custom type.
17710 (comint-mode-map): Bind mouse-2.
17711 (comint-insert-clicked-input): New function.
17712 (comint-send-input): Handle input highlighting.
17713
17714 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17715
17716 * mouse.el (popup-menu): New function.
17717 (mouse-major-mode-menu): Use it.
17718
17719 2000-07-18 Dave Love <fx@gnu.org>
17720
17721 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17722 improvements.
17723
17724 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17725
17726 * faces.el (face-font-selection-order)
17727 (face-font-family-alternatives): Add custom type.
17728
17729 2000-07-18 Dave Love <fx@gnu.org>
17730
17731 * cus-edit.el (custom-variable-reset-saved)
17732 (custom-variable-reset-standard): Remove unused bindings.
17733
17734 * rect.el (open-rectangle-line): Remove unused let.
17735
17736 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17737
17738 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17739
17740 * cdl.el: Fix `Maintainer' keyword.
17741
17742 * play/pong.el: Add author's email address.
17743
17744 2000-07-17 Sam Steingold <sds@gnu.org>
17745
17746 * files.el (insert-directory): Call `split-string' instead of
17747 re-implementing it.
17748
17749 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17750
17751 * mail/vms-pmail.el: Change maintainer to FSF.
17752
17753 * net/goto-addr.el: Change maintainer to FSF.
17754
17755 * info.el (Info-title-face-alist): Removed.
17756
17757 2000-07-18 David Ponce <david@dponce.com>
17758
17759 * recentf.el (recentf-open-files): New command that works like
17760 `recentf-open-more-files', but shows the whole list of files (not just
17761 those omitted from the menu). Useful if you don't use a menu-bar!
17762 (recentf-open-more-files) Modified to use `recentf-open-files'.
17763
17764 (recentf-open-files, recentf-open-more-files)
17765 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17766
17767 (recentf-dialog-mode): New mode for dialogs. You can now just type
17768 "q" to cancel the dialogs.
17769
17770 2000-07-18 David Ponce <david@dponce.com>
17771
17772 * recentf.el: This is a major update of recentf.el. It adds new
17773 features to better organize the recentf menu and "More..." buffer.
17774
17775 Using new provided menu filtering functions you can now organize the
17776 recent files list:
17777
17778 - by major modes
17779 - by directories
17780 - by user defined rules
17781
17782 Finally, with the new `recentf-filter-changer' customizable filter you
17783 can define a ring of filters and dynamically (via the menu) cycle on
17784 each menu organization in the ring (a la msb).
17785
17786 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17787
17788 * eshell/eshell.el (eshell): Replace links to eshell.info with
17789 links to eshell, to avoid problems on systems where the manual is
17790 installed as `eshell'.
17791 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17792 * eshell/em-smart.el (eshell-smart): Ditto.
17793 * eshell/em-banner.el (eshell-banner): Ditto.
17794 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17795
17796 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17797 same-file check in the MS-DOS version (it does support inodes).
17798
17799 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17800
17801 * eshell/eshell.el (eshell-directory-name):
17802 Run default directory name through convert-standard-filename.
17803
17804 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17805
17806 * international/mule-cmds.el (select-safe-coding-system):
17807 Fix typo in the comment.
17808
17809 * language/european.el (compound-text):
17810 Force katakana-jisx0201 to be designated to G1.
17811
17812 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17813 Don't translate some national variant characters of latin-jisx0201.
17814 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17815
17816 * international/kkc.el (kkc-after-update-conversion-functions):
17817 New variable.
17818 (kkc-update-conversion): Run functions in it at the tail.
17819
17820 2000-07-16 John Wiegley <johnw@gnu.org>
17821
17822 * lisp/align.el (align-newline-and-indent):
17823 Adding new function. for auto-aligning blocks of code on RET.
17824 (align-region): Fixed badly formatted minibuffer message.
17825
17826 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17827
17828 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17829 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17830 the conversion list at first if appropriate.
17831 (kkc-next): Don't update kkc-next-count here.
17832 (kkc-prev): Don't update kkc-prev-count here.
17833 (kkc-show-conversion-list-update): Fix setting up of conversion
17834 list message.
17835
17836 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17837
17838 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17839
17840 2000-07-16 Dave Love <fx@gnu.org>
17841
17842 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17843 function to be more specific.
17844
17845 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17846 non-string help-echo.
17847 (widget-types-convert-widget): Defsubst it.
17848 (widget-echo-help): Try to cope with a help-echo function of two
17849 possible sorts.
17850
17851 2000-07-15 Jason Rumney <jasonr@gnu.org>
17852
17853 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17854 Declare as obsolete.
17855
17856 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17857
17858 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17859
17860 * hilit-chg.el: Fix typo.
17861
17862 2000-07-14 Dave Love <fx@gnu.org>
17863
17864 * info.el (Info-mode-menu): Fix use of :help, :enable.
17865
17866 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17867
17868 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17869
17870 2000-07-13 Dave Love <fx@gnu.org>
17871
17872 * emacs-lisp/easymenu.el: Doc fixes.
17873 (easy-menu-remove): Defalias to ignore.
17874
17875 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17876 Call throw correctly.
17877
17878 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17879
17880 * faces.el (frame-background-mode): Doc fix.
17881
17882 * simple.el (eval-expression-print-length): Change custom type to
17883 allow entering nil as value.
17884
17885 2000-07-13 Dave Love <fx@gnu.org>
17886
17887 * progmodes/fortran.el (fortran-imenu-generic-expression):
17888 Change definition layout.
17889 (fortran-mode-menu): Reinstate customize entries.
17890
17891 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17892 Use :filter, per old XEmacs code.
17893
17894 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17895
17896 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17897 event when deciding what to send to the terminal.
17898
17899 2000-07-12 Dave Love <fx@gnu.org>
17900
17901 * cus-start.el: Add optional version as 4th element of specs and
17902 use it for several things new in v21. Remove load-path. Fix type
17903 of line-number-display-limit.
17904
17905 2000-07-11 Dave Love <fx@gnu.org>
17906
17907 * progmodes/fortran.el: Don't require easymenu.
17908 Use repeat counts in various regexps.
17909 (fortran-mode-syntax-table): Defvar directly.
17910 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17911 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17912 Use defvar, not defconst.
17913 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17914 (fortran-mode): Set fortran-comment-line-start-skip,
17915 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17916 (fortran-comment-indent): Use defsubst.
17917 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17918 Use fortran-comment-indent, not fortran-comment-indent-function.
17919 (fortran-comment-region, fortran-electric-line-number): Simplify.
17920 (fortran-auto-fill): New function.
17921 (fortran-do-auto-fill): Deleted.
17922 (fortran-find-comment-start-skip):
17923 Check for non-null comment-start-skip.
17924 (fortran-auto-fill-mode, fortran-fill-statement):
17925 Use fortran-auto-fill.
17926 (fortran-fill): Use fortran-auto-fill. Check for null
17927 comment-start-skip. Simplify final clause and use end-of-line finally.
17928
17929 * widget.el (widget-plist-member): New alias.
17930
17931 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17932
17933 * eshell/esh-module.el (toplevel): Reference
17934 byte-compile-current-file only if it is bound.
17935
17936 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17937
17938 * dired.el: Don't require `dired-aux'.
17939
17940 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17941
17942 * dired-aux.el (dired-show-file-type): New function.
17943 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17944 (dired-show-file-type): Add autoload.
17945
17946 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17947
17948 * international/mule-diag.el (describe-font): Adjusted for the
17949 change of fontset-info.
17950 (print-fontset): Likewise.
17951
17952 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17953
17954 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17955
17956 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17957
17958 * bindings.el: Bind `[delete]' to delete-char.
17959
17960 * dired.el (dired-find-alternate-file): New function.
17961 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17962 (toplevel): Require dired-aux when compiling.
17963 (dired-buffers): Move defvar within file to avoid compiler warning.
17964
17965 * info.el (Info-last-search): Variable removed.
17966 (Info-search-history): New variable.
17967 (Info-search): New Info-search-history.
17968
17969 * battery.el, info-look.el: Change author's mail address.
17970
17971 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17972
17973 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17974 if rmail-ignored-headers is nil.
17975 (rmail-retry-failure): Bind rmail-ignored-headers and
17976 rmail-displayed-headers to nil.
17977
17978 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17979
17980 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17981 (print-region-1): Don't hard code `-h' here.
17982
17983 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17984
17985 2000-07-01 Francesco Potorti` <pot@gnu.org>
17986
17987 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17988 exim can use "your message" instead of "the message".
17989
17990 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17991
17992 * facemenu.el: Docstrings fixes.
17993 (facemenu-get-face): Don't use internal-find-face.
17994 (facemenu-iterate): Rename arg to match the docstring.
17995
17996 * newcomment.el (uncomment-region): Be more careful when skipping
17997 backwards over `=' not to bump into BOBP.
17998
17999 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18000
18001 * ediff-diff.el (ediff-wordify): Use syntax table.
18002 * ediff-init.el (ediff-has-face-support-p): Use
18003 ediff-color-display-p.
18004 (ediff-color-display-p): Use display-color-p, changed to defun
18005 from defsubst.
18006 Got rid of special cases for NeXT and OS/2.
18007 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18008 face.
18009
18010 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18011
18012 * emacs-lisp/lucid.el: Require CL.
18013 (copy-tree, remprop): Remove, it's provided by CL.
18014 (map-keymap): Define in terms of cl-map-keymap.
18015 (extent-property, set-extent-end-glyph): New functions.
18016
18017 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18018
18019 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18020
18021 * Makefile.in (DONTCOMPILE): Add comment that the name may
18022 not be changed without changing the make-dist script.
18023
18024 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18025 (cl-mapc): Use mapc instead of cl-old-mapc.
18026
18027 2000-07-05 Andrew Innes <andrewi@gnu.org>
18028
18029 * makefile.nt: Add support for `bootstrap' and related targets.
18030
18031 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18032
18033 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18034 (easy-menu-do-define): Use `menu-item' format.
18035 Handle case where easy-menu-create-menu returns a symbol.
18036 Manually call the potential top-level filter in the function binding.
18037 (easy-menu-filter-return): New arg NAME.
18038 Convert to a keymap if MENU is an XEmacs menu.
18039 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18040 (easy-menu-converted-items-table, easy-menu-convert-item):
18041 New var and fun to memoize easy-menu-convert-item-1.
18042 (easy-menu-do-add-item): Use it.
18043 (easy-menu-create-menu): Use easy-menu-convert-item.
18044 Wrap easy-menu-filter-return around any :filter specification.
18045 Don't convert the menu if a filter was specified.
18046 Tell easy-menu-make-symbol not to check for MENU being an expression.
18047 (easy-menu-make-symbol): New arg NOEXP.
18048
18049 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18050
18051 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18052 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18053 (eval-defun): If called with prefix arg, instrument code for
18054 Edebug.
18055
18056 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18057 similar to that of eval-defun.
18058
18059 2000-07-04 Dave Love <fx@gnu.org>
18060
18061 * hl-line.el (hl-line-overlay): Make it permanent-local.
18062
18063 * calendar/todo-mode.el: Replaced with a working version, based on
18064 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18065
18066 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18067
18068 * paths.el (prune-directory-list): New function.
18069 (Info-default-directory-list): Rewritten to more methodically
18070 enumerate a big list of possible info directories (based on the
18071 list used by the standalone info reader).
18072
18073 * info.el (info-initialize): Use prune-directory-list to remove
18074 non-existent directories from Info-directory-list.
18075
18076 * paths.el (Info-default-directory-list): Try a list of possible
18077 info-directories instead of a single one. Add the possible
18078 info directory "/usr/share/info".
18079
18080 * woman.el (woman-man.conf-path): Explicitly include the debian
18081 man-db config file "/etc/manpath.config".
18082 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18083 are present in `manpath.config'.
18084 (woman-manpath): Include "/usr/share/man".
18085
18086 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18087
18088 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18089
18090 * startup.el (command-line): Initialize blink-cursor based
18091 on window-system.
18092
18093 * frame.el (blink-cursor): Default to nil if not running under
18094 a window-system.
18095
18096 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18097 (face-x-resources): Remove duplicate entry for :font.
18098
18099 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18100 instead of cycling through windows with next-window.
18101
18102 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18103 of cycling through windows with next-window.
18104
18105 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18106 of cycling through windows with next-window.
18107
18108 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18109 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18110 instead of cycling through windows with next-window.
18111
18112 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18113 instead of cycling through windows with next-window.
18114
18115 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18116 of cycling through windows with next-window.
18117
18118 * terminal.el (te-process-output): Use walk-windows instead of
18119 cycling through windows with next-window.
18120
18121 * server.el (server-switch-buffer): Use some-window instead of
18122 cycling through windows with next-window.
18123
18124 * window.el (some-window): New function.
18125 (walk-windows): Remove reference to walk-windows-start.
18126
18127 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18128
18129 2000-07-03 Richard Stallman <rms@gnu.org>
18130
18131 * window.el (walk-windows): Guarantee termination by keeping a list
18132 of all the windows already handled.
18133
18134 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18135
18136 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18137 window-system.
18138
18139 * man.el (Man-notify-when-ready): Don't use window-system. If
18140 Man-notify-method is newframe, and the display is not
18141 multi-frame, select the frame created for the man page.
18142 (Man-init-defvars): Doc fix.
18143
18144 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18145
18146 * faces.el (region): Change background color for light background.
18147
18148 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18149 attribute from mode-line face of Ediff control frame.
18150
18151 * replace.el (query-replace-map): Bind `e' like `E'.
18152
18153 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18154
18155 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18156 Change name to "Select All".
18157
18158 * dos-fns.el (convert-standard-filename): Fix last change.
18159
18160 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18161
18162 * help.el (describe-variable): Don't insert a second `'s' in front
18163 of the string `value is shown below'. Since the syntax-table is
18164 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18165 an existing `'s', so that this won't be deleted.
18166
18167 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18168 * pcmpl-unix.el: New files.
18169
18170 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18171
18172 * wid-edit.el (widget-member): Use the new plist-member.
18173
18174 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18175
18176 * replace.el (perform-replace): Undo change of 2000-04-04.
18177 Instead, move backward 1 character at the end of the loop when
18178 necessary.
18179
18180 * faces.el (fringe): Change face for different backgrounds.
18181
18182 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18183 patch from John.
18184
18185 * eshell/*.el: Change spelling of the Free Software Foundation.
18186
18187 * eshell/esh-toggle.el: Removed.
18188
18189 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18190
18191 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18192 interactively.
18193
18194 2000-06-26 Alex Schroeder <alex@gnu.org>
18195
18196 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18197 `define-key'; instead of checking `(emacs-version)' check for
18198 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18199 for `;' and `o' which might be electric.
18200
18201 (sql-electric-stuff): New user option.
18202 (sql-magic-go): New function which uses `sql-electric-stuff'.
18203 (sql-magic-semicolon): New function which uses
18204 `sql-electric-stuff'.
18205
18206 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18207 is not fboundp.
18208
18209 (sql-oracle-options): New variable.
18210 (sql-oracle): Use it.
18211
18212 (sql-imenu-generic-expression): Doc change.
18213 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18214 is used.
18215
18216 (sql-informix): Added command line parameter "-" to force
18217 sql-informix-program to use stdout.
18218
18219 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18220
18221 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18222 (cp864-decode-table): Doc fix.
18223 (cp720-decode-table): New variable, supports the Arabic OEM
18224 codepage used by Windows.
18225 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18226
18227 2000-06-23 Dave Love <fx@gnu.org>
18228
18229 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18230 (font-lock-fontify-anchored-keywords): Use
18231 line-beginning-position.
18232 (global-font-lock-mode): Use mapc.
18233
18234 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18235
18236 * eshell/esh-module.el: Require CL when compiling.
18237
18238 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18239
18240 * comint.el (comint-substitute-in-file-name): Call replace-match
18241 with second and third arg t.
18242
18243 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18244 Specify foreground color.
18245
18246 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18247 color.
18248
18249 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18250
18251 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18252 cddr instead of cdddr.
18253
18254 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18255 instead of copy-list.
18256
18257 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18258 of copy-list.
18259
18260 * subdirs.el: Add eshell subdirectory.
18261
18262 * eshell: New subdirectory containing the Eshell package.
18263
18264 * pcomplete.el: New file.
18265
18266 2000-06-23 Paul Eggert <eggert@twinsun.com>
18267
18268 * mail/mailpost.el (post-mail-send-it): Make sure file has
18269 proper permissions from birth.
18270
18271 * files.el (basic-save-buffer-2): When temporarily setting
18272 file modes, set them to current modes plus 0200, not to 0777.
18273
18274 * emerge.el (emerge-make-temp-file): Make sure file has proper
18275 permissions from birth.
18276
18277 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18278
18279 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18280 backup file name through convert-standard-filename.
18281
18282 * dos-fns.el (convert-standard-filename): Convert leading
18283 directories as well. When long file names are supported, convert
18284 characters that are invalid in Windows file names.
18285
18286 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18287
18288 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18289 ps-print crashes. New feature: page selection for printing. Create
18290 raw-text-unix coding system for XEmacs. Doc fix.
18291 (ps-print-version): New version number (5.2.3).
18292 (ps-plot-region): Bug fix.
18293 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18294 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18295 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18296 funs.
18297 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18298 (ps-last-page): New vars.
18299
18300 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18301
18302 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18303 empty option string.
18304
18305 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18306
18307 * man.el (man): Doc fix.
18308
18309 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18310
18311 * international/mule-cmds.el (set-language-info-alist): Docstring
18312 fixed.
18313
18314 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18315
18316 * version.el (emacs-version): Use ISO date format.
18317
18318 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18319 instead of `M-backspace'.
18320
18321 * simple.el (turn-off-auto-fill): New function.
18322
18323 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18324
18325 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18326 Renamed from with-buffer-prepared-for-font-lock and use
18327 inhibit-modification-hooks rather than setting *-change-functions.
18328 Update all functions to use the new name.
18329 (jit-lock-first-unfontify-pos): New semantics (and doc).
18330 (jit-lock-mode): Make non-interactive.
18331 Don't automatically turn on font-lock.
18332 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18333 Always use jit-lock-after-change.
18334 Remove and restore font-lock-after-change-function.
18335 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18336 (jit-lock-after-unfontify-buffer): Remove.
18337 (jit-lock-stealth-fontify):
18338 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18339 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18340
18341 2000-06-20 Sam Steingold <sds@gnu.org>
18342
18343 * emacs-lisp/cl-indent.el (toplevel): Indent
18344 `print-unreadable-object' properly. Untabify.
18345
18346 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18347
18348 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18349 Support for bibentry.
18350 (reftex-compile-variables): Fixed problem with end of section-re.
18351
18352 * texmodes/reftex-dcr.el (reftex-view-crossref,
18353 reftex-view-crossref-from-bibtex):
18354 Deal with changed `reftex-find-citation-regexp-format'.
18355 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18356 Replaced `remprop' with `put'.
18357 (reftex-view-crossref, reftex-view-crossref-when-idle):
18358 Support for bibentry.
18359
18360 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18361 New entry for bibentry package.
18362
18363 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18364 Regexp also matches "\nobibliography".
18365
18366 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18367 Call `reftex-ensure-write-access' before doing anything.
18368 (reftex-ensure-write-access): New function.
18369
18370 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18371
18372 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18373
18374 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18375
18376 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18377
18378 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18379
18380
18381 2000-06-20 Dave Love <fx@gnu.org>
18382
18383 * faces.el (frame-background-mode): Use set-default, not set, in
18384 setter.
18385 (frame-update-faces, frame-update-face-colors): Define with
18386 defalias.
18387
18388 * enriched.el (enriched-decode-foreground)
18389 (enriched-decode-background): Don't use internal-find-face.
18390
18391 * apropos.el: Doc fixes.
18392
18393 * cus-edit.el (customize-changed-options): Check arg.
18394 (customize-version-lessp): Don't require decimal point.
18395
18396 * custom.el (defcustom, defgroup): Doc fix.
18397
18398 * newcomment.el (comment) <defgroup>: Add :version.
18399 (comment-multi-line): Doc fix.
18400
18401 * emulation/mlsupport.el (define-hooked-local-abbrev,
18402 define-hooked-global-abbrev): Fix, using define-abbrev.
18403
18404 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18405
18406 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18407 the whole buffer.
18408
18409 2000-06-19 Dave Love <fx@gnu.org>
18410
18411 * menu-bar.el (menu-bar-options-save): New function.
18412 (menu-bar-options-menu): Use it.
18413 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18414 Simplify.
18415
18416 2000-06-19 Andreas Schwab <schwab@suse.de>
18417
18418 * progmodes/etags.el (tags-query-replace): Put new parameters
18419 START and END at the end, for backward compatibility.
18420
18421 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18422
18423 * international/codepage.el:
18424 (cp-coding-system-for-codepage-1): Delete special codes for
18425 generating xxx-dos coding system because now a CCL based coding
18426 system can handle EOL conversion by default.
18427
18428 * international/mule.el (make-coding-system): Generate subsidiary
18429 coding systems for EOL handling variants even for a CCL based
18430 coding system.
18431
18432 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18433
18434 * international/isearch-x.el (isearch-minibuffer-input-method)
18435 (isearch-minibuffer-input-method-function): These variables
18436 deleted.
18437 (isearch-with-input-method): Don't use the above variables.
18438 (isearch-process-search-multibyte-characters): Likewise. Call
18439 read-string with the arg INHERIT-INPUT-METHOD t.
18440
18441 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18442
18443 * font-lock.el (font-lock-after-fontify-buffer)
18444 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18445
18446 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18447 Use consistent make-local-variable style for font-lock-fontified.
18448 (jit-lock-fontify-buffer):
18449 Don't bother checking for font-lock-mode and jit-lock-mode.
18450
18451 * time.el: Remove trailing ^M that prevent CVS-merging.
18452
18453 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18454
18455 * Makefile.in (distclean): New target.
18456
18457 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18458
18459 * Makefile.in (srcdir): Define for update-subdirs.
18460
18461 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18462
18463 * find-lisp.el: New file.
18464
18465 2000-06-16 Andrew Innes <andrewi@gnu.org>
18466
18467 * time.el (display-time-mail-function): New variable, to allow
18468 external packages to indicate when new mail is available.
18469 (display-time-update): Use it.
18470
18471 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18472
18473 * international/mule.el (mule-version): Change version name to
18474 SAKAKI. AOI has already been used by Meadow.
18475
18476 * international/quail.el (quail-show-guidance-buf): To find the
18477 bottom window (but minibuffer), pay attention to the height of
18478 minibuffer.
18479
18480 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18481
18482 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18483 menu-bar menus. Add help strings. Don't remove the Edit menu
18484 from the menu bar, as the menu bar has enough space now.
18485
18486 * Makefile.in (SHELL): Make sure /bin/sh is used.
18487
18488 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18489 characters, which use series of two ^H characters instead of one.
18490
18491 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18492
18493 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18494 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18495 functions.
18496 (Info-find-node-2): Try a case-sensitive search first, then
18497 do a case-insensitive search.
18498
18499 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18500 tutorials.
18501
18502 * complete.el (PC-env-vars-alist): New variable.
18503 (PC-complete-as-file-name): New function.
18504 (partial-completion-mode): Initialize PC-env-vars-alist from
18505 process-environment.
18506 (PC-do-completion): Handle completion of env vars.
18507
18508 * info.el (Info-set-mode-line): Show file name in mode line,
18509 use `*Info*' instead of `Info:'.
18510
18511 * startup.el (command-line-1): Change copyright messages to year
18512 2000.
18513
18514 2000-06-15 Dave Love <fx@gnu.org>
18515
18516 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18517 not local-map.
18518
18519 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18520
18521 * international/mule.el (set-buffer-file-coding-system): Almost
18522 rewritten to handle `undecided' as no-op.
18523
18524 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18525
18526 * Makefile.in: New file.
18527
18528 * Makefile: Removed.
18529
18530 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18531 (goto-address-highlight-keymap): Bind C-c RET.
18532
18533 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18534
18535 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18536 inherits buffer-file-coding-system of the current buffer.
18537
18538 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18539 0. Give correct argument to set-auto-coding-function.
18540 (tar-expunge): For goto-char, use (point-min), not 0.
18541 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18542 (tar-subfile-save-buffer): Likewize.
18543
18544 * international/mule.el
18545 (after-insert-file-set-buffer-file-coding-system): Call
18546 set-buffer-file-coding-system with the arg FORCE t.
18547
18548 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18549
18550 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18551 nil. Contemporary sendmails issue an X-Authentication-Warning if
18552 the sender is set with `-f'.
18553
18554 2000-06-13 Dave Love <fx@gnu.org>
18555
18556 * help.el (describe-function-1): Kluge around cases of functions
18557 fset to subrs whose doc doesn't match their symbol-name.
18558
18559 * image.el (insert-image): Default STRING to a space.
18560
18561 * info.el Doc fixes.
18562 (Info-build-node-completions): Match Ref tags.
18563
18564 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18565
18566 * frame.el (display-multi-frame-p, display-multi-font-p): New
18567 defaliases for display-graphic-p.
18568
18569 * hl-line.el: Fixed a typo in commentary.
18570
18571 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18572
18573 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18574 fixed.
18575
18576 2000-06-12 Dave Love <fx@gnu.org>
18577
18578 * image.el (insert-image): Save a little consing.
18579
18580 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18581
18582 * language/tibet-util.el: Convert all tibetan-1-column characters
18583 to the corresponding tibetan characters.
18584 (tibetan-add-components): Delete code for the special treatment of
18585 'a chung.
18586
18587 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18588 change.
18589 (tibetan-vowel-transcription-alist): More rules added.
18590 (tibetan-composite-vowel-alist): New variable.
18591 (tibetan-precomposition-rule-alist): More rules added.
18592
18593 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18594
18595 * startup.el (command-line): Only call menu-bar-mode if interactive.
18596
18597 * thingatpt.el (toplevel symbol-properties):
18598 * textmodes/makeinfo.el (makeinfo-compile):
18599 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18600 * progmodes/hideif.el (hif-compress-define-list)
18601 (hide-ifdef-use-define-alist):
18602 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18603 (ange-ftp-vms-add-file-entry):
18604 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18605 * man.el (Man-build-man-command):
18606 * mail/rnewspost.el (news-reply-header-hook):
18607 * info.el (Info-insert-dir):
18608 * emulation/mlconvert.el (backward-word, forward-word, setq):
18609 * emacs-lisp/gulp.el (gulp-send-requests):
18610 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18611 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18612 (byte-optimize-apply, end of file):
18613 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18614 (ad-make-freeze-definition):
18615 * startup.el (command-line, command-line-1): Don't quote lambdas.
18616
18617 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18618 (cvs-cleanup-removed): New function.
18619 (cvs-cleanup-functions): New var.
18620 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18621 some flexibility in specifying additional entries to auto-cleanup.
18622 (cvs-quickdir): New function.
18623 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18624 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18625 (cvs-mode-find-file): Check that we are on a filename or dirname
18626 when invoked through a mouse-click.
18627 (cvs-full-path): Remove.
18628 (cvs-dired-action): Re-introduced.
18629 (cvs-dired-noselect): Use it.
18630 (vc-post-command-functions): use this new hook if available.
18631
18632 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18633 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18634 (cvs-filename-map, cvs-dirname-map): Remove.
18635 (cvs-default-action): Remove.
18636 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18637 if the arg is really a keymap.
18638 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18639 Don't hardcode the mapping from state (aka type) to face, but check
18640 the var cvs-fi-<type>-face instead.
18641 (cvs-fileinfo-from-entries): New function.
18642
18643 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18644 Docstring fix.
18645 (cvs-find-file-and-jump): Change default to be safer.
18646 (cvs-mode-diff-map): Define it as a function as well.
18647 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18648 Bind mouse-2 in this global map rather than with text-properties.
18649
18650 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18651 file to resolve the ambiguity between C(conflict) and C(need-merge).
18652
18653 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18654
18655 * international/mule.el (set-buffer-file-coding-system): If
18656 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18657 unconditionally.
18658
18659 2000-06-12 Dave Love <fx@gnu.org>
18660
18661 * wid-edit.el (widget-specify-button): Really suppress the face if
18662 required.
18663
18664 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18665
18666 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18667
18668 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18669
18670 * imenu.el (imenu-generic-expression): Docstring fix.
18671
18672 * composite.el (composition-function-table): Move the `put'
18673 below the autoload cookie so we can load the file before loaddefs.
18674
18675 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18676
18677 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18678 Handle easy-mmode-define-global-mode.
18679 For complex macros like define-minor-mode that can generate
18680 several autoload entries, try to autoload entries in the
18681 macroexpanded code.
18682
18683 * emacs-lisp/easy-mmode.el (define-minor-mode):
18684 If KEYMAP is a symbol, just use it.
18685 Use byte-compile-current-file and load-file-name to infer the
18686 proper :require to pass to defcustom.
18687 Wrap the hook var into `progn' so as not to autoload it.
18688 Add a :autoload-end cookie.
18689 Be more careful about the evaluation of KEYMAP.
18690 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18691 (define-derived-mode): Move define-abbrev-table outside of defvar.
18692
18693 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18694
18695 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18696 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18697 (backup-compiled-files): Ignore errors during `tar'.
18698 (bootstrap): Make autoloads before elc files.
18699
18700 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18701
18702 * international/mule.el (set-buffer-file-coding-system): If one of
18703 undecided-XXX is specified, change only EOL conversion.
18704
18705 * international/mule-conf.el (unix): New alias for the coding
18706 system undecided-unix.
18707
18708 2000-06-09 Dave Love <fx@gnu.org>
18709
18710 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18711
18712 * progmodes/executable.el: Byte compile dynamic.
18713 (executable-insert): Change custom type.
18714 (executable-find): Add autoload cookie.
18715 (executable-make-buffer-file-executable-if-script-p): New
18716 function. After Noah Friedman.
18717
18718 * files.el (after-save-hook): Customize, with
18719 executable-make-buffer-file-executable-if-script-p as an option.
18720
18721 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18722
18723 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18724 "tib24p-mule.bdf" for Tibetan.
18725
18726 * composite.el (decompose-composite-char): Declare it as obsolete.
18727
18728 * man.el (Man-fontify-manpage): Pay attention to underline and
18729 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18730
18731 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18732
18733 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18734 Set maintainer to FSF since author isn't reachable.
18735
18736 2000-06-08 Dave Love <fx@gnu.org>
18737
18738 * international/mule-cmds.el (select-safe-coding-system): If
18739 DEFAULT-CODING-SYSTEM is not specified, also check the most
18740 preferred coding-system if buffer-file-coding-system is
18741 `undecided'. From Handa.
18742
18743 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18744
18745 * international/mule.el
18746 (after-insert-file-set-buffer-file-coding-system): If the buffer
18747 size is greater than INSERTED, judget that we are not visiting.
18748
18749 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18750
18751 * whitespace.el (defgroup whitespace): Comment out `:version'.
18752 XEmacs 20.4 has problems defining the group with this present.
18753 We'll have this commented out till get resolve the problem.
18754
18755 2000-06-07 John Wiegley <johnw@gnu.org>
18756
18757 * align.el (align-dq-string-modes, align-sq-string-modes)
18758 (align-open-comment-modes): Add pyhton-mode.
18759 (align-rules-list): Use get-text-property instead of
18760 text-properties-at.
18761 (align-rules-list): Add python-assignment.
18762 (align-rules-list): Change perl-comma-delimiter to
18763 basic-comma-delimiter. Use if for Perl modes and python-mode.
18764 (align-rules-list): Add python-chain-logic and
18765 basic-line-continuation.
18766
18767 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18768
18769 * apropos.el (apropos-mode-hook): New user variable.
18770 (apropos-mode): Run apropos-mode-hook.
18771
18772 2000-06-07 David Ponce <david@dponce.com>
18773
18774 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18775 commands. Require `wid-edit' at run-time.
18776
18777 2000-06-07 David Ponce <david@dponce.com>
18778
18779 * recentf.el: Added some "Commentary".
18780 (recentf-open-more-files, recentf-edit-list): Minor changes to
18781 move the point at the top of the file list. This behaviour is
18782 consistent with the menu one when the list contains a lot of
18783 files.
18784 (recentf-cleanup): Now displays the number of items removed from
18785 the list.
18786 (recentf-relative-filter) New menu filter to show filenames
18787 relative to `default-directory'.
18788
18789 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18790
18791 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18792 with/without giving an error if PostScript printer doesn't have this
18793 kind of page size. Zebra Stripe continues or restarts on next page.
18794 Manual/automatic paper feeding. Switch or not the header.
18795 (ps-print-version): New version number (5.2.2).
18796 (ps-windows-system): Include emx as a Windows system.
18797 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18798 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18799 (ps-background-text): Code fix.
18800 (ps-error-handler-message, ps-user-defined-prologue)
18801 (ps-print-prologue-header, ps-printer-name)
18802 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18803 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18804 (ps-use-face-background): Customization fix.
18805 (ps-n-up-database): Data fix.
18806 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18807 (ps-switch-header): New vars.
18808 (ps-xemacs-color-name, ps-face-foreground-name)
18809 (ps-face-background-name, ps-boolean-constant): New funs.
18810
18811 2000-06-07 Dave Love <fx@gnu.org>
18812
18813 * allout.el: New version from Manheimer.
18814
18815 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18816
18817 * textmodes/fill.el (fill-find-break-point): Check the validity of
18818 charset.
18819
18820 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18821
18822 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18823 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18824 Call display-color-p and display-mouse-p instead of looking at
18825 window-system.
18826
18827 2000-06-06 Dave Love <fx@gnu.org>
18828
18829 * image.el (find-image): Doc fix. Return nil if image not found.
18830 (put-image, insert-image): Make STRING arg optional.
18831
18832 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18833
18834 * language/vietnamese.el: Remove eval-when-compile.
18835 (viet-viscii-nonascii-translation-table): Define it as a
18836 translation table made from viet-viscii-decode-table.
18837 (viet-viscii-encode-table): Define it as a translation table made
18838 from the reverse map of above.
18839 (viet-vscii-nonascii-translation-table): Define it as a
18840 translation table made from viet-vscii-decode-table.
18841 (viet-vscii-encode-table): Define it as a translation table made
18842 from the reverse map of above.
18843 (ccl-decode-viscii): Use translate-character.
18844 (ccl-encode-viscii, ccl-encode-viscii-font)
18845 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18846 Likewize.
18847
18848 * language/cyrillic.el: Remove eval-when-compile.
18849 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18850 translation table made from cyrillic-koi8-r-decode-table.
18851 (cyrillic-koi8-r-encode-table): Define it as a translation table
18852 made from the reverse map of above.
18853 (ccl-decode-koi8): Use translate-character.
18854 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18855 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18856 a translation table made from cyrillic-alternativnyj-decode-table.
18857 (cyrillic-alternativnyj-encode-table): Define it as a translation
18858 table made from the reverse map of above.
18859 (ccl-decode-alternativnyj): Use translate-character.
18860 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18861 Likewize
18862
18863 * international/mule-diag.el (non-iso-charset-alist): Specify
18864 translation table symbol instead of translation table itself.
18865 (list-block-of-chars): CHARSET may be a translation table symbol.
18866
18867 * international/mule.el (make-coding-system): If CODING-SYSTEM
18868 already exists, override it.
18869
18870 * international/fontset.el: Use family `proportional' for Tibetan
18871 fonts.
18872
18873 * international/ccl.el (ccl-compile-translate-character): Don't
18874 check if Rrr has property translation-table.
18875 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18876
18877 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18878
18879 * info.el: Bind case-fold-search to t when searching in case
18880 a user sets it to nil in a hook.
18881
18882 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18883
18884 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18885 * hl-line.el (hl-line-mode): Use the new :global key argument.
18886
18887 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18888 (tar-clip-time-string): Prepend a space.
18889 (tar-grind-file-mode): Construct a string rather than modifying one.
18890 (tar-header-block-summarize): Fix docstring.
18891 Use `format' rather than an error-prone set of copy-loops.
18892
18893 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18894 (diff-goto-source, diff-unified->context, diff-context->unified)
18895 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18896 understand the format output by the `-p' argument to diff.
18897
18898 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18899 (sh-re-done): Use defconst.
18900 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18901 (sh-help-string-for-variable, sh-guess-basic-offset):
18902 Don't quote lambdas.
18903 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18904 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18905
18906 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18907 (mh-letter-mode): Derive from text-mode.
18908 This implicitly means that it now calls kill-all-local-variables.
18909 Also remove the Emacs-18 compatibility code.
18910
18911 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18912 Make use of symbol-property doc-string-elt.
18913 Use memq rather than a sequence of eq.
18914 (doc-string-elt): Fix the wrong or missing previously unused values.
18915 (autoload-print-form): New function extracted from
18916 generate-file-autoloads to allow recursion when handling progn
18917 so that defvar's and defun's docstrings are properly printed.
18918 (generate-file-autoloads): Use it.
18919
18920 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18921 Use find-file-hooks in the minor-mode function.
18922 Be careful not to loop indefinitely in the post-command-hook function.
18923
18924 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18925
18926 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18927 tty's.
18928 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18929 differences whenever appropriate.
18930 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18931 * viper.el (find-file, find-file-other-window): Get viper to do
18932 wildcards.
18933
18934 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18935
18936 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18937 (jit-lock-fontify-buffer): New function for JIT refontification.
18938 (jit-lock-mode): Fix docstring.
18939 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18940 Remove jit-lock-after-change from the _local_ hook.
18941 (jit-lock-function-1): Fix docstring.
18942
18943 * info.el (Info-on-current-buffer): Initialize info.
18944
18945 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18946
18947 * progmodes/tcl.el (tcl-indent-for-comment):
18948 Ignore comment-indent-hook.
18949
18950 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18951 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18952 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18953 and improve to use the lighter to guess the capitalization.
18954 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18955 Add keyword arguments to specify global-ness or the custom group.
18956 Add local-map and help-echo properties to the lighter.
18957 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18958 (easy-mmode-define-global-mode): New macro.
18959
18960 2000-06-02 Dave Love <fx@gnu.org>
18961
18962 * wid-edit.el: byte-compile-dynamic since we typically don't use
18963 all the widgets. Don't require cl or widget. Remove
18964 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18965 (widget-read-event): Removed. Callers changed to use read-event.
18966 (widget-button-release-event-p): Renamed from
18967 button-release-event-p.
18968 (widget-field-add-space, widget-field-use-before-change):
18969 Uncustomize.
18970 (widget-specify-field): Use keymap property, not local-map.
18971 (widget-specify-button): Obey :suppress-face.
18972 (widget-specify-insert): Use modern backquote syntax.
18973 (widget-image-directory): Renamed from widget-glyph-directory.
18974 (widget-image-enable): Renamed from widget-glyph-enable.
18975 (widget-image-find): Replaces widget-glyph-find.
18976 (widget-button-pressed-face): Move defvar.
18977 (widget-image-insert): Replaces widget-glyph-insert.
18978 (widget-convert): Use keywordp.
18979 (widget-leave-text, widget-children-value-delete): Use mapc.
18980 (widget-keymap): Remove XEmacs stuff.
18981 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18982 (widget-button-click): Don't set point at the click, but re-centre
18983 if we scroll out of window. Rewritten for images v. glyphs &c.
18984 (widget-tabable-at): Use POS arg, not point.
18985 (widget-beginning-of-line, widget-end-of-line)
18986 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18987 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18988 (widget-default-create): Use widget-image-insert; some rewriting.
18989 (widget-visibility-value-create)
18990 (widget-push-button-value-create, widget-toggle-value-create): Use
18991 widget-image-insert.
18992 (checkbox): Create on and off images dynamically.
18993 (documentation-link): Change :help-echo.
18994 (widget-documentation-link-echo-help): Remove.
18995
18996 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18997
18998 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18999
19000 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19001 (easy-mmode-define-toggle, define-minor-mode): Use it.
19002 (easy-mmode-define-keymap): Docstring fix.
19003 (define-derived-mode): Default PARENT to fundamental-mode.
19004 Add the derived-mode-parent symbol-property.
19005 (easy-mmode-derived-mode-p): New function.
19006
19007 2000-06-02 Dave Love <fx@gnu.org>
19008
19009 * files.el (convert-standard-filename): Doc fix.
19010 (normal-backup-enable-predicate): New function.
19011 (backup-enable-predicate): Use it to replace the lambda form.
19012
19013 * calendar/todo-mode.el: [This needs more work on the outline
19014 stuff.] Doc fixes.
19015 (todo) <defgroup>: Add :version.
19016 (todo-add-category): Don't use pushnew.
19017 (todo-cmd-raise): Fix typo.
19018 (todo-top-priorities): Change temp buffer name.
19019 (todo-category-alist): Avoid redundant lambda.
19020 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19021 Use outline-next-heading.
19022
19023 * autoarg.el: Rewritten to use define-minor-mode.
19024 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19025 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19026
19027 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19028
19029 * isearch.el (isearch-other-meta-char): Fix previous change.
19030
19031 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19032
19033 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19034 (log-edit-done): Only add the comment to the ring if it's different
19035 from the last comment entered.
19036
19037 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19038
19039 2000-06-01 Dave Love <fx@gnu.org>
19040
19041 * hl-line.el: Rewritten using define-minor-mode.
19042
19043 * help.el (describe-function-1): Distinguish special form from
19044 builtin function. Sanity-check presence of arglist for builtins.
19045
19046 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19047
19048 * international/characters.el: Fix syntax/category setting of
19049 Tibetan characters.
19050
19051 * language/tibet-util.el (tibetan-add-components): Fixes for new
19052 encoding of Tibetan characters.
19053 (tibetan-decompose-precomposition-alist): New variable.
19054 (tibetan-decompose-region): Convert precomposed characters to
19055 non-precomposed characters.
19056 (tibetan-decompose-string): Likewise.
19057 (tibetan-composition-function): Fix args to
19058 thibetan-compose-string.
19059
19060 * language/tibetan.el (tibetan-composable-pattern): More
19061 characters included.
19062 (tibetan-consonant-transcription-alist): Rule for "R" added.
19063 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19064 "+R" added.
19065 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19066
19067 * language/lao-util.el (lao-composition-function): Fix args to
19068 compose-string.
19069
19070 * language/thai-util.el (thai-composition-function): Fix args to
19071 compose-string.
19072
19073 * isearch.el (isearch-update): Set disable-point-adjustment to t
19074 to prevent the point moving to the end of a composition when a
19075 part of a composition is searched.
19076 (isearch-other-meta-char): If the key invoking this command can be
19077 mapped by function-key-map to a printing char, call
19078 isearch-process-search-char directly.
19079
19080 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19081
19082 * emacs-lisp/bytecomp.el:
19083 * frame.el:
19084 * international/mule-cmds.el:
19085 * international/mule-util.el:
19086 * international/mule.el:
19087 * mouse.el:
19088 * subr.el:
19089 * faces.el: Update calls to make-obsolete with a WHEN argument.
19090
19091 * byte-run.el (make-obsolete, make-obsolete-variable):
19092 Add an optional WHEN argument and change the format of the
19093 symbol-property information.
19094 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19095 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19096 new obsolete-symbol-property format and print WHEN if it is provided.
19097
19098 2000-05-31 Dave Love <fx@gnu.org>
19099
19100 * loadhist.el (loadhist-hook-functions): Remove
19101 before-change-function, after-change-function.
19102 (unload-feature): Deal with symbols which are both bound and
19103 fbound.
19104
19105 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19106 before-change-function, after-change-function.
19107
19108 * simple.el (newline): Don't bind before-change-function,
19109 after-change-function.
19110
19111 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19112
19113 * whitespace.el (whitespace-rescan-timer-time): Update interval
19114 set to 600 seconds (10 minutes) instead of 60 seconds since
19115 a large number of whitespace buffers causes emacs to `freeze'
19116 for a considerable amount of time.
19117
19118 * whitespace.el: Updated email address
19119
19120 2000-05-31 Dave Love <fx@gnu.org>
19121
19122 * add-log.el (change-log-font-lock-keywords) <function>: Add
19123 pattern for function of change.
19124 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19125 acknowledgements patterns.
19126
19127 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19128
19129 * isearch.el (isearch-printing-char): If keyboard coding system is
19130 being used, call isearch-process-search-multibyte-characters.
19131
19132 * international/isearch-x.el: Mostly rewritten.
19133
19134 * international/quail.el (quail-start-conversion): Don't include
19135 unhandled events in the returned events, but set them in
19136 unread-command-events. Exit if all inputs are deleted.
19137
19138 2000-05-30 Jason Rumney <jasonr@gnu.org>
19139
19140 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19141
19142 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19143 Reenable code to create initial fontsets.
19144 Use set-fontset-font in place of put-charset-property.
19145
19146 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19147
19148 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19149 label, ensure that the first colon isn't followed by another.
19150
19151 * paths.el (Info-default-directory-list): Doc fix.
19152
19153 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19154 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19155 send a query containing USER only, not USER@HOST.
19156
19157 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19158 and rmail-msgend to compute the restriction at the end, instead of
19159 computing it.
19160
19161 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19162
19163 * dabbrev.el (dabbrev-expand): Don't display messages in the
19164 echo area if the minibuffer window is active.
19165
19166 * jit-lock.el (jit-lock-mode): Add after change function to
19167 local hook.
19168
19169 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19170
19171 * antlr-mode.el: New commands: hide/unhide actions,
19172 upcase/downcase literals.
19173 (antlr-tiny-action-length): New user option.
19174 (antlr-hide-actions): New command. Suggested by
19175 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19176 (antlr-mode-map): New binding [C-c C-v].
19177 (antlr-mode-menu): New entries.
19178 (antlr-downcase-literals): New command.
19179 (antlr-upcase-literals): Ditto.
19180
19181 * antlr-mode.el: Minor changes: indendation, mode-name.
19182 (antlr-indent-line): Indent cpp directive at column 0.
19183 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19184
19185 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19186 (antlr-font-lock-additional-keywords): Workaround for intentional
19187 bug in XEmacs version of font-lock.
19188 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19189 be used by a smarter version of `buffers-menu-grouping-function'.
19190
19191 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19192
19193 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19194 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19195
19196 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19197
19198 * international/encoded-kb.el
19199 (encoded-kbd-iso2022-designation-map): Pay attention to that
19200 charset-iso-final-char return -1 for eight-bit-control and
19201 eight-bit-graphic.
19202
19203 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19204
19205 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19206 (speedbar-easymenu-definition-base): Use display-graphic-p where
19207 available, instead of window-system.
19208
19209 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19210
19211 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19212 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19213 coding systems.
19214
19215 2000-05-26 Dave Love <fx@gnu.org>
19216
19217 * disp-table.el (standard-display-underline): Don't use
19218 internal-find-face.
19219
19220 * mail/reporter.el: Maintainer change. Doc fixes.
19221 (reporter-version): Deleted.
19222
19223 * emacs-lisp/elp.el: Maintainer change.
19224 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19225
19226 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19227
19228 * add-log.el (add-change-log-entry): Merge the current entry with the
19229 previous one if the previous one is empty.
19230
19231 2000-05-26 Dave Love <fx@gnu.org>
19232
19233 * loadhist.el (unload-feature): Fix interactive spec [from
19234 lijnzaad@ebi.ac.uk].
19235
19236 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19237 subr-arity to check primitives.
19238 (byte-compile-flush-pending, byte-compile-file-form-progn)
19239 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19240 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19241 mapcar.
19242
19243 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19244
19245 * international/fontset.el: Set family names of non-latin charsets
19246 in default fontset to "*".
19247
19248 * international/mule-diag.el (print-fontset): Combine family part
19249 and registry part of the fontname by "-*-" instead of "-".
19250
19251 * international/mule-cmds.el (encode-coding-char): Make strings
19252 multibyte before calling encode-coding-string.
19253
19254 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19255
19256 * derived.el: Fix keywords.
19257 (define-derived-mode): Only define if needed.
19258
19259 * simple.el (fill-comment, comment-column, comment-start)
19260 (comment-start-skip, comment-end, comment-indent-function)
19261 (block-comment-start, block-comment-end, indent-for-comment)
19262 (set-comment-column, kill-comment, comment-padding, comment-region)
19263 (comment-multi-line, indent-new-comment-line): Remove.
19264
19265 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19266 function names for comment operations.
19267
19268 * newcomment.el: Add abundant autoload cookies.
19269 (comment-style): Don't depend on runtime data at compile-time.
19270 (comment-indent-hook): Remove.
19271 (comment-indent): Check if comment-indent-hook is bound.
19272 (comment-region): Docstring fix.
19273
19274 2000-05-25 Dave Love <fx@gnu.org>
19275
19276 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19277 byte-code-function-p.
19278
19279 * mail/rmailsum.el: Add provide.
19280
19281 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19282
19283 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19284 defcustom.
19285
19286 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19287
19288 * ediff-diff.el (ediff-exec-process): delete --binary option from
19289 non-buffer ediff jobs.
19290
19291 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19292
19293 * hilit-chg.el (highlight-changes-mode): Ask about color or
19294 grayscale support, not about window-system.
19295
19296 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19297 window-system.
19298 (ffap-highlight): Always default to t.
19299
19300 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19301 display-popup-menus-p instead of looking at window-system.
19302
19303 * disp-table.el (standard-display-g1, standard-display-graphic):
19304 Only refuse to use string glyphs on X and MS-Windows.
19305
19306 * avoid.el: Remove window-system from commentary, suggest to use
19307 display-*-p instead.
19308
19309 * apropos.el (apropos-print): Use display-mouse-p instead of
19310 window-system.
19311
19312 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19313
19314 * international/codepage.el (cp-decoding-vector-for-codepage):
19315 Fill up unsupported characters with their own codes. From Kenichi
19316 Handa.
19317
19318 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19319
19320 * international/mule-diag.el (describe-char-after): Use
19321 display-graphic-p instead of window-system, so that this function
19322 works on MS-DOS.
19323
19324 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19325
19326 * international/codepage.el (cp-make-coding-systems-for-codepage):
19327 Remove the eight-bit-graphic and eight-bit-control charsets from
19328 the list of charsets which we convert into `?'.
19329
19330 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19331
19332 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19333 private charsets.
19334 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19335 japanese-jisx0213-2): New charsets.
19336
19337 * international/fontset.el: Setup default fontset for new charsets.
19338
19339 2000-05-24 Dave Love <fx@gnu.org>
19340
19341 * info.el (Info-find-node-2): Restructure [following "Vadim
19342 S. Solomin" <sovs@uic.nnov.ru>].
19343
19344 * icomplete.el: Fix header for Finder.
19345
19346 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19347
19348 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19349 STAY.
19350
19351 * rmail.el (rmail-automatic-folder-directives): New user variable.
19352 (rmail-show-message): Add call to `rmail-auto-file' during
19353 display.
19354 (rmail-auto-file): New function.
19355
19356 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19357
19358 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19359 account.
19360 (ediff-test-utility,ediff-diff-mandatory-option)
19361 (ediff-reset-diff-options): Utilities for proper initialization of
19362 ediff-diff-options and ediff-diff3-options on Windows.
19363
19364 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19365 variable.
19366
19367 * ediff-mult.el (ediff-filegroup-action): Use
19368 ediff-merge-filename-prefix.
19369
19370 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19371
19372 * viper-ex.el (ex-write): Set selective display to nil.
19373
19374 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19375
19376 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19377 aliases for hebrew-iso-8bit.
19378
19379 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19380
19381 * woman.el: New version from Francis J. Wright
19382 <F.J.Wright@Maths.QMW.ac.uk>.
19383 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19384 names in environment variables regardless of the path separator.
19385 (woman-topic-all-completions-1): Don't call file-name-directory-p
19386 on all files, since woman-file-regexp already filters out any
19387 directories.
19388
19389 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19390
19391 * international/quail.el (quail-start-translation): Don't change
19392 modified-p of the current buffer.
19393 (quail-start-conversion): Likewise.
19394
19395 * international/kkc.el (kkc-region): Don't change modified-p of
19396 the current buffer.
19397
19398 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19399 conform to RFC1468.
19400 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19401
19402 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19403
19404 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19405 (speedbar-insert-button): Invisible text property fix.
19406 (speedbar-directory-plus): Renamed from speedbar-directory-+
19407 (speedbar-directory-minus): Renamed from speedbar-directory--
19408 (speedbar-page-plus): Renamed from speedbar-file-+
19409 (speedbar-page-minus): Renamed from speedbar-file--
19410 (speedbar-page): Renamed from speedbar-file-
19411 (speedbar-tag): Renamed from speedbar-tag-
19412 (speedbar-tag-plus): Renamed from speedbar-tag-+
19413 (speedbar-tag-minus): Renamed from speedbar-tag--
19414 (speedbar-expand-image-button-alist): Use above renames.
19415
19416 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19417 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19418 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19419 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19420 * sb-pg.xpm: Renamed from sb-file.xpm
19421 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19422 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19423
19424 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19425
19426 * international/quail.el (quail-show-guidance-buf): Set
19427 current-input-method of the guidance buffer to the name of the
19428 curren input method.
19429
19430 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19431
19432 * progmodes/compile.el (compile-internal): Style typo.
19433
19434 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19435 quote vars and functions in the docstring.
19436
19437 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19438
19439 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19440 Don't quote lambdas.
19441
19442 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19443
19444 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19445
19446 * startup.el (command-line): Determine source file of compiled
19447 user init file differently. Warn if compiled user init file
19448 is older than its source file.
19449
19450 * ffap.el (ffap-url-regexp): Add `https'.
19451
19452 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19453
19454 * files.el (make-backup-file-name-1): Replace slashes with `!'
19455 rather than `|' (which is not allowed on Windows). Replace the
19456 drive letters with a string "drive_X".
19457
19458 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19459
19460 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19461
19462 * files.el (interpreter-mode-alist): Add `bash2'.
19463
19464 2000-05-22 Dave Love <fx@gnu.org>
19465
19466 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19467 mapc.
19468 (feature-file): Avoid calling symbol-name. Doc fix.
19469 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19470 (loadhist-hook-functions): Add mouse-position-function.
19471 (unload-feature): Change uses of mapcar.
19472
19473 * files.el (parse-colon-path): Doc fix.
19474 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19475 (set-auto-mode): Use mapc.
19476
19477 * complete.el (PC-look-for-include-file): Use :alnum: character
19478 class.
19479 (partial-completion-mode): Add autoload cookie.
19480
19481 2000-05-22 Sam Steingold <sds@gnu.org>
19482
19483 * info.el (Info-fontify-node): Fixed the call to
19484 `add-text-properties' (bug introduced on 2000-05-18).
19485
19486 2000-05-22 Dave Love <fx@gnu.org>
19487
19488 * bindings.el: Remove debug-ignored-errors set in other files.
19489
19490 * progmodes/etags.el: Add to debug-ignored-errors.
19491 (visit-tags-table-buffer): Clear out buffers holding old tables
19492 when making a new list.
19493 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19494 mapc.
19495
19496 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19497 quote keywords.
19498 (cmpl-string-case-type): Use character classes.
19499
19500 * comint.el:
19501 * textmodes/ispell.el:
19502 * imenu.el:
19503 * mail/mh-e.el:
19504 * progmodes/compile.el: Add to debug-ignored-errors.
19505
19506 * dabbrev.el: Add to debug-ignored-errors.
19507 (dabbrev-completion): Use mapc.
19508
19509 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19510
19511 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19512 (woman-mapcan, woman-parse-man.conf)
19513 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19514 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19515 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19516 path syntax better.
19517 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19518 (woman-manpath): Call woman-parse-man.conf.
19519 (woman-emulation): New defcustom, defaults to nroff.
19520 (woman-font-support): New defconst.
19521 (woman-use-symbol-font): New defcustom.
19522 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19523 "Emulation".
19524 Many functions: Doc fix.
19525
19526 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19527
19528 * international/quail.el (quail-simple-translation-keymap): Map
19529 128..255 to quail-self-insert-command.
19530 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19531
19532 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19533
19534 * help.el (help-manyarg-func-alist): Typo.
19535
19536 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19537 intervals which makes it heaps simpler.
19538
19539 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19540 the nested comment markers.
19541
19542 * subr.el (remove-hook): Don't turn the hook's value into a list.
19543
19544 2000-05-21 Dave Love <fx@gnu.org>
19545
19546 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19547 are invalid characters.
19548
19549 * international/mule-util.el (detect-coding-with-priority): Use
19550 mapc. Remove redundant lambda.
19551
19552 * international/mule-diag.el (list-non-iso-charset-chars)
19553 (describe-fontset): Remove redundant lambda.
19554
19555 * emulation/crisp.el (brief-mode): New alias.
19556
19557 * emacs-lisp/ring.el (ring-elements): New function.
19558
19559 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19560 (easy-menu-do-add-item): Use keywordp.
19561
19562 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19563
19564 * replace.el: Doc and error message fixes.
19565 (replace-highlight): Use facep, not internal-find-face.
19566
19567 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19568
19569 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19570
19571 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19572 (log-edit-insert-changelog): Drop `:' as well.
19573
19574 * log-view.el: Fix file description.
19575 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19576 available.
19577 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19578 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19579
19580 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19581 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19582 Print a status message if the toggle is called interactively.
19583 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19584 for global minor modes and use `defcustom' for them.
19585 Use add-minor-mode.
19586 (easy-mmode-define-derived-mode): Remove.
19587 (define-derived-mode): Fancier default docstring.
19588 (easy-mmode-define-navigation): Signal an error rather than (ding).
19589
19590 * newcomment.el (comment-styles): New `box-multi'.
19591 (comment-normalize-vars): Better default for comment-continue to
19592 avoid whitespace-only continuations.
19593 (comment-search-forward): Always move even in the no-syntax case.
19594 (comment-padright): Only obey N if it's only obeyed for padleft.
19595 (comment-make-extra-lines): Better handling of empty continuations.
19596 Use `=' for the filler if comment-start has only one character.
19597 (uncomment-region): Try handling the special `=' filler.
19598 (comment-region): Allow LINES even if MULTI is nil.
19599 (comment-box): Choose box style based on comment-style.
19600
19601 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19602
19603 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19604 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19605
19606 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19607
19608 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19609 and insert, not subst-char-in-region.
19610
19611 * international/mule-diag.el (list-character-sets-1): Handle
19612 charsets eight-bit-control and eight-bit-graphic.
19613 (list-iso-charset-chars): Likewise.
19614 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19615 charactes as is. Use indent-to to align characters.
19616
19617 * international/mule-cmds.el (find-multibyte-characters): Never
19618 exclude charsets eight-bit-control and eight-bit-graphic.
19619
19620 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19621
19622 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19623 Don't quote lambdas.
19624
19625 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19626
19627 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19628
19629 * gud.el (gud-jdb-directories): Doc fix.
19630
19631 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19632
19633 * newcomment.el: New file.
19634
19635 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19636
19637 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19638
19639 2000-05-18 Andreas Schwab <schwab@suse.de>
19640
19641 * dired.el (dired-between-files): Also skip lines beginning with
19642 `used'.
19643
19644 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19645
19646 * msb.el (msb-menu-cond): Add choice `user'.
19647
19648 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19649
19650 * ps-print.el: Compatibility, customization and doc fix.
19651 (ps-printer-name-option): Replace defconst by defvar.
19652 (ps-postscript-code-directory): XEmacs compatibility.
19653 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19654 fix.
19655 (ps-user-defined-prologue, ps-print-prologue-header)
19656 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19657 compatibility and code fix.
19658 (ps-print-background-image, ps-print-background-text):
19659 Customization fix.
19660 (ps-line-number-start, ps-n-up-on): New vars.
19661
19662 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19663
19664 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19665 the indent-comment function to just return the appropriate indent.
19666
19667 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19668
19669 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19670 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19671 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19672
19673 2000-05-18 Dave Love <fx@gnu.org>
19674
19675 * info.el (Info-fontify-node): Add intangible property as well as
19676 invisible.
19677
19678 * calendar/appt.el (appt-make-list): Match all lines of entry.
19679 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19680
19681 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19682
19683 * international/mule-diag.el (describe-char-after): Call
19684 internal-char-font, not char-font. If internal-char-font returns
19685 nil, display "-- none --".
19686
19687 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19688
19689 * image.el (image-type-available-p): Don't reference image-types
19690 if it isn't bound.
19691
19692 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19693
19694 * autoarg.el (autoarg-mode): Typo in the :set argument.
19695
19696 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19697
19698 * startup.el (command-line-1): Don't signal an error if the
19699 directory for auto-save-list files does not yet exist.
19700
19701 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19702
19703 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19704
19705 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19706
19707 * subr.el (remove-hook): `setq' hook-value, not `set'.
19708
19709 2000-05-16 Sam Steingold <sds@gnu.org>
19710
19711 * info.el (debug-ignored-errors): More errors to ignore.
19712
19713 2000-05-16 Dave Love <fx@gnu.org>
19714
19715 * cus-edit.el: Don't require cl or easymenu.
19716 (custom-variable-prompt): Test standard-value property, not
19717 user-variable-p.
19718
19719 2000-05-16 Sam Steingold <sds@gnu.org>
19720
19721 * subr.el (add-hook): `setq' hook-value, not `set'.
19722
19723 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19724
19725 * startup.el (command-line-1): Mention the FAQ in the startup
19726 message.
19727
19728 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19729
19730 * progmodes/compile.el (compilation-parse-errors): Collect
19731 `nomessage' regexps last.
19732
19733 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19734
19735 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19736 to the function name.
19737
19738 2000-05-15 Dave Love <fx@gnu.org>
19739
19740 * speedbar.el (speedbar-recenter): Typo.
19741 (speedbar-expand-line): Make arg optional.
19742 (speedbar-mode): Avoid a compiler warning.
19743
19744 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19745
19746 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19747 user-specified option string is empty.
19748
19749 * mouse.el (mouse-yank-at-click): Doc fix.
19750
19751 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19752
19753 * term/internal.el (IT-character-translations): More updates of
19754 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19755 documents.
19756
19757 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19758
19759 * env.el (getenv): New function, interactively callable.
19760 (setenv, getenv): Remove autoload cookies.
19761
19762 * loadup.el: Load `env'.
19763
19764 * progmodes/f90.el: Change author's mail address.
19765
19766 2000-05-14 Dave Love <fx@gnu.org>
19767
19768 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19769 goto-addr as an option.
19770
19771 * help.el (help-xref-stack): Doc fix.
19772 (help-xref-following): New variable.
19773 (help-make-xrefs): Use it.
19774 (help-xref-go-back): Use position information from stack element.
19775 (help-follow): Make position in stack element a pair. Use
19776 help-xref-following.
19777
19778 * autoarg.el: New file.
19779
19780 * faces.el: Declare more functions obsolete.
19781
19782 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19783 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19784 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19785 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19786 Remove all the setup-...-environment functions.
19787
19788 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19789
19790 * speedbar.el: Updated the commentary section. xemacs20p now uses
19791 >= when detecting. Require `defimage' safely.
19792 (speedbar-easymenu-definition-base): Add toggle for images.
19793 (speedbar-easymenu-definition-special): Add flush cache & expand.
19794 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19795 (speedbar-reconfigure-keymaps-hook): New variable.
19796 (speedbar-frame-parameters): Updated documentation.
19797 (speedbar-use-imenu-flag): Updated custom tag
19798 (speedbar-dynamic-tags-function-list): New variable.
19799 (speedbar-tag-hierarchy-method): Updated doc & custom.
19800 (speedbar-indentation-width, speedbar-indentation-width) New
19801 variables.
19802 (speedbar-hide-button-brackets-flag): Customizable.
19803 (speedbar-vc-indicator): Doc update.
19804 (speedbar-ignored-path-expressions): Updated default value.
19805 (speedbar-supported-extension-expressions): Updated default value.
19806 (speedbar-syntax-table): Remove {} paren status.
19807 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19808 as "+". Added overlay aliases.
19809 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19810 `force-mode-line-update'.
19811 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19812 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19813 `mouse-set-point'
19814 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19815 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19816 of arbitrary text, and new helper functions.
19817 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19818 filename finder.
19819 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19820 (speedbar-directory-buttons): Update path search/expansion.
19821 (speedbar-make-tag-line): Pay attention to
19822 `speedbar-indentation-width'. Use more care w/ invisible
19823 properties.
19824 (speedbar-change-expand-button-char): Call
19825 `speedbar-insert-image-button-maybe'.
19826 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19827 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19828 (speedbar-trim-words-tag-hierarchy)
19829 (speedbar-simple-group-tag-hierarchy): New functions
19830 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19831 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19832 functions.
19833 (speedbar-mouse-set-point): New function
19834 (speedbar-power-click): Updated documentation.
19835 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19836 of tag prefix text.
19837 (speedbar-expand-line, speedbar-contract-line): Make more robust
19838 to strange text.
19839 (speedbar-expand-line): Takes universal argument to flush the
19840 cache.
19841 (speedbar-flush-expand-line): New function.
19842 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19843 Use new generator insertion method.
19844 (speedbar-fetch-dynamic-tags): New function.
19845 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19846 `speedbar-fetch-dynamic-imenu'.
19847 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19848 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19849 "Revert Buffer" menu items.
19850 (speedbar-buffer-buttons-engine): Be smarter when creating a
19851 filename tag (for expansion purposes.).
19852 (speedbar-highlight-one-tag-line,
19853 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19854 (speedbar-recenter): New functions.
19855 (defimage-speedbar): Image loading abstraction.
19856 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19857 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19858 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19859 (speedbar-tag-type, speedbar-tag-mail): New images.
19860 (speedbar-expand-image-button-alist): New variable.
19861 (speedbar-insert-image-button-maybe): Insert an image over some
19862 buttons.
19863
19864 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19865
19866 * international/mule-cmds.el (encode-coding-char): An ASCII
19867 character is always encodable.
19868
19869 * international/mule-conf.el: Add more information in descriptions
19870 of character sets.
19871
19872 * international/mule-diag.el (describe-char-after): New function.
19873 (describe-font-internal): Adjusted for the change of font-info.
19874 (describe-font): Likewise.
19875 (print-fontset): Rewritten for the new fontset implementation.
19876 (describe-fontset): Include fontset alias names in completion.
19877 (list-fontsets): Adjusted for the change of print-fontset.
19878
19879 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19880 describe-char-after instead of displaying the detail in the echo
19881 area.
19882 (syntax-code-table): Format changed.
19883 (string-to-syntax): Adjusted for the above change.
19884
19885 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19886
19887 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19888
19889 2000-05-12 Dave Love <fx@gnu.org>
19890
19891 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19892 dependence. Use line-{beginning,end}-position, not
19893 point-at{b,e}ol. Some doc fixes.
19894 (todo-position): New function. Fix callers of position to use it.
19895 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19896
19897 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19898
19899 * time.el (display-time-mail-icon): Use `:ascent center'.
19900
19901 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19902 handling FTP security extensions.
19903
19904 2000-05-11 Dave Love <fx@gnu.org>
19905
19906 * calendar/todo-mode.el: New file.
19907
19908 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19909
19910 * comint.el (comint-read-input-ring): Move reference to
19911 comint-input-ring-size outside of the save-excursion. It was
19912 causing the default value to be the only one ever seen.
19913
19914 * font-lock.el: Update copyright. Remove Simon Marshall's email
19915 address on request from him.
19916
19917 * subr.el (substitute-key-definition): Add comment describing
19918 the meaning of PREFIX.
19919
19920 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19921
19922 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19923
19924 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19925 (add-minor-mode): Don't make the variable buffer-local and add a
19926 reference to define-minor-mode in the docstring.
19927
19928 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19929 HEADER/FOOTER and fix bug with trailing empty directory.
19930 (cvs-append-to-ignore): Use vc-editable-p if available.
19931 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19932 (vc-do-command): Tweak advice to handle the new VC.
19933
19934 * log-view.el (log-view-goto-rev): New function for the new VC.
19935 (log-view-minor-wrap): Use mark-active.
19936
19937 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19938 (log-edit-changelog-full-paragraphs): New var.
19939 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19940 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19941 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19942 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19943 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19944 Replace the `cvs' prefix with `log-edit'.
19945
19946 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19947
19948 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19949 (diff-font-lock-defaults): Explicitly turn off multiline.
19950 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19951 (diff-ediff-patch): Fix call to ediff-patch-file.
19952 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19953 Handle comments.
19954
19955 * frame.el (automatic-hscrolling): Typo.
19956
19957 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19958
19959 2000-05-09 Sam Steingold <sds@goems.com>
19960
19961 * apropos.el (apropos-print): use `describe-face' instead of
19962 `customize-face-other-window'.
19963
19964 2000-05-09 Dave Love <fx@gnu.org>
19965
19966 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19967
19968 * help.el (describe-variable): Have customize button pop the
19969 help-xref stack when invoked.
19970 (help-xref-symbol-regexp): Add `face'.
19971 (help-make-xrefs): Check for quoted face names and adapt regexp
19972 submatch numbers to cope.
19973 (help-xref-interned): Maybe insert face doc too. Separate
19974 sections with a line of hyphens.
19975
19976 * faces.el: Some doc fixes. Declare some functions obsolete.
19977 (describe-face): Add customize button. Return the help
19978 text. Fix prompt.
19979
19980 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19981
19982 * term/internal.el (IT-character-translations): Fix last change.
19983
19984 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19985
19986 * woman.el: New file
19987 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19988
19989 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19990
19991 * term/internal.el (IT-character-translations): Update ASCII
19992 simulations for greek-iso8859-7, add latin-iso8859-14 and
19993 latin-iso8859-15.
19994
19995 * international/mule-cmds.el (set-language-info-alist): Call
19996 define-prefix-command with 3 arguments, to make the map suitable
19997 for a menu.
19998
19999 2000-05-07 Dave Love <fx@gnu.org>
20000
20001 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20002
20003 2000-05-05 Dave Love <fx@gnu.org>
20004
20005 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20006 list in doc string. Don't quote keyword symbols.
20007 * emacs-lisp/cl.el: Likewise
20008 * emacs-lisp/cl-seq.el: Likewise
20009
20010 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20011
20012 * abbrev.el (abbrev-mode): Make ARG optional.
20013
20014 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20015
20016 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20017
20018 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20019
20020 * subr.el (substitute-key-definition): Clarify documentation.
20021
20022 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20023
20024 * glasses.el (glasses-convert-to-unreadable): Use
20025 `glasses-separator' instead of the hard-wired "_".
20026 (glasses-mode): Call `glasses-make-unreadable' only in a single
20027 place.
20028
20029 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20030
20031 * term/internal.el (cjk-codepages-alist): Add associations for
20032 Chinese and Korean codepages. Remove FIXME comment.
20033
20034 2000-05-03 Dave Love <fx@gnu.org>
20035
20036 * time.el (display-time-mail-face, display-time-use-mail-icon):
20037 New option.
20038 (display-time-mail-icon): New variable.
20039 (display-time-string-forms): Use the above. Fix the local-map.
20040
20041 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20042
20043 * replace.el (query-replace-map): Add binding for `E'.
20044 (query-replace-help): Extend help text.
20045 (perform-replace): Allow editing the replacement string.
20046
20047 * make-mode.el (makefile-mode-abbrev-table): New variable.
20048 (makefile-mode): Set local abbrev table to
20049 makefile-mode-abbrev-table.
20050 (makefile-font-lock-keywords): Fontify includes and conditionals.
20051
20052 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20053 set TOGGLE's value.
20054
20055 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20056 mail-interactive-insert-alias.
20057 (mail-abbrev-complete-alias): New command.
20058 (mail-mode-map): Bind it to `M-TAB'.
20059
20060 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20061
20062 * language/lao-util.el (lao-compose-region): New function.
20063
20064 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20065
20066 * files.el (recover-session): Make directories as necessary
20067 if they don't exist yet.
20068
20069 * calendar/cal-french.el
20070 (french-calendar-multibyte-special-days-array)
20071 (french-calendar-special-days-array): Change French text.
20072 (calendar-french-date-string): Change output.
20073 (calendar-goto-french-date): Likewise.
20074
20075 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20076
20077 * wid-edit.el (widget-default-active): Obey `:always-active'.
20078 (widget-documentation-string-value-create): Set `:always-active'.
20079
20080 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20081
20082 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20083 default prefix to `~/_emacs.d/auto-save.list/_s'.
20084 (normal-top-level): Create the directory for auto-save files, if
20085 it doesn't already exist (in the ms-dos case only).
20086
20087 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20088
20089 * international/mule-cmds.el (set-language-environment): Don't
20090 concat an integer (dos-codepage), use format instead.
20091
20092 2000-05-02 Dave Love <fx@gnu.org>
20093
20094 * help.el (help-xref-on-pp): Check for constant symbols.
20095
20096 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20097
20098 * startup.el (normal-top-level): Put a condition-case around
20099 the code loading subdirs.el.
20100
20101 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20102
20103 * ps-print.el: Upside-down and face background color printing,
20104 line number step, doc fix.
20105 (ps-print-version): New version number (5.2).
20106 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20107 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20108 (ps-spool-config): Var fix.
20109 (ps-printer-name-option): Const fix.
20110 (ps-print-upside-down, ps-use-face-background)
20111 (ps-line-number-step): New vars.
20112 (ps-window-system, ps-lp-system): New consts.
20113 (ps-face-background): New fun.
20114
20115 2000-04-28 Richard Stallman <rms@gnu.org>
20116
20117 * files.el (make-auto-save-file-name):
20118 Apply auto-save-file-name-transforms to visited file name
20119 before generating auto save file name.
20120 (auto-save-file-name-transforms): New variable.
20121
20122 * files.el (backup-enable-predicate):
20123 Correctly test for a file under a temporary directory.
20124
20125 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20126
20127 * subr.el (add-minor-mode): Rewritten.
20128
20129 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20130
20131 * mail/sendmail.el (sendmail-send-it): Set
20132 buffer-file-coding-system to the selected coding system for MIME
20133 header.
20134
20135 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20136
20137 * dired.el (dired-move-to-filename-regexp): Allow format where
20138 YYYY is followed by two spaces.
20139
20140 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20141 in the second character class of the regexp.
20142
20143 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20144 mh-etc, too.
20145
20146 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20147 nil.
20148
20149 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20150
20151 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20152 argument.
20153
20154 2000-04-27 Sen Nagata <sen@eccosys.com>
20155
20156 * emacs-lisp/crm.el (crm-completion-table): New variable.
20157 (crm-collection-fn, crm-test-completion)
20158 (completing-read-multiple): Use it.
20159
20160 2000-04-27 Dave Love <fx@gnu.org>
20161
20162 * help.el (locate-library): Use mapc.
20163 (help-manyarg-func-alist): Add call-process-region.
20164
20165 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20166
20167 * subr.el (add-minor-mode): Make argument MAP optional.
20168
20169 * desktop.el (desktop-save): Save list of minor modes.
20170 (desktop-create-buffer): Restore minor modes.
20171 (desktop-minor-mode-table): New user-option.
20172
20173 * subr.el (add-minor-mode): New function.
20174
20175 * image.el (find-image): New function.
20176 (defimage): Rewritten to find image at load time.
20177
20178 * startup.el (normal-top-level-add-to-load-path): Handle
20179 case that the default directory is not in load-path.
20180
20181 * help.el: Old patch from Stefan Monnier.
20182 (help-xref-on-pp): New function.
20183 (describe-variable): Use it to display xrefs in a symbol's value.
20184
20185 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20186
20187 * cus-edit.el (custom-face): Fix parenthesis.
20188
20189 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20190
20191 * mail/rmail.el (rmail-expunge): When there are no deleted
20192 messages, do nothing.
20193
20194 2000-04-26 Dave Love <fx@gnu.org>
20195
20196 * international/mule-cmds.el (locale-translation-file-name):
20197 Defvar to nil.
20198 (set-locale-environment): Set it here (at runtime).
20199
20200 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20201
20202 * replace.el (perform-replace): Add parameters START and END. Use
20203 them instead of the check for a region in Transient Mark mode.
20204 (query-replace-read-args): Return two more list elements for the
20205 start and end of the region in Transient Mark mode.
20206 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20207 (map-query-replace-regexp, replace-string, replace-regexp): Add
20208 optional last arguments START and END and pass them to
20209 perform-replace.
20210
20211 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20212 form with additional arguments for perform-replace.
20213
20214 * progmodes/etags.el (tags-query-replace): Add parameters START
20215 and END. Construct a form with additional arguments for
20216 perform-replace.
20217
20218 * simple.el (shell-command): Set default directory for "*Shell
20219 Command Output" buffer.
20220
20221 * language/european.el (iso-latin-4): Fix typo.
20222
20223 * emacs-lisp/crm.el: New file.
20224
20225 2000-04-24 Dave Love <fx@gnu.org>
20226
20227 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20228 (Custom-reset-saved, Custom-reset-standard)
20229 (custom-group-value-create, custom-group-set, custom-group-save)
20230 (custom-group-reset-current, custom-group-reset-saved)
20231 (custom-group-reset-standard): Use mapc.
20232 (custom-buffer-create-internal): Disable undo when creating items.
20233 Use mapc.
20234 (custom-face): Avoid redundant lambda.
20235
20236 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20237
20238 * startup.el (auto-save-list-file-prefix): Set default to
20239 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20240
20241 2000-04-24 Sam Steingold <sds@gnu.org>
20242
20243 * time-stamp.el (time-stamp-string-preprocess): Always convert
20244 `field-result' to a string.
20245
20246 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20247
20248 * frame.el (scrolling): New group.
20249 (automatic-hscrolling): New user-option.
20250
20251 * startup.el (command-line-x-option-alist): Add `-lsp' and
20252 `--line-spacing'.
20253
20254 2000-04-19 Dave Love <fx@gnu.org>
20255
20256 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20257 (cl-mapc): Rename from mapc. Fix the funcall.
20258
20259 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20260
20261 * simple.el (clone-indirect-buffer-other-window): New command.
20262 (clone-indirect-buffer): Add optional arg NORECROD.
20263 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20264
20265 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20266
20267 * window.el (count-screen-lines): New function.
20268 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20269 instead of window-buffer-height.
20270
20271 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20272 non-existing variable comint-input-sentinel.
20273 (inferior-lisp-args-to-list): Removed.
20274 (inferior-lisp): Use split-string instead of
20275 inferior-lisp-args-to-list.
20276
20277 * hexl.el (hexl-insert-hex-string): New command.
20278
20279 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20280 instead of concat.
20281
20282 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20283
20284 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20285 at the start of an existing but empty folder.
20286
20287 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20288
20289 * ps-mule.el: Customization fix, doc fix.
20290 (ps-multibyte-buffer): Customization fix.
20291
20292 2000-04-17 Richard M. Stallman <rms@gnu.org>
20293
20294 * subr.el (read-passwd): Use read-char-exclusive.
20295
20296 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20297
20298 * textmodes/texinfo.el (texinfo-insert-@email)
20299 (texinfo-insert-@emph, texinfo-insert-@quotation)
20300 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20301 (texinfo-mode-map): Add key bindings for them.
20302
20303 * files.el (basic-save-buffer-2): Use a template with `$'
20304 instead of `#' for VMS.
20305
20306 * simple.el (clone-indirect-buffer): New function.
20307
20308 2000-04-16 Stephen Eglen <stephen@gnu.org>
20309
20310 * iswitchb.el (iswitchb-case): New function. If the user input
20311 contains any upper-case characters, the search is made
20312 case-sensitive.
20313
20314 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20315
20316 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20317 comment-end.
20318 (texinfo-font-lock-syntactic-keywords): New var.
20319 (texinfo-font-lock-keywords): Remove comment regexp.
20320 (texinfo-insert-block): New function.
20321 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20322 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20323 and font-lock-defaults. Use regexp-opt for outline-regexp.
20324 (texinfo-environments): New var.
20325 (texinfo-environment-regexp): Use regexp-opt and
20326 texinfo-environments.
20327
20328 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20329 ispell-process is bound since this might be eval'd before ispell
20330 is loaded.
20331 (ispell-message): Use a tiny bit less magic and a bit more hard
20332 data to figure out what kind of sc-cite-regexp to use.
20333
20334 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20335
20336 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20337 (insert-cyclic-diary-entry): Unquote the lambda.
20338
20339 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20340
20341 * files.el (backup-enable-predicate): Unquote the lambda.
20342
20343 * cus-edit.el (custom-face, face): Unquote the lambda.
20344
20345 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20346
20347 * ps-print.el: Check for line-beginning-position definition.
20348
20349 * ps-print.el: Fix counting lines in a region.
20350 (ps-print-version): New version number (5.1.5).
20351 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20352 (ps-printing-region): Fun code fix.
20353
20354 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20355
20356 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20357 to file-directory-p.
20358
20359 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20360
20361 * gud.el (gud-jdb-build-source-files-list): Check that directory
20362 exists before calling directory-files.
20363
20364 2000-04-13 Dave Love <fx@gnu.org>
20365
20366 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20367 syntax.
20368
20369 * emacs-lisp/cl-specs.el: Remove when, unless.
20370
20371 * emacs-lisp/cl-extra.el: Don't quote keywords.
20372 (cl-old-mapc): New variable.
20373 (mapc): Use it.
20374 (cl-map-intervals): Use with-current-buffer. Don't check for
20375 next-property-change.
20376 (cl-map-overlays): Use with-current-buffer.
20377 (cl-expt): Remove.
20378 (copy-tree, remprop): Define unconditionally.
20379
20380 * emacs-lisp/cl-compat.el (keywordp): Remove.
20381
20382 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20383 to use keywordp.
20384 (edebug-spec): Enable keywordp.
20385
20386 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20387 string-lessp.
20388
20389 * cus-start.el: Use keywordp.
20390
20391 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20392
20393 * diary-lib.el (include-other-diary-files): Fix the fix of
20394 2000-02-18 by doing a save-excursion.
20395
20396 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20397
20398 * ps-print.el: Customization fix, doc fix.
20399 (ps-print-version): New version number (5.1.4).
20400 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20401 (ps-print-preprint): Adjust code.
20402 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20403 (ps-print-prologue-header, ps-print-control-characters)
20404 (ps-spool-config): Customization fix.
20405
20406 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20407
20408 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20409 converted to the new menu-item format, names silightly changed,
20410 help strings added.
20411
20412 Support for spelling without async subprocesses:
20413
20414 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20415 (ispell-session-buffer): New variables.
20416 (ispell-start-process, ispell-process-status,
20417 ispell-accept-output, ispell-send-string): New functions, for
20418 Ispell invocation when async subprocesses aren't supported.
20419 (ispell-word, ispell-pdict-save, ispell-command-loop,
20420 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20421 to process-send-string with calls to ispell-send-string, and
20422 accept-process-output with ispell-accept-output.
20423 (ispell-init-process): Call ispell-process-status instead of
20424 process-status with.
20425 (ispell-init-process): Call ispell-start-process. Call
20426 ispell-accept-output and ispell-send-string. Don't call
20427 process-kill-without-query and kill-process if they are unbound.
20428 (ispell-async-processp): New function.
20429
20430 2000-04-12 Dave Love <fx@gnu.org>
20431
20432 * info.el: Add debug-ignored-errors.
20433 (Info-mode-menu): Add some items.
20434 (Info-directory): Add autoload cookie.
20435
20436 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20437 Modify `truncate-lines'. Make `describe-language-environment'
20438 always visible and add help. Modify `describe-key' help. Invoke
20439 Info-directory from `info'. New entry `emacs-manual'.
20440
20441 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20442
20443 * progmodes/ebrowse.el (ebrowse-tree-mode):
20444 Use propertized-buffer-identification.
20445 (ebrowse-update-member-buffer-mode-line): Likewise.
20446 (ebrowse--mode-strings): Removed.
20447 (ebrowse--mode-line-props): Removed.
20448
20449 * files.el (auto-mode-alist): Add `EBROWSE'.
20450
20451 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20452 space before testing for end of buffer.
20453 (ebrowse-load): Removed.
20454 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20455 (ebrowse-create-tree-buffer): Rewritten.
20456 (ebrowse-tree-mode): Read tree from buffer.
20457
20458 * progmodes/ebrowse-ffh.el: Removed.
20459
20460 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20461
20462 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20463
20464 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20465
20466 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20467 at the wrong place.
20468
20469 2000-04-09 Dave Love <fx@gnu.org>
20470
20471 * files.el (backup-enable-predicate):
20472 Use temporary-file-directory, small-temporary-file-directory.
20473 (make-backup-file-name-function, backup-directory-alist): New vars.
20474 (make-backup-file-name-1): New function.
20475 (make-backup-file-name): Use it.
20476 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20477 (file-newest-backup): Use make-backup-file-name.
20478
20479 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20480
20481 * progmodes/ebrowse-ffh.el: New file.
20482
20483 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20484 Moved to ebrowse-ffh.el.
20485 (ebrowse-load): Add autoload.
20486
20487 * finder.el (finder-commentary): Add autoload cookie.
20488
20489 * mail/rfc2368.el: Correct author's email address.
20490
20491 * progmodes/ebrowse.el: New file.
20492
20493 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20494 item help string.
20495 (easy-menu-do-add-item): Ditto.
20496 (easy-menu-define): Extend doc string.
20497
20498 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20499 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20500 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20501 with-buffer-unmodified.
20502
20503 2000-04-08 Dave Love <fx@gnu.org>
20504
20505 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20506 unless, when.
20507
20508 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20509
20510 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20511 (viper-flash-search-pattern): No operation when using Emacs
20512 doesn't support face.
20513 Use `viper-put-on-search-overlay'.
20514
20515 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20516
20517 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20518 like C-r.
20519
20520 * progmodes/make-mode.el: Some doc fixes.
20521 (makefile-mode-abbrev-table): New variable.
20522 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20523 (makefile-font-lock-keywords): Fontify includes and conditionals.
20524 (toplevel): Require `dabbrev' and `add-log' when compiling.
20525
20526 * replace.el (perform-replace): Don't move forward one char
20527 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20528 to do that because it leaves point 1 position after the last
20529 replacement, after everything has been replaced.
20530
20531 * jit-lock.el (with-buffer-unmodified): New macro.
20532 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20533 modified state.
20534 (jit-lock-function-1): Extracted from jit-lock-function; not
20535 preserving buffer's modified state.
20536 (jit-lock-function, jit-lock-stealth-fontify):
20537 Call jit-lock-function-1.
20538
20539 * mail/rfc2368.el: Remove supernumerary copyright line.
20540
20541 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20542
20543 * glasses.el: Provide facilities for inserting space before left
20544 parentheses and uncapitalization of identifiers.
20545 (glasses-mode): Try to remove old overlays in all cases.
20546
20547 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20548
20549 * progmodes/compile.el (compile-internal): Display the compilation
20550 buffer in a different frame, if it's already displayed there.
20551
20552 * mail/rfc2368.el: New file.
20553
20554 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20555 header and insert its value as mail body.
20556
20557 * subr.el (member-ignore-case): New function.
20558
20559 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20560 (dabbrev--find-expansion): Ignore buffers matching a regexp
20561 from dabbrev-ignored-regexps.
20562
20563 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20564 to extensions handled by gzip.
20565
20566 2000-04-03 Richard M. Stallman <rms@gnu.org>
20567
20568 * files.el (insert-directory): List the total free space
20569 along with the used space.
20570
20571 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20572 line is followed by one that matches CITATION-REGEXP, end the
20573 paragraph.
20574
20575 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20576
20577 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20578 (rmail-make-basic-summary-line): Use that option.
20579
20580 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20581
20582 * international/mule-cmds.el (encoded-string-description):
20583 Rewritten. Try pretty description for ISO 2022 escape sequences
20584 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20585 for hexadecimal format.
20586
20587 2000-04-01 Dave Love <fx@gnu.org>
20588
20589 * cpp.el: Change customization group to `c' from `C'.
20590
20591 * vcursor.el (vcursor-move): Use display-color-p.
20592
20593 * international/mule-util.el: Provide mule-utils.
20594 (string-to-sequence): Simplify and speed up.
20595
20596 * international/mule.el (make-coding-system): Purecopy doc-string.
20597
20598 * international/mule-cmds.el: Various menu changes.
20599 (describe-specified-language-support): Handle `Default'.
20600 (set-language-info): Purecopy `info'.
20601
20602 2000-03-31 Andrew Innes <andrewi@gnu.org>
20603
20604 * vc.el (vc-backend-diff): Return the correct status if we had to
20605 retry the rcsdiff command without the --brief option.
20606
20607 2000-03-31 Dave Love <fx@gnu.org>
20608
20609 * help.el (help-manyarg-func-alist): Correct several omissions.
20610
20611 * add-log.el: Don't require cl, fortran.
20612 (add-log-current-defun-function): Doc fix.
20613 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20614 (change-log-version-rcs): Function deleted.
20615 (change-log-version-number-search): Doc fix.
20616 Use vc-workfile-version. Avoid CL dolist.
20617 (add-change-log-entry): Just call add-log-current-defun to get
20618 defun. Simplify somewhat.
20619 (change-log-get-method-definition-1): Likewise.
20620 (add-log-current-defun): Return nil if calling
20621 add-log-current-defun-function does so. Move Fortran stuff to
20622 fortran.el. Return string without properties.
20623
20624 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20625 and :alpha: char classes.
20626
20627 * mail/supercite.el: Defvar curline when compiling.
20628 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20629 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20630 rather than a-zA-Z0-9 to allow non-ASCII characters.
20631
20632 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20633
20634 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20635
20636 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20637 Re-enable new code.
20638
20639 * lpr.el (print-region-1): Use -d to specify printer name for
20640 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20641
20642 2000-03-31 Dave Love <fx@gnu.org>
20643
20644 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20645 Look for function definition in symbol's function value slot first
20646 instead of first consulting byte-compile-function-environment.
20647
20648 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20649
20650 * language/european.el ("Polish"): New language environment.
20651 (setup-polish-environment): New function.
20652
20653 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20654
20655 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20656 Disable new code.
20657
20658 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20659 trying to `load' the symbol of an autoload instead of the file
20660 recorded in the autoload. Fix error messages.
20661
20662 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20663
20664 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20665 (ps-print-version): New version number (5.1.3).
20666 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20667 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20668 (ps-generate-postscript-with-faces): Code fix.
20669 (ps-color-values): XEmacs compatibility.
20670 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20671 (ps-default-fg, ps-default-bg): Adjust customization.
20672 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20673 (ps-color-scale): Renaming old ps-color-value fun.
20674 (ps-print-headers): Replace ps-print-header group to avoid conflict
20675 with ps-print-header variable.
20676 (ps-print-miscellany): New group.
20677 (ps-format-color, ps-rgb-color): New funs.
20678 (ps-default-foreground): New var.
20679 (ps-printer-name-option): New const.
20680
20681 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20682
20683 * net/net-utils.el:
20684 (network-connection-host, network-connection-service): New variables
20685 (network-connection-mode): New mode, derived from comint-mode
20686 (network-connection-mode-setup): New function, saves host and
20687 service information in local variables.
20688
20689 * lisp/locate.el:
20690 (locate-word-at-point): Added this function
20691 (locate): Default to using locate-word-at-point as input
20692 Run dired-mode-hook
20693
20694 2000-03-29 Dave Love <fx@gnu.org>
20695
20696 * calendar/appt.el: Doc fixes.
20697 (appt-check): Convert min-to-app to a string before passing to
20698 appt-disp-window-function or concat.
20699 (appt-delete-window): Remove test for frame-root-window.
20700 (appt-select-lowest-window, appt-convert-time): Simplify.
20701
20702 * emacs-lisp/bytecomp.el: Doc fixes.
20703 (byte-compile-file-form-autoload):
20704 Update byte-compile-function-environment.
20705
20706 2000-03-29 Andreas Schwab <schwab@suse.de>
20707
20708 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20709
20710 * dired.el (dired-insert-directory): If dired-free-space-program
20711 failed just delete its output.
20712
20713 2000-03-29 Dave Love <fx@gnu.org>
20714
20715 * international/iso-cvt.el: Move provide to end. Doc fixes.
20716 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20717 (iso-iso2sgml, iso-sgml2iso): New functions.
20718 (iso-cvt-define-menu): Fix some entries and use backquote for
20719 clarity.
20720
20721 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20722
20723 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20724
20725 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20726 ISO-DATE. If non-nil, return date in ISO 8601 format.
20727
20728 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20729
20730 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20731 if it ever becomes used.
20732 (log-edit-mode-hook): Default to vc-log-mode-hook.
20733 (log-edit-mode): Fix the docstring.
20734
20735 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20736 the code.
20737
20738 2000-03-26 Dave Love <fx@gnu.org>
20739
20740 * net/browse-url.el (browse-url): Re-fix case of
20741 browse-url-browser-function being an alist.
20742 (browse-url): Add :link to defgroup.
20743
20744 * files.el: Doc fixes.
20745 (file-truename): Include `[' in wildcard characters.
20746 (automount-dir-prefix): Customize.
20747 (find-file-wildcards): Add :version.
20748 (find-file-noselect): Simplify a mapcar call.
20749
20750 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20751 compatible with inf-lisp version.
20752 (eval-defun-1): Fix custom-declare-variable case.
20753
20754 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20755
20756 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20757
20758 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20759
20760 * Makefile (COMPILE_FIRST): New macro.
20761 (compile-files): Compile files from COMPILE_FIRST first.
20762
20763 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20764
20765 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20766 matching open parenthesis in column 0 to defun-prompt-regexp
20767 only if open-paren-in-column-0-is-defun-start is set.
20768
20769 * sun-curs.el: Require CL at compile-time only.
20770
20771 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20772 instead of copy-list which is a function from CL.
20773 (msb--choose-menu, msb--mode-menu-cond)
20774 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20775 (msb--init-file-alist): Use mapcar instead of mapcan.
20776 (msb--aggregate-alist): Use mapcar instead of mapcan.
20777 Fix `(' in column 0 in doc string.
20778 (msb--add-separators): Use mapcar instead of mapcan.
20779
20780 * cus-dep.el: Require CL at compile-time only.
20781
20782 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20783
20784 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20785 (byte-compile-warnings): New warning `noruntime'.
20786 (byte-compile-constants, byte-compile-variables): Fix docstring.
20787 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20788 execute `eval-whenc-compile's body.
20789 (byte-compile-unresolved-functions): Fix docstring.
20790 (byte-compile-eval): New function.
20791 (byte-compile-callargs-warn): Check if the function will be available
20792 at runtime (via property `byte-compile-noruntime').
20793 (byte-compile-print-syms): New function.
20794 (byte-compile-warn-about-unresolved-functions): Also warn about
20795 `noruntime' functions (and use `byte-compile-print-syms').
20796 (byte-compile-file): Capitalize the message.
20797
20798 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20799
20800 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20801 (rmail-expunge): Ask for confirmation depending on the setting
20802 of rmail-confirm-expunge.
20803
20804 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20805
20806 * Makefile (bootstrap-clean): If $(emacs) exists, build
20807 loaddefs.el first. A loaddefs.el that's not up-to-date might
20808 cause a bootstrap failure because things don't autoload as expected.
20809
20810 2000-03-23 Dave Love <fx@gnu.org>
20811
20812 * net/browse-url.el: Restore previous use of
20813 browse-url-maybe-new-window.
20814
20815 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20816
20817 * ps-print.el: Skip banner page fix.
20818 (ps-print-version): New version number (5.1.2).
20819 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20820
20821 2000-03-23 Dave Pearson <davep@davep.org>
20822
20823 * net/quickurl.el Changed the type of parameter passed to the
20824 function defined by `quickurl-format-function'. Before only the
20825 text of the URL was passed. Now the whole URL structure is passed
20826 and the function is responsible for extracting the parts it requires.
20827 Changed the default of `quickurl-format-function' accordingly.
20828 (quickurl-insert): Changed the `funcall' of
20829 `quickurl-format-function' to match the above change.
20830 (quickurl-list-insert): Changed the `url' case so that it makes
20831 use of `quickurl-format-function', previous to this the format was
20832 hard wired.
20833
20834 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20835
20836 * startup.el: Change some spellings for the X Window System.
20837
20838 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20839
20840 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20841 Clean up the code and the regexp and make sure the cursor is
20842 temporarily moved to the suspicious line while querying the user.
20843
20844 2000-03-22 Jason Rumney <jasonr@gnu.org>
20845
20846 * w32-fns.el (w32-charset-info-alist): Initialize.
20847
20848 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20849
20850 * ps-print.el: N-up last page fix.
20851 (ps-print-version): New version number (5.1.1).
20852 (ps-end-file, ps-end-job, ps-generate): Code fix.
20853
20854 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20855
20856 * files.el (find-file-run-dired): Update docstring.
20857 (find-directory-functions): New hook.
20858 (find-file-noselect): Run find-directory-functions rather than
20859 calling dired directly.
20860
20861 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20862
20863 * pcvs.el: Add a minimal leading commentary.
20864 (cvs-make-cvs-buffer): Change the header part by removing the startup
20865 message and adding a `Module' entry. Also replace the FOOTER and
20866 HEADER special fileinfos with the new support in ewoc for updating
20867 its own footer and header.
20868 (cvs-update-header): Update to use the header/footer of the ewoc.
20869 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20870 (cvs-is-within-p): New function.
20871 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20872 to only examine some subset of the buffers.
20873
20874 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20875 `format' instead of our own ad-hoc functions.
20876 Remove HEADER and FOOTER cases, now handled in the EWOC.
20877 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20878
20879 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20880 output to avoid scaring the user.
20881 (cvs-parse-table): Catch message for non-up-to-date commits.
20882
20883 * pcvs-defs.el (cvs-startup-message): Remove.
20884 (cvs-global-menu): New autoloaded menu.
20885
20886 * pcvs-util.el (cvs-string-fill): Remove.
20887
20888 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20889 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20890 PP part of it and also make it work for footers and headers.
20891 (ewoc-create): Drop POS and BUFFER arguments.
20892 Use the DLL's dummy node to store the end-of-footer position.
20893 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20894 (ewoc-refresh): Remove unused `header' variable.
20895 (ewoc-(get|set)-hf): New functions.
20896
20897 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20898 log-view-*-(message|file) and use easy-mmode-define-navigation.
20899 (log-view-message-re): Match SCCS format as well.
20900 And match the revision line rather than the dashed separator line.
20901 (log-view-mode): Use the new define-derived-mode.
20902 (log-view-current-tag): Fill in with an actual implementation.
20903
20904 * cvs-status.el (cvs-status-(prev|next)): Rename from
20905 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20906 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20907 to let the output "breathe" a little more (more readable).
20908 (cvs-status-mode): Use the new define-derived-mode.
20909
20910 * smerge-mode.el (smerge-auto-leave): New function and variable.
20911 (smerge-basic-map): Rename from smerge-basic-keymap.
20912 Change the bindings for smerge-diff-*.
20913 (smerge-*-map): Use easy-mmode-defmap.
20914 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20915 (smerge-keep-*): Use smerge-auto-leave.
20916
20917 2000-03-21 Jason Rumney <jasonr@gnu.org>
20918
20919 * cus-edit.el (custom-button-face): Use 3D look for w32.
20920 (custom-button-pressed-face): Likewise.
20921
20922 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20923
20924 * progmodes/etags.el (tags-case-fold-search): New user-option.
20925 (tags-loop-eval): New function. Bind case-fold-search around eval
20926 depending on the value of tags-case-fold-search.
20927 (tags-loop-continue): Use tags-loop-eval.
20928 (find-tag-in-order): Bind case-fold-search depending on the value
20929 of tags-case-fold-search.
20930
20931 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20932
20933 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20934 (diff-end-of-hunk): Return the end position for use in
20935 `easy-mmode-define-navigation'.
20936 (diff-recenter): Remove.
20937 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20938 of `easy-mmode-define-navigation'.
20939 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20940 previous renaming) and fix to use new names.
20941 (diff-merge-strings): Use \n as separator: simpler, faster.
20942 (diff-mode): Use `define-derived-mode'.
20943
20944 * derived.el (define-derived-mode): Don't autoload anymore.
20945 Prefer the macro-only version provided by easy-mmode.el.
20946
20947 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20948 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20949 (easy-mmode-define-navigation): New macro.
20950
20951 * subr.el (combine-run-hooks): New function.
20952
20953 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20954
20955 * term/x-win.el: Fontsets related initialization is simplified.
20956
20957 * international/mule-diag.el (describe-font): Don't refer to
20958 global-fontset-alist, instead call font-list.
20959 (describe-fontset, list-fontsets, mule-diag): Likewise.
20960 (print-fontset): Adjusted for the change of fontset implementation.
20961
20962 * international/fontset.el (x-charset-registries): Variable removed,
20963 instead the corresponding data is stored in the default fontset.
20964 (register-alternate-fontnames): Function removed.
20965 (resolved-ascii-font): Variable removed.
20966 (x-compose-font-name): Ignore the second argument REDOCE.
20967 (x-complement-fontset-spec): Complement only an ASCII font and
20968 element for those charsets than can use that ASCII font.
20969 (generate-fontset-menu): Don't refer to global-fontset-alist,
20970 instead call fontset-list.
20971 (uninstantiated-fontset-alist): Variable removed.
20972 (x-style-funcs-alist): Likewise.
20973 (fontset-default-styles): Likewise.
20974 (x-modify-font-name): Function removed.
20975 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20976 (create-fontset-from-ascii-font): Docsting adjusted for the above
20977 change.
20978 (instantiate-fontset, resolve-fontset-name): Functions removed.
20979 (fontset-list): Now implemented by C code.
20980
20981 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20982 (describe-face): Include `font' attribute in the description.
20983
20984 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20985
20986 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20987
20988 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20989
20990 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20991 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20992 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20993
20994 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20995 about behavior of set-buffer-modified-p wrt redisplay.
20996
20997 2000-03-19 Richard M. Stallman <rms@gnu.org>
20998
20999 * view.el (view-mode-disable): Kill local binding of view-read-only.
21000
21001 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21002
21003 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21004 is a string, convert it to a syntax cell using string-to-syntax.
21005
21006 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21007 (string-to-syntax): New function.
21008
21009 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21010 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21011 try to use passive ftp mode.
21012
21013 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21014
21015 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21016
21017 * simple.el (append-to-buffer): Update point of windows after
21018 insertion.
21019
21020 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21021 forward then moving backward. Reindent.
21022
21023 * frame.el (other-frame): Call x-focus-frame only if
21024 focus-follows-mouse is off.
21025
21026 2000-03-17 Dave Love <fx@gnu.org>
21027
21028 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21029
21030 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21031
21032 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21033 regexp for labels cannot span several lines.
21034
21035 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21036 `(setq :<key> ':<key>)' to the macro expansion.
21037
21038 2000-03-16 Dave Love <fx@gnu.org>
21039
21040 * progmodes/f90.el (f90): Put custom group under `languages', not
21041 `fortran'.
21042 (f90-mode-hook): Customize.
21043 (f90-mode): Set add-log-current-defun-function.
21044 (f90-current-defun): New function.
21045
21046 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21047
21048 * cus-edit.el (custom-variable-tag-face): Handle case that
21049 default face's height is not a number.
21050 (custom-face-tag-face, custom-group-tag-face-1)
21051 (custom-group-tag-face): Ditto.
21052 (custom-group-tag-face-1): Add :group.
21053
21054 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21055
21056 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21057
21058 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21059 requiring easymenu.
21060
21061 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21062
21063 * ps-print.el: PostScript user-defined prologue, PostScript error
21064 handler, doc fix.
21065 (ps-print-version): New version number (5.1).
21066 (ps-user-defined-prologue, ps-error-handler-message)
21067 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21068 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21069 (ps-insert-string): New function.
21070
21071 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21072
21073 * international/ccl.el (ccl-compile-expression): Don't generate
21074 invalid self-assignment code.
21075
21076 2000-03-14 Dave Love <fx@gnu.org>
21077
21078 * subr.el (replace-regexp-in-string): Renamed from
21079 replace-regexps-in-string. Doc fix.
21080
21081 2000-03-12 Dave Love <fx@gnu.org>
21082
21083 * cus-edit.el: Doc fixes.
21084 (customize-set-variable, customize-save-variable): Rename args for doc.
21085 (custom-variable-tag-face, custom-face-tag-face)
21086 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21087 style which user identify as hyperlink.
21088 (hook): Don't add undefined functions to the hook.
21089 (debug-ignored-errors): Transfer message from bindings.el.
21090
21091 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21092
21093 * recentf.el (recentf-keep-non-readable-files-p):
21094 Remove double/nested definition.
21095
21096 2000-03-12 Dave Love <fx@gnu.org>
21097
21098 * facemenu.el (facemenu-get-face): Use display-color-p.
21099 * enriched.el (enriched-decode-foreground): Likewise.
21100 (enriched-decode-background): Likewise.
21101 * isearch.el (isearch-highlight): Likewise.
21102 * info-look.el (info-lookup): Likewise.
21103 * simple.el (completion-setup-function): Likewise.
21104
21105 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21106 :options.
21107
21108 * bindings.el (mode-line-format): Fix line-number and
21109 column-number items. Add help-echo for the background.
21110 (mode-line-mule-info): Modify help-echo.
21111
21112 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21113
21114 * files.el (load-file): Allow completion to .elc.
21115
21116 * man.el: Doc fixes.
21117 (Man-init-defvars): Use display-color-p to set fontification.
21118
21119 * play/hanoi.el (hanoi-internal): Don't use oddp.
21120
21121 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21122
21123 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21124
21125 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21126
21127 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21128
21129 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21130 Fix comment.
21131
21132 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21133
21134 * font-lock.el (font-lock-keywords): Fix the doc now that
21135 regexp-opt-depth is unnecessary.
21136 (save-buffer-state): Set an edebug spec.
21137 (font-lock-fontify-anchored-keywords): Properly handle the case when
21138 the matcher goes past the limit.
21139
21140 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21141 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21142
21143 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21144 dll.el and cookie.el (from Elib) with heavy renaming and other
21145 massaging.
21146
21147 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21148 Autoload the functions used.
21149 (easy-mmode-define-syntax): Fix CL typo.
21150 (easy-mmode-define-derived-mode): Improve the docstring generation.
21151
21152 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21153
21154 * textmodes/texinfo.el (texinfo-version): Variable and function
21155 removed.
21156
21157 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21158
21159 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21160 allow more flexibility.
21161 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21162 (easy-mmode-defmap, easy-mmode-defsyntax)
21163 (easy-mmode-define-derived-mode): New macros.
21164
21165 2000-03-09 Didier Verna <didier@xemacs.org>
21166
21167 * rect.el (replace-rectangle): New function.
21168
21169 2000-03-09 Dave Love <fx@gnu.org>
21170
21171 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21172 (fortran-comment-line-start-skip): Don't match cpp stuff.
21173 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21174 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21175 (fortran-mode): Don't set fortran-comment-line-start-skip,
21176 fortran-comment-line-start here. Set comment-start,
21177 add-log-current-defun.
21178 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21179 (fortran-current-defun): New function.
21180
21181 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21182
21183 * emacs-lisp/re-builder.el: New file.
21184
21185 * mouse.el (mouse-drag-region): Don't run up-event handler
21186 if hscroll has changed.
21187
21188 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21189 builtin operators, use `font-lock-builtin-face' for Emacs and
21190 `font-lock-preprocessor-face' otherwise.
21191
21192 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21193 `(defun (setf foo)' differently.
21194
21195 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21196
21197 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21198 (regexp-opt): Update comment and adapt the code the new meaning of
21199 the `paren' argument of regex-opt-group for shy-groups.
21200 (regexp-opt-depth): Handle shy groups as well as backslashed
21201 backslashes.
21202 (regexp-opt-group): Turn the leading comment into a docstring.
21203 Allow `paren' to be a string (the string to use to open a group).
21204 Remove open-presuf and close-presuf. Instead of checking for `all
21205 one-char' and then later on check for `several one-char', handle
21206 both cases close together. Also apply a more generic algorithm
21207 for suffixes (the mirror image of the algorithm used for
21208 prefixes). Use shy-groups. Use nreverse rather than reverse.
21209 (regexp-opt-try-suffix): Removed.
21210
21211 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21212 from comint-mode-map, so we can just inherit from it. Also, move
21213 the initialization into the `defvar' since there's no docstring
21214 anyway and it's fairly short.
21215 (inferior-scheme-mode): Define it as derived-mode: the code is
21216 shorter and this way we inherit from comint-mode-map rather than
21217 copying it.
21218
21219 * subr.el (replace-regexps-in-string): Properly handle the case
21220 where we match an empty string.
21221
21222 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21223 when the command has a directory component (such as "./testml").
21224 Also fix a typo in the comment.
21225
21226 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21227
21228 * Makefile (compile-files): Compile files one by one because
21229 that's the only way to ensure a clean compilation environment for
21230 each individual file.
21231
21232 * frame.el (other-frame): Call x-focus-frame.
21233
21234 2000-03-07 Dave Love <fx@gnu.org>
21235
21236 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21237 :require to defcustom.
21238
21239 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21240
21241 * files.el (auto-mode-alist): Add configure.in.
21242
21243 * progmodes/autoconf.el: New file.
21244
21245 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21246
21247 * mail/mh-e.el: Change maintainer to `none'.
21248
21249 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21250 to remove-hook and add-hook.
21251
21252 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21253
21254 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21255 it as the default.
21256 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21257 (sendmail-send-it): Conditionally add MIME headers specifying the
21258 used character set.
21259
21260 2000-03-07 Dave Love <fx@gnu.org>
21261
21262 * winner.el: Fix keywords, autoload cookies.
21263 Split eval-when-compile form to avoid compilation failure.
21264
21265 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21266
21267 * international/mule.el: Modify comment about coding system
21268 property `coding-category'.
21269 (make-coding-system): New argument EOL-TYPE. Pay attention to
21270 coding-category property of PROPERTIES.
21271
21272 * international/mule-conf.el (coding-category-utf-8)
21273 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21274 categories. Include them in the argument for set-coding-priority.
21275
21276 * international/mule-cmds.el (reset-language-environment):
21277 Include coding-category-utf-8, coding-category-utf-16-be, and
21278 coding-category-utf-16-le in the argument for set-coding-priority.
21279 (reset-language-environment): Initialize coding-category-utf-8,
21280 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21281
21282 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21283
21284 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21285 code abstracted out of `bookmark-jump-noselect'. Now tries info
21286 extensions as well as compression extensions.
21287 (bookmark-jump-noselect): Use above new func.
21288
21289 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21290
21291 * strokes.el: Change maintainer's mail address.
21292
21293 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21294
21295 * international/mule-diag.el (list-character-sets): Make help-echo
21296 string by substitute-command-keys.
21297 (list-character-sets): Likewise.
21298 (sort-listed-character-sets): Call help-setup-xref.
21299
21300 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21301
21302 * time.el (display-time-mail-file): Add `none' to the list of choices.
21303
21304 2000-03-01 Dave Love <fx@gnu.org>
21305
21306 * help.el (help-xref-go-back): Don't try to set position.
21307
21308 * international/mule-diag.el (list-character-sets):
21309 Call help-setup-xref. Add help-echo to xrefs.
21310 (list-character-sets-1): Add help-echo to xrefs.
21311
21312 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21313
21314 * frame.el (blink-cursor-mode): Switch cursor on when turning
21315 the mode off.
21316
21317 * add-log.el (add-log-current-defun): Add support for
21318 Autoconf mode.
21319
21320 * mail/rmail.el (rmail-quit-hook): New variable.
21321
21322 2000-03-01 Dave Love <fx@gnu.org>
21323
21324 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21325
21326 * help.el (help-xref-button): Add help-echo arg.
21327 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21328
21329 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21330
21331 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21332
21333 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21334
21335 * image.el (defimage): Look for image files in load-path.
21336
21337 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21338
21339 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21340
21341 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21342
21343 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21344
21345 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21346 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21347 action to select/unselect a file.
21348 (recentf-edit-list): Code cleanup and improvement.
21349 (recentf-open-more-files-action): `recentf-open-more-files' button
21350 widget action to open a file.
21351 (recentf-open-more-files): No more use standard completion but widgets.
21352 (recentf-more-collection): Deleted.
21353 (recentf-more-history): Deleted.
21354 (recentf-setup-more-completion): Deleted.
21355
21356 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21357
21358 * recentf.el (recentf-mode): No more needs that Emacs is running
21359 under a window-system.
21360
21361 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21362
21363 * recentf.el (recentf-edit-list): New command to edit the recent
21364 list which allow the user to remove files.
21365 (recentf-edit-selected-items): New global variable, used by
21366 `recentf-edit-list' to hold the list of files to be removed from
21367 the recent list.
21368 (recentf-make-menu-items): Updated to display a "Edit list..."
21369 menu item. Minor code cleanup.
21370
21371 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21372
21373 * recentf.el (recentf-open-more-files): New command to open files
21374 that are not displayed in the menu.
21375 (recentf-more-collection): New global variable holding the set of
21376 permissible completions used by `recentf-open-more-files'.
21377 (recentf-more-history): New global variable holding the history list
21378 used by `recentf-open-more-files' completion.
21379 (recentf-setup-more-completion): New function to setup completion for
21380 `recentf-open-more-files'.
21381 (recentf-make-menu-items): Updated to display a "More..." menu item.
21382
21383 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21384
21385 * recentf.el (recentf-menu-action): Doc fixed.
21386
21387 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21388
21389 * recentf.el (recentf-menu-filter): Doc updated.
21390 (recentf-update-menu-hook): Allow menu filters to force menu update.
21391 (recentf-make-menu-items): New menu filter handling.
21392 (recentf-make-menu-item): New helper function.
21393 (recentf-menu-elements): New menu handling function.
21394 (recentf-sort-ascending): Updated to new menu filter handling.
21395 (recentf-sort-descending): Updated to new menu filter handling.
21396 (recentf-sort-basenames-ascending): New menu filter function.
21397 (recentf-sort-basenames-descending): New menu filter function.
21398 (recentf-show-basenames): New menu filter function.
21399 (recentf-show-basenames-ascending): New menu filter function.
21400 (recentf-show-basenames-descending): New menu filter function.
21401
21402 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21403
21404 * diary-lib.el (list-diary-entries): Don't try to go forward at
21405 the end of the buffer.
21406
21407 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21408
21409 * international/mule-diag.el (list-character-sets):
21410 Completely rewritten.
21411 (sort-listed-character-sets): New function.
21412 (list-character-sets-1): Completely rewritten.
21413 (list-character-sets-2): New function.
21414 (non-iso-charset-alist): New variable.
21415 (decode-codepage-char): New function.
21416 (charset-history): New variable.
21417 (read-charset) (list-block-of-chars)
21418 (list-iso-charset-chars)
21419 (list-non-iso-charset-chars)
21420 (list-charset-chars): New functions.
21421 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21422 (dump-charsets): Likewise.
21423
21424 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21425
21426 * dired-x.el (dired-filename-at-point): Add `@' to valid
21427 file name characters.
21428 (dired-filename-at-point): Handle ange-ftp file names.
21429
21430 * frame.el (frame-notice-user-settings): Use assq-delete-all
21431 instead of assoc-delete-all.
21432 (frame-notice-user-settings): Ditto.
21433
21434 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21435 Don't copy alist.
21436
21437 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21438
21439 * calculator.el (calculator-use-menu): New option.
21440 (calculator-initial-bindings): Changed some bindings to work as macros.
21441 (calculator-forced-input): Removed.
21442 (calculator-restart-other-mode): New variable.
21443 (calculator-mode-map): Set up menu.
21444
21445 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21446
21447 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21448
21449 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21450
21451 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21452 translate all ESC key sequences.
21453 (viper-goto-mark-subr): Restore markers for files for which
21454 they were saved.
21455 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21456 * viper-util.el (viper-set-replace-overlay-glyphs)
21457 (viper-set-replace-overlay): Always check if the replacement
21458 overlay is live.
21459 * viper.el (viper-vi-state-mode-list): Add major modes.
21460 * ediff-wind.el: Minor comment changes.
21461 * ediff.el: Copyright notice date fix.
21462
21463 2000-02-27 Jason Rumney <jasonr@gnu.org>
21464
21465 * faces.el (face-font-family-alternatives): Add arial to helv.
21466 (mode-line, header-line, tool-bar): Same default as x for w32.
21467 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21468 face-font-family-alternatives from working.
21469 * term/w32-win.el (mouse-set-font): Do not build fontset from
21470 chosen font.
21471
21472 2000-02-25 Sam Steingold <sds@goems.com>
21473
21474 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21475 properly.
21476
21477 2000-02-25 Richard M. Stallman <rms@gnu.org>
21478
21479 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21480
21481 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21482
21483 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21484
21485 * frame.el (busy-cursor-delay-seconds): New option.
21486
21487 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21488
21489 * frame.el (show-cursor-in-non-selected-windows): New option.
21490
21491 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21492
21493 * diary-lib.el (include-other-diary-files): Undo the selective
21494 display in any included file and don't kill it.
21495
21496 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21497
21498 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21499 Menu items converted to (menu-item format, help strings added.
21500 [downcase, upcase]: Don't enable on MS-DOS.
21501 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21502 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21503
21504 2000-02-23 Dave Love <fx@gnu.org>
21505
21506 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21507 (backward-kill-word): Revert addition of * to interactive spec --
21508 it's a feature.
21509
21510 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21511 (backward-kill-sentence, kill-sentence): Likewise.
21512
21513 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21514 scratch buffer name.
21515 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21516
21517 * term/w32-win.el (internal-face-interactive): Update prompt for
21518 new read-face-name.
21519
21520 * mail/footnote.el (footnote): Add :version to defgroup.
21521 (footnote-section-tag-regexp): Customize.
21522 (footnote-start-tag, footnote-end-tag): New option.
21523 (footnote-latin-regexp): New variable.
21524 (Footnote-latin): New function.
21525 (footnote-style-alist): Add element for latin style.
21526 (footnote-style): Moved.
21527 (Footnote-goto-footnote): Use eq to test arg.
21528
21529 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21530
21531 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21532 (byte-compile-trueconstp): Include keywords.
21533 (byte-optimize-quote, byte-optimize-lapcode):
21534 Use byte-compile-const-symbol-p.
21535 (byte-optimize-char-before): New optimization.
21536
21537 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21538 (byte-compile-const-symbol-p): New function.
21539 (byte-compile-constp, byte-compile-out-toplevel)
21540 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21541 Use it.
21542
21543 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21544
21545 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21546
21547 * international/encoded-kb.el: Be sure to update minor-mode-alist
21548 and minor-mode-map-alist.
21549 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21550 codes SS2 and SS3 correctly.
21551 (encoded-kbd-self-insert-ccl): New function.
21552 (encoded-kbd-setup-keymap): New function.
21553 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21554 by calling encoded-kbd-setup-keymap.
21555
21556 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21557 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21558
21559 2000-02-22 Dave Love <fx@gnu.org>
21560
21561 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21562 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21563 (lisp-mode-syntax-table): Set up for #|...|# comments.
21564 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21565 classes. Match `defface'.
21566 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21567 (eval-defun-1): Fix for defcustom.
21568 (lisp-indent-region): Doc fix.
21569
21570 * subr.el (when, unless, split-string): Doc fix.
21571 (read-passwd): Move call of clear-this-command-keys to the right place.
21572 (replace-regexps-in-string): New function.
21573
21574 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21575
21576 * help.el (describe-variable): Set syntax table to
21577 emacs-lisp-mode-syntax-table when moving forward over the
21578 symbol's name.
21579
21580 2000-02-22 Dave Love <fx@gnu.org>
21581
21582 * xt-mouse.el: Doc fixes.
21583 (xterm-mouse-position-function): New function, replacing advice of
21584 mouse-position.
21585 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21586
21587 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21588
21589 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21590
21591 * format.el (format-annotate-single-property-change):
21592 Handle properties.with dotted-list values.
21593 (format-proper-list-p): New function.
21594
21595 * enriched.el (enriched-face-ans): Handle '(foreground-color
21596 . COLOR) and (background-color . COLOR).
21597
21598 2000-02-20 Dave Love <fx@gnu.org>
21599
21600 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21601 and assignments to it.
21602 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21603 current local map.
21604 (make-flyspell-overlay): Use it.
21605 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21606
21607 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21608 (lm-get-header-re): Defun, not defsubst.
21609 (lm-get-package-name): Defun, not defsubst. Simplify.
21610 (lm-version): Doc fix. Simplify.
21611 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21612 (lm-crack-address, lm-last-modified-date, lm-commentary)
21613 (lm-verify, lm-synopsis): Simplify.
21614 (lm-report-bug): Require emacsbug. Use compose-mail.
21615
21616 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21617
21618 * dired.el (dired-mode): Call propertized-buffer-identification
21619 to set mode-line-buffer-identification to something having
21620 the right text properties.
21621
21622 * bindings.el (propertized-buffer-identification): New function.
21623
21624 2000-02-20 Dave Love <fx@gnu.org>
21625
21626 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21627 check for t-mouse too.
21628
21629 * cus-start.el: Make echo-keystrokes `number'.
21630
21631 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21632
21633 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21634 Don't call ring-empty-p unless tags-location-ring is bound.
21635 From Noah Friedman <friedman@splode.com>.
21636
21637 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21638
21639 * progmodes/hideshow.el (hs-flag-region): No longer use
21640 `intangible' overlay property.
21641
21642 (hs-toggle-hiding): New command.
21643 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21644
21645 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21646 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21647 and deactivation.
21648
21649 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21650
21651 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21652
21653 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21654
21655 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21656
21657 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21658 of `*' to handle `(* ... *)' comments.
21659
21660 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21661
21662 * faces.el (list-faces-display): Use display-mouse-p instead of
21663 window-system.
21664
21665 * menu-bar.el (global-map): Menu-bar items converted to the new
21666 format (menu-item..., rearranged for better CUA compliance, and
21667 their names changed for better clarity. Help strings added.
21668
21669 * international/mule-cmds.el (mule-menu-keymap)
21670 (describe-language-environment-map, set-coding-system-map)
21671 (setup-language-environment-map): Convert to new (menu-item...
21672 form, add help strings. Change names of menu items for better clarity.
21673 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21674
21675 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21676
21677 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21678 within the code.
21679
21680 2000-02-16 Dave Love <fx@gnu.org>
21681
21682 * faces.el: Don't require custom. Add more specific :groups to
21683 various deffaces.
21684 (set-face-attribute): Purecopy args.
21685 (read-face-name): Default to name at point and use it in prompt.
21686 Remove colon from arg in all callers.
21687 (list-faces-display): Hyperlink to face descriptions and customize
21688 buffers.
21689
21690 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21691
21692 * wid-edit.el (widget-match-inline): An atom never matches a list.
21693
21694 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21695
21696 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21697 at ':' characters by call to split-string.
21698
21699 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21700
21701 * textmodes/bibtex.el: Added RCS version identification.
21702
21703 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21704
21705 * textmodes/bibtex.el: Some temporary comments removed.
21706 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21707 (bibtex-field-const): Allow capital letters.
21708 (bibtex-start-of-string): Deleted because unused.
21709
21710 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21711 use the term 'reference' to describe a bibtex entry as a whole.
21712 Further, reference keys are no longer called 'labels'.
21713 (bibtex-keys): Renamed to bibtex-reference-keys.
21714 (bibtex-reformat-previous-labels): Renamed to
21715 bibtex-reformat-previous-reference-keys.
21716 (bibtex-reference-type): Renamed to bibtex-entry-type.
21717 (bibtex-reference-head): Renamed to bibtex-entry-head.
21718 (bibtex-reference-maybe-empty-head): Renamed to
21719 bibtex-entry-maybe-empty-head.
21720 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21721 (bibtex-search-reference): Renamed to bibtex-search-entry.
21722 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21723 bibtex-enclosing-entry-maybe-empty-head.
21724 (bibtex-entry-field-alist, bibtex-entry-head)
21725 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21726 (bibtex-map-entries, bibtex-search-entry)
21727 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21728 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21729 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21730 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21731 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21732 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21733 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21734
21735 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21736
21737 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21738 comment.
21739 (bibtex-format-field-delimiters): New function, functionality
21740 extracted from bibtex-format-entry.
21741 (bibtex-autokey-get-yearfield-digits): New function, functionality
21742 extracted from bibtex-autokey-get-yearfield.
21743
21744 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21745 entries in order to avoid stack overflow in the regexp matcher if
21746 field contents become large.
21747 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21748 (bibtex-field-string-part-not-braced)
21749 (bibtex-field-string-part-no-inner-braces)
21750 (bibtex-field-string-part-1-inner-brace)
21751 (bibtex-field-string-part-2-inner-braces)
21752 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21753 (bibtex-field-string-quoted, bibtex-field-string)
21754 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21755 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21756 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21757 Deleted as parsing is now performed by the following functions.
21758 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21759 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21760 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21761 (bibtex-parse-association, bibtex-field-name-for-parsing)
21762 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21763 (bibtex-search-forward-field, bibtex-search-backward-field)
21764 (bibtex-start-of-field, bibtex-end-of-field)
21765 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21766 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21767 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21768 (bibtex-parse-string, bibtex-search-forward-string)
21769 (bibtex-search-backward-string, bibtex-start-of-string)
21770 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21771 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21772 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21773 entries. Instead of reporting the results of the parsing by
21774 match-beginning or match-end, these functions return data structures
21775 that hold the corresponding positions.
21776 (bibtex-enclosing-field): Changed to also report field boundaries by
21777 return values rather than by match-beginning or match-end.
21778 The following functions have been adapted to use the new
21779 parsing functions.
21780 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21781 (bibtex-enclosing-field, bibtex-format-entry)
21782 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21783 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21784 (bibtex-print-help-message, bibtex-end-of-entry)
21785 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21786 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21787 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21788 Use the new method for parsing.
21789 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21790 (bibtex-map-entries, bibtex-flash-head)
21791 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21792 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21793 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21794 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21795 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21796 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21797 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21798 order to make the new binding of case-fold-search immediately visible.
21799
21800 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21801
21802 * textmodes/bibtex.el: Copyright notice is up to date.
21803 Added constant 'bibtex-maintainer-salutation.
21804
21805 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21806 than make-temp-name, use match-string-no-properties and eliminate
21807 a quadratic behavior when building bibtex-strings.
21808
21809 * bibtex.el (bibtex-reference-key): Accept string entries whose
21810 reference key contains upper case letters.
21811
21812 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21813
21814 * bibtex.el (bibtex-reference-head): Allow entries to start with
21815 a new line.
21816
21817 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21818
21819 * bibtex.el: Hiding of entry bodies is not longer provided by
21820 bibtex.el directly. Instead the hideshow package can be used.
21821 Added a special bibtex entry to hs-special-modes-alist.
21822 (bibtex-hs-forward-sexp): Added for hideshow.el.
21823
21824 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21825
21826 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21827 proceedings entry type (for cross referencing). Thanks to Wagner
21828 Toledo Correa for the suggestion.
21829
21830 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21831
21832 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21833
21834 * international/characters.el: Setup case table for Vietnamese.
21835
21836 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21837
21838 * uniquify.el (toplevel): Require CL at compile time.
21839 (uniquify-push): Removed.
21840
21841 * shadowfile.el (shadow-when): Removed.
21842
21843 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21844 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21845
21846 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21847 regexp for paragraph-start.
21848
21849 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21850 commas as well.
21851
21852 2000-02-10 Dave Love <fx@gnu.org>
21853
21854 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21855 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21856 Deleted.
21857 (widget-specify-field, widget-specify-button): Don't use
21858 widget-mouse-help as help-echo property.
21859 (default): Use #'ignore for :validate and :mouse-down-action.
21860 (checkbox): Add help-echo.
21861 (widget-sexp-validate): Rewritten to clarify error messages.
21862 (character): Use char-valid-p in :match function.
21863 (widget-color-complete): Use facemenu-color-alist.
21864 (widget-color-action): Use facemenu-read-color.
21865
21866 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21867 set up `caar' &c that we now have.
21868
21869 2000-02-09 Ray Blaak <blaak@gnu.org>
21870
21871 * delphi.el: Make resourcestring a declaration region, like const
21872 and var.
21873
21874 2000-02-09 Dave Love <fx@gnu.org>
21875
21876 * bindings.el (mode-line-input-method-map): New variable.
21877 (mode-line-mule-info): Use it; fix last change.
21878 (mode-line-mode-menu): Move definition.
21879 (mode-line-mouse-sensitive-p): Deleted.
21880 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21881 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21882
21883 * startup.el (command-line-1): Don't call
21884 make-mode-line-mouse-sensitive.
21885
21886 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21887
21888 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21889 before rmail-toggle-header, because the former toggles headers.
21890
21891 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21892
21893 * diff-mode.el (diff-kill-junk): New interactive function.
21894 (diff-reverse-direction): Use delete-and-extract-region.
21895 (diff-post-command-hook): Restrict the area so that the hook also works
21896 outside of any diff hunk. This is necessary for the minor-mode.
21897 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21898 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21899
21900 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21901 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21902 so that it can be used more easily in <foo>-mode-hook. Also make sure
21903 to avoid duplicate entries.
21904 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21905 (font-lock-remove-keywords): Just as was done for `add', allow it to
21906 work even if font-lock-mode is nil. Also make sure we don't modify
21907 any pre-existing list by forcing a copy-sequence. Finally rename
21908 `major-mode' to `mode'.
21909 (font-lock-fontify-syntactic-anchored-keywords)
21910 (font-lock-fontify-anchored-keywords)
21911 (font-lock-fontify-keywords-region): Use line-end-position.
21912 Don't make `font-lock-multiline' local (it's now done in
21913 font-lock-set-defaults).
21914 (font-lock-set-defaults): Make `font-lock-multiline' local.
21915 Move the `font-lock-fontified' creation to inside the `unless'.
21916
21917 2000-02-06 Andrew Innes <andrewi@gnu.org>
21918
21919 * term/w32-win.el (x-handle-args): Comment out call to message,
21920 which occurs before window system is initialized.
21921
21922 * makefile.nt: Add support for recompiling lisp code.
21923
21924 2000-02-04 Dave Love <fx@gnu.org>
21925
21926 * bindings.el (mode-line-mule-info): Fix/extend last change.
21927
21928 * completion.el: Replace completion-dolist with dolist.
21929
21930 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21931
21932 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21933
21934 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21935 environment names before they go into the section regexp.
21936
21937 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21938 char class in regexp.
21939
21940 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21941 Bind `case-fold-search' to nil.
21942
21943 * progmodes/idlwave.el (idlwave-template):
21944 Respect `idlwave-abbrev-change-case'.
21945 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21946 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21947 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21948 (idlwave-rw-case): New function.
21949 (idlwave-statement-match): Fixed problem with assignment regexp.
21950 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21951 (idlwave-surround): New argument LENGTH to support padding of
21952 operators longer than 1 char.
21953
21954 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21955 idlwave-shell-expression-overlay. Implemented printing of
21956 expressions on higher levels of the calling stack.
21957 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21958 (idlwave-retrieve-expression-from-level): New function.
21959 (idlwave-shell-last-calling-stack): Variable removed.
21960 (idlwave-shell-reset): Argument action reversed (`visible' to
21961 `hidden'). Also remove stop-line overlay.
21962 (idlwave-shell-calling-stack-routine): New variable.
21963 (idlwave-shell-parse-stack-and-display): Messages now display
21964 negative level numbers.
21965 (idlwave-shell-mode): Set `modeline-format'.
21966 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21967 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21968 (idlwave-shell-print-expression-function): New option.
21969
21970 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21971 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21972 `tool-bar' instead of `toolbar'.
21973
21974 2000-02-02 Dave Love <fx@gnu.org>
21975
21976 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21977 emacs-lisp-mode-hook. Don't check for defalias being defined.
21978
21979 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21980 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21981 Use the new builtins directly.
21982
21983 * whitespace.el (whitespace): Add :version to defgroup.
21984
21985 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21986 Doc fix.
21987
21988 * thingatpt.el (sexp-at-point, symbol-at-point)
21989 (number-at-point, list-at-point): Add autoload cookie.
21990
21991 * recentf.el (recentf): Add :version to defgroup.
21992
21993 * quickurl.el (quickurl): Add :version to defgroup.
21994
21995 * elide-head.el (elide-head): Use point-marker more.
21996
21997 * bs.el (bs): Add :version to defgroup.
21998
21999 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22000
22001 * progmodes/delphi.el (delphi): Add :version to defgroup.
22002
22003 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22004
22005 * ange-ftp.el (ange-ftp-write-region): Handle case that
22006 succeeding process operation sets a different coding system.
22007
22008 * calculator.el: New file.
22009
22010 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22011
22012 * frame.el (frames-on-display-list, framep-on-display): New functions.
22013 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22014 (display-selections-p, display-screens, display-pixel-width)
22015 (display-pixel-height, display-mm-width, display-mm-height)
22016 (display-backing-store, display-save-under, display-planes)
22017 (display-color-cells, display-visual-class): New functions.
22018
22019 * term/tty-colors.el (tty-color-gray-shades): New function.
22020
22021 * faces.el (display-color-p): Use framep-on-display.
22022 (display-grayscale-p): New function.
22023
22024 2000-01-31 Dave Love <fx@gnu.org>
22025
22026 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22027 (create-fontset-from-x-resource): Don't concat integers.
22028
22029 2000-01-31 Inge Frick <inge@nada.kth.se>
22030
22031 * view.el: Some changes in documentation. Removed some trailing
22032 whitespace. Changed some parameter names to agree with documentation.
22033 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22034 window is not deleted. Modifies change 1998-04-26.
22035
22036 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22037
22038 * windmove.el: New file.
22039
22040 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22041 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22042 progmodes/ebnf-yac.el: Update copyright and license info.
22043
22044 * jit-lock.el (jit-lock-function): Widen before calculating
22045 end position.
22046 (jit-lock-stealth-chunk-start): Rewritten.
22047
22048 * info.el (Info-title-face-alist): Removed.
22049 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22050 (Info-fontify-node): Use these faces.
22051
22052 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22053
22054 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22055 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22056 `&allow-other-keywords'.
22057
22058 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22059 the list of directories scanned heuristically.
22060
22061 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22062
22063 2000-01-30 Jason Rumney <jasonr@gnu.org>
22064
22065 * w32-fns.el: Define w32-tty-standard-colors.
22066
22067 * startup.el (command-line): Use w32-tty-standard-colors when in
22068 w32 console mode.
22069
22070 2000-01-30 Dave Love <fx@gnu.org>
22071
22072 * jka-compr.el (jka-compr-load): Fix up load-history.
22073
22074 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22075
22076 * emacs-lisp/cl-macs.el: Revert previous change.
22077
22078 2000-01-29 Dave Love <fx@gnu.org>
22079
22080 * facemenu.el: Purecopy various strings.
22081
22082 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22083 years. Deal with three-digit years.
22084
22085 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22086 Use defconst, purecopy.
22087 (help-back-label): Purecopy it.
22088
22089 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22090
22091 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22092 variable. If non-nil, order the buffer list according to the
22093 currently selected frame.
22094 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22095 non-nil, pass the selected frame to function buffer-list.
22096
22097 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22098
22099 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22100
22101 2000-01-28 Dave Love <fx@gnu.org>
22102
22103 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22104
22105 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22106 Don't use lisp-indent-hook property.
22107 (cl-abs): Remove.
22108
22109 * subr.el: Move out indent and edebug specs for when and unless.
22110
22111 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22112 when, unless.
22113
22114 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22115 unless, when.
22116
22117 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22118
22119 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22120 `collecting' as synonym for `collect'.
22121
22122 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22123 for the case it contains spaces.
22124
22125 * simple.el (what-cursor-position): Change formatting of messages.
22126
22127 * frame.el (delete-other-frames): New function.
22128 (toplevel): Bind it to C-x 5 1.
22129
22130 * sort.el (sort-numeric-base): New option.
22131 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22132 interpret it as octal or hexadecimal. Use sort-numeric-base
22133 as default base.
22134
22135 * progmodes/glasses.el: New file.
22136
22137 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22138
22139 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22140 userids differently.
22141
22142 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22143 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22144 progmodes/ebnf-yac.el: New files.
22145
22146 2000-01-26 Dave Love <fx@gnu.org>
22147
22148 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22149 on a function with an empty body. [From Eric Ludlam.]
22150
22151 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22152
22153 * vc.el (vc-version-diff): Make sure file name is expanded.
22154
22155 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22156
22157 * scroll-bar.el (scroll-bar-timer): Variable removed.
22158 (scroll-bar-toolkit-scroll): Don't use a timer.
22159
22160 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22161
22162 * language/thai-util.el (thai-composition-function):
22163 Delete superfluous `a'.
22164
22165 2000-01-24 Dave Love <fx@gnu.org>
22166
22167 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22168 end-of-defun-function.
22169
22170 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22171
22172 2000-01-22 Jason Rumney <jasonr@gnu.org>
22173
22174 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22175 conflicts with new face support.
22176
22177 2000-01-22 Richard M. Stallman <rms@gnu.org>
22178
22179 * replace.el (query-replace): Rename last arg to DELIMITED.
22180 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22181 (query-replace-regexp): Likewise.
22182
22183 2000-01-20 Richard M. Stallman <rms@gnu.org>
22184
22185 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22186
22187 * emacs-lisp/lisp.el (beginning-of-defun-function):
22188 Variable renamed from beginning-of-defun.
22189 Do not call make-variable-buffer-local.
22190 (beginning-of-defun-raw): Use new variable name; doc fix.
22191 (beginning-of-defun): Doc fix.
22192 (end-of-defun-function): Variable renamed from end-of-defun.
22193 Do not call make-variable-buffer-local.
22194 (end-of-defun): Use new variable name; doc fix.
22195
22196 * subr.el (dolist, dotimes): Copied from cl-macs.el
22197 and made to work.
22198
22199 * mail/undigest.el (rmail-digest-end-regexps):
22200 Variable replaces rmail-digest-end-regexp.
22201 Allows multiple regexps for detecting the end line.
22202 (undigestify-rmail-message): Corresponding changes.
22203
22204 2000-01-19 Dave Love <fx@gnu.org>
22205
22206 * files.el (user-init-file): Don't declare here -- is primitive.
22207
22208 * startup.el (command-line): Check for compiled user-init-file and
22209 set to uncompiled version if necessary.
22210
22211 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22212
22213 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22214 (undigestify-rmail-message): Use it.
22215
22216 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22217
22218 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22219
22220 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22221 of mini-buffer.
22222
22223 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22224
22225 * emacs-lisp/copyright.el (copyright-update): Removed the
22226 requirement for a trailing space from `copyright-regexp', to
22227 support copyrights with owner specified on a separate line..
22228
22229 * align.el: New file.
22230
22231 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22232
22233 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22234
22235 2000-01-13 Dave Love <fx@gnu.org>
22236
22237 * ph.el: Removed. (Obsoleted by EUDC.)
22238
22239 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22240
22241 * net/eudc.el (toplevel): Remove autoloaded code installing
22242 menu with easymenu, because that causes build problems.
22243
22244 * frame.el (frame-notice-user-settings): New variable.
22245 (frame-notice-user-settings): Don't modify frame parameters
22246 if called a second time.
22247
22248 2000-01-13 Richard M. Stallman <rms@gnu.org>
22249
22250 * frame.el (frame-notice-user-settings):
22251 Notice default-frame-parameters even for non-window frames.
22252
22253 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22254
22255 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22256 for Emacs.
22257 (eudc-bob-can-display-inline-images): Extend for Emacs.
22258 (eudc-bob-toggle-inline-display): Ditto.
22259 (eudc-bob-display-jpeg): Ditto.
22260
22261 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22262
22263 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22264 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22265 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22266
22267 * add-log.el (add-change-log-entry): Fix error trying an
22268 `(insert nil)'.
22269
22270 * subdirs.el: Add `net' directory.
22271
22272 * net: New directory.
22273
22274 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22275 eval-last-sexp. Don't bind debug-on-error here.
22276 (eval-last-sexp): New function. Bind debug-on-error if
22277 eval-expression-debug-on-error is non-nil.
22278 (eval-defun-2, eval-defun): Likewise.
22279
22280 * simple.el (eval-expression): Don't bind debug-on-error if
22281 eval-expression-debug-on-error is nil. Detect changed
22282 debug-on-error, and propagate new value to global binding, if
22283 eval-expression-debug-on-error is non-nil,
22284 (eval-expression-debug-on-error): Change doc string.
22285
22286 2000-01-11 Richard M. Stallman <rms@gnu.org>
22287
22288 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22289
22290 * emacs-lisp/lisp-mode.el (with-syntax-table):
22291 Set up lisp-indent-function property.
22292
22293 * subr.el (with-syntax-table): Moved from simple.el.
22294
22295 * simple.el (with-syntax-table): Moved to subr.el.
22296
22297 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22298
22299 * tmm.el (tmm-shortcut): Delete region after prompt instead
22300 of erasing buffer.
22301
22302 * textmodes/fill.el (fill-common-string-prefix): New function.
22303 (fill-context-prefix): Use the longest common prefix of first
22304 and second line fill prefix, if there is one.
22305
22306 2000-01-11 Richard M. Stallman <rms@gnu.org>
22307
22308 * array.el (array-mode): Don't use make-variable-buffer-local.
22309 Use make-local-variable for `truncate-lines'.
22310
22311 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22312
22313 * add-log.el (add-log-current-defun): Handle user-defined
22314 add-log-current-function returning nil,
22315
22316 * add-log.el (add-change-log-entry): Insert version number
22317 if having found a current function
22318
22319 * add-log.el (add-log-current-defun):
22320 Call `add-log-current-defun-function'. Try matches at level 0 and
22321 level 1. Strip whitespace from defun found.
22322
22323 2000-01-10 John Wiegley <johnw@gnu.org>
22324
22325 * allout.el (isearch-done/outline-provisions): Added `edit'
22326 argument to correspond with the current definition of `isearch-done'.
22327
22328 2000-01-10 Dave Love <fx@gnu.org>
22329
22330 * elide-head.el (elide-head): Use point-marker, not point.
22331
22332 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22333
22334 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22335 before and after the year 2000.
22336
22337 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22338 Add ispell- prefix.
22339
22340 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22341
22342 * ispell.el: Only define dictionaries in menus when they exist.
22343 (version18p): New variable.
22344 (version20p): New variable.
22345 (xemacsp): New variable.
22346 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22347 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22348 (ispell-dictionary-alist6): Russian command lines no longer accept
22349 run-together words.
22350 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22351 (ispell-dictionary-alist): Add koi8-r to customize definition.
22352 (check-ispell-version): Added documentation string. Return library
22353 path when called non-interactively.
22354 (ispell-menu-map-needed): Uses new variables.
22355 (ispell-library-path): New variable.
22356 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22357 (ispell-word): Improved documentation string. Test for valid
22358 character mappings. Correctly check typed in word changes that can
22359 result in single words split into multiple words.
22360 Return replacement word.
22361 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22362 replace in recursive query replace mode. Help message for
22363 recursive edit mode.
22364 (ispell-show-choices): Protect against bad framepop bindings.
22365 (ispell-help): Fix to work with XEmacs.
22366 (ispell-highlight-spelling-error): Use new variables.
22367 (ispell-overlay-window): Fix to work with XEmacs.
22368 (ispell-parse-output): Passed and returns location information
22369 tracking spelling corrections. Doesn't recheck same word on
22370 current line.
22371 (ispell-init-process): Protect against bogus XEmacs variable binding.
22372 Fix call to single argument in sleep-for. Use new variables.
22373 (ispell-region): Passed and returns location information tracking
22374 spelling corrections. Doesn't check same word on current line.
22375 Improved documentation string. Doesn't resend a line already
22376 checked to the ispell process - fixes bug in LaTeX parsing.
22377 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22378 (ispell-skip-region): No longer skips <TT> in SGML.
22379 (ispell-process-line): Tracks location information with spelling
22380 corrections. Added documentation string. Accounts for words
22381 already accepted on this line. Don't allow query-replace on line
22382 starting with math characters. Doesn't resend a line already sent
22383 to ispell process. Fixes alignment error bug.
22384
22385 2000-01-10 Richard M. Stallman <rms@gnu.org>
22386
22387 * dired-x.el (dired-guess-shell-alist-default):
22388 Suggest xloadimage, which is free, not xv, which isn't.
22389
22390 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22391 Don't ever include the host name or user name in the value.
22392
22393 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22394
22395 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22396 of a real newline.
22397
22398 2000-01-09 Stephen Eglen <stephen@gnu.org>
22399
22400 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22401 for .png files.
22402
22403 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22404
22405 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22406
22407 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22408
22409 * progmodes/cperl-mode.el: Replace ^F with ^L.
22410
22411 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22412 `require'ing rmail and mailalias to prevent infinite recursion.
22413
22414 2000-01-08 Dave Love <fx@gnu.org>
22415
22416 * emacs-lisp/backquote.el: Remove inappropriate customization
22417 (allowing custom.el to use backquote).
22418
22419 2000-01-07 Dave Love <fx@gnu.org>
22420
22421 * add-log.el (add-log-debugging): Deleted.
22422 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22423 file. Remove debugging code.
22424 (change-log-get-method-definition, change-log-name): Add doc.
22425 (change-log-sortable-date-at): New function.
22426 (change-log-merge): New command.
22427
22428 * time.el (display-time-string-forms): Make the Mail string active.
22429 (display-time-update): Provide help-echo for load average.
22430
22431 * bindings.el (make-mode-line-mouse2-map): New function.
22432 (mode-line-modified): Use it and simplify.
22433 (mode-line-mule-info): Provide help-echo info.
22434 (minor-mode-alist): Activate the strings.
22435 (make-mode-line-mouse-sensitive): Simplify for
22436 mode-line-buffer-identification.
22437
22438 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22439
22440 * play/pong.el: New file.
22441
22442 2000-01-06 Dave Love <fx@gnu.org>
22443
22444 * array.el: Assorted cleanups for compiler warnings, doc strings,
22445 `array-' prefix for symbols.
22446
22447 2000-01-05 Dave Love <fx@gnu.org>
22448
22449 * textmodes/outline.el (outline-mode-menu-bar-map):
22450 Add outline-headers-as-kill.
22451 (outline-mode): Define imenu-generic-expression.
22452 (outline-headers-as-kill): New command.
22453
22454 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22455 from paragraph-start.
22456 (paragraph-indent-minor-mode): New command.
22457
22458 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22459 M-C-e, M-C-h, C-j, C-xnd, TAB.
22460 (fortran-mode): Set beginning-of-defun, end-of-defun.
22461 (fortran-column-ruler): Simplify.
22462 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22463 (fortran-with-subprogram-narrowing): Likewise.
22464 (fortran-indent-subprogram): Call mark-defun.
22465 (fortran-check-for-matching-do): Change narrowing.
22466
22467 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22468 (cl-lucid-hash-tag): Delete.
22469 (cl-hash-table-p): Correct test for native table.
22470 (cl-hash-table-count): Use hash-table-count.
22471
22472 * browse-url.el (browse-url): Fix case of
22473 browse-url-browser-function being an alist.
22474
22475 2000-01-05 Carsten Dominik <cd@gnu.org>
22476
22477 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22478 (reftex-index-phrase-file-extension): New options.
22479
22480 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22481 Use new option `reftex-index-phrase-file-extension'.
22482
22483 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22484 `reftex-parse-file-extension'.
22485
22486 2000-01-05 Dave Love <fx@gnu.org>
22487
22488 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22489 (beginning-of-defun-raw): Use it.
22490 (end-of-defun): New variable.
22491 (end-of-defun): Use it.
22492 (check-parens): New command.
22493
22494 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22495
22496 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22497 (hs-show-block): Don't use `mapcar' when not accumulating.
22498
22499 Fix buglet in local variables initialization.
22500
22501 2000-01-05 Andreas Schwab <schwab@suse.de>
22502
22503 * hscroll.el (hscroll): Doc fix.
22504
22505 2000-01-05 Carsten Dominik <cd@gnu.org>
22506
22507 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22508 Require idlw-toolbar.
22509
22510 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22511 file idlw-rinfo.el.
22512 (idlwave-customize): Load must read file idlw-shell.el.
22513 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22514
22515 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22516
22517 * progmodes/idlw-shell.el: Also provide idlwave-shell
22518 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22519 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22520
22521 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22522 both reftex-dcr and reftex-vcr.
22523
22524 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22525
22526 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22527
22528 * ps-print.el: PostScript code now is in separate files, doc fix.
22529 (ps-print-version): New version number (5.0.3).
22530 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22531 local.
22532 (ps-spool-config): Initialization fix.
22533 (ps-print-prologue-1, ps-print-prologue-2)
22534 (ps-print-duplex-feature): PostScript code moved to separated file.
22535 (ps-background-image): Little code reformating.
22536 (ps-begin-file, ps-begin-job): Fix code.
22537 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22538 (ps-prologue-file): New fun.
22539
22540 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22541
22542 * ps-vars.el: Eliminated.
22543
22544 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22545 `;;;###autoload'.
22546
22547 * ps-print.el: ps-vars eliminated, doc fix.
22548 (ps-print-version): New version number (5.0.2).
22549 (ps-spool-config): Initialization fix.
22550 (ps-print-customize): New fun.
22551
22552 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22553
22554 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22555
22556 2000-01-04 Dave Love <fx@gnu.org>
22557
22558 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22559 menu items.
22560
22561 2000-01-03 Dave Love <fx@gnu.org>
22562
22563 * elide-head.el (elide-head) [defgroup]: Add :version.
22564
22565 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22566 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22567 Use `cl-hash-table-p', not `hash-table-p'.
22568 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22569
22570 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22571
22572 * faces.el (face-read-integer, read-face-attribute)
22573 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22574
22575 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22576
22577 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22578 at comment end, and re-insert them after filling.
22579
22580 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22581
22582 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22583 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22584 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22585
22586 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22587
22588 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22589 the new name of face-color-supported-p.
22590
22591 * term/w32-win.el (xw-defined-colors): Likewise.
22592
22593 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22594
22595 * simple.el (completion-setup-function): Count completion-size
22596 from minibuffer-prompt-end, not from point-min.
22597
22598 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22599
22600 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22601 Pass the frame to tty-color-* functions.
22602 (display-color-p, frame-set-background-mode): Pass the frame to
22603 tty-display-color-p.
22604
22605 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22606 tty-color-alist.
22607 (tty-color-alist, tty-modify-color-alist): New functions.
22608 (tty-color-define, tty-color-clear, tty-color-approximate)
22609 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22610 optional parameter FRAME.
22611
22612 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22613
22614 * image.el (create-image, defimage): Don't assume image data is
22615 a string.
22616
22617 * image.el (defimage): Handle specifications containing :data
22618 instead of :file.
22619 (image-type-from-data): New function.
22620 (image-type-from-file-header): Use it.
22621 (create-image): Add parameter DATA-P.
22622
22623 See ChangeLog.8 for earlier changes.
22624
22625 ;; Local Variables:
22626 ;; coding: iso-2022-7bit
22627 ;; End:
22628
22629 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22630 Copying and distribution of this file, with or without modification,
22631 are permitted provided the copyright notice and this notice are preserved.