]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-11-26 Richard M. Stallman <rms@gnu.org>
2
3 * window.el (save-selected-window): No error if saved window is dead.
4
5 * help-funs.el (describe-syntax): Put (interactive) after doc string.
6
7 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
8
9 * international/quail.el (quail-help): Require help-mode in
10 top-level instead.
11
12 * iswitchb.el (iswitchb-exhibit): Use insert instead of
13 insert-string.
14
15 * icomplete.el (icomplete-exhibit): Likewise.
16
17 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
18
19 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
20 (diff-hunk-kill): Simplify.
21 (diff-post-command-hook): Only apply to a single hunk.
22 (diff-hunk-text): Make `char-offset' non-optional.
23 (diff-find-text): Return a cons cell.
24 (diff-find-approx-text): New fun.
25 (diff-find-source-location): Use it.
26 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
27 Adapt to new retval of diff-find-text.
28
29 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
30 rather than integer- representation of dates.
31
32 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
33
34 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
35 (syntax-after): New fun.
36
37 * help-funs.el (describe-syntax): New fun.
38
39 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
40 (font-lock-ppss-stats, font-lock-ppss): Remove.
41 (font-lock-fontify-syntactically-region): Remove tuning code.
42 (font-lock-compile-keywords): Fix off-by-one bug.
43 (font-lock-set-defaults): Don't set removed vars.
44 (c-keywords): Add `inline'.
45 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
46
47 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
48 Set syntax-begin-function.
49 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
50 (lisp-interaction-mode): Don't set local-abbrev-table any more.
51 (lisp-mode-auto-fill): Use syntax-ppss and obey
52 comment-auto-fill-only-comments.
53 (lisp-fill-paragraph): Use syntax-ppss.
54
55 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
56
57 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
58 version of rmail-enable-mime.
59 (rmail-forward): Use it.
60
61 2001-11-25 Richard M. Stallman <rms@gnu.org>
62
63 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
64
65 * international/quail.el (quail-keyboard-layout-button):
66 Define button type.
67 (quail-keyboard-customize-button): Likewise.
68 (quail-help): Use those button types. Require `help-mode'.
69 Avoid altering the argument `package'.
70
71 * help-mode.el (help-function, help-variable, help-face)
72 (help-coding-system, help-input-method, help-character-set):
73 Define each button type with its own explicit define-button-type.
74
75 * language/devan-util.el: Comment out parts of the file
76 which apparently are garbled.
77
78 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
79
80 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
81 insert-string.
82
83 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
84
85 * play/snake.el (snake-mode): Remove make-local-hook.
86
87 * play/tetris.el (tetris-mode): Likewise.
88
89 * play/decipher.el (decipher-mode): Likewise.
90
91 * tmm.el (tmm-add-prompt): Likewise.
92
93 2001-11-25 Sam Steingold <sds@gnu.org>
94
95 * menu-bar.el (menu-bar-apropos-menu): New variable.
96 Moved all `apropos' bindings to this menu.
97 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
98
99 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
100
101 The following changes are for new indian languages support based
102 on Unicode charset and CDAC fonts.
103
104 * international/mule-conf.el: Change indian-1-column charset to
105 indian-glyph charset.
106
107 * international/characters.el: Adjusted for the change of
108 indian-1-column -> indian-glyph.
109
110 * international/fontset.el: Delete the setting for indian-1-column
111 and add the setting for indian-glyph in the default fontset.
112
113 * language/indian.el: Completely re-written.
114
115 * language/devanagari.el: Completely re-written.
116
117 * language/devan-util.el: Completely re-written.
118
119 * language/ind-util.el: New file.
120
121 2001-11-24 Richard M. Stallman <rms@gnu.org>
122
123 * startup.el (command-line-1): Don't do startup screen
124 if a subprocess is running. Call the startup screen buffer
125 "GNU Emacs". Make a special mode-line-format for it.
126
127 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
128 (browse-url-galeon): Use that variable.
129
130 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
131 eval-expression. Eval and set the variable simply.
132
133 * files.el (temporary-file-directory): Use defcustom.
134 (small-temporary-file-directory): Likewise.
135 (normal-backup-enable-predicate): Move down in file
136 after definition of temporary-file-directory.
137
138 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
139
140 2001-11-24 Colin Walters <walters@debian.org>
141
142 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
143 autoload names to match files renamed on initial calc import.
144
145 * calc/calc.el (Commentary): Cleanup, and add logistic curve
146 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
147
148 2001-11-23 Colin Walters <walters@debian.org>
149
150 * Makefile.in (finder_setwins, setwins): Include Calc again.
151
152 * calc/calc-rules.el: Add header comment.
153
154 2001-11-23 Andre Spiegel <spiegel@gnu.org>
155
156 * vc.el (with-vc-properties): Don't bind `filename' locally.
157 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
158 to avoid name clashes. Fix `lisp-indent-function' property for
159 both.
160
161 2001-11-23 Francesco Potorti` <pot@gnu.org>
162
163 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
164
165 2001-11-22 Colin Walters <walters@debian.org>
166
167 * calc/calc-misc.el (report-calc-bug):
168 Use `reporter-prompt-for-summary-p'.
169
170 * calc/INSTALL, calc/Makefile: Remove.
171
172 2001-11-22 Miles Bader <miles@gnu.org>
173
174 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
175 (reb-match-2, reb-match-3): Add dark-background variants.
176
177 2001-11-22 Colin Walters <walters@debian.org>
178
179 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
180 (info "Calc").
181 (report-calc-bug): Use reporter.el.
182
183 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
184
185 2001-11-21 Richard M. Stallman <rms@gnu.org>
186
187 * which-func.el (which-function): Call imenu--make-index-alist
188 if necessary to get a list of functions.
189 (which-function-imenu-failed): New variable.
190 (which-func-update): Handle all visible windows.
191 (which-func-update-1): New subroutine broken out of which-func-update.
192
193 * files.el (temporary-file-directory, null-device)
194 (small-temporary-file-directory): Definitions moved up.
195
196 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
197 (cperl-non-problems, cperl-praise): Doc fixes.
198
199 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
200 (sh-mode-syntax-table): Function restored.
201 Variable set up for use by function sh-mode-syntax-table.
202 (sh-set-shell): Set the syntax table.
203
204 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
205
206 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
207
208 * international/encoded-kb.el: Don't alter minor-map-alist.
209
210 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
211
212 * files.el (auto-save-file-name-transforms): Put remote files in
213 temporary-file-directory rather than /tmp.
214
215 2001-11-21 Colin Walters <walters@debian.org>
216
217 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
218 of (function ...) wrapper.
219
220 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
221
222 * derived.el (define-derived-mode): Create the abbrev-table
223 from inside the `defvar'.
224
225 * jit-lock.el (jit-lock-defer-time): New var.
226 (jit-lock-defer-timer, jit-lock-buffers): New vars.
227 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
228 (jit-lock-function): Defer fontification if requested.
229 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
230 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
231 text property.
232 (jit-lock-deferred-fontify): New fun.
233
234 2001-11-20 Richard M. Stallman <rms@gnu.org>
235
236 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
237 Set local-abbrev-table to lisp-mode-abbrev-table.
238
239 * emacs-lisp/re-builder.el (reb-mode):
240 Don't use define-derived-mode. Call kill-all-local-variables.
241
242 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
243 Don't use define-derived-mode.
244
245 * help-mode.el (help-mode): Undo 2001-10-07 change.
246
247 * replace.el (occur-mode): Undo 2001-5-20 change.
248
249 2001-11-20 Jason Rumney <jasonr@gnu.org>
250
251 * w32-fns.el (w32-system-coding-system): Change to an alias for
252 locale-coding-system.
253 (set-w32-system-coding-system): Document the above change.
254 Set locale-coding-system instead.
255
256 2001-11-20 Richard M. Stallman <rms@gnu.org>
257
258 * ruler-mode.el: Add pagination.
259 (ruler-mode-toggle-show-tab-stops): No need to
260 test `ruler-mode' variable.
261
262 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
263
264 * play/landmark.el: Mark lm-mode as special.
265
266 * play/gomoku.el: Mark gomoku-mode as special.
267
268 2001-11-20 Juanma Barranquero <lektu@terra.es>
269
270 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
271 (top-level): Bind it to C-c C-b.
272 (re-builder): Don't re-enter RE Builder Mode.
273
274 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
275
276 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
277
278 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
279 `manual-program'.
280
281 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
282 to a line without a comment.
283
284 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
285
286 * dired.el (dired-listing-switches): Mention in the doc string
287 that some switches are not supported by ls-lisp.el
288
289 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
290
291 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
292 (imenu--create-keymap-2): Remove.
293 (imenu--create-keymap-1): Simplify, remove third argument.
294 (imenu--generic-function): Use dolist.
295 (imenu-find-default): New function.
296 (imenu--completion-buffer): Use it.
297 (imenu--mouse-menu): Use popup-menu.
298 (imenu--menubar-select): Return t rather than calling imenu.
299
300 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
301 New functions, extracted from fill-region-as-paragraph.
302 (fill-region-as-paragraph): Use them.
303 Use an end marker instead of eob.
304 Ignore whitespace-only fill-prefixes when indenting according to mode.
305 Simplify the loop that searches for spaces backwards.
306
307 * textmodes/picture.el (picture-vertical-step)
308 (picture-horizontal-step): Don't use defconst for variables.
309
310 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
311 (mail-extract-address-components): Downcase domain names.
312 (mail-extr-delete-char): Remove. Use delete-char instead.
313
314 * emulation/pc-select.el: Doc string fixes.
315 (pc-selection-mode): Don't treat macos as a tty.
316
317 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
318
319 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
320
321 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
322 (mouse-wheel-progessive-speed): New var.
323 (mwheel-scroll): Use it and handle float values.
324
325 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
326
327 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
328 (iswitchb): Fix the case where the result was selected with the mouse.
329 (iswitchb-completion-help): Use the normal *Completions* now that
330 mouse selection works.
331 (iswitchb-minibuffer-setup): Simplify.
332
333 * newcomment.el (comment-column, comment-style, comment-multi-line)
334 (comment-auto-fill-only-comments): Remove :group arg.
335 (comment-padding): Add :type.
336 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
337 if called interactively.
338
339 2001-11-19 Colin Walters <walters@verbum.org>
340
341 * calc/calc.el (toplevel): Add comment and version header.
342 (calc-init-base): Bump version to 2.02f, update date.
343
344 2001-11-19 Richard M. Stallman <rms@gnu.org>
345
346 * net/browse-url.el: Support Mozilla and Galeon.
347 By default, find the installed browser whichever it is.
348 (browse-url-mozilla): New function.
349 (browse-url-mozilla-sentinel): New function.
350 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
351 (browse-url-default-browser): New function.
352 (browse-url-process-environment): Use browse-url-browser-display.
353 (browse-url-browser-display): Renamed from browse-url-netscape-display.
354 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
355 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
356 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
357 (browse-url-browser-function): New default, new options.
358
359 2001-11-19 Sam Steingold <sds@gnu.org>
360
361 * bindings.el (last-buffer, unbury-buffer): New function.
362 (mode-line-unbury-buffer): Use `unbury-buffer'.
363
364 2001-11-18 Stephen Eglen <stephen@gnu.org>
365
366 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
367 control behaviour when no further completion is possible.
368
369 2001-11-19 Colin Walters <walters@verbum.org>
370
371 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
372 (math-showing-full-precision, math-with-extra-prec, math-working)
373 (calc-with-default-simplification)
374 (calc-with-trail-buffer): Use backtick.
375 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
376 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
377 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
378 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
379 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
380 (Math-num-integerp, Math-bignum-test, Math-equal-int)
381 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
382 (calc-record-compilation-date-macro): Deleted. Callers updated.
383 (math-format-radix-digit): Move to calc-bin.el.
384
385 * calc/calc.el (calc-record-compilation-date): Remove.
386 (calc-bug-address): Update.
387 (calc-settings-file): Use `user-init-file'.
388
389 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
390 Handle null `calc-settings-file'.
391
392 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
393 * calc/calc-keypd.el (calc-keypad-mode): New.
394 (calc-do-keypad): Use it.
395 (calc-keypad-map): Move into `calc-keypad-mode'.
396
397 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
398 to defalias argument.
399
400 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
401 (calcFunc-floor): Ditto.
402
403 * calc-units.el (calcFunc-usimplify): Ditto.
404
405 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
406 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
407 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
408 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
409 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
410 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
411 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
412 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
413 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
414 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
415 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
416 and move them before their first use. Use `when', `unless'.
417 Remove trailing periods from error forms. Add description and
418 headers suggested by Emacs Lisp coding conventions.
419
420 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
421
422 * newcomment.el (comment-indent):
423 Fix misindentation for comment-only lines.
424 (comment-indent-new-line): Only obey comment-multi-line if the
425 comment-ender is not the end-of-line.
426
427 2001-11-19 Richard M. Stallman <rms@gnu.org>
428
429 * net/net-utils.el (network-connection-service-abbrev-alist):
430 New variable.
431
432 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
433 Advance to start of 3rd sexp by moving fwd and backing over it.
434 At first three elements, act like defun.
435
436 * delsel.el (delete-selection-pre-hook): Handle and resignal
437 file-supersession errors to interact properly with userlock.el.
438
439 2001-11-18 Richard M. Stallman <rms@gnu.org>
440
441 * progmodes/fortran.el (fortran-mode-syntax-table):
442 Specify punctuation syntax for backslash.
443
444 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
445 All calls deleted.
446
447 * international/mule-util.el (string-to-sequence): Make it obsolete.
448 (string-to-list, string-to-vector): Implement them directly
449 using append and vconcat, not with string-to-sequence.
450
451 * startup.el (command-line): Set abbrevs-changed to nil after
452 reading the init file and the abbrevs file.
453
454 * isearch.el (isearch): Use magenta2 as bg for (background light)
455
456 2001-11-17 Richard M. Stallman <rms@gnu.org>
457
458 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
459
460 * simple.el (minibuffer-history-sexp-flag): Doc fix.
461
462 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
463
464 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
465 If set and if applicable, add a regexp to highlight defun-like
466 text inside comments and strings.
467 (font-lock-fontify-keywords-region): Pass that new arg.
468 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
469 to the end and pass that new arg.
470 (c-font-lock-keywords-2): Fix regex for labels.
471 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
472 Make it work when LIMIT is several lines further.
473 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
474 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
475 Use backquote and make the regexes for `int a, b, c;' work on
476 multiple lines.
477
478 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
479 (font-lock-defaults-alist): Don't change it any more.
480 (reb-subexp-mode-map): Cleanup.
481
482 * custom.el (custom-current-group-alist): New var.
483 (custom-declare-group): Set it.
484 (custom-current-group): New fun.
485 (custom-declare-variable, custom-handle-all-keywords):
486 Use it as a default if no :group argument is specified.
487
488 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
489 (standard-keyboard-coding-systems): New var.
490 (set-locale-environment): Use it to decide whether or not to call
491 set-keyboard-coding-system.
492 (locale-language-names): Use \"French\" for "fr".
493
494 2001-11-17 Richard M. Stallman <rms@gnu.org>
495
496 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
497 (add-to-list): Delete compatibility code.
498 (checkdoc-next-message-error): Doc fix.
499
500 2001-11-17 Stephen Eglen <stephen@gnu.org>
501
502 * locate.el (locate): Show default locate pattern within the
503 prompt, but don't insert it into the minibuffer contents.
504 Catch the case when pattern is the empty string.
505
506 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
507
508 * language/european.el ("French"): New language environment.
509
510 2001-11-16 Richard M. Stallman <rms@gnu.org>
511
512 * calendar/todo-mode.el (todo-save): Fix previous change.
513
514 * subr.el (functionp): Do use cdr-safe on object.
515
516 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
517
518 * bindings.el (mode-line-mode-name): Only put the help-echo property
519 if the local-map property was put as well.
520 (global-map): Bind switch-frame, delete-frame, iconify-frame
521 and make-frame-visible events.
522
523 * emacs-lisp/elp.el (elp-not-profilable): New var.
524 (elp-not-profilable-p): New function.
525 (elp-instrument-function): Use it. Use backquotes and push.
526
527 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
528 (byte-stack+-info, byte-compile-last-warned-form)
529 (byte-compile-last-logged-file): Don't defconst a variable.
530 (no-byte-compile): Declare.
531 (byte-compile-file): Don't boundp-check no-byte-compile any more.
532 (byte-compile-defvar): Leave defconst as is.
533
534 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
535 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
536 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
537 (edebug-best-error): Don't defconst a variable.
538 (edebug-read-syntax-table): Use a char-table.
539 (edebug-lemacs-specific): Remove.
540 Toplevel: Eliminate check for Lucid Emacs.
541
542 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
543
544 * rect.el (move-to-column-force): Mark obsolete.
545 (operate-on-rectangle, delete-extract-rectangle-line)
546 (insert-rectangle, delete-whitespace-rectangle-line)
547 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
548 (string-rectangle-history): New var.
549 (string-rectangle, string-insert-rectangle): Use it.
550 (delete-rectangle-line): Fix pos/column mixup and simplify.
551
552 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
553 (normal-top-level, command-line, command-line-1): Simplify.
554
555 * tar-mode.el (tar-mode): Use define-derived-mode.
556
557 * view.el (view-mode-enable): Don't use make-local-hook.
558
559 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
560
561 2001-11-16 Richard M. Stallman <rms@gnu.org>
562
563 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
564 if it doesn't make sense as anything else.
565 Don't recognize a "telephone number" at the beginning of the name.
566 (mail-extr-leading-garbage): Match non-word characters only.
567
568 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
569
570 * startup.el (command-line-processed): Doc fix.
571
572 * apropos.el (apropos-next-label-button): Doc fix.
573
574 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
575
576 * comint.el (comint-mode): Simplify.
577 (make-comint-in-buffer): Run `comint-mode' only if necessary.
578
579 * subr.el (eval-after-load): Make it work with features as well.
580
581 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
582
583 * international/mule-cmds.el (describe-input-method): Setup xref.
584 (set-language-environment): Use functionp.
585 (locale-language-names, locale-charset-language-names)
586 (locale-preferred-coding-systems): Defconst and purecopy.
587
588 * language/european.el (mac-roman): Add mime-charset property.
589
590 2001-11-15 Richard M. Stallman <rms@gnu.org>
591
592 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
593 (multiple-value-apply, nth-value): Use defsubst rather than defalias
594 to get better doc strings.
595
596 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
597
598 * derived.el: Fix autoload cookie.
599
600 2001-11-15 Richard M. Stallman <rms@gnu.org>
601
602 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
603
604 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
605
606 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
607
608 2001-11-15 Richard M. Stallman <rms@gnu.org>
609
610 * dired.el (dired-undo): Display a message to explain
611 that this does not undo file system changes.
612
613 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
614
615 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
616 into `unread-command-events' instead of trying keymap
617 lookups ourselves. This makes mouse-clicks do the right
618 thing even when keymaps of overlays are involved.
619 (mouse-drag-drag): Likewise.
620
621 2001-11-15 Andreas Schwab <schwab@suse.de>
622
623 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
624 characters and append anchor to pattern added to auto-mode-alist.
625
626 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
627
628 * server.el (server-process-filter): Run pore/post-comment-hook
629 before/after visiting the file.
630
631 * info-look.el (makefile-mode): Add info for automake.
632 (autoconf-mode): Fix the name of the index for automake.
633
634 * international/latin-9.el: Give pilcrow punctuation syntax.
635
636 2001-11-15 Andre Spiegel <spiegel@gnu.org>
637
638 * vc.el: Documentation fixes.
639
640 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
641
642 * smerge-mode.el (smerge-match-conflict): Fix typo.
643 (smerge-diff): Be careful to read match-data early enough.
644
645 2001-11-14 Colin Walters <walters@verbum.org>
646
647 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
648 (calcFunc-subst): Use `defalias' instead of `fset' and
649 `symbol-function'.
650
651 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
652 (calcFunc-ceil, calcFunc-round): Ditto.
653
654 * calc/calc-bin.el (calcFunc-clip): Ditto.
655
656 * calc/calc-ext.el (calcFunc-evalv): Ditto.
657
658 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
659
660 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
661 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
662
663 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
664
665 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
666 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
667 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
668 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
669 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
670 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
671 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
672 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
673 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
674 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
675 * calcsel2.el: Style cleanup; don't put closing parens on their
676 own line, add "foo.el ends here" to each file, and update
677 copyright date.
678
679 * README: Update maintainer.
680
681 2001-11-13 Alan Shutko <ats@acm.org>
682
683 * compile.el (recompile): Use compilation-arguments if set, so as
684 to be able to M-x recompile the exact command which created a
685 compilation-mode buffer.
686
687 2001-11-13 Richard M. Stallman <rms@gnu.org>
688
689 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
690
691 2001-11-13 Gerd Moellmann <gerd@gnu.org>
692
693 * mouse.el (mouse-drag-region): Don't run the up-event
694 handler if window start changed due to the down-mouse event.
695
696 2001-11-13 Richard M. Stallman <rms@gnu.org>
697
698 * mouse.el (mouse-show-mark): Either move point to the mark
699 or use highlighting, never both.
700 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
701
702 2001-11-13 Simon Josefsson <jas@extundo.com>
703
704 * mail/smtpmail.el (top-level): Change maintainer to Simon
705 Josefsson, cleanup the smtpmail.el header.
706
707 * mail/smtpmail.el (top-level): Don't require cl or base64.
708 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
709 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
710 Defsubst instead of defmacro.
711 (smtpmail-intersection): Return value in reverse order.
712 (smtpmail-open-stream): Use stringp instead of string-to-list.
713 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
714 separated from smtpmail-via-smtp.
715
716 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
717 rfc2104. Require base64 and cl.
718 (smtpmail-smtp-service): Doc fix. :type fix.
719 (smtpmail-debug-info): Doc fix.
720 (smtpmail-debug-verb, smtpmail-auth-credentials)
721 (smtpmail-starttls-credentials, smtpmail-auth-supported):
722 New variables.
723 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
724 mail-utils (it is autoloaded).
725 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
726 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
727 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
728 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
729 (smtpmail-via-smtp): Support AUTH.
730 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
731
732 2001-11-13 Richard M. Stallman <rms@gnu.org>
733
734 * ebuff-menu.el (electric-buffer-update-highlight): New function.
735 (electric-buffer-overlay): New variable.
736 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
737 (electric-buffer-list): Likewise.
738
739 2001-11-13 Per Starback <starback@ling.uu.se>
740
741 * isearch.el (isearch-whitespace-chars): Doc fix.
742 (isearch-mode): Handle negative search-slow-window-lines correctly.
743
744 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
745
746 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
747
748 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
749 From Emmanuel Briot <briot@act-europe.fr>.
750
751 2001-11-13 Colin Walters <walters@debian.org>
752
753 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
754
755 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
756 "~/.emacs"; use `read-file-name'.
757
758 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
759 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
760 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
761 * calc/calc.el: Use `frame-width' instead of `screen-width',
762 `frame-height' instead of `screen-height', and,
763 `executing-kbd-macro' instead of `executing-macro'.
764
765 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
766 correct number of arguments.
767
768 * calc/calc-aent.el (calc-do-alg-entry):
769 Use `blink-paren-function' instead of `blink-paren-hook'.
770
771 2001-11-12 Richard M. Stallman <rms@gnu.org>
772
773 * calendar/todo-mode.el (todo-save): Add save-excursion
774 and save-restriction.
775
776 * server.el (server-edit, server-done): Doc fix.
777
778 * simple.el (clone-indirect-buffer): Error if major mode symbol
779 has a no-clone-indirect property.
780 (clone-buffer): Check for obvious errors before reading clone name.
781
782 * info.el (Info-mode): Add a no-clone-indirect property.
783
784 2001-11-12 Sam Steingold <sds@gnu.org>
785
786 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
787 set-buffer-modified-p to nil after `vc-exec-after'.
788 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
789 (log-view-mode): Make read-only.
790 (log-view-current-file): Do final `expand-file-name' in the
791 current `default-directory'.
792 (log-view-current-tag): Take an optional `where' arg.
793 (log-view-diff): New user command.
794
795 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
796
797 * progmodes/cpp.el (cpp-choose-face): Fix typo.
798
799 2001-11-12 Sam Steingold <sds@gnu.org>
800
801 * emacs-lisp/cl-indent.el (toplevel): Indent properly
802 `generic-flet', `generic-labels', `with-accessors',
803 `with-condition-restarts'.
804
805 2001-11-12 Richard M. Stallman <rms@gnu.org>
806
807 * dired.el: Many trivial doc fixes.
808 (dired-get-file-for-visit): New function.
809 (dired-find-alternate-file, dired-mouse-find-file-other-window):
810 (dired-view-file, dired-find-file-other-window, dired-display-file):
811 (dired-find-file): Use dired-get-file-for-visit.
812
813 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
814
815 * sql.el (sql-mode): Doc change.
816
817 * sql.el (sql-mode-syntax-table): The backslash is no longer an
818 escape character.
819
820 2001-11-12 Colin Walters <walters@debian.org>
821
822 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
823 (calc-do-keypad): Don't attempt to use nonexistent global
824 mouse-map, use calc-keypad-map.
825 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
826 (calc-keypad-left-click): Don't use mouse-map; update to new event
827 interface.
828 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
829 (calc-keypad-press): Use `unread-command-events' instead of
830 `unread-command-char'.
831
832 * calc/calc-ext.el (calc-init-extensions): Update autoload names
833 to match files renamed on initial calc import.
834
835 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
836
837 * textmodes/flyspell.el (flyspell-default-dictionary):
838 Fix previous change.
839
840 2001-11-12 Richard M. Stallman <rms@gnu.org>
841
842 * textmodes/flyspell.el (flyspell-default-dictionary):
843 Fix custom type.
844
845 2001-11-11 Richard M. Stallman <rms@gnu.org>
846
847 * calendar/solar.el (solar-sunrise-and-sunset):
848 Exchange the two extreme values of day-length.
849
850 * progmodes/sh-script.el (sh-must-be-shell-mode):
851 Allow modes derived from sh-mode.
852
853 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
854 Turn off error in some re-search-forward calls.
855
856 * replace.el (query-replace-skip-read-only): New variable.
857 (perform-replace): If that variable is non-nil, ignore matches
858 that have a read-only property.
859
860 * derived.el (define-derived-mode): Doc fix.
861
862 * server.el (server-buffer-done): Test of server-existing-buffer
863 was backwards.
864 (server-existing-buffer): Doc fix.
865
866 * textmodes/flyspell.el (flyspell-default-dictionary):
867 Allow nil as value, and make nil the default.
868
869 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
870
871 * subdirs.el: Regenerated.
872
873 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
874 it is not fboundp.
875 (clipboard-yank): Ditto.
876
877 2001-11-11 Colin Walters <walters@verbum.org>
878
879 The following changes are based on patches from
880 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
881 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
882
883 * calc/calc.el (toplevel): Require calc-macs.
884 (calc-minibuffer-size): New.
885 (calcDigit-nondigit): Use it instead of `buffer-size'.
886 (calcDigit-backspace): Likewise.
887 (calcDigit-nondigit): Use `minibuffer-contents' instead of
888 `buffer-string'.
889 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
890 `point-min'.
891 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
892 `save-excursion'.
893
894 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
895 simple `setq' form.
896
897 * calc/calc-ext.el: (toplevel): Require calc.
898 (calc-fancy-prefix-map): New.
899 (calc-fancy-prefix): Use it.
900 (calc-fancy-prefix-other-key): New.
901
902 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
903 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
904 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
905 (calcAlg-enter): Likewise.
906 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
907
908 2001-11-10 Richard M. Stallman <rms@gnu.org>
909
910 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
911 (quietly-read-abbrev-file): Doc fix.
912
913 * startup.el (command-line): Read standard abbrev
914 file (abbrev-file-name), if it exists.
915
916 * files.el (save-abbrevs): Default value is t.
917
918 * progmodes/compile.el (compile-goto-error): Fix previous change
919 in the case where subsequent errors have not been parsed yet
920 because they are in a different source file.
921
922 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
923
924 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
925 Merge two regular expressions into one.
926 (ps-mode): Make local bindings for `comment-start' and
927 `comment-start-skip'.
928 (ps-mode-looking-at-nested): Simplify an if-else construct;
929 use `set-match-data' to set the result.
930
931 2001-11-10 Richard M. Stallman <rms@gnu.org>
932
933 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
934 Function deleted.
935 (flyspell-correct-word): Old definition deleted.
936 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
937 All references renamed too.
938
939 2001-11-10 Gerd Moellmann <gerd@gnu.org>
940
941 * Makefile.in (finder_setwins, setwins): Exclude Calc.
942
943 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
944
945 * wid-edit.el (checklist): Removed `:menu-tag'.
946 (radio-button-choice): Ditto.
947 (editable-list): Ditto.
948
949 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
950
951 * play/gomoku.el: Move definitions of constants to the beginning
952 of file, before their use.
953
954 2001-11-09 Richard M. Stallman <rms@gnu.org>
955
956 * textmodes/flyspell.el: Use the keymap property
957 instead of local-map, and don't use a minor-mode map.
958 (flyspell-mode-map): Variable deleted.
959 Don't mess with minor-mode-map-alist.
960 (calling add-minor-mode): Specify nil for keymap.
961 And always use add-minor-mode, now that it exists.
962 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
963 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
964 or flyspell-local-mouse-map.
965 (make-flyspell-overlay): Use flyspell-mouse-map directly.
966 (flyspell-mode): Doc fix.
967 (flyspell-mode-on): Don't call make-local-hook.
968
969 2001-11-09 Sam Steingold <sds@gnu.org>
970
971 * emacs-lisp/debug.el (debugger-make-xrefs):
972 Add buttons to all symbols.
973
974 2001-11-09 Andre Spiegel <spiegel@gnu.org>
975
976 * vc.el: Add John David Smith to credits.
977
978 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
979
980 * vc-hooks.el (vc-error-occured): Backquotified.
981 (vc-file-prop-obarray): Use prime length for better efficiency.
982
983 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
984
985 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
986
987 * info.el (Info-file-list-for-emacs): Add entries for Calc.
988
989 2001-11-09 Miles Bader <miles@gnu.org>
990
991 * subr.el (functionp): Don't consider macros as functions.
992
993 2001-11-08 Miles Bader <miles@gnu.org>
994
995 * subr.el (functionp): Make work correctly for macros and unbound
996 symbols.
997
998 * comint.el (comint-send-input): Fix description of
999 `comint-process-echoes' in the doc-string.
1000
1001 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1002
1003 * international/mule.el (make-translation-table): Doc fix.
1004 Suggested by Alex Schroeder <alex@gnu.org>.
1005
1006 2001-11-07 Richard M. Stallman <rms@gnu.org>
1007
1008 * info.el (Info-fontify-node): Highlight every third menu item.
1009
1010 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1011
1012 * cus-edit.el (custom-face-value-create): Don't ignore the
1013 `customized-face' attribute when finding the current face spec.
1014
1015 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1016
1017 * subr.el (with-local-quit): New macro.
1018 (make-syntax-table): Always inherit.
1019 (functionp): Be more careful when `object' is a symbol.
1020
1021 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1022
1023 2001-11-07 Paul Eggert <eggert@twinsun.com>
1024
1025 * dired.el (dired-move-to-filename-regexp):
1026 Do not distinguish between ASCII letters and non-ASCII characters.
1027 Don't allow comma except in the form "month day, year".
1028 Don't allow space between month name and comma.
1029 Clean up the code that checks for trailing period, comma, and space.
1030 Remove now-obsolete comments, and add more commentary about
1031 Japanese dates.
1032 Always gobble up trailing spaces, instead of doing it only sometimes.
1033
1034 2001-11-07 Miles Bader <miles@gnu.org>
1035
1036 * paren.el (show-paren-match-face): Add dark-background variant.
1037
1038 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1039
1040 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1041 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1042 Don't disable adaptive-fill-mode.
1043 (lisp-fill-paragraph): Use tab-width rather than 8.
1044 Prevent filling the first line of docstrings.
1045
1046 2001-11-06 Richard M. Stallman <rms@gnu.org>
1047
1048 * play/gomoku.el (gomoku): Doc fix.
1049
1050 * jka-compr.el (jka-compr-partial-uncompress):
1051 Support an alternative of not using dd.
1052 (jka-compr-dd-program): Use defcustom to define this.
1053 (jka-compr-load-suffixes): Use defcustom.
1054 (jka-compr-mode-alist-additions): Use defcustom.
1055
1056 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1057
1058 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1059 Also work when LIMIT is further than the end of line.
1060
1061 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1062
1063 * international/quail.el (quail-update-leim-list-file): Print the
1064 offending file name if some of its quail-define-package forms is broken.
1065
1066 2001-11-05 Richard M. Stallman <rms@gnu.org>
1067
1068 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1069 of the evaluated form.
1070
1071 2001-11-05 Paul Eggert <eggert@twinsun.com>
1072
1073 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1074 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1075 stamps always line up by default. Also, it uses a slightly
1076 different window to determine whether files are "recent".
1077
1078 2001-11-05 Andrew Innes <andrewi@gnu.org>
1079
1080 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1081 Don't attempt to remake autoloads before nuking .elc files.
1082
1083 2001-11-04 Richard M. Stallman <rms@gnu.org>
1084
1085 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1086 previous-single-property-change or next-single-char-property-change
1087 returns nil.
1088
1089 * international/mule-cmds.el (set-locale-environment):
1090 Make it interactive; make arg optional.
1091
1092 * international/mule-diag.el (help-funs): Require help-funs.
1093
1094 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1095
1096 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1097
1098 2001-11-04 Miles Bader <miles@gnu.org>
1099
1100 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1101 shadow of the splash image grey on a dark background instead of black.
1102
1103 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1104
1105 * term.el (all faces): Don't (copy-face 'default <foo>).
1106
1107 * term/xterm.el (function-key-map):
1108 Add entry for `ESC [ 3 ~' -> <delete>
1109 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1110 Use inheritance so that .emacs and terminfo take precedence.
1111
1112 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1113
1114 * tooltip.el (tooltip-delay): Decrease to 0.7.
1115 (tooltip-hide-delay): Enlarge to 10.
1116
1117 2001-11-03 Richard M. Stallman <rms@gnu.org>
1118
1119 * startup.el (fancy-splash-tail): Explain how to recover
1120 from a crash, if there was a crash.
1121 (command-line-1): Reorganize display of startup screen,
1122 to simplify the logic. Use a temp buffer for it.
1123
1124 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1125
1126 * frame.el (set-background-color, set-foreground-color):
1127 Call face-set-after-frame-default, to propagate the new colors to
1128 the frame's parameters alist.
1129
1130 * calendar/timeclock.el (timeclock-out): Signal an error if
1131 timeclock-last-event is nil.
1132
1133 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1134
1135 * textmodes/fill.el (fill-context-prefix): Fix braino.
1136
1137 * international/quail.el (quail-help):
1138 Use `help-buffer' and move `help-setup-xref' to beginning.
1139
1140 * international/mule-cmds.el (describe-language-environment):
1141 Use `help-buffer' and move `help-setup-xref' to beginning.
1142
1143 * international/mule-diag.el (list-character-sets)
1144 (sort-listed-character-sets, describe-character-set)
1145 (describe-coding-system, describe-fontset, list-fontsets):
1146 Use `help-buffer' and move `help-setup-xref' to beginning.
1147 (describe-char-after): Use `internal-describe-syntax-value'.
1148
1149 2001-11-02 Richard M. Stallman <rms@gnu.org>
1150
1151 * mouse.el (popup-menu): If the user refuses to select
1152 from a menu, don't try to invoke the menu.
1153
1154 2001-11-02 Miles Bader <miles@gnu.org>
1155
1156 * help-mode.el (help-xref): New button type.
1157 (help-function, help-variable, help-face, help-coding-system)
1158 (help-input-method, help-character-set, help-type, help-symbol)
1159 (help-back, help-info, help-customize-variable, help-customize-face)
1160 (help-function-def, help-variable-def): Use it as a supertype.
1161 Remove `action' property.
1162
1163 * international/mule-diag.el (describe-character-set)
1164 (describe-coding-system): Pass correct args to `help-xref-button'.
1165 (sort-listed-character-sets): New button type.
1166 (list-character-sets): Use it.
1167 (list-charset-chars): New button type.
1168 (list-character-sets-1): Use it.
1169
1170 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1171
1172 * indent.el (tab-always-indent, indent-for-tab-command):
1173 Remove redundant `never' setting.
1174
1175 * fill.el (fill-region-as-paragraph): Don't forget to skip
1176 over current whitespace before looking for a preceding space.
1177
1178 2001-11-01 Richard M. Stallman <rms@gnu.org>
1179
1180 * files.el (file-newest-backup): Don't pass backup file name
1181 thru file-name-sans-versions, because it never has version numbers.
1182
1183 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1184 to avoid ambiguous nested loops.
1185
1186 * files.el (find-file-noselect): Offer to change buffer-read-only
1187 only when the file's read-only status has changed from before
1188 as well as disagreeing with the buffer's current status.
1189 (buffer-file-read-only): New var, local in all buffers.
1190
1191 * buff-menu.el (buffer-menu): Doc fix.
1192 (buffer-menu-other-window): Doc fix.
1193 (list-buffers, list-buffers-noselect): Doc fix.
1194
1195 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1196
1197 * startup.el (command-line): If the terminal Emacs is running on
1198 has erase char set to ^H, use the Backspace key for deleting
1199 backward, and the Delete key for deleting forward.
1200
1201 2001-11-01 Miles Bader <miles@gnu.org>
1202
1203 * button.el (define-button-type): Make sure every user-defined
1204 button type has a supertype.
1205
1206 2001-10-31 Jason Rumney <jasonr@gnu.org>
1207
1208 * international/mule-cmds.el (locale-language-names): Add chs and
1209 cht as aliases for Chinese-GB and Chinese-BIG5.
1210
1211 2001-10-31 Richard M. Stallman <rms@gnu.org>
1212
1213 * bindings.el (mode-line-frame-identification): Add doc string.
1214 (mode-line-position, mode-line-modes): New variables.
1215 (mode-line-format): Use mode-line-position for the part
1216 that displays the position-in-buffer info.
1217 Use mode-line-modes for the part that displays major and minor modes.
1218
1219 2001-10-31 Sam Steingold <sds@gnu.org>
1220
1221 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1222 (debugger-setup-buffer): Call it.
1223 (debugger-mode-map): Bind RET and mouse-2.
1224
1225 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1226
1227 * startup.el: Document command line option --no-window-system
1228 instead of --no-windows.
1229
1230 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1231
1232 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1233
1234 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1235 (font-lock-defaults-alist): Use it.
1236 From David Ponce <david.ponce@wanadoo.fr>
1237
1238 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1239 output of `char-after'.
1240
1241 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1242
1243 * simple.el (reindent-then-newline-and-indent): Insert the newline
1244 before indenting the first line.
1245 (undo-get-state, undo-revert-to-state): New funs.
1246 (shell-command): Don't kill the buffer even if empty.
1247 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1248 (transpose-subr-end2): Remove.
1249 (transpose-subr): Add `special' arg and simplify.
1250 (transpose-subr-1): Rewrite.
1251 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1252 (rfc822-goto-eoh): Simplify.
1253
1254 2001-10-30 Richard M. Stallman <rms@gnu.org>
1255
1256 * enriched.el (enriched-face-ans): FIx previous change.
1257
1258 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1259
1260 * international/iso-acc.el (iso-accents-compose): Remove a
1261 superfluous setq.
1262
1263 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1264
1265 * buff-menu.el (list-buffers-noselect): If the buffer's name
1266 starts with a blank, but it visits a file, do show it (for files
1267 whose names start with a blank).
1268
1269 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1270
1271 * textmodes/fill.el (sentence-end-double-space)
1272 (sentence-end-without-period): Move to paragraphs.el.
1273 (fill-indent-according-to-mode): Change default to t.
1274 (fill-context-prefix): Simplify control-flow and use a more
1275 sophisticated merge that unifies both previous checks.
1276 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1277 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1278 (fill-nobreak-p): New fun.
1279 (fill-region-as-paragraph): Use it.
1280 Handle `fill-indent-according-to-mode' slightly differently.
1281 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1282 (fill-individual-paragraphs-citation): Fix.
1283
1284 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1285 (paragraph-start): Change default to the `text-mode' value.
1286 (sentence-end-double-space, sentence-end-without-period):
1287 Move from fill.el.
1288 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1289 rather than rebinding `paragraph-start' and `paragraph-separate'.
1290
1291 * indent.el (indent-line-function): Change default to indent-relative.
1292 (tab-always-indent): Add an `never' setting.
1293 (indent-according-to-mode): Handle `indent-relative' and
1294 `indent-relative-maybe' specially.
1295 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1296 Handle the `never' case for `tab-always-indent'.
1297 Don't call indent-according-to-mode for indent-relative' and
1298 `indent-relative-maybe'.
1299 (insert-tab): Rename `prefix-arg' to `arg'.
1300 (indent-region): Indent the first line as well.
1301 (indent-relative): Don't mark the buffer modified if the indentation
1302 is unchanged.
1303
1304 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1305 Don't set paragraph-separate. Set paragraph-start more carefully.
1306 Set indent-line-function.
1307 (paragraph-indent-text-mode): Use it and define-derived-mode.
1308 (text-mode-map): Remove the \t binding.
1309 (text-mode): Simplify now that the default is more favorable.
1310
1311 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1312
1313 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1314 If the regexp doesn't match, use a looser one.
1315 (find-variable-noselect): Add `file' argument.
1316
1317 * pcvs.el (cvs-mode-commit-hook): New hook.
1318 (cvs-mode-commit): Run it.
1319
1320 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1321
1322 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1323 (edebug-instrument-function): Use `find-function-noselect'.
1324
1325 2001-10-29 Richard M. Stallman <rms@gnu.org>
1326
1327 * term.el (term-if-emacs19): Macro deleted.
1328 Callers changed to use progn instead.
1329
1330 * frame.el (blink-cursor-mode): Doc fix.
1331
1332 * files.el (find-backup-file-name): Use make-backup-file-name.
1333
1334 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1335 window-live-p.
1336 (edebug-set-conditional-breakpoint): Unconditionally use
1337 the former Emacs >=19 definition.
1338 (edebug-mark): Define unconditionally.
1339 (edebug-eval-expression): Always call read-from-minibuffer
1340 and specify history list.
1341 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1342 edebug-set-conditional-breakpoint.
1343 (edebug-emacs-version-specific): Function deleted;
1344 do the job at top level.
1345 (edebug-emacs-19-specific): Function deleted, this is the default.
1346
1347 2001-10-29 Sam Steingold <sds@gnu.org>
1348
1349 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1350 "/cygdrive/LETTER/" pathnames.
1351
1352 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1353
1354 * faces.el (invert-face): Check for 'unspecified, not for nil,
1355 when testing whether face colors are not specified.
1356 From David.Kastrup@t-online.de (David Kastrup).
1357 (read-face-name): Doc fix.
1358 (make-face-bold, make-face-unbold, make-face-italic)
1359 (make-face-unitalic, make-face-bold-italic, invert-face):
1360 Remove trailing blank from the prompt passed to read-face-name.
1361
1362 2001-10-29 Sam Steingold <sds@gnu.org>
1363
1364 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1365 Report numbers of files skipped and failed too.
1366 (byte-compile-file): Return 'no-byte-compile for skipped files.
1367
1368 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1369
1370 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1371 and `M p'.
1372
1373 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1374
1375 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1376 as is on unread-command-events instead of `(SECOND-CHAR)'.
1377
1378 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1379
1380 * vc.el: Mention vc-*-switches in backend API documentation.
1381 (vc-annotate): Adapt doc string to recent change.
1382
1383 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1384
1385 * enriched.el (enriched-face-ans): Handle face attributes
1386 of the form `(FACE1 FACE2 ...)'.
1387
1388 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1389
1390 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1391
1392 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1393
1394 * progmodes/sql.el (sql-db2): Doc change.
1395 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1396 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1397
1398 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1399
1400 * env.el (substitute-env-vars): Don't quote argument to `rx';
1401 it's a macro.
1402
1403 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1404
1405 * cus-start.el (recursive-load-depth-limit): Added.
1406
1407 2001-10-28 Richard M. Stallman <rms@gnu.org>
1408
1409 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1410 All uses removed--assume Emacs version is >= 20.
1411
1412 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1413 by really checking that it is not version 18.
1414
1415 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1416
1417 2001-10-28 Miles Bader <miles@gnu.org>
1418
1419 * faces.el (face-attribute): Add INHERIT argument, consider face
1420 inheritance if it's non-nil.
1421 (face-attribute-merged-with): New function.
1422 (face-attribute-specified-or): New macro.
1423 (face-foreground, face-background, face-stipple): Add INHERIT
1424 argument. Use `face-attribute-specified-or'.
1425
1426 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1427
1428 * font-lock.el: Require `syntax'.
1429 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1430 Use `c-font-lock-syntactic-face-function' for c languages.
1431 (font-lock-mode): Don't unset vars when turning the mode off.
1432 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1433 (font-lock-extra-managed-props): New var.
1434 (font-lock-default-unfontify-region): Use it.
1435 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1436 Don't eval the value when there's no match.
1437 (font-lock-ppss-stats): New var.
1438 (font-lock-ppss): New fun.
1439 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1440 (font-lock-apply-highlight): Allow `highlight' to set several props.
1441 (font-lock-set-defaults): Use dolist.
1442 (font-lock-unset-defaults): Remove.
1443 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1444 Try to recognize prototypes using `foo P_ ((args))'.
1445 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1446 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1447 (c-font-lock-syntactic-face-function): New function.
1448 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1449 (c++-keywords): Use a more sophisticated regexp to handle
1450 shallowly nested templates.
1451
1452 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1453
1454 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1455 (sgml-tag): Use it. Cleanup with `cond'.
1456 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1457 Mark the overlays and only delete those that are marked.
1458 (sgml-skip-close-p): Remove.
1459 (sgml-value): Replace sgml-skip-close-p with its definition.
1460 (html-tag-alist): Use sgml-xml a bit more.
1461 (html-mode): Set sgml-empty-tags.
1462
1463 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1464 (texinfo-update-node, texinfo-sequential-node-update):
1465 Don't bind the obsolete `auto-fill-hook'.
1466 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1467 Use `set-buffer' rather than `switch-to-buffer'.
1468 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1469 Use `set-buffer' rather than `switch-to-buffer'.
1470
1471 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1472 text-mode-syntax-table.
1473 (mail-mode): Use define-derived-mode.
1474 Fix ordering of alternatives in adaptive-fill-regexp.
1475 (mail-mode-map): Don't rely on keymap's internal representation.
1476
1477 2001-10-27 Sam Steingold <sds@gnu.org>
1478
1479 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1480 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1481 (sgml-mode-common): Call it.
1482 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1483 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1484 (html-horizontal-rule, html-image, html-ordered-list):
1485 (html-unordered-list, html-list-item, html-paragraph):
1486 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1487 `html-xhtml'.
1488
1489 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1490
1491 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1492 (ifnothtml): New alias.
1493
1494 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1495
1496 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1497 (toggle-text-mode-auto-fill): Use derived-mode-p.
1498
1499 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1500
1501 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1502 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1503
1504 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1505
1506 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1507 Add make-obsolete cookies, to follow faces.el.
1508
1509 These changes avoid warnings from the byte compiler in faces.el:
1510
1511 * faces.el (internal-get-face): Use facep instead of the obsolete
1512 internal-find-face.
1513 (internal-frob-font-weight, internal-frob-font-slant):
1514 New defaliases for obsolete functions.
1515 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1516 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1517 (x-make-font-bold-italic): Use internal-frob-font-weight and
1518 internal-frob-font-slant aliases instead of the obsolete
1519 x-frob-... functions.
1520
1521 2001-10-26 Sam Steingold <sds@gnu.org>
1522
1523 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1524 DOCTYPE; set `mode-name' based on it.
1525 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1526 (sgml-tag): Close empty tags in XHTML.
1527
1528 2001-10-26 Jason Rumney <jasonr@gnu.org>
1529
1530 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1531 when UNICODE is not defined.
1532
1533 2001-10-26 Sam Steingold <sds@gnu.org>
1534
1535 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1536 be alone on the line.
1537
1538 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1539
1540 * button.el (button): Special face definition for MS-DOS terminals.
1541
1542 2001-10-26 Sam Steingold <sds@gnu.org>
1543
1544 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1545 Protect the /= test by checking that the args are non-nil.
1546 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1547
1548 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1549
1550 * textmodes/artist.el (artist-version): 1.2.4.
1551 (artist-butlast-fn): New variable.
1552 (artist-butlast): New function.
1553 (artist-ellipse-mirror-quadrant): Use it.
1554 (artist-mouse-draw-poly): Use nil for `point-list'.
1555 (artist-mouse-draw-poly): Check for point-list being nil.
1556
1557 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1558
1559 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1560 lambda expression.
1561 (ps-mode-menu-main): Submenu with options on/off was replaced with
1562 a toggle button.
1563 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1564 (ps-mode): Autoload cookie added on same line as comment
1565 (ps-mode-tabkey, ps-mode-backward-delete-char):
1566 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1567 `indent-to' with `indent-line-to'
1568 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1569 instead of `eval'.
1570 (ps-mode-print-region): Use `with-temp-buffer'.
1571 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1572 (numerous places): Add back-tick and tick around names in
1573 docstrings, fix punctuation in docstrings, remove trailing spaces.
1574
1575 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1576
1577 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1578 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1579 (sgml-font-lock-syntactic-keywords): New var.
1580 (sgml-mode-common): Drop the two args.
1581 Don't make buffer-local variables that aren't used.
1582 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1583 Don't set `before-string' props from sgml-display-text.
1584 (sgml-mode): Use define-derived-mode.
1585 (sgml-tags-invisible): Use sgml-display-text.
1586 (sgml-quote): New command.
1587 (html-tag-alist): Add args for `span'.
1588 (html-mode): Use define-derived-mode.
1589 Set sgml-display-text and sgml-tag-face-alist.
1590
1591 2001-10-25 Sam Steingold <sds@gnu.org>
1592
1593 * add-log.el (add-log-always-start-new-record): New user option.
1594 (add-change-log-entry): Use it.
1595
1596 2001-10-25 Richard M. Stallman <rms@gnu.org>
1597
1598 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1599 bind case-fold-search if FROM is not all lower case.
1600
1601 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1602
1603 * startup.el (normal-top-level): Check for frame-initial-frame
1604 only if it's really used.
1605
1606 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1607
1608 * progmodes/compile.el (compilation-parse-errors-filename-function):
1609 New variable.
1610 (compilation-parse-errors): Use it.
1611
1612 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1613
1614 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1615 interactively so that C-u M-C-x still does edebug.
1616 (checkdoc-sentencespace-region-engine): Don't force a double-space
1617 after `.' if it doesn't look like an end-of-sentence.
1618 (debug-ignored-errors): Add `disambiguate ...'.
1619
1620 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1621
1622 * textmodes/texinfo.el (texinfo-environments)
1623 (texinfo-environment-regexp): Hoist.
1624 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1625 Only highlight the menu name in menu items.
1626 Setup `@foo ... @end foo' as text clones.
1627 (texinfo-clone-environment): New function.
1628 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1629 (texinfo-insert-block): Simplify.
1630 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1631 the command is repeated.
1632 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1633 (texinfo-insert-@end): Simplify.
1634
1635 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1636 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1637 (texinfo-subsubsection-level-regexp)
1638 (texinfo-update-menu-same-level-regexps)
1639 (texinfo-update-menu-higher-regexps)
1640 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1641
1642 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1643 (derived-mode-p): Autoload.
1644
1645 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1646 New vars and functions.
1647 (text-clone-maintain, text-clone-create): New functions.
1648
1649 2001-10-25 Miles Bader <miles@gnu.org>
1650
1651 * facemenu.el (facemenu-add-new-face): Fix variable names.
1652
1653 2001-10-24 Richard M. Stallman <rms@gnu.org>
1654
1655 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1656 of t and nil values.
1657 (facemenu-set-face): Handle START and END interactively.
1658 (facemenu-set-foreground): Don't use a face; specify color directly.
1659 (facemenu-set-background): Likewise.
1660 (facemenu-set-face-from-menu): Doc fix.
1661 (facemenu-active-faces): Use face-attribute-vector
1662 to handle bare attributes not in faces.
1663 (facemenu-get-face): Don't handle face names fg:... and bg:...
1664 specially.
1665 (facemenu-add-new-face): New argument MENU.
1666 New way to handle adding colors to the color menus.
1667
1668 * env.el (substitute-env-vars): Quote the arg to rx.
1669
1670 2001-10-24 Sam Steingold <sds@gnu.org>
1671
1672 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1673 Control" and "SGML" groups.
1674
1675 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1676
1677 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1678 Better handling of C++ template args to avoid confusion with `<'
1679 and `>' used as operators in member init expressions.
1680
1681 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1682
1683 * replace.el (perform-replace): Move START and END parameters
1684 to the end of the argument list and make them optional.
1685
1686 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1687 perform-replace.
1688
1689 * international/fontset.el (x-must-resolve-font-name): New function.
1690 (x-complement-fontset-spec): Use it.
1691
1692 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1693
1694 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1695
1696 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1697 Turn caadr into caar of cdr.
1698
1699 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1700
1701 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1702 of mouse-{1,2} since dragging is on the down event.
1703
1704 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1705
1706 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1707 if ARG is nil.
1708
1709 * desktop.el (desktop-last-buffer): New variable.
1710 (desktop-create-buffer): Set it.
1711 (desktop-read): Bind it and switch to that buffer.
1712
1713 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1714
1715 * progmodes/compile.el (compilation-set-window-height):
1716 Select old window only if it's still live.
1717
1718 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1719
1720 * help-mode.el (help-buffer): Remove debugging code.
1721 From Stefan Monnier <monnier@cs.yale.edu>.
1722
1723 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1724
1725 * files.el (file-name-sans-extension, file-name-extension):
1726 Don't count the leading dots in file names as signaling an extension.
1727
1728 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1729
1730 * vc.el (vc-diff-switches): Doc rewritten.
1731
1732 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1733
1734 * tooltip.el (tooltip-set-param): Doc fix.
1735
1736 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1737 127 to sgml-maybe-name-self.
1738 (sgml-name-8bit-mode): Doc fix.
1739 (sgml-char-names-table): New variable.
1740 (sgml-name-char): Support non-ASCII and mule-unicode-*
1741 characters. Doc fix.
1742 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1743
1744 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1745 doc string the effect of `left' and `top' parameters in
1746 tooltip-frame-parameters, the default values, and the units.
1747 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1748 (tooltip-show): Mention in the doc string the `top' and `left'
1749 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1750
1751 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1752
1753 Add autoscaling support for vc-annotate.
1754 From J.D. Smith <jdsmith@alum.mit.edu>.
1755
1756 * vc.el (vc-annotate-display-default): Accept colormap scaling
1757 ratio (now deprecated).
1758 (vc-annotate-display-autoscale): Added.
1759 (vc-annotate-add-menu): New autoscaling menu options "Span to
1760 Oldest" and "Span Oldest->Newest". Easymenu support added for
1761 toggle menus driven by customize variable `vc-annotate-display-mode'.
1762 (vc-annotate-display-select): Added.
1763 (vc-annotate): Changed temp-buffer-show-function to
1764 `vc-annotate-display-select'.
1765 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1766 Added argument OFFSET. Instead of backend function, calls now
1767 generic `vc-annotate-difference'.
1768 (vc-annotate-difference): Added as generic function instead of
1769 backend-specific function. No longer takes argument POINT, but
1770 instead accepts a time OFFSET.
1771 (vc-default-annotate-current-time): Added.
1772
1773 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1774 version in vc.el, with
1775 (vc-cvs-annotate-current-time): Added, as override of default.
1776 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1777 `vc-cvs-annotate-difference'.
1778
1779 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1780
1781 * saveplace.el (save-place): Require `saveplace'.
1782
1783 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1784 Use `sexp' for :value-type instead of `face'.
1785
1786 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1787
1788 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1789 regexps due to 5-digit message IDs.
1790
1791 2001-10-21 Jason Rumney <jasonr@gnu.org>
1792
1793 * term/w32-win.el (redisplay-dont-pause): Don't set.
1794
1795 2001-10-21 Miles Bader <miles@gnu.org>
1796
1797 * help-funs.el (help-manyarg-func-alist): Variable removed.
1798
1799 2001-10-21 Miles Bader <miles@gnu.org>
1800
1801 * help-funs.el (help-manyarg-func-alist): Remove entries for
1802 `insert', `insert-and-inherit', `insert-before-markers',
1803 `insert-before-markers-and-inherit', `message', `message-box',
1804 `message-or-box', `propertize', `format', `encode-time', `append',
1805 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1806 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1807 `ml-prefix-argument-loop'.
1808
1809 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1810
1811 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1812 (vc-default-diff-tree): New functions.
1813 (vc-version-diff): Use them. As a result, coding systems are now
1814 set up properly for all sorts of diffs, and tree diffs can now
1815 also be done locally.
1816 (vc-diff): With a prefix argument, don't require that it's called
1817 from a buffer under version control.
1818 (diff-switches): Remove duplicate definition.
1819
1820 * vc-cvs.el (vc-cvs-diff-tree): New function.
1821
1822 2001-10-21 Miles Bader <miles@gnu.org>
1823
1824 * help-funs.el (help-manyarg-func-alist): Remove entries for
1825 `list', `vector', `make-byte-code', `call-process',
1826 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1827 `logand', `logior', and `logxor'.
1828
1829 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1830 image bits to compensate. Use `make-string' instead of
1831 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1832
1833 2001-10-20 Kim F. Storm <storm@cua.dk>
1834
1835 * simple.el (kill-ring-save): Don't show extent of copied region
1836 if using transient-mark-mode and region is fully visible.
1837
1838 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1839
1840 * (Version 21.1 released.)
1841
1842 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1843
1844 * files.el (auto-mode-alist): Associate .indent.pro with
1845 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1846
1847 2001-10-18 Sam Steingold <sds@gnu.org>
1848
1849 Put the *Compile-Log* buffer in `compilation-mode'.
1850 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1851 (byte-compile-log-1, byte-compile-log-file)
1852 (displaying-byte-compile-warnings): Use it
1853
1854 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1855
1856 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1857
1858 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1859
1860 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1861
1862 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1863
1864 * obsolete/hilit19.el (hilit-lookup-face-create):
1865 Call set-face-font only if display-graphic-p.
1866 (toplevel): Remove references to window-system.
1867
1868 2001-10-18 Miles Bader <miles@gnu.org>
1869
1870 * simple.el (what-line): Avoid problems with field properties.
1871
1872 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1873
1874 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1875 Define special colors for a tty.
1876
1877 2001-10-17 Francesco Potorti` <pot@gnu.org>
1878
1879 * comint.el (comint-password-prompt-regexp): Make it less
1880 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1881
1882 2001-10-17 John Wiegley <johnw@gnu.org>
1883
1884 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1885 a regular file, before checking if it is a directory or symlink.
1886 This avoids a call to eshell-file-attributes, which can be
1887 expensive in some situations.
1888
1889 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1890 customization variable, to differentiate ls-in-dired from regular
1891 uses of ls.
1892
1893 2001-10-17 Miles Bader <miles@gnu.org>
1894
1895 * custom.el (defface): Mention `:inherit' in doc-string.
1896
1897 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1898
1899 * paren.el: Update the Commentary with installation instructions.
1900
1901 2001-10-15 Dave Love <fx@gnu.org>
1902
1903 * international/mule.el (set-auto-coding): Fix regexps for local
1904 variables section not to eat newlines.
1905
1906 2001-10-15 Miles Bader <miles@gnu.org>
1907
1908 * simple.el (display-message-or-buffer): Pass the correct buffer
1909 to `display-buffer'.
1910
1911 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1912
1913 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1914 (executable-find): Use exec-suffixes.
1915 (executable-set-magic): Don't use make-local-hook.
1916
1917 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1918
1919 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1920
1921 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1922 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1923 Add .so to the Unix and GNU branch.
1924
1925 * international/latin-1.el:
1926 * international/latin-2.el:
1927 * international/latin-3.el:
1928 * international/latin-4.el:
1929 * international/latin-5.el:
1930 * international/latin-8.el:
1931 * international/latin-9.el: Add no-byte-compile: t, since
1932 Makefile.in instructs make-docfile to look at .el files.
1933
1934 2001-10-14 Miles Bader <miles@gnu.org>
1935
1936 * button.el (define-button-type): Allow supertype property to be
1937 specified with a keyword `:supertype' too.
1938 (button-put, make-text-button): Allow button type property to be
1939 specified using the keyword `:type' too.
1940 (button-type): New function.
1941 (button): Add `button-category-symbol' property.
1942
1943 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1944
1945 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1946 indent-new-comment-line from comment-indent-new-line.
1947
1948 * textmodes/refill.el (refill-mode):
1949 Bind DEL to backward-delete-char-untabify.
1950 Set backward-delete-char-untabify-method to `hungry'.
1951
1952 * textmodes/bib-mode.el (bib-mode):
1953 * play/gomoku.el (gomoku-mode):
1954 * textmodes/page-ext.el (pages-directory-mode):
1955 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1956
1957 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1958
1959 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1960
1961 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1962 Handle here-docs differently.
1963 (sh-font-lock-heredoc): Remove.
1964 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1965 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1966 (sh-font-lock-open-heredoc): New functions.
1967 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1968 (sh-font-lock-keywords-1): Use regexp-opt.
1969 (sh-in-comment-or-string): Use syntax-ppss.
1970 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1971 (sh-select, sh-tmp-file): Add explicit terminating \n.
1972
1973 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1974 Use with-current-buffer.
1975 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1976 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1977 filename), catch any error that occurs in `ange-ftp-cd'.
1978 If an error happened, don't bother sending `cmd' at all.
1979 Fix a parenthesis typo.
1980 (ange-ftp-write-region): Don't blindly use binary if the remote host
1981 is unix-like.
1982
1983 * play/pong.el (pong-init): Don't use make-local-hook.
1984
1985 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1986
1987 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1988 (viper-get-ex-address-subr): More precise addr for the $ marker
1989
1990 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1991
1992 * version.el (emacs-version): Bump to 21.1.50.
1993
1994 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1995
1996 * mail/mailalias.el (mail-directory-stream): Do not double
1997 variables in the lambda-list.
1998
1999 * play/gomoku.el (gomoku-init-display): Ditto.
2000
2001 * play/landmark.el (lm-init-display): Ditto.
2002
2003 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2004 (delimit-columns-rectangle-line): Ditto.
2005
2006 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2007
2008 * newcomment.el (comment-region-internal): Don't rebind
2009 invisibility_spec now that the C routines handle it correctly.
2010
2011 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2012
2013 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2014 and `same-frame'.
2015
2016 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2017
2018 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2019
2020 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2021 C-p and C-r. Remove redundant bindings from inheriting maps.
2022
2023 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2024 After 4.23 and: After 4.24:
2025 (cperl-contract-levels): Restore position.
2026 (cperl-beautify-level): Likewise.
2027 (cperl-beautify-regexp): Likewise.
2028 (cperl-commentify): Rudimental support for length=1 runs
2029 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2030 After 4.25:
2031 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2032 (imenu-example--create-perl-index): Was not enforcing
2033 syntaxification-to-the-end.
2034 (cperl-invert-if-unless): Allow `for', `foreach'.
2035 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2036 Mark qw(), m()x as indentable.
2037 (cperl-init-faces): Highlight `sysopen' too.
2038 Highlight $var in `for my $var' too.
2039 (cperl-invert-if-unless): Was leaving whitespace at end.
2040 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2041 (cperl-calculate-indent): Remove old commented out code.
2042 Support (primitive) indentation of qw(), m()x.
2043 After 4.26:
2044 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2045 q [] with intervening newlines.
2046 (cperl-autoindent-on-semi): New customization variable.
2047 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2048 (cperl-tips): Mention how to make CPerl the default mode.
2049 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2050 (cperl-outline-level): New function.
2051 (cperl-highlight-variables-indiscriminately): New customization var.
2052 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2053 From Sean Kamath <kamath@pogo.wv.tek.com>.
2054 (cperl-after-block-p): Support CHECK and INIT.
2055 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2056 From Doug MacEachern <dougm@covalent.net>.
2057 After 4.27:
2058 (cperl-find-pods-heres): Recognize \"" as a string.
2059 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2060 Allow whitespace between << and "FOO".
2061 (cperl-problems): Remove \"" and q [] with intervening newlines.
2062 Mention multiple <<EOF as unsupported.
2063 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2064 (cperl-indent-parens-as-block): New configuration variable.
2065 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2066 Use `cperl-indent-parens-as-block'.
2067 (cperl-find-pods-heres): Test for =cut without empty line instead of
2068 complaining about no =cut.
2069 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2070 (cperl-find-pods-heres): Likewise.
2071 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2072 POD could've been marked as comment already.
2073 (cperl-unwind-to-safe): Unwind before start of POD too.
2074 After 4.28:
2075 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2076 After 4.29:
2077 (x-color-defined-p): Make an extra case to peacify the warning.
2078 Toplevel: `defvar' to peacify the warnings.
2079 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2080 No -nw-compile time warnings now.
2081 (cperl-find-tags): TAGS file had too short substring-to-search.
2082 Be less verbose in non-interactive mode
2083 (imenu-example--create-perl-index): Set index-marker after name
2084 (cperl-outline-regexp): New variable.
2085 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2086 (cperl-mode): Made use `cperl-outline-regexp'.
2087 After 4.30:
2088 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2089 (cperl-outline-level): Make start-of-file same level as `package'.
2090 After 4.31:
2091 (cperl-electric-pod): `head1' and `over' electric only if empty.
2092 (cperl-unreadable-ok): New variable.
2093 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2094 on an unreadable file.
2095 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2096 on an unreadable directory.
2097
2098 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2099 Consider the text between two errors as belonging to the first error.
2100 (compilation-goto-locus): Use pop-to-buffer rather than
2101 switch-to-buffer-other-frame.
2102
2103 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2104 (awk-font-lock-syntactic-keywords): New var.
2105 (awk-mode): Use it.
2106
2107 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2108
2109 * faces.el (describe-face): Call help-setup-xref earlier.
2110
2111 * jka-compr.el (jka-compr-load-suffixes): New var.
2112 (jka-compr-install): Add its content to load-suffixes.
2113 (jka-compr-uninstall): Remove its content from load-suffixes.
2114
2115 2001-10-12 Sam Steingold <sds@gnu.org>
2116
2117 * bindings.el (completion-ignored-extensions): CL-related
2118 extensions are platform-independent.
2119
2120 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2121 asynchronous multiple file copying.
2122
2123 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2124
2125 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2126 Turn error for repeated variables into warning.
2127
2128 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2129 New function checking that lambda-list consists of non-constant
2130 symbols, that &rest and &optional are followed by variable names,
2131 that &rest VAR is the last element, and that variables aren't doubled.
2132 (byte-compile-lambda): Use it.
2133
2134 2001-10-12 Eli Barzilay <eli@barzilay.org>
2135
2136 * calculator.el (calculator-eng-display): Don't call concat
2137 with an integer argument.
2138
2139 2001-10-12 Miles Bader <miles@gnu.org>
2140
2141 * help-mode.el (help-customize-face): New button-type.
2142
2143 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2144 (describe-face): Fix args to `help-xref-button'.
2145 Don't switch to help-buffer around call to `help-setup-xref'.
2146 Use `help-buffer' instead of hard-wired "*Help*".
2147 Require `help-mode'.
2148
2149 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2150
2151 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2152
2153 * help-mode.el (help-buffer): New function.
2154 Returns the buffer-name to use for help output.
2155 Change all the code to use it instead of hard-coding *Help*.
2156 (help-mode-map): Put back the mouse-2 binding.
2157 (help-xref-stack): Change the format and make buffer-local.
2158 (help-xref-stack-item): Make buffer-local.
2159 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2160 (help-xref-interned): Display the face doc as well.
2161 (help-follow-mouse): Re-introduce.
2162 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2163 (help-do-xref): Don't `push' any more.
2164 (help-follow): Also follow face names.
2165
2166 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2167 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2168 Autoload and cleanup.
2169 (describe-function): Call help-setup-xref.
2170 (describe-variable): Call help-setup-xref earlier.
2171
2172 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2173 (view-lossage): Call help-setup-xref correctly and earlier.
2174 (describe-bindings): Call help-setup-xref earlier.
2175 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2176 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2177
2178 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2179
2180 * master.el (master-mode): Use define-minor-mode instead of
2181 easy-mmode-define-minor-mode. Add autload cookie.
2182 (Commentary): Remove the line showing how to autoload master-mode,
2183 since it's always autoloaded.
2184
2185 * master.el: New file.
2186
2187 2001-10-11 Dave Love <fx@gnu.org>
2188
2189 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2190 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2191 <const-C varset-X const-C>: Fix car/cdr typo.
2192
2193 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2194
2195 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2196 New function extracted from byte-compile-log-1.
2197 (byte-compile-log-1): Change output to be more in line with
2198 the output of other GNU tools.
2199 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2200 (byte-compile-report-error): Downcase error message.
2201 Use `error' instead of `!!' for error messages.
2202 (byte-compile-print-syms): Treat non-interactive case specially.
2203 (displaying-byte-compile-warnings): Use backquote.
2204 (byte-compile-from-buffer): Bind byte-compile-last-line.
2205 (batch-byte-compile): Remove `Done' message.
2206
2207 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2208
2209 * emacs-lisp/copyright.el (copyright): Add final \n.
2210
2211 2001-10-11 Miles Bader <miles@gnu.org>
2212
2213 * diff.el (diff): Display default values in prompts as
2214 `(default ...)', not `(...)'.
2215
2216 * info.el (Info-follow-reference): Likewise.
2217
2218 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2219
2220 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2221
2222 * newcomment.el (comment-indent): Be a little more robust in case
2223 comment-indent-function does funny things.
2224 (comment-normalize-vars): Autoload.
2225 (comment-region-internal): Fiddle with the visibility spec.
2226 (comment-valid-prefix): New function.
2227 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2228 that would turn comment-text into non-comment-text.
2229
2230 * emacs-lisp/syntax.el: New file.
2231
2232 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2233 compatibility cruft.
2234 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2235 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2236 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2237 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2238 tcl-submit-bug-report.
2239 (tcl-mode-syntax-table): Leave \f alone.
2240 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2241 tcl-end-of-defun, tcl-submit-bug-report.
2242 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2243 (tcl-add-emacs-menu): Remove.
2244 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2245 (tcl-keyword-list): Add `chain'.
2246 (tcl-font-lock-syntactic-keywords): New variable.
2247 (tcl-pps-has-arg-6): Remove.
2248 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2249 (tcl-internal-mark-defun): Remove.
2250 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2251 (tcl-mode): Use define-derived-mode. Simplify.
2252 Set comment-indent-function.
2253 (tcl-indent-command): Use line-beginning-position and comment-indent.
2254 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2255 (tcl-indent-line): Use tcl-calculate-indent.
2256 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2257 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2258 (tcl-filter): Use with-current-buffer, simplify.
2259 (inferior-tcl-mode): Use define-derived-mode.
2260 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2261 (tcl-simple-in-comment, tcl-in-comment): Removed.
2262 (tcl-files-alist): New function.
2263 (tcl-help-snarf-commands): Use it and return the result directly
2264 rather than through a global variable.
2265 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2266 (tcl-help-on-word): Provide the default value to completing-read.
2267 (tcl-hilit): Remove.
2268 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2269 (tcl-comment-indent): New function.
2270 (tcl-submit-bug-report): Remove.
2271 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2272 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2273 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2274
2275 2001-10-10 Miles Bader <miles@gnu.org>
2276
2277 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2278 (Info-fontify-node): Don't fontify the node if it's already been done.
2279
2280 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2281
2282 * international/iso-transl.el (iso-transl-e-caret)
2283 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2284 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2285
2286 * simple.el (end-of-buffer): Fix code scrolling specially
2287 for the buffer end.
2288
2289 * startup.el (command-line-1): Bind tab-width to 8.
2290
2291 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2292
2293 * emulation/tpu-edt.el: Use defalias instead of fset for
2294 user-visible commands. From Rob Riepel
2295 <riepel@Networking.Stanford.EDU>.
2296
2297 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2298
2299 * ruler-mode.el: New file.
2300
2301 2001-10-09 Miles Bader <miles@gnu.org>
2302
2303 * apropos.el (button): New require.
2304
2305 * help-funs.el: New file, contents mostly from `help.el'.
2306 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2307
2308 * help-mode.el: New file, contents mostly from `help.el'.
2309
2310 * help.el: Don't require `view' when compiling.
2311 (help-with-tutorial, describe-function, describe-function-1)
2312 (variable-at-point, describe-variable, locate-library):
2313 Functions moved into `help-funs.el'.
2314 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2315 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2316 (help-setup-xref, help-xref-following, help-make-xrefs)
2317 (help-xref-button, help-insert-xref-button, help-xref-interned)
2318 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2319 (help-xref-on-pp): Functions moved into `help-mode.el'
2320 (help-mode-map, help-xref-stack, help-xref-stack-item)
2321 (help-highlight-p, help-highlight-face, help-back-label)
2322 (help-xref-symbol-regexp, help-xref-mule-regexp)
2323 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2324 (help-symbol, help-back, help-info, help-customize-variable)
2325 (help-function-def, help-variable-def):
2326 Button-types moved into `help-mode.el'.
2327 (load-symbol-file-load-history, symbol-file):
2328 Functions moved into `subr.el'.
2329 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2330 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2331
2332 * subr.el (symbol-file-load-history-loaded)
2333 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2334
2335 * loadup.el ("button"): Load removed.
2336
2337 * button.el (define-button-type): Respect any `supertype' property.
2338 (button-type-subtype-p, button-has-type-p): New functions.
2339
2340 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2341 dollar-signs.
2342
2343 * comint.el (comint-insert-previous-argument): New function.
2344 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2345 (comint-insert-previous-argument-last-start-pos)
2346 (comint-insert-previous-argument-last-index): New variables.
2347
2348 * apropos.el (apropos-next-label-button): Use the presence of a
2349 `apropos-label' property to detect label buttons.
2350
2351 2001-10-08 Miles Bader <miles@gnu.org>
2352
2353 * button.el (next-button, previous-button): Remove N and WRAP
2354 parameters. Don't pay attention to `skip' properties.
2355 (forward-button): Implement wrapping, iterating, and skipping here
2356 instead.
2357 (button-activate): USE-MOUSE-ACTION is optional.
2358 (button-nop): Function removed.
2359 (default-button): Use `ignore' as default button action.
2360
2361 * apropos.el (apropos-next-label-button): Update arguments to
2362 `next-button'.
2363 (apropos-symbol): Add `skip' property.
2364 (apropos-function, apropos-macro, apropos-command)
2365 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2366 (apropos-plist): New button types.
2367 (apropos-label-properties): Variable removed.
2368 (apropos-print): Pass button-type to apropos-print-doc, rather
2369 than help function and label text.
2370 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2371 Get button label from TYPE.
2372
2373 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2374
2375 * help.el (help-mode): Use define-derived-mode.
2376 (describe-mode): Add optional `buffer' arg.
2377 Use it instead of going through help-xref-mode.
2378 Avoid doubling the word `minor' when prettifying.
2379 (describe-function-1): List the corresponding key bindings.
2380 (describe-variable): Say if the var is automatically buffer-local.
2381 If the source is `loaddefs.el', look for the real source.
2382 (help-xref-mode): Remove.
2383
2384 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2385 the file says no-byte-compile.
2386
2387 2001-10-08 Miles Bader <miles@gnu.org>
2388
2389 * button.el (next-button, previous-button): Respect `skip' property.
2390
2391 2001-10-07 Miles Bader <miles@gnu.org>
2392
2393 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2394 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2395 `woman-follow-word' instead of `woman-mouse-2'.
2396 (woman-follow-word): Renamed from `woman-mouse-2'.
2397 Follow current unconditionally, since this function is now only
2398 bound to M-mouse-2. Use accessor functions.
2399 (WoMan-highlight-references): Use `make-text-button'.
2400 (woman-xref): New button type.
2401
2402 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2403 ("button"): New load, just before "help" (which uses it).
2404
2405 * help.el (help-mode-map): Make button-buffer-map our parent.
2406 Don't bind mouse events or tab/backtab.
2407 (help-function, help-variable, help-face, help-coding-system)
2408 (help-input-method, help-character-set, help-back, help-info)
2409 (help-customize-variable, help-function-def, help-variable-def):
2410 New button types.
2411 (help-button-action): New function.
2412 (describe-function-1): Pass help button-types to
2413 `help-xref-button' rather than help function and help-echo string.
2414 Don't put multiple help-function args in a list to pass them to
2415 help-xref-button, just pass them as multiple arguments.
2416 Use `help-insert-xref-button' to make [back]-button, rather than
2417 `help-xref-button'.
2418 (help-xref-button): Take a button-type TYPE as a parameter rather
2419 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2420 and add a &rest parameter ARGS to serve the same purpose.
2421 Use `make-text-button' to add the button.
2422 (help-insert-xref-button): Use `insert-text-button' to add the button.
2423 (help-follow-mouse, help-next-ref, help-previous-ref):
2424 Functions removed.
2425 (help-do-xref): New function.
2426 (help-follow): Use `push-button' and `help-do-xref' to do most of
2427 the work.
2428
2429 * apropos.el (apropos-symbol, apropos-label): New button types.
2430 (apropos-symbol-button-display-help)
2431 (apropos-label-button-display-help, apropos-next-label-button):
2432 New functions.
2433 (apropos-mode-map): Make button-buffer-map our parent.
2434 Don't bind mouse events.
2435 (apropos-print, apropos-print-doc): Create buttons instead of text
2436 properties.
2437 (apropos-mouse-follow): Function removed.
2438 (apropos-follow): Use buttons.
2439
2440 * button.el: New file.
2441
2442 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2443
2444 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2445 Remove.
2446
2447 2001-10-05 Richard M. Stallman <rms@gnu.org>
2448
2449 * add-log.el (add-change-log-entry): Skip copyright notice
2450 and copying permission notice at start of file, if any.
2451 Make use of terms "entry" and "item" accord with Emacs manual.
2452 Simplify the logic for moving point while entering or creating
2453 an entry and then an item.
2454 (add-change-log-entry-other-window): Doc fix.
2455
2456 2001-10-06 Miles Bader <miles@gnu.org>
2457
2458 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2459 removed; they apparently don't work with faces.
2460
2461 2001-10-05 Sam Steingold <sds@gnu.org>
2462
2463 * textmodes/sgml-mode.el (html-xhtml): New user option.
2464 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2465 (html-ordered-list, html-unordered-list, html-list-item)
2466 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2467 (sgml-skip-close-p): New function.
2468 (sgml-value): Use it.
2469
2470 2001-10-05 Sam Steingold <sds@gnu.org>
2471
2472 * calendar/diary-lib.el (diary-entry-compare): When times are
2473 identical, compare the entries lexicographically.
2474
2475 2001-10-06 Miles Bader <miles@gnu.org>
2476
2477 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2478 Use `minibuffer-prompt-end'.
2479
2480 * simple.el (previous-matching-history-element): Fix misplaced
2481 parentheses.
2482
2483 2001-10-05 Miles Bader <miles@gnu.org>
2484
2485 * rfn-eshadow.el: New file.
2486
2487 2001-10-05 Miles Bader <miles@gnu.org>
2488
2489 * cus-face.el (custom-face-attributes): Make sure each attribute
2490 has a valid default value. Remove hacks that mapped `nil' to
2491 `off' and used nil to mean `unspecified'. Remove `unspecified'
2492 choices from all attributes (unspecified is handled by the parent
2493 checklist).
2494 * cus-edit.el (custom-face-edit-convert-widget)
2495 (custom-face-edit-deactivate, custom-face-edit-activate)
2496 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2497 New functions.
2498 (custom-face-edit): Specify a custom :convert-widget.
2499 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2500 Don't pass in default filters that map between `nil' and `off' and
2501 `unspecified' and `nil'.
2502
2503 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2504
2505 * progmodes/compile.el (compilation-buffer-name): New function.
2506 (compile-internal): Use it to determine the name of the
2507 compilation buffer.
2508
2509 2001-10-05 Miles Bader <miles@gnu.org>
2510
2511 * progmodes/compile.el (grep-use-null-device): New variable.
2512 (grep-command): Mention `grep-use-null-device'.
2513 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2514 Make computation of `grep-command' respect `grep-use-null-device'.
2515 (grep): Respect `grep-use-null-device'.
2516 Call `grep-compute-defaults' even if grep-command is set, if
2517 grep-use-null-device is still tentative.
2518
2519 * subr.el (call-process-shell-command): New function.
2520
2521 2001-10-05 Miles Bader <miles@gnu.org>
2522
2523 * simple.el (previous-matching-history-element)
2524 (next-history-element, next-complete-history-element): Use
2525 `minibuffer-' functions instead of calling `field-' functions directly.
2526 (minibuffer-prompt-end, minibuffer-contents):
2527 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2528 Functions removed (now subrs).
2529 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2530
2531 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2532 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2533 instead of calling `field-' functions directly.
2534 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2535
2536 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2537
2538 * files.el (find-file-noselect): If file's read-only status has
2539 changed on disk, ask if buffer's read-only status should be
2540 changed, unless NOWARN is set.
2541
2542 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2543 alias for define-setf-method.
2544
2545 * bindings.el: Remove no-byte-compile from file local variables
2546 to enable bootstrapping.
2547
2548 2001-10-04 Andrew Innes <andrewi@gnu.org>
2549
2550 * faces.el (face-font-registry-alternatives) [windows-nt]:
2551 Make gb2312 an alias for gb2312.1980.
2552
2553 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2554
2555 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2556 (uniquify-reverse-components): Remove.
2557
2558 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2559 Make sure the file is readable.
2560 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2561 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2562 (batch-byte-recompile-directory): Pass arg=0.
2563
2564 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2565 (perl-calculate-indent): Use it.
2566 (perl-backward-to-noncomment): Use forward-comment.
2567
2568 * derived.el (define-derived-mode, derived-mode-make-docstring):
2569 Allow `parent' to be nil.
2570
2571 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2572 Use define-derived-mode.
2573 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2574
2575 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2576
2577 * emacs-lisp/lselect.el: Use facep iso find-face.
2578
2579 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2580 Use regexp-opt.
2581 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2582 (lisp-font-lock-syntactic-face-function): New function.
2583 (lisp-mode-variables): Use it. Make arg optional.
2584 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2585 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2586 Set comment-start-skip.
2587
2588 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2589
2590 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2591 (ignore-errors): Don't bother using a `err' symbol.
2592
2593 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2594 (autoload-insert-section-header, autoload-before-p)
2595 (autoload-remove-section): New functions.
2596 (generate-file-autoloads): Use them.
2597 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2598 Make sure the autoload file is properly formatted when creating it.
2599 (update-autoloads-from-directories): Use them as well.
2600 Only update autoloads for files whose timestamp has changed.
2601 Add a dummy entry to remember the files which had no autoload cookies.
2602
2603 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2604
2605 * subr.el (define-key-after): Allow `key' to be longer than 1.
2606 (make-local-hook): Make obsolete.
2607 (add-hook, remove-hook): Don't use make-local-hook any more.
2608 (make-syntax-table): Inherit all chars from s-s-t.
2609
2610 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2611
2612 This is a fix for a report saying that resuming a search with C-s
2613 C-s doesn't use the case-fold-search setting of the previous
2614 search (C-s ... M-c ... then C-s C-s).
2615
2616 * isearch.el (isearch-last-case-fold-search): New variable.
2617 (isearch-mode): Remember value of isearch-case-fold-search
2618 in isearch-last-case-fold-search.
2619 (isearch-done): Quote value of isearch-case-fold-search.
2620 (isearch-repeat): When resuming a search, restore
2621 isearch-case-fold-search from isearch-last-case-fold-search.
2622
2623 Added to NEWS.
2624
2625 * startup.el (inhibit-startup-buffer-menu): New user-option.
2626 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2627 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2628
2629 This allows upto 99999 messages in the summary without screwing up
2630 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2631
2632 * mail/rmailsum.el (rmail-make-summary-line)
2633 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2634 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2635 Allow 5-digit message ids instead of 4.
2636
2637 This adds expansion of environment variables in the value
2638 specified with M-x setenv. Added to NEWS.
2639
2640 * env.el (substitute-env-vars): New function.
2641 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2642 environment variables in VALUE. Return VALUE.
2643
2644 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2645
2646 * Branch for 21.1.
2647
2648 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2649
2650 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2651
2652 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2653
2654 * emulation/tpu-edt.el: Make messages match original TPU/edt
2655 editor. From riepel@Stanford.EDU (Rob Riepel).
2656
2657 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2658
2659 * rect.el: Update maintainer's email address.
2660
2661 2001-10-02 Andreas Schwab <schwab@suse.de>
2662
2663 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2664 and Extended Passive Mode, resp.
2665
2666 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2667
2668 These changes add support for Calendar-related items in the
2669 menu bar on tty's as well:
2670
2671 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2672 unconditionally.
2673 (calendar-mode): Set up activate-menubar-hook unconditionally.
2674
2675 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2676 calls x-popup-menu only if popup menus are supported.
2677 (calendar-mouse-insert-hebrew-diary-entry)
2678 (calendar-mouse-insert-islamic-diary-entry)
2679 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2680 (calendar-mouse-view-other-diary-entries)
2681 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2682 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2683 Call cal-menu-x-popup-menu instead of x-popup-menu.
2684
2685 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2686
2687 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2688
2689 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2690
2691 * emacs-lisp/rx.el: New file.
2692
2693 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2694
2695 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2696
2697 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2698
2699 * frame.el (select-frame-by-name, other-frame): Doc fix.
2700
2701 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2702
2703 * play/snake.el (snake-score-file): Use temporary-file-directory
2704 instead of a literal "/tmp". Suggested by Robert
2705 <robert@chezmarshall.freeserve.co.uk>.
2706
2707 * play/tetris.el (tetris-score-file): Ditto.
2708
2709 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2710
2711 * apropos.el (apropos-print): Make the directions inserted at the
2712 beginning of the *Apropos* buffer more clear.
2713
2714 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2715
2716 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2717 Added comments.
2718
2719 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2720
2721 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2722 "\\s-" when defining comment-end-skip.
2723
2724 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2725
2726 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2727 Call get-buffer-window first second arg `visible'.
2728
2729 * international/mule-diag.el (list-input-methods-1):
2730 Output something that's independent of Emacs' version.
2731
2732 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2733 calling byte-to-position with a nil tar-header-offset.
2734
2735 2001-09-27 Simon Josefsson <jas@extundo.com>
2736
2737 * mail/sendmail.el (send-mail-function): Doc fix.
2738 (mail-do-fcc): Error if header-end is not a marker.
2739 (mail-do-fcc): Add a comment.
2740 (mail-reply-to): Doc fix.
2741 (mail-signature): Make ATPOINT optional.
2742 (mail-yank-original): Use cond instead of nestled if.
2743
2744 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2745
2746 * info.el (Info-on-current-buffer): Default arg to "Top".
2747
2748 2001-09-25 Eli Barzilay <eli@barzilay.org>
2749
2750 * calculator.el (calculator-copy-displayer): New user-option.
2751 (calculator-displayer-prev, calculator-displayer-next):
2752 Renamed from calculator-displayed-{left,right}.
2753 (calculator, calculator-standard-displayer)
2754 (calculator-num-to-string, calculator-update-display)
2755 (calculator-copy, calculator-put-value): Bug and display fixes.
2756
2757 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2758
2759 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2760 (ebnf-version): New version (3.6.1).
2761
2762 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2763 (ebnf-bnf-non-terminal-chars): New internal const.
2764 (ebnf-bnf-lex): Fix code.
2765
2766 * ebnf-iso.el: Fix character range regexp. Doc fix.
2767 (ebnf-iso-non-terminal-chars): New internal const.
2768 (ebnf-iso-lex): Fix code.
2769
2770 * ebnf-yac.el: Fix character range regexp. Doc fix.
2771 (ebnf-yac-skip-chars): New internal const.
2772 (ebnf-yac-skip-code): Fix code.
2773
2774 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2775
2776 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2777
2778 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2779 passing it to VC.
2780
2781 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2782 case where the file is relative.
2783
2784 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2785
2786 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2787 same on each side. Make sure we properly handle simple quotes.
2788 From Daiki Ueno <ueno@unixuser.org>.
2789
2790 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2791
2792 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2793 <jas@extundo.com>.
2794
2795 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2796 some items of the Options menu.
2797
2798 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2799
2800 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2801
2802 * vc-hooks.el (vc-delete-automatic-version-backups):
2803 Don't fail if the directory doesn't exist.
2804
2805 * diff-mode.el (diff-default-read-only): New var.
2806 (diff-mode): Use it.
2807
2808 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2809
2810 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2811 Use make-keymap instead of copy-keymap, since copying the global
2812 keymap messes up the menu bar.
2813
2814 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2815 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2816
2817 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2818
2819 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2820
2821 * dired-aux.el (dired-insert-subdir): Pass switches to
2822 dired-build-subdir-alist.
2823
2824 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2825
2826 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2827 caused %#a and %#b to be mis-formatted.
2828
2829 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2830
2831 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2832 ccmode, emacs-mime, and eudc manuals.
2833
2834 2001-09-19 Sam Steingold <sds@gnu.org>
2835
2836 w32 find cannot be used with `grep-find'.
2837 * progmodes/compile.el (find-program): New variable.
2838 (grep-compute-defaults): Use it to set `grep-find-command'.
2839
2840 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2841
2842 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2843
2844 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2845
2846 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2847 programming. Doc fix.
2848 (ebnf-version): New version (3.6).
2849 (ebnf-eps-begin): Data fix.
2850 (ebnf-begin-file): Code fix.
2851
2852 * ebnf-bnf.el: Doc fix.
2853 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2854
2855 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2856
2857 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2858
2859 * ps-print.el: Better face mapping for black/white PostScript printers.
2860 Check if mark is active when printing a region. Doc fix.
2861 (ps-print-version): New version number (6.5.5).
2862 (ps-print-color-p): Customization fix.
2863 (ps-black-white-faces): New option.
2864 (ps-black-white-faces-alist): New internal var.
2865 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2866 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2867 (ps-nb-pages-region): Interactive fix.
2868 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2869 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2870
2871 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2872
2873 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2874 numeric month value, and allow the Kanji character after the it to
2875 be missing (happens with ls-lisp's output on Japanese versions of
2876 MS-Windows).
2877
2878 2001-09-18 Miles Bader <miles@gnu.org>
2879
2880 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2881 it's empty (and thus probably a new patch file about to be edited).
2882
2883 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2884
2885 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2886 Check for '(' in column 0 of doc string.
2887
2888 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2889 of `nth' so that using a vector as bounding-box works.
2890 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2891
2892 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2893
2894 * vc.el (vc-annotate): Use current workfile version explicitly as
2895 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2896
2897 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2898
2899 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2900 convert-standard-filename doesn't guarantee that the .el extension
2901 is preserved.
2902
2903 * dos-fns.el (convert-standard-filename): Replace invalid
2904 characters only after converting dash/underscore to a period.
2905 (original-make-auto-save-file-name): New.
2906 (make-auto-save-file-name): New function, overrides the definition
2907 on files.el and calls the original function via
2908 original-make-auto-save-file-name.
2909
2910 * mail/rmail.el (top-level): Require mule-utils when compiling.
2911 (rmail-decode-babyl-format): Use detect-coding-with-priority
2912 instead of detect-coding-region, to favor detection of emacs-mule
2913 encoded Babyl files written by rmailout.el etc. Suggested by
2914 Kenichi Handa <handa@etl.go.jp>.
2915
2916 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2917
2918 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2919 Use `equal', not `=', since the device number can be a cons cell.
2920
2921 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2922
2923 * simple.el: Comment out change of 2001-09-13.
2924
2925 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2926
2927 * progmodes/compile.el (grep-compute-defaults): Don't set
2928 grep-command/grep-find-command when it is already non-nil.
2929 (grep-command): Make it a user option.
2930 (grep-find-command): Likewise.
2931
2932 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2933
2934 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2935 inhibit quit.
2936
2937 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2938
2939 * files.el (make-auto-save-file-name): If long file names are not
2940 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2941 generating an auto-save file name from it.
2942
2943 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2944
2945 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2946 (ps-nb-pages-region): Signal an error if called interactively
2947 and the mark is not active.
2948
2949 * simple.el (minibuffer-prompt-modification)
2950 (minibuffer-prompt-insertion): New functions.
2951 (minibuffer-prompt-properties): Use `modification-hooks' and
2952 `insert-in-front-hooks'.
2953
2954 2001-09-12 Richard M. Stallman <rms@gnu.org>
2955
2956 * textmodes/outline.el (outline-regexp): Doc fix.
2957 Initialize it in the defcustom, the usual way.
2958
2959 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2960
2961 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2962 from `ediff-meta-info' properties need not be an overlay.
2963 From David Ponce <dponce@voila.fr>.
2964
2965 * isearch.el (isearch-intersects-p): Fix end checks.
2966
2967 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2968
2969 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2970 `t' branch of `cond', since Irix 6.1 and up is a special case of
2971 the standard dbx interface.
2972
2973 2001-09-11 Miles Bader <miles@gnu.org>
2974
2975 * comint.el (comint-send-input): When waiting for echoed input,
2976 don't save the expected end position in `echo-end', so that things
2977 work properly even if the buffer is modified elsewhere at the same
2978 time [this happens if `comint-truncate-buffer' is used].
2979
2980 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2981
2982 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2983 when constructing imenu-generic-expression from outline-regexp.
2984
2985 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2986
2987 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2988 `equal' instead of `=', since they can be cons cells. From Nils
2989 Goesche <cartan@cartan.de>.
2990
2991 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2992
2993 * vc.el (vc-annotate): Rewrote doc string.
2994
2995 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2996
2997 * time-stamp.el: Update Stephen Gildea's email address.
2998
2999 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3000
3001 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3002 enable-multibyte-characters = nil. From Hallvard B Furuseth
3003 <h.b.furuseth@usit.uio.no>.
3004
3005 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3006
3007 * ediff-init.el (ediff-highest-priority): Bug fix.
3008
3009 * viper-cmd.el (viper-special-read-and-insert-char): New function
3010 that reads a character and uses the current input method or
3011 iso-accents when appropriate.
3012
3013 * viper.el and all others: Corrections to the comment blocks at
3014 the top.
3015
3016 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3017
3018 * info.el (Info-goto-node): Doc fix.
3019
3020 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3021
3022 * isearch.el (isearch-intersects-p): New function.
3023 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3024 use isearch-intersects-p, and clean up.
3025
3026 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3027
3028 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3029 and "german8", for the new German orthography dictionaries,
3030 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3031 the entries, to keep the line length balanced for loaddefs.el.
3032
3033 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3034
3035 * comint.el (comint-send-input): Handle comint-process-echoes
3036 differently.
3037
3038 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3039
3040 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3041
3042 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3043
3044 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3045
3046 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3047
3048 * server.el (server-switch-buffer):
3049 * textmodes/refer.el (refer-find-entry-internal):
3050 * term/sup-mouse.el (sup-pos-to-window):
3051 * term/bg-mouse.el (bg-window-from-x-y):
3052 * emacs-lisp/edebug.el (edebug-window-live-p):
3053 Use get-window-with-predicate.
3054
3055 * window.el (get-window-with-predicate): Renamed from some-window.
3056 (some-window): Make it an alias.
3057
3058 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3059
3060 * simple.el (undo): Remove positions from buffer-undo-list up to
3061 the next undo boundary only.
3062
3063 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3064
3065 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3066 Kim <ryk@dspwiz.com>
3067
3068 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3069 the message "Creating customization items...done".
3070
3071 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3072
3073 * font-lock.el (toplevel): Require `jit-lock' only if
3074 font-lock-support-mode is set to jit-lock-mode.
3075
3076 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3077
3078 * international/quail.el (quail-use-package, quail-inactivate)
3079 (quail-activate): Mention the hooks these functions run in their
3080 doc strings.
3081
3082 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3083
3084 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3085 of file in header of menu.
3086
3087 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3088
3089 * env.el (setenv): Interactively, if VARIABLE has a current value,
3090 add that to the front of the history, as the doc string says.
3091
3092 * comint.el (comint-send-input): Change help-echo.
3093 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3094
3095 * bookmark.el (bookmark-write-file): Bind print-length and
3096 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3097
3098 * obsolete/uncompress.el: Moved there from lisp/.
3099
3100 * comint.el (comint-insert-clicked-input): Goto point-max before
3101 deleting previous input. From "Dr Francis J. Wright"
3102 <F.J.Wright@qmw.ac.uk>.
3103
3104 * simple.el (backward-word): Doc fix.
3105
3106 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3107
3108 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3109 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3110 * w32-fns.el: Add Keywords header.
3111
3112 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3113
3114 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3115 "Text Properties". Suggested by Simon Marshall
3116 <Simon.Marshall@midas-kapiti.com>.
3117
3118 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3119
3120 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3121 consulting the value of file-name-coding-system.
3122
3123 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3124
3125 * help.el (describe-function-1): Save precomputed `file-name' rather
3126 than recomputing it (incorrectly) with `symbol-file'.
3127
3128 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3129
3130 * international/isearch-x.el (isearch-exit-recursive-edit):
3131 Take three parameters, since it's used as an after-change-function.
3132
3133 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3134 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3135 from doc strings.
3136
3137 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3138
3139 * progmodes/glasses.el (glasses-convert-to-unreadable):
3140 Consider underscores as in `glasses-make-readable'.
3141
3142 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3143
3144 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3145 MS-DOS, since cpp might not be available.
3146
3147 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3148 Mention "yank" in the help-echo text.
3149 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3150
3151 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3152
3153 * newcomment.el (comment-indent): Insert spaces more carefully.
3154
3155 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3156
3157 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3158 exists. From Andy Petrusenco <andy@int.spb.ru>.
3159
3160 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3161 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3162 <andy@int.spb.ru>.
3163
3164 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3165
3166 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3167 Instead of running mouse-yank-at-click, see what the event is
3168 bound to outside Isearch and run that.
3169
3170 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3171
3172 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3173 Fix the menu entry to mention transient-mark-mode.
3174
3175 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3176
3177 * simple.el (eval-expression-print-level): Fix last change.
3178
3179 * bindings.el (mode-line-coding-system-map): New variable.
3180 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3181
3182 * simple.el (eval-expression-print-level): Change the type
3183 of the defcustom to allow nil.
3184
3185 * emacs-lisp/find-gc.el: Moved here from lisp/.
3186
3187 * international/quail.el (quail-completion-1):
3188 Reverse the ((CHAR . DEFN) ...) list before processing it.
3189 From Kenichi Handa <handa@etl.go.jp>.
3190
3191 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3192 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3193
3194 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3195
3196 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3197 aren't supported. This avoids the annoying gray strip drawn by
3198 the Windows version instead of the missing tool bar.
3199
3200 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3201
3202 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3203 and tooltips more consistent. From "Marshall, Simon"
3204 <Simon.Marshall@midas-kapiti.com>.
3205
3206 * startup.el (fancy-splash-screens): Temporarily set
3207 minor-mode-map-alist to nil while displaying splash screens.
3208
3209 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3210
3211 * buff-menu.el: Add Keywords header.
3212 Doc fix (C-x C-b is bound to list-buffers).
3213
3214 * dired-x.el: Add keyword files to get listed in finder.
3215 Remove confusing notes about GNU Emacs 19.
3216
3217 * dired.el, dired-aux.el: Add Keywords header.
3218
3219 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3220
3221 * vc.el (vc-revert-file): Call the backend even if the FILE's
3222 contents can be reverted locally; pass new arg CONTENTS-DONE
3223 down to the backend.
3224
3225 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3226 optional arg CONTENTS-DONE.
3227
3228 2001-08-28 Andrew Innes <andrewi@gnu.org>
3229
3230 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3231
3232 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3233
3234 * makefile.nt (install): Copy more *.el files.
3235
3236 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3237
3238 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3239 instead of `w' which is already in use.
3240
3241 * gs.el (gs-load-image): Use sleep-for.
3242 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3243
3244 2001-08-28 Miles Bader <miles@gnu.org>
3245
3246 * replace.el (query-replace-regexp-eval): Return args from
3247 `interactive' form in correct order.
3248
3249 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3250
3251 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3252 major modes, don't create panes for modes for which
3253 mouse-buffer-menu-alist returns an empty alist.
3254
3255 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3256
3257 * progmodes/hideshow.el: Update first-line description.
3258 Sync comments w/ maintainer version 5.31.
3259
3260 (hs-isearch-open): Default value now `code'.
3261 Fix docstring to use "code blocks" vs "comment blocks",
3262 as opposed to "block" vs "comment".
3263 (hs-flag-region): Accept `hs-isearch-open' value
3264 of `block' as synonymous w/ `code'.
3265 (hs-hide-block-at-point): For code blocks, pass `code'
3266 to `hs-flag-region' instead of `block'.
3267
3268 2001-08-28 Miles Bader <miles@gnu.org>
3269
3270 * comint.el (comint-next-prompt): Don't loop infinitely if
3271 {next,previous}-single-char-property-change returns its input
3272 position when the search fails.
3273
3274 2001-08-27 Miles Bader <miles@gnu.org>
3275
3276 * comint.el (comint-get-old-input-default): Don't signal an error
3277 if point is not on an input field; instead, return the current
3278 line (using `comint-bol' to skip any prompt, in case we're not
3279 using fields at all).
3280
3281 * man.el (Man-mode-line-format): Variable removed.
3282 (Man-mode): Change `mode-line-buffer-identification' instead of
3283 `mode-line-format'.
3284
3285 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3286
3287 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3288 From Simon Josefsson <jas@extundo.com>.
3289
3290 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3291
3292 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3293 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3294
3295 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3296 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3297
3298 * emacs-lisp/lselect.el: Ditto.
3299
3300 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3301 Remove periods from the end of error message strings.
3302 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3303
3304 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3305 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3306
3307 * net/telnet.el: Ditto.
3308
3309 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3310
3311 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3312 KEYMAP to the call to define-minor-mode.
3313
3314 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3315
3316 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3317 Replace some of the undefined characters with emulations of bidi
3318 formatting characters and Niqud as per SI 1311-1.
3319 (IT-unicode-translations): Ditto.
3320 (IT-display-table-setup, IT-setup-unicode-display):
3321 Fill characters without translations with dos-unsupported-char-glyph.
3322
3323 2001-08-24 Simon Josefsson <jas@extundo.com>
3324
3325 * hl-line.el (hl-line-mode): Don't be a global mode.
3326 (global-hl-line-mode): New function.
3327
3328 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3329
3330 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3331 being reset by Ghostscript. Don't kill the gs process.
3332 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3333
3334 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3335
3336 * term/mac-win.el: Require scroll-bar.
3337
3338 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3339
3340 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3341
3342 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3343
3344 * hexl.el (hexl-insert-multibyte-char) New function.
3345 (hexl-quoted-insert, hexl-self-insert-command)
3346 (hexl-insert-hex-char, hexl-insert-decimal-char)
3347 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3348 Fix the doc strings accordingly.
3349 (hexl-insert-char): Reject characters whose code is above 255.
3350 Doc fix.
3351 (hexl-mode-map): Copy the global keymap instead of creating a
3352 sparse keymap, and bind all self-inserting characters to
3353 hexl-self-insert-command.
3354
3355 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3356
3357 * wid-edit.el (text): Re-order docstring correctly.
3358
3359 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3360
3361 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3362
3363 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3364
3365 * simple.el (line-number-mode): Mention the variable
3366 line-number-display-limit-width in the doc string.
3367
3368 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3369
3370 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3371 Temporarily select EVENT's window for switching buffers.
3372 (mode-line-bury-buffer): New function.
3373 (mode-line-buffer-identification-keymap): Use it instead of
3374 bury-buffer. Bind down-mouse events to prevent global down-mouse
3375 events from shining through.
3376
3377 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3378
3379 * newcomment.el (comment-beginning): Make sure the comment-start
3380 we found isn't a comment-end (in cases where confusion is possible).
3381
3382 2001-08-22 Miles Bader <miles@gnu.org>
3383
3384 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3385 before writing it, so that hard-links don't see new version.
3386
3387 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3388
3389 * gs.el (gs-set-ghostview-colors-window-prop):
3390 Call x-change-window-property with 3rd arg FRAME.
3391 (gs-load-image): Wait for a previous Ghostscript process
3392 to complete before starting a new one.
3393
3394 * image.el (image-type-regexps): Make sure that the TIFF
3395 pattern is only matched at the beginning of a string.
3396 From Markus Rost <rost@math.ohio-state.edu>.
3397
3398 * international/swedish.el: Pre-Mule file removed. From Jonas
3399 Oberg <jonas@gnu.org>.
3400
3401 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3402
3403 * whitespace.el (whitespace-abort-on-error): Add custom variable
3404 to whitespace to abort a write-file if whitespace is detected in file.
3405
3406 * whitespace.el (whitespace-write-file-hook): Hook to be called
3407 when writing a file. If `whitespace-abort-on-error' is set, the
3408 write will abort on detecting whitespaces.
3409 If `whitespace-auto-cleanup' is set, the file will be cleaned
3410 automatically prior to writing.
3411
3412 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3413 whitespaces in the error output!
3414
3415 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3416 `indent-tabs-mode', since the latter notes user preferences on
3417 TABs anyway.
3418
3419 * whitespace.el (whitespace-version): 3.1. All of the above issues
3420 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3421
3422 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3423
3424 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3425 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3426
3427 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3428
3429 2001-08-20 Alex Schroeder <alex@gnu.org>
3430
3431 * sql.el (sql-db2): Doc change.
3432
3433 2001-08-20 Alex Schroeder <alex@gnu.org>
3434
3435 * sql.el (sql-postgres): Add the database at the end of the
3436 parameters instead of at the beginning.
3437 (sql-postgres-options): Doc change.
3438
3439 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3440
3441 * custom.el (defcustom): Doc fix.
3442
3443 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3444
3445 * ps-mule.el (find-composition): Check if (char-after POS)
3446 returns a valid character.
3447
3448 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3449
3450 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3451 original-point for extra CR characters that are added/removed when
3452 the buffer is written/read whose EOL type is -dos.
3453
3454 2001-08-16 Miles Bader <miles@gnu.org>
3455
3456 * simple.el (line-move): Undo previous change.
3457
3458 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3459 property to input-terminating `boundary' overlays to avoid
3460 line-move wierdness.
3461
3462 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3463
3464 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3465 buffer in a save-restriction. Under one test case with Ediff,
3466 window-scroll-functions are run with a window start that's
3467 temporarily outside of the restriction.
3468
3469 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3470
3471 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3472 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3473 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3474 (texinfo-update-menu-region-beginning)
3475 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3476 command, @ifnottex, to regexps, so it is found.
3477
3478 2001-08-16 Andrew Innes <andrewi@gnu.org>
3479
3480 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3481 (DONTCOMPILE): Omit sc.el.
3482
3483 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3484 (DONTCOMPILE): Omit sc.el.
3485
3486 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3487
3488 * replace.el (occur): Bind inhibit-read-only to t.
3489
3490 2001-08-16 Miles Bader <miles@gnu.org>
3491
3492 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3493 calling `constrain-to-field', to avoid problems with comint prompts.
3494
3495 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3496
3497 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3498 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3499
3500 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3501 of a while-loop.
3502
3503 * Makefile.in (DONTCOMPILE): Remove sc.el.
3504
3505 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3506 Don't include term/.
3507
3508 * mail/sc.el: Moved to obsolete/.
3509
3510 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3511
3512 * ps-print.el: Change error function arguments to follow Emacs
3513 message convention. Doc fix.
3514 (ps-print-version): New version number (6.5.4).
3515 (coding-system-for-write): Change declaration position to avoid
3516 XEmacs compilation gripes.
3517 (coding-system-for-read, buffer-file-coding-system):
3518 Declarations to avoid XEmacs compilation gripes.
3519
3520 * ps-mule.el: Doc fix.
3521 (ps-mule-encode-header-string): If STRING is not a string, replace
3522 STRING by empty string.
3523
3524 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3525
3526 * frame.el (show-trailing-whitespace): Doc fix.
3527
3528 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3529
3530 * desktop.el (desktop-save): Insert the coding: tag before
3531 desktop-header.
3532
3533 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3534
3535 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3536 its path from $els.
3537
3538 * image.el (image-jpeg-p): Fix call of substring.
3539
3540 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3541
3542 * play/animate.el (animate-string): Doc fix. Use a buffer
3543 name with stars in it.
3544 (animate-sequence): New function.
3545 From Richard Stallman <rms@gnu.org>.
3546
3547 * frame.el (select-frame-set-input-focus): New function
3548 extracted from other-frame.
3549 (other-frame): Use it.
3550 (next-multiframe-window, previous-multiframe-window): Use it.
3551
3552 * isearch.el (isearch-other-meta-char): Don't switch to the
3553 buffer of a window clicked on, when the current buffer is
3554 in Isearch mode.
3555
3556 * image.el (image-jpeg-p): Test for APPn markers in the range
3557 #xe0..#xef.
3558
3559 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3560
3561 * desktop.el (desktop-save): Don't use concat to form a file
3562 name, use expand-file-name.
3563
3564 * mouse.el (mouse-delete-window): Do nothing if frame has just
3565 one window.
3566
3567 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3568 for the minor mode name.
3569
3570 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3571 minor mode name.
3572
3573 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3574 instead of make-mode-line-mouse2-map.
3575
3576 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3577 the minor mode name.
3578
3579 * emacs-lisp/easy-mmode.el (define-minor-mode):
3580 Use mode-line-minor-mode-keymap for the minor mode name.
3581
3582 * calendar/calendar.el (calendar-mode-line-format):
3583 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3584
3585 * bindings.el (make-mode-line-mouse-map): Renamed from
3586 make-mode-line-mouse2-map. Take additional arg MOUSE.
3587 (mode-line-modified): Use mouse-3 instead of mouse-2.
3588 (mode-line-buffer-identification-keymap): Bind keys differently.
3589 (propertized-buffer-identification): Adapt help-echo to new bindings.
3590
3591 * bindings.el (mode-line-format): Specify help-echo for line
3592 number, column number and buffer-percent part of the mode-line.
3593
3594 * image.el (image-type-regexps): Allow whitespace at the start
3595 of the image data for XPM, XBM and Postscript, which are
3596 text files.
3597 (image-jpeg-p): Correct calculation of next field offset.
3598
3599 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3600
3601 * battery.el: Fix typo.
3602
3603 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3604
3605 * image.el (image-type-regexps): Allow predicates. Change the way
3606 JPEG images are recognized.
3607 (image-jpeg-p): New function.
3608 (image-type-from-data): Handle predicates in image-type-regexps.
3609
3610 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3611 #:, #x, #o, and similar constructs.
3612
3613 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3614
3615 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3616
3617 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3618 instead of `progn'.
3619
3620 * tar-mode.el (tar-extract): Avoid generating a new buffer
3621 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3622
3623 * textmodes/paragraphs.el (forward-sentence): Avoid building
3624 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3625
3626 * progmodes/executable.el (executable-set-magic):
3627 If executable-find returns a quoted file name, unquote it before
3628 inserting it.
3629
3630 * image.el (image-type-regexps): For JPEG files, use a regexp
3631 derived from the JFIF spec.
3632
3633 * image.el (image-type-regexps): Use `\`' instead of `^' in
3634 most regular expressions.
3635
3636 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3637
3638 * play/animate.el: Re-insert a reference to re-inserted function.
3639
3640 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3641
3642 * help.el (describe-function-1): Use find-function-search-for-symbol
3643 instead of find-function-noselect because the latter follows aliases.
3644
3645 * play/animate.el (animate-birthday-present): Re-insert.
3646
3647 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3648 Handle old-style menu definitions.
3649
3650 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3651
3652 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3653 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3654
3655 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3656 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3657 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3658
3659 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3660
3661 * textmodes/tildify.el: Milan Zamazal has new address.
3662
3663 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3664
3665 * custom.el (custom-set-variables): Don't test `custom-requests'
3666 properties, check the third element of the options passed to
3667 custom-set-variables instead.
3668
3669 * info.el (info-insert-file-contents): Use info-file-exists-p
3670 instead of file-exists-p.
3671
3672 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3673 the mode-line face is restored. Fix several bugs.
3674
3675 * replace.el (perform-replace): Doc fix.
3676
3677 2001-08-02 Francesco Potorti` <pot@gnu.org>
3678
3679 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3680 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3681 (uniquify-fix-item-base, uniquify-fix-item-filename)
3682 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3683 Callers changed.
3684 (uniquify-set-proposed): Changed to work with a vector item.
3685 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3686 the fix list, and a list of strings for the non-file buffer
3687 names. Both changes reduce consing.
3688 (uniquify-rationalize-a-list): Local variable renaming.
3689 (uniquify-rationalize-conflicting-sublist): Use member instead of
3690 assoc.
3691 (uniquify-rename-buffer): Use unless instead of if not.
3692
3693 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3694
3695 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3696
3697 * custom.el (custom-set-variables): Set options with :require
3698 clauses last.
3699
3700 * custom.el (defcustom): Doc fix.
3701
3702 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3703
3704 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3705
3706 * man.el (man): Mention Man-switches in the doc string.
3707 (Man-switches): Mention -a in the doc string.
3708
3709 * textmodes/ispell.el (ispell-alternate-dictionary):
3710 Add /usr/share/lib/dict/words, for Irix.
3711
3712 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3713 corresponding non-kp keys. Suggested by Stephen Gildea
3714 <gildea@stop.mail-abuse.org>.
3715
3716 2001-08-01 Francesco Potorti` <pot@gnu.org>
3717
3718 * uniquify.el: These changes correct a corner case that the old
3719 code managed correctly.
3720 (uniquify-fix-item-proposed): Renamed from
3721 uniquify-fix-item-min-proposed.
3722 (uniquify-set-proposed): New function.
3723 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3724 clarity and speed.
3725 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3726 This is equivalent to what the old code did.
3727 (uniquify-rationalize-a-list): Never recompute the proposed
3728 name. Sort the conflicting sublist before rationalising it: this
3729 is equivalent to what the old code did, but one directory element
3730 at a time, and only when necessary.
3731 (uniquify-rationalize-conflicting-sublist): Recompute here the
3732 proposed name.
3733
3734 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3735
3736 * play/animate.el: Add Keywords and Maintainer. Remove a
3737 reference to a removed function.
3738
3739 * play/animate.el (animate-string): Handle case that the string is
3740 longer than the window is wide.
3741
3742 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3743
3744 * desktop.el (desktop-save): Bind coding-system-for-write to
3745 `emacs-mule' for write-region.
3746
3747 * delsel.el (delete-selection-pre-hook): Don't set this-command
3748 to `ignore' if the region is empty.
3749
3750 * international/mule.el (set-keyboard-coding-system):
3751 Set keyboard-coding-system.
3752
3753 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3754 before accessing it.
3755
3756 2001-07-30 Andreas Schwab <schwab@suse.de>
3757
3758 * menu-bar.el (toggle-highlight-paren-mode):
3759 Use `(show-paren-mode)' as body.
3760
3761 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3762
3763 * vc.el (vc-checkout-hook): New hook.
3764 (vc-checkout): Run it.
3765
3766 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3767
3768 * progmodes/make-mode.el (makefile-macroassign-regex):
3769 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3770
3771 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3772
3773 * vc.el (vc-switch-backend): Fix autoload cookie.
3774
3775 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3776 the desktop file.
3777
3778 2001-07-30 Simon Josefsson <jas@extundo.com>
3779
3780 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3781 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3782
3783 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3784
3785 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3786 (last-sexp-toggle-display): Renamed from last-sexp-print.
3787 (last-sexp-toggle-display, eval-last-sexp-1):
3788 Use last-sexp-setup-props.
3789
3790 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3791 New user-options.
3792 (mouse-wheel-change-button): New function.
3793 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3794 (mwheel-scroll): Ditto.
3795
3796 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3797
3798 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3799 `...', compare with unabbreviated printed representation instead.
3800 (last-sexp-print): Bind print-length and print-level to nil.
3801
3802 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3803 before assigning text properties. Make properties rear-nonsticky.
3804
3805 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3806 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3807 <mouse-2> and <RET> in that map to a function printing the
3808 unabbreviated value.
3809
3810 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3811 is a buffer, put a text property `printed-value' on the printed
3812 representation, with the Lisp object printed as value.
3813
3814 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3815
3816 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3817 Mention the effect of eval-expression-print-length and
3818 eval-expression-print-level in the doc strings. Suggested by
3819 Kevin Gallagher <kevingal@onramp.net>.
3820
3821 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3822
3823 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3824 for buttons > 3.
3825 (xterm-mouse-translate): Handle the case that we don't get a
3826 down-event.
3827
3828 * emacs-lisp/find-func.el (find-function-regexp):
3829 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3830 in front of the function name.
3831
3832 * isearch.el (isearch-other-meta-char): Fix last change.
3833
3834 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3835 similar events for which fake prefix keys are generated. It's no
3836 longer necessary since read_key_sequence doesn't modify these
3837 events for internal purposes anymore.
3838
3839 * files.el (auto-mode-alist): Use nroff-mode for files ending
3840 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3841
3842 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3843
3844 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3845 tool-bar-lines parameter, behave as if its value were zero.
3846 (mouse-avoidance-set-pointer-shape): Don't do anything if
3847 x-pointer-shape is not boundp.
3848
3849 2001-07-23 Francesco Potorti` <pot@gnu.org>
3850
3851 * uniquify.el: Overall speedup changes when using many buffers.
3852 (uniquify-fix-item-base, uniquify-fix-item-filename)
3853 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3854 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3855 place in the item, but was never used.
3856 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3857 in the item is now used as cache for the proposed name.
3858 (uniquify-rationalize-file-buffer-names): Move computation made on
3859 newbuffile out of the loop, in the newbuffile-nd local var.
3860 Use dolist (cosmetic change). Compute the proposed name for the most
3861 common case and cache it in the fourth place in the item.
3862 (uniquify-rationalize-file-buffer-names): Used to return a a list
3863 of buffer whose name was changed, but that return value was never used.
3864 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3865 the cached proposed name, does much less consing and is quicker.
3866 (uniquify-filename-lessp): Deleted.
3867 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3868 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3869 cached proposed name is possible.
3870 (uniquify-get-proposed-name): Arguments changed, callers changed.
3871 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3872 uniquify-possibly-resolvable flag, which is no more bound locally.
3873 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3874 flag, which does not exist any more.
3875
3876 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3877
3878 * term/internal.el (IT-unicode-translations): Fix the appearance of
3879 "6`".
3880
3881 * progmodes/compile.el (compile-internal): If EMACS is already
3882 defined in the environment, don't override its value.
3883
3884 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3885
3886 * play/fortune.el: Undo change of 2001-07-13.
3887 Fix autoload cookies. Add types to defcustoms.
3888 (fortune) <defgroup>: Add :link.
3889 (fortune-from-region): Use eq, not eql.
3890 From Dave Love <fx@gnu.org>.
3891
3892 * play/animate.el (animate-birthday-present): Function removed.
3893
3894 * play/animate.el: New file.
3895
3896 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3897
3898 * startup.el (normal-top-level-add-subdirs-to-load-path):
3899 On Windows, put into normal-top-level-add-subdirs-inode-list the
3900 canonicalized names of the directories instead of inode numbers.
3901
3902 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3903
3904 * ediff-util.el: Copyright years.
3905 (ediff-choose-syntax-table): New function.
3906 (ediff-setup): Use ediff-choose-syntax-table.
3907 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3908 vc-state is available.
3909 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3910
3911 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3912 with-syntax-table.
3913 (ediff-coding-system-for-read): From ediff-diff.el
3914 (ediff-coding-system-for-write): New variable.
3915 (ediff-highest-priority): Fixed the bug having to do with disappearing
3916 overlays.
3917 (ediff-file-remote-p): Use file-remote-p, if available.
3918 (ediff-listable-file): New function.
3919 (ediff-file-attributes): Use ediff-listable-file.
3920
3921 * ediff-mult.el (ediff-meta-insert-file-info1):
3922 Use ediff-listable-file.
3923
3924 * ediff-ptch.el (ediff-prompt-for-patch-file):
3925 Use ediff-coding-system-for-read.
3926 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3927
3928 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3929 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3930
3931 * ediff.el: Date of last update, copyright years.
3932
3933 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3934
3935 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3936 of Scott Bronson.
3937 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3938 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3939 Deleted functions.
3940 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3941 ex-token-list.
3942 (viper-get-ex-address-subr): Convert registers to char data type.
3943
3944 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3945 (viper-memq-char): Use viper-int-to-char.
3946 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3947 vc-locking-state.
3948 (viper-read-key): Use viper-read-key-sequence.
3949
3950 * viper.el (viper-major-mode-modifier-list):
3951 Added inferior-emacs-lisp-mode.
3952 (this-major-mode-requires-vi-state): New function that uses simple
3953 heuristics to decide if vi state is appropriate.
3954 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3955 (viper-non-hook-settings): Don't advise read-key-sequence.
3956 (viper-read-key-sequence): New function that replaces the
3957 previously used advice to read-key-sequence.
3958
3959 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3960 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3961 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3962 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3963 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3964 Got rid of the negative character hack.
3965 (viper-escape-to-state,viper-replace-state-exit-cmd):
3966 Use viper-read-key-sequence.
3967 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3968 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3969 Don't override existing minibuffer-setup-hook.
3970 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3971 Convert registers to char data type.
3972 (viper-autoindent): Use viper-indent-line.
3973
3974 * viper-keym.el: Use viper-exec-key-in-emacs.
3975
3976 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3977
3978 * server.el (server-visit-files): Fix variable name typo.
3979
3980 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3981
3982 * simple.el (delete-trailing-whitespace): Save match data
3983 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3984
3985 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3986
3987 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3988 return a this-error using the alternative format (a pair of markers).
3989
3990 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3991
3992 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3993
3994 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3995 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3996
3997 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3998
3999 * international/iso-transl.el: Fix typo in the header of the file.
4000
4001 * textmodes/picture.el (picture): Doc fix.
4002
4003 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4004 follow coding conventions in generated files.
4005
4006 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4007
4008 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4009 (tool-bar-add-item): Don't call image-related primitives if the
4010 display doesn't support images.
4011
4012 * frame.el (display-images-p): New function.
4013
4014 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4015
4016 * server.el (server-visit-files): Handle the case the specified
4017 column number is <= 0.
4018
4019 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4020
4021 * startup.el (command-line-1): Add support for +LINE:COLUMN
4022 command line argument.
4023
4024 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4025
4026 * server.el (server-process-filter, server-visit-files):
4027 Add support for +LINE:COLUMN style emacsclient calls.
4028
4029 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4030
4031 * emacs-lisp/easy-mmode.el: Add Keywords header.
4032
4033 * play/pong.el: Author has new address.
4034
4035 * play/landmark.el: Author is no more reachable.
4036
4037 * play/handwrite.el: Author is no more reachable.
4038
4039 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4040
4041 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4042 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4043 Complete bindings for F<1..12> keys.
4044 (global-map): Remove `undo' binding (already in the default).
4045 Replace `t<n>' bindings with `f<n>' bindings.
4046
4047 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4048
4049 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4050 (tcl-mode): Use tcl-add-log-defun.
4051 (tcl-indent-line): Use tcl-calculate-indent.
4052 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4053 (tcl-indent-exp): Renamed from indent-tcl-exp.
4054 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4055 (tcl-indent-for-comment): Call comment-indent-function properly
4056 and handle the case where it returns nil.
4057
4058 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4059
4060 * calendar/cal-islam.el (calendar-goto-islamic-date):
4061 Remove autoload cookie.
4062
4063 * calendar/calendar.el (calendar-goto-islamic-date):
4064 Add call to autoload.
4065
4066 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4067
4068 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4069 Don't change compile-auto-highlight globally.
4070 Don't bother with `font-lock-defaults' property since XEmacs
4071 also understands the `font-lock-defaults' variable.
4072 Use make-local-variable rather than make-variable-buffer-local.
4073 Don't `defconst' comment-indent-function: keep the default.
4074 Call easy-menu-add unconditionally.
4075 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4076 (ada-create-menu): Use :included for Emacs as well.
4077
4078 * vc.el (vc-do-command): Autoload.
4079
4080 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4081
4082 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4083
4084 * ps-print.el: Fix Author: header.
4085
4086 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4087
4088 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4089 mouse-1 etc., bind them to `ignore'.
4090
4091 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4092 send-invisible, which is already defined in Comint.
4093 (eshell-watch-for-password-prompt): Use it.
4094
4095 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4096
4097 * which-func.el (which-func-mode): Doc fix.
4098
4099 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4100 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4101 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4102 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4103 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4104 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4105 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4106 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4107 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4108 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4109 * emulation/edt-mapper.el, emulation/edt-pc.el,
4110 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4111 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4112 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4113 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4114 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4115 * international/isearch-x.el, international/iso-cvt.el,
4116 * international/ogonek.el, international/quail.el,
4117 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4118 * language/devanagari.el, language/ethio-util.el,
4119 * language/ethiopic.el, language/european.el, language/indian.el,
4120 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4121 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4122 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4123 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4124 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4125 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4126 * progmodes/autoconf.el, progmodes/cmacexp.el,
4127 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4128 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4129 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4130 * progmodes/ebnf2ps.el, progmodes/executable.el,
4131 * progmodes/fortran.el, progmodes/idlw-shell.el,
4132 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4133 * progmodes/m4-mode.el, progmodes/mantemp.el,
4134 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4135 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4136 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4137 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4138 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4139 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4140 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4141 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4142 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4143 * textmodes/two-column.el, time-stamp.el, timezone.el,
4144 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4145 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4146 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4147 conventions.
4148
4149 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4150
4151 * simple.el (set-variable): Require 'cus-edit' instead of
4152 `wid-edit', so that the Custom widgets get defined.
4153
4154 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4155
4156 * allout.el: A fix to follow coding conventions.
4157
4158 * find-lisp.el: A fix to follow coding conventions.
4159
4160 * term/w32-win.el: A fix to follow coding conventions.
4161
4162 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4163
4164 * term/xterm.el: A fix to follow coding conventions.
4165
4166 * term/news.el: A fix to follow coding conventions.
4167
4168 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4169 header line fixed.
4170
4171 * sun-curs.el: Fix Maintainer: header line.
4172
4173 * emacs-lisp/easymenu.el: Address of the author added.
4174
4175 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4176
4177 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4178 property.
4179
4180 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4181
4182 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4183 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4184 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4185 Some fixes to follow coding conventions.
4186
4187 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4188
4189 * which-func.el (which-func-mode): Doc fix.
4190
4191 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4192
4193 * net/rcompile.el (remote-compile): Use make-local-variable.
4194
4195 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4196
4197 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4198
4199 * mail/reporter.el (reporter-submit-bug-report):
4200 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4201
4202 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4203
4204 * calendar/cal-china.el, calendar/cal-coptic.el,
4205 * calendar/cal-dst.el, calendar/cal-french.el,
4206 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4207 * calendar/cal-iso.el, calendar/cal-julian.el,
4208 * calendar/cal-mayan.el, calendar/cal-persia.el,
4209 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4210 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4211 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4212 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4213 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4214 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4215 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4216 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4217 * progmodes/ada-xref.el, progmodes/cc-align.el,
4218 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4219 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4220 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4221 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4222 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4223 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4224 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4225 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4226 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4227 * textmodes/reftex.el: Some fixes to follow coding
4228 conventions in Eshell files with known maintainers.
4229
4230 * emulation/viper.el: A fix to follow coding conventions.
4231
4232 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4233 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4234 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4235 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4236 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4237 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4238 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4239 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4240 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4241 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4242 conventions in Eshell files.
4243
4244 * composite.el, diff.el, emacs-lisp/levents.el,
4245 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4246 * emulation/pc-mode.el, emulation/viper-cmd.el,
4247 * emulation/viper-ex.el, emulation/viper-init.el,
4248 * emulation/viper-keym.el, emulation/viper-macs.el,
4249 * emulation/viper-mous.el, emulation/viper-util.el,
4250 * emulation/viper.el, forms-pass.el, international/ccl.el,
4251 * international/characters.el, international/encoded-kb.el,
4252 * international/fontset.el, international/ja-dic-cnv.el,
4253 * international/ja-dic-utl.el, international/kinsoku.el,
4254 * international/kkc.el, international/mule-cmds.el,
4255 * international/mule-diag.el, international/mule-util.el,
4256 * international/mule.el, international/titdic-cnv.el,
4257 * language/china-util.el, language/chinese.el,
4258 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4259 * language/greek.el, language/hebrew.el, language/japan-util.el,
4260 * language/japanese.el, language/korea-util.el, language/korean.el,
4261 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4262 * language/slovak.el, language/thai-util.el, language/thai.el,
4263 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4264 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4265 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4266 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4267 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4268 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4269 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4270 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4271 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4272 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4273 to follow coding conventions in files without maintainer or in files
4274 with clear maintainer (but without Maintainer header stating so).
4275
4276 * emacs-lisp/elp.el: A fix to follow coding conventions.
4277
4278 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4279 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4280 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4281 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4282 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4283 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4284 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4285 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4286 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4287 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4288 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4289 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4290 conventions in files from Gnus.
4291
4292 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4293 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4294 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4295 * echistory.el, electric.el, emacs-lisp/authors.el,
4296 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4297 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4298 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4299 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4300 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4301 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4302 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4303 * international/codepage.el, international/iso-ascii.el,
4304 * international/iso-insert.el, international/iso-transl.el,
4305 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4306 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4307 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4308 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4309 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4310 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4311 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4312 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4313 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4314 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4315 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4316 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4317 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4318 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4319 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4320 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4321 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4322 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4323 * textmodes/tex-mode.el, textmodes/text-mode.el,
4324 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4325 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4326 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4327 files maintained by FSF.
4328
4329 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4330
4331 * arc-mode.el: A fix to follow coding conventions.
4332
4333 * bindings.el: Ditto.
4334
4335 * cdl.el: Ditto.
4336
4337 * comint.el: Ditto.
4338
4339 * cus-start.el: Ditto.
4340
4341 * shell.el: Ditto.
4342
4343 * skeleton.el: Ditto.
4344
4345 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4346
4347 * info.el (Info-build-node-completions):
4348 Make Info-current-file-completions buffer local.
4349
4350 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4351
4352 * which-func.el (which-func-mode, which-func-ff-hook)
4353 (which-function-mode): Remove references to which-func-mode-global.
4354
4355 * calendar/cal-islam.el (calendar-goto-islamic-date):
4356 Add autoload cookie.
4357
4358 * play/fortune.el: Add types to defcustoms.
4359
4360 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4361
4362 * language/czech.el: A fix to follow coding conventions.
4363
4364 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4365
4366 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4367 to the extension list, for antlr-mode. From Christoph Wedler
4368 <Christoph.Wedler@sap.com>.
4369
4370 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4371
4372 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4373 (vc-dired-mode-map): Fix the madness.
4374
4375 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4376 (vc-prefix-map): Moved back from vc.el.
4377
4378 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4379
4380 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4381 Increase the size of the obarray.
4382 (mail-extr-all-top-level-domains): Add more toplevel domains,
4383 add more long names.
4384 From: Per Starback <starback@ling.uu.se>.
4385
4386 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4387
4388 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4389 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4390
4391 * progmodes/ada-mode.el: Ditto.
4392
4393 * progmodes/ada-xref.el: Ditto.
4394
4395 2001-07-11 Miles Bader <miles@gnu.org>
4396
4397 * finder.el (finder-insert-at-column): Also move to the next line
4398 if exactly at COLUMN.
4399
4400 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4401
4402 * help.el (describe-function-1): When printing FUNCTION's
4403 documentation, don't assume FUNCTION is a symbol.
4404
4405 * startup.el (normal-top-level): Don't operate on the initial
4406 frame if we failed to create one.
4407
4408 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4409
4410 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4411 itself, i.e. only indent the contents in it.
4412
4413 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4414
4415 * mail/rmail.el (rmail-show-message): Show beginning of message in
4416 all windows containing it.
4417
4418 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4419
4420 * term/tty-colors.el: Fix the header line and copyright years.
4421
4422 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4423
4424 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4425 original definition has an interactive form, but is Elp
4426 instrumented, use the interactive form of the function called by
4427 elp-wrapper.
4428
4429 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4430 configurations with compare-window-configuration; they aren't
4431 window configurations.
4432
4433 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4434 from the server for the format we expect. Don't use it if it
4435 doesn't look like what the Internet draft for FTP extensions specifies.
4436
4437 * toolbar/*.pbm: Cleaned up.
4438 From Luis Fernandes <elf@ee.ryerson.ca>.
4439
4440 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4441
4442 * cc-cmds.el: Extended the kludge to interoperate with the
4443 delsel and pending-del packages wrt to the new function
4444 `c-electric-delete-forward'.
4445
4446 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4447
4448 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4449 to delay the call to <mode> for global minor modes.
4450 (easy-mmode-define-navigation): Only recenter if interactive.
4451
4452 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4453
4454 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4455 to lisp-indent-line.
4456
4457 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4458 from the server. Call encode-time only when we are sure that we
4459 got a 213 response.
4460
4461 2001-07-06 Simon Josefsson <jas@extundo.com>
4462
4463 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4464 (mail-envelope-from): New user option.
4465 (sendmail-send-it): Use it.
4466
4467 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4468
4469 * ps-print.el: Use locale dependant date to print date in header.
4470 Doc fix.
4471 (ps-print-version): New version number (6.5.3).
4472 (ps-right-header, ps-right-footer): Initialization and doc fix.
4473 (ps-time-stamp-locale-default): New fun.
4474
4475 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4476
4477 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4478 field problem with MIME-mode.
4479
4480 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4481
4482 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4483
4484 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4485 MIME-mode.
4486
4487 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4488
4489 * bindings.el (mode-line-mule-info): Don't show the tip with
4490 buffer-file-coding-system if that is nil.
4491
4492 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4493
4494 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4495 instead of kill-line.
4496
4497 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4498 <Pavel@Janik.cz>.
4499
4500 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4501 <Pavel@Janik.cz>.
4502
4503 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4504
4505 * font-lock.el (c-font-lock-keywords-3): When matching something
4506 like `struct X Y', finish with point after Y.
4507
4508 2001-07-04 Simon Josefsson <jas@extundo.com>
4509
4510 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4511 in caller buffer.
4512
4513 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4514
4515 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4516 instead of string-match to find the basename of the file.
4517 From Pascal Obry <p.obry@wanadoo.fr>.
4518
4519 * net/browse-url.el (browse-url-default-windows-browser):
4520 Support the MS-DOS port when it runs on Windows.
4521 (browse-url-browser-function) [ms-dos]: Default to
4522 browse-url-default-windows-browser.
4523
4524 * help.el (locate-library): Enable code that looks for compressed
4525 libraries if auto-compression-mode is on.
4526
4527 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4528
4529 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4530
4531 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4532
4533 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4534
4535 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4536
4537 * allout.el: Fix the header line, so that finder.el recognizes it.
4538 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4539
4540 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4541 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4542
4543 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4544
4545 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4546
4547 * ps-bdf.el (bdf-directory-list): Use the value relative to
4548 installation-directory for MS-Windows as well.
4549
4550 2001-06-29 Richard M. Stallman <rms@gnu.org>
4551
4552 * wid-edit.el (widget-color-sample-face-get):
4553 Return ((foreground-color . COLOR)) instead of constructing a face.
4554
4555 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4556
4557 * faces.el (region): Change the background color for the
4558 light-background color display to lightgoldenrod2, to make it
4559 visible on some laptops.
4560
4561 2001-06-28 Richard M. Stallman <rms@gnu.org>
4562
4563 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4564 (rmail-msg-restore-non-pruned-header): Likewise.
4565 If point was in the old pruned header, put it at the top.
4566 (rmail-msg-prune-header): If point was at the top, keep it there.
4567
4568 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4569 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4570
4571 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4572
4573 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4574
4575 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4576
4577 * saveplace.el: Update maintainer email address.
4578
4579 2001-06-27 Francesco Potorti` <pot@gnu.org>
4580
4581 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4582 Undo previous change.
4583
4584 2001-06-27 Francesco Potorti` <pot@gnu.org>
4585
4586 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4587 preliminary quick reordering. Can speed things up dramatically.
4588
4589 2001-06-26 Richard M. Stallman <rms@gnu.org>
4590
4591 * dired.el (dired-get-filename): A file name starting with ~
4592 is not absolute in this context.
4593
4594 * which-func.el (which-func-maxout): Increase default to 500000.
4595 (which-function-mode): This is now the "real" name of the function.
4596 (which-func-mode): Now an alias.
4597 (which-func-mode-global): Name deleted.
4598
4599 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4600 button-2, when binding hs-mouse-toggle-hiding.
4601
4602 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4603
4604 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4605 (rmail-msg-prune-header): Likewise.
4606 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4607 and `rmail-msg-prune-header'.
4608
4609 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4610
4611 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4612 back than LINEBEG.
4613
4614 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4615
4616 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4617 window where they clicked the mouse has a header line, adjust
4618 vertical movement by one.
4619
4620 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4621
4622 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4623 too when separating a parenthesis.
4624
4625 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4626
4627 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4628 (bookmark-bmenu-hide-filenames): Add help-echo to
4629 mouse-highlighted text.
4630 (bookmark-bmenu-show-filenames): Remove help-echo property from
4631 the whitespace.
4632
4633 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4634
4635 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4636 From Karl Eichwalder <ke@suse.de>.
4637
4638 2001-06-23 Richard M. Stallman <rms@gnu.org>
4639
4640 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4641
4642 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4643 contents for completing-read.
4644
4645 2001-06-22 Richard M. Stallman <rms@gnu.org>
4646
4647 * menu-bar.el (menu-bar-make-toggle): Construct the
4648 function's doc string from HELP, not DOC, and make it accurate by
4649 adding "Toggle whether to " at the front and downcasing the initial.
4650 Change the HELP arg in some calls to make it fit this usage.
4651
4652 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4653 Undo previous change.
4654
4655 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4656
4657 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4658
4659 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4660
4661 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4662
4663 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4664
4665 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4666
4667 2001-06-20 Richard M. Stallman <rms@gnu.org>
4668
4669 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4670 broken out from dabbrev--find-expansion. Handle minibuffer
4671 specially here.
4672 (dabbrev--find-expansion): Simplify code in various ways.
4673 Don't treat minibuffers specially.
4674 Call dabbrev--make-friend-buffer-list.
4675 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4676 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4677
4678 2001-06-19 John Wiegley <johnw@gnu.org>
4679
4680 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4681 Also, added a comment describing how to greatly speedup Eshell
4682 loadup time, by concatenating together all of Eshell's .elc files.
4683
4684 2001-06-19 John Wiegley <johnw@gnu.org>
4685
4686 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4687
4688 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4689
4690 * woman.el (WoMan-highlight-references): Add help-echo to
4691 mouse-highlighted text.
4692
4693 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4694
4695 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4696
4697 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4698
4699 * international/quail.el (quail-start-conversion):
4700 Reset quail-translating to nil.
4701
4702 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4703 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4704
4705 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4706
4707 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4708 mouse-highlighted text.
4709
4710 * dired.el (dired-mark-pop-up): Fix last change.
4711
4712 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4713
4714 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4715 mouse-highlighted text.
4716
4717 * net/quickurl.el (quickurl-url-file): Run through
4718 convert-standard-filename.
4719 (quickurl-list-populate-buffer): Add help-echo to
4720 mouse-highlighted text.
4721 (top-level): Update Dave's URL.
4722
4723 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4724 mouse-highlighted text.
4725
4726 * textmodes/page-ext.el (pages-copy-header-and-position):
4727 Add help-echo to mouse-highlighted text.
4728
4729 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4730 mouse-highlighted text.
4731
4732 * replace.el (occur): Add help-echo to mouse-highlighted text.
4733
4734 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4735 mouse-highlighted text.
4736
4737 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4738 mouse-highlighted text.
4739
4740 * progmodes/compile.el (compile-reinitialize-errors):
4741 Add help-echo to mouse-highlighted messages.
4742 (compilation-forget-errors): Remove help-echo property as well.
4743
4744 * play/landmark.el (lm-plot-square, lm-init-display):
4745 Add help-echo to mouse-highlighted text.
4746
4747 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4748 Add help-echo to mouse-highlighted text.
4749
4750 * dired.el (dired-insert-set-properties): Add help-echo to
4751 mouse-highlighted text.
4752 (dired-mark-pop-up): Remove help-echo property from the file name.
4753
4754 * comint.el (comint-send-input): Add help-echo to
4755 mouse-highlighted text.
4756
4757 * buff-menu.el (list-buffers-noselect): Add help-echo to
4758 mouse-highlighted text.
4759
4760 * arc-mode.el (archive-summarize-files): Add help-echo to
4761 mouse-highlighted text.
4762
4763 * ffap.el (ffap-machine-p): Always return nil if
4764 open-network-stream is not fboundp.
4765
4766 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4767
4768 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4769 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4770 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4771 incorrectly binding chars between 128 and 256 to it.
4772 (sgml-maybe-name-self): Handle latin-1 chars properly.
4773 (sgml-tags-invisible): Bind buffer-file-name to nil.
4774 Use unwind-protect and restore-buffer-modified-p.
4775 (sgml-point-entered): Use buffer-substring-no-properties.
4776 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4777 (html-mode): Don't force `imenu-sort-function'.
4778
4779 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4780
4781 * tar-mode.el: Fix the copyright notice.
4782
4783 * font-lock.el (font-lock-comment-face): For tty's with dark
4784 background, use "red1", since "lightred" is not one of the colors
4785 recognized by tty-colors.el.
4786
4787 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4788 create a buffer for extracted file, in case there's more than one
4789 file by that name in an archive, possibly in different
4790 directories. From Kevin Rodgers <kevinr@ihs.com>.
4791
4792 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4793 <alex@gnu.org>.
4794
4795 2001-06-15 Miles Bader <miles@gnu.org>
4796
4797 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4798 Revert previous change.
4799
4800 2001-06-14 Richard M. Stallman <rms@gnu.org>
4801
4802 * replace.el (keep-lines-read-args): Return just a regexp.
4803 Provide nil for the region args.
4804 (keep-lines, flush-lines, how-many):
4805 Calculate the defaults for the region here, when args are nil.
4806
4807 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4808
4809 * rot13.el (rot13-other-window): Some more doc fix.
4810
4811 2001-06-14 Per Starback <starback@ling.uu.se>
4812
4813 * replace.el (case-replace, query-replace-from-history-variable)
4814 (query-replace-to-history-variable, keep-lines-read-args)
4815 (occur-revert-function, query-replace-help): Dox fix.
4816
4817 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4818
4819 * rot13.el (rot13-other-window): Doc fix.
4820
4821 2001-06-14 Miles Bader <miles@gnu.org>
4822
4823 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4824 of " and \ to "." (punctuation).
4825 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4826
4827 2001-06-13 Richard M. Stallman <rms@gnu.org>
4828
4829 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4830
4831 * simple.el (shell-command-on-region): Never kill the
4832 *Shell Command Output* buffer.
4833
4834 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4835
4836 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4837
4838 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4839
4840 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4841 New var, to recognize ${ $' and PODs.
4842 (perl-font-lock-syntactic-face-function): New function.
4843 (perl-mode): Use them.
4844 (perl-continuation-line-p): New function, from perl-calculate-indent.
4845 (perl-calculate-indent): Use it, to properly handle continuation
4846 lines of continuation lines.
4847
4848 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4849
4850 * server.el (server-process, server-buffer-clients): Doc fix.
4851 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4852
4853 2001-06-09 John Wiegley <johnw@gnu.org>
4854
4855 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4856 test if the last command was Lisp or not.
4857 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4858 B x C".
4859
4860 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4861
4862 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4863 general one on compile.el supports drive letters.
4864
4865 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4866
4867 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4868 key description.
4869
4870 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4871
4872 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4873 (reftex-toc-jump): New command.
4874
4875 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4876 to parse international characters as well.
4877
4878 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4879 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4880
4881 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4882
4883 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4884 TAB to the key separators.
4885
4886 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4887
4888 * international/mule.el (auto-coding-alist): Remove redundant
4889 up-cased versions of the extensions (auto-coding-alist-lookup is
4890 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4891 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4892
4893 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4894
4895 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4896
4897 2001-06-01 Richard M. Stallman <rms@gnu.org>
4898
4899 * help.el (describe-variable): Put value on same line
4900 with preceding text, if it is short enough to look good that way.
4901
4902 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4903
4904 * term/internal.el (IT-unicode-translations): New variable.
4905 (IT-setup-unicode-display): New function.
4906
4907 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4908
4909 * ps-print.el: Handle before-string and after-string overlay properties
4910 in ps-print-*-with-faces commands. Doc fix.
4911 (ps-print-version): New version number (6.5.2).
4912 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4913 for XEmacs.
4914 (ps-prefix-quote): Doc fix.
4915 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4916 (ps-basic-plot-str, ps-plot-string): New funs.
4917
4918 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4919
4920 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4921 and :type spec.
4922
4923 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4924
4925 * international/mule-cmds.el (inactivate-input-method):
4926 Set input-method-function to nil.
4927
4928 * xml.el (xml-parse-tag): The document may contain invalid characters.
4929 From ShengHuo ZHU <zsh@cs.rochester.edu>
4930
4931 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4932
4933 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4934 `rmail-summary-line-decoder' if the message does not have
4935 a Subject: field.
4936
4937 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4938
4939 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4940 New variable.
4941 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4942 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4943 is non-nil.
4944
4945 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4946
4947 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4948
4949 2001-05-29 Sam Steingold <sds@gnu.org>
4950
4951 * faces.el (face-valid-attribute-values): Bind `valid' directly
4952 instead of using `setq'.
4953
4954 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4955 Use `tex-shell-buf'.
4956 (tex-shell-proc): Use `tex-shell-running'.
4957 (tex-shell-buf-no-error): New function.
4958 (tex-send-tex-command): Use it.
4959 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4960 (tex-kill-job): Check the process before calling `quit-process'.
4961
4962 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4963
4964 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4965 UTF-8 sequences.
4966
4967 2001-05-28 Miles Bader <miles@gnu.org>
4968
4969 * comint.el (comint-carriage-motion): Renamed from
4970 `comint-cr-magic'. Operate on the buffer instead of the string
4971 (for use as a comint post-output filter, instead of as a
4972 pre-output filter). Handle backspaces too. Add to the
4973 `comint-output-filter-functions' hook instead of
4974 `comint-preoutput-filter-functions'.
4975
4976 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4977
4978 * language/japan-util.el (japanese-hankaku): Prefer the charset
4979 `jisx0201' when the optional argument `ascii-only' is not specified.
4980 (japanese-hankaku-region): Ditto.
4981 From Katsumi Yamaoka <yamaoka@jpl.org>
4982
4983 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4984
4985 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4986 (outline-invisible-p): New function.
4987 (hide-leaves): Save excursion.
4988 (hide-other): Stop looping when reaching bobp.
4989
4990 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4991
4992 * cus-edit.el (custom-file): Fix last change.
4993
4994 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4995
4996 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4997 same definition in byte-compile-function-environment as `autoload'
4998 would put in `symbol-function'.
4999
5000 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5001 patch to correct the error message as well.
5002
5003 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5004
5005 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5006 unless ~/.emacs exists.
5007
5008 * novice.el (enable-command): If user-init-file is nil or does not
5009 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5010
5011 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5012
5013 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5014 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5015 Allow spaces around macro arguments.
5016 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5017 indent-for-tab-command.
5018 (latex-mode-map, plain-tex-mode-map): New keymaps.
5019 Inherit from tex-mode-map.
5020 (tex-common-initialization): Don't setup the keymap any more
5021 since it's now done right by define-derived-mode.
5022 (latex-mode): Set skeleton-end-hook to nil.
5023 (latex-skeleton-end-hook): Remove.
5024 (tex-latex-block, latex-insert-item): Simplify.
5025 (latex-syntax-after): Use following-char rather than char-after.
5026 (tex-discount-args-cmds, tex-count-words): New functions.
5027
5028 * textmodes/tildify.el (tildify-ignored-environments-alist):
5029 Recognize \verb* as well.
5030
5031 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5032 (perl-comment-indent): Simplify to let newcomment.el do its job.
5033 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5034 (perl-mark-function): Cleanup the namespace.
5035 (perl-calculate-indent): Don't be fooled by nested functions.
5036
5037 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5038
5039 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5040 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5041
5042 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5043
5044 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5045 actually be `\\'.
5046 (ctlau-b5-converter): Likewise.
5047
5048 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5049
5050 * international/titdic-cnv.el (quail-misc-package-ext-info):
5051 Change CTLauB.el to CTLau-b5.el.
5052
5053 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5054
5055 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5056 rather than beginning-of-line to avoid problems with fields.
5057 (gud-perldb-massage-args): Use unless and push.
5058 (gud-chdir-before-run): New var.
5059 (gud-common-init): Use it.
5060
5061 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5062
5063 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5064 delete entries for chinese-ctlau and chinese-ctlaub.
5065 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5066 chinese-ctlaub.
5067 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5068 New functions.
5069
5070 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5071
5072 * cus-edit.el (custom-comment-show): Remove debug code.
5073
5074 * language/japan-util.el (japanese-symbol-table): Fix handling of
5075 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5076
5077 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5078
5079 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5080 Renamed by removing the silly `-flag' suffix.
5081 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5082
5083 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5084
5085 * replace.el (keep-lines-read-args): Use `copy-marker'.
5086 (how-many): Save excursion properly.
5087 (occur-mode): Use define-derived-mode.
5088 (perform-replace): Use with-current-buffer.
5089
5090 2001-05-20 Richard M. Stallman <rms@gnu.org>
5091
5092 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5093
5094 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5095
5096 * info.el (Info-read-subfile): Widen before finding the
5097 desired node in the subfile.
5098
5099 * startup.el (command-line-1): When >2 files visited,
5100 leave the last one visible, and make that the selected window.
5101
5102 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5103
5104 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5105
5106 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5107
5108 * international/ccl.el (define-ccl-program): Fix a typo.
5109 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5110
5111 * international/mule.el (decode-char): Fix a typo. From Pavel
5112 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5113
5114 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5115 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5116
5117 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5118 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5119
5120 2001-05-18 Sam Steingold <sds@gnu.org>
5121
5122 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5123 and [RET] to `cvs-mode-find-file'.
5124
5125 2001-05-18 John Wiegley <johnw@gnu.org>
5126
5127 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5128 configuration variable, which determines the initial character
5129 that forces use of an external version of a command. The default
5130 is *, but may be set to \, for example.
5131
5132 * eshell/esh-ext.el (eshell-explicit-command):
5133 Use `eshell-explicit-command-char' instead of ?*.
5134
5135 * eshell/esh-cmd.el (eshell/which):
5136 Use `eshell-explicit-command-char' instead of ?*.
5137
5138 * eshell/em-cmpl.el (eshell-completion-command-name)
5139 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5140 instead of ?*.
5141
5142 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5143
5144 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5145 subst-char-in-string.
5146 (ange-ftp-after-parse-ls-hook): New variable.
5147 (ange-ftp-ls): Run that hook.
5148 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5149
5150 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5151 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5152 text into *Completions*.
5153
5154 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5155 part of which look like email addresses.
5156
5157 2001-05-18 Andrew Innes <andrewi@gnu.org>
5158
5159 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5160 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5161 cmd.exe's handling of FOR loops.
5162 (autoloads): Set find-file-suppress-same-file-warnings to t to
5163 avoid slew of spurious messages.
5164
5165 2001-05-18 Simon Josefsson <simon@josefsson.org>
5166
5167 * mail/smtpmail.el (maybe-append-domain): Renamed to
5168 `smtpmail-maybe-append-domain'.
5169 (smtpmail-via-smtp): Use the new name.
5170
5171 * net/browse-url.el (browse-url-browser-function): Add kde.
5172 (browse-url-kde-program, browse-url-kde-args): New variables.
5173 (browse-url-kde): New function.
5174
5175 2001-05-18 Miles Bader <miles@gnu.org>
5176
5177 * simple.el (delete-horizontal-space, just-one-space):
5178 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5179 because it's more efficient for large files.
5180
5181 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5182
5183 * mail/rmail.el (rmail-require-mime-maybe): New function.
5184 (rmail): Use it.
5185 (rmail-mode): Handle the case of finding Rmail files.
5186
5187 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5188 functions.
5189
5190 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5191
5192 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5193 text-property after moving to the beginning of line and regardless
5194 of the value of font-lock-multiline.
5195
5196 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5197
5198 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5199
5200 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5201 last coding system used before calling set-buffer-modified-p
5202 because that function changes last-coding-system.
5203
5204 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5205
5206 * files.el (switch-to-buffer-other-window)
5207 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5208 the doc string.
5209
5210 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5211
5212 * language/slovak.el, language/czech.el: New maintainer.
5213
5214 2001-05-16 Sam Steingold <sds@gnu.org>
5215
5216 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5217 sub-form of `defgeneric' correctly.
5218
5219 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5220
5221 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5222 of `c'.
5223
5224 * textmodes/outline.el (outline-font-lock-level): Remove the
5225 condition-case, test what outline-level returns instead, to
5226 ease debugging.
5227
5228 * international/mule.el (auto-coding-regexp-alist): New user-option.
5229 (auto-coding-from-file-contents): New function.
5230 (set-auto-coding): Use it to determine a coding system.
5231
5232 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5233
5234 * mouse.el (mouse-delete-other-windows): Doc fix.
5235
5236 * emacs-lisp/lisp-mode.el (lisp-mode):
5237 Make font-lock-keywords-case-fold-search a buffer-local variable with
5238 make-local-variable before setting it.
5239
5240 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5241
5242 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5243 prefixes.
5244
5245 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5246
5247 * hexl.el (hexl-current-address): Print a message when called
5248 interactively.
5249
5250 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5251
5252 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5253
5254 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5255
5256 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5257
5258 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5259
5260 * startup.el (command-line): If parameters have been changed in
5261 the init files which influence font selection, clear the face
5262 cache so that faces get realized with the new parameters.
5263
5264 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5265
5266 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5267
5268 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5269
5270 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5271
5272 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5273 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5274
5275 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5276
5277 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5278 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5279
5280 2001-05-09 John Wiegley <johnw@gnu.org>
5281
5282 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5283 Annotated the documentation string to tell users about
5284 `eshell-no-numeric-conversions'.
5285
5286 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5287 conversions if a Lisp function has the property
5288 `eshell-no-numeric-conversions' set to a non-nil value.
5289
5290 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5291 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5292 property `eshell-no-numeric-conversions' on the following
5293 functions (which all deal with filesystem entities, and never Lisp
5294 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5295 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5296 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5297 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5298 eshell/which, eshell/addpath.
5299
5300 2001-05-09 John Wiegley <johnw@gnu.org>
5301
5302 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5303 encountered as an argument, don't convert it right away, but tag
5304 the first character of the string with the text properties
5305 `number', which signifies to `eshell-lisp-command' that the
5306 argument should be passed through `string-to-number' if it is
5307 actually used in the call to a Lisp function.
5308
5309 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5310 function, convert any string arguments that have been tagged as
5311 "numbers", by calling string-to-number.
5312
5313 * eshell/esh-util.el (eshell-number-regexp): Now that number
5314 conversions only happen for Lisp function calls, the number regexp
5315 should now match all integer and floating point forms.
5316
5317 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5318 `eshell-continue-process', since they are both nonfunctional at
5319 the moment.
5320 (eshell-proc-initialize): Don't bind keys for
5321 `eshell-stop-process' or `eshell-continue-process'.
5322
5323 * eshell/em-unix.el (eshell-shuffle-files):
5324 Apply `directory-file-name' before calling `file-name-directory'.
5325
5326 * eshell/em-hist.el (eshell-add-to-history): Reference to
5327 `eshell-history-ring' needed to be `eshell-history-index'.
5328
5329 * calendar/timeclock.el (timeclock-find-discrep):
5330 Initialize `elapsed' to 0.
5331 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5332 it's still nil.
5333
5334 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5335
5336 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5337 (archive-mode): Use capitalize.
5338 (archive-unique-fname): Use make-temp-file.
5339
5340 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5341
5342 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5343
5344 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5345
5346 * tar-mode.el (tar-extract): Pay attention to the value of
5347 coding-system-for-read, if it is non-nil.
5348
5349 * calendar/holidays.el (holidays): Add an autoload cookie.
5350 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5351
5352 2001-05-08 John Wiegley <johnw@gnu.org>
5353
5354 * calendar/timeclock.el (timeclock-workday-remaining):
5355 Changed logic for determining how much time is remaining.
5356 (timeclock-workday-elapsed): Don't accept a "relative" argument
5357 for the current day's elapsed time. What could that have meant?
5358 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5359 (timeclock-when-to-leave): Changed logic, similarly to what was
5360 done for `timeclock-workday-remaining'.
5361 (timeclock-find-discrep): Removed "today-only" argument, which had
5362 no meaning. Fixed some more math problems. The function now
5363 returns a three member list: (TOTAL-TIME-DISCREPANCY
5364 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5365
5366 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5367
5368 * w32-fns.el (convert-standard-filename): Start replacing slashes
5369 from the beginning of the file name, not from where the last
5370 invalid character was. From "Andrew Maguire (SWW)"
5371 <Andrew.Maguire@Smallworld.co.uk>
5372
5373 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5374
5375 The following changes are to provide infrastructure for handling
5376 MIME messages to rmail. They don't affect the original behaviour
5377 if rmail-enable-mime is nil.
5378
5379 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5380 (rmail-search-mime-message-function)
5381 (rmail-search-mime-header-function): New variables.
5382 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5383 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5384 `rmail-view-buffer' is hidden.
5385 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5386 call rmai-show-mime-function.
5387 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5388 mode-line-process of rmail-view-buffer.
5389 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5390 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5391 buffer.
5392 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5393 set-buffer to the Rmail buffer.
5394 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5395 rmail-search-mime-header-function.
5396 (rmail-search-message): New function.
5397 (rmail-search): Call rmail-search-message to check if a message
5398 matches REGEXP, lastly update point after calling
5399 rmail-show-message.
5400 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5401 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5402 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5403 header region, refer to rmail-msgref-vector while setting the
5404 current buffer to rmail-buffer temporarily.
5405 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5406 If rmail-enable-mime is non-nil, call
5407 rmail-insert-mime-forwarded-message-function instead of inserting
5408 forwarded message by itself.
5409
5410 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5411 Rmail buffer.
5412 (rmail-set-label, rmail-next-labeled-message): Likewise.
5413
5414 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5415 set-buffer to the Rmail buffer.
5416 (rmail-output-to-rmail-file): Likewise.
5417 (rmail-output): Likewise.
5418
5419 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5420 of mail-fetch-field by rmail-summary-line-decoder.
5421 (rmail-new-summary): Be sure to go to the Rmail buffer.
5422 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5423 rmail-view-buffer to nil.
5424 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5425 rmail-view-buffer.
5426 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5427 rmail-buffer.
5428 (rmail-summary-scroll-msg-down): Likewise.
5429 (rmail-summary-beginning-of-message): Likewise.
5430 (rmail-summary-wipe): Likewise.
5431 (rmail-summary-toggle-header): Use save-window-excursion, not
5432 save-excursion. Update point in rmail-view-buffer, not in
5433 rmail-buffer.
5434 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5435 rmail-view-buffer, not rmail-buffer.
5436
5437 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5438
5439 * cus-edit.el (custom-file): Signal an error if user-init-file is
5440 nil (running -q).
5441
5442 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5443
5444 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5445 Add :version.
5446
5447 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5448 New option.
5449 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5450 only if smtpmail-warn-about-unknown-extensions is set.
5451
5452 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5453 instead of rmail-sort-by-keywords.
5454
5455 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5456 rmail-sort-by-keywords.
5457
5458 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5459 rmail-summary-sort-by-keywords. Doc fix.
5460 (rmail-summary-mode): Doc fix.
5461
5462 * mail/rmail.el (rmail-edit): New Custom group.
5463
5464 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5465 (rmail-edit-mode-hook): New user-option.
5466
5467 2001-05-05 Richard M. Stallman <rms@gnu.org>
5468
5469 * help.el (help-xref-symbol-regexp): Recognize "source of"
5470 and friends, meaning make a link to the source file.
5471 (help-make-xrefs): Handle "source of" and friends
5472 by constructing a link that visits the source file.
5473
5474 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5475
5476 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5477
5478 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5479 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5480 Renamed from perl-font-lock-keywords to avoid clashes.
5481 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5482 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5483 Updated correspondingly.
5484
5485 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5486 Typo `nonexistant' -> `nonexistent'.
5487
5488 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5489
5490 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5491 Split `c-electric-delete' into two functions where
5492 `c-electric-delete-forward' always deletes forward and
5493 `c-electric-delete' only contains the code necessary for XEmacs to
5494 choose between backward and forward deletion.
5495
5496 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5497 get the electric behavior on that key too.
5498 (c-fill-paragraph): Fixed bogus direct use of
5499 c-comment-prefix-regexp, which caused an error when it's a list.
5500
5501 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5502
5503 * dired-aux.el (dired-diff): Doc fix.
5504
5505 * dired.el (dired-diff): Likewise.
5506
5507 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5508
5509 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5510
5511 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5512
5513 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5514 if both the buffer and the file are read-only.
5515
5516 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5517 rather than font-lock-string-face.
5518 (sh-get-indent-info): Treat heredocs like strings.
5519
5520 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5521
5522 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5523 a newline following `}'.
5524 (texinfo-format-email): New function.
5525 (toplevel): Use texinfo-format-email for @email.
5526 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5527 Add `display'.
5528 (texinfo-sort-region): Goto point-min before sorting.
5529 (texinfo-set): Remove leading white space from value.
5530 From yagi@is.titech.ac.jp.
5531
5532 * replace.el (query-replace-regexp-eval): Doc fix.
5533
5534 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5535
5536 * diff-mode.el (diff-nonexistant-face): New face.
5537 (diff-font-lock-keywords): Use it.
5538
5539 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5540
5541 * font-lock.el (font-lock-mode): Doc fix.
5542
5543 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5544 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5545
5546 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5547
5548 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5549 backslash at the start of the here-document delimiter.
5550 (sh-font-lock-syntactic-keywords): Likewise.
5551
5552 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5553
5554 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5555
5556 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5557 (tty-color-translate, tty-color-by-index, tty-color-values)
5558 (tty-color-desc): Doc fix.
5559
5560 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5561
5562 * dired-aux.el (dired-do-create-files, dired-do-copy)
5563 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5564 Mention dired-dwim-target in the doc string.
5565
5566 2001-04-28 Miles Bader <miles@gnu.org>
5567
5568 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5569 (dabbrev--find-expansion): Use it.
5570 (dabbrev--select-buffers): Don't select ignored buffers.
5571
5572 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5573
5574 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5575
5576 2001-04-26 Richard M. Stallman <rms@gnu.org>
5577
5578 * dabbrev.el: Add doc strings for some functions.
5579 (dabbrev--eliminate-newlines): New variable.
5580 (dabbrev--substitute-expansion): Convert newlines to spaces
5581 if dabbrev--eliminate-newlines is set.
5582 If abbrev and expansion are both all-lower-case,
5583 leave dabbrev--last-case-pattern nil.
5584
5585 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5586
5587 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5588 if necessary, like in rmail-show-message.
5589
5590 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5591
5592 * ps-print.el: Color specified by number is forced to be float number.
5593 (ps-print-version): New version number (6.5.1.1).
5594 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5595 initialization.
5596 (ps-prefix-quote): New internal var.
5597 (ps-print-quote): New fun.
5598 (ps-setup, ps-output-frame-properties, ps-float-format)
5599 (ps-format-color): Code fix.
5600 (ps-plot-region): Eliminate redundant foreground color text setting.
5601
5602 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5603
5604 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5605
5606 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5607
5608 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5609
5610 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5611
5612 * info.el (Info-additional-directory-list): Doc fix.
5613
5614 * find-lisp.el (find-lisp-find-dired-filter)
5615 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5616 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5617
5618 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5619
5620 * progmodes/make-mode.el (makefile-font-lock-keywords):
5621 Rationalize the rules for includes and conditionals and use the
5622 keyword face for them.
5623
5624 * faces.el (modify-face): Add compatibility for non-interactive use.
5625
5626 2001-04-24 John Wiegley <johnw@gnu.org>
5627
5628 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5629 fix from last night, since it wasn't finding eshell/cd.
5630
5631 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5632
5633 * rect.el (string-rectangle): Revert to 20.x behaviour.
5634 (replace-rectangle): Make it an alias for string-rectangle.
5635 (string-insert-rectangle): New function.
5636
5637 2001-04-23 John Wiegley <johnw@gnu.org>
5638
5639 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5640 occurring with Emacs 21's diff.el/compile.el interaction layer.
5641
5642 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5643
5644 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5645 case where the function was defined in a file, but not part of an
5646 eshell module.
5647
5648 2001-04-23 John Wiegley <johnw@gnu.org>
5649
5650 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5651 code to work around a redisplay problem I've been having.
5652
5653 2001-04-23 John Wiegley <johnw@gnu.org>
5654
5655 * calendar/timeclock.el (timeclock-day-required): If the time
5656 required for a particular day is not set, use `timeclock-workday'.
5657 (timeclock-find-discrep): Added some sample code in a comment.
5658
5659 * eshell/eshell.el (eshell-command): Made a few changes so that
5660 `eshell-command' could be called programmatically.
5661
5662 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5663
5664 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5665
5666 2001-04-23 John Wiegley <johnw@gnu.org>
5667
5668 * calendar/timeclock.el: Updated copyright.
5669 (timeclock-generate-report): Don't report the daily or two-week
5670 total, if no time has been worked in that period.
5671 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5672 final computational form, which was unnecessary; corrected a
5673 parsing problem when timeclock-relative was nil.
5674
5675 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5676
5677 * calendar/timeclock.el (timeclock-modeline-display): Check if
5678 `list-entry' is null.
5679 (timeclock-use-display-time): The first argument to `set-variable'
5680 must be a symbol.
5681
5682 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5683
5684 * calendar/calendar.el (diary-entry-marker)
5685 (calendar-today-marker, calendar-holiday-marker):
5686 Use display-color-p instead of window-system.
5687 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5688 instead of window-system.
5689 (calendar-hide-window): Use display-multi-frame-p instead of
5690 window-system.
5691
5692 * calendar/cal-x.el (calendar-two-frame-setup)
5693 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5694 Use display-multi-frame-p instead of window-system.
5695
5696 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5697
5698 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5699
5700 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5701 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5702
5703 2001-04-23 Alex Schroeder <alex@gnu.org>
5704
5705 * goto-addr.el: Instead of defining line-beginning-position and
5706 line-end-position a defalias is used for point-at-bol and point-at-eol.
5707
5708 2001-04-23 Alex Schroeder <alex@gnu.org>
5709
5710 * goto-addr.el: Added XEmacs compatibility code.
5711 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5712
5713 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5714
5715 * textmodes/paragraphs.el (sentence-end): Doc fix.
5716
5717 2001-04-20 Alex Schroeder <alex@gnu.org>
5718
5719 * sql.el (sql-escape-newlines-and-send): New function.
5720 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5721
5722 2001-04-20 Alex Schroeder <alex@gnu.org>
5723
5724 * sql.el (sql-db2-program): New option.
5725 (sql-db2-options): New option.
5726 (sql-db2): New function.
5727
5728 2001-04-20 Alex Schroeder <alex@gnu.org>
5729
5730 * sql.el (sql-mode-menu): Added highlighting entries.
5731 (sql-highlight-oracle-keywords): New function.
5732 (sql-highlight-postgres-keywords): New function.
5733 (sql-highlight-ansi-keywords): New function.
5734
5735 2001-04-20 Alex Schroeder <alex@gnu.org>
5736
5737 * sql.el (sql-help): Doc change.
5738
5739 2001-04-19 Karl Fogel <kfogel@collab.net>
5740
5741 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5742 that inserted file content only to delete it immediately.
5743 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5744 <lektu@uol.com.br> for the patch.
5745
5746 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5747
5748 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5749
5750 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5751
5752 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5753 for defmethod.
5754
5755 * comint.el (comint-cr-magic): New function.
5756 (toplevel): Add it to comint-preoutput-filter-functions.
5757
5758 2001-04-18 Andrew Innes <andrewi@gnu.org>
5759
5760 * makefile.w32-in (EMACSLOADPATH): Define.
5761 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5762 (recompile): Remove stuff to set EMACSLOADPATH.
5763
5764 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5765
5766 * language/slovak.el ("Slovak"): Add tutorial entry.
5767
5768 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5769 browse-url-new-window-p.
5770
5771 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5772
5773 * info.el (Info-menu-update): When there are no menus and/or no
5774 cross references in the node, make the respective items of the
5775 Info menu-bar menu inactive.
5776
5777 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5778
5779 * indent.el (indent-for-tab-command): Call indent-line-function
5780 with no argument if PREFIX-ARG is non-nil.
5781
5782 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5783
5784 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5785
5786 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5787 an async subprocess if start-process is unavailable. Suggested by
5788 Tim Van Holder <tim.van.holder@pandora.be>.
5789
5790 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5791
5792 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5793 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5794
5795 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5796
5797 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5798 manual.
5799
5800 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5801
5802 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5803 (cvs-menu): Add a few entries.
5804
5805 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5806 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5807 lock file appears to be reachable from Emacs.
5808 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5809 (cvs-mode-find-file): Look for cvs-header-face rather than
5810 cvs-dirname-face (which doesn't exist).
5811 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5812
5813 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5814
5815 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5816
5817 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5818 normal-erase-is-backspace on a tty. Instead, bind some keys such
5819 as [delete] directly, like pc-select.el did before
5820 normal-erase-is-backspace was invented.
5821
5822 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5823
5824 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5825
5826 2001-04-11 John Wiegley <johnw@gnu.org>
5827
5828 * eshell/em-ls.el (eshell-ls-insert-directory):
5829 Set font-lock-defaults to nil, to prevent fontification in dired
5830 buffers, if Eshell's ls is being used.
5831
5832 2001-04-11 John Wiegley <johnw@gnu.org>
5833
5834 * calendar/timeclock.el (timeclock-completing-read): New function.
5835 (timeclock-ask-for-project, timeclock-ask-for-reason):
5836 Call `timeclock-completing-read'.
5837
5838 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5839 required where `member' was being used.
5840
5841 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5842
5843 * eshell/em-hist.el (eshell-previous-matching-input):
5844 Don't display "History item" if the the minibuffer is active.
5845
5846 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5847
5848 * startup.el (command-line): Output a newline after printing
5849 an error from loading the window system's init file.
5850
5851 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5852
5853 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5854 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5855 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5856 keywords whose arguments routinely include @@.
5857
5858 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5859
5860 * emacs-lisp/advice.el (ad-make-advised-definition):
5861 Construct advice for subrs differently.
5862
5863 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5864 regexp in parentheses when building the regexp for searching backwards.
5865
5866 * simple.el (completion-list-mode-finish): New function.
5867 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5868
5869 * language/european.el ("Polish"): Change sample text.
5870 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5871
5872 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5873 parameter.
5874
5875 * faces.el (menu): Doc fix.
5876
5877 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5878
5879 * ps-print.el: Footer implementation. Doc fix.
5880 (ps-print-version): New version number (6.5.1).
5881 (ps-header-frame-alist): New customization var for header frame
5882 properties.
5883 (ps-line-number-color): New customization var for line number color.
5884 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5885 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5886 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5887 (ps-right-footer): New customization vars for footers.
5888 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5889 footers.
5890 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5891 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5892 Code fix.
5893 (ps-prologue-file): Indentation fix.
5894 (ps-print-quote): Fun eliminated.
5895 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5896 (ps-output-frame-properties): New fun.
5897 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5898 (ps-skip-newline): Replace defun by defsubst.
5899
5900 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5901
5902 * eshell/eshell.el (eshell-command): Needed a "%s" format
5903 specifier, in case the buffer contains percent characters.
5904
5905 2001-04-10 John Wiegley <johnw@gnu.org>
5906
5907 * calendar/timeclock.el (timeclock-generate-report): Added a
5908 missing insert of the project name.
5909
5910 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5911
5912 * obsolete/profile.el: Moved from emacs-lisp/.
5913
5914 * Makefile.in (nonobsolete_setwins): New macro.
5915 (finder-data): Use it instead of `setwins'.
5916 From: Dave Love <fx@gnu.org>.
5917
5918 * server.el (server-visit-files): Set server-existing-buffer correctly.
5919 (server-visit-files): Run server-visit-hook after going to
5920 line 1 so that the hook can set point as it sees fit.
5921
5922 * bindings.el (mode-line-modified): Unify help messages.
5923
5924 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5925
5926 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5927 All callers changed.
5928
5929 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5930
5931 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5932 long file names aren't supported, truncate the file names in
5933 quail-misc-package-ext-info to 8+3 before matching them against
5934 FILENAME.
5935
5936 * dos-fns.el (dos-truncate-to-8+3): New function.
5937
5938 * progmodes/compile.el (grep-compute-defaults): Use null-device
5939 instead of literal /dev/null. Reported by Jens Schmidt
5940 <schmidt@mathematik.uni-kl.de>.
5941
5942 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5943
5944 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5945
5946 * textmodes/sgml-mode.el: Add unknown maintainer.
5947 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5948 (html-mode-map): Use set-keymap-parent.
5949
5950 2001-04-06 Dave Love <fx@gnu.org>
5951
5952 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5953 Remove redundant string-to-list.
5954
5955 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5956
5957 * composite.el (reference-point-alist): Doc fix.
5958
5959 2001-04-05 Sam Steingold <sds@gnu.org>
5960
5961 * font-lock.el (font-lock-keywords-case-fold-search):
5962 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5963 file made font-lock case-insensitive.
5964
5965 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5966
5967 * faces.el (defface menu): Doc fix.
5968
5969 * wid-edit.el (widget-color-sample-face-get): Don't make
5970 faces for undefined colors.
5971
5972 * version.el (emacs-version): Include LessTif/Motif version info.
5973
5974 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5975
5976 * ps-mule.el: Eliminate cl package dependence.
5977 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5978 if they aren't defined yet.
5979 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5980 Eliminate cl package dependence.
5981
5982 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5983
5984 * progmodes/cc-cmds.el (c-outline-level):
5985 Bind buffer-invisibility-spec. Originally from Dave Love, but
5986 got lost when incorporating version 5.26.
5987
5988 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5989
5990 * emulation/pc-select.el (pc-selection-mode):
5991 Call normal-erase-is-backspace-mode instead of binding
5992 keys individually.
5993
5994 * cus-load.el (normal-erase-is-backspace): Use it instead of
5995 delete-key-deletes-forward.
5996
5997 * startup.el (command-line): Use normal-erase-is-backspace and
5998 normal-erase-is-backspace-mode.
5999
6000 * simple.el (normal-erase-is-backspace): Rename from
6001 delete-key-deletes-forward. Doc fix.
6002 (normal-erase-is-backspace-mode): Rename from
6003 delete-key-deletes-forward-mode. Doc fix.
6004 Run normal-erase-is-backspace-hook.
6005
6006 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6007 ``human-readable'' format produced by GNU `ls'.
6008 (dired-move-to-filename-regexp): Recognize ISO format dates.
6009 From Paul Eggert <eggert@twinsun.com>.
6010
6011 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6012
6013 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6014 New functions.
6015 (lm-verify): Check keywords.
6016 From Eric M. Ludlam <eric@siege-engine.com>.
6017
6018 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6019
6020 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6021 `xemacs' feature instead of for the function `set-extent-property'.
6022
6023 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6024
6025 * mail/mh-utils.el (mh-folder-hist): New var.
6026 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6027
6028 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6029
6030 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6031 region, position point on the first or last 16-byte group.
6032 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6033 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6034 hexl-beginning-of-line.
6035
6036 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6037
6038 * icomplete.el (icomplete-mode): Treat an argument like other
6039 modes do.
6040
6041 * startup.el (fancy-splash-head): Use splash8.xpm for color
6042 depth 8.
6043
6044 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6045 Add an antry for ``converts''.
6046
6047 * language/slovak.el ("Slovak"): Add documentation string.
6048 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6049
6050 * language/czech.el ("Czech"): Add documentation string.
6051 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6052
6053 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6054 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6055
6056 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6057
6058 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6059 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6060 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6061 Use `defsubst' rather than a macro to ease debugging.
6062 (mail-extr-last): Remove (use `last' instead).
6063 (mail-extract-address-components): Properly reset the syntax-table
6064 after parsing an address. Use `last' rather than mail-extr-last.
6065 Make sure the end marker stays at the very end.
6066
6067 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6068
6069 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6070 last change.
6071
6072 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6073
6074 * ps-print.el: Line and paragraph spacing feature. Region to cut
6075 out when printing. Doc fix.
6076 (ps-print-version): New version number (6.5).
6077 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6078 New vars. Line and paragraph spacing feature.
6079 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6080 out when printing.
6081 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6082 (ps-get-font-size, ps-begin-job, ps-continue-line)
6083 (ps-plot-region): Code fix.
6084 (ps-print-prologue-2): Var eliminated.
6085 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6086 New internal vars.
6087 (ps-get-size): New fun.
6088 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6089 (ps-next-line): Replace defun by defsubst.
6090 (ps-mule-plot-string): Autoload doc fix.
6091
6092 * ps-bdf.el: XEmacs compatibility. Doc fix.
6093 (installation-directory, coding-system-for-read): Declare vars if
6094 it's not declared yet.
6095 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6096
6097 * ps-mule.el: XEmacs compatibility. Doc fix.
6098 (leading-code-private-22): Declare var if it's not declared yet.
6099 (charset-bytes, charset-dimension, charset-id, charset-width)
6100 (find-charset-region, split-char, char-width, chars-in-region)
6101 (forward-point, decompose-composite-char, encode-coding-string)
6102 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6103 Define funs if not defined yet.
6104 (encode-composition-rule, find-composition): Define funs if not
6105 loaded yet.
6106 (ps-mule-prologue): PostScript code fix.
6107
6108 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6109
6110 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6111 non-nil, generate font for the header strings.
6112 (ps-mule-prepare-font): Likewise.
6113 (ps-mule-generate-glyphs): Likewise.
6114 (ps-mule-string-encoding): Likewise.
6115 (ps-mule-header-charsets): New variable.
6116 (ps-mule-encode-header-string): New function.
6117 (ps-mule-header-string-charsets): New function.
6118 (ps-mule-begin-job): Check charsets in the header strings. If there
6119 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6120
6121 * ps-print.el (ps-generate-header-line): Encode the header string by
6122 ps-mule-encode-header-string.
6123 (ps-mule-encode-header-string): Declare autoload.
6124
6125 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6126
6127 * frame.el (cursor-in-non-selected-windows):
6128 Replaces show-cursor-in-non-selected-windows.
6129
6130 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6131
6132 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6133 Delete entries for "chinese-py" and "chinese-ziranma".
6134 (quail-misc-package-ext-info): New variable.
6135 (tsang-quick-converter): New function.
6136 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6137 (quick-cns-converter, py-converter, ziranma-converter)
6138 (miscdic-convert, batch-miscdic-convert): New functions.
6139
6140 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6141
6142 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6143 eight-bit-control chars.
6144
6145 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6146 Reduce making temporary vector (suggested by Dave Love).
6147
6148 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6149
6150 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6151 string as well.
6152
6153 2001-03-30 Andreas Schwab <schwab@suse.de>
6154
6155 * files.el (backup-directory-alist): Fix typo.
6156
6157 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6158
6159 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6160 <eggert@twinsun.com>.
6161
6162 2001-03-30 Dave Love <fx@gnu.org>
6163
6164 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6165
6166 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6167
6168 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6169
6170 2001-03-30 Miles Bader <miles@gnu.org>
6171
6172 * subr.el (interactive-form): Fix paren typo.
6173
6174 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6175
6176 * emacs-lisp/profile.el: Say that it's obsolete in the header
6177 line, so that finder.el puts that into its data-base.
6178 Suggested by Alex Schroeder <alex@gnu.org>.
6179
6180 2001-03-29 Paul Eggert <eggert@twinsun.com>
6181
6182 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6183 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6184
6185 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6186
6187 * generic.el (generic-mode-set-comments): Use "" rather than nil
6188 for comment-end.
6189
6190 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6191
6192 * emacs-lisp/advice.el (ad-make-advised-definition):
6193 Call interactive-form to obtain the interactive spec of subrs.
6194
6195 * subr.el (interactive-form): New function.
6196
6197 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6198
6199 * vc-sccs.el (vc-sccs-register): Use relative file names.
6200
6201 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6202
6203 * bookmark.el (bookmark-get-bookmark): Handle case that
6204 BOOKMARK is not a string.
6205
6206 * image.el (image-type-regexps): Change type for PS files
6207 to `postscript'.
6208
6209 * subr.el (read-passwd): Clear command history after each
6210 character entered. From: Stephen Gildea
6211 <gildea@stop.mail-abuse.org>.
6212
6213 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6214
6215 * international/kkc.el (kkc-save-init-file): Locally bind
6216 print-length to nil.
6217
6218 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6219
6220 * textmodes/flyspell.el: Some doc fixes.
6221 (flyspell-maybe-correct-transposition)
6222 (flyspell-maybe-correct-doubling): Use a temporary buffer
6223
6224 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6225
6226 * emacs-lisp/byte-opt.el (byte-optimize-while)
6227 (byte-optimize-form-code-walker): Diagnose too few arguments
6228 for `if' and `while'.
6229
6230 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6231
6232 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6233 Prepend `\' to "\<quail-translation-docstring>".
6234
6235 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6236
6237 * autorevert.el (global-auto-revert-non-file-buffers):
6238 Remove duplicate defcustom.
6239
6240 2001-03-26 Miles Bader <miles@gnu.org>
6241
6242 * international/latin1-disp.el (latin1-char-displayable-p):
6243 Add leading "-" for X font pattern.
6244
6245 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6246
6247 * international/mule-diag.el (describe-coding-system):
6248 For raw-text and emacs-mule, don't add anymore text about what
6249 charsets they can encode.
6250
6251 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6252
6253 * help.el (view-lossage): Mention open-dribble-file in the doc
6254 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6255
6256 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6257
6258 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6259 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6260
6261 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6262
6263 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6264 Call ccl-execute-on-string directly so that CCL program handling
6265 multibyte sequence can work correctly.
6266 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6267 property of the coding system.
6268
6269 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6270
6271 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6272 Fix transcription typo.
6273
6274 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6275
6276 * whitespace.el: Add buffer local variables to toggle testing of
6277 whitespaces in buffers without affecting the default values.
6278 Bump version to 3.0 to account for a few other changes.
6279 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6280 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6281 (whitespace-toggle-spacetab-check): New functions.
6282
6283 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6284
6285 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6286
6287 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6288
6289 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6290 bs-cycle-configuration-name. From Juanma Barranquero
6291 <lektu@uol.com.br>.
6292
6293 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6294 and cc-vars.el.
6295
6296 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6297 headers. Always invoke sendmail with option -t.
6298
6299 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6300
6301 * Release of cc-mode 5.28.
6302
6303 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6304
6305 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6306 Removed the hardcoded switch to "java" style in Java mode.
6307 It's instead taken care of by the default value for c-default-style.
6308
6309 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6310
6311 * cc-align.el (c-lineup-math): Fix bug where lineup was
6312 triggered by equal signs in string literals.
6313
6314 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6315
6316 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6317 limit detection when at the ends of the buffer.
6318
6319 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6320 "for" statement clause in case 7F; a better one is done
6321 earlier in case 7D anyway.
6322
6323 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6324
6325 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6326 somewhat more and did a small optimization.
6327
6328 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6329
6330 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6331 Use the limit argument only to limit the syntactic context
6332 search, not to limit the actual movement.
6333
6334 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6335 inside multiline strings, just like in comments. Also various
6336 fixes to the paragraph and comment prefix recognition, block
6337 comment ender handling etc.
6338
6339 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6340
6341 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6342 the relative position of the point.
6343
6344 * cc-cmds.el (c-electric-continued-statement): New function to
6345 use as abbrev hook to reindent for keywords such as "else"
6346 that continues an earlier statement.
6347
6348 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6349 like classes.
6350
6351 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6352 (pike-mode): Populate the default abbrev tables to reindent for
6353 keywords such as "else" that can continue earlier statements.
6354 Abbrev mode is therefore turned on by default now. (Note that
6355 this doesn't apply to idl-mode, since IDL afaik doesn't have
6356 statements at all.)
6357
6358 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6359
6360 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6361 bracelists where the declaration contains template arguments.
6362
6363 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6364
6365 * cc-cmds.el (c-comment-indent):
6366 Use `c-get-syntactic-indentation' to correctly calculate the
6367 syntactic indentation. Fixes bug with lineup functions that
6368 return vectors.
6369
6370 * cc-engine.el (c-get-syntactic-indentation): Split the
6371 indentation sum calculation from `c-indent-line' to a separate
6372 function.
6373
6374 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6375
6376 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6377 Fixed places where it was assumed that preprocessor directives
6378 have to start in column zero.
6379
6380 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6381 template arguments after a class identifier properly.
6382
6383 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6384 lists for `new Foo[]' constructs in Java as expressions and
6385 not top level definition brace lists on the top level, so that
6386 they'll get indented consistently with the same type of
6387 expression in a normal block.
6388
6389 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6390
6391 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6392 whether the adaptive filling package fails to keep the comment
6393 prefix is now kludged further to check for filladapt-mode
6394 which doesn't have that problem. This is really icky, but it's
6395 the only way that works with the current misfeatures/bugs in
6396 both adaptive-fill-mode and filladapt-mode.
6397
6398 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6399 around point is recognized more robust.
6400
6401 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6402
6403 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6404 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6405 (c-lit-type): Fixed all internal variables used dynamically so
6406 that they are always bound.
6407
6408 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6409 errors:
6410
6411 (c-indent-region): Fixed reporting of syntactic errors so that
6412 the region is fully reindented even when an error occurs.
6413 The last syntactic error is printed afterwards. Also cleanup up a
6414 whole lot of code that tried to optimize indentation of whole
6415 sexps but in reality accomplishes nothing.
6416
6417 (c-indent-sexp): Use c-indent-region.
6418
6419 (c-parsing-error): Changed this variable to hold the message
6420 for any syntactic error that is discovered.
6421
6422 (c-parse-state): Search backward from point instead of the bod
6423 position when the latter is invalid. This makes CC Mode
6424 recover faster when there are unbalanced close braces.
6425
6426 (c-backward-to-start-of-if): Use c-parsing-error to report
6427 dangling "else" clauses instead of throwing an error, and fall
6428 back to a reasonable position.
6429
6430 (c-indent-line): Added argument to avoid reporting syntactic errors.
6431
6432 (c-show-syntactic-information): Don't report any syntactic errors.
6433
6434 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6435
6436 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6437 paragraph recognition when moving by sentence in literals.
6438
6439 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6440 start regexp for javadoc to recognize javadoc markup in general instead
6441 of a specific set of keywords, to be more future-safe.
6442
6443 (c-Pike-pikedoc-paragraph-start)
6444 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6445 pikedoc markup.
6446
6447 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6448
6449 (pike-mode): Initialize paragraph settings pikedoc recognition.
6450
6451 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6452
6453 (c-comment-prefix-regexp): Made it possible to use an
6454 association list on this to specify mode specific regexps.
6455 The default value now use a special regexp in Pike mode to
6456 recognize pikedoc markup.
6457
6458 (c-current-comment-prefix): New variable containing the actual
6459 regexp from c-comment-prefix-regexp for the current buffer.
6460
6461 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6462
6463 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6464 lists: We can't look at the syntax, since a brace list can get
6465 recognized as a plain statement-cont.
6466
6467 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6468 special brace list opener broken over two lines got recognized
6469 as a statement on the second line. Case 9A changed.
6470
6471 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6472
6473 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6474 adjustment after line is reindented.
6475
6476 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6477
6478 * cc-defs.el (c-point): Added optional argument for position
6479 to use instead of the current point.
6480
6481 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6482 the in-expression block symbols when the construct starts at
6483 boi, to avoid the extra level of indentation in that case.
6484 Cases 4, 16A and 17E affected.
6485
6486 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6487
6488 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6489 calls to `c-indent-line', to adhere better to Emacs conventions.
6490
6491 * cc-engine.el (c-indent-line): Use the syntax already bound
6492 to `c-syntactic-context', if there is any.
6493
6494 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6495
6496 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6497 wasn't added up correctly when a lineup function returned nil.
6498
6499 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6500
6501 * cc-engine.el (c-collect-line-comments): Fixed bug where
6502 empty lines were ignored when collecting line comments backwards.
6503
6504 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6505
6506 * cc-align.el (c-lineup-dont-change): Return an absolute
6507 indentation column to work correctly in the case when several
6508 syntactic elements are processed for the same line.
6509
6510 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6511 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6512 (c-set-offset): Added absolute indentation column settings by
6513 using the vector type.
6514
6515 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6516
6517 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6518 Implemented two new cleanups `space-before-funcall' and
6519 `compact-empty-funcall'.
6520
6521 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6522
6523 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6524 helping building regexps.
6525
6526 * cc-engine.el (c-on-identifier): New function for detecting
6527 identifiers. It takes keywords into account.
6528
6529 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6530 lists. `c-keywords' is set to a regexp matching all keywords
6531 in the current language.
6532
6533 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6534
6535 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6536 list of characters to skip backwards over at the beginning of
6537 a statement, since it can precede string literals in Pike.
6538
6539 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6540
6541 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6542 recognition when standing on the last line in a C++ comment
6543 with nothing but whitespace after the prefix.
6544
6545 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6546 given no limit argument.
6547
6548 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6549
6550 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6551 recognition for the `[]= operator symbol in Pike.
6552
6553 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6554
6555 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6556 around a bug in `eval-when-compile' in the byte compiler.
6557
6558 * cc-engine.el (c-forward-token-1): Fixed bug with return
6559 value when count is zero and there's no token start within the limit.
6560
6561 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6562 "prefix comments", i.e. comments which are followed by code on
6563 the same line.
6564
6565 * cc-mode-19.el: Fixes so that checks that must be done at
6566 compile time also are done then.
6567
6568 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6569
6570 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6571 time and at runtime, and only when it's needed.
6572
6573 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6574
6575 Major cleanup for less error prone and more warning free
6576 compilation, including some fixes for bugs due to different
6577 compilation orders. Thanks to Martin Buchholz for providing
6578 the basis for all this.
6579
6580 * cc-bytecomp.el: New file that provides some byte compilation
6581 features: It ensures that files always are loaded from the
6582 current source directory during compilation, and it provides a
6583 set of macros to turn off specific compiler warnings for
6584 specific symbols. (It's not CC Mode specific in any way.)
6585
6586 Fixed a nearly acyclic dependency tree (both runtime and
6587 compile-time) between all files.
6588
6589 * cc-defs.el: Separated all macros before the inline functions,
6590 to ensure correct compilation.
6591
6592 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6593 cc-defs.el to cc-engine.el and made it a function instead.
6594
6595 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6596 about char-after.
6597
6598 * cc-vars.el: Cope even when there isn't a custom package
6599 containing defcustom available.
6600
6601 * cc-make.el: Removed since it's no longer necessary.
6602
6603 README: Updated installation instructions.
6604
6605 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6606
6607 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6608 improve the modularity: Moved all mode init stuff from
6609 cc-langs.el to cc-mode.el, including the keymap
6610 initialization; cc-langs now only contains the various
6611 variables for configuring the language syntax.
6612
6613 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6614 (c-get-offset): Moved from cc-styles to cc-engine since file
6615 dependency analysis suggests they belong there (which also
6616 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6617
6618 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6619
6620 * cc-cmds.el (c-fn-region-is-active-p): New function that
6621 wraps the corresponding macro, for use in places that aren't
6622 compiled. Thanks to Martin Buchholz for pointing out this.
6623
6624 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6625
6626 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6627 add things to the bug report.
6628
6629 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6630
6631 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6632 returned prefix could contain a newline when the search for a
6633 good prefix line failed.
6634
6635 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6636
6637 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6638 (c-toggle-auto-hungry-state): Made the argument optional, as
6639 the documentation says it is.
6640
6641 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6642
6643 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6644 multiline string syntax, #"...", as a cpp macro.
6645
6646 2001-03-21 Paul Eggert <eggert@twinsun.com>
6647
6648 * international/mule-cmds.el (set-locale-environment):
6649 Set system-messages-locale and system-time-locale, but only if the
6650 caller specifies a non-nil locale name.
6651
6652 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6653
6654 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6655 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6656
6657 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6658
6659 * follow.el (follow-avoid-tail-recenter): Doc fix.
6660
6661 * custom.el (custom-set-variables): Avoid reversing the list
6662 of args needlessly.
6663
6664 * startup.el (fancy-splash-head): Don't change the colors of the
6665 XPM image on a dark background.
6666
6667 * comint.el (comint-exec-1): Set columns of the terminal to
6668 window-width instead of frame-width.
6669
6670 * info.el (Info-scroll-down): Add missing WINDOW arg for
6671 pos-visible-in-window-p.
6672
6673 * ehelp.el (electric-help-mode-hook): Add defcustom.
6674
6675 * mail/sendmail.el (mail-mode): Activate case-folding in
6676 font-lock-defaults.
6677
6678 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6679
6680 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6681 (completion-ignored-extensions): Remove duplicate ".class".
6682
6683 2001-03-19 Andreas Schwab <schwab@suse.de>
6684
6685 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6686 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6687
6688 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6689
6690 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6691 methods since there are not prefix input methods.
6692
6693 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6694
6695 * international/mule-cmds.el (read-input-method-name):
6696 Locally bind enable-recursive-minibuffers to t.
6697
6698 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6699
6700 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6701
6702 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6703
6704 * ediff-util.el: Copyright years.
6705 (ediff-choose-syntax-table): New function.
6706 (ediff-setup): Use ediff-choose-syntax-table.
6707
6708 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6709 with-syntax-table.
6710
6711 * ediff.el: Date of last update, copyright years.
6712
6713 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6714
6715 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6716 of Scott Bronson.
6717 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6718 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6719 Deleted functions.
6720 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6721 ex-token-list.
6722
6723 * viper-util.el: Spaces, indentation.
6724
6725 * viper.el: Changed version, modification time.
6726
6727 2001-03-16 John Wiegley <johnw@gnu.org>
6728
6729 * calendar/timeclock.el (timeclock-workday-remaining):
6730 Check whether `discrep' is non-null before using it.
6731
6732 2001-03-16 John Wiegley <johnw@gnu.org>
6733
6734 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6735 first-time checkins.
6736 (timeclock-log-data): Fixed problem with reading timelog log file.
6737 Resulting data in the "day list" was incorrect.
6738 (timeclock-find-discrep): Check if `timeclock-file' is readable
6739 before opening it.
6740 (timeclock-time-less-p): New function.
6741 (timeclock-day-base): New function.
6742 (timeclock-geometric-mean): New function.
6743 (timeclock-generate-report): Generate a summary report based on
6744 the contents of the log file. This uses `timeclock-log-data', and
6745 is an example of writing a timelog manipulation function.
6746 (timeclock-visit-timelog): A quick command for opening the timelog
6747 file.
6748 (timeclock-log-data): Bound the variable event.
6749
6750 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6751
6752 * international/mule-cmds.el (select-safe-coding-system):
6753 Fix typo: symbol-name -> symbol-value.
6754
6755 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6756 before substitute-in-file-name to handle double slashes in FILE
6757 correctly.
6758
6759 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6760
6761 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6762 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6763
6764 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6765
6766 * bindings.el (features): Add `md5' and `overlay' to the list.
6767
6768 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6769 bound before using it. It's not bound when configured without X,
6770 for instance.
6771
6772 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6773
6774 * progmodes/hideshow.el: Update copyright.
6775 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6776 (hs-minor-mode-hook): Include `:version' in defcustom form.
6777
6778 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6779
6780 * help.el (string-key-binding): Don't call event-start on
6781 a non-list.
6782
6783 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6784
6785 * startup.el (fancy-splash-tail, command-line-1): Fix the
6786 copyright year.
6787
6788 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6789
6790 * term.el: These changes are based on a patch sent from Yong Lu
6791 <lyongu@yahoo.com>.
6792 (term-set-escape-char): Bind M-x to execute-extended-command in
6793 term-raw-escape-map.
6794 (term-move-columns): Don't try to move to negagive column.
6795 (term-emulate-terminal): Insert a string before deleting a text to
6796 overwrite.
6797
6798 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6799
6800 * play/life.el (life): Rearrange code so that all calls to
6801 life-display-generation are in a catch-form.
6802
6803 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6804 file that isn't interesting. In an interesting file, push the old
6805 value of point on the mark ring.
6806
6807 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6808 New function.
6809 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6810 Use it.
6811
6812 * emacs-lisp/autoload.el (generate-file-autoloads):
6813 Remove warning about line lengths.
6814
6815 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6816
6817 * progmodes/etags.el (tags-compression-info-list): New variable.
6818 (find-tag-in-order): Use it to deal with compressed source files.
6819 (tag-file-name-match-p): New function.
6820 (etags-recognize-tags-table): Use it for better match of file names.
6821
6822 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6823
6824 * international/mule-cmds.el (register-input-method): Doc fix.
6825
6826 * international/quail.el (quail-translate-key): Fix condition to
6827 check if there's another breaking point in the current key.
6828
6829 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6830
6831 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6832 Babyl header to the newly-created output file, bind
6833 coding-system-for-write to either rmail-file-coding-system or
6834 emacs-mule-unix.
6835
6836 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6837
6838 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6839 Fix the name and regexp used for subsubsections.
6840
6841 2001-03-10 Dave Love <fx@gnu.org>
6842
6843 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6844 and save-buffer if buffer-file-name non-nil. From rms.
6845
6846 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6847
6848 * vc.el (vc-do-command): If the destination buffer is already
6849 current, don't set it up and don't erase it. Updated doc string
6850 to reflect that.
6851 (vc-version-diff): When doing a single file diff, don't switch to the
6852 *vc-diff* buffer before the command. This is to preserve local
6853 variable bindings that might affect the diff command.
6854 (vc-print-log): Don't switch to the *vc* buffer before the
6855 command, so that local variable bindings are preserved.
6856
6857 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6858 not the current buffer.
6859 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6860
6861 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6862 make output go to buffer *vc*, not the current buffer.
6863
6864 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6865
6866 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6867 so ^, $, *, ? and + are interpreted correctly.
6868
6869 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6870
6871 * help.el (string-key-binding): Renamed from
6872 mode-line-key-binding. Handle any event on a string.
6873 Check for `keymap' properties as well as `local-map' properties.
6874
6875 * comint.el (comint-insert-clicked-input): Use the last key
6876 from this-command-keys to lookup the global key definition.
6877
6878 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6879
6880 * international/characters.el: Add category `j' for
6881 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6882
6883 * international/mule-conf.el (no-conversion): Fix docstring.
6884 (raw-text): Fix docstring.
6885
6886 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6887
6888 * simple.el (choose-completion-string): When not leaving the
6889 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6890 is set.
6891
6892 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6893 parameter `(minibuffer . t)'.
6894
6895 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6896
6897 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6898 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6899 (sh-mode): Remove `make-local-variable' for unused var
6900 `font-lock-unfontify-region-function'.
6901
6902 2001-03-07 Richard M. Stallman <rms@gnu.org>
6903
6904 * info.el (Info-scroll-down): Fix previous change.
6905
6906 * mail/rmail.el (rmail-toggle-header): Use a window which
6907 is showing the Rmail buffer, rather than the selected window.
6908
6909 2001-03-07 Dave Love <fx@gnu.org>
6910
6911 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6912 now, to avoid problems with binding imenu directly to a mouse event.
6913
6914 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6915
6916 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6917 second arg t.
6918
6919 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6920
6921 * log-edit.el (log-edit-common-indent): New var.
6922 (log-edit-set-common-indentation): Renamed from
6923 log-edit-delete-common-indentation. Use the new var.
6924 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6925
6926 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6927 (cvs-mode-add-change-log-entry-other-window):
6928 Don't presume change-log-default-name is defined.
6929
6930 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6931
6932 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6933 the "tree" operation as well.
6934
6935 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6936
6937 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6938 to match paragraph-start.
6939
6940 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6941 comment-start-skip and set comment-end-skip as well.
6942 (sgml-comment-indent): Fix for new value of comment-start-skip.
6943 (html-autoview-mode): Don't bother using make-local-hook.
6944
6945 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6946
6947 * cus-edit.el (custom-save-delete): Move in front of local
6948 variables, otherwise long Custom entries would make them ineffective.
6949
6950 * uniquify.el: Set maintainer to FSF.
6951
6952 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6953
6954 * dired-aux.el (dired-do-shell-command): Doc fix.
6955
6956 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6957
6958 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6959
6960 * which-func.el (which-func-modes): Add cperl-mode.
6961 (which-func-mode-global): Use define-minor-mode.
6962
6963 * info-look.el: Docstring fixes and dead code eliminated.
6964 (cperl-mode): Add support.
6965 (emacs-lisp-mode): List all entries from elisp manual, whether
6966 or not they are currently (f)bound or not. Update regexp.
6967
6968 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6969
6970 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6971 so that C-h m shows the correct information.
6972 Use make-local-variable rather than make-variable-buffer-local.
6973 (cperl-info-buffer, cperl-setup-tmp-buf):
6974 Use make-local-variable rather than make-variable-buffer-local.
6975 (cperl-msb-fix, cperl-get-help-defer):
6976 Check major-mode for `cperl-mode' as well.
6977
6978 * progmodes/cperl-mode.el: Updated to author version 4.23.
6979 (cperl-electric-pod): SYNOPSIS was misspelled.
6980 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6981 (cperl-after-expr-p): Make true after __END__.
6982
6983 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6984
6985 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6986 bookmark-completion-ignore-case is t.
6987
6988 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6989 switch, like xterm, and concat resource strings, with a newline
6990 between them.
6991
6992 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6993
6994 * international/codepage.el (cp770-decode-table)
6995 (cp773-decode-table, cp774-decode-table): New variables.
6996
6997 * man.el (Man-hyphenated-reference-regexp): New variable.
6998 (Man-build-references-alist): Use it to search for referenced
6999 manpages. If hyphenated is non-nil, record a concatenated word in
7000 Man-refpages-alist only if it matches Man-reference-regexp.
7001 Update word's length when it is concatenated. Reverse the list,
7002 to get the first manpage at the head.
7003 (Man-possibly-hyphenated-word): New function.
7004 (Man-follow-manual-reference): Use it instead of current-word to
7005 find a manpage at point, in a way that accounts for hyphenated
7006 references.
7007
7008 2001-03-06 Alex Schroeder <alex@gnu.org>
7009
7010 * sql.el (sql-interbase): New function.
7011 (sql-interbase-program): New option.
7012 (sql-interbase-options): New option.
7013 And some typos fixed: "customise" to "customize".
7014
7015 2001-03-06 Dave Love <fx@gnu.org>
7016
7017 * textmodes/flyspell.el (flyspell-region):
7018 Set up flyspell-local-mouse-map.
7019
7020 2001-03-05 Richard M. Stallman <rms@gnu.org>
7021
7022 * mail/rmail.el (rmail-retry-failure):
7023 Don't call rmail-beginning-of-message.
7024 Don't discard From: field. Do discard Received: field.
7025 Use unwind-protect to re-prune.
7026 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7027
7028 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7029
7030 * international/quail.el (quail-title): Add autoload cookie.
7031
7032 2001-03-05 Dave Love <fx@gnu.org>
7033
7034 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7035 new defs.
7036
7037 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7038
7039 * language/ethio-util.el (ethio-toggle-space):
7040 Update current-input-method-title if necessary.
7041 (ethio-toggle-punctuation): Likewise.
7042
7043 * international/quail.el (quail-title): Fix for the case that a
7044 title of an input method is specified by a list of the same form
7045 as used in mode-line-format.
7046
7047 * international/mule-cmds.el (activate-input-method):
7048 If current-input-method-title is set by activating INPUT-METHOD,
7049 respect that value.
7050
7051 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7052
7053 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7054
7055 2001-03-05 Alex Schroeder <alex@gnu.org>
7056
7057 * sql.el (sql-sybase): Fix typo (was: query user about server two
7058 times instead of server and database).
7059
7060 * sql.el (sql-sybase): Doc change.
7061 (sql-mysql): Doc change.
7062 (sql-postgres): Doc change.
7063
7064 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7065
7066 * international/mule-conf.el (emacs-mule, raw-text):
7067 Docstring modified.
7068
7069 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7070
7071 * term/internal.el: Update copyright notice.
7072
7073 * term/pc-win.el: Update copyright notice.
7074
7075 2001-03-02 Dave Love <fx@gnu.org>
7076
7077 * files.el (insert-file-contents-literally):
7078 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7079 not jka-compr-compression-info-list.
7080
7081 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7082
7083 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7084 spaces in default comment-start-skip settings rather than \s-.
7085
7086 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7087
7088 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7089 default-frame-alist as well.
7090
7091 2001-03-01 Dave Love <fx@gnu.org>
7092
7093 * textmodes/reftex.el (defvar): Wrap some defvars in
7094 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7095
7096 * subr.el (event-basic-type): Doc fix.
7097
7098 * international/quail.el: Doc fixes.
7099
7100 * international/utf-8.el: Doc fixes.
7101
7102 * international/mule-cmds.el: Doc fixes.
7103 (leim-list-header): Fix header text.
7104
7105 * international/mule.el (coding-system-category): Doc fix.
7106
7107 * international/ccl.el (ccl-compile): Doc fix.
7108
7109 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7110
7111 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7112 rather than (before|after)-change-functions.
7113
7114 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7115
7116 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7117 scroll-left and scroll-right being called interactively so that
7118 they set the window's min_hscroll.
7119
7120 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7121
7122 * info.el (info-insert-file-contents-1): Accept an additional
7123 argument `lfn': if it is non-nil, concatenate `filename' and
7124 `suffix'; otherwise use the complicated MS-DOS code.
7125 All callers changed.
7126 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7127 can access long file names, try the long file-name version of
7128 `info-insert-file-contents-1', then the short file-name version.
7129
7130 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7131
7132 * language/ethio-util.el (setup-ethiopic-environment-internal):
7133 Change bindings of functions keys to conform to "Emacs Lisp Coding
7134 Convention".
7135
7136 * language/ethiopic.el ("Ethiopic"): Add documentation.
7137
7138 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7139
7140 * international/utf-8.el (mule-utf-8): Set coding-category
7141 property to coding-category-utf-8.
7142
7143 2001-02-27 Richard M. Stallman <rms@gnu.org>
7144
7145 * lpr.el (lpr-page-header-switches, print-region-1):
7146 Undo 2000-07-06 change.
7147 (lpr-add-switches): Default to t on gnu/linux.
7148
7149 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7150
7151 * bs.el (bs-attributes-list): Doc fix.
7152
7153 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7154
7155 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7156
7157 * help.el (view-order-manuals): Use goto-address.
7158
7159 * startup.el (command-line-1): Add info about ordering manuals
7160 to the not so fancy splash screens.
7161
7162 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7163
7164 * vc.el (vc-default-workfile-unchanged-p)
7165 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7166
7167 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7168
7169 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7170 fontify in the right buffer.
7171
7172 * allout.el (outline-flag-region): Move macro in front of first
7173 use to avoid a run-time error.
7174
7175 2001-02-24 Andrew Innes <andrewi@gnu.org>
7176
7177 * makefile.w32-in: Fix copyright notice.
7178
7179 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7180
7181 * international/utf-8.el (mule-utf-8): Set correct value for
7182 valid-codes property.
7183
7184 * international/fontset.el (x-complement-fontset-spec): In the
7185 case that we use ASCII font for the other charsets, use only
7186 family and registry part of it.
7187
7188 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7189
7190 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7191 (shrink-window-if-larger-than-buffer): Doc fix.
7192
7193 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7194
7195 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7196 predicate passed to completing-read.
7197
7198 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7199
7200 * startup.el (command-line): Fix last change.
7201
7202 2001-02-23 Jason Rumney <jasonr@gnu.org>
7203
7204 * startup.el (tool-bar-originally-present): New variable.
7205 (command-line): Set it if the tool-bar is switched on at startup.
7206
7207 * frame.el (frame-notice-user-settings): Only adjust frame height
7208 for no tool-bar case if tool-bar was originally switched on.
7209 From E. Jay Berkenbilt.
7210
7211 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7212
7213 * server.el (server-switch-buffer): Only switch window if the
7214 current one is dedicated.
7215
7216 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7217 rather than using (match-beginning 0) when searching for break point.
7218
7219 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7220
7221 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7222 @ follows an accent command such as @'. Support optional braces
7223 in commands that insert accents, like makeinfo does.
7224
7225 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7226
7227 * startup.el (fancy-splash-text): Add a line for ordering
7228 manuals. Reverse order of splash screens shown.
7229 (use-fancy-splash-screens-p): Adapt to the text line added.
7230
7231 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7232 manuals from the FSF.
7233
7234 * help.el (view-order-manuals): New function.
7235 (toplevel): Bind C-h C-m to this function.
7236
7237 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7238
7239 * newcomment.el (comment-forward): Skip the comment-start before
7240 searching for the comment-end.
7241
7242 2001-02-21 Dave Love <fx@gnu.org>
7243
7244 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7245
7246 * international/mule-cmds.el, international/mule.el: Doc fixes.
7247
7248 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7249
7250 * startup.el (fancy-splash-screens): Use display-hourglass
7251 instead of display-busy-cursor.
7252
7253 * frame.el (display-hourglass): Renamed from busy-cursor.
7254 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7255 (show-cursor-in-non-selected-windows): Doc fix.
7256
7257 2001-02-20 Dave Love <fx@gnu.org>
7258
7259 * international/utf-8.el: Doc and commentary fixes.
7260
7261 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7262
7263 * ehelp.el (with-electric-help): Doc fix.
7264
7265 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7266
7267 * msb.el (msb-mode): Call the update-buffers function explicitly
7268 with a FORCE argument.
7269
7270 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7271 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7272 returns nil.
7273
7274 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7275
7276 * ps-print.el: Timestamp package replacement. Some enhancements.
7277 Some XEmacs compatibility. Doc fix.
7278 (ps-print-version): New version number (6.4).
7279 (ps-printer-name): Initialization fix.
7280 (ps-zebra-stripe-follow): Funcionality enhancement.
7281 (ps-prologue-file): Code enhancement.
7282 (ps-right-header): Timestamp package replacement.
7283 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7284 (ps-get-page-dimensions)
7285 (ps-generate-header, ps-begin-file, ps-begin-job)
7286 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7287 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7288 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7289 (coding-system-for-write): Var declaration (XEmacs compatibility).
7290
7291 2001-02-20 Miles Bader <miles@gnu.org>
7292
7293 * image-file.el (image-file-name-extensions): Add "tif".
7294
7295 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7296
7297 * wid-edit.el (widget-button-click): Save the selected window
7298 around the code handling clicks on buttons.
7299
7300 2001-02-18 Dave Love <fx@gnu.org>
7301
7302 * imenu.el (imenu--generic-function): Use mapc to iterate over
7303 syntax characters.
7304
7305 2001-02-17 Richard M. Stallman <rms@gnu.org>
7306
7307 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7308
7309 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7310
7311 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7312
7313 * mouse.el (mouse-save-then-kill): If the distance from the new
7314 point to the mark is equal to the distance of point from the new
7315 point, move point instead of the mark.
7316
7317 2001-02-16 Dave Love <fx@gnu.org>
7318
7319 * textmodes/flyspell.el (flyspell-get-word): Return string without
7320 properties.
7321
7322 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7323
7324 * generic.el (generic-find-file-regexp): Doc fix.
7325 (generic-ignore-files-regexp): New defcustom.
7326 (generic-mode-find-file-hook): If the file's name matches the
7327 regexp in `generic-ignore-files-regexp', don't enter
7328 default-generic-mode. Doc fix.
7329
7330 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7331
7332 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7333 Add autoload cookies.
7334
7335 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7336 of cal-tex-24.
7337
7338 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7339
7340 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7341
7342 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7343 the character class after the (optional) drive, to support file
7344 names with embedded blanks.
7345
7346 2001-02-15 Sam Steingold <sds@gnu.org>
7347
7348 * textmodes/tex-mode.el (tex-shell-running):
7349 Check the process buffer too.
7350
7351 2001-02-15 Dave Love <fx@gnu.org>
7352
7353 * battery.el (battery-status-function): Fix doc, :type.
7354
7355 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7356
7357 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7358
7359 * subr.el (read-passwd): Clear Lisp memory holding password.
7360
7361 2001-02-15 Miles Bader <miles@gnu.org>
7362
7363 * info.el (Info-copy-current-node-name): New function.
7364 (Info-mode-menu): Add it to the menu.
7365
7366 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7367
7368 * international/mule-cmds.el (toggle-input-method): Doc fix.
7369
7370 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7371
7372 * replace.el (occur): Stop at end of buffer.
7373
7374 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7375
7376 * international/mule-cmds.el (set-input-method): Another doc fix.
7377
7378 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7379
7380 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7381
7382 2001-02-13 Miles Bader <miles@gnu.org>
7383
7384 * faces.el (set-face-background, set-face-foreground)
7385 (set-face-stipple): Treat a value of nil as being `unspecified'.
7386
7387 2001-02-12 Dave Love <d.love@dl.ac.uk>
7388
7389 * international/latin1-disp.el: Doc fixes.
7390 (latin1-display) <defgroup>: Add :link.
7391 (latin1-display) <function>: Set variable latin1-display.
7392
7393 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7394
7395 * international/mule-cmds.el (set-input-method): Doc fix.
7396
7397 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7398
7399 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7400 (speedbar-line-file): Return nil if not a file.
7401 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7402
7403 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7404
7405 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7406 for remote files.
7407 (ediff-coding-system-for-read): Replaced the no-conversion default
7408 with raw-text.
7409
7410 * ediff-init.el: Removed :version from defcustom vars.
7411
7412 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7413 Better handling of the diff mode.
7414
7415 * ediff.texi: Added ediff-coding-system-for-read.
7416
7417 * viper.texi: Fix typos.
7418
7419 2001-02-11 Dave Love <fx@gnu.org>
7420
7421 * shadowfile.el: Doc fixes.
7422 (shadow) <defgroup>: Add :link.
7423 (shadowfile-unload-hook): New function.
7424 (shadow-initialize): Use defalias, not fset.
7425 (shadow-define-cluster, shadow-define-literal-group)
7426 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7427
7428 * international/mule.el: Doc and message fixes.
7429
7430 * international/ccl.el (define-ccl-program): Doc fix.
7431
7432 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7433
7434 * faces.el (mode-line): Set :line-width property to -1.
7435
7436 2001-02-10 Richard M. Stallman <rms@gnu.org>
7437
7438 * complete.el (partial-completion-mode): Doc fix.
7439
7440 * simple.el (delete-key-deletes-forward-mode):
7441 Change `let' to `let*' to fix gross bug in last change.
7442
7443 * repeat.el (repeat): Don't let execute-kbd-macro alter
7444 real-last-command.
7445
7446 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7447
7448 * simple.el (eval-expression): Doc fix.
7449
7450 2001-02-09 Dave Love <fx@gnu.org>
7451
7452 * imenu.el (imenu-generic-expression): Doc fix.
7453
7454 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7455 From Juanma Barranquero.
7456
7457 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7458
7459 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7460
7461 * faces.el (set-face-attribute): Describe the case of a negative
7462 value specified for :line-width.
7463
7464 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7465
7466 * which-func.el (which-func-mode): Invert which-func-mode-global.
7467 From Juanma Barranquero <lektu@uol.com.br>.
7468
7469 2001-02-08 Dave Love <fx@gnu.org>
7470
7471 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7472 widget-plist-value-type.
7473 (widget-alist-convert-widget): Replace binding of
7474 widget-alist-value-type.
7475
7476 * textmodes/paragraphs.el (sentence-end): Doc fix.
7477
7478 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7479 Remove `backward-line'.
7480
7481 * play/pong.el (pong-blank-color, pong-bat-color)
7482 (pong-ball-color, pong-border-color, pong-left-key)
7483 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7484 (pong-pause-key, pong-resume-key, pong-timer-delay):
7485 * mail/mh-comp.el (mh-compose-letter-function):
7486 * eshell/esh-mode.el (eshell-skip-prompt-function):
7487 * emulation/viper-ex.el (ex-unix-type-shell-options):
7488 * recentf.el (recentf-menu-filter):
7489 * ps-print.el (ps-print-region-function):
7490 * lpr.el (print-region-function):
7491 * forms.el (forms-mode-hooks):
7492 * dirtrack.el (dirtrack-directory-change-hook):
7493 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7494 * textmodes/spell.el (spell-filter):
7495 * textmodes/fill.el (adaptive-fill-function):
7496 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7497 * progmodes/etags.el (find-tag-default-function):
7498 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7499 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7500
7501 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7502
7503 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7504 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7505 Meyering <jim@meyering.net>.
7506
7507 * loadup.el: Revert last change.
7508
7509 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7510
7511 * international/mule.el (transform-make-coding-system-args):
7512 Make it work also for coding systems not using CCL.
7513
7514 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7515
7516 * simple.el (previous-matching-history-element)
7517 (next-matching-history-element): Doc fix.
7518
7519 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7520 specific part.
7521
7522 2001-02-06 Dave Love <fx@gnu.org>
7523
7524 * add-log.el (add-log-current-defun-function)
7525 (add-log-buffer-file-name-function, add-log-file-name-function):
7526 Fix :type.
7527 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7528
7529 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7530
7531 * info.el (info-initialize): Remove the test for system-type when
7532 invocation-directory is non-nil.
7533
7534 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7535 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7536
7537 2001-02-06 Andrew Innes <andrewi@gnu.org>
7538
7539 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7540 absolute.
7541
7542 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7543
7544 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7545 buffers. When hi-lock turned on rather than only checking current
7546 buffer for regexps, all buffers are checked. Moved activation of
7547 font-lock to hi-lock-refontify. When font-lock turned off rather
7548 than removing added highlighting just in current buffer, remove it
7549 in all buffers. Changed edit menu text from "Automatic
7550 Highlighting" to "Regexp Highlighting" Documentation for
7551 highlighting phrases, minor documentation changes.
7552 (hi-lock-set-file-patterns): Execute only if there are new or
7553 existing file patterns.
7554 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7555 unfontify and, if a support mode is active, will not refontify the
7556 whole buffer. If necessary, turn on font lock. (Removed
7557 font-lock-unfontify and font-lock support-mode-specific calls,
7558 such as lazy-lock-fontify-window.)
7559 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7560 patterns are found. Not useful now since find-file-hook is removed
7561 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7562 (hi-lock-face-phrase-buffer): New function. Also added related
7563 menu item and keybinding.
7564 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7565 (hi-lock-process-phrase): New function.
7566 (hi-lock-line-face-buffer): Doc fixes.
7567 (hi-lock-face-buffer): Doc fixes.
7568 (hi-lock-unface-buffer): Doc fixes.
7569
7570 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7571
7572 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7573 dabbrev-ignored-regexps.
7574
7575 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7576
7577 * simple.el (kill-line): Doc fix.
7578
7579 2001-02-05 Dave Love <fx@gnu.org>
7580
7581 * loadup.el: Revert last two changes -- bootstrapping works with
7582 regenerated loaddefs.
7583
7584 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7585
7586 * isearch.el (isearch-forward): Doc fix.
7587
7588 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7589 of font-lock-defaults to backward-paragraph.
7590
7591 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7592
7593 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7594 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7595
7596 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7597
7598 * ebnf2ps.el: Eliminate time-stamp functions.
7599 (ebnf-version): New version (3.5).
7600 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7601 format-time-string.
7602
7603 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7604
7605 * simple.el (next-line): Goto end-of-line before inserting a newline.
7606
7607 2001-02-05 Miles Bader <miles@gnu.org>
7608
7609 * image-file.el (insert-image-file): When visiting an image, also
7610 set `truncate-lines' to t so that any fringe arrow looks correct.
7611
7612 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7613
7614 * isearch.el (isearch-forward): Add description about input method
7615 in the docsting.
7616
7617 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7618
7619 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7620
7621 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7622
7623 * info.el (info-initialize): If installation-directory is nil, for
7624 DOS/Windows systems try looking in a sibling of invocation-directory.
7625
7626 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7627
7628 * wid-edit.el (widget-button-click): Fix last change.
7629
7630 * frame.el (frame-notice-user-settings): When resizing the initial
7631 frame because the tool bar is off, also change the frame's top
7632 position if a negative top position was specified.
7633
7634 2001-02-02 Miles Bader <miles@gnu.org>
7635
7636 * image-file.el (insert-image-file): When visiting an image,
7637 suppress the cursor in the image buffer.
7638
7639 2001-02-01 Dave Love <fx@gnu.org>
7640
7641 * progmodes/f90.el (f90-mode): Remove startup message.
7642
7643 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7644
7645 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7646
7647 * startup.el (command-line): Fix code determining whether or not
7648 to use delete-key-deletes-forward-mode.
7649
7650 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7651
7652 * vc.el (vc-diff-switches): New user option.
7653 (vc-version-diff): Use it.
7654 (vc-diff-switches-list): New macro.
7655
7656 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7657 New customization options.
7658 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7659
7660 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7661
7662 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7663
7664 * msb.el (toplevel): Quote hook symbols.
7665
7666 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7667
7668 * international/mule.el (make-coding-system): Add description
7669 about recognized properties in the docstring.
7670
7671 * international/mule-conf.el: Remove unused charsets
7672 mac-roman-lower and mac-roman-upper.
7673
7674 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7675
7676 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7677 is in front of the left-margin, if any.
7678
7679 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7680 like `delete'.
7681
7682 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7683
7684 * term/w32-win.el (mouse-set-font): Doc fix.
7685
7686 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7687
7688 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7689 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7690 on already.
7691
7692 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7693
7694 * files.el (save-buffer): Don't give message if (buffer-file-name)
7695 returns nil.
7696
7697 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7698
7699 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7700
7701 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7702 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7703
7704 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7705 display problems.
7706
7707 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7708
7709 * international/mule.el (charset-info): Fix docstring.
7710
7711 * international/mule-diag.el (describe-character-set): Check final
7712 char valid before printing it.
7713
7714 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7715
7716 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7717
7718 * frame.el (frame-notice-user-settings): Do the tool-bar
7719 stuff only for graphical displays. Fix a braino.
7720
7721 * frame.el (frame-initialize): Create initial frame visible.
7722 (frame-notice-user-settings): When tool-bar has been switched off,
7723 correct the frame size and sync tool-bar-mode.
7724
7725 * startup.el (command-line): Remove manipulation of frame
7726 height for tool bars.
7727
7728 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7729
7730 * lpr.el: Compatibility with XEmacs and doc fixes.
7731 (lpr-windows-system, lpr-lp-system): New vars.
7732 (lpr-printer-switch): New defcustom.
7733 (printer-name, lpr-command): Customization fix.
7734 (print-region-1): Code fix.
7735 (print-region-new-buffer, printify-region): Indentation fix.
7736 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7737 New functions.
7738
7739 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7740
7741 * msb.el (toplevel): Fix the eval-after-load.
7742
7743 2001-01-29 Dave Love <fx@gnu.org>
7744
7745 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7746
7747 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7748
7749 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7750 (tcl-using-emacs-19-23): Consider Emacs 21+.
7751 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7752 (tcl-add-emacs-menu): Supply menu name.
7753 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7754
7755 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7756
7757 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7758
7759 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7760
7761 * pcvs.el (cvs-mark-fis-dead): New function.
7762 (cvs-mode-add): Use it.
7763 (cvs-mode-add-change-log-entry-other-window):
7764 Rebind change-log-default-name to itself rather than to nil.
7765
7766 2001-01-29 Sam Steingold <sds@gnu.org>
7767
7768 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7769 `autoload' statements.
7770
7771 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7772
7773 * files.el (confirm-kill-emacs): Doc fix.
7774
7775 * frame.el (frame-initialize): Doc fix.
7776
7777 * time-stamp.el (time-stamp-string): Doc fix.
7778
7779 * woman.el (WoMan-log-1): Make the log buffer writable.
7780 From Markus Rost <rost@math.ohio-state.edu>.
7781
7782 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7783
7784 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7785 the `make-variable-buffer-local'.
7786
7787 2001-01-29 Dave Love <fx@gnu.org>
7788
7789 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7790 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7791 Add autoload cookie.
7792 (ansi-color-apply-sequence): Fix typo.
7793
7794 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7795
7796 * menu-bar.el (menu-bar-files-menu): Add menu items for
7797 Postscript printing in black and white.
7798
7799 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7800 X-Mailman-Version, Precedence, List-Help, List-Post,
7801 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7802 Content-Type, Content-Length.
7803
7804 2001-01-29 Dave Love <fx@gnu.org>
7805
7806 * elide-head.el (elide-head): Make overlay evaporate.
7807
7808 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7809
7810 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7811
7812 * isearch.el (isearch-highlight): Don't punt if the display
7813 doesn't support colors, since isearch faces are defined for
7814 monochrome displays as well.
7815
7816 2001-01-27 Sam Steingold <sds@gnu.org>
7817
7818 * shell.el (shell-write-history-on-exit): Make sure that we are in
7819 the shell buffer (M-x tex-file RET inserted the error message into
7820 the TeX buffer).
7821
7822 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7823
7824 * simple.el (transient-mark-mode): Doc fix.
7825
7826 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7827
7828 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7829
7830 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7831
7832 * shell.el (shell-unquote-argument): If the shell is one of the
7833 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7834 quote character.
7835 (shell-dumb-shell-regexp): Document that the shells which match
7836 this regexp are supposed to not treat a backslash as a quote character.
7837
7838 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7839 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7840
7841 2001-01-27 Richard M. Stallman <rms@gnu.org>
7842
7843 * dabbrev.el (dabbrev--substitute-expansion):
7844 Treat a one-capital-letter abbrev as "not all upper case",
7845 so as to force preservation of the expansion's pattern
7846 if the expansion starts with a capital letter.
7847
7848 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7849
7850 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7851 Doc fix.
7852
7853 * simple.el (transient-mark-mode): Document the fact that many
7854 commands act on the region when mark is active.
7855
7856 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7857
7858 * international/quail.el (quail-setup-completion-buf): Make the
7859 multibyteness of current buffer inherited to Quail completion buffer.
7860 (quail-show-guidance-buf): Make the multibyteness of current
7861 buffer inherited to Quail guidance buffer.
7862 (quail-help): Make the multibyteness of current buffer inherited
7863 to Quail help buffer.
7864
7865 2001-01-26 Dave Love <fx@gnu.org>
7866
7867 * time-stamp.el: Doc fixes.
7868
7869 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7870 (delphi-keyword-face, delphi-other-face): Fix :type.
7871
7872 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7873
7874 * mail/feedmail.el (feedmail): Add :link.
7875 (feedmail-send-it): Doc fix.
7876
7877 * mail/sendmail.el: Doc fixes.
7878 (sendmail-send-it): Fix the non-ASCII regexp and use
7879 rfc2047-encode-string.
7880
7881 * dired.el, dired-aux.el: Revert last change.
7882
7883 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7884
7885 * makefile.w32-in (DONTCOMPILE): Add various term files.
7886
7887 2001-01-26 Dave Love <fx@gnu.org>
7888
7889 * Makefile.in (DONTCOMPILE): Add various term files.
7890
7891 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7892
7893 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7894
7895 * startup.el (display-startup-echo-area-message): Make sure
7896 the echo area is resized to fit the size of the startup message.
7897
7898 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7899 part of which is a constant.
7900
7901 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7902
7903 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7904
7905 2001-01-26 Richard M. Stallman <rms@gnu.org>
7906
7907 * simple.el (next-line): Don't let `newline' expand abbrevs.
7908 Simplify slightly.
7909 (open-line): Don't let `newline' expand abbrevs.
7910
7911 2001-01-25 John Wiegley <johnw@gnu.org>
7912
7913 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7914 to `repeat' in the :type field.
7915
7916 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7917 allow a choice of regexp or nil.
7918 (pcomplete-dir-ignore): Same.
7919
7920 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7921 a command) to always fail.
7922
7923 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7924
7925 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7926 discard the result.
7927 (iswitchb-to-end): Likewise.
7928
7929 2001-01-25 Sam Steingold <sds@gnu.org>
7930
7931 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7932 Require vc.
7933
7934 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7935
7936 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7937
7938 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7939
7940 2001-01-25 Dave Love <fx@gnu.org>
7941
7942 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7943 (describe-coding-system): Tweak the English text.
7944
7945 * loadup.el: Preload international/ccl for utf-8.
7946
7947 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7948
7949 * mail/rmail.el (rmail-redecode-body): Doc fix.
7950
7951 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7952
7953 * international/mule-cmds.el (reset-language-environment):
7954 Reset coding-category-utf-8 to mule-utf-8.
7955
7956 * international/mule-conf.el (coding-category-utf-8):
7957 Initialize to mule-utf-8.
7958
7959 * loadup.el: Preload international/utf-8.
7960
7961 * international/utf-8.el: New file.
7962
7963 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7964
7965 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7966
7967 2001-01-24 Sam Steingold <sds@gnu.org>
7968
7969 * dired.el (dired-replace-in-string): Removed.
7970 (dired-sort-toggle): Use `replace-regexps-in-string'
7971 instead of `dired-replace-in-string'.
7972
7973 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7974 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7975
7976 * gs.el (gs-replace-in-string): Removed.
7977 (gs-options): Use `replace-regexps-in-string'
7978 instead of `gs-replace-in-string'.
7979
7980 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7981
7982 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7983 bug report is mailed to an email list and posted to a news group.
7984
7985 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7986
7987 * comint.el (comint-replace-by-expanded-history-before-point):
7988 Fix change of 2000-08-03 to move point to the start of the line again.
7989
7990 * startup.el (tool-bar-images-pixel-height): New variable.
7991 (command-line): After loading the user's init file, when
7992 tool-bar-mode is on, increase the frame's size by some lines for
7993 the tool-bar.
7994
7995 * frame.el (frame-initialize): Create the initial frame invisible.
7996
7997 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7998
7999 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8000 (chinese-big5): MIME:Big5.
8001
8002 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8003
8004 * international/mule-cmds.el (universal-coding-system-argument):
8005 Handle commands with prefix args.
8006
8007 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8008
8009 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8010 being a list of numbers.
8011 (diary-mail-entries): Rewritten.
8012
8013 2001-01-23 Dave Love <fx@gnu.org>
8014
8015 * international/mule.el (make-coding-system): Fix typo.
8016
8017 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8018 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8019
8020 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8021
8022 * font-lock.el (font-lock-mode): Doc fix.
8023
8024 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8025
8026 * international/mule.el (make-translation-table): Fix docstring.
8027
8028 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8029
8030 * mail/rmail.el (rmail-redecode-body): New function.
8031
8032 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8033
8034 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8035
8036 * isearch.el (isearch-lazy-highlight-case-fold-search)
8037 (isearch-lazy-highlight-regexp): New variables.
8038 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8039 case-fold search or regexp search has been toggled.
8040
8041 * wid-edit.el (widget-button-click): Avoid a save-excursion
8042 around running a global binding.
8043
8044 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8045 to 0.25.
8046
8047 2001-01-20 Miles Bader <miles@gnu.org>
8048
8049 * cus-edit.el (custom-face-save): Do post-processing on the face's
8050 new value like `custom-face-set' does.
8051
8052 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8053
8054 * mail/emacsbug.el (report-emacs-bug): Report the value of
8055 LC_CTYPE, not LC_TYPE.
8056
8057 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8058 isearch-toggle-regexp and isearch-edit-string to doc string.
8059
8060 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8061
8062 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8063 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8064
8065 * jit-lock.el (jit-lock-fontify-now): Don't bind
8066 font-lock-beginning-of-syntax-function to nil.
8067
8068 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8069
8070 * mail/emacsbug.el (report-emacs-bug): Report values of
8071 locale-coding-system, default-enable-multibyte-characters, and the
8072 environment variables LC_ALL, LC_TYPE, and LANG.
8073
8074 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8075
8076 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8077
8078 * font-lock.el (font-lock-multiline): Default to nil.
8079 (font-lock-default-fontify-region): If font-lock-multiline is
8080 nil, don't check the property `font-lock-multiline'.
8081
8082 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8083 is nil, don't check the `font-lock-multiline' text property.
8084
8085 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8086
8087 * viper.el: Call initial-major-mode on startup.
8088
8089 * ediff.el (ediff-patch-file): Use better defaults.
8090
8091 * ediff-vers.el: Fix for 8+3 DOS file systems.
8092
8093 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8094
8095 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8096 diff mode, if available.
8097
8098 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8099
8100 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8101
8102 * ediff-init.el (subst-char-in-string): Define and use it, unless
8103 it's already defined.
8104
8105 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8106
8107 * tooltip.el (tooltip-hide-delay): New user-option.
8108 (tooltip-show): Use tooltip-hide-delay instead of the default.
8109
8110 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8111
8112 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8113 kill-local-variable doesn't work for enable-multibyte-characters.
8114
8115 2001-01-17 Dave Love <fx@gnu.org>
8116
8117 * ediff-init.el (ediff-before-setup-hook)
8118 (ediff-merge-filename-prefix): Add :version.
8119
8120 * international/latin1-disp.el: Require disp-table.
8121 (latin1-display): Fix :set.
8122
8123 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8124
8125 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8126
8127 * isearch.el (isearch-lazy-highlight-initial-delay)
8128 (isearch-lazy-highlight-interval): Default to 0.
8129
8130 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8131
8132 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8133 1 here rather than each time through
8134 isearch-lazy-highlight-new-loop.
8135 (isearch-lazy-highlight-max): Variable deleted.
8136 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8137 isearch-lazy-highlight-max but controls a single invocation of
8138 isearch-lazy-highlight-update.
8139 (isearch-lazy-highlight-wrapped): Variable recreated.
8140 (isearch-lazy-highlight-window-start): New variable.
8141 (isearch-lazy-highlight-cleanup): Restored to behavior of
8142 before 2-Jan.
8143 (isearch-lazy-highlight-remove-overlays): Function deleted;
8144 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8145 behavior removed.
8146 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8147 isearch-lazy-highlight-update in a loop rather than just once.
8148 Test isearch-invalid-regexp here and decide not to start a new
8149 loop, rather than testing it each time through
8150 isearch-lazy-highlight-update.
8151 (isearch-lazy-highlight-search): Function restored.
8152 (isearch-lazy-highlight-update): Get called in a timer loop again,
8153 but this time highlight more than one match each time through.
8154 Only highlight matches in the visible part of the window.
8155 Start at point, move in the direction of the search, and wrap around at
8156 the edge of the window. Use sit-for to force redisplay and ensure
8157 window-start is credible. "Face suppressing" behavior removed;
8158 overlay priorities should make it unnecessary, right?
8159 (isearch-highlight): Face suppressing behavior removed.
8160 (isearch-dehighlight): Face suppressing behavior removed.
8161 (isearch-set-lazy-highlight-faces-at): Removed.
8162
8163 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8164
8165 * language/european.el ("Latin-1"): Make the format of description
8166 about additional language environments same as that of Latin-2.
8167
8168 2001-01-16 Dave Love <fx@gnu.org>
8169
8170 * isearch.el (isearch-lazy-highlight): Add :version.
8171
8172 * simple.el (backward-delete-char-untabify-method)
8173 (next-line-add-newlines): Add :version.
8174
8175 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8176
8177 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8178 Don't bind <delete> otherwise.
8179
8180 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8181 and <delete> via function-key-map.
8182
8183 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8184 Subject line only if point is after the `Subject:'.
8185
8186 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8187
8188 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8189 japanese-jisx0213-2 in `charset' property of this lang. env.
8190
8191 * language/european.el ("Latin-1"): Add description for Dutch and
8192 Spanish lang. env.
8193
8194 * international/mule.el (decode-char): Fix conditions.
8195 (encode-char): Handle eight-bit-control too.
8196 (transform-make-coding-system-args): New function.
8197 (make-coding-system): Accept XEmacs style arguments for CCL base
8198 coding system.
8199
8200 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8201
8202 * progmodes/etags.el (find-tag-noselect): Save the value of
8203 tags-file-name before switching buffers, for the case it has a
8204 buffer-local value.
8205
8206 2001-01-15 Alex Schroeder <alex@gnu.org>
8207
8208 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8209 From Dave Love <fx@gnu.org>.
8210 (ansi-color-for-comint-mode): Fix :version.
8211
8212 2001-01-15 Alex Schroeder <alex@gnu.org>
8213
8214 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8215
8216 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8217
8218 * dired.el (dired-insert-directory): If file-system-info fails,
8219 remove the " free " part, but don't signal an error.
8220
8221 2001-01-12 Sam Steingold <sds@gnu.org>
8222
8223 * bookmark.el (bookmark-maybe-historicize-string):
8224 Use new backquote syntax.
8225
8226 2001-01-12 Richard M. Stallman <rms@gnu.org>
8227
8228 * subr.el (last): Handle a list that doesn't end in nil.
8229
8230 2001-01-12 Sam Steingold <sds@gnu.org>
8231
8232 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8233 to `backward-delete-char-untabify'.
8234
8235 2001-01-12 Dave Love <fx@gnu.org>
8236
8237 * cus-edit.el (customize-menu-create): Fix the :filter following
8238 easymenu change.
8239
8240 * wid-edit.el (function): Add :match-alternatives.
8241 (widget-color-action): Doc fix.
8242
8243 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8244
8245 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8246
8247 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8248
8249 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8250
8251 * international/ccl.el (define-ccl-program): Fix docstring.
8252
8253 2001-01-11 Dave Love <fx@gnu.org>
8254
8255 * international/mule-cmds.el (standard-display-european-internal):
8256 Set display table for 2208 as for 160.
8257
8258 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8259
8260 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8261 entry for custom-menu-create change.
8262 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8263 don't cons it in the search loop.
8264
8265 * imenu.el (imenu--truncate-items): Revert last change.
8266
8267 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8268
8269 * info.el (Info-setup-header-line): If the node header includes
8270 either Next: or Prev: links, don't show the File: and Node: parts
8271 in the header line.
8272
8273 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8274
8275 * comint.el (comint-goto-process-mark): Don't print a message
8276 when running in batch mode.
8277
8278 * isearch.el (isearch-search): In the condition-case handler for
8279 `error', set isearch-invalid-regexp to the whole error message.
8280
8281 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8282 ensure that eval-after-load works for files dumped with Emacs.
8283
8284 * help.el (load-symbol-file-load-history): New function extracted
8285 from function symbol-file.
8286 (symbol-file): Use it.
8287
8288 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8289
8290 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8291
8292 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8293 behave as if there were no prefix argument.
8294 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8295 argument were nil.
8296
8297 2001-01-11 Richard M. Stallman <rms@gnu.org>
8298
8299 * isearch.el (isearch-lazy-highlight-update):
8300 Don't look for more potential matches once maximum is exceeded.
8301 Use overlays-in to check correctly for overlap with current match.
8302 Ignore empty matches.
8303
8304 2001-01-11 Miles Bader <miles@gnu.org>
8305
8306 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8307 (ispell-overlay-window, ispell-help, ispell-show-choices)
8308 (ispell-command-loop): Use it instead of `window-height'.
8309
8310 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8311
8312 * files.el (confirm-kill-emacs): New user-option.
8313 (save-buffers-kill-emacs): Ask for final confirmation before
8314 killing Emacs.
8315
8316 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8317 to nil.
8318
8319 2001-01-10 Dave Love <fx@gnu.org>
8320
8321 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8322
8323 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8324
8325 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8326
8327 * calculator.el (calculator-number-digits): Fix :type.
8328
8329 * vc-cvs.el (vc-cvs-header): Fix :type.
8330 * vc-rcs.el (vc-rcs-header): Fix :type.
8331 * vc-sccs.el (vc-sccs-header): Fix :type.
8332
8333 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8334
8335 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8336
8337 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8338
8339 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8340
8341 * simple.el (set-variable): Force a thorough redisplay for the
8342 case that the variable has an effect on the display, like
8343 `tab-width' has.
8344
8345 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8346
8347 * vc.el: Add documentation for backend interface.
8348
8349 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8350
8351 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8352
8353 * international/mule-conf.el (latin-extra-code-table): Set to t
8354 for \223 and \224.
8355
8356 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8357
8358 * international/mule-cmds.el (locale-language-names): Map "es" to
8359 "Spanish" and "nl" to "Dutch".
8360
8361 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8362
8363 * bindings.el (global-map): Bind <home> to beginning-of-line,
8364 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8365 C-<end> to end-of-buffer.
8366
8367 * language/european.el: Add Dutch and Spanish language info
8368 to be able to use the appropriate tutorials.
8369
8370 2001-01-09 Alex Schroeder <alex@gnu.org>
8371
8372 * ansi-color.el (ansi-color-process-output): Use markers instead
8373 of positions for start and end of region.
8374 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8375 Previously, occasional mistakes happend when fontifying many
8376 chunks of output (eg. ls --color=yes /dev). This happened
8377 whenever an overlay was created up to the end of the region, which
8378 coincided with the process-mark. New text would then be added
8379 within that overlay instead of after it.
8380 (ansi-color-make-extent): Overlays are created with the property
8381 `modification-hooks' set to '(ansi-color-freeze-overlay).
8382 (ansi-color-freeze-overlay): New function. When inserting text at
8383 the end of the overlay, the overlay will resize.
8384
8385 2000-01-09 Alex Schroeder <alex@gnu.org>
8386
8387 * ansi-color.el (ansi-color-process-output): Doc change.
8388 (ansi-color-unfontify-region): Doc change. No longer installed
8389 automatically in font-lock-unfontify-region-function.
8390 (ansi-color-apply): Doc change.
8391 (ansi-color-apply-on-region): Use extents or overlays instead of
8392 text-properties.
8393 (ansi-color-make-extent): New function.
8394 (ansi-color-set-extent-face): New function.
8395
8396 2000-01-09 Alex Schroeder <alex@gnu.org>
8397
8398 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8399 both use ansi-color-process-output, now.
8400 (ansi-color-process-output): Doesn't return string anymore. It is
8401 installed in comint-output-filter-functions for both Emacs and
8402 XEmacs, now.
8403 (ansi-color-unfontify-region): Simplified code removing variables
8404 pos and start-ansi.
8405 (ansi-color-apply): Put text-property ansi-color before putting
8406 text-property face because ansi-color-unfontify-region is called
8407 immediately after the call to put-text-property.
8408 (ansi-color-context-region): Doc change.
8409 (ansi-color-filter-region): Simplified code.
8410 (ansi-color-apply-on-region): Changed start to start-marker, using
8411 a marker explicitly. Put text-property ansi-color before putting
8412 text-property face because ansi-color-unfontify-region is called
8413 immediately after the call to put-text-property.
8414
8415 2000-01-09 Alex Schroeder <alex@gnu.org>
8416
8417 * ansi-color.el (ansi-color-faces-vector): Doc change.
8418 (ansi-color-for-comint-mode): Changed :type property to choice.
8419 (ansi-color-last-context): Removed.
8420 (ansi-color-process-output): Don't use ansi-color-last-context, as
8421 the main functions will store their context now.
8422 (ansi-color-context): Doc change.
8423 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8424 Uses ansi-color-context such that repeated calls will strip
8425 partial escape sequences, too.
8426 (ansi-color-apply): Simplified code. Colorize end of string if
8427 face is not null. Store context in new (FACE STRING) format, such
8428 that repeated calls will strip partial escape sequences, too.
8429 Append faces to face property using ansi-color-apply-sequence such
8430 that cumulative mode actually works.
8431 (ansi-color-context-region): New variable.
8432 (ansi-color-filter-region): Rewrote it based on
8433 ansi-color-apply-on-region. Uses ansi-color-context-region such
8434 that repeated calls will strip partial escape sequences, too.
8435 (ansi-color-apply-on-region): Simplified code. Colorize end of
8436 region if face is not null. Store context in new (FACE POS)
8437 format, such that repeated calls will strip partial escape
8438 sequences, too. Append faces to face property using
8439 ansi-color-apply-sequence such that cumulative mode actually works.
8440 (ansi-color-apply-sequence): New function.
8441 (ansi-color-get-face): When the default face is added to the list
8442 of faces, all previous settings are discarded and the list of
8443 faces is set to '(default).
8444
8445 2000-01-09 Alex Schroeder <alex@gnu.org>
8446
8447 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8448 face, such that ansi-color-apply and ansi-color-apply-on-region
8449 will do the right thing.
8450 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8451 returns nil, set the list of faces back to nil instead of
8452 appending the result of ansi-color-get-face to the front of the list.
8453
8454 2000-01-09 Alex Schroeder <alex@gnu.org>
8455
8456 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8457 (ansi-color-process): Doc change.
8458 (ansi-color-last-context): New buffer-local variable.
8459 (ansi-color-process-output): New function. It is automatically
8460 added to comint-output-filter-functions if this is XEmacs.
8461 (ansi-color-unfontify-region): New optional parameter for XEmacs
8462 compatibility. Check wether font-lock-syntactic-keywords is
8463 boundp before removing the syntax table text property, as XEmacs
8464 doesn't have it.
8465 (ansi-color-filter-region): Doc change.
8466 (ansi-color-apply-on-region): Doc change.
8467 (ansi-color-make-face): New function. Compatibility layer for
8468 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8469 (ansi-color-make-color-map): Use ansi-color-make-face.
8470 (ansi-color-get-face): Avoid face text property '(nil) as results
8471 in an errow for XEmacs.
8472
8473 2000-01-09 Alex Schroeder <alex@gnu.org>
8474
8475 * ansi-color.el (ansi-color-unfontify-region): New function.
8476 Uses text-property ansi-color in order to preserve fontification by
8477 ansi-color. When the package is loaded, a lambda expression is
8478 put onto font-lock-mode-hook. This lambda expression will check
8479 font-lock-unfontify-region-function and replace
8480 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8481 (ansi-color-apply): Add text-property ansi-color in addition to
8482 text-property face.
8483 (ansi-color-apply-on-region): Add text-property ansi-color in
8484 addition to text-property face.
8485 (save-buffer-state): Copy of the macro that is also used by
8486 lazy-lock and font-lock.
8487
8488 (ansi-color-for-comint-mode): New option.
8489 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8490 (ansi-color-for-comint-mode-off): Ditto.
8491 (ansi-color-for-comint-mode-filter): Ditto.
8492 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8493 decide what to do. This function is added to
8494 comint-preoutput-filter-functions when the package is loaded.
8495
8496 (ansi-color-for-shell-mode-set): Removed.
8497 (ansi-color-for-shell-mode): Removed.
8498
8499 2000-01-09 Alex Schroeder <alex@gnu.org>
8500
8501 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8502 the lambda expression from the ansi-color-for-shell-mode :set
8503 property. Additionally, modify shell-mode-hook to enable or
8504 disable font-lock-mode for future shell buffers.
8505 (ansi-color-for-shell-mode): The :set property calls
8506 ansi-color-for-shell-mode-set instead of a lambda expression.
8507
8508 2000-01-09 Alex Schroeder <alex@gnu.org>
8509
8510 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8511 (ansi-color-context): New variable.
8512 (ansi-color-apply): Save context between calls.
8513
8514 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8515
8516 * isearch.el (isearch, isearch-lazy-highlight-face):
8517 New definitions for face colors and attributes.
8518
8519 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8520 of display-mouse-p.
8521
8522 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8523
8524 * international/mule.el (make-coding-system): If the coding system
8525 accepts extra latin codes, register such codes as safe for the
8526 coding system.
8527
8528 2001-01-08 Richard M. Stallman <rms@gnu.org>
8529
8530 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8531 don't mention the file name or the date here, because they are
8532 logged at the start of the file.
8533
8534 2001-01-08 Richard M. Stallman <rms@gnu.org>
8535
8536 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8537 Change screen-width to frame-width.
8538
8539 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8540
8541 * info.el (Info-search): Print the default as part of the prompt.
8542
8543 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8544
8545 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8546 constant implementations in backends.
8547
8548 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8549 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8550
8551 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8552 WRITABLE to EDITABLE.
8553
8554 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8555 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8556 to EDITABLE.
8557
8558 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8559
8560 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8561 (copyright, copyright-update): Compute the current year at run time.
8562
8563 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8564
8565 * isearch.el (isearch-old-signal-hook): Removed.
8566 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8567 instead of setting signal-hook-function.
8568 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8569
8570 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8571
8572 * emulation/edt.el: Update to version 4.0. Provide support for
8573 EDT scroll margins at top and bottom of the window. Provide an
8574 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8575 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8576 user when file-related buffer modifications exist.
8577 Provide support for running EDT Emulation in XEmacs.
8578 Provide customize access to some user updatable variables.
8579 Add Commentary section to file header.
8580 Fixed a few minor bugs and cleaned up some code.
8581
8582 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8583 for detecting a keypress that generates an ASCII key sequence.
8584 (Previously, only a keypress that generates a vector was
8585 recognized.) Embed Window Manager name into name of the generated
8586 EDT Emulation initialization file since the initialization file is
8587 Window Manager specific. Add Commentary section to file header.
8588
8589 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8590
8591 * mail/sendmail.el (mail-mode): Doc fix.
8592
8593 * info.el (Info-goto-emacs-command-node): Doc fix.
8594 (Info-goto-emacs-key-command-node): Doc fix.
8595
8596 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8597
8598 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8599 systems without long file-name support.
8600
8601 2001-01-06 Andrew Innes <andrewi@gnu.org>
8602
8603 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8604
8605 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8606
8607 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8608 (isearch-lazy-highlight-update): Doc fix.
8609
8610 * ffap.el (ffap-bindings): Doc fix.
8611
8612 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8613
8614 2001-01-05 Dave Love <fx@gnu.org>
8615
8616 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8617
8618 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8619
8620 * mouse-drag.el (mouse-drag-safe-scroll):
8621 Bind scroll-preserve-screen-position to nil.
8622
8623 * isearch.el (isearch-old-signal-hook): New variable.
8624 (isearch-mode): Set signal-hook-function to isearch-done.
8625 (isearch-done): Restore old signal-hook-function.
8626
8627 * info.el (Info-fontify-node): Mark one more char as intangible.
8628
8629 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8630
8631 * composite.el (compose-last-chars): New argument COMPONENTS.
8632 If it is non-nil, compose preceding characters by compose-region with
8633 COMPONENTS.
8634
8635 * international/quail.el (quail-input-string-to-events): New function.
8636 (quail-input-method): Convert input string to events here.
8637 (quail-start-translation): Return input string, not event list.
8638 (quail-start-conversion): Likewise.
8639
8640 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8641
8642 * tooltip.el (tooltip-cancel-delayed-tip)
8643 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8644 and tooltip-add-timeout.
8645 (tooltip-show): Set border color from faces's foreground.
8646 (tooltip-show-help-function): If called with the same help string
8647 as last time, do nothing.
8648 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8649
8650 * startup.el (fancy-splash-screens): Don't bind show-help-function
8651 to nil.
8652
8653 * tooltip.el (tooltip-frame-parameters): Remove colors.
8654 (tooltip): New face
8655 (tooltip-set-param): New function.
8656 (tooltip-show): Set up color frame parameters from face `tooltip'.
8657 Display the tooltip text in face `tooltip'.
8658
8659 2001-01-04 Dave Love <fx@gnu.org>
8660
8661 * whitespace.el (whitespace-global-mode): Fix typo.
8662
8663 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8664
8665 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8666
8667 * help.el (help-for-help): Fix a typo in a doc string.
8668 From kwzh@gnu.org (Karl Heuer).
8669
8670 2001-01-03 Dave Love <fx@gnu.org>
8671
8672 * dired-x.el: Doc fixes. Maintainer change.
8673 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8674 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8675 (dired-guess-shell-alist-user): Customize.
8676 (dired-x-help-address): Set to bug-gnu-emacs.
8677 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8678 (dired-default-directory): Renamed from default-directory.
8679
8680 * hl-line.el (hl-line): Doc fix.
8681
8682 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8683
8684 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8685
8686 2001-01-02 Richard M. Stallman <rms@gnu.org>
8687
8688 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8689 to remove all the current alternative-match highlighting.
8690 If nil, remove only what's outside the current window.
8691 (isearch-lazy-highlight-remove-overlays): Take optional
8692 region within which NOT to remove them.
8693 (isearch-lazy-highlight-new-loop): Greatly simplified.
8694 (isearch-lazy-highlight-update): Find all the other occurrences
8695 visible in the window, in just one call.
8696 (isearch-lazy-highlight-start): Now holds start of region to scan.
8697 (isearch-lazy-highlight-end): Now holds end of region to scan.
8698 (isearch-lazy-highlight-wrapped): Variable deleted.
8699 (isearch-lazy-highlight-search): Function deleted.
8700
8701 2000-01-02 Andrew Innes <andrewi@gnu.org>
8702
8703 * w32-fns.el (convert-standard-filename): Do length check on name
8704 before aref.
8705
8706 2001-01-02 Dave Love <fx@gnu.org>
8707
8708 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8709 value.
8710 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8711
8712 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8713
8714 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8715 read syntax.
8716
8717 * calendar/todo-mode.el (todo): Add :link, :version.
8718 (todo-save-top-priorities): Remove autoload cookie.
8719 (todo-add-category, todo-add-item-non-interactively)
8720 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8721
8722 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8723
8724 * comint.el (comint-input-history-ignore): New variable.
8725 (comint-read-input-ring): Ignore entries matching
8726 comint-input-history-ignore.
8727
8728 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8729
8730 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8731 (lm-copyright-mark): New function.
8732 (lm-crack-copyright): New function.
8733 (lm-verify): Check that the file has a copyright.
8734 Check that the file is copyright Free Software Foundation.
8735
8736 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8737
8738 * international/mule-diag.el (print-fontset): Indent font name by
8739 24 columns, not 25.
8740
8741 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8742
8743 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8744 in Subject line.
8745
8746 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8747 Use mail-mode-hook instead of mail-setup-hook.
8748 Otherwise continuing an interrupted message with C-u C-x m for
8749 instance, winds up in Mail mode without abbrevs.
8750
8751 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8752
8753 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8754 non-nil. Adding almost all customization variables on ps-setup.
8755 Doc fix.
8756 (ps-print-version): New version number (6.3.3).
8757 (ps-end-with-control-d): Initialization fix.
8758 (ps-lines-printed): New var.
8759 (ps-skip-newline): New fun.
8760 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8761 (ps-next-line, ps-continue-line, ps-plot-region)
8762 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8763
8764 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8765
8766 * international/fontset.el (x-complement-fontset-spec):
8767 Resolve ASCII font name so that the same family name is used for fonts
8768 registered in x-font-name-charset-alist.
8769 (create-fontset-from-fontset-spec): Adjusted for the above change.
8770 The name of fontset alias should be a unresolved ASCII font name.
8771
8772 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8773
8774 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8775 and delete in isearch-mode-map.
8776
8777 2000-12-28 Richard M. Stallman <rms@gnu.org>
8778
8779 * dired-x.el (dired-guess-shell-alist-default):
8780 Use xpdf instead of acroread.
8781
8782 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8783
8784 * textmodes/artist.el (artist-butlast): Deleted.
8785 (artist-ellipse-mirror-quadrant): Use butlast instead of
8786 artist-butlast.
8787
8788 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8789
8790 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8791
8792 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8793
8794 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8795
8796 * ls-lisp.el: Better support for the Mac and MS-Windows.
8797 (ls-lisp): New defgroup.
8798 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8799 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8800 (ls-lisp-support-shell-wildcards): New defcustoms.
8801 (ls-lisp-parse-symlink): New function.
8802 (insert-directory): Code to convert switches to a list and set up
8803 the wildcard argument copied from ls-lisp-insert-directory.
8804 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8805 for -C and -R switches.
8806 (ls-lisp-column-format): New function.
8807 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8808 (ls-lisp-format-time): Add doc strings.
8809 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8810 Support ls-lisp-dirs-first.
8811 (ls-lisp-classify, ls-lisp-extension): New functions.
8812 (ls-lisp-format): Optionally support emulation of symlinks.
8813 Support -i, -s, and -G switches.
8814
8815 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8816
8817 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8818
8819 * version.el (emacs-version): Print X scroll bar information.
8820
8821 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8822 instead of x-toolkit-scroll-bars-p.
8823
8824 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8825 of x-toolkit-scroll-bars-p.
8826
8827 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8828
8829 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8830 (ffap-bindings): Doc fix, to reflect the above change.
8831
8832 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8833
8834 * term.el (term-char-mode): Define all non-ascii self-inserting
8835 characters to 'term-send-raw in term-raw-map.
8836
8837 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8838
8839 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8840
8841 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8842 Changed initialization; use add-hook.
8843 (ediff-file-remote-p): Use file-local-copy.
8844
8845 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8846
8847 * ediff.el (ediff-patch-buffer): Bug fix.
8848 (ediff-revision): Allow selection of the file at the prompt.
8849
8850 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8851
8852 * subr.el (combine-run-hooks): Remove.
8853
8854 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8855 and remove the rogue second spec.
8856
8857 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8858
8859 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8860
8861 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8862
8863 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8864 Use minibuffer menu prompt for the `=' prefix.
8865 (smerge-command-prefix): Change default to C-^.
8866 (smerge-mode): Don't assume font-lock doesn't move point.
8867
8868 * skeleton.el (skeleton-internal-1): Make sure the first line of
8869 the region is also re-indented.
8870 (skeleton-end-newline): New var.
8871 (skeleton-end-hook): Use it.
8872
8873 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8874
8875 * comint.el (comint-password-prompt-regexp): Support CVS.
8876
8877 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8878
8879 * simple.el (delete-key-deletes-forward-mode): Simplify.
8880 Also backspace key combinations, depending on
8881 delete-key-deletes-forward.
8882
8883 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8884
8885 * simple.el (delete-key-deletes-forward): Doc fix.
8886
8887 2000-08-22 Emmanuel Briot <briot@gnat.com>
8888
8889 * xml.el (top level comment): Updated to reflect the fact that
8890 white spaces are relevant in the XML file.
8891 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8892 to parse was already edited. This allows for on-the-fly analysis
8893 of XML files.
8894 (xml-parse-tag): Check that the casing is the same in the start
8895 tag and end tag, since XML is case-sensitive. Allows for spaces
8896 in the end tag, after the name of the tag.
8897 (xml-parse-attlist): Allow for the character '-' in the name of
8898 attributes, as in the standard http-equiv attribute Do not save
8899 the properties in the XML tree, since they are not relevant.
8900
8901 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8902
8903 * generic.el (generic-read-type): Undo last change, inline into
8904 `generic-mode' and then remove.
8905 (generic-mode): Inline generic-read-type.
8906 (define-generic-mode): Push the symbol name rather than the symbol
8907 onto generic-mode-list.
8908
8909 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8910
8911 * generic.el (generic-read-type): Build an alist for
8912 completing-read as in 20.7.
8913
8914 * play/landmark.el (lm): Use interactive spec `P'.
8915 (toplevel): Don't set debug-on-error.
8916
8917 * server.el (server-switch-buffer): Choose a window on a visible frame.
8918
8919 2000-12-21 Dave Pearson <davep@davep.org>
8920
8921 * quickurl.el: Commentry change, I've moved my web site.
8922
8923 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8924
8925 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8926 ranges like \177-\237, but accepts the character sequence from \177 to
8927 \237. Doc fix.
8928 (ebnf-version): New version (3.4).
8929 (ebnf-setup): Code fix.
8930 (ebnf-range-regexp): New fun.
8931 (ebnf-8-bit-chars): Const fix.
8932
8933 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8934 entry. Doc fix.
8935 (ebnf-bnf-lex): Code fix.
8936 (ebnf-bnf-comment-chars): Const fix.
8937
8938 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8939 entry. Doc fix.
8940 (ebnf-iso-comment-chars): Const fix.
8941
8942 * ebnf-otz.el: Doc fix.
8943
8944 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8945 entry. Doc fix.
8946 (ebnf-yac-skip-code): Code fix.
8947 (ebnf-yac-comment-chars): Const fix.
8948
8949 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8950
8951 * files.el (insert-directory-safely): New function.
8952 (recover-file): Use it instead of insert-directory.
8953 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8954
8955 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8956
8957 * international/mule-cmds.el (select-safe-coding-system):
8958 Check coding-category-list more rigidly. Improve help message.
8959
8960 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8961
8962 2000-12-21 Miles Bader <miles@gnu.org>
8963
8964 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8965
8966 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8967
8968 * international/mule-diag.el (describe-char-after): Make *Help*
8969 buffer inherit multibyteness of the current buffer.
8970
8971 * international/mule.el (make-char): Docstring adjusted for the
8972 change of make-char-internal.
8973
8974 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8975
8976 * international/iso-cvt.el: Docstrings fix.
8977
8978 2000-12-20 Dave Love <fx@gnu.org>
8979
8980 * subr.el (eval-after-load): Doc fix.
8981
8982 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8983
8984 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8985 for numbers.
8986
8987 2000-12-20 Miles Bader <miles@gnu.org>
8988
8989 * international/quail.el (quail-help): Resize the help window
8990 again after it has all its contents. Remove unneeded progn.
8991
8992 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8993
8994 * pcmpl-linux.el: Fix copy/paste error.
8995
8996 2000-12-19 Andrew Innes <andrewi@gnu.org>
8997
8998 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8999
9000 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9001
9002 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9003
9004 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9005
9006 * progmodes/idlw-shell.el: Fixed copyright notice.
9007
9008 * progmodes/idlwave.el: Fixed copyright notice.
9009
9010 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9011 TAB as key separators.
9012
9013 2000-12-19 Alex Schroeder <alex@gnu.org>
9014
9015 * sql.el (sql-sybase-options): New option.
9016 (sql-sybase): Use it. Add sql-database to the list of parameters
9017 provided for login. The options -w 2048 -n are not used any more.
9018 (sql-postgres-options): Changed default from "--pset" to "-P".
9019 (sql-mysql-options): Doc change.
9020 (sql-stop): Doc change.
9021
9022 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9023
9024 * international/quail.el (quail-input-method): Always hide
9025 the guidance buffer on exiting.
9026
9027 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9028
9029 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9030 isn't fboundp.
9031
9032 * server.el (server-buffer-done): Bury the buffer before
9033 killing it.
9034
9035 * faces.el (face-spec-set): Interpret a nil in specs for
9036 foreground and background colors as `unspecified', for
9037 compatibility with 20.x.
9038
9039 2000-12-18 Dave Love <fx@gnu.org>
9040
9041 * simple.el (mail-user-agent): Doc fix.
9042 (input-mode-8-bit): Removed.
9043
9044 * international/mule.el (set-keyboard-coding-system): Doc fix.
9045 (keyboard-coding-system): New option.
9046
9047 * mail/sendmail.el (send-mail-function): Customize.
9048
9049 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9050
9051 * international/codepage.el (cp866-decode-table): New table.
9052
9053 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9054
9055 * version.el (emacs-version): Remove `%a' from the time format
9056 because the weekday doesn't fit well into each locale.
9057
9058 2000-12-18 Miles Bader <miles@gnu.org>
9059
9060 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9061
9062 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9063 Check that emacs-major-version is `=' to 20, not `>='.
9064 (artist-replace-chars): Use `make-string' instead of a loop.
9065
9066 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9067
9068 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9069 (cvs-execute-single-file): Don't change directory.
9070 Patch from Per Cederqvist.
9071
9072 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9073
9074 * textmodes/ispell.el (check-ispell-version):
9075 If `ispell-program-name' is "aspell", pass it the -v switch instead
9076 of -vv.
9077
9078 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9079
9080 * international/mule-diag.el (mule-diag): Insert information about
9081 configure options, multibyte awareness, language env.
9082
9083 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9084 regexp to search for candidates.
9085
9086 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9087
9088 * info.el (Info-forward-node): If the node has an
9089 Info-header-line, widen the buffer before searching for "next:"
9090 and "up:" pointers, and set the search limit to stay in the
9091 current node.
9092
9093 2000-12-16 Miles Bader <miles@gnu.org>
9094
9095 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9096
9097 2000-12-15 Miles Bader <miles@gnu.org>
9098
9099 * comint.el (comint-send-string, comint-send-region): Also accept
9100 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9101 process-send-string/region.
9102
9103 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9104
9105 * isearch.el (isearch-lazy-highlight-max): New user-option.
9106 (isearch-lazy-highlight-update): Don't highlight more than
9107 isearch-lazy-highlight-max matches.
9108
9109 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9110
9111 2000-12-15 Richard M. Stallman <rms@gnu.org>
9112
9113 * sort.el (sort-columns): Fix error message.
9114
9115 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9116 `upcase' or `downcase' or nil.
9117 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9118 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9119 (dabbrev--substitute-expansion): New arg record-case-pattern.
9120 If it is non-nil, set dabbrev--last-case-pattern.
9121 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9122
9123 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9124
9125 2000-12-15 Miles Bader <miles@gnu.org>
9126
9127 * paths.el (Info-default-directory-list): Don't delete
9128 configure-info-directory from the list of standard info
9129 directories when appending it to the end -- their order is important.
9130
9131 * faces.el (read-face-attribute): If there's no entry for the
9132 user's input in VALID, just use it as-is (this will often result
9133 in an error, but it may be OK for e.g. colors using hexadecimal
9134 notation, and at least will yield a better error message).
9135
9136 * window.el (mode-line-window-height-fudge): Function removed.
9137 (height-affecting-face-attributes, mode-line-window-height-fudge):
9138 Variables removed.
9139 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9140 window is really the right size. Use vertical-motion
9141 rather than forward-line.
9142 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9143 (ispell-command-loop, ispell-show-choices): Use the variable
9144 ispell-choices-win-default-height, rather than the function.
9145 (ispell-choices-win-default-height): Function removed.
9146 (ispell-mode-line-window-height-fudge): Function removed.
9147
9148 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9149
9150 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9151
9152 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9153
9154 * paths.el (Info-default-directory-list):
9155 If configure-info-directory is not one of the standard directories,
9156 put it first in the list; otherwise put it last. Doc string
9157 changed accordingly.
9158
9159 * info.el (Info-directory-list): Change doc string to reflect the
9160 change in Info-default-directory-list.
9161
9162 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9163 windows-nt as windowed environments, even under -nw.
9164
9165 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9166 if not fboundp. Switch delete-forward mode for the <delete> key
9167 on all PC platforms, even under -nw.
9168
9169 * term/internal.el ([M-delete]): Remap to M-d.
9170
9171 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9172
9173 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9174
9175 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9176
9177 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9178
9179 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9180
9181 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9182 if appropriate.
9183
9184 * simple.el (delete-key-deletes-forward): New user-option.
9185 (delete-key-deletes-forward-mode): New function.
9186
9187 * bindings.el: Bind `delete' to backward-delete-char.
9188
9189 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9190 Test if symbol is bound before getting its value.
9191
9192 * tooltip.el (tooltip-show): If an error is signaled in
9193 x-show-tip, display that error, and display the help in the
9194 echo area.
9195
9196 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9197
9198 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9199 Show "... entries" messages for every 10000 entries, not 10.
9200
9201 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9202
9203 * bookmark.el: Provide a generic exit hook, as suggested by
9204 Ovidiu Predescu <ovidiu@cup.hp.com>:
9205 (bookmark-exit-hook): New var.
9206 (bookmark-exit-hook-internal): New func, replaces
9207 old raw lambda form in `kill-emacs-hook', and runs new
9208 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9209 as logically that feature must have been provided if this function
9210 is running.
9211 Removed ;;;###autoload before the `add-hook' call.
9212
9213 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9214
9215 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9216 (easy-menu-current-active-maps): New function.
9217 (easy-menu-get-map): Use it.
9218 Make a proper menu entry when creating a new keymap.
9219
9220 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9221
9222 * international/characters.el: Fix cases and syntaxes for
9223 mule-unicode-0100-24ff.
9224
9225 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9226 that a Japanese character is not appended after day and year.
9227
9228 * info.el (Info-suffix-list): Change format for a command that
9229 requires arguments.
9230 (info-insert-file-contents): Adjusted for the above change.
9231
9232 2000-12-12 Andreas Schwab <schwab@suse.de>
9233
9234 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9235 on the name of the tar buffer. Verify that the existing buffer is
9236 visiting the same subfile.
9237
9238 2000-12-12 Dave Love <fx@gnu.org>
9239
9240 * subdirs.el: Add obsolete.
9241
9242 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9243
9244 * mail/rmailsum.el (rmail-summary-expunge)
9245 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9246 instead of rmail-confirm-expunge.
9247
9248 * replace.el (perform-replace): Don't use an empty match adjacent
9249 to a non-empty match when computing the next match before the
9250 replacement is performed.
9251
9252 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9253
9254 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9255 definition (patch by Stefan Monnier).
9256 (glasses-mode): Use jit-lock instead of `after-change-functions'
9257 (patch by Stefan Monnier).
9258
9259 2000-12-12 Miles Bader <miles@gnu.org>
9260
9261 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9262 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9263
9264 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9265
9266 * term/mac-win.el: Remove load for ls-lisp.
9267
9268 * loadup.el: Load ls-lisp for system-type `macos'.
9269
9270 2000-12-12 Miles Bader <miles@gnu.org>
9271
9272 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9273 Respect field end too.
9274 (just-one-space): Respect fields as `delete-horizontal-space'.
9275 (newline-and-indent, reindent-then-newline-and-indent):
9276 Use `delete-horizontal-space'.
9277
9278 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9279
9280 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9281 (so as to obey the field property in the minibuffer).
9282
9283 * obsolete/c-mode.el: Moved from lisp/progmodes.
9284 * obsolete/auto-show.el: Moved from lisp.
9285 * obsolete/ooutline.el: Moved from lisp/textmodes.
9286
9287 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9288
9289 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9290 changes to list them here.
9291
9292 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9293 Too many changes to list them here.
9294
9295 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9296 Too many changes to list them here.
9297
9298 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9299
9300 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9301
9302 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9303
9304 * cus-edit.el (custom-save-variables, custom-save-faces):
9305 Comment fix.
9306
9307 * hscroll.el: Moved to `obsolete' subdir.
9308
9309 2000-12-11 Miles Bader <miles@gnu.org>
9310
9311 * window.el (window-text-height): Function removed (now in C).
9312
9313 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9314
9315 * log-edit.el (log-edit-parent-buffer): New var.
9316 (log-edit): Set it. Add BUFFER argument.
9317 (log-edit-done): Use char-before.
9318 Don't bother checking validity of vc-comment-ring.
9319 Only bury the buffer if log-edit popped it up.
9320
9321 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9322 (cvs-mode-diff-help): Remove.
9323 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9324 (cvs-mode-marked): Set up the default for CMD manually.
9325
9326 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9327 Remove binding for ? now made unnecessary.
9328
9329 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9330
9331 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9332 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9333
9334 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9335 when master file is not open.
9336
9337 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9338
9339 * progmodes/ada-stmt.el: Update `maintainer'.
9340
9341 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9342
9343 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9344 choices to match documentation string.
9345
9346 2000-12-09 Miles Bader <miles@gnu.org>
9347
9348 * minibuf-eldef.el: New file.
9349
9350 * window.el (fit-window-to-buffer): Don't pass last argument to
9351 pos-visible-in-window-p, now that its meaning is inverted.
9352
9353 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9354
9355 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9356 <ceder@lysator.liu.se>.
9357
9358 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9359
9360 * autoinsert.el (auto-insert-alist): Add missing final \n.
9361
9362 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9363 (cvs-menu-map): Remove.
9364 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9365 (cvs-mode-quit): Turn it back into a plain function.
9366
9367 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9368 (texinfo-filter): Remove (move to texinfo.el).
9369
9370 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9371 file where it's more visible.
9372 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9373 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9374 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9375 (texinfo-inside-macro-p): Only catch `scan-error's.
9376 (texinfo-inside-env-p): Make better use of the match info.
9377 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9378 (texinfo-insert-@end): Slight re-organization.
9379 Also remove useless `looking-at' call.
9380
9381 2000-12-08 Andrew Innes <andrewi@gnu.org>
9382
9383 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9384 accessible in -nw mode.
9385
9386 * term/w32-win.el: Remove stuff about selection timeout, which is
9387 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9388 it is accessible in -nw mode.
9389
9390 2000-12-08 Dave Love <fx@gnu.org>
9391
9392 * emacs-lisp/lisp-mode.el (lisp-mode):
9393 Set font-lock-keywords-case-fold-search.
9394
9395 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9396
9397 * textmodes/ispell.el (ispell): Doc fix.
9398
9399 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9400
9401 * international/quail.el (quail-insert-decode-map): Check the
9402 frame width of a window displaying the current buffer, not that of
9403 the selected frame.
9404 (quail-help): Make sure that the help buffer has window before
9405 inserting text in it.
9406
9407 2000-12-07 Sam Steingold <sds@gnu.org>
9408
9409 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9410 Backquote is used in isearch.el, so autoloading saves nothing.
9411
9412 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9413
9414 * startup.el (normal-top-level-add-subdirs-to-load-path):
9415 Ignore the CVS and RCS subdirectories case-insensitively.
9416
9417 * dired.el (dired-insert-directory): If file-system-info is
9418 fboundp, call it instead of invoking dired-free-space-program.
9419
9420 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9421
9422 * server.el (server-visit-files): Push files on file-name-history.
9423
9424 * progmodes/cc-langs.el: Update copyright.
9425
9426 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9427
9428 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9429
9430 * bindings.el (mode-line-mode-menu): Reverse the order
9431 of define-keys so that the menu appears in alphabetical order.
9432
9433 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9434
9435 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9436 of the function.
9437
9438 2000-12-07 Dave Love <fx@gnu.org>
9439
9440 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9441
9442 * facemenu.el (facemenu-unlisted-faces): Fix value.
9443
9444 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9445
9446 * font-lock.el (font-lock-default-fontify-region):
9447 Include the terminating \n (off-by-one error).
9448 (font-lock-set-defaults): Use dolist.
9449
9450 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9451
9452 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9453
9454 * international/mule-cmds.el (describe-language-environment):
9455 Fix for the case that an input method title is not string but a list.
9456
9457 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9458 of wrong SIZE record.
9459
9460 2000-12-06 Dave Love <fx@gnu.org>
9461
9462 * newcomment.el (comment-region, comment-dwim): Doc fix.
9463
9464 * textmodes/texinfo.el: Require tex-mode when compiling.
9465 (texinfo-update-node): Doc fix.
9466 (texinfo-imenu-generic-expression): Add @anchor.
9467 (texinfo-font-lock-keywords): Add @uref.
9468 (texinfo-inside-macro-p): Don't use ignore-errors.
9469 (texinfo-insert-quote): Match more contexts.
9470
9471 * international/mule.el (decode-char, encode-char): Doc fix.
9472 (auto-coding-alist): Customize.
9473
9474 * files.el (load-file): Fix change of 2000-03-12.
9475
9476 * wid-edit.el (widget-text-keymap): Doc fix.
9477
9478 2000-12-06 Andrew Innes <andrewi@gnu.org>
9479
9480 * makefile.w32-in (lisp): Set to an absolute directory, namely
9481 $(CURDIR).
9482
9483 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9484
9485 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9486 read generated-autoload-file, and set buffer-file-coding-system to
9487 raw-text-unix after reading the file.
9488
9489 * international/mule-conf.el (file-coding-system-alist):
9490 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9491
9492 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9493
9494 * replace.el (occur): Make line-number-width 1 smaller for the
9495 colon following the line number.
9496
9497 * startup.el (fancy-splash-text, command-line-1):
9498 Use `File' for the menu name instead of `Files'.
9499
9500 * tmm.el: Update copyright.
9501
9502 * cus-start.el: Add entry for even-window-heights.
9503
9504 2000-12-06 Miles Bader <miles@gnu.org>
9505
9506 * faces.el (frame-set-background-mode): Avoid stomping on
9507 locally modified faces.
9508
9509 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9510
9511 * international/fontset.el: Correct the font registries for
9512 japanese-jisx0213-1 and japanese-jisx0213-2.
9513
9514 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9515
9516 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9517
9518 * iswitchb.el: Update customization commentary.
9519
9520 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9521
9522 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9523 (tpu-search-highlight): Fixed comparison of overlay end positions.
9524 (tpu-trim-line-ends): Implemented trimming logic locally.
9525
9526 * emulation/tpu-extras.el (tpu-write-file-hook)
9527 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9528
9529 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9530
9531 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9532 to cn-gb.
9533 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9534
9535 2000-12-04 Dave Love <fx@gnu.org>
9536
9537 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9538
9539 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9540
9541 * mail/rmailsum.el (rmail-summary-expunge)
9542 (rmail-summary-expunge-and-save): Ask for confirmation with
9543 rmail-expunge-confirmed.
9544
9545 * mail/rmail.el (rmail-expunge-confirmed): New function.
9546 (rmail-expunge): Use it.
9547
9548 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9549
9550 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9551 (etags-recognize-tags-table, find-tag-in-order):
9552 New functionality: interpret file names as tags.
9553
9554 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9555
9556 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9557 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9558 the first subnode until the bottom of the current node is visible.
9559
9560 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9561
9562 * format.el (format-decode): Don't change buffer's undo list.
9563
9564 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9565
9566 * faces.el (face-font-registry-alternatives): Add entries for CJK
9567 fonts. Doc-string adjusted for the actual usage of this data.
9568
9569 * international/fontset.el: Change the font registries for CJK
9570 fonts in the default fontset. Don't append '*' to registries.
9571
9572 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9573
9574 * emacs-lisp/easy-mmode.el (define-derived-mode)
9575 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9576
9577 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9578 (derived-mode-p): New function.
9579 (derived-mode-make-docstring): Add `docstring' argument.
9580 Use it if available and complete it if necessary.
9581
9582 2000-12-03 Andreas Schwab <schwab@suse.de>
9583
9584 * type-break.el (type-break): Don't make parent of itself.
9585
9586 2000-12-03 Miles Bader <miles@gnu.org>
9587
9588 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9589
9590 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9591
9592 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9593 (tex-main-file, tex-file): Simplify.
9594 (tex-generate-zap-file-name): Use subst-char-in-string.
9595 (tex-strip-dots): Remove.
9596
9597 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9598
9599 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9600 to check if the match succeeded.
9601
9602 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9603
9604 * startup.el (use-fancy-splash-screens-p): New function.
9605 (command-line-1): Use it to determine whether or not to use
9606 a fancy splash screen.
9607
9608 2000-12-02 Andreas Schwab <schwab@suse.de>
9609
9610 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9611
9612 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9613
9614 * international/mule.el (make-char): Fix last change.
9615
9616 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9617 New defcustoms.
9618 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9619 autoloading tex-mode; instead, do the same manually.
9620 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9621 with numeric argument. Docstring fix.
9622 (toplevel): Require cl when compiling.
9623
9624 * international/mule.el (make-char): Doc fix.
9625
9626 2000-12-02 Jason Rumney <jasonr@gnu.org>
9627
9628 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9629 the Emacs Lisp manual)
9630
9631 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9632
9633 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9634
9635 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9636 the Emacs Lisp manual).
9637
9638 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9639
9640 * simple.el (next-line-add-newlines): Change default to nil.
9641
9642 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9643
9644 * files.el (revert-buffer, recover-file):
9645 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9646
9647 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9648
9649 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9650
9651 2000-12-01 Miles Bader <miles@gnu.org>
9652
9653 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9654
9655 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9656
9657 * international/mule-diag.el (describe-char-after): Fix typo.
9658 (describe-character-set, non-iso-charset-alist): Fix typo.
9659
9660 2000-12-01 Miles Bader <miles@gnu.org>
9661
9662 * image-file.el (image-file-name-regexp): Automatically add
9663 upper-case variants of each filename extension in
9664 `image-file-name-extensions', since they seem to be common.
9665
9666 * simple.el (minibuffer-contents)
9667 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9668 New functions.
9669 * filecache.el (file-cache-directory-name)
9670 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9671
9672 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9673
9674 * filecache.el (file-cache-minibuffer-complete): Don't try to
9675 delete the minibuffer prompt.
9676
9677 2000-11-30 Dave Love <fx@gnu.org>
9678
9679 * cus-start.el: Fix read-buffer-function type.
9680
9681 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9682
9683 * md5.el: Removed. There's a built-in function, now.
9684
9685 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9686
9687 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9688 as dummy 0-th char of rmail-deleted-vector.
9689
9690 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9691
9692 * ps-print.el (ps-end-job): Bind case-fold-search only after
9693 switching to ps-spool-buffer.
9694
9695 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9696
9697 * ps-print.el: Line number font customization. PostScript: Lines and
9698 PageCount are initialized on each page. Doc Fix.
9699 (ps-print-version): New version number (6.3.2).
9700 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9701 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9702 (ps-right-header): Customization fix.
9703 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9704 Fix code.
9705 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9706 New vars.
9707
9708 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9709
9710 * bs.el: Fix typos and spelling errors.
9711 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9712 (bs-configuration): Doc fix.
9713
9714 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9715
9716 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9717
9718 * emulation/tpu-edt.el (tpu-version): New version.
9719 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9720 (tpu-original-mode-line): Variable deleted.
9721 (tpu-mark-flag): New initial value.
9722 (tpu-set-mode-line): Don't redefine mode-line-format.
9723 Add tpu-mark-flag to minor-mode-alist.
9724 (tpu-update-mode-line): New mark flag logic.
9725 (tpu-get): Use find-file-wildcards.
9726 (tpu-search-highlight): Move overlay less, reset overlay properly.
9727 (tpu-unselect): Deactivate mark.
9728 (tpu-lm-replace): Reset overlay properly.
9729 (tpu-forward-line): Use forward-visible-line.
9730 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9731
9732 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9733
9734 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9735
9736 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9737
9738 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9739
9740 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9741 and skip whitespace and newlines.
9742
9743 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9744
9745 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9746
9747 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9748
9749 * help.el (describe-function-1): Regexp-quote function name
9750 when used as part of a regexp.
9751
9752 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9753 Use face-attribute instead of face-foreground and face-background.
9754 (tool-bar-add-item): Likewise, and handle unspecified colors.
9755
9756 * enriched.el (enriched-face-ans): Use face-attribute instead
9757 of face-foreground and face-background.
9758
9759 * faces.el (face-foreground, face-background, face-stipple):
9760 Return nil if attribute is unspecified, for backward compatibility.
9761
9762 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9763
9764 * play/5x5.el: Remove version info.
9765
9766 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9767
9768 * frame.el (blink-cursor-mode): Doc fix.
9769
9770 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9771
9772 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9773 to create Makefile rules.
9774 (antlr-tool-command): New user option.
9775 (antlr-ask-about-save): New user option.
9776 (antlr-makefile-specification): New user option.
9777 (antlr-file-formats-alist): New variable.
9778 (antlr-special-file-formats): New variable.
9779 (antlr-unknown-file-formats): New user option.
9780 (antlr-help-unknown-file-text): New variable.
9781 (antlr-help-rules-intro): New variable.
9782 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9783 (antlr-mode-menu): Add entries.
9784 (antlr-file-dependencies): New function.
9785 (antlr-directory-dependencies): New function.
9786 (antlr-superclasses-glibs): New function.
9787 (antlr-run-tool): New command.
9788 (antlr-makefile-insert-variable): New function.
9789 (antlr-insert-makefile-rules): New function.
9790 (antlr-show-makefile-rules): New command.
9791
9792 * antlr-mode.el: More Emacs/XEmacs stuff.
9793 (antlr-no-action-keywords): New constant with value nil.
9794 (antlr-font-lock-keywords-alist): Use it. Old value would break
9795 syntax highlighting in Emacs-21.0.
9796 (antlr-default-directory): Emacs/XEmacs dependend function.
9797 (antlr-read-shell-command): Ditto.
9798 (antlr-with-displaying-help-buffer): Ditto.
9799
9800 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9801
9802 * antlr-mode.el: imenu, parsing and highlighting changes.
9803 (antlr-imenu-create-index-function): Don't create extra submenus
9804 for definitions in different grammar classes. It is not necessary
9805 for the menu and would make command `imenu' awkward to use.
9806 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9807 header actions and more than one.
9808 (antlr-font-lock-tokendef-face): Changed color.
9809 (antlr-font-lock-tokenref-face): Changed color.
9810 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9811 (antlr-mode-syntax-table): New variable.
9812 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9813 (antlr-with-syntax-table): Don't copy syntax table.
9814
9815 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9816
9817 * antlr-mode.el: Minor changes: language setting.
9818 (antlr-language-alist): The value for file option "language" can
9819 be both an identifier and a string.
9820 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9821 (antlr-language-limit-n-regexp): Change accordingly.
9822
9823 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9824
9825 * antlr-mode.el: Minor changes: tabs, hiding.
9826 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9827 (antlr-action-visibility): Also allow value nil to also hide the
9828 braces. Renamed from `antlr-tiny-action-length'.
9829 Suggested by Jay@aol.com.
9830 (antlr-hide-actions): Change accordingly. Hide line if completely
9831 hidden action is on a line of its own.
9832
9833 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9834
9835 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9836
9837 * sort.el (sort-columns): Don't concat strings with numbers.
9838
9839 2000-11-29 Dave Love <fx@gnu.org>
9840
9841 * cus-edit.el (face): Fix :format.
9842
9843 * mail/feedmail.el: Require smtpmail when compiling.
9844 (mail-do-fcc): Autoload.
9845 (feedmail) <defgroup>: Fix :link.
9846 (feedmail-nuke-body-in-fcc): Fix :type.
9847 (feedmail-send-it): Add autoload cookie.
9848
9849 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9850
9851 * newcomment.el (comment-indent): Save excursion around call to
9852 comment-indent-function.
9853
9854 2000-11-29 Miles Bader <miles@gnu.org>
9855
9856 * subr.el (member-ignore-case): Return the tail of the list who's
9857 car matches, like `member', not the matching element itself.
9858
9859 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9860
9861 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9862 should not contain `\n'.
9863
9864 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9865
9866 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9867
9868 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9869
9870 * dired-aux.el (dired-do-create-files): Construct default file
9871 name for dired-mark-read-file-name so that when the user enters
9872 just RET, the target file will end up in the target directory.
9873
9874 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9875 local-abbrev-table before changing buffers because it might
9876 have a buffer-local binding.
9877
9878 2000-11-28 Miles Bader <miles@gnu.org>
9879
9880 * simple.el (delete-horizontal-space): Handle fields more generally.
9881
9882 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9883
9884 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9885
9886 2000-11-28 Dave Love <fx@gnu.org>
9887
9888 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9889 comment-start-skip locally.
9890
9891 * progmodes/fortran.el (fortran-mode): Don't set
9892 fortran-comment-line-start-skip. Set comment-start to
9893 fortran-comment-line-start.
9894 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9895 (fortran-comment-line-start-skip): Simplify slightly.
9896
9897 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9898
9899 * play/5x5.el: Remove RCS keyword.
9900
9901 * bs.el: Mistaken commit, undone 2000-11-30.
9902
9903 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9904
9905 * textmodes/tildify.el (tildify-string-alist):
9906 Add `plain-tex-mode' here.
9907
9908 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9909
9910 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9911 reference.
9912
9913 2000-11-28 Miles Bader <miles@gnu.org>
9914
9915 * cus-face.el (custom-face-attributes): Add post-filter function
9916 for :box. Make pre-filter function for :box handle all cases.
9917
9918 * wid-edit.el (widget-choose): Make sure pop-up window is large
9919 enough to display all the choices, as there's no way to scroll it.
9920
9921 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9922
9923 * international/mule-conf.el: Make the coding system no-conversion
9924 safe for all characters.
9925
9926 2000-11-27 Dave Love <fx@gnu.org>
9927
9928 * net/ldap.el (ldap) <defgroup>: Add :version.
9929
9930 * tooltip.el (tooltip-use-echo-area): Doc fix.
9931
9932 * cus-start.el <minibuffer-prompt-properties>: Add version.
9933 <read-buffer-function>: Add.
9934
9935 * apropos.el (apropos-print): Add help-echo to active text.
9936
9937 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9938
9939 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9940
9941 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9942 type, group and version.
9943
9944 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9945
9946 * select.el (x-get-selection): Docstring fix.
9947
9948 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9949
9950 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9951
9952 2000-11-27 Andrew Innes <andrewi@gnu.org>
9953
9954 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9955
9956 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9957
9958 2000-11-27 Miles Bader <miles@gnu.org>
9959
9960 * dired.el (dired-get-filename): Return filename verbatim if
9961 LOCALP is `verbatim'.
9962 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9963 `verbatim' so that we don't inadvertently delete a non-existant
9964 directory name.
9965
9966 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9967
9968 * international/characters.el: Specify cases and syntaxes for
9969 mule-unicode-0100-24ff.
9970
9971 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9972
9973 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9974 that foreground and/or background colors of the face `tool-bar'
9975 are unspecified.
9976
9977 2000-11-27 Miles Bader <miles@gnu.org>
9978
9979 * wid-edit.el (widget-field-buffer, widget-field-start)
9980 (widget-field-end): Handle widget field `pseudo-overlays'.
9981 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9982 if it's there instead of in `widget-field-list'.
9983
9984 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9985 (help-make-xrefs): Delete extraneous newlines at the end of the
9986 docstring.
9987
9988 2000-11-25 Jason Rumney <jasonr@gnu.org>
9989
9990 * startup.el (command-line): Call set-locale-environment after
9991 Window System init file is read, as it can result in a call to
9992 redraw-frame.
9993
9994 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9995
9996 * simple.el (shell-command): Mention the effect of the prefix
9997 argument in the doc string.
9998
9999 2000-11-25 Miles Bader <miles@gnu.org>
10000
10001 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10002
10003 * wid-edit.el (widget-field-value-delete): Don't try to delete
10004 overlay when it's the `pseudo-overlay' that exists at some points.
10005
10006 2000-11-24 Jason Rumney <jasonr@gnu.org>
10007
10008 * international/mule-cmds.el (locale-language-names): Add "jp" as
10009 a non-standard alternative for Japanese.
10010
10011 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10012
10013 * vc-hooks.el: Require 'cl during compilation.
10014
10015 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10016
10017 * faces.el (face-set-after-frame-default): Let face attributes
10018 specified for new frames override frame parameters.
10019
10020 * startup.el (command-line): Fix computation of the source file
10021 for user-init-file when user-init-file is a compiled file.
10022
10023 2000-11-24 Miles Bader <miles@gnu.org>
10024
10025 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10026 (custom-post-filter-face-spec): New functions.
10027 (custom-face-set, custom-face-value-create): Filter the face spec
10028 before and after customization.
10029 (custom-face-set): If VALUE specifies a null face, pass a
10030 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10031 * cus-face.el (custom-face-attributes): Remove SET and GET
10032 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10033 cases they're needed.
10034
10035 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10036 that it's distinguishable from the :off-glyph on dark-background
10037 displays. Set its background color too.
10038
10039 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10040 so that people can easily turn it off.
10041
10042 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10043
10044 * ediff-diff.el: Moved variables around to have it compile under NT.
10045
10046 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10047
10048 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10049
10050 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10051 redundant skip-small-frames test.
10052
10053 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10054 (viper-downgrade-to-insert): Protect against errors in hooks.
10055
10056 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10057 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10058 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10059 New functions.
10060
10061 * viper-util.el (viper-memq-char): Bug fixes.
10062
10063 * viper.el (viper-mode): Fix cursor handling.
10064
10065 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10066
10067 * international/mule-diag.el (list-iso-charset-chars):
10068 For two-byte charset, fix the `while' condition.
10069 (list-non-iso-charset-chars): Fix the `while' condition.
10070
10071 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10072
10073 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10074 if the variable is make-variable-buffer-local.
10075
10076 * progmodes/ada-stmt.el (ada-template-map):
10077 Initialize and bind it to C-c t in ada-mode-map.
10078 (ada-stmt-mode-hook): New function extracted from old code.
10079 Only change the buffer-local side of skeleton-*.
10080 (ada-mode-hook): Use it.
10081
10082 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10083
10084 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10085 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10086 we expect to be returned by minibuffer-depth once we prompt the
10087 user in the minibuffer.
10088 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10089 as recorded in iswitchb-minibuf-depth, return non-nil.
10090
10091 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10092
10093 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10094 (hscroll-window-maybe): Docstring fix.
10095
10096 2000-11-23 Dave Love <fx@gnu.org>
10097
10098 * rect.el (string-rectangle): Don't test delete-selection-mode.
10099
10100 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10101
10102 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10103 is in the tool bar.
10104
10105 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10106 with `no-dir'; we want the directory part to be able to remove it.
10107
10108 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10109
10110 * textmodes/outline.el (outline-flag-region):
10111 Don't bind inhibit-read-only since we don't modify the buffer.
10112 (outline-isearch-open-invisible): Don't jump to overlay-start
10113 since we're trying to unhide text around point.
10114 (outline-discard-overlays): Use dolist.
10115
10116 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10117
10118 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10119
10120 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10121
10122 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10123
10124 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10125 Fix ARG regexp to skip quoted braces.
10126 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10127 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10128 are (correctly) handled separately).
10129 Remove `caption' and `footnote' from `citations': they contain text.
10130 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10131 (latex-skeleton-end-hook): New function.
10132 (latex-mode): Use it.
10133 (tex-start-tex-marker): Remove.
10134 (tex-send-tex-command): Don't set tex-start-tex-marker.
10135 (tex-error-parse-syntax-table): New var.
10136 (tex-compilation-parse-errors): Use it.
10137 Ignore tex-start-tex-marker. Don't bother with marker-position.
10138 (tex-validate-buffer): Don't bother with marker-position.
10139
10140 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10141 (flyspell-generic-progmode-verify): Use it.
10142
10143 2000-11-22 Sam Steingold <sds@gnu.org>
10144
10145 * simple.el (delete-trailing-whitespace): New interactive function.
10146
10147 * progmodes/ada-mode.el (ada-mode): Use it instead of
10148 `ada-remove-trailing-spaces'.
10149 (ada-remove-trailing-spaces): Removed.
10150
10151 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10152
10153 * textmodes/picture.el (picture-clean): Removed.
10154 (picture-mode-exit): Call it instead of `picture-clean'.
10155
10156 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10157
10158 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10159
10160 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10161 jit-lock-fontify-buffer; it should anyway be unneccessary to
10162 do anything special when jit-lock is active.
10163 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10164
10165 2000-11-22 Dave Love <fx@gnu.org>
10166
10167 * calendar/todo-mode.el (todo-top-priorities): Use
10168 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10169
10170 * language/chinese.el, language/cyrillic.el:
10171 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10172 * language/hebrew.el, language/indian.el, language/japanese.el:
10173 * language/korean.el, language/lao.el, language/misc-lang.el:
10174 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10175 Use provide.
10176
10177 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10178 (custom-variable-set): Improve validation error mesage.
10179
10180 * rect.el (string-rectangle): Revert last change.
10181 (string-rectangle-line): New arg DELETE.
10182 (string-rectangle): Check delete-selection-mode.
10183
10184 * emacs-lisp/edebug.el (edebug-version)
10185 (edebug-maintainer-address): Deleted.
10186 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10187 (edebug-read-function): Account for other `'#' read forms.
10188 (edebug-mode-menus): Make some items toggles.
10189 (edebug-outside-unread-command-event, unread-command-event):
10190 Remove these to avoid warnings.
10191
10192 2000-11-22 David Ponce <david@dponce.com>
10193
10194 * recentf.el (recentf-menu-items-for-commands)
10195 (recentf-make-menu-items, recentf-make-menu-item)
10196 (recentf-filter-changer): Added :help and :active menu-item properties.
10197
10198 (recentf-build-dir-rules, recentf-dump-variable)
10199 (recentf-edit-list, recentf-open-files-item)
10200 (recentf-open-files): Replaced unnecessary `mapcar' with new
10201 built-in `mapc'.
10202
10203 2000-11-23 Miles Bader <miles@gnu.org>
10204
10205 * faces.el (menu): Make inverse-video on ttys too.
10206
10207 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10208
10209 * simple.el (comment-line-break-function): Use the new name
10210 indent-new-comment-line -> comment-indent-new-line.
10211 (clone-indirect-buffer): Don't ignore NORECORD.
10212 (next-completion): Properly handle the case where items are adjacent.
10213
10214 * mouse.el (popup-menu): Stupid typo.
10215
10216 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10217
10218 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10219 maintainer, keywords tags.
10220
10221 * rect.el (replace-rectangle): Don't call string-rectangle-line
10222 with too many arguments.
10223
10224 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10225
10226 * ediff-util.el (ediff-file-checked-out-p)
10227 (ediff-file-checked-in-p): Call vc-state instead of
10228 vc-locking-user, which no longer exists.
10229
10230 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10231
10232 2000-11-22 Dave Love <fx@gnu.org>
10233
10234 * md5.el (md5): Provide.
10235 (md5): Fix error call.
10236
10237 2000-11-22 Miles Bader <miles@gnu.org>
10238
10239 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10240 (refill-fill-paragraph-at): Remove debugging code.
10241
10242 * calendar/calendar.el (generate-calendar-window): When we don't
10243 call `fit-window-to-buffer', make sure the top line is fully visible.
10244
10245 * image-file.el (insert-image-file): Don't make `read-only'
10246 property rear-nonsticky.
10247
10248 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10249 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10250 stashing away its original value.
10251 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10252 in the recursive edit.
10253 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10254 (isearch-done): Restore `minibuffer-message-timeout'.
10255
10256 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10257
10258 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10259
10260 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10261
10262 * find-lisp.el (find-lisp-find-files-internal):
10263 Use dolist, when and file-name-as-directory.
10264
10265 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10266 (define-derived-mode, define-minor-mode): Add specs.
10267
10268 * window.el: General comment and spacing fixes.
10269 (save-selected-window): Use backquotes.
10270 (window-safely-shrinkable-p): New function.
10271 (shrink-window-if-larger-than-buffer): Use it.
10272
10273 * subr.el (make-local-hook): Docstring fix.
10274
10275 * shell.el (shell-mode): Use define-derived-mode.
10276
10277 * newcomment.el (comment-indent): Insert comment before calling
10278 comment-indent-function. Don't insert in column 0.
10279 (comment-dwim): Indent before inserting comment.
10280
10281 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10282 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10283 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10284 Use mapc rather than map.
10285
10286 * files.el (find-buffer-visiting): Compare all attributes before
10287 declaring two files identical (rather than just their inode-no).
10288 (auto-mode-alist): Use \' rather than $.
10289
10290 * which-func.el: Update maintainer line.
10291
10292 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10293 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10294 (uniquify-buffer-file-name): Use it.
10295
10296 2000-11-22 Miles Bader <miles@gnu.org>
10297
10298 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10299 * simple.el (minibuffer-avoid-prompt): New function.
10300
10301 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10302
10303 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10304
10305 2000-11-21 Miles Bader <miles@gnu.org>
10306
10307 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10308 inclusion of `track-mouse'.
10309
10310 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10311 (refill-adjust-ignorable-overlay): New function.
10312 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10313 only the paragraph's tail if possible.
10314 Update `refill-ignorable-overlay'.
10315 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10316
10317 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10318 point inside the fill-prefix.
10319
10320 * textmodes/refill.el (refill-post-command-function): Don't reset
10321 refill-doit in the case where a self-insertion command doesn't
10322 case a refill. Use `refill-fill-paragraph-at', getting position
10323 from `refill-doit'.
10324 (refill-after-change-function): Set `refill-doit' to END.
10325 (refill-fill-paragraph-at): New function, mostly from old
10326 refill-fill-paragraph.
10327 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10328 (refill-pre-command-function): New function.
10329 (refill-mode): Add it to `pre-command-hook'.
10330
10331 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10332
10333 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10334
10335 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10336 javadoc tags.
10337
10338 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10339
10340 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10341 vc.el).
10342
10343 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10344 require vc.
10345
10346 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10347 checkouts.
10348
10349 2000-11-20 Dave Love <fx@gnu.org>
10350
10351 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10352
10353 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10354
10355 * calculator.el (calculator-paste): Use `if' instead of `and'
10356 and `or'.
10357 (calculator-help): Don't use electric-describe-mode for XEmacs.
10358
10359 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10360
10361 * info.el (info-menu-5): Doc fix.
10362
10363 * textmodes/artist.el: New file.
10364
10365 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10366
10367 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10368 and differentiate according to checkout model.
10369 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10370 since this function is only concerned with master state.
10371
10372 * vc-hooks.el (vc-workfile-unchanged-p)
10373 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10374
10375 * vc.el (vc-workfile-unchanged-p)
10376 (vc-default-workfile-unchanged-p): See above.
10377
10378 2000-11-19 Miles Bader <miles@gnu.org>
10379
10380 * image-file.el (insert-image-file): Make `intangible' and
10381 `read-only' properties rear-nonsticky too.
10382
10383 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10384
10385 * ps-print.el: Update copyright notice.
10386
10387 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10388 (tooltip-show): Use the offsets.
10389
10390 * bindings.el (mode-line-modified): Fix a typo.
10391 (mode-line-toggle-modified, mode-line-widen)
10392 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10393
10394 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10395
10396 * ps-print.el (toplevel): Test for find-coding-system being
10397 fboundp before calling ps-x-find-coding-system.
10398
10399 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10400
10401 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10402 (vc-version-backup-file): Docstring fix.
10403
10404 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10405
10406 * files.el (basic-save-buffer): Don't add a newline if
10407 find-file-literally is non-nil.
10408 (find-file-literally): Extend doc string.
10409
10410 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10411 sort(1) with the `-f' argument.
10412
10413 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10414
10415 * vc.el: Updated backend documentation.
10416 (vc-default-check-headers): New function.
10417
10418 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10419
10420 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10421 up-to-date.
10422 (vc-do-command): In the asynchronous case, output messages only if
10423 the minibuffer is not active.
10424
10425 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10426 `vc-cvs-use-edit' is on.
10427 (vc-cvs-checkout): When this is used for reverting the workfile,
10428 make a backup of the original contents and revert to that in case
10429 of error.
10430 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10431 remote repositories.
10432
10433 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10434 for both version and ratio in the minibuffer.
10435
10436 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10437 Use vc-do-command to perform the annotation, not call-process.
10438
10439 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10440
10441 * international/quail.el (quail-start-translation): Don't call
10442 `message' before reading key sequence.
10443
10444 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10445
10446 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10447
10448 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10449
10450 * window.el (fit-window-to-buffer): Be sure to acquire at least
10451 one text line even if the buffer is empty.
10452
10453 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10454
10455 * net/ange-ftp.el (ange-ftp-file-writable-p)
10456 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10457 Bind ange-ftp-process-verbose to nil.
10458
10459 2000-11-15 Dave Love <fx@gnu.org>
10460
10461 * wid-edit.el (widget-specify-field, widget-specify-button):
10462 If :help-echo is a function, set help-echo of overlay to
10463 widget-mouse-help.
10464 (widget-mouse-help): New function.
10465 (widget-echo-help): Rewritten for :help-echo functions only taking
10466 a widget arg.
10467
10468 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10469 Use display-graphic-p.
10470 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10471 and that JPEG is available.
10472 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10473
10474 * international/mule-cmds.el (locale-charset-language-names):
10475 Match @euro.
10476
10477 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10478
10479 * faces.el (face-set-after-frame-default):
10480 If `inhibit-default-face-x-resources' is bound, don't intialize the
10481 default face from X resources.
10482
10483 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10484
10485 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10486 Don't set EMACSLOADPATH.
10487
10488 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10489
10490 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10491 texinfo-insert-@url.
10492 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10493 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10494
10495 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10496
10497 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10498 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10499 (checkdoc-minor-keymap): Backward compatibility.
10500 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10501 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10502 (checkdoc-this-string-valid-engine): Be a bit more strict
10503 to avoid matching substrings of `...' quoted vars/funs.
10504 (checkdoc-defun-info): Only look for `interactive' if alone.
10505 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10506
10507 * progmodes/compile.el (grep): `tag-default' can be nil.
10508
10509 * newcomment.el (comment-indent): Paren typo.
10510
10511 2000-11-14 Dave Love <fx@gnu.org>
10512
10513 * calculator.el: New maintainer version.
10514
10515 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10516
10517 * cmuscheme.el: Doc fixes.
10518 (cmuscheme) <defgroup>: Use `scheme' as parent.
10519 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10520
10521 * xscheme.el (scheme-program-name): Don't define here.
10522
10523 * progmodes/scheme.el (scheme-program-name): New variable
10524 (originally in cmuscheme).
10525
10526 2000-11-14 Miles Bader <miles@gnu.org>
10527
10528 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10529 Handle header-lines. Don't loop forever if we can't enlarge the
10530 window anymore. Simplify a bit.
10531
10532 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10533
10534 * window.el (fit-window-to-buffer): Don't check
10535 window-text-height. Assure that the last line is fully visible.
10536
10537 * international/quail.el (quail-show-guidance-buf):
10538 Call fit-window-to-buffer to assure the enough height of the guidance
10539 buffer.
10540 (quail-update-guidance): Avoid making the guidance buffer shorter.
10541
10542 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10543
10544 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10545 rather than `prepend' and add an interesting comment.
10546 (tex-math-face, tex-font-lock-syntactic-face-function):
10547 New face and function to use it.
10548 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10549 than `menu-enable' symbol property.
10550 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10551 (tex-mode): Add some latex-mode commands for auto-selection.
10552 Use tex-font-lock-syntactic-face-function.
10553 (tex-insert-quote): Simplify.
10554 (tex-shell): New mode.
10555 (tex-start-shell): Use it.
10556 (tex-shell-proc, tex-shell-buf): New functions.
10557 (tex-send-command): Use it.
10558 (tex-main-file): Fix the meaning of the new arg REALFILE.
10559 (tex-send-tex-command): New function split from `tex-start-tex'.
10560 Set compilation-last-buffer and compilation-parsing-end.
10561
10562 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10563 when it follows non-comment text on the line.
10564
10565 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10566 Set font-lock-defaults.
10567 (lisp-mode-shared-map): Init inside the defvar.
10568 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10569 Use define-derived-mode.
10570
10571 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10572
10573 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10574
10575 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10576
10577 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10578 Don't recursively optimize body because that can lead to infinite
10579 recursion; see comment there.
10580
10581 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10582
10583 * faces.el (face-spec-set-match-display): Revert the change from
10584 2000-10-24. Add a FIXME for after v21.1.
10585
10586 2000-11-13 Miles Bader <miles@gnu.org>
10587
10588 * textmodes/fill.el (skip-line-prefix): New function.
10589 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10590 (fill-paragraph): Don't leave point inside the fill-prefix.
10591 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10592 point inside the fill-prefix.
10593
10594 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10595
10596 * calendar/calendar.el (generate-calendar-window):
10597 Use `fit-window-to-buffer'.
10598
10599 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10600
10601 * gud.el (gud-minor-mode): New var.
10602 (gud-symbol, gud-val): New functions.
10603 (gud-find-file): Copy gud-minor-mode to the new buffer.
10604 (gud-menu-map): Include entries for commands that are not always
10605 available, using :enable to (de)activate them.
10606 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10607 (gud-mode-map): New map.
10608 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10609 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10610 Don't set up gud's menu (it's done by the minor-mode).
10611 (gud-minibuffer-local-map): New.
10612 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10613 (gud-query-cmdline): New function.
10614 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10615 (gud-mode): Use define-derived-mode.
10616 Don't set up gud's menu (it's done by the minor-mode).
10617 (gud-chop-words): Remove.
10618 (gud-common-init): Use split-string instead.
10619 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10620
10621 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10622 Add keyword arg :name.
10623
10624 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10625 (diff-count-matches, diff-split-hunk): New functions.
10626 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10627
10628 * pcvs-info.el (cvs-fi-conflict-face): New var.
10629
10630 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10631 Make it into a simple syntax-table, shared among all submodes.
10632 (sh-heredoc-face): Re-introduce.
10633 (sh-font-lock-syntactic-face-function): New function.
10634 (sh-mode): Use it. Also use define-derived-mode.
10635 Remove old bogus setting of indent-region-function.
10636 (sh-set-shell): Don't set the syntax-table any more.
10637 (sh-mode-syntax-table) <defun>: Remove.
10638
10639 2000-11-12 Miles Bader <miles@gnu.org>
10640
10641 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10642 message if interactive.
10643
10644 2000-11-12 Dave Love <fx@gnu.org>
10645
10646 * mail/feedmail.el: Fix header,
10647 (feedmail) <defgroup>: Add :link.
10648
10649 * view.el: Use local-map property, not keymap on mode-line string.
10650
10651 * scroll-all.el (scroll-all-mode): Customize variable.
10652 Add autoload cookie to function.
10653
10654 * lazy-lock.el: Remove compatibility code.
10655
10656 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10657 (finder-help-echo): New variable.
10658 (finder-mouse-face-on-line): Add help-echo stuff.
10659 (finder-list-keywords, finder-list-matches): Use mapc.
10660
10661 * faces.el (face-font-registry-alternatives): Add :version.
10662
10663 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10664 tags-table-list.
10665
10666 * net/browse-url.el (browse-url-browser-function): Update :version.
10667
10668 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10669 (mail-mode): Use [:alnum:] in some regexps.
10670
10671 2000-11-10 Dave Love <fx@gnu.org>
10672
10673 * ediff.el (ediff-regions-internal, ediff-documentation):
10674 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10675 fundamental mode.
10676
10677 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10678 buffer into fundamental mode.
10679 (ediff-set-difference): Use copy-sequence if available.
10680
10681 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10682 Check ediff-patch-map non-nil.
10683 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10684 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10685 buffer into fundamental mode.
10686
10687 * ediff-merg.el (state-or-merge): Defvar when compiling.
10688
10689 2000-11-10 Jason Rumney <jasonr@gnu.org>
10690
10691 * w32-fns.el (w32-add-charset-info): New function.
10692 (w32-charset-info-alist): Use it.
10693
10694 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10695
10696 * faces.el (face-font-registry-alternatives): New user-option.
10697
10698 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10699
10700 * textmodes/texinfo.el (texinfo-block-default): New var.
10701 (texinfo-insert-block): Use it. Insert a newline if needed.
10702
10703 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10704 (fill-region-as-paragraph): Use it.
10705
10706 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10707 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10708 Tweak paragraph regexps to allow a leading [ \t]*.
10709 (tex-latex-block): Insert a newline if necessary.
10710 (latex-insert-item): Only insert a newline if necessary.
10711 (tex-guess-main-file): New function.
10712 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10713 Set tex-main-file if TeX-master is provided.
10714 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10715
10716 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10717
10718 * startup.el (command-line): Set the default tooltip-mode
10719 to t for graphical displays which implement x-show-tip.
10720
10721 * tooltip.el (tooltip-mode): Add a comment about startup.el
10722 setting the default value of this user-option.
10723
10724 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10725
10726 * font-lock.el (font-lock-*-face) <defvar>: Move.
10727 (font-lock-defaults-alist): Mark obsolete.
10728 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10729 (font-lock-mode): Use define-minor-mode.
10730 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10731 (font-lock-turn-off-thing-lock): Be more explicit.
10732 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10733 (font-lock-syntactic-face-function): New var.
10734 (font-lock-fontify-syntactically-region): Use it.
10735 (font-lock-doc-face): New.
10736
10737 * pcvs.el (cvs-enabledp): Ignore errors.
10738 (cvs-commit-filelist): Never query.
10739 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10740 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10741 (cvs-do-removal): Use cvs-partition rather than delete-if.
10742 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10743 cvs-bury-buffer.
10744
10745 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10746 Allow `next' to jump to after the end of the last match.
10747
10748 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10749
10750 * simple.el (byte-compiling-files-p): New function.
10751
10752 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10753 if it is there.
10754
10755 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10756 nil again.
10757
10758 * textmodes/ispell.el (ispell-library-path): Don't call
10759 check-ispell-version when byte-compiling because that starts
10760 an ispell process, and ispell might not be installed.
10761 (toplevel): Don't set up a menu when byte-compiling.
10762
10763 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10764 it, so that a boundp test can be used to determine if we're
10765 currently byte-compiling.
10766
10767 2000-11-09 Dave Love <fx@gnu.org>
10768
10769 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10770
10771 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10772
10773 * ps-print.el: Patch for variable initialization when spooling.
10774 Doc fix.
10775 (ps-output-list): Fun eliminated.
10776 (ps-begin-file, ps-begin-job): Code fix.
10777
10778 2000-11-08 Dave Love <fx@gnu.org>
10779
10780 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10781
10782 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10783
10784 * simple.el (shell-command, display-message-or-buffer)
10785 (shell-command-on-region): Mention resize-mini-windows in the doc
10786 string.
10787 (display-message-or-buffer): Take the value of resize-mini-windows
10788 into account.
10789
10790 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10791
10792 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10793
10794 * dired.el (dired-between-files): Add `^. find' as an alternative
10795 to the regular expression, for find-dired.
10796
10797 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10798
10799 * textmodes/texnfo-upd.el: Require texinfo.
10800 (defmacro, defgroup): Remove.
10801 (texinfo-section-to-generic-alist): Remove.
10802 Use texinfo-section-list instead (i.e. level is changed string->int).
10803 (texinfo-filter): New function.
10804 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10805 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10806 Use it. And use regexp-opt.
10807 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10808 (texinfo-update-menu-region-beginning)
10809 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10810 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10811 (texinfo-update-menu-same-level-regexps): Update.
10812 (texinfo-update-node, texinfo-every-node-update)
10813 (texinfo-sequential-node-update): Remove autoload cookie.
10814
10815 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10816 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10817 (texinfo-chapter-level-regexp): Remove.
10818 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10819
10820 2000-11-06 Dave Love <fx@gnu.org>
10821
10822 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10823
10824 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10825 Match defun*.
10826
10827 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10828
10829 * composite.el (composition-function-table): Variable declaration
10830 moved to src/composite.c.
10831 (compose-chars-after): New optional arg object.
10832
10833 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10834
10835 * bindings.el (mode-line-toggle-read-only)
10836 (mode-line-toggle-modified, mode-line-widen)
10837 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10838 (make-mode-line-mouse2-map): Rewritten.
10839 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10840 functions so that C-h k can show something with a doc string.
10841
10842 * startup.el (fancy-splash-delay): Set to 10 seconds.
10843 (fancy-splash-max-time): New user-option.
10844 (fancy-splash-stop-time): New variable.
10845 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10846 (fancy-splash-screens-1): Throw `stop-splashing' when current
10847 time is greater than fancy-splash-stop-time.
10848
10849 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10850
10851 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10852
10853 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10854 Prompt user for a file rather than raising an error.
10855 (cvs-enabledp): Fix call to cvs-mode-marked.
10856 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10857 (cvs-mode-insert): Use it. Change the init prompt' value.
10858 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10859
10860 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10861 Don't pass default arg to ewoc-locate.
10862 (ewoc-collect): Return result in the right order.
10863
10864 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10865
10866 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10867 (cvs-status-get-tags): Fix regexp.
10868 (cvs-status-trees, cvs-status-cvstrees):
10869 Combine after change hooks and don't sit-for.
10870 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10871 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10872 Use make-char rather than hard-coded cryptic data.
10873 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10874
10875 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10876
10877 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10878 (cvs-insert-strings): New function.
10879
10880 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10881
10882 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10883 `mwheel-scroll-amount'.
10884 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10885 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10886 string-matching against the version string.
10887
10888 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10889
10890 * language/thai.el ("Thai"): Set a lisp form that produces
10891 composed string in `sample-text' language info.
10892
10893 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10894 composed string in `sample-text' language info.
10895
10896 * international/mule-cmds.el (describe-language-environment):
10897 Eval `sample-text' data and insert the result.
10898
10899 * international/mule-conf.el (compound-text): Define this coding
10900 system here. Make x-ctext and ctext aliases of it.
10901
10902 * language/european.el (compound-text, ctext): Moved to
10903 international/mule-conf.el.
10904
10905 2000-11-05 Andrew Innes <andrewi@gnu.org>
10906
10907 * w32-fns.el (w32-version): New function.
10908
10909 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10910
10911 * progmodes/awk-mode.el: Update copyright.
10912 (awk-mode-abbrev-table): Remove.
10913 (awk-font-lock-keywords): Use regexp-opt.
10914 (awk-mode): Use define-derived-mode.
10915
10916 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10917 when extracting a suffix.
10918
10919 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10920
10921 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10922 auto-save-mode.
10923
10924 2000-11-04 Jason Rumney <jasonr@gnu.org>
10925
10926 * language/european.el (decode-mac-roman): Test against r1 not r0.
10927
10928 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10929
10930 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10931 (icon-mode): Define indent-line-function.
10932 (icon-comment-indent): Simplify.
10933 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10934
10935 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10936
10937 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10938 Bind change-log-default-mode to defeat the caching done on it.
10939 Don't bother saving excursion any more.
10940
10941 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10942
10943 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10944 (set-frame-font): Use the new name (and the old for compatibility).
10945
10946 * toolbar/tool-bar.el (tool-bar-mode):
10947 * time.el (display-time-mode):
10948 * recentf.el (recentf-mode):
10949 * paren.el (show-paren-mode):
10950 * mwheel.el (mouse-wheel-mode):
10951 * msb.el (msb-mode):
10952 * jka-compr.el (auto-compression-mode):
10953 * image-file.el (auto-image-file-mode):
10954 * hl-line.el (hl-line-mode):
10955 * delsel.el (delete-selection-mode):
10956 * autoinsert.el (auto-insert-mode):
10957 * complete.el (partial-completion-mode): Drop unneeded positional args.
10958
10959 * info.el (Info-mode):
10960 * comint.el (comint-mode): Don't bother with make-local-hook.
10961
10962 * log-edit.el (log-edit-menu): New menu.
10963
10964 2000-11-03 Miles Bader <miles@gnu.org>
10965
10966 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10967 definition, so that trailing spaces are handled properly.
10968 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10969
10970 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10971
10972 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10973 tab character.
10974 (fancy-splash-screens): Set tab-width to 20.
10975
10976 2000-11-03 Dave Love <fx@gnu.org>
10977
10978 * comint.el (comint-completion-addsuffix): Fix custom type.
10979
10980 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10981
10982 * font-lock.el (font-lock-buffers): Remove.
10983 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10984 (font-lock-change-major-mode): Remove.
10985 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10986 (font-lock-default-fontify-region): Extend the multiline
10987 fontification to whole lines.
10988 (font-lock-fontify-anchored-keywords)
10989 (font-lock-fontify-keywords-region): If matching just one
10990 line (with \n) only mark the \n as multiline.
10991
10992 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10993 Correctly handle the case where several :group args are supplied.
10994 Allow :extra-args.
10995 (easy-mmode-define-global-mode): Allow :extra-args.
10996 Correctly handle the case where several :group args are supplied.
10997
10998 2000-11-02 Miles Bader <miles@gnu.org>
10999
11000 * calendar/calendar.el (diary-face, calendar-today-face)
11001 (holiday-face): Remove dependency on `window-system'.
11002
11003 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11004
11005 * Makefile.in (emacs): Set EMACSLOADPATH always.
11006 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11007 (compile-files): Bomb out if compilation of a file fails.
11008
11009 2000-11-02 Dave Love <fx@gnu.org>
11010
11011 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11012
11013 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11014
11015 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11016 punctuation in the warning inserted into the *mail* buffer.
11017
11018 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11019
11020 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11021 (authors-public-domain-p): New function.
11022 (authors-print): Use it.
11023
11024 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11025
11026 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11027
11028 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11029
11030 * ps-print.el: Extension for even/odd printing. Doc fix.
11031 (ps-print-version): New version number (6.3.1).
11032 (ps-even-or-odd-pages): Customization fix.
11033 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11034 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11035 (ps-page-count): Var replaced by `ps-page-column'.
11036 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11037 (ps-print-sheet-p): New fun.
11038
11039 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11040
11041 * tooltip.el (tooltip-gud-tips-setup): New function.
11042 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11043 (tooltip-mode): Call tooltip-gud-tips-setup.
11044 (tooltip-gud-tips): Use `gud-basic-call' instead of
11045 process-send-string, so the prompt gets frobbed appropriately.
11046 Handle nil return value from `tooltip-gud-print-command'.
11047
11048 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11049
11050 * comint.el (comint-add-to-input-history): New function.
11051 (comint-send-input): Use `comint-add-to-input-history'.
11052
11053 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11054
11055 * info.el (info-menu-header): New face.
11056 (Info-fontify-menu-headers): New function.
11057 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11058
11059 * info.el (Info-insert-dir): Don't include blank lines at
11060 beginning of additional dir files (one is added automatically).
11061
11062 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11063
11064 * emacs-lisp/easy-mmode.el (define-minor-mode):
11065 Revert the latest changes.
11066 Allow the three positional arguments to be skipped and replaced
11067 by keyword arguments.
11068 Add a :toggle argument to determine whether a nil arg means toggle
11069 or means turn-on. The default is unchanged.
11070 Add a call to force-mode-line-update.
11071
11072 2000-11-01 Dave Love <fx@gnu.org>
11073
11074 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11075
11076 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11077
11078 * calendar/calendar.el (diary-face, holiday-face):
11079 Add dark-background variants.
11080
11081 2000-10-31 Sam Steingold <sds@gnu.org>
11082
11083 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11084 `tex-main-file' does not have directory in it.
11085
11086 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11087
11088 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11089
11090 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11091
11092 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11093 functional change.
11094
11095 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11096
11097 * files.el (find-file-noselect): When we expand a wildcard, return
11098 a list of buffers, as we should do according to the doc string.
11099
11100 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11101
11102 * loadup.el (top level): Adjust load path if program name is
11103 "../src/bootstrap-emacs", in case it's not dumped and thus the
11104 load path adjustment hasn't already been done.
11105
11106 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11107
11108 * ps-print.el: Fix bug on selected pages for printing.
11109 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11110 is on. Try to avoid warning messages when compiling. Doc Fix.
11111 (ps-print-version): New version number (6.3).
11112 (ps-color-device): Use `color-values' to determine if device
11113 supports color.
11114 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11115 (ps-print-page-p): Changed from defsubst to defun.
11116 (ps-page-number): Changed from defmacro to defun.
11117 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11118 printing.
11119 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11120 (ps-end-file, ps-dummy-page): Funs eliminated.
11121 (ps-print-color-scale): Changed default value.
11122 (ps-page-n-up, ps-print-page-p): New internal vars.
11123 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11124 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11125
11126 * delim-col.el: Little programming improvement.
11127 (delimit-columns-str): New macro.
11128 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11129
11130 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11131
11132 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11133 Moved to european.el.
11134 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11135 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11136 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11137 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11138
11139 2000-10-30 Dave Love <fx@gnu.org>
11140
11141 * progmodes/cc-menus.el (imenu-generic-expression)
11142 (imenu-progress-message): Only defvar when compiling.
11143
11144 * emacs-lisp/elp.el (elp-unload-hook): New function.
11145
11146 * loadhist.el (unload-feature): Call elp-restore-function,
11147 checking for symbols; don't use elp-restore-all.
11148 (loadhist-hook-functions): Doc fix.
11149
11150 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11151
11152 * log-edit.el (log-edit-confirm): Fix the default.
11153
11154 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11155
11156 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11157 delimit-columns-format.
11158 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11159
11160 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11161
11162 * comint.el (comint-replace-by-expanded-history): Don't use
11163 comint-get-old-input (we're not looking at *old* input).
11164 (comint-get-old-input-default): If using fields, signal an error
11165 when the point is not in an input field.
11166
11167 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11168
11169 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11170 and mule-unicode-e000-ffff.
11171
11172 * international/mule.el (decode-char, encode-char): New functions.
11173 (make-coding-system): Accept a symbol of translation table as a
11174 value of property `safe-chars'.
11175
11176 * international/mule-cmds.el (encode-coding-char): Check property
11177 safe-chars instead of safe-charsets.
11178
11179 * international/fontset.el (fontset-default): Modified for
11180 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11181 (x-font-name-charset-alist): Likewise.
11182 (ccl-encode-unicode-font): New CCL program. Record it in
11183 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11184
11185 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11186 New translation tables.
11187 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11188 programs are modified and moved from mac-win.el.
11189 (mac-roman): Definition of this coding system is modified and
11190 moved from mac-win.el.
11191
11192 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11193
11194 * ediff-wind.el (ediff-setup-control-frame): Enclose
11195 face-attribute in condition-case to avoid errors in older emacsen.
11196
11197 2000-10-29 Miles Bader <miles@gnu.org>
11198
11199 * custom.el (custom-add-to-group): Allow multiple entries for a
11200 given value OPTION, as long as their widget types are different.
11201 * cus-edit.el (custom-face-value-create): If face name doesn't end
11202 with "face", add such here (similar to custom group widgets).
11203
11204 * comint.el (comint-highlight-prompt): Add :type.
11205
11206 2000-10-28 John Wiegley <johnw@gnu.org>
11207
11208 * calendar/timeclock.el (timeclock-log): Doc fix.
11209 (timeclock-last-event): Doc fix.
11210 (timeclock-log): Kill the timelog buffer after appending a new event.
11211 (timeclock-find-discrep): Use a temp buffer to read in the
11212 timelog, instead of visiting the file.
11213 (timeclock-log-data): A new function, along with a host of helper
11214 functions, for the purpose of making timelog data accessible to
11215 programmers.
11216
11217 * eshell/esh-mode.el (window-height test): Make certain that
11218 `eshell-stringify-t' is non-nil.
11219 (eshell-password-prompt-regexp): Changed to a much simpler
11220 password regexp.
11221 (eshell-send-input): If `eshell-invoke-directly' returns t,
11222 directly invoke the parsed command using `eval'. This improves
11223 turn-around time on simple commands by a factor of three or
11224 greater, such as cd, ls, pwd, etc. -- which get used very often.
11225 It also conserves thousands of cons cells per call (since
11226 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11227 in the Pacific Cookie Company).
11228
11229 * eshell/esh-test.el (eshell-test): Whitespace fix.
11230
11231 * eshell/em-ls.el (eshell-ls-insert-directory):
11232 Make `eshell-ls-initial-args' nil when inserting directory contents.
11233
11234 * eshell/em-script.el (eshell-script-initialize): Add names to
11235 `eshell-complex-commands, since `source' and `.' are complex.
11236
11237 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11238 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11239 `eshell-copy-handles'.
11240 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11241 bodies.
11242 (eshell-separate-commands): Whitespace fix.
11243 (eshell-complex-commands): Added a new list of names, for
11244 determining whether a given command is as simple as it looks.
11245 (eshell-invoke-directly): New function. Returns t if a command
11246 should be invoked directly (using `eval'), rather than indirectly
11247 using `eshell-do-eval'.
11248 (eshell-do-eval): Whitespace fix.
11249
11250 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11251 which provides an emulation of the DOS shell behavior of assuming
11252 that cp/mv/ln should copy/move/link to the current directory.
11253 (eshell-remove-entries): Added a doc string.
11254 (eshell-shuffle-files): Removed the check for `target' being null.
11255 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11256 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11257 it to do a smarter check of whether a destination was provided.
11258 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11259 (eshell/ln): Enable `:preserve-args', and use
11260 `eshell-mvcpln-template' to implement the body of the function.
11261 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11262 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11263 list after flattening it. This makes it possible to cat files
11264 with numerical names.
11265 (eshell-unix-initialize): Added several names to
11266 `eshell-complex-commands.
11267 (eshell-unix-command-complex-p): Return t if a given command name
11268 may result in external processes being invoked.
11269
11270 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11271 variable nil by default, since it slows down glob processing by a
11272 factor of two or more, and increases memory consumption.
11273
11274 * eshell/em-smart.el: Added a note about how memory consumptive
11275 smart display mode can be (at least this is true in Emacs 21).
11276 (eshell-smart-initialize): Whitespace fix.
11277 (eshell-refresh-windows): Use `if' instead of `when'.
11278 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11279 not necessary.
11280 (eshell-currently-handling-window): Added a missing global variable.
11281
11282 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11283 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11284 Whitespace fix.
11285 (eshell-ls-exclude-hidden): Added this variable in addition to
11286 `eshell-ls-exclude-regexp'. This one prevents files beginning
11287 with . from even being read, which can improve memory consumption
11288 quite a bit.
11289 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11290 read file entries beginning with a dot. In home directories with
11291 lots of hidden files, fully two-thirds of the time spent in ls is
11292 used to read directory entries that are immediately thrown away.
11293 (eshell-ls-initial-args): Added back this configuration variable,
11294 for specifying default initial arguments to every call to ls.
11295 Much faster than using an alias to do the same thing.
11296 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11297 (eshell-ls-dir): Whitespace change.
11298
11299 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11300
11301 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11302 (eshell-stringify-t): Added a customization variable, to indicate
11303 whether `t' should be rendered as a string at all. If not, one
11304 can still determine if the result of an expression is true using
11305 "file-exists-p FILE && echo true".
11306 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11307 stringify t!
11308
11309 * eshell/esh-module.el: Whitespace fix.
11310
11311 * eshell/em-alias.el (eshell-alias-initialize):
11312 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11313 (eshell-command-aliased-p): New function that returns t if a
11314 command name names an aliased.
11315
11316 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11317
11318 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11319 redrawing the screen when changing cursor color.
11320 (viper-insert-state-pre-command-sentinel)
11321 (viper-replace-state-pre-command-sentinel)
11322 (viper-replace-state-post-command-sentinel):
11323 Use viper-preserve-cursor-color.
11324 Many functions changed to use viper= instead of = when comparing
11325 characters.
11326 * viper-util.el (viper-memq-char,viper=): New functions for
11327 working with characters.
11328 (viper-change-cursor-color): Fixed buglet.
11329 Many functions changed to use viper= instead of = when comparing
11330 characters.
11331 * viper.el (viper-insert-state-mode-list): Added eshell.
11332
11333 * ediff-init.el (ediff-before-setup-hook): New hook.
11334 Several typos fixed in various docstrings.
11335 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11336 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11337 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11338 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11339 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11340 (ediff-get-selected-buffers): New function.
11341 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11342 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11343 Use save-window-excursion.
11344 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11345 termination check in while loop.
11346 * ediff.el (ediff-get-default-file-name): Better defaults when in
11347 dired buffer.
11348 (ediff-files,ediff-merge-files,ediff-files3)
11349 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11350
11351 2000-10-28 Dave Love <fx@gnu.org>
11352
11353 * info.el (Info-fontify-node): Add help-echo for menu items.
11354
11355 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11356
11357 * startup.el (normal-top-level): If the value of $TERM indicates
11358 we are running from xterm or one of its work-alikes, default to a
11359 light background mode.
11360
11361 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11362 * faces.el (tty-handle-reverse-video): New function.
11363 (tty-create-frame-with-faces): Call it.
11364
11365 * frame.el (frame-notice-user-settings): Don't apply
11366 default-frame-alist and initial-frame-alist to MS-DOS frames.
11367 Call tty-handle-reverse-video, frame-set-background-mode, and
11368 face-set-after-frame-default for non-MS-DOS frames.
11369
11370 * startup.el (tty-long-option-alist): New variable.
11371 (tty-handle-args): New function.
11372 (command-line): Call tty-handle-args.
11373
11374 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11375 startup.el now does that for all character-terminal frames.
11376
11377 2000-10-28 Miles Bader <miles@gnu.org>
11378
11379 * emacs-lisp/easy-mmode.el (define-minor-mode):
11380 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11381 is global. If :global is followed by a non-nil but non-t value,
11382 make the mode buffer-local, but also generate a `global-MODE'
11383 version using `easy-mmode-define-global-mode'.
11384 Add :conditional-turn-on keyword argument.
11385
11386 2000-10-28 Dave Love <fx@gnu.org>
11387
11388 * international/latin1-disp.el (latin1-char-displayable-p):
11389 Don't use window-system.
11390
11391 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11392
11393 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11394 Don't call find-buffer-file-type-coding-system. Instead, just
11395 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11396 if the file is on an untranslated filesystem.
11397 (add-untranslated-filesystem): Use "D" instead of "f" inside
11398 interactive.
11399
11400 2000-10-27 Dave Love <fx@gnu.org>
11401
11402 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11403 (refill-mode): Use it.
11404
11405 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11406
11407 * international/quail.el (quail-activate): Don't make-local-hook.
11408
11409 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11410
11411 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11412 manual backups and file.~<rev>.~ for automatic ones.
11413 (vc-make-version-backup): Don't do it on MS-DOS without long file
11414 names.
11415
11416 * vc.el (vc-version-other-window): If an automatic backup of the
11417 desired version exists, rename it instead of copying it.
11418
11419 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11420 after command. If there's an unexpected error, signal it instead
11421 of being silent.
11422 (vc-cvs-merge-news): Be prepared for no news at all.
11423
11424 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11425
11426 * shell.el (shell): Add BUFFER argument.
11427 * comint.el (make-comint-in-buffer): New function.
11428 (make-comint): Use it.
11429
11430 * faces.el (face-spec-choose): Change syntax so that the list of
11431 attribute-value pairs is now the cdr of each clause, not the cadr.
11432 Detect old-style entries, and handle them. Use pop.
11433
11434 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11435
11436 * cus-edit.el (custom-mode-map): Use a sparse map.
11437 (custom-mode): Don't bother with make-local-hook.
11438
11439 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11440
11441 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11442
11443 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11444
11445 * ps-print.el: Avoid compilation gripes.
11446 (ps-print-version): New version number (6.2.1).
11447
11448 2000-10-26 Dave Love <fx@gnu.org>
11449
11450 * menu-bar.el: Modify some menu item help strings.
11451 (menu-bar-help-menu): Add link to MORE.STUFF.
11452
11453 * cus-edit.el (custom-mode): Add `special' mode-class property.
11454
11455 * wid-browse.el (widget-browse-mode): Likewise.
11456
11457 * wid-edit.el (widget-specify-field): Revert to using local-map
11458 property, not keymap.
11459
11460 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11461
11462 * wid-edit.el (widget-field-end): When checking for a `boundary'
11463 field, do so in the correct buffer.
11464
11465 * simple.el (undo): Correctly distinguish between numeric and
11466 non-numeric prefix args in non-transient-mark-mode, as per the doc
11467 string. When in transient-mark-mode, treat all prefix-args as
11468 numeric.
11469
11470 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11471 Position point on match. Handle N == 0 correctly.
11472
11473 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11474 (comint-mode-map): Reverse order of `comint-write-output' and
11475 `comint-append-output-to-file'.
11476 (comint-append-output-to-file): Reinstate this function, for the
11477 benefit of the menu.
11478
11479 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11480
11481 * vc.el (vc-version-other-window): Bind `file'.
11482
11483 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11484
11485 * Makefile.in (update-authors): New target for maintenance purposes.
11486
11487 * emacs-lisp/authors.el (batch-update-authors): New function.
11488 (authors-fixed-entries): New defconst.
11489 (authors-add-fixed-entries): New function.
11490 (authors): Call it.: Don't process lispref/.
11491
11492 2000-10-25 Jason Rumney <jasonr@gnu.org>
11493
11494 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11495 Merge x w32 and mac definitions.
11496
11497 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11498
11499 * menu-bar.el (menu-bar-options-menu): Add a help string for
11500 `uniquify'.
11501
11502 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11503
11504 * time-stamp.el (time-stamp-string-preprocess):
11505 Fix a wrong type argument error.
11506
11507 2000-10-25 Miles Bader <miles@gnu.org>
11508
11509 * recentf.el (recentf-mode): Variable removed.
11510 (recentf-mode): Use `define-minor-mode'.
11511
11512 * mwheel.el (mouse-wheel-mode): New global minor mode.
11513 (mwheel-install): Use `mouse-wheel-mode'.
11514
11515 2000-10-25 Dave Love <fx@gnu.org>
11516
11517 * progmodes/cperl-mode.el (cperl-mode):
11518 Set normal-auto-fill-function correctly.
11519
11520 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11521 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11522 bindings.
11523
11524 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11525
11526 * wid-edit.el (widget-field-at): New function.
11527 (widget-at, widget-field-activate): Use it.
11528 (widget-tabable-at): Use `widget-at'.
11529 (widget-specify-field): If the terminating character of the widget
11530 field (which is read-only) is a newline, put it into a special
11531 `boundary' field so that C-n/C-p act more naturally.
11532 (widget-field-end): Also don't subtract one if a special
11533 `boundary' field has been added after the widget field.
11534
11535 * comint.el (comint-output-filter, comint-send-input):
11536 Don't bother adding stickiness fields to overlays to fool the field
11537 code, since it should notice the overlay insertion-types now.
11538
11539 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11540 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11541 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11542
11543 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11544
11545 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11546 (authors): Set file coding system to iso-2022-7bit.
11547 Add file-local variables to output buffer.
11548
11549 * files.el (after-find-file): Don't print any warnings if
11550 WARN is nil.
11551
11552 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11553
11554 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11555
11556 * delim-col.el: Now there is a column formatting mechanism.
11557 Modified to customization mechanisms convention. Doc fix.
11558 (columns): New group for delim-col.
11559 (delimit-columns-before, delimit-columns-after)
11560 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11561 (delimit-columns-end): New vars.
11562 (delimit-columns-customize, delimit-columns-format): New funs.
11563 (delimit-columns-region, delimit-columns-rectangle)
11564 (delimit-columns-rectangle-line): Modified to support column
11565 formatting.
11566
11567 2000-10-24 Dave Love <fx@gnu.org>
11568
11569 * log-edit.el (log-edit): Add :version and a :group for vc.
11570
11571 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11572
11573 * files.el (after-find-file): Don't print a message ``New file''
11574 if WARN is nil.
11575
11576 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11577 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11578 get duplicate tool-bar entries because we'll see the global ones
11579 on more than one path through keymaps.
11580
11581 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11582
11583 * progmodes/cmacexp.el: Change Francesco's email address.
11584
11585 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11586
11587 * window.el (fit-window-to-buffer): Adjust point of the window
11588 buffer, not that of the current buffer.
11589
11590 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11591
11592 * progmodes/cmacexp.el: Update the euthor's email address.
11593
11594 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11595
11596 * faces.el (face-spec-set-match-display): Add `graphic' display
11597 type (the inverse of `tty'). Use `display-graphic-p' instead of
11598 the window-system variable.
11599
11600 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11601
11602 * international/isearch-x.el (isearch-with-input-method):
11603 Call input-method-function with the first event in
11604 unread-command-events.
11605
11606 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11607
11608 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11609
11610 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11611
11612 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11613 New charsets.
11614
11615 * term/mac-win.el: Remove definitions of mac-roman-lower and
11616 mac-roman-upper, require dired, and define instead of set
11617 mac-ready-for-drag-n-drop to avoid compilation error.
11618
11619 2000-10-23 Andrew Innes <andrewi@gnu.org>
11620
11621 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11622 Remove superfluous calls to subst-char-in-string; instead apply
11623 expand-file-name after convert-standard-filename to ensure
11624 expected directory separators are used.
11625
11626 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11627
11628 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11629
11630 2000-10-23 Dave Love <fx@gnu.org>
11631
11632 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11633 (tool-bar-add-item): Set foreground and background for XBM icons.
11634
11635 * international/latin1-disp.el (latin1-char-displayable-p):
11636 New function (from Handa).
11637 (latin1-display-check-font): Use it.
11638
11639 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11640 using :key-sequence, making it much more usable.
11641 Use nconc, not append.
11642 (imenu--create-keymap-1): Avoid append.
11643
11644 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11645
11646 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11647
11648 [the following changes fix a bug where `define-minor-mode' didn't
11649 correctly generate :require clauses for defcustoms in compiled files]
11650 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11651 (byte-compile-log-file, byte-compile-log-1): Don't set
11652 `byte-compile-current-file' to nil. Instead set
11653 `byte-compile-last-logged-file' to it. Test whether
11654 byte-compile-current-file equals byte-compile-last-logged-file
11655 instead of whether its nil.
11656 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11657
11658 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11659
11660 * textmodes/refill.el: Fix var names in doc.
11661 (refill-mode): Don't bother with make-local-hook anymore.
11662
11663 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11664
11665 * faces.el (face-user-default-spec, face-default-spec): New functions.
11666 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11667 (frame-set-background-mode, face-set-after-frame-default):
11668 Use `face-user-default-spec'. Simplify code slightly.
11669
11670 * woman.el (woman-italic-face, woman-bold-face)
11671 (woman-unknown-face): Add dark-background variants.
11672 (woman-default-faces): Renamed from `woman-colour-faces'.
11673 Set using the stored defaults, rather than using hard-wired colors.
11674 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11675 Just make the foreground `unspecified' rather than "black".
11676 (woman-menu): Rename menu entries accordingly.
11677
11678 * faces.el (header-line): Make more reasonable on mono/grayscale
11679 displays.
11680
11681 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11682
11683 * cus-edit.el (custom-button-face): Use 3D look for mac.
11684 (custom-button-pressed-face): Likewise.
11685
11686 * faces.el (set-face-attributes-from-resources): Handle mac frames
11687 in the same way as x and w32 frames.
11688 (face-valid-attribute-values): Likewise.
11689 (read-face-attribute): Likewise.
11690 (defined-colors): Likewise.
11691 (color-defined-p): Likewise.
11692 (color-values): Likewise.
11693 (display-grayscale-p): Likewise.
11694 (face-set-after-frame-default): Likewise.
11695 (mode-line): Same default face as for x and w32.
11696 (tool-bar): Likewise.
11697
11698 * frame.el: Remove call to frame-notice-user-settings at end of
11699 the file.
11700
11701 * info.el (Info-fontify-node): Make underlines invisible for mac
11702 as for x, pc, and w32 frame types.
11703
11704 * term/mac-win.el: New file.
11705
11706 2000-10-22 Dave Love <fx@gnu.org>
11707
11708 * textmodes/refill.el: New file.
11709
11710 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11711
11712 * vc-hooks.el (vc-version-backup-file-name): New optional args
11713 MANUAL and REGEXP.
11714 (vc-delete-automatic-version-backups, vc-make-version-backup):
11715 New functions.
11716 (vc-before-save): Use the latter.
11717 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11718 confusion.
11719
11720 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11721 expected by vc[-hooks].el.
11722
11723 * vc.el (vc-checkout): Added `-p' suffix in call to
11724 vc-make-version-backups-p; use vc-make-version-backup to actually
11725 make the backup.
11726 (vc-version-other-window, vc-version-backup-file): Handle both
11727 automatic and manual backups.
11728 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11729 of all of them.
11730
11731 2000-10-22 Miles Bader <miles@gnu.org>
11732
11733 * comint.el (comint-highlight-input, comint-highlight-prompt):
11734 Renamed, `-face' at end removed.
11735 (comint-send-input, comint-output-filter): Use renamed faces.
11736
11737 * window.el (fit-window-to-buffer): Change defaulting of
11738 MAX-HEIGHT slightly.
11739
11740 * faces.el (color-values, color-defined-p): Use `member', not
11741 `memq', because it works correctly for strings.
11742 (frame-set-background-mode): Actually, "unspecified-fg" and
11743 "unspecified-bg" *are* strings. Use `member', not `memq', and
11744 `equal', not `eq', when a string value is possible.
11745
11746 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11747
11748 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11749
11750 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11751
11752 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11753 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11754 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11755 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11756 (sh-font-lock-syntactic-keywords): Use them.
11757 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11758 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11759 (sh-mode): Don't override font-lock-unfontify-region-function.
11760 Use a copy of sh-font-lock-syntactic-keywords.
11761 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11762 Don't call sh-scan-buffer since font-lock does it on the fly.
11763 (sh-get-indent-info): Use `face' rather than `syntax-table'
11764 text-property to detect here-documents.
11765 Replace sh-special-syntax with sh-st-punc.
11766 (sh-prev-line): Use `face' rather than `syntax-table'
11767 text-property to skip over here-documents.
11768 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11769 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11770 (sh-electric-less, sh-set-here-doc-region)
11771 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11772 (sh-scan-buffer, sh-rescan-buffer): Remove.
11773
11774 2000-10-21 Andrew Innes <andrewi@gnu.org>
11775
11776 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11777 remote (ange-ftp) file names.
11778
11779 2000-10-21 Miles Bader <miles@gnu.org>
11780
11781 * window.el (fit-window-to-buffer): New function.
11782 (shrink-window-if-larger-than-buffer): Use it.
11783 (window-text-height): Don't expect minibuffers to have mode-lines.
11784
11785 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11786 * international/quail.el (quail-update-guidance):
11787 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11788
11789 * international/quail.el (quail-show-guidance-buf): Make sure
11790 guidance window really has enough room.
11791 (quail-update-guidance): If quail-guidance-win is already shown,
11792 make sure its height is OK.
11793
11794 * window.el (window-text-height, set-window-text-height):
11795 New functions.
11796 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11797 instead of `window-height' & `mode-line-window-height-fudge'.
11798 (mode-line-window-height-fudge): Add FACE parameter.
11799 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11800 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11801
11802 2000-10-20 Miles Bader <miles@gnu.org>
11803
11804 * window.el (height-affecting-face-attributes): Use `defconst'.
11805
11806 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11807 New function, conditionally aliased to `mode-line-window-height-fudge'.
11808 (ispell-help): Use it.
11809 (ispell-choices-win-default-height): Don't include mode-line fudge.
11810 (ispell-choices-win-default-height): New function.
11811 (ispell-show-choices, ispell-command-loop): Use function
11812 `ispell-choices-win-default-height' instead of variable.
11813
11814 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11815
11816 * window.el (mode-line-window-height-fudge): New variable.
11817 (height-affecting-face-attributes): New variable.
11818 (mode-line-window-height-fudge): New function.
11819 (shrink-window-if-larger-than-buffer): Use it.
11820 * help.el (resize-temp-buffer-window): Likewise.
11821
11822 * info.el (Info-fontify-node): Add support for @subsubsection
11823 titles, which use `Info-title-4-face'.
11824 (Info-title-4-face): New face.
11825 (Info-title-3-face): Inherit from Info-title-4-face instead of
11826 variable-pitch.
11827
11828 2000-10-19 Jason Rumney <jasonr@gnu.org>
11829
11830 * dired.el (dired-insert-directory): Do not let errors signalled by
11831 attempt to run dired-free-space-program prevent dired from working.
11832
11833 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11834
11835 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11836
11837 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11838
11839 * dirtrack.el (dirtrack): Fix call to run-hooks.
11840
11841 * cmuscheme.el (cmuscheme-program-name): Renamed from
11842 scheme-program-name because xscheme.el contains a defcustom with
11843 the same name. As a consequence, customizing group `cmuscheme'
11844 loaded `xscheme' which redefined run-scheme.
11845 (run-scheme): Use cmuscheme-program-name.
11846
11847 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11848
11849 * play/doctor.el (doctor-death): Update the Samaritans'
11850 anonymous address, and add a website for Befrienders International.
11851
11852 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11853
11854 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11855 Avoid compilation gripes. Doc fix.
11856 (ps-print-version): New version number (6.2).
11857 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11858 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11859 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11860 (ps-x-extent-priority, ps-x-extent-start-position)
11861 (ps-x-face-font-instance, ps-x-find-coding-system)
11862 (ps-x-font-instance-properties, ps-x-make-color-instance)
11863 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11864 avoid compilation gripes without defining functions.
11865 (ps-e-find-composition): Alias for function find-composition, to have a
11866 suitable function depending on Emacs version.
11867 (ps-color-device, ps-color-values, ps-face-foreground-name)
11868 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11869 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11870 (ps-print-ensure-fontified): Function definitions surrounded by
11871 `eval-and-compile' to avoid compilation gripes.
11872 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11873 by symbol-value to avoid compilation gripes.
11874 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11875 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11876
11877 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11878
11879 * startup.el (normal-top-level): Call `frame-set-background-mode'
11880 after `frame-notice-user-settings' because the latter doesn't call
11881 the former on a tty.
11882
11883 * faces.el (frame-set-background-mode): `unspecified' &c are
11884 symbols, not strings.
11885
11886 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11887
11888 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11889 why some "light*" colors are deliberately absent from the alist.
11890
11891 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11892 Change colors for tty's, as suggested by Miles Bader.
11893
11894 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11895
11896 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11897 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11898 for ISO10646-1 fonts.
11899 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11900
11901 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11902
11903 * faces.el (frame-set-background-mode): If a tty frame defines a
11904 background color, use that to compute the background mode, instead
11905 of always defaulting to "dark".
11906
11907 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11908
11909 * comint.el (comint-write-output): New function.
11910 (comint-mode-map): Add it to the menu.
11911 Bind `C-c C-s' to comint-write-output.
11912
11913 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11914
11915 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11916 Use fancy-splash-delay.
11917
11918 2000-10-18 Alex Schroeder <alex@gnu.org>
11919
11920 * progmodes/sql.el (sql-sybase-options): New option.
11921 (sql-sybase): Use it. Add sql-database to the list of parameters
11922 provided for login. The options -w 2048 -n are not used any more.
11923
11924 * comint.el (comint-read-input-ring): Bugfix such that the first
11925 and the last entry of the input ring file are not lost.
11926
11927 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11928
11929 * ps-print.el: Internal variable changes to defcustom,
11930 make-local-hook changes to defvar. Doc fix.
11931 (ps-print-version): New version number (6.1).
11932 (ps-setup, ps-do-despool): Code fix.
11933 (ps-printer-name): Customization fix.
11934 (ps-printer-name-option): Now is a defcustom instead of an
11935 internal variable.
11936 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11937 (ps-print-begin-column-hook): Now are defvar instead of
11938 make-local-hook.
11939
11940 2000-10-18 Miles Bader <miles@gnu.org>
11941
11942 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11943 (comint-kill-output): Changed into an alias for `comint-delete-output',
11944 and made obsolete.
11945 (comint-mode-map): Rename references to comint-kill-output.
11946
11947 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11948
11949 * diff-mode.el (diff-header-face, diff-file-header-face)
11950 (diff-changed-face): Add bold and italic attributes to tty faces.
11951 (diff-function-face): New face.
11952 (diff-font-lock-keywords): Use it.
11953
11954 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11955
11956 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11957 Remove commented-out call to force-mode-line-update.
11958 (comint-kill-output): Use `forward-line 0' instead of
11959 beginning-of-line to make sure we get past the prompt.
11960
11961 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11962
11963 * diff-mode.el (diff-header-face, diff-file-header-face):
11964 Add specific setting for dark background.
11965 (diff-context-face): Renamed from diff-comment-face.
11966 Set explicitly rather than inheriting from font-lock-comment-face.
11967
11968 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11969
11970 * startup.el (command-line): Move the code which sets the default
11971 TTY colors to before before-init-hook.
11972
11973 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11974
11975 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11976
11977 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11978
11979 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11980 extensions, for MS-DOS.
11981
11982 * diff-mode.el (diff-header-face, diff-file-header-face)
11983 (diff-changed-face): Define tty-specific colors.
11984
11985 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11986
11987 * startup.el (fancy-splash-text): Realign the text.
11988
11989 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11990
11991 * font-lock.el (font-lock-comment-face): Define a separate default
11992 for dark-background tty's.
11993
11994 2000-10-17 Miles Bader <miles@gnu.org>
11995
11996 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11997 being obscured by whizzy mode-lines on graphics displays.
11998
11999 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12000
12001 * info.el (Info-title-1-face, Info-title-2-face)
12002 (Info-title-3-face): Define colors for tty's.
12003 (info-header-node): Remove unneeded tty-specific definition.
12004
12005 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12006
12007 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12008 reverse from the frame parameters, and don't invert foreground and
12009 background colors.
12010
12011 2000-10-16 Miles Bader <miles@gnu.org>
12012
12013 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12014 string "*Info*". Call propertized-buffer-identification to spruce
12015 up the result.
12016
12017 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12018
12019 * help.el: Provide `help' for the sake of define-minor-mode
12020 which generates defcustoms with requires.
12021
12022 * jit-lock.el (jit-lock-after-change): If we're in text that
12023 matches a multi-line font-lock pattern, make sure the whole text
12024 will be redisplayed.
12025
12026 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12027 author's name is unknown.
12028
12029 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12030 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12031 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12032 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12033 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12034 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12035 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12036 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12037 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12038 Add author information.
12039
12040 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12041
12042 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12043 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12044 full-color version (using the Gimp) to eliminate dithering artifacts.
12045
12046 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12047
12048 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12049
12050 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12051
12052 2000-10-15 Dave Love <fx@gnu.org>
12053
12054 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12055
12056 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12057
12058 * whitespace.el: Doc fixes.
12059 (top-level): Don't add hooks here.
12060 (whitespace-running-emacs): Deleted.
12061 (timer): Don't require.
12062 (whitespace): Add back :version conditional on xemacs test.
12063 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12064 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12065 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12066 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12067 Avoid specific xemacs test.
12068 (whitespace-global-mode): New option.
12069 (whitespace-global-mode): New command.
12070 (whitespace-unload-hook): New function.
12071
12072 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12073 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12074 (Info-fontify-node): `Goto' goes to `Go to'.
12075 (Info-fontify-node): Add help-echo to xref links.
12076
12077 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12078
12079 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12080
12081 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12082
12083 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12084 Use plist-get and allow :inherit.
12085
12086 * emacs-lisp/cl-macs.el (cl-do-arglist):
12087 Use plist-get and plist-member instead of memq.
12088
12089 * emacs-lisp/ewoc.el (ewoc-location): New function.
12090 (ewoc-enter-after, ewoc-enter-before): Document return value.
12091 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12092 Don't need make-local-hook any more.
12093 (cvs-addto-collection): Return the new tin.
12094 (cvs-mode-insert): Jump to the new line.
12095
12096 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12097
12098 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12099
12100 * font-lock.el (font-lock-syntactically-fontified): New var.
12101 (font-lock-fontify-syntactic-keywords-region): Use it.
12102 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12103
12104 * diff-mode.el (diff-find-file-name): Fix regexp.
12105
12106 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12107 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12108
12109 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12110 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12111 (sh-mode): Don't make all vars local here.
12112 (sh-kw): Reformat.
12113 (sh-set-shell): Use dolist. Don't set indent-region-function.
12114 (sh-mode-syntax-table): Use pop.
12115 (sh-remember-variable): Use push.
12116 (sh-help-string-for-variable): Use memq.
12117 (sh-safe-backward-sexp): Remove.
12118 (sh-safe-forward-sexp): Add ARG.
12119 (sh-get-indent-info, sh-prev-stmt): Use it.
12120 (sh-prev-line): Simplify by using forward-comment.
12121 (sh-this-is-a-continuation): Simplify.
12122 (sh-learn-buffer-indent): Use dolist.
12123 (sh-do-nothing): Remove.
12124 (sh-set-char-syntax, sh-set-here-doc-region):
12125 Use inhibit-modification-hooks.
12126 (sh-name-style): Use mapcar and push.
12127 (sh-load-style): Use dolist.
12128 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12129 (sh-case, sh-while-getopts): Use propertize directly rather
12130 than sh-electric-rparen.
12131
12132 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12133
12134 * textmodes/tex-mode.el: Require CL when compiling.
12135 (tex-mode-syntax-table): Init immediately.
12136 (tex-mode-map): Bind M-RET to latex-insert-item.
12137 (latex-mode): Set indent-line-function to latex-indent.
12138 (tex-common-initialization): Don't setup the syntax-table any more.
12139 (latex-insert-item): New skeleton.
12140 (tex-next-unmatched-end): Fix copy/paste braino.
12141 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12142 (latex-indent, latex-find-indent): New functions.
12143 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12144 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12145 (tex-compilation-parse-errors): Use with-syntax-table.
12146
12147 2000-10-15 Miles Bader <miles@gnu.org>
12148
12149 * font-lock.el (font-lock-comment-face): Change dark-background,
12150 color, non-tty, default to `chocolate1'.
12151
12152 2000-10-13 John Wiegley <johnw@gnu.org>
12153
12154 * eshell/esh-util.el (require): Added a missing `require' form,
12155 needed when compiling (for an ange-ftp macro definition).
12156
12157 2000-10-13 Dave Love <fx@gnu.org>
12158
12159 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12160
12161 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12162
12163 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12164
12165 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12166 transparent -colors 8).
12167
12168 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12169
12170 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12171 that breaks with old list format timestamps.
12172 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12173 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12174
12175 2000-10-13 John Wiegley <johnw@gnu.org>
12176
12177 * align.el, pcomplete.el, calendar/timeclock.el,
12178 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12179
12180 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12181 faulty math, where holiday hours were being computing as seconds.
12182
12183 2000-10-13 John Wiegley <johnw@gnu.org>
12184
12185 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12186 specifying what "other" kinds of buffers should be saved.
12187 This used to be hard-coded.
12188 (desktop-buffer-misc-functions): A global for specifying how
12189 auxiliary data should be determined for special buffer types.
12190 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12191 instead of hard-coding the special buffer types.
12192 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12193 auxiliary data, instead of hard-coding for Info buffers and dired.
12194 (desktop-buffer-info-misc-data): Aux function for determining Info
12195 buffer auxiliary info.
12196 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12197 (desktop-buffer-info): Changed this function to use the info
12198 gathered above.
12199 (desktop-create-buffer): Be a little more careful about what
12200 `minor-mode' means before calling it. This is important for some
12201 buffer types.
12202
12203 2000-10-13 John Wiegley <johnw@gnu.org>
12204
12205 * eshell/esh-util.el: Added a global form which declares an
12206 autoload for `parse-time-string', if that function is not already
12207 defined, and if parse-time.el is available on the user's system.
12208
12209 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12210 to be aware of ange-ftp user info.
12211 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12212 (eshell-ls-annotate): Use `eshell-file-attributes'.
12213 (eshell-ls-file): Made the user-id printing code a bit smarter.
12214
12215 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12216 allow identification of alias user ids in remote directories.
12217 It's manual, but there's no other way to know when the current user
12218 on the local machine, is also the owning user on the remote machine.
12219 (fboundp): Bind `ange-cache'.
12220 (eshell-directory-files-and-attributes): Re-organized the logic a
12221 bit to use `eshell-file-attributes' instead of `file-attributes'.
12222 The former is more sensitive to directories that are read via FTP,
12223 and knows how to use ange-ftp to determine full attribute
12224 information, instead of just the name and last modtime.
12225 (eshell-current-ange-uids): Return the current user id when in a
12226 remote directory.
12227 (eshell-parse-ange-ls): Parse a full directory listing that has
12228 been returned by ange-ftp.
12229 (eshell-file-attributes): This beefed up version of
12230 `file-attributes' is only special if the user is currently in a
12231 remote directory, in which case it does a lot of work to find out
12232 what the real attributes of a file are, as they appear on the
12233 remote machine. This makes usage of remote directories (i.e.,
12234 ange-ftp pathnames) much more useful. You can now use Eshell as a
12235 full-fledged FTP client, with much more manipulation ability than
12236 most other clients.
12237
12238 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12239 variable, which means that Eshell's du should always be preferred
12240 in remote directories.
12241 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12242 just `file-attributes'.
12243 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12244 when reading remote directories. This is an Eshell-specific
12245 variable (not part of ange-ftp).
12246 (eshell/ln): Bind `ange-cache'.
12247 (eshell/du): Added some extra logic for determining when to use
12248 Eshell's du (which is slow), and when to use the external version
12249 (which may or may not exist).
12250
12251 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12252 Call `eshell-interactive-process', rather than using
12253 `get-buffer-process', since backgrounded processes don't count in
12254 the context of this function's logic.
12255
12256 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12257 `forward-char', so that null strings are parsed correctly.
12258
12259 2000-09-13 John Wiegley <johnw@gnu.org>
12260
12261 * eshell/em-pred.el (eshell-pred-file-type)
12262 (eshell-pred-file-links, eshell-pred-file-size):
12263 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12264
12265 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12266 that remote file globbing is more efficient.
12267
12268 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12269 gathering the files and attributes within a directory.
12270
12271 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12272 the command line is a special file (not a regular file, directory
12273 or symlink), always attempt to call the external version of cat.
12274
12275 2000-09-13 John Wiegley <johnw@gnu.org>
12276
12277 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12278 Eshell-friendly version of find-tag.
12279
12280 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12281
12282 * image-file.el (image-file-name-extensions)
12283 (image-file-name-regexps): Add autoload cookies.
12284
12285 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12286
12287 * international/mule-cmds.el (select-safe-coding-system): If FROM
12288 is string, show it in *Warning* buffer.
12289
12290 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12291
12292 * startup.el (normal-top-level): Use display-popup-menus-p instead
12293 of window-system.
12294 (command-line): Use display-graphic-p instead of window-system.
12295 (command-line-1): Use display-popup-menus-p and display-mouse-p
12296 instead of window-system.
12297
12298 2000-10-12 Sam Steingold <sds@gnu.org>
12299
12300 * tooltip.el (tooltip-use-echo-area): New user variable.
12301 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12302
12303 2000-10-12 Dave Love <fx@gnu.org>
12304
12305 * recentf.el: Maintainer's checkdoc fixes.
12306
12307 * startup.el (normal-top-level-add-subdirs-to-load-path):
12308 Use character class, not ASCII when matching file names.
12309 (fancy-splash-head): Add trailing slash to URL.
12310 (command-line): Don't require XPM support for toolbar.
12311
12312 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12313 (cperl-invalid-face): Revert last change.
12314 (cperl-init-faces): Quote cperl-invalid-face.
12315
12316 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12317
12318 * startup.el (fancy-splash-text): Remove superfluous quote.
12319
12320 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12321
12322 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12323 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12324 (command-line-1): Don't use fancy-splash-pending-command.
12325 (fancy-splash-screens-1): Goto point-min after inserting text.
12326
12327 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12328
12329 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12330 instead of shared-lisp-mode-map.
12331
12332 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12333
12334 * faces.el (header-line): Change tty-variant to use underlining.
12335
12336 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12337 (isearch-highlight): Restore lazy-isearch face properties at old
12338 position, and suppress them at new position.
12339 (isearch-dehighlight): Restore lazy-isearch face properties.
12340 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12341 over the real isearch overlay, but in that case, don't give it a
12342 face property. Use `push'.
12343
12344 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12345
12346 * man.el (Man-getpage-in-background): Fix previous change.
12347 Decode the process output only when we are in multibyte mode.
12348
12349 2000-10-11 Dave Love <fx@gnu.org>
12350
12351 * info.el (Info-mode-menu): Fix some help.
12352 (info-tool-bar-map): Add entry for Info-last.
12353
12354 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12355 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12356 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12357 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12358 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12359 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12360 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12361 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12362 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12363 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12364 Reduce colour requirements to 25 overall. (Probably wants
12365 revisiting from the originals to reduce further.)
12366
12367 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12368
12369 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12370 buffer-file-coding-system, instead of raw-text.
12371 (dehexlify-buffer): Bind coding-system-for-read to
12372 buffer-file-coding-system, instead of raw-text.
12373
12374 2000-10-11 Sam Steingold <sds@gnu.org>
12375
12376 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12377 `underline' - fixes the bug introduced on 2000-09-21.
12378
12379 2000-10-11 Dave Love <fx@gnu.org>
12380
12381 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12382 Avoid compiler warnings.
12383 (scheme-mode): Doc fix.
12384 (scheme-font-lock-keywords-1): Match `define-syntax'.
12385
12386 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12387
12388 * faces.el (frame-set-background-mode): Pay attention to saved
12389 face specs as well as default ones. Only do anything if the
12390 bg-mode or display-type has actually changed. Use `dolist'.
12391 (region): Make dark-background `region' face less in-your-face.
12392
12393 2000-10-10 Sam Steingold <sds@gnu.org>
12394
12395 * chistory.el, ielm.el, ledit.el:
12396 * progmodes/inf-lisp.el, progmodes/scheme.el:
12397 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12398
12399 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12400
12401 * textmodes/texinfo.el: Update copyright and fix typo.
12402
12403 * desktop.el (desktop-modes-not-to-save): New var.
12404 (desktop-save-buffer-p): Use it.
12405 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12406 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12407
12408 2000-10-10 Dave Love <fx@gnu.org>
12409
12410 * toolbar/tool-bar.el (tool-bar-add-item)
12411 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12412
12413 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12414 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12415 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12416 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12417 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12418 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12419 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12420 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12421 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12422 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12423 the .xpms; probably need retouching.
12424
12425 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12426
12427 * subr.el (add-to-list): Add optional argument APPEND.
12428 * battery.el (display-battery): Use `add-to-list'.
12429
12430 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12431
12432 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12433 properties.
12434 (zone, zone-when-idle, zone-leave-me-alone)
12435 (zone-pgm-whack-chars): Use new symbol properties.
12436
12437 * battery.el (display-battery): Doc spelling fix.
12438
12439 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12440 property.
12441
12442 2000-10-09 Dave Love <fx@gnu.org>
12443
12444 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12445 has been initialized before calling tool-bar-setup.
12446 (tool-bar-add-item-from-menu): Add autoload cookie.
12447
12448 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12449
12450 * menu-bar.el (send-mail-item-name): New function.
12451 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12452 of mail-user-agent in the menu. Don't display the "Send Mail"
12453 item if mail-user-agent is nil or its value is ignore.
12454 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12455 if read-mail-command is nil or its value is ignore.
12456
12457 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12458
12459 2000-10-09 Miles Bader <miles@gnu.org>
12460
12461 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12462 Correct image size.
12463 * toolbar/left_arrow.xpm: Correct image size.
12464
12465 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12466 will be done by the definition of `auto-compression-mode' if
12467 necessary. Move code to uninstall existing file-name handler
12468 before definition of `auto-compression-mode'.
12469
12470 * image-file.el (auto-image-file-mode): Move to the end of the
12471 file, because `define-minor-mode' actually calls the mode-function
12472 if the associated variable is non-nil, which requires that all
12473 needed functions be already defined.
12474
12475 * mouse.el (popup-menu): Balance parens.
12476
12477 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12478
12479 * mouse.el (popup-menu): Move the command call outside the loop
12480 so that popup-menu returns whatever the command returns.
12481
12482 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12483 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12484 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12485 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12486
12487 * vc.el (vc-version-diff): diff-switches can be a list.
12488 Use relative filenames for prettier output.
12489
12490 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12491 (vc-post-command-functions): Remove old-VC compatibility code.
12492
12493 * newcomment.el (comment-indent-default): Autoload.
12494
12495 * font-lock.el (font-lock-defaults): Make buffer-local.
12496 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12497 (font-lock-choose-keywords):
12498 Ignore LEVEL unless KEYWORDS is a list of syms.
12499 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12500 Don't wrap regexp-opt things in \(...\) unnecessarily.
12501
12502 * jit-lock.el: Don't require font-lock any more.
12503 (jit-lock-functions): Make buffer-local.
12504 (jit-lock-saved-fontify-buffer-function): Remove.
12505 (jit-lock-mode): Remove autoload cookie.
12506 Remove font-lock specific code.
12507 (jit-lock-unregister): Don't bother handling complex hooks any more.
12508 (jit-lock-refontify): New function.
12509 (jit-lock-fontify-buffer): Use it.
12510 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12511 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12512 Add optional args START and END.
12513 Never call font-lock-fontify-region directly.
12514 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12515
12516 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12517
12518 2000-10-08 Dave Love <fx@gnu.org>
12519
12520 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12521
12522 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12523
12524 * play/studly.el (studlify-region, studlify-word): Add autoload
12525 cookie.
12526
12527 * play/morse.el (morse-region, unmorse-region): Add autoload
12528 cookie.
12529
12530 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12531 concat.
12532
12533 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12534 insist on symbols starting with word syntax.
12535 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12536 (eval-defun-1): Doc fix.
12537 (indent-sexp): Use nconc to build up indent-stack.
12538
12539 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12540 Gnus with little use.
12541 (mail-setup-hook): Add mail-abbrevs-setup to options.
12542
12543 * recentf.el: Doc fixes.
12544
12545 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12546 Clean up remainder.
12547
12548 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12549 without timezone and (8) with timezone to enforce some whitespace.
12550 Simplify code somewhat.
12551
12552 * options.el (list-options): Doc that you should use customize.
12553
12554 * iswitchb.el (iswitchb-mode): Add :require.
12555
12556 * info.el (Info-goto-node, Info-menu): Doc fix.
12557 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12558 (info-tool-bar-map): New variable.
12559 (Info-mode): Use it.
12560 (Info-edit-map): Define all in defvar.
12561 (speedbar-attached-frame): Avoid compiler warning.
12562
12563 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12564 (global-map): Bind [tool-bar] to a filtered map.
12565 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12566 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12567 Allow PBM icons.
12568 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12569
12570 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12571 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12572 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12573 icons, except up_arrow, which is left-arrow rotated.
12574
12575 * imenu.el (imenu-add-to-menubar): Fix last change.
12576
12577 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12578
12579 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12580 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12581
12582 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12583
12584 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12585 typos in doc strings.
12586
12587 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12588 the doc strings how to customize Font Lock faces.
12589
12590 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12591 computing growth when dragging the header line.
12592
12593 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12594
12595 * simple.el (kill-line): Doc fix.
12596
12597 2000-10-08 Miles Bader <miles@gnu.org>
12598
12599 * faces.el (secondary-selection): Make foreground visible on tty.
12600
12601 * jka-compr.el (auto-compression-mode): Move to the end of the
12602 file, because `define-minor-mode' actually calls the mode-function
12603 if the associated variable is non-nil, which requires that all
12604 needed functions be already defined.
12605 (with-auto-compression-mode): Add autoload cookie.
12606
12607 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12608
12609 * files.el (find-backup-file-name) [ms-dos]: If support for long
12610 file names is not available, behave as if version-control were set
12611 to never.
12612
12613 2000-10-07 Dave Love <fx@gnu.org>
12614
12615 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12616 (browse-url-gnome-moz): New function.
12617 (browse-url-browser-function): Use it.
12618 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12619
12620 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12621
12622 * indent.el (tab-always-indent): New var.
12623 (indent-for-tab-command): Use it.
12624
12625 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12626 raise an error. This way it can still default to a sane value.
12627
12628 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12629
12630 * startup.el (fancy-splash-screens): Use local rather than global map.
12631 Don't use `update-menu-bindings' any more.
12632 Get rid of assumptions about keymap representation.
12633
12634 2000-10-06 Dave Love <fx@gnu.org>
12635
12636 * textmodes/fill.el (sentence-end-double-space)
12637 (sentence-end-without-period): Doc fix.
12638 (adaptive-fill-regexp): Purecopy.
12639 (unjustify-current-line): Use line-end-position.
12640 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12641
12642 * net/eudc-vars.el (eudc): Add :version, :link.
12643
12644 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12645
12646 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12647 Fix for define-minor-mode.
12648 (function-at-point): Alias to function-called-at-point.
12649
12650 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12651
12652 * simple.el (backward-word): Doc fix.
12653
12654 * image-file.el (image-file-name-regexp): image-file-regexps ->
12655 image-file-name-regexps.
12656 (image-file-name-extensions): Add pbm.
12657
12658 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12659
12660 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12661 and add filename to the names so that diff-mode can jump to source.
12662
12663 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12664 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12665 (tex-font-lock-keywords-1): Remove.
12666 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12667 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12668 (font-lock-default-fontify-region):
12669 Expand beg..end correctly when just following a multiline region.
12670 (font-lock-fontify-anchored-keywords):
12671 Include the anchor text as part of the multiline.
12672
12673 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12674
12675 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12676 latter needs the autoloaded define-minor-mode macro during the
12677 bootstrap.
12678
12679 * startup.el (command-line): For now, activate tool-bar-mode only
12680 if XPM images are supported.
12681
12682 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12683 window by dragging a header-line at the top of the frame; that's
12684 confusing because the header-line doesn't move.
12685 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12686 of treating the event as a list. Some cleanup.
12687
12688 2000-10-06 Miles Bader <miles@gnu.org>
12689
12690 * simple.el (display-message-or-buffer): New function.
12691 (shell-command-on-region): Use `display-message-or-buffer'.
12692
12693 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12694 docstring parts.
12695
12696 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12697 (smbclient-prompt-regexp): Add usage note to doc string.
12698 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12699 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12700 Use add-hook for adding the comint filter function, and only do so
12701 if it's not already in the global hook list.
12702 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12703 to `make-local-variable'.
12704 (nslookup-font-lock-keywords): Remove prompt entry.
12705 (nslookup): Don't set the process-filter.
12706 (finger): Exit the loop correctly when the regexps list runs out.
12707 (ftp, smbclient, smbclient-list-shares):
12708 Set the real major mode immediately, not after execing.
12709 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12710
12711 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12712
12713 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12714
12715 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12716
12717 * which-func.el (which-func-format): Remove spurious space.
12718 (which-func-mode): Don't make it permanent-local.
12719 (which-func-ff-hook): Allow which-func-maxout to be nil.
12720 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12721 (which-func-mode): Simplify.
12722 Use post-command-idle-hook rather than post-command-hook.
12723 Go through all buffers and update their state.
12724 (which-function): Also try add-log-current-defun-function.
12725
12726 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12727 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12728 Update call to with-vc-properties accordingly.
12729 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12730 (vc-revert-buffer): More careful about window selection and deletion.
12731 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12732
12733 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12734 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12735 (cvs-dired-action): Change the default to quickdir.
12736
12737 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12738 if comment-indent-function returns nil.
12739 (comment-indent-default): New function.
12740 (comment-indent-function): Use it and document the new semantics.
12741
12742 * image-file.el: Docstring fixes.
12743
12744 * help.el (help-xref-on-pp): Use match-string.
12745 (describe-variable): New arg BUFFER.
12746 Store the current buffer in the help-xref-stack.
12747 (temp-buffer-resize-mode): Use define-minor-mode.
12748
12749 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12750 consistently with its docstring.
12751 Set jit-lock-first-unfontify-pos in an idempotent way.
12752 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12753
12754 2000-10-05 Alex Schroeder <alex@gnu.org>
12755
12756 * sql.el (sql-mysql-options): New variable.
12757 (sql-mysql): Use it.
12758
12759 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12760
12761 * image.el (image): New group.
12762
12763 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12764 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12765
12766 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12767
12768 * net/net-utils.el (nslookup-font-lock-keywords)
12769 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12770 Ignore the value of wqindow-system; always define keywords
12771
12772 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12773
12774 * startup.el (fancy-splash-screens): Remove the code for
12775 debugging; `(trace-to-stderr "EXITTT\n")'.
12776
12777 2000-10-05 Miles Bader <miles@gnu.org>
12778
12779 * diff-mode.el (diff-goto-source): Update call to
12780 `diff-hunk-status-msg' to reflect new REV variable.
12781
12782 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12783
12784 * progmodes/icon.el (icon-mode):
12785 Don't gratuitously override the default for comment-column.
12786
12787 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12788
12789 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12790 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12791 (jit-lock-functions): New var.
12792 (jit-lock-function-1): Use it if non-nil.
12793 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12794 Set the `fontified' property before doing the fontification to avoid
12795 repeatedly going through the same error.
12796 Don't turn errors into messages.
12797 (jit-lock-register, jit-lock-unregister): New functions.
12798
12799 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12800 Use with-current-buffer.
12801
12802 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12803 Turn comment into docstring.
12804
12805 * apropos.el (apropos-mode): Use define-derived-mode.
12806
12807 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12808
12809 * startup.el (fancy-splash-pending-command): New variable.
12810 (fancy-splash-pre-command): New function.
12811 (fancy-splash-screens): Rewritten.
12812 (command-line-1): If fancy-splash-pending-command is set, call it
12813 interactively.
12814
12815 2000-10-04 Dave Love <fx@gnu.org>
12816
12817 * toolbar/tool-bar.el (tool-bar-setup): New function.
12818 (tool-bar-mode): Use it.
12819
12820 * subr.el (substitute-key-definition): Doc fix.
12821 (play-sound-file): New command.
12822
12823 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12824
12825 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12826 vc-version-backup-file-name): New functions.
12827
12828 * files.el (basic-save-buffer): Call vc-before-save before saving.
12829
12830 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12831 vc-cvs-stay-local-p.
12832
12833 * vc.el (vc-revert-buffer): Handle empty diff properly.
12834 (vc-version-backup-file): New function.
12835 (vc-checkout): Create a version backup if necessary.
12836 (vc-checkin): If a version backup file exists, delete it.
12837 (vc-version-diff): Diff locally using version backups, if available.
12838 (vc-revert-file): If there's a version backup, revert locally.
12839 (vc-transfer-file): Use version backup for base version, if
12840 available. If not, ask for confirmation whether to get it from the
12841 server. Update mode line before check-in.
12842
12843 2000-10-04 Dave Love <fx@gnu.org>
12844
12845 * toolbar/tool-bar.el (tool-bar-setup): New function.
12846 (tool-bar-mode): Use it.
12847
12848 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12849
12850 * net/net-utils.el (nslookup-font-lock-keywords)
12851 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12852 Only set if window-system is non-nil
12853 (net-utils-run-program): Returns buffer.
12854 (network-connection-reconnect): Added this function.
12855
12856 * generic.el:
12857 Incorporates extensive cleanup and docfixes by
12858 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12859 Uses cl compile-time macros.
12860 (generic-mode-name, generic-comment-list)
12861 (generic-keywords-list, generic-font-lock-expressions)
12862 (generic-mode-function-list, generic-mode-syntax-table):
12863 Removed variables.
12864 (generic-mode-alist): Renamed to generic-mode-list.
12865 (generic-find-file-regexp): Default changed to "^#".
12866 (generic-read-type): Uses completing read on generic-mode-list.
12867 (generic-mode-sanity-check): removed this function.
12868 (generic-add-to-auto-mode): Removed this function
12869 (generic-mode-internal): Bind mode-specific definitions
12870 into function instead of putting them in alist.
12871 (generic-mode-set-comments): Reworked extensively.
12872 (generic-mode-find-file-hook): Simplified regexp searching
12873 (generic-make-keywords-list): Omit extra pair of parens
12874
12875 * find-lisp.el (find-lisp-find-files-internal):
12876 Make sure directory name ends with "/".
12877
12878 * generic-x.el (apache-conf-generic-mode):
12879 Regexp now allows leading whitespace.
12880 (rc-generic-mode): Added eval-when-compile
12881 around generic-make-keywords-list.
12882 Deleted duplicate regexp
12883 (rul-generic-mode): Added eval-when-compile
12884 around generic-make-keywords-list.
12885 (etc-fstab-generic-mode): New generic mode.
12886 (rul-generic-mode): Removed one eval-when-compile
12887 which caused a max-specpdl-size exceeded error.
12888
12889 2000-10-04 Miles Bader <miles@gnu.org>
12890
12891 * simple.el (minibuffer-temporary-goal-position): New variable.
12892 (next-history-element): Try to keep the position of point in the
12893 input string constant.
12894
12895 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12896 (dired-do-create-files): If there's only one file, pass it in as
12897 the DEFAULT arg to dired-mark-read-file-name.
12898
12899 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12900
12901 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12902 (diff-goto-source): Be smarter when choosing REVERSE or not.
12903
12904 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12905 (texinfo-mode-menu): Add an explicit shortcut for update all.
12906
12907 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12908
12909 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12910 factorize backend-specific code cleanly (this was essentially
12911 conceived by Stefan Monnier).
12912 (vc-unregister): Function removed.
12913 (vc-revert-file): New function.
12914 (vc-revert-buffer): Delegate some of the work to it.
12915
12916 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12917 default branch unconditionally.
12918 (vc-rcs-set-default-branch): New function.
12919 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12920 (vc-rcs-checkin): If an appropriate default branch has been set,
12921 force creation of that branch.
12922 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12923 code (as suggested by Stefan Monnier).
12924
12925 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12926
12927 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12928 highlighting overlay with a different face over the overlay
12929 isearch uses to highlight the current match because that can lead
12930 to bad face combinations.
12931
12932 * loadup.el (toplevel): Load faces before isearch.
12933
12934 * isearch.el (isearch-faces): New custom group.
12935 (isearch): New defface; was already tested for in the code.
12936 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12937 (isearch-highlight): Always use face `isearch'.
12938
12939 2000-10-02 Dave Love <fx@gnu.org>
12940
12941 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12942 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12943 comparison of opcode with operand.
12944
12945 2000-10-03 Miles Bader <miles@gnu.org>
12946
12947 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12948 buffer, since the echo area will now grow to accommodate them.
12949
12950 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12951
12952 * vc-hooks.el (vc-registered): If FILE used to be registered under
12953 a certain backend, try that one first.
12954
12955 * vc.el (vc-responsible-backend): Undo the previous change in the
12956 argument list. Handle multiple backends correctly.
12957 (vc-find-new-backend): Function removed.
12958 (vc-register): Use vc-responsible-backend, as before.
12959 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12960
12961 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12962
12963 * startup.el (fancy-splash-head): Change message below the
12964 logo.
12965
12966 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12967
12968 * diff-mode.el (diff-goto-source): Emit a status message.
12969 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12970 (diff-test-hunk): Fix doc string.
12971 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12972 (diff-advance-after-apply-hunk): New variable.
12973 (diff-apply-hunk): Don't return a value.
12974
12975 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12976
12977 * vc.el (vc-editable-p): Minor optimization.
12978 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12979 (vc-find-new-backend): New function split from vc-responsible-backend.
12980 (vc-register): Use it.
12981 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12982 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12983 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12984 (vc-clear-headers): Don't use find-file.
12985 (vc-revert-buffer): Use `and' again (must have been a braino).
12986 (vc-switch-backend): Only prompt if requested.
12987 Short circuit if nothing is to be done.
12988 Don't use vc-resynch-buffer which could lose unsaved editing.
12989 (vc-default-receive-file): Update call to vc-unregister.
12990 (with-vc-file, vc-next-action-on-file):
12991 Use vc-backend rather than vc-registered.
12992 (vc-next-action-on-file): Use intern-soft.
12993 Deal with read-only *vc-diff* buffer.
12994 (vc-transfer-file): Docstring fix.
12995
12996 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12997 (vc-rcs-receive-file): Avoid with-vc-properties.
12998 Update call to vc-unregister.
12999 Use constant `RCS' rather than (dynamically bound) var `backend'.
13000
13001 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13002
13003 * vc.el (vc-next-action-on-file): Update mode line only if file
13004 is visited.
13005 (vc-start-entry): New argument initial-contents. Don't visit the file
13006 if it isn't already visited. Brought documentation up-to-date.
13007 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13008 (vc-checkin): New optional arg initial-contents, which is passed to
13009 vc-start-entry.
13010 (vc-finish-logentry): Make sure to bury log buffer only if there
13011 really is one. Call `vc-resynch-buffer' on log-file, not
13012 buffer-file-name.
13013 (vc-default-comment-history, vc-default-wash-log): New functions.
13014 (vc-index-of): Removed.
13015 (vc-transfer-file): Make do without the above.
13016 (vc-default-receive-file): Call comment-history unconditionally. Pass
13017 the resulting string to vc-checkin, instead of inserting it into the
13018 comment ring.
13019
13020 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13021 unconditionally. Use the comments as initial contents of the log
13022 entry buffer. Document the trick to force branch creation with no
13023 changes.
13024
13025 2000-10-01 Miles Bader <miles@gnu.org>
13026
13027 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13028 `recenter' with an arg to prevent redrawing the display.
13029
13030 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13031
13032 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13033
13034 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13035
13036 * progmodes/c-mode.el (c-mode):
13037 Don't gratuitously override the default for comment-column.
13038
13039 * textmodes/tex-mode.el (latex-metasection-list): New var.
13040 (latex-imenu-create-index): Use it.
13041 Move the regexp construction outside loops (and use push).
13042 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13043 (tex-font-lock-keywords): Moved from font-lock.el.
13044 (tex-comment-indent): Remove.
13045 (tex-common-initialization): Don't set comment-indent-function.
13046 (latex-block-default): New var.
13047 (tex-latex-block): Use it to provide a default choice.
13048 Add any unknown choice to latex-block-names.
13049 Insert [...] after {...}.
13050 (tex-last-unended-begin): Simplify regexp.
13051 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13052 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13053 (latex-mode): Set forward-sexp-function.
13054
13055 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13056 Add regexp for @ignore ... @end ignore.
13057 (texinfo-heading-face): New face.
13058 (texinfo-font-lock-keywords): Use it.
13059 (texinfo-mode-menu): New menu.
13060 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13061 New functions.
13062 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13063 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13064 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13065 Remove declaration.
13066 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13067
13068 * delsel.el (delete-selection-mode): Use define-minor-mode.
13069
13070 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13071
13072 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13073
13074 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13075
13076 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13077
13078 * replace.el (keep-lines-read-args): New function.
13079 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13080 read arguments interactively. Add parameters RSTART and REND.
13081 Operate on the active region in Transient Mark mode.
13082
13083 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13084
13085 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13086 (authors-obsolete-files-regexps): New variable.
13087 (authors-add): Don't record changes in obsolete files.
13088
13089 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13090
13091 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13092
13093 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13094 (comment-indent): Make sure there's a space between code and comment.
13095 Shift comments left to avoid going past fill-column.
13096
13097 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13098
13099 * startup.el (startup-echo-area-message): New function.
13100 (display-startup-echo-area-message): Use it.
13101 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13102 (fancy-splash-default-action): New function.
13103 (fancy-splash-screens-1): New function.
13104 (fancy-splash-head): Put a help-echo and a keymap under the image.
13105
13106 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13107
13108 * diff-mode.el (diff-add-log-file-name): Remove.
13109 (diff-mode): Use add-log-buffer-file-name-function.
13110
13111 * add-log.el (find-change-log): New arg BUFFER-FILE.
13112 (add-log-file-name): Obey add-log-file-name-function.
13113 (add-log-buffer-file-name-function): New var.
13114 (add-change-log-entry): Use it.
13115
13116 2000-09-29 Miles Bader <miles@gnu.org>
13117
13118 * image-file.el (image-file-name-extensions): New variable.
13119 (image-file-name-regexps): Renamed from `image-file-regexps'.
13120 New default value is nil. Call `auto-image-file-mode'.
13121 (image-file-name-regexp): New function.
13122 (auto-image-file-mode): New minor mode.
13123 (insert-image-file): Don't make conditional on the image-file
13124 handler being enabled.
13125 (image-file-handler): Make the call here conditional instead.
13126 (set-image-file-handler-enabled, enable-image-file-handler)
13127 (disable-image-file-handler): Functions removed.
13128
13129 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13130 string.
13131
13132 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13133
13134 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13135 it's a function from CL.
13136 (latex-imenu-create-index): Replace eval-when-compile with progn
13137 because latex-section-alist is not bound while compiling.
13138
13139 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13140
13141 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13142 (outline-mode): Use define-derived-mode.
13143
13144 * progmodes/perl-mode.el (perl-mode):
13145 * progmodes/awk-mode.el (awk-mode):
13146 * progmodes/asm-mode.el (asm-mode):
13147 Don't gratuitously override the default for comment-column.
13148
13149 * emacs-lisp/lisp.el (lisp-complete-symbol):
13150 Distinguish the let-binding case from the funcall case.
13151 (forward-sexp-function): New variable.
13152 (forward-sexp): Use it.
13153
13154 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13155 (easy-mmode-defmap): Remove the now useless autoload.
13156
13157 * time.el (display-time-mode): Use define-minor-mode.
13158
13159 * subr.el (add-minor-mode): Don't eval NAME.
13160 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13161 Use if rather than cond.
13162
13163 * simple.el (read-expression-map): Define more properly.
13164 (comment-indent-hook): Remove.
13165 (string-to-syntax): Bug fix.
13166
13167 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13168 (cvs-ediff-diff): Fix typo.
13169 (cvs-revert-if-needed): Don't bother preserving read-only.
13170
13171 * paren.el (show-paren-mode): Use define-minor-mode.
13172
13173 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13174 (toggle-auto-compression): Remove.
13175 (jka-compr-build-file-regexp): Remove useless grouping.
13176
13177 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13178 Avoid user-reserved bindings.
13179 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13180 (diff-header-face): Revert to grey85.
13181
13182 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13183
13184 * complete.el (partial-completion-mode) <defcustom>: Remove.
13185 (partial-completion-mode): Use define-minor-mode.
13186 (PC-do-completion): Understand `completion-auto-help = delay'
13187 to mean to popup the completion buffer only the second time.
13188 (PC-include-file-all-completions, PC-include-file-all-completions)
13189 (PC-include-file-all-completions): Don't quote lambda.
13190
13191 * comint.el (comint-mode-hook): Docstring fix.
13192 (comint-mode): Use define-derived-mode.
13193 (comint-mode-map): Remove obsolete comment.
13194 (make-comint): Minor stylistic change.
13195 (comint-insert-clicked-input): Be more careful to find the overlay.
13196 Use this-command-keys rather than hardcoding mouse-2.
13197
13198 * font-lock.el: Replace confusing (,@ with ,
13199 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13200 Don't use regexp-opt-depth. Spice up the regexp for args.
13201 Don't distinguish between cmds that can take an opt arg or not.
13202 Use `append' and `prepend' rather than `keep'.
13203
13204 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13205 (latex-outline-regexp): New var.
13206 (latex-outline-level): New fun.
13207 (latex-section-alist): New var.
13208 (latex-imenu-create-index): Use it. Use `push' as well.
13209 (tex-shell-map): Initialize it properly.
13210 (tex-mode): Minor stylistic change.
13211 (plain-tex-mode): Use define-derived-mode.
13212 (latex-mode): Use define-derived-mode.
13213 Construct the paragraph regexps in a more readable way.
13214 Set the buffer-local outline-{level,regexp} vars.
13215 (slitex-mode): Derive from latex-mode.
13216 (tex-common-initialization): Don't kill-all-vars anymore.
13217 Add setting for comment-add and font-lock-defaults.
13218 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13219 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13220 (tex-start-tex): New arg DIR (and send a chdir command for it).
13221 Also display the shell buffer and save it in tex-last-buffer-texed.
13222 (tex-region): Use expand-file-name rather than concat.
13223 Remove code made useless by changes in tex-start-tex.
13224 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13225
13226 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13227
13228 2000-09-28 Dave Love <fx@gnu.org>
13229
13230 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13231
13232 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13233
13234 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13235 `append'.
13236
13237 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13238
13239 * info.el (Info-extract-pointer): Undo last change.
13240 Instead, fix the position of the `bound' arg to re-search-backward.
13241
13242 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13243
13244 * info.el (Info-extract-pointer):
13245 Widen more carefully, to avoid finding pointers in other nodes.
13246 (Info-index): Use push.
13247
13248 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13249
13250 * frame.el (set-frame-font): Remove call to obsolete function
13251 frame-update-faces.
13252 (set-foreground-color, set-background-color): Likewise for
13253 frame-update-face-colors.
13254
13255 2000-09-27 Miles Bader <miles@gnu.org>
13256
13257 * image-file.el: New file.
13258
13259 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13260
13261 * frame.el (frame-notice-user-settings): Don't call
13262 frame-update-faces, which is a no-op now.
13263
13264 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13265 tool-bar-lines.
13266
13267 2000-09-27 Dave Love <fx@gnu.org>
13268
13269 * mouse.el: Fix last change.
13270
13271 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13272
13273 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13274
13275 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13276
13277 * international/quail.el (quail-help): The output message is
13278 improved.
13279
13280 2000-09-26 Dave Love <fx@gnu.org>
13281
13282 * mouse.el (popup-menu): If POSITION is nil, set it using
13283 mouse-position.
13284
13285 2000-09-25 Sam Steingold <sds@gnu.org>
13286
13287 * net/browse-url.el (browse-url-file-url): Check for null maps.
13288
13289 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13290
13291 * frame.el (frame-notice-user-settings): Don't add a
13292 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13293
13294 * frame.el (frame-notice-user-settings):
13295 Make tool-bar-mode and default-frame-alist consistent.
13296
13297 * toolbar/tool-bar.el (tool-bar-help): New function.
13298
13299 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13300
13301 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13302 current-load-list in top-level forms. Else this leaks a cons cell
13303 every time a defun is called.
13304
13305 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13306
13307 2000-09-25 Dave Love <fx@gnu.org>
13308
13309 * startup.el (fancy-splash-head): Check XPM is available.
13310
13311 * autoinsert.el (auto-insert): Doc fix.
13312 (auto-insert-alist): Following GNU notices, don't say `copyright
13313 _by_'. Use line-beginning-position.
13314 (auto-insert): Check buffer-file-name is non-nil before use.
13315
13316 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13317
13318 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13319 starting with `@def' or `@multitable', in addition to ones
13320 specified by the user in auto-fill-inhibit-regexp.
13321
13322 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13323
13324 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13325 rmail-dont-reply-to-names matches the empty string.
13326
13327 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13328
13329 * startup.el (command-line-1, fancy-splash-text): Change the
13330 text to sound more friendly.
13331
13332 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13333
13334 * progmodes/hideshow.el: Update author email address.
13335 Generally, sync w/ maintainer version 5.22.
13336 (hs-hide-all-non-comment-function): New var.
13337 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13338 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13339 (hs-show-region): Delete this command.
13340 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13341
13342 2000-09-22 Dave Love <fx@gnu.org>
13343
13344 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13345 (hl-line-highlight): Specify buffer when moving overlay.
13346
13347 * progmodes/fortran.el (fortran-mode): Locally set
13348 normal-auto-fill-function.
13349 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13350 (fortran-mode-map): Adjust auto-fill menu entry.
13351
13352 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13353
13354 * vc-rcs.el (toplevel): Require `vc' when compiling.
13355
13356 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13357
13358 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13359
13360 * vc.el (vc-switch-backend): Signal an error if the file is not
13361 registered under the new backend.
13362
13363 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13364 without explicit revision number.
13365
13366 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13367
13368 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13369 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13370 (diff-xor): New function.
13371 (diff-find-source-location): Use it. Fix a stupid name clash.
13372 (diff-hunk-status-msg): New function.
13373 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13374 (diff-test-hunk): Use diff-find-source-location.
13375 (diff-goto-source): Favor the `reverse'.
13376 (diff-hunk-text): Properly handle one-sided context diffs.
13377 (diff-apply-hunk): When done, advance to the next hunk.
13378
13379 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13380
13381 * startup.el (command-line): If frame was created with a non-zero
13382 tool-bar-lines parameter, switch tool-bar-mode on.
13383
13384 * add-log.el (change-log-date-face, change-log-name-face)
13385 (change-log-email-face, change-log-file-face)
13386 (change-log-list-face, change-log-conditionals-face)
13387 (change-log-function-face, change-log-acknowledgement-face):
13388 New faces, inheriting from font-lock faces.
13389 (change-log-font-lock-keywords): Use them.
13390
13391 2000-09-21 Dave Love <fx@gnu.org>
13392
13393 * progmodes/cperl-mode.el (top-level): Clean up
13394 `eval-when-compile's and assorted defvars.
13395 (cperl-invalid-face): Don't double-quote value. Change custom
13396 type.
13397 (cperl-mode): Set normal-auto-fill-function and don't zap
13398 auto-fill-function.
13399 (cperl-imenu--function-name-regexp-perl): Renamed from
13400 imenu-example--function-name-regexp-perl.
13401 (cperl-imenu--create-perl-index): Renamed from
13402 imenu-example--create-perl-index.
13403 (cperl-xsub-scan): Don't require cl.
13404
13405 * msb.el (msb-mode-map): Use substitute-key-definition.
13406 (msb-mode): Use msb-mode-map.
13407
13408 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13409
13410 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13411 New functions.
13412 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13413 (vc-switch-backend): New function.
13414 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13415 (vc-register): Fix prompt.
13416 (vc-unregister, vc-default-unregister): New functions.
13417 (vc-version-diff): Handle empty buffer in sentinel.
13418
13419 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13420 (vc-rcs-state-heuristic): Use it to guess the state of files with
13421 non-strict locking.
13422 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13423 been set with -b, but not created yet.
13424 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13425 contents in order to find the state.
13426 (vc-rcs-checkin): Allow creation of branches with no changes.
13427 (vc-rcs-unregister, vc-rcs-receive-file)
13428 (vc-rcs-set-non-strict-locking): New functions.
13429
13430 * vc-hooks.el (vc-name): Force correct computation of the value
13431 in case it is missing.
13432
13433 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13434
13435 * startup.el (fancy-splash-tail): Use a different foreground
13436 color on a dark frame background.
13437
13438 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13439
13440 * info.el: Use the correct capitalization when making Info-mode
13441 and Info-edit-mode `special' modes.
13442
13443 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13444
13445 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13446 (diff-mode): Add support for add-log.el.
13447 (diff-hunk-text): Use char offsets rather than line offsets.
13448 (diff-find-source-location): Replace LINE with line-offset (nil
13449 if not found) and always set POS to a meaningful position.
13450 Adapt to the new char-offsets.
13451 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13452 Adapt to the new diff-find-source-location.
13453 (diff-goto-source): Adapt to the new diff-find-source-location.
13454
13455 * add-log.el (add-log-file-name): New function (split out of
13456 add-change-log-entry).
13457 (add-change-log-entry): Use it.
13458 Call add-log-file-name-function with the changelog file name if
13459 the current buffer is not associated with any file.
13460 Avoid find-file if the selected window is dedicated.
13461
13462 * diff-mode.el (diff-find-source-location):
13463 Move code from diff-apply-hunk. Return buffer rather than file.
13464 (diff-apply-hunk): Use the new result from diff-find-source-location.
13465 (diff-goto-source): Use the new diff-find-source-location.
13466
13467 2000-09-20 Dave Love <fx@gnu.org>
13468
13469 * iswitchb.el: Some doc fixes.
13470 (iswitchb-mode-map): Define completely initially. Inherit
13471 minibuffer-local-map.
13472 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13473 fundamental-mode.
13474 (iswitchb-global-map): New variable.
13475 (iswitchb-summaries-to-end): Amalgamate regexps.
13476 (iswitchb-mode): New.
13477 (iswitchb-mode-hook): New variable.
13478 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13479 `extensions'.
13480
13481 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13482
13483 * ehelp.el (electric-help): New defgroup.
13484 (electric-help-shrink-window): New user-option.
13485 (with-electric-help): Use it.
13486
13487 * window.el (shrink-window-if-larger-than-buffer): If face
13488 `mode-line' has a :box, and we're on a graphical frame, add 1
13489 to the needed window height.
13490
13491 * frame.el (frame-notice-user-settings): Add a last parameter nil
13492 to a call to `append', because the last list passed to `append' is
13493 not copied, and so subsequent calls to assq-delete-all will modify
13494 default-frame-alist.
13495
13496 * startup.el (fancy-splash-image): Change :type.
13497 (fancy-splash-head): Use an XBM image if appropriate.
13498 (command-line-1): Show splash screens in more cases.
13499
13500 * startup.el (fancy-splash-text): Don't quote faces.
13501
13502 * dired.el (dired-font-lock-keywords): Undo last change.
13503 (dired-readin): Bind indent-tabs-mode to nil.
13504
13505 * startup.el (fancy-splash-head): If frame's background mode
13506 is `dark', change the black background of the image to gray.
13507 (fancy-splash-screens): Display startup echo area message.
13508 (display-startup-echo-area-message): New function.
13509
13510 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13511
13512 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13513
13514 * info.el (info-header-node): Tweak for color ttys.
13515
13516 * faces.el (face-valid-attribute-values): Make sure directories we
13517 search for stipples both exist and are readable before trying to
13518 search them.
13519
13520 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13521 in the dry-run case.
13522
13523 * jka-compr.el (with-auto-compression-mode): New macro.
13524
13525 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13526 (custom-group-tag-face, custom-variable-tag-face): Use relative
13527 :height and inherit from `variable-pitch' face instead of
13528 hardwiring :family.
13529 * hi-lock.el (hi-black-hb): Likewise.
13530
13531 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13532 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13533 toolbar-add-item, if image doesn't have a mask add a `:mask
13534 heuristic'.
13535
13536 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13537
13538 * diff-mode.el: Docstring fixes.
13539 (diff-header-face, diff-comment-face): New faces.
13540 (diff-font-lock-keywords): Highlight a bit differently.
13541 (diff-find-source-location): Don't return SPAN any more.
13542 (diff-hunk-text): Don't bother erasing the temp buffer.
13543 (diff-find-text): Drop argument LINE.
13544 (diff-apply-hunk): Update calls to diff-find-text.
13545 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13546
13547 * calendar/calendar.el: Docstring fixes.
13548 (calendar-make-alist): Don't quote lambda.
13549 (calendar-star-date): Use make-local-variable.
13550
13551 2000-09-19 Dave Love <fx@gnu.org>
13552
13553 * toolbar/tool-bar.el: Renamed from toolbar.el.
13554 Change `toolbar' to `tool-bar' generally in symbols.
13555 Make some items invisible in `special' major modes.
13556 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13557 Add arg PROPS.
13558
13559 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13560 Add :version here.
13561 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13562
13563 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13564
13565 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13566
13567 * files.el (find-file-suppress-same-file-warnings): New user-option.
13568 (find-file-noselect): Use it.
13569
13570 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13571 (fancy-splash-screen): Defgroup.
13572
13573 * add-log.el (change-log-font-lock-keywords): Match names
13574 more exactly for the case that font-lock-constant-face is
13575 underlined.
13576
13577 2000-09-19 Richard M. Stallman <rms@gnu.org>
13578
13579 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13580
13581 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13582
13583 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13584
13585 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13586
13587 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13588 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13589 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13590 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13591 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13592 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13593 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13594 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13595 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13596 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13597 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13598 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13599
13600 * startup.el (fancy-splash-text): New variable.
13601 (fancy-splash-delay, fancy-splash-image): New user-options.
13602 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13603 (fancy-splash-screens): New functions.
13604 (command-line-1): If display has a `display' frame parameter, has
13605 colors, and we have XPM support, show more fancy splash screens.
13606
13607 2000-09-19 Dave Love <fx@gnu.org>
13608
13609 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13610 with null `help'. Use modern backquote syntax.
13611
13612 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13613
13614 * font-lock.el (font-lock-mode): Change message telling the user
13615 that ``the buffer is too big''.
13616
13617 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13618 for instance for the case that tab-width is 2.
13619
13620 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13621
13622 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13623 toolbar-add-item, if image doesn't have a mask add a `:mask
13624 heuristic'.
13625
13626 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13627
13628 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13629 and return a cons if it's non-nil.
13630 (diff-apply-hunk): Try to jump to the line in the source text
13631 corresponding to the position of point in the in the hunk.
13632
13633 * info.el (Info-title-3-face, Info-title-2-face)
13634 (Info-title-1-face): Use face inheritance and relative sizes
13635 instead of hard-wiring things.
13636
13637 * faces.el (secondary-selection): Make dark-background variant sane.
13638
13639 2000-09-16 Andrew Innes <andrewi@gnu.org>
13640
13641 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13642 read-only, since they aren't under VC now.
13643
13644 2000-09-17 Dave Love <fx@gnu.org>
13645
13646 * tmm.el: Replace mapcar with mapc in several places.
13647
13648 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13649 ad-unadvise.
13650
13651 * international/latin1-disp.el: New file.
13652
13653 * calendar/cal-move.el (scroll-calendar-left)
13654 (scroll-calendar-right): Make arg optional (for active mode line).
13655
13656 * calendar/calendar.el (calendar-mode-line-format): Make fields
13657 mouse-sensitive.
13658 (calendar-read-date, calendar-read-date, calendar-window-list):
13659 Unquote lambda.
13660 (calendar-month-name): Use aref, not sref.
13661
13662 * view.el (minor-mode-alist): Propertize the string.
13663
13664 * international/characters.el (standard-case-table): Add entries
13665 for Greek.
13666
13667 2000-09-18 Miles Bader <miles@gnu.org>
13668
13669 * info.el (info-node, info-xref): Add dark-background variants.
13670
13671 * faces.el (header-line): Change defaults to be less confusing
13672 when mixed with mode-lines.
13673
13674 * info.el (Info-fontify-node): Make a few cleanups.
13675 Add extra `help-echo' and `local-map' props to node xrefs.
13676 Use header-specific faces for node-names & xrefs.
13677 (Info-use-header-line): New variable.
13678 (info-header-xref, info-header-node): New faces.
13679 (Info-setup-header-line): New function.
13680 (Info-select-node): Call Info-setup-header-line when enabled.
13681 (Info-extract-pointer): Work even if the header line is hidden.
13682 (Info-header-line): New variable.
13683
13684 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13685
13686 * vms-patch.el (print-region-function): Don't quote lambda.
13687
13688 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13689
13690 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13691 (lm-get-header-re): Allow spaces between the header and the colon.
13692 (lm-header): Allow $ in non-RCS headers.
13693 (lm-header-multiline): Put the strings back into order.
13694 Stop at an empty line. Don't require two space chars if the
13695 line is clearly not another header line.
13696
13697 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13698 (popup-menu-popup): Remove.
13699
13700 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13701
13702 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13703 specification if or if not tool-bar item contains an `:enabled'
13704 property.
13705
13706 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13707 current buffer has no file name.
13708
13709 2000-09-15 Dave Love <fx@gnu.org>
13710
13711 * strokes.el: Sync with maintainer's current version with changes
13712 for Emacs, but avoid runtime cl and levents.
13713 (toplevel): Change autoloads and compilation requires.
13714 (strokes-version, strokes-bug-address, strokes-lift): Values
13715 changed.
13716 (strokes-xpm-header, strokes-insinuated): New variable.
13717 (strokes): Add :link.
13718 (strokes-mode): Customized.
13719 (strokes-while-inhibiting-garbage-collector): New macro.
13720 (strokes-remassoc): Avoid remove-if.
13721 (strokes-fix-button2-command): Don't use ad-do-it.
13722 (strokes-insinuate): New function.
13723 (strokes-button-press-event-p, strokes-button-release-event-p):
13724 New functions, used instead of non-`strokes-' versions..
13725 (strokes-mouse-event-p): Rewritten.
13726 (strokes-event-closest-point): Avoid event-point.
13727 (strokes-get-grid-position): Avoid cdadr, caadr
13728 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13729 functions.
13730 (strokes-help): Use with-output-to-temp-buffer.
13731 (strokes-window-configuration-changed-p): New function.
13732 (strokes-update-window-configuration): Use buffer-live-p,
13733 strokes-window-configuration-changed-p.
13734 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13735 (strokes-char-face): New face.
13736 (strokes-char-table, strokes-base64-chars): New variable.
13737 (strokes-xpm-for-stroke, strokes-list-strokes)
13738 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13739 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13740 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13741 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13742 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13743 functions.
13744
13745 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13746
13747 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13748
13749 * image.el (create-image): Doc fix.
13750
13751 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13752 instead of `:heuristic-mask t'.
13753
13754 2000-09-14 Andrew Innes <andrewi@gnu.org>
13755
13756 * makefile.w32-in: Revert to Unix line endings.
13757
13758 2000-09-14 Andrew Innes <andrewi@gnu.org>
13759
13760 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13761 when installing.
13762
13763 * makefile.nt (DONTCOMPILE): Fix typo.
13764
13765 * shell.el (shell-write-history-on-exit): New function.
13766 (shell-dumb-shell-regexp): New custom variable.
13767 (shell-mode): Make shell-write-history-on-exit the process
13768 sentinel if shell name matches shell-dumb-shell-regexp.
13769
13770 * w32-fns.el: Comment out before-init-hook function which resets
13771 source-directory based; this breaks bootstrap.
13772
13773 2000-09-14 Dave Love <fx@gnu.org>
13774
13775 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13776 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13777 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13778 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13779 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13780 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13781 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13782 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13783 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13784
13785 * toolbar/toolbar.el: New.
13786
13787 * subdirs.el: Add toolbar.
13788
13789 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13790
13791 * indent.el (indent-for-tab-command): Doc fix.
13792
13793 2000-09-14 Alex Schroeder <alex@gnu.org>
13794
13795 * ansi-color.el (ansi-colors): Doc change.
13796 (ansi-color-get-face): Simplified regexp.
13797 (ansi-color-faces-vector): Added more faces, doc change.
13798 (ansi-color-names-vector): Doc change.
13799 (ansi-color-regexp): Simplified regexp.
13800 (ansi-color-parameter-regexp): New regexp.
13801 (ansi-color-filter-apply): Doc change.
13802 (ansi-color-filter-region): Doc change.
13803 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13804 deal with zero length parameters.
13805 (ansi-color-apply-on-region): Doc change.
13806 (ansi-color-map): Doc change.
13807 (ansi-color-map-update): Removed debugging message.
13808 (ansi-color-get-face-1): Added condition-case to trap
13809 args-out-of-range errors.
13810 (ansi-color-get-face): Doc change.
13811 (ansi-color-make-face): Removed.
13812 (ansi-color-for-shell-mode): New option.
13813
13814 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13815
13816 * international/quail.el (quail-start-translation): Translate KEY
13817 if necessary even if it doesn't have any mapping in the current
13818 input method.
13819 (quail-start-conversion): Likewise.
13820 (quail-help): The output message is improved.
13821
13822 2000-09-13 Miles Bader <miles@gnu.org>
13823
13824 * comint.el (comint-output-filter): Revert to using
13825 `insert-before-markers'. Add bletcherous hack to undo damage
13826 caused by `insert-before-markers'. Put `front-sticky' property on
13827 overlays created here so that the field code understands how the
13828 overlay works. Use a let when making comint-last-prompt-overlay,
13829 so that the code is easier to read.
13830
13831 2000-09-13 Dave Love <fx@gnu.org>
13832
13833 * wid-edit.el (widget-default-format-handler): DTRT when
13834 doc-property is a function.
13835
13836 2000-09-12 Francesco Potorti` <pot@gnu.org>
13837
13838 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13839 filed name if it's not there.
13840
13841 2000-09-12 Dave Love <fx@gnu.org>
13842
13843 * simple.el (read-mail-command): Doc fix.
13844 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13845
13846 * vc.el (vc-dired-listing-switches): Fix :version.
13847
13848 * vc-hooks.el: Doc fixes.
13849
13850 * subr.el (add-minor-mode): Use toggle-fun arg.
13851
13852 * speedbar.el: Add :version to several defcustoms.
13853
13854 * imenu.el (imenu--truncate-items, imenu--cleanup)
13855 (imenu--generic-function): Avoid mapcar.
13856 (imenu--replace-spaces): Function removed.
13857 (imenu--completion-buffer): Use subst-char-in-string.
13858 (imenu-add-to-menubar): Use keymap inheritance.
13859
13860 2000-09-12 Miles Bader <miles@gnu.org>
13861
13862 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13863 (diff-mode-map): Bind `diff-test-hunk'.
13864 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13865
13866 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13867
13868 * bytecomp.el (byte-compile-defvar): Undo last change
13869 because it breaks '(make-variable-buffer-local (defvar ...)'
13870 which is used at least in dired.
13871
13872 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13873
13874 * international/quail.el (quail-define-package): Docstring
13875 modified.
13876
13877 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13878
13879 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13880 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13881 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13882 docstring of "chinese-py".
13883
13884 * international/quail.el (quail-translation-docstring): New
13885 variable.
13886 (quail-show-keyboard-layout): Docstring modified.
13887 (quail-select-current): Likewise.
13888 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13889 infinite recursive call.
13890 (quail-help): Check quail-translation-docstring. Format of the
13891 output changed.
13892 (quail-help-insert-keymap-description): Adjusted for the above
13893 change.
13894
13895 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13896
13897 * bytecomp.el (byte-compile-defvar): Only cons onto
13898 current-load-list in top-level forms. Else this leaks a cons cell
13899 every time a defun is called.
13900
13901 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13902
13903 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13904 Now understands non-unified diffs. Some functionality moved into
13905 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13906 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13907 modify anything. Only reposition point in the patched file if the
13908 patch succeeds. Only pop up another window if POPUP is true.
13909 Emit a message describing what happened if successful, and at what
13910 line-offset. Automatically detect reversed hunks and do something
13911 appropriate.
13912 (diff-hunk-text, diff-find-text): New functions.
13913 (diff-filter-lines): Function removed.
13914 (diff-test-hunk): New function.
13915 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13916
13917 2000-09-10 Dave Love <fx@gnu.org>
13918
13919 * textmodes/tildify.el: Minor doc/commentary fixes.
13920 (tildify) <defgroup>: Add :version.
13921
13922 * faces.el (face-x-resources): Make custom type more specific.
13923 (frame-background-mode): Use mapc.
13924 (region) <defcustom>: Add :version.
13925
13926 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13927
13928 * vc-sccs.el (vc-sccs-register):
13929 * vc-rcs.el (vc-rcs-register):
13930 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13931 * vc.el (vc-register): Clear file's properties.
13932
13933 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13934
13935 * faces.el (face-spec-set): Only face-spec-reset-face when
13936 ATTRS is non-nil.
13937
13938 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13939
13940 * help.el (help-insert-xref-button): Fix a typo in doc string.
13941
13942 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13943
13944 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13945 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13946 methods.
13947
13948 * menu-bar.el (read-mail-item-name): New function.
13949 (menu-bar-tools-menu): Use it to compute and display the package
13950 used to read email.
13951 (menu-bar-tools-menu): Fix typo in GUD's help string.
13952
13953 2000-09-07 Dave Love <fx@gnu.org>
13954
13955 * diff-mode.el (diff-mouse-goto-source): New function.
13956
13957 * vc-sccs.el: Doc fixes.
13958 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13959
13960 * vc-rcs.el: Doc fixes.
13961 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13962 (vc-rcs-checkout-switches, vc-rcs-header)
13963 (vc-rcs-master-templates): Add or change :version.
13964
13965 * vc-cvs.el: Doc fixes.
13966 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13967 (vc-cvs-stay-local): Add :version.
13968
13969 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13970
13971 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13972
13973 * international/quail.el (quail-help): Fix previous change.
13974
13975 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13976
13977 * faces.el (color-values): Doc fix.
13978
13979 * faces.el (frame-set-background-mode): Use frame-parameter
13980 instead of frame-parameters.
13981
13982 * frame.el (filtered-frame-list): Reduce consing.
13983 (frames-on-display-list): Call frame-parameter instead of
13984 frame-parameters.
13985
13986 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13987
13988 * language/devan-util.el (devanagari-to-indian-region): In the
13989 loop, change the following char, not preceding char.
13990
13991 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13992
13993 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13994 instead of frame-parameters.
13995
13996 * faces.el (set-face-attribute): Simplify by calling
13997 internal-set-lisp-face-attribute with FRAME being 0.
13998
13999 * vc.el: Remove `Id' version control keyword.
14000
14001 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14002
14003 * help.el (help-make-xrefs): Adjusted for the change of
14004 help-xref-mule-regexp.
14005 (help-insert-xref-button): New function.
14006
14007 * international/mule-cmds.el (help-xref-mule-regexp-template):
14008 Include the pattern for character set.
14009 (leim): New group.
14010
14011 * international/quail.el: Don't require face.
14012 (quail): New group.
14013 (quail-other-command): Dummy command to make quail-help work better.
14014 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14015 (quail-keyboard-layout-substitution): New variable.
14016 (quail-update-keyboard-layout): New function.
14017 (quail-keyboard-layout-type): New customizable variable.
14018 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14019 (quail-keyboard-translate): Pay attention to
14020 quail-keyboard-layout-substitution.
14021 (quail-insert-kbd-layout): New function.
14022 (quail-show-keyboard-layout): New function.
14023 (quail-get-translation): If the definition is a vector of length
14024 1, and the element is a string of length 1, return the character
14025 in that string.
14026 (quail-update-current-translations): Fix the case of
14027 relative-index out of range.
14028 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14029 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14030 Show key sequences for all available characters.
14031 (quail-help-insert-keymap-description): Don't show such verbose
14032 key bindings as quail-self-insert-command.
14033
14034 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14035 Format changed, and each element now have extra documentations.
14036 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14037 Adjusted for the change of quail-cxterm-package-ext-info.
14038
14039 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14040
14041 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14042 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14043 during bootstrap.
14044
14045 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14046
14047 * vc.el: (toplevel): Don't require `dired' at run-time.
14048 (vc-dired-resynch-file): Remove autoload cookie.
14049
14050 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14051
14052 * vc.el: Made several backend functions optional.
14053 (vc-default-responsible-p): New function.
14054 (vc-merge): Use RET for first version to trigger merge-news, not
14055 prefix arg.
14056 (vc-annotate): Handle backends that do not support annotation.
14057 (vc-default-merge-news): Removed. The existence of a merge-news
14058 implementation is now checked on caller sites.
14059
14060 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14061 case.
14062
14063 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14064 special case that has been removed from the default in vc-hooks.el.
14065
14066 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14067
14068 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14069
14070 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14071
14072 * vc-hooks.el: Require vc during compilation.
14073 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14074 macro `with-vc-properties' in vc.el.
14075 (vc-file-getprop): Doc fix.
14076 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14077
14078 * vc.el: Require dired-aux during compilation.
14079 (vc-name-assoc-file): Moved to vc-sccs.el.
14080 (with-vc-properties): New macro.
14081 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14082 vc-finish-steal): Use it.
14083 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14084 to the backend-specific function is now supposed to do the checkout,
14085 too.
14086 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14087
14088 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14089 set file properties; that gets done in the generic code now.
14090
14091 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14092 Changed parameter list, added code from vc.el that does the
14093 checkout, possibly with a double-take.
14094
14095 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14096 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14097 the above under the new name.
14098 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14099 parameter list, added checkout command.
14100 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14101 properties; that gets done in the generic code now.
14102
14103 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14104
14105 * vc.el: Docstring fixes (courtesy of checkdoc).
14106
14107 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14108
14109 * vc.el (vc-checkout-writable-buffer-hook)
14110 (vc-checkout-writable-buffer): Remove.
14111 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14112 (vc-log-mode): Make it into a clean derived major mode.
14113 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14114 vc-log-mode if log-edit is not available.
14115 (vc-dired-mode-map): Don't set-keymap-parent yet.
14116 (vc-dired-mode): Do set-keymap-parent here.
14117 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14118
14119 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14120
14121 * faces.el (set-face-attribute, face-spec-reset-face)
14122 (face-spec-set): Avoid consing by removing calls to `apply'.
14123
14124 * frame.el (frame-parameter): Move to C code.
14125
14126 2000-09-05 Dave Love <fx@gnu.org>
14127
14128 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14129 insert-before-markers-and-inherit. Now checked systematically!
14130
14131 2000-09-05 Alex Schroeder <alex@gnu.org>
14132
14133 * sql.el (sql-postgres): Use sql-postgres-options.
14134 (sql-postgres-options): New variable.
14135
14136 2000-09-05 Alex Schroeder <alex@gnu.org>
14137
14138 * sql.el (sql-mode-menu): Work around missing variable mark-active
14139 in XEmacs.
14140 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14141 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14142 compatibility.
14143
14144 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14145
14146 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14147
14148 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14149
14150 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14151
14152 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14153
14154 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14155 don't support anything else under SCCS yet.
14156
14157 * vc-hooks.el: Minor doc fixes.
14158
14159 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14160
14161 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14162 not necessary. If verbose in state `needs-patch', do the same as
14163 under `up-to-date'. When NOT verbose and `needs-patch', check out
14164 latest version instead of `merge-news'.
14165 (vc-next-action-dired): Don't mess with default-directory here; it
14166 breaks other parts of dired. It is the job of the
14167 backend-specific functions to adjust it temporarily if they need it.
14168 (vc-next-action): Remove a special CVS case.
14169 (vc-clear-headers): New optional arg FILE.
14170 (vc-checkin, vc-checkout): Set properties vc-state and
14171 vc-checkout-time properly.
14172 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14173 (vc-print-log): Use new backend function `show-log-entry'.
14174 (vc-cancel-version): Do the checks in a different order. Added a
14175 FIXME concerning RCS-only code.
14176
14177 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14178 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14179
14180 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14181
14182 * vc-hooks.el (vc-default-mode-line-string): Show state
14183 `needs-patch' as a `-' too.
14184
14185 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14186
14187 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14188 (vc-default-could-register): New function.
14189 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14190 (vc-resynch-buffer): Call vc-dired-resynch-file.
14191 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14192 vc-resynch-buffer instead of vc-resynch-window.
14193 (vc-next-action-dired): Don't redisplay here, that gets done as a
14194 result of the individual file operations.
14195 (vc-retrieve-snapshot): Corrected prompt order.
14196
14197 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14198
14199 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14200 as well.
14201 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14202 hostname regexps. Updated all callers.
14203 (vc-cvs-responsible-p): Handle directories as well.
14204 (vc-cvs-could-register): New function.
14205 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14206 properties up-to-date.
14207
14208 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14209 user whether to create one.
14210
14211 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14212
14213 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14214 check out a non-existing file.
14215
14216 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14217 workfile does not exist.
14218
14219 * vc.el (vc-version-diff): Use `require' to check for existence of
14220 diff-mode.
14221
14222 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14223
14224 * vc-cvs.el (vc-cvs-registered): Use new function
14225 vc-cvs-parse-entry to do the actual work.
14226
14227 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14228
14229 * vc-hooks.el (vc-find-backend-function): If function doesn't
14230 exist, return nil instead of error.
14231 (vc-call-backend): Doc fix.
14232
14233 * vc.el (vc-do-command): Doc fix.
14234 (vc-finish-logentry): When checking in from vc-dired, choose the
14235 right backend for logentry check.
14236 (vc-dired-mode-map): Inherit from dired-mode-map.
14237 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14238 simplified.
14239 (vc-dired-state-info): Removed, updated caller.
14240 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14241 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14242 (vc-dired-listing-switches): New variable.
14243 (vc-directory): Use it, instead of dired-listing-switches.
14244
14245 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14246 (vc-cvs-dir-state): New function.
14247 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14248 (vc-cvs-parse-entry): New function, also to be used in
14249 vc-cvs-registered.
14250
14251 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14252
14253 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14254 *or* single-window-frames.
14255
14256 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14257
14258 * vc.el (vc-update-changelog): Split into generic part and default
14259 implementation. Doc string adapted.
14260 (vc-default-update-changelog): New function. Call the `rcs2log'
14261 script in exec-directory, to fix a long-standing nuisance.
14262
14263 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14264 simply signals an error.
14265
14266 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14267
14268 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14269 control-flow more clear and to avoid running `cvs' twice.
14270
14271 * vc.el (vc-next-action-on-file): Doc fix.
14272 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14273 (vc-print-log): Eval `file' before constructing the continuation.
14274
14275 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14276
14277 * vc.el (vc-next-action-on-file): Corrected several messages.
14278 (vc-merge): Add prefix arg `merge-news'; handle it.
14279
14280 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14281 is not reached. It is.
14282 (vc-cvs-merge): Set state to 'edited after merge.
14283 (vc-cvs-merge-news): Set workfile version to nil if not known.
14284 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14285
14286 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14287 via stdout. (Merge from main line.)
14288
14289 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14290
14291 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14292 detection.
14293
14294 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14295
14296 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14297 against kill-all-local-variables.
14298 (vc-log-edit): Don't save vc-parent-buffer any more.
14299 (vc-last-comment-match): Initialize to an empty string.
14300 (vc-post-command-functions): New hook.
14301 (vc-do-command): Run it.
14302 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14303 (vc-finish-logentry): Only add the comment to the ring if it's
14304 different from the last comment entered.
14305 (vc-new-comment-index): New function.
14306 (vc-previous-comment): Use it. Make the minibuffer message
14307 slightly less terse.
14308 (vc-comment-search-reverse): Make it work forward as well. Don't
14309 set vc-comment-ring-index if no match is found. Use
14310 vc-new-comment-index.
14311 (vc-comment-search-forward): Use vc-comment-search-reverse.
14312 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14313 define-derived-mode will do it for us. Bind `v' to a keymap that
14314 inherits from vc-prefix-map so that we can bind `vt' without
14315 binding C-x v t.
14316 (vc-retrieve-snapshot): Parenthesis typo.
14317
14318 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14319 to 1. Make sure to switch to *vc* before looking for an error
14320 message. Use vc-parse-buffer.
14321
14322 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14323
14324 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14325 and NAME.
14326 (vc-retrieve-snapshot): Split into two parts.
14327 (vc-default-retrieve-snapshot): New function.
14328
14329 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14330 (vc-cvs-retrieve-snapshot): New function (untested).
14331 (vc-cvs-stay-local): Default to t.
14332 (vc-cvs-remote-p): New function and property.
14333 (vc-cvs-state): Stay local only if the above is t.
14334 (vc-handle-cvs): Removed.
14335 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14336 done via vc-handled-backends now.
14337 (vc-cvs-header): Escape Id.
14338
14339 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14340
14341 * vc.el (vc-do-command): Remove unused commands.
14342 (vc-version-diff): Make sure default-directory ends with a slash.
14343 Move the window commands into a vc-exec-after.
14344 (vc-print-log): Move more of the code into the `vc-exec-after'.
14345
14346 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14347
14348 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14349 (vc-print-log): Search current revision from beginning of buffer.
14350 (vc-revert-buffer): Clear echo area after the diff is finished.
14351 (vc-prefix-map): Removed definition of "t" for terse display in vc
14352 dired.
14353 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14354 definition of "vt" for terse display.
14355 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14356
14357 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14358
14359 * vc.el (vc-exec-after): Avoid caddr.
14360
14361 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14362
14363 * vc.el (vc-exec-after): New function.
14364 (vc-do-command): Use it to add a termination message for async
14365 procs.
14366 (vc-checkout): Try to handle a missing-backend situation.
14367 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14368 of a directory with a backend using async diffs.
14369 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14370 present.
14371
14372 * vc-sccs.el (vc-sccs-state-heuristic): Use
14373 file-ownership-preserved-p.
14374
14375 * vc-rcs.el (vc-rcs-state-heuristic): Use
14376 file-ownership-preserved-p.
14377 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14378
14379 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14380
14381 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14382 vc-do-command.
14383
14384 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14385 when there are no changes.
14386
14387 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14388
14389 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14390
14391 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14392
14393 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14394
14395 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14396
14397 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14398 the `fset' outside of the defvar so that it works even if
14399 vc-prefix-map was already defined.
14400 (vc-setup-buffer): New function, split out of vc-do-command.
14401 (vc-do-command): Allow BUFFER to be t to mean `just use the
14402 current buffer without any fuss'.
14403 (vc-version-diff): Change the `diff' backend operation to just put
14404 the diff in the current buffer without erasing it. Always use
14405 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14406 shrink-window-if-larger-than-buffer.
14407 (vc-print-log): Change the `print-log' backend operation to just
14408 put the log in the current buffer without erasing it. Protect
14409 shrink-window-if-larger-than-buffer.
14410 (vc-update-change-log): Fix setd typo.
14411
14412 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14413 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14414
14415 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14416 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14417 CMP.
14418
14419 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14420 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14421 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14422
14423 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14424
14425 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14426 not possible, use vc-BACKEND-workfile-unchanged-p.
14427 (vc-default-workfile-unchanged-p): New function. Delegates to a
14428 full vc-BACKEND-diff.
14429
14430 * vc-hooks.el (vc-simple-command): Removed.
14431
14432 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14433 instead of vc-simple-command.
14434 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14435 avoid doing a diff when opening a file.
14436 (vc-rcs-state): Added check for unlocked-changes.
14437 (vc-rcs-header): Escape Id.
14438 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14439 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14440 version.
14441
14442 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14443 (vc-sccs-diff): Remove optional arg CMP.
14444 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14445 SCCS-specific function.
14446
14447 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14448 vc-simple-command.
14449
14450 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14451
14452 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14453 (with-vc-file, vc-merge): Use vc-editable-p.
14454 (vc-do-command): Remove unused var vc-file and fix the
14455 doubly-defined `status' var. Add a user message when starting an
14456 async command.
14457 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14458 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14459 Use with-current-buffer.
14460 (vc-buffer-sync): Use unless.
14461 (vc-next-action-on-file): If the file is 'edited by read-only,
14462 make it read-write instead of trying to commit.
14463 (vc-version-diff, vc-update-change-log): Use `setq
14464 default-directory' rather than `cd'.
14465 (vc-log-edit): Don't forget to set default-directory in the
14466 buffer.
14467
14468 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14469 (vc-sccs-state-heuristic): Use file-writable-p instead of
14470 comparing userids.
14471 (vc-sccs-checkout): Use `unless'.
14472
14473 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14474 of comparing userids.
14475 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14476 Simplify the logic by eliminating unreachable code.
14477 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14478 just do a recursive call if we need to retry.
14479 (vc-rcs-checkout): Handle the case where rcs is missing by making
14480 the buffer read-write if requested and re-signalling the error.
14481
14482 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14483
14484 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14485
14486 * vc-hooks.el (vc-handled-backends): Docstring change.
14487 (vc-ignore-vc-files): Mark obsolete.
14488 (vc-registered): Check vc-ignore-vc-files.
14489 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14490 vc-ignore-vc-files.
14491
14492 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14493
14494 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14495
14496 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14497 files since ange-ftp already has vc-registered return nil.
14498
14499 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14500 (vc-sccs-workfile-version): Use with-temp-buffer and new
14501 vc-parse-buffer and don't bother setting the property.
14502 (vc-sccs-add-triple): Use with-current-buffer and
14503 find-file-noselect.
14504 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14505
14506 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14507 derives from the old vc-parse-buffer but uses the revision number
14508 rather than the date (much easier to compare robustly).
14509 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14510 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14511 locking-user more directly. Check strict locking and set
14512 checkout-model appropriately.
14513 (vc-rcs-parse-locks): Remove.
14514 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14515 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14516 (vc-rcs-system-release): Use with-current-buffer and
14517 vc-parse-buffer.
14518 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14519
14520 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14521 (vc-simple-command): Docstring fix.
14522 (vc-registered): Align the way the file-handler is called with the
14523 way the function itself works.
14524 (vc-file-owner): Remove.
14525
14526 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14527 extraction of fields and call to file-attributes because of a
14528 temporary bug in rcp.el.
14529 (vc-cvs-fetch-status): Use with-current-buffer.
14530
14531 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14532
14533 * vc.el (vc-do-command): Use file-relative-name.
14534 (vc-responsible-backend): Use vc-backend if possible.
14535 (vc-create-snapshot): Improve the `interactive' spec. Add support
14536 for branches and dispatch to backend-specific `create-snapshot'.
14537 (vc-default-create-snapshot): New function, containing the bulk of
14538 the old vc-create-snapshot.
14539 (vc-retrieve-snapshot): Improve the interactive spec.
14540
14541 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14542 (vc-backend-hook-functions): Remove.
14543 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14544 (vc-backend): Reintroduce the test for `file = nil' now that I
14545 know why it was there (and added a comment to better remember).
14546
14547 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14548 code from vc-sccs-hooks.el.
14549 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14550 'vc anymore.
14551 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14552 and file-directory-p instead of file-exists-p.
14553 (vc-sccs-check-headers): Simplify the regexp.
14554
14555 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14556 from vc-rcs-hooks.el. Don't require 'vc anymore.
14557 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14558 file-directory-p instead of file-exists-p.
14559
14560 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14561 from vc-cvs-hooks.el.
14562 (proto vc-cvs-registered): Require 'vc-cvs instead of
14563 'vc-cvs-hooks. Don't require 'vc anymore.
14564 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14565 file-directory-p instead of file-exists-p.
14566 (vc-cvs-create-snapshot): New function, replacing
14567 vc-cvs-assign-name.
14568 (vc-cvs-assign-name): Remove.
14569
14570 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14571
14572 * vc-cvs.el (vc-cvs-header): New var.
14573
14574 * vc-rcs.el (vc-rcs-exists): Remove.
14575 (vc-rcs-header): New var.
14576
14577 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14578 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14579 (vc-sccs-header): New var.
14580
14581 * vc.el (vc-do-command): Get rid of the `last' argument.
14582 (vc-header-alist): Remove, replaced by vc-X-header.
14583 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14584 (vc-dired-hook): Use expand-file-name instead of concat.
14585 (vc-directory): Use file-name-as-directory.
14586 (vc-snapshot-precondition, vc-create-snapshot)
14587 (vc-retrieve-snapshot): Allow the command to operate on any
14588 directory.
14589
14590 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14591 just removing the 'WORKFILE argument or by removing the 'MASTER
14592 argument and replacing `file' with (vc-name file).
14593
14594 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14595
14596 * vc.el: Update Copyright and add a crude list of backend funs.
14597 (vc-writable-p): New function.
14598 (with-vc-file): Use vc-writable-p.
14599 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14600 (vc-register): Avoid vc-name.
14601 (vc-locking-user): Remove.
14602 (vc-steal-lock): Make the `owner' arg non-optional.
14603 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14604 vc-checkout-model.
14605 (vc-default-dired-state-info): Use vc-state instead of
14606 vc-locking-user and return special strings for special states.
14607 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14608 and get rid of one of the special CVS cases.
14609 (vc-cancel-version): prettify error message with \\[...].
14610 (vc-rename-master): New function.
14611 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14612 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14613 the CVS special case generic.
14614 (vc-default-record-rename): Remove.
14615 (vc-file-tree-walk-internal): Only call FUNC for files that are
14616 under control of some VC backend and replace `concat' with
14617 expand-file-name.
14618 (vc-file-tree-walk): Update docstring.
14619 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14620 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14621
14622 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14623 vc-sccs-record-rename. Use `find-file-noselect' rather than
14624 `find-file' and call `vc-rename-master' to do the actual move.
14625 (vc-sccs-diff): Remove unused `backend' variable.
14626
14627 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14628 to delay loading of vc-sccs until it is really used.
14629 (vc-sccs-master-templates): Preload.
14630 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14631 (vc-sccs-project-dir): Remove (merged into
14632 vc-sccs-search-project-dir).
14633 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14634 rather than `concat', make sure it is preloaded and don't bother
14635 to check that the file actually exists.
14636 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14637 `locks' argument (use buffer's content instead) and eliminate n^2
14638 behavior.
14639
14640 * vc-rcs.el: Update Copyright.
14641 (vc-rcs-rename-file): New function.
14642 (vc-rcs-diff): Remove unused `backend' variable.
14643
14644 * vc-hooks.el: Update Copyright.
14645 (vc-backend): Don't accept a nil argument any more.
14646 (vc-up-to-date-p): Turn into a defsubst.
14647 (vc-possible-master): New function.
14648 (vc-check-master-templates): Use `vc-possible-master' and allow
14649 funs in vc-X-master-templates to return a non-existent file.
14650
14651 * vc-cvs.el: Update Copyright.
14652 (vc-cvs-diff): Remove unused `backend' variable.
14653 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14654
14655 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14656
14657 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14658
14659 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14660 since it can be called from vc-rcs.el.
14661 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14662
14663 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14664
14665 * vc.el (vc-version-diff): Expand file name read from the
14666 minibuffer. Handle the case when a previous version number can't
14667 be guessed. Give suitable messages when there were no differences
14668 found.
14669 (vc-clear-headers): Call backend-specific implementation, if one
14670 exists.
14671 (vc-cancel-version): Made error checks generic. When done, clear
14672 headers generically, too.
14673
14674 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14675 from vc-clear-headers in vc.el.
14676
14677 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14678 correctly.
14679 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14680 optional. Handle the case when it's not there.
14681
14682 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14683
14684 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14685
14686 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14687
14688 * vc-hooks.el (vc-loadup): Remove.
14689 (vc-find-backend-function): Use `require'. Also, handle the case
14690 where vc-BACKEND-hooks.el doesn't exist.
14691 (vc-call-backend): Cleanup.
14692
14693 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14694
14695 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14696 vc-rcs-grab-templates)
14697 (vc-rcs-registered): Remove. The default function works as well.
14698 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14699 vc-sccs-grab-templates)
14700 (vc-sccs-registered): Remove. The default function works as well.
14701
14702 * vc.el (vc-version-diff): Left out a vc- in call to
14703 vc-call-backend.
14704 (vc-default-dired-state-info, vc-default-record-rename)
14705 (vc-default-merge-news): Update for the new backend argument.
14706
14707 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14708 using the default function.
14709 (vc-call-backend): If calling the default function, pass it the
14710 backend as first argument. Update the docstring accordingly.
14711 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14712 for the new backend argument.
14713 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14714 (vc-find-backend-function): Use the new name.
14715 (vc-default-registered): New function.
14716
14717 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14718
14719 * vc.el (vc-merge): Use vc-find-backend-function.
14720
14721 * vc-hooks.el (vc-backend-functions): Remove.
14722 (vc-loadup): Don't setup 'vc-functions.
14723 (vc-find-backend-function): New function.
14724 (vc-call-backend): Use above fun and populate 'vc-functions
14725 lazily.
14726 (vc-backend-defines): Remove.
14727
14728 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14729
14730 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14731 Call vc-call-backend without the leading vc-.
14732 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14733 (vc-check-headers): Call vc-call-backend without the leading vc-.
14734 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14735 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14736 Call vc-call-backend without the leading vc-.
14737
14738 * vc-cvs.el (tail): Provide vc-cvs.
14739 * vc-sccs.el (tail): Provide vc-sccs.
14740 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14741
14742 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14743 (vc-make-backend-function, vc-call): Pass names without leading
14744 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14745 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14746 (vc-call-backend): Always try to load vc-X-hooks.
14747 (vc-registered): Remove vc- in call to vc-call-backend.
14748
14749 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14750
14751 * vc.el (vc-process-filter): New function.
14752 (vc-do-command): Setup `vc-process-filter' for the async process.
14753 (vc-maybe-resolve-conflicts): New function to reduce
14754 code-duplication. Additionally, it puts the buffer in
14755 `smerge-mode' if applicable.
14756 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14757 calling `merge-news'.
14758 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14759 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14760 interfacing to log-edit.el.
14761 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14762 log-edit is available.
14763 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14764
14765 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14766
14767 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14768 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14769 defvar and the initialization.
14770 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14771
14772 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14773 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14774
14775 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14776
14777 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14778
14779 * vc.el (vc-file-clear-masterprops): Removed.
14780 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14781 (vc-version-diff): Use buffer-size without argument.
14782 (vc-register): Heed vc-initial-comment.
14783
14784 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14785 default branch.
14786
14787 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14788 file name and workfile version.
14789 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14790
14791 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14792 vc-file-clear-masterprops.
14793
14794 * vc-sccs.el (vc-sccs-checkout): Removed call to
14795 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14796 rather than user login name.
14797
14798
14799 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14800
14801 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14802 `want-differences-if-changed' and simplify.
14803 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14804 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14805 output (which is invalid for async vc-diff) to decide whether to
14806 do the revert silently or not.
14807
14808 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14809
14810 * vc-hooks.el (vc-loadup): Load files quietly.
14811 (vc-call-backend): Oops, brain fart.
14812
14813 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14814
14815 * vc-cvs.el (vc-cvs-state): Typo.
14816 (vc-cvs-merge-news): Return the status code rather than the error msg.
14817
14818 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14819
14820 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14821 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14822 vc-state or vc-up-to-date-p.
14823 (vc-merge): Use vc-backend-defines to check whether merging is
14824 possible. Set state to 'edited after successful merge.
14825
14826 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14827 return that name. Redocumented.
14828
14829 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14830
14831 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14832 new `vc-state' semantics.
14833 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14834 'vc-locking-user to the current user.
14835 (vc-merge): Inline vc-backend-merge. Comment out code that I
14836 don't understand and hence can't adapt to the new `vc-state' and
14837 `vc-locking-user' semantics.
14838 (vc-backend-merge): Remove.
14839
14840 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14841 rather than 'vc-locking-user.
14842
14843 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14844
14845 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14846 (vc-state): Don't use 'reserved any more. Just use the same
14847 convention as the one used for vc-<backend>-state where the
14848 locking user (as a string) is returned.
14849 (vc-locking-user): Update, based on the above convention. The
14850 'vc-locking-user property has disappeared.
14851 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14852
14853 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14854 with a heuristic one.
14855 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14856 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14857 error. That allows us to get to 'needs-merge even in the
14858 stay-local case. There's still no way to detect 'needs-patch in
14859 such a setup (or to force an update for that matter).
14860 (vc-cvs-logentry-check): Remove, the default works as well.
14861
14862 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14863
14864 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14865
14866 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14867 major-mode in which the buffer might have been put earlier. Use
14868 `remove' and `when'. Allow `okstatus' to be `async' and use
14869 `start-process' in this case.
14870 (vc-version-diff): Handle the case where the diff looks empty
14871 because of the use of an async process.
14872
14873 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14874
14875 * vc.el (vc-next-action-on-file): Removed optional parameter
14876 `simple'. Recompute state unconditionally.
14877 (vc-default-toggle-read-only): Removed.
14878
14879 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14880 (vc-toggle-read-only): Undid prev change.
14881
14882 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14883 vc-cvs-simple-toggle. Redocumented.
14884 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14885 (vc-cvs-toggle-read-only): Removed.
14886
14887 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14888
14889 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14890 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14891 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14892 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14893 still is. So maybe it should be removed.
14894 (vc-head-version, vc-find-binary): Remove.
14895 (vc-recompute-state): Move from vc-hooks.el.
14896 (vc-next-action-on-file): Add a `simple' argument to allow
14897 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14898 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14899 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14900 (vc-dired-mode-map): Properly defvar it.
14901 (vc-print-log): Call log-view-mode if available.
14902 (small-temporary-file-directory): defvar instead of use boundp.
14903 (vc-merge-news): Moved to vc-cvs.el.
14904 (vc-default-merge-news): New function.
14905
14906 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14907 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14908 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14909 unknown `vc-latest-version' function. It should probably refer to
14910 vc-workfile-version or somesuch, but it's very unclear to me and I
14911 don't have SCCS to test things.
14912
14913 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14914 (vc-sccs-state-heuristic): Fix typo.
14915 (vc-sccs-workfile-unchanged-p): Add missing argument.
14916
14917 * vc-rcs.el: Require vc and vc-rcs-hooks.
14918 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14919 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14920 (vc-release-greater-or-equal-p): Move from vc.
14921 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14922 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14923 (vc-rcs-checkout): Add a missing `new-version' argument in the
14924 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14925
14926 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14927 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14928 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14929 than the apparently unbound `workfile-version'.
14930
14931 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14932 (vc-file-prop-obarray): Use `make-vector'.
14933 (vc-backend-functions): Add new hookable functions
14934 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14935 (vc-loadup): If neither backend nor default functions exist, use
14936 the backend function rather than nil.
14937 (vc-call-backend): If the function if not bound yet, try to load
14938 the non-hook file to see if it provides it.
14939 (vc-call): New macro plus use it wherever possible.
14940 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14941 nor `vc-find-binary' since it's only called from
14942 vc-mistrust-permission which is only used once the backend is known.
14943 (vc-checkout-model): Fix parenthesis.
14944 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14945
14946 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14947 (vc-cvs-release, vc-cvs-system-release): Remove.
14948 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14949 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14950 status symbols.
14951 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14952 (vc-cvs-toggle-read-only): First cut at a function to allow a
14953 cvs-status-free vc-toggle-read-only.
14954 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14955 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14956 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14957 (vc-cvs-checkout): Modify access rights directly if the user
14958 requested not to use `cvs edit'. And refresh the mode line.
14959
14960 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14961 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14962
14963 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14964
14965 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14966 workfile' that got lost when the code was extracted from vc.el.
14967 And merged the tail with the rest of the code (not possible in the
14968 old vc.el where the tail was shared among all backends). And
14969 explicitly set the state to 'edited if `writable' is set.
14970
14971 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14972 (vc-cvs-state): Be careful to return the value from
14973 vc-cvs-parse-state.
14974 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14975 property but return it instead. Also be careful to handle a nil
14976 or "" `rev' when workfile is non-nil (it was handled properly when
14977 workfile was nil).
14978
14979 * vc.el: Removed those pesky unnecessary `(function' quotes.
14980 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14981 directly in the defvar.
14982 (vc-do-command): Bind inhibit-read-only so as to properly handle
14983 the case where the destination buffer has been made read-only.
14984 (vc-diff): Delegate to vc-version-diff in all cases.
14985 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14986 (vc-annotate-mode-variables): Removed (code moved partly to
14987 defvars and partly to vc-annotate-add-menu).
14988 (vc-annotate-mode): Turned into a derived-mode.
14989 (vc-annotate-add-menu): Moved in code in
14990 vc-annotate-mode-variables.
14991 (vc-update-change-log): Use make-temp-file if available.
14992
14993 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14994
14995 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14996 `vc-checkout-model' updated to `vc-cvs-update-model'.
14997
14998 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14999
15000 * vc.el (vc-next-action-on-file): Added handling of state
15001 `unlocked-changes'.
15002 (vc-checkout-carefully): Is now practically obsolete, unless the
15003 above is too slow to be enabled unconditionally.
15004 (vc-update-change-log): Fixed typo.
15005
15006 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15007
15008 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15009 Now handles state `unlocked-changes'.
15010 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15011
15012 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15013
15014 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15015 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15016 `unlocked-changes'.
15017 (vc-rcs-workfile-unchanged-p): Renamed from
15018 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15019 function yet, but supposed to become one soon.
15020
15021 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15022 `vc-steal-lock'.
15023 (vc-call-backend): Changed error message.
15024 (vc-state): Added description of state `unlocked-changes'.
15025
15026 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15027
15028 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15029 always return t in CVS-controlled directories.
15030
15031 * vc.el (vc-responsible-backend): New function.
15032 (vc-register): Largely rewritten.
15033 (vc-admin): Removed (implementation moved into vc-register).
15034 (vc-checkin): Redocumented.
15035 (vc-finish-logentry): If no backend defined yet (because we are in
15036 the process of registering), use the responsible backend.
15037
15038 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15039 Updated function lists.
15040 (vc-call-backend): Fixed typo.
15041
15042 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15043 New functions.
15044 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15045 Removed query option. Redocumented.
15046
15047 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15048
15049 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15050
15051 * vc.el: Updated callers of `vc-checkout-required' to use
15052 `vc-checkout-model'.
15053
15054 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15055
15056 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15057 stuff updated to reference this function instead of the old
15058 `vc-backend-release-p'.
15059
15060 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15061
15062 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15063 vc-checkout-model. Return appropriate values. Updated callers.
15064
15065 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15066
15067 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15068 (vc-backend-revert): Function moved into `vc-revert';
15069 `vc-next-action' must be updated to accomodate this change.
15070 (vc-backend-steal): Function moved into `vc-finish-steal'.
15071 (vc-backend-logentry-check): Function moved into
15072 `vc-finish-logentry'.
15073 (vc-backend-printlog): Function moved into `vc-print-log'.
15074 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15075 (vc-backend-assign-name): Function moved into
15076 `vc-create-snapshot'.
15077
15078 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15079
15080 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15081 Rename to vc-checkout-model. Return appropriate values.
15082 Update callers.
15083
15084 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15085 to vc-checkout-model.
15086 (vc-checkout-required): Rename to vc-checkout-model.
15087 Re-implement and re-comment.
15088 (vc-after-save): Use vc-checkout-model.
15089
15090 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15091
15092 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15093 Update to use the vc-BACKEND-diff functions instead.
15094 `vc-diff' is now working.
15095
15096 * vc-rcs.el (vc-rcs-logentry-check): New function.
15097
15098 * vc-cvs.el (vc-cvs-logentry-check): New function.
15099
15100 * vc-sccs.el (vc-sccs-diff): Function changed name from
15101 `vc-backend-diff'. This makes `vc-diff' work.
15102
15103 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15104 of functions possibly implemented in a vc-BACKEND library.
15105 (vc-checkout-required): Fix bug that caused an error to be
15106 signaled during `vc-after-save'.
15107
15108 * vc.el: Fix typo.
15109 This checkin is made with our new VC code base for the very first time.
15110 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15111
15112 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15113 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15114
15115 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15116 updated to `vc-uses-locking'.
15117 (vc-checkout-required): Call to backend function.
15118 `vc-checkout-required' updated to `vc-uses-locking' instead.
15119
15120 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15121 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15122
15123 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15124 to match the split into various backends.
15125 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15126 (vc-retrieve-snapshot): Bug fix.
15127
15128 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15129
15130 * vc-sccs.el (vc-sccs-release): Doc fix.
15131
15132 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15133
15134 * vc.el (vc-next-action-on-file): Bug found and fixed.
15135 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15136 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15137
15138 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15139 (vc-rcs-checkout): Name space cleaned up. No more revision number
15140 crunching function names that are not prefixed with vc-rcs.
15141 (vc-rcs-checkout-model): Function added. References to
15142 `vc-checkout-model' replaced.
15143
15144 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15145
15146 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15147 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15148 still need to be split, and implemented for RCS).
15149
15150 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15151
15152 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15153
15154 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15155 required by the vc.el file.
15156
15157 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15158 required by the vc.el file.
15159 (vc-rcs-exists): Function added.
15160
15161 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15162 required by the vc.el file.
15163
15164 * vc.el (vc-admin): Updated to handle selection of appropriate
15165 backend. Current implementation is crufty and need re-thinking.
15166
15167 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15168
15169 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15170
15171 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15172 beginning of annotate buffers correctly.
15173
15174 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15175 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15176 functionality updated quite a lot to support multiple backends.
15177 Variables `vc-annotate-mode', `vc-annotate-buffers',
15178 `vc-annotate-backend' added.
15179
15180 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15181 `vc-annotate-difference' added to supported backend functions.
15182
15183 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15184
15185 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15186 Use with-temp-file instead of /bin/sh. Merged from mainline
15187
15188 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15189
15190 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15191
15192 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15193
15194 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15195
15196 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15197
15198 * vc-hooks.el: vc-state-heuristic added to
15199 vc-backend-hook-functions.
15200
15201 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15202
15203 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15204
15205 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15206 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15207 state to `reserved'.
15208
15209 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15210 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15211
15212 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15213
15214 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15215 untouched.
15216
15217 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15218
15219 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15220 if defined. (Merged from main line, slightly adapted.)
15221
15222 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15223 millenium problem (merged from mainline).
15224
15225 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15226
15227 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15228 part and moved the non-BACKEND stuff to vc.el.
15229
15230 * vc.el: Split the annotate feature into a BACKEND specific part
15231 and moved it from the vc-cvs.el file to this one.
15232
15233 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15234
15235 * vc-hooks.el: Implement new state model.
15236 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15237 (vc-locking-user): Simplify. Now only needed if the file is
15238 locked by somebody else.
15239 (vc-lock-from-permissions): Remove. Functionality is in
15240 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15241 (vc-mode-line-string): New name for former vc-status. Adapted.
15242 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15243
15244 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15245 Various simplifications and adaptations all over the place.
15246
15247 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15248 Simplify and adapt the rest.
15249
15250 * vc.el (vc-resynch-window): Add TODO comment: check for
15251 interaction with view mode according to recent RCS change.
15252 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15253
15254 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15255
15256 * vc.el: Convert the remaining function comments to docstrings.
15257
15258 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15259
15260 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15261 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15262 (vc-minor-part, vc-previous-version): Functions that operate and
15263 compare revision numbers got proper documentation. Comments added
15264 about their possible removal.
15265
15266 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15267
15268 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15269 the vc-backend.el files.
15270
15271 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15272
15273 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15274 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15275 (vc-rcs-previous-version): Functions added.
15276
15277 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15278
15279 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15280
15281 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15282
15283 * vc-hooks.el (vc-master-templates): Is really obsolete.
15284 Comment out the definition for now. What is the right procedure
15285 to get rid of it?
15286 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15287 rewritten.
15288 (vc-default-registered): Remove.
15289 (vc-check-master-templates): New function; does mostly what the
15290 above did before.
15291 (vc-locking-user): Don't rely on the backend to set the property.
15292
15293 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15294 Rewrite documentation.
15295 (vc-rcs-templates-grabbed): New variable.
15296 (vc-rcs-grab-templates): New function.
15297 (vc-rcs-registered): Rewrite to use above mechanism.
15298
15299 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15300 Rewrite documentation.
15301 (vc-sccs-templates-grabbed): New variable.
15302 (vc-sccs-grab-templates): New function.
15303 (vc-sccs-registered): Rewrite to use above mechanism.
15304 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15305 Don't throw the result, simply return it.
15306
15307 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15308 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15309 (vc-cvs-registered): Does the check itself now. Simplify.
15310
15311 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15312 from main line.
15313
15314 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15315
15316 * vc-cvs.el (vc-cvs-diff): New function.
15317
15318 * vc-sccs.el (vc-sccs-diff): New function.
15319
15320 * vc-rcs.el (vc-rcs-diff): New function.
15321 (vc-rcs-checkout): Bug (typo) found and fixed.
15322 (vc-rcs-register-switches): New variable.
15323
15324 * vc.el (vc-backend-diff): Function removed and placed in the
15325 backend files.
15326
15327 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15328
15329 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15330
15331 * vc.el (vc-backend-checkout): Function removed and replaced in
15332 the vc-backend.el files.
15333
15334 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15335
15336 * vc.el (vc-backend-admin): Removed and replaced in the
15337 vc-backend.el files.
15338
15339 * vc.el (Martin): Removed all the annotate functionality since it
15340 is CVS backend specific.
15341
15342 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15343
15344 * spec.txt: Added specification of vc-state.
15345
15346 * vc-sccs-hooks.el (vc-sccs-master-properties):
15347 Remove handling of vc-latest-version and
15348 vc-your-latest-version. What used to be vc-latest-version, is now
15349 returned as vc-workfile-version.
15350 (vc-sccs-workfile-version): Adapt.
15351
15352 2000-09-04 Dave Love <fx@gnu.org>
15353
15354 * vc.el: [Merged from mainline.]
15355 (vc-dired-mode): Make the dired-move-to-filename-regexp
15356 regexp match the date, to avoid treating date as file size.
15357 Add YYYY S option to WESTERN/
15358
15359 2000-09-04 Dave Love <fx@gnu.org>
15360
15361 * vc.el: Require `compile' when compiling.
15362 (vc-logentry-check-hook): New option.
15363 (vc-steal-lock): Use compose-mail.
15364 (vc-dired-mode-map): Defvar when compiling.
15365 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15366 vc-sccs.el and renamed. Callers changed.
15367 (vc-backend-checkout, vc-backend-logentry-check)
15368 (vc-backend-merge-news): Doc fix.
15369 (vc-default-logentry-check): New function.
15370 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15371 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15372 (vc-backend-merge): Doc fix. Use backend functions.
15373 (vc-check-headers): Use backend functions.
15374
15375 * vc-cvs.el: Require vc when compiling.
15376 (vc-cvs-register-switches): Doc fix.
15377 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15378 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15379 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15380 New functions (code from vc.el).
15381 (vc-annotate-display-default): Fix interactive spec.
15382 (vc-annotate-time-span): Doc fix.
15383
15384 * vc-rcs.el: Require vc when compiling.
15385 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15386 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15387 (vc-rcs-checkin): New functions (code from vc.el).
15388 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15389 Doc fix.
15390 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15391
15392 * vc-sccs.el: Require vc when compiling.
15393 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15394 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15395 (vc-sccs-revert)
15396 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15397 from vc.el).
15398 (vc-sccs-add-triple, vc-sccs-record-rename)
15399 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15400 (vc-sccs-admin): Doc fix.
15401
15402 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15403
15404 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15405 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15406 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15407 from vc.el.
15408
15409 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15410
15411 * vc-cvs.el: Moved the annotate functionality from vc.el.
15412 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15413
15414 2000-09-04 Dave Love <fx@gnu.org>
15415
15416 * vc.el (vc-backend-release): Call vc-system-release.
15417
15418 * vc-sccs.el (vc-sccs-system-release):
15419 Renamed from vc-sccs-backend-release.
15420
15421 * vc-rcs.el (vc-rcs-system-release):
15422 Renamed from vc-rcs-backend-release.
15423
15424 * vc-cvs.el (vc-cvs-system-release):
15425 Renamed from vc-cvs-backend-release.
15426
15427 2000-09-04 Dave Love <fx@gnu.org>
15428
15429 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15430 backend files.
15431 (vc-backend-release): Dispatch to backend functions.
15432 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15433 probably needs attention.]
15434
15435 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15436 (vc-sccs-backend-release): New function.
15437
15438 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15439 (vc-cvs-backend-release): New function.
15440
15441 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15442 Doc fix.
15443 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15444 (vc-default-dired-state-info): New function.
15445 (vc-dired-state-info): Dispatch to backends.
15446 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15447
15448 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15449 from vc.el and renamed.
15450
15451 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15452
15453 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15454 (vc-version-other-window, vc-backend-assign-name): Removed
15455 references to vc-latest-version; sometimes changed into
15456 vc-workfile-version.
15457
15458 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15459 vc-rcs-master-workfile-version.
15460 (vc-rcs-workfile-version): Use the above. Don't call
15461 vc-latest-version (that was unreachable code, anyway).
15462 (vc-rcs-fetch-master-properties): Doc fix.
15463
15464 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15465 (vc-backend-hook-functions): Removed them from this list, too.
15466 (vc-fetch-properties): Removed.
15467 (vc-workfile-version): Doc fix.
15468
15469 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15470 (vc-rcs-workfile-version, vc-rcs-locking-user)
15471 (vc-rcs-uses-locking): Use it.
15472
15473 * vc-hooks.el (vc-consult-rcs-headers):
15474 Moved into vc-rcs-hooks.el, under the name
15475 vc-rcs-consult-headers.
15476
15477 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15478 headers.
15479 (vc-cvs-find-master): Use this name only; correct different
15480 versions of the name.
15481
15482 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15483 New functions.
15484 (vc-sccs-locking-user): Use the latter.
15485
15486 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15487 New functions.
15488
15489 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15490 Moved into both
15491 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15492 functions are implementation details of those two backends.
15493
15494 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15495
15496 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15497 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15498
15499 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15500 (vc-sccs-parse-locks): SCCS-specific code moved here from
15501 vc-hooks.
15502
15503 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15504 code moved here from vc-hooks.
15505
15506 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15507 into back-end specific parts and removed. Callers not updated
15508 yet; because I guess these callers will disappear into back-end
15509 specific files anyway.
15510
15511 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15512
15513 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15514 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15515 `vc-uses-locking'.
15516
15517 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15518 Store yes/no in the property, and return t/nil. Updated all
15519 callers.
15520
15521 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15522 vc-sccs-uses-locking. Don't set property.
15523 (vc-sccs-locking-user): Don't set property.
15524
15525 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15526 vc-cvs-uses-locking. Don't set property here; leave that to
15527 vc-hooks.
15528 (vc-cvs-locking-user): Reflect above change. Streamlined.
15529
15530 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15531 vc-rcs-uses-locking.
15532 (vc-rcs-locking-user): Reflect above change.
15533
15534 2000-09-04 Dave Love <fx@gnu.org>
15535
15536 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15537
15538 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15539
15540 * vc-hooks.el (vc-checkout-model): Punt to backends.
15541
15542 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15543
15544 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15545
15546 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15547 New functions.
15548
15549 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15550 New functions.
15551
15552 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15553 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15554
15555 * vc-hooks.el (vc-default-locking-user): New function.
15556 (vc-locking-user, vc-workfile-version): Punt to backends.
15557
15558 2000-09-04 Dave Love <fx@gnu.org>
15559
15560 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15561 (vc-master-workfile-version): Moved from vc-hooks.
15562
15563 * vc-rcs-hooks.el: Fix duplicate code in last change.
15564
15565 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15566 (vc-rcs-master-templates): Improve :type.
15567 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15568 vc-master-workfile-version): Moved from vc-hooks.
15569
15570 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15571 (vc-sccs-master-templates): Improve :type.
15572 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15573
15574 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15575
15576 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15577 (vc-cvs-master-templates): Improve :type. Use
15578 vc-cvs-find-cvs-master.
15579 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15580 from vc-hooks.
15581 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15582
15583 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15584 Moved to vc-cvs-hooks.
15585
15586 * vc-hooks.el: Add doc strings in various places. Simplify the
15587 minor mode setup.
15588 (vc-handled-backends): New user variable.
15589 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15590 simplification.
15591
15592 2000-09-04 Dave Love <fx@gnu.org>
15593
15594 * vc.el: Some doc fixes for autoloaded and interactive functions.
15595 Fix compilation warnings from ediff stuff.
15596 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15597
15598 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15599
15600 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15601
15602 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15603
15604 2000-09-04 Dave Love <fx@gnu.org>
15605
15606 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15607 New variable.
15608 (vc-make-backend-function, vc-loadup, vc-call-backend)
15609 (vc-backend-defines): New functions.
15610
15611 * vc-hooks.el: Various doc fixes.
15612 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15613 (vc-match-substring): Function removed. Callers changed to use
15614 match-string.
15615 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15616 Simplify.
15617
15618 2000-09-04 Dave Love <fx@gnu.org>
15619
15620 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15621 type.
15622 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15623 (vc-sccs-registered): Doc fix.
15624
15625 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15626 (vc-cvs-registered): Doc fix.
15627
15628 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15629 (vc-rcs-registered): Doc fix.
15630
15631 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15632
15633 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15634
15635 * vc-hooks.el: vc-registered has been renamed
15636 vc-default-registered. Some functions have been moved to the
15637 backend specific files. they all support the
15638 vc-BACKEND-registered functions.
15639
15640 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15641
15642 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15643
15644 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15645
15646 2000-09-04 Dave Love <fx@gnu.org>
15647
15648 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15649 menu-bar-update-hook.
15650
15651 * help.el (help-manyarg-func-alist): Add
15652 find-operation-coding-system.
15653
15654 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15655
15656 * custom.el (custom-set-variables): Print message about errors in
15657 setting.
15658
15659 2000-09-03 Andrew Innes <andrewi@gnu.org>
15660
15661 * makefile.w32-in: Change to DOS line endings.
15662
15663 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15664
15665 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15666 minor-mode keymaps, if they don't have one.
15667
15668 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15669
15670 * eshell/esh-module.el (eval-when-compile): Don't lose if
15671 esh-module.el's file name is truncated to DOS 8+3 limits.
15672
15673 2000-09-01 John Wiegley <johnw@gnu.org>
15674
15675 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15676 predicate, which caused entries in the completion list to be
15677 doubled.
15678
15679 2000-08-30 John Wiegley <johnw@gnu.org>
15680
15681 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15682 sending to subprocesses. Also, hook pre-command-hook if
15683 `eshell-send-direct-to-subprocesses' is non-nil.
15684 (eshell-send-direct-to-subprocesses): New config variable. If t,
15685 subprocess input is send immediately.
15686 (eshell-toggle-direct-send): New function.
15687 (eshell-self-insert-command): New function.
15688 (eshell-intercept-commands): New function.
15689 (eshell-send-input): If direct subprocess sending is enabled,
15690 don't echo any input to the Eshell buffer. Let the subprocess
15691 handle that. This requires "stty echo" in bash, for example.
15692
15693 2000-08-28 John Wiegley <johnw@gnu.org>
15694
15695 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15696 completion function for Eshell's implementation of `unset'.
15697
15698 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15699
15700 * info.el (Info-directory-list): Doc fix.
15701
15702 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15703
15704 * filecache.el (file-cache-add-directory-using-find): Don't quote
15705 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15706
15707 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15708
15709 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15710 coding systems.
15711
15712 2000-08-30 Andrew Innes <andrewi@gnu.org>
15713
15714 * timer.el (run-with-idle-timer): Undo last change, so that timer
15715 is not activated immediately if Emacs is already idle. Some
15716 existing code relies on this behaviour.
15717
15718 2000-08-30 Miles Bader <miles@gnu.org>
15719
15720 * frame.el (set-frame-font): Do completion of font-name for
15721 interactive use.
15722
15723 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15724
15725 * international/quail.el (quail-start-translation): Bind locally
15726 last-command-event, last-command, and this-command.
15727 (quail-start-conversion): Likewise.
15728 (quail-self-insert-command): Fix docstring.
15729
15730 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15731
15732 * progmodes/executable.el
15733 (executable-make-buffer-file-executable-if-script-p): Check that
15734 buffer contains at least 2 characters.
15735
15736 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15737
15738 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15739
15740 2000-08-29 Dave Love <fx@gnu.org>
15741
15742 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15743 (diff-mode-shared-map): Bind mouse-2.
15744 (diff-imenu-generic-expression): New variable.
15745 (diff-mode): Use it.
15746
15747 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15748 (mouse-popup-menubar): Add minor mode menus.
15749 (popup-menu): Check for lookup-key returning number.
15750
15751 2000-08-29 Miles Bader <miles@gnu.org>
15752
15753 * comint.el (comint-send-input): Create overlays using the proper
15754 front/read-advance arguments.
15755
15756 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15757
15758 * ps-print.el: Even/odd pages printing. Doc fix.
15759 (ps-print-version): New version number (6.0).
15760 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15761 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15762 (ps-print-duplex-feature): Variable eliminated.
15763 (ps-even-or-odd-pages): New variable.
15764
15765 * progmodes/ebnf2ps.el: Doc fix.
15766 (ebnf-version): New version (3.3).
15767 (ebnf-user-arrow): Change variable customization to sexp.
15768 (ebnf-user-arrow): Function eliminated.
15769 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15770
15771 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15772
15773 * help.el (help-xref-mule-regexp): New variable.
15774 (help-make-xrefs): Handle help-xref-mule-regexp.
15775
15776 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15777 variable.
15778 (describe-input-method): Temporarily activate the specfied input
15779 method to display the information.
15780 (describe-language-environment): Hyperlinks to mule related items.
15781
15782 * international/mule-diag.el (charset-multibyte-form-string): New
15783 function.
15784 (list-character-sets-1): Use charset-multibyte-form-string.
15785 (describe-character-set): New function.
15786 (describe-coding-system): Hyperlinks to safe character sets.
15787
15788 * international/quail.el (quail-help): New arg PACKAGE.
15789 Hyperlinks to mule related items.
15790 (quail-help-insert-keymap-description): Use
15791 substitute-command-keys instead of describe-bindings.
15792 (quail-translation-help): Hyperlinks to mule related items.
15793
15794 2000-08-28 John Wiegley <johnw@gnu.org>
15795
15796 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15797 have a defsubst call itself. Made `eshell-flatten-list' back into
15798 a function again.
15799
15800 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15801 catch, in case re-centering point at bottom messes up the display.
15802 This happens frequently in Emacs 21, due I believe to variable
15803 line heights.
15804
15805 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15806 to call `find-tag-interactive'.
15807
15808 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15809 the list of remember directories.
15810
15811 2000-08-28 John Wiegley <johnw@gnu.org>
15812
15813 * align.el: Test align-region-separate to see if it's a symbol.
15814
15815 2000-08-28 John Wiegley <johnw@gnu.org>
15816
15817 * eshell/esh-util.el (eshell-flatten-list): Made this function
15818 into a defsubst form. It gets used very frequently, although
15819 calls don't occur all that often.
15820
15821 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15822 examining it.
15823
15824 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15825 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15826 `eshell-protect'.
15827 (eshell-copy-handles): Created a new macro for duplicating the
15828 current set of open handles. This is needed by the looping
15829 functions.
15830 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15831 is not incorrectly stomped on.
15832
15833 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15834 declaration for pcomplete-use-paring.
15835 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15836 value of eshell-cmpl-use-paring.
15837 * pcomplete.el (pcomplete-use-paring): New config variable, to
15838 indicate whether paring should be used.
15839 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15840 completion alternatives that have already been used.
15841
15842 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15843 bound to C-c C-y, which will repeat the previous N arguments
15844 (based on prefix argument).
15845 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15846
15847 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15848 if there is no *Help* buffer. This is for XEmacs, which renames
15849 its help buffers uniquely. TODO: Find out what the current buffer
15850 name to delete is.
15851
15852 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15853 first entry that correlates to a passwd/group number. Later
15854 entries (used for group/user name aliasing to multiple IDs) are
15855 ignored.
15856
15857 * eshell/em-xtra.el (eshell/expr):
15858 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15859 (eshell-grep, eshell/diff, eshell/locate):
15860 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15861 argument list, before passing it to the system command.
15862
15863 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15864 `find-tag' for use at final position in Eshell buffers (which
15865 otherwise triggers an error on Emacs 21).
15866 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15867 buffer, if it is currently bound to `find-tag'.
15868
15869 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15870 in the list of matched Makefile names.
15871 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15872 directory, prefer its contents to Makefile.
15873
15874 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15875 directory parts (like "cd old new", or "cd =regexp"), are now case
15876 sensitive on non-Windows/DOS platforms.
15877
15878 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15879 types RET after an open delimiter (like "), display a message
15880 indicating that Eshell is waiting for the closing delimiter.
15881
15882 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15883 environment variables.
15884
15885 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15886 gracefully if the user enters incorrect arguments.
15887
15888 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15889 Eshell buffers.
15890
15891 * eshell/esh-var.el (eshell-interpolate-variable):
15892 * eshell/esh-mode.el (eshell-move-argument):
15893 * eshell/em-unix.el (eshell-du-sum-directory):
15894 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15895 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15896 (not (= ...)).
15897
15898 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15899 to ensure the `preserve' flag gets propagated when doing recursive
15900 directory copies.
15901
15902 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15903
15904 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15905 Don't convert \n into \0177 in memory.
15906 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15907 and back again, when reading and writing.
15908
15909 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15910
15911 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15912 testing of `fboundp' on `processp'.
15913
15914 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15915 (eshell/jobs): Don't call process-list if it is not bound.
15916 (eshell-gather-process-output): Support systems where async
15917 subprocesses aren't supported.
15918 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15919 variables.
15920
15921 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15922 eshell-do-eval returns t.
15923 (eshell-do-pipelines-synchronously): New defmacro.
15924 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15925 when async subprocesses aren't supported.
15926 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15927 if async subprocesses aren't supported.
15928 (eshell-resume-command): Don't assume STATUS is a string.
15929
15930 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15931
15932 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15933 (eshell-close-target, eshell-get-target): Use eshell-processp.
15934 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15935 fix.
15936 (eshell-get-target, eshell-create-handles): Doc fix.
15937
15938 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15939
15940 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15941 criterion to include commands that output something, as long as it
15942 leaves both the command and the end-of-buffer visible when the
15943 command has exited.
15944 (eshell-review-quick-commands): Adjust the help doc string
15945 accordingly.
15946
15947 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15948
15949 * locate.el (locate): Cleaned up locate command's interactive prompting
15950 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15951
15952 * filecache.el (file-cache-case-fold-search): New variable
15953 (file-cache-assoc-function): New variable
15954 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15955 Use file-cache-case-fold-search variable
15956 (file-cache-add-file): Use file-cache-assoc-function
15957 (file-cache-delete-file): likewise
15958 (file-cache-directory-name): likewise
15959 (file-cache-debug-read-from-minibuffer): likewise
15960
15961 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15962
15963 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15964 (abbrev-table-name): New function.
15965 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15966 If non-nil list local abbrev, only.
15967
15968 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15969
15970 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15971 from Gnus support code, and use special article copy buffer
15972 `(gnus-original-article-buffer)' instead. This allows to get rid
15973 of article-hide-headers usage (which breaks in the latest Gnus
15974 version). Thanks to Detlev Zundel.
15975
15976 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15977
15978 * international/quail.el (quail-use-package): Hide "... loaded"
15979 message.
15980 (quail-start-translation, quail-start-conversion): Likewise.
15981
15982 * international/kkc.el (kkc-region): Hide "... loaded" message.
15983
15984 2000-08-27 Dave Love <fx@gnu.org>
15985
15986 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15987
15988 2000-08-27 Miles Bader <miles@gnu.org>
15989
15990 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15991
15992 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15993
15994 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15995 'ja-dic-cnv), not (require 'skkdic-cnv).
15996
15997 2000-08-26 Miles Bader <miles@gnu.org>
15998
15999 * faces.el (face-x-resources): Add entry for :inherit.
16000 * cus-face.el (custom-face-attributes): Add support for :inherit
16001 attribute. Add support for relative face heights.
16002 (custom-face-attributes-get): Treat `nil' as being a default value
16003 for :inherit (as well as `unspecified').
16004
16005 * faces.el (set-face-attribute): Update doc string.
16006 (face-attribute-name-alist): Add :inherit.
16007 (face-valid-attribute-values): Handle :inherit.
16008 (face-read-string): Rephrase prompt to be less confusing.
16009 Assume that DEFAULT is a string, since we must return a string.
16010 (face-read-integer): Use `format' to turn DEFAULT into an
16011 acceptable default for face-read-string. Match NEW-VALUE against
16012 the string "unspecified", not the symbol `unspecified', since
16013 that's what face-read-string returns.
16014 (read-face-attribute): Lookup a name for old-value in valid, and
16015 use it as a default if we find one. Treat all values from
16016 face-read-string as strings. If the default is used, don't do any
16017 more processing on the value, just use the old value directly.
16018 (read-face-and-attribute, modify-face): Tweak prompt.
16019 (read-face-name): Don't assume prompt ends with a space.
16020
16021 * faces.el (describe-face): Add support for :inherit attribute.
16022
16023 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16024
16025 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16026 concat doesn't accept interger.
16027
16028 * international/kkc.el: Remove SKK from Keywords. Require
16029 ja-dic-utl instead of skkdic-utl.
16030
16031 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16032 Provide ja-dic-cnv instead of skkdic-cnv.
16033 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16034 (iso-2022-7bit-short): Add safe-charsets property.
16035 (skkdic-convert-postfix): Search Japanese chou-on character in
16036 addition to Hiragana character.
16037 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16038 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16039 (batch-skkdic-convert): Likewise.
16040
16041 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16042 Provide ja-dic-utl instead of skkdic-utl.
16043 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16044
16045 2000-08-24 Dave Love <fx@gnu.org>
16046
16047 * disp-table.el (standard-display-default): Make the test of `l'
16048 useful.
16049
16050 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16051 mod sample text.
16052
16053 * international/iso-ascii.el: Make pilcrow convenient string
16054 consistent with section.
16055 (iso-ascii-display): Set up multibyte characters as well as
16056 unibyte.
16057
16058 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16059
16060 * international/mule-cmds.el (reset-language-environment): Set
16061 default-process-coding-system to '(undecided . iso-latin-1), which
16062 makes process I/O almost consistent with file I/O. Call this
16063 function when mule-cmds.el[c] is loaded.
16064
16065 2000-08-22 Andrew Innes <andrewi@gnu.org>
16066
16067 * makefile.w32-in: New file.
16068
16069 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16070
16071 * comint.el (comint-output-filter): Compare end of
16072 comint-last-output-overlay with the start of the newly inserted
16073 text, not the end, when deciding whether to extend it.
16074 Set saved-point's insertion type to advance after insertion.
16075
16076 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16077 since this is now done independently of font-lock mode.
16078
16079 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16080
16081 * server.el (server-kill-new-buffers): New user option.
16082 (server-existing-buffer): New buffer-local variable.
16083 (server-visit-files): When using an existing buffer, set
16084 server-existing-buffer to t.
16085 (server-buffer-done): If server-kill-new-buffers is t, kill the
16086 buffer, unless it was already present before visiting it with
16087 Emacs server.
16088
16089 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16090
16091 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16092 even if the display doesn't support colors: some displays will
16093 support bold/underline faces.
16094
16095 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16096
16097 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16098
16099 * startup.el (command-line): If user's init file had an error,
16100 add explanatory text to *Messages*.
16101
16102 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16103
16104 * man.el (Man-getpage-in-background): Decode the process output by
16105 the system locale coding system.
16106
16107 2000-08-20 Dave Love <fx@gnu.org>
16108
16109 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16110 Don't test x-popup-menu.
16111 (function) <complete-function>: Complete only fbound symbols.
16112 <validate, value>: New.
16113 (variable) <complete-function>: Complete only bound symbols.
16114 (coding-system): Add :base-only, :complete-function, :validate,
16115 :value, :prompt-match.
16116 (widget-coding-system-prompt-value): Use read-coding-system and
16117 act on :base-only.
16118 (editable-field): Add :help-echo.
16119 (widget-push-button-gui, widget-push-button-cache)
16120 (widget-gui-action, widget-editable-list-gui): COmment out, along
16121 with uses.
16122 (widget-at): Make arg optional.
16123 (widget-echo-help): Adjust for current help-echo calling sequence.
16124 (widget-specify-field, widget-specify-button)
16125 (widget-specify-insert, widget-get-sibling, widget-image-find)
16126 (widget-convert, widget-insert, widget-leave-text)
16127 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16128 (widget-setup, widget-field-find, widget-before-change)
16129 (widget-after-change, widget-default-complete)
16130 (widget-default-create, widget-default-delete)
16131 (widget-push-button-value-create, editable-field)
16132 (widget-field-prompt-value, widget-field-validate)
16133 (widget-choice-value-create, widget-choice-action)
16134 (widget-choice-validate, widget-checklist-add-item)
16135 (widget-radio-add-item, widget-radio-chosen)
16136 (widget-radio-value-inline, widget-editable-list-value-create)
16137 (widget-editable-list-entry-create)
16138 (widget-documentation-link-add)
16139 (widget-documentation-string-value-create)
16140 (widget-regexp-validate, widget-file-complete)
16141 (widget-sexp-validate, widget-plist-convert-widget)
16142 (widget-plist-convert-widget, widget-alist-convert-widget)
16143 (widget-alist-convert-widget, widget-color-complete): Simplify,
16144 particularly to avoid bindings which aren't optimized out.
16145
16146 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16147 Doc fix.
16148 (down-list, backward-up-list, up-list, kill-sexp)
16149 (backward-kill-sexp, mark-sexp): Make arg optional.
16150 (lisp-complete-symbol): Add optional arg PREDICATE.
16151
16152 * cus-start.el: Add display-buffer-reuse-frames,
16153 file-coding-system-alist.
16154
16155 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16156
16157 * startup.el (command-line): Clear realized faces after
16158 modifying TTY color mappings.
16159
16160 2000-08-20 Miles Bader <miles@gnu.org>
16161
16162 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16163 merely a subset of FACE's attributes.
16164
16165 2000-08-19 Miles Bader <miles@gnu.org>
16166
16167 * comint.el (comint-output-filter): Save the point with a marker,
16168 not just a buffer position.
16169
16170 * international/mule.el (set-buffer-process-coding-system): Make
16171 interactive prompt less confusing.
16172
16173 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16174
16175 * hilit-chg.el: General cleanup of doc strings, comments and
16176 code formatting.
16177
16178 2000-08-19 Miles Bader <miles@gnu.org>
16179
16180 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16181 Compiler macro removed; beginning-of-line is no longer always
16182 equivalent to forward-line, in the presence of fields.
16183
16184 * comint.el (comint-output-filter): Remove ad-hoc saving of
16185 restriction, and just use save-restriction, now that it works
16186 correctly. Don't adjust comint-last-input-start to account for
16187 our insertion; it shouldn't have moved because we don't use
16188 insert-before-markers anymore. Comment out call to
16189 `force-mode-line-update'; why is it here?
16190
16191 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16192 while checking for prompt to delete. Use `forward-line 0'
16193 instead of beginning-of-line.
16194 (gud-filter): Temporarily widen gud comint buffer while
16195 examining output.
16196
16197 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16198
16199 * progmodes/sh-script.el: Big bag of typos.
16200
16201 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16202 check since ispell-process is not bound when ispell is not yet loaded.
16203
16204 2000-08-18 Dave Love <fx@gnu.org>
16205
16206 * image.el (find-image): Copy `spec' before using plist-put.
16207
16208 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16209
16210 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16211 `portugues'.
16212
16213 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16214 backward-kill-sexp, analogous to kill-sexp.
16215
16216 * progmodes/icon.el (icon-indent-line)
16217 (icon-is-continuation-line): Handle comments specially.
16218
16219 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16220
16221 * ispell.el: Set to standard author/maintainer/keyword fields.
16222 Fine tuning to menu map appearance and operation, and added help.
16223 Remove `start' and `end' error messages when compiling.
16224 (ispell-choices-win-default-height): Fixed comment string.
16225 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16226 castellano8 dictionaries.
16227 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16228 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16229 dictionary, added italiano dictionary.
16230 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16231 word character
16232 (ispell-tex-skip-alists): Added psfig support.
16233 (ispell-skip-html): Renamed from ispell-skip-sgml.
16234 (ispell-begin-skip-region-regexp, ispell-skip-region)
16235 (ispell-minor-check): Improved html skipping support to skip across
16236 code, and recognize `&' commands without propper `;' syntax;
16237 (ispell-process-line): Fix alignment error when manually
16238 correcting spelling.
16239 (ispell): Fix comment string.
16240 (ispell-add-per-file-word-list): Always put word list on new line.
16241
16242 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16243
16244 * format.el (format-encode-run-method): Fix error message to say
16245 `encode' instead of `decode'. Use save-window-excursion around
16246 shell-command-on-region as in format-decode-run-method because
16247 shell-command-on-region can display a buffer with error output.
16248 (format-decode): Don't record undo information for the decoding.
16249 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16250 that number part of the temporary buffer name so that more than
16251 one decoding using a temporary buffer can happen safely.
16252
16253 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16254 of `A-z' in the regexp.
16255
16256 * hilit-chg.el: Fix typos in commentary.
16257
16258 * help.el (view-emacs-news): Rewritten for new naming scheme
16259 for old NEWS files.
16260
16261 * startup.el (command-line): Pop to *Messages* in case an error
16262 is signaled while loading user-init-file.
16263
16264 2000-08-17 Andreas Schwab <schwab@suse.de>
16265
16266 * files.el (insert-directory): Don't lose original file name,
16267 undoing an undocumented change.
16268
16269 2000-08-17 Alex Schroeder <alex@gnu.org>
16270
16271 * sql.el (sql-magic-go): Use comint-bol.
16272 (sql-copy-column): Use comint-line-beginning-position.
16273 (comint-line-beginning-position): Define a replacement for
16274 comint-line-beginning-position if it is not fboundp.
16275
16276 2000-08-17 Alex Schroeder <alex@gnu.org>
16277
16278 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16279 it didn't have any effect anyway.
16280
16281 2000-08-17 Alex Schroeder <alex@gnu.org>
16282
16283 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16284 --pset and pager=off instead of sending \\o|cat at the beginning
16285 of the session.
16286
16287 2000-08-17 Miles Bader <miles@gnu.org>
16288
16289 * progmodes/octave-inf.el: Add compatibility definition of
16290 comint-line-beginning-position.
16291
16292 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16293
16294 * startup.el (normal-top-level): Look in each dir in load-path for
16295 a leim-list.el file too. This assures of loading leim-list.el
16296 that is created at Emacs installation time even if a user have his
16297 own leim-list.el.
16298
16299 2000-08-17 Miles Bader <miles@gnu.org>
16300
16301 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16302 foreground color to black if the background is dark.
16303
16304 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16305
16306 * loadhist.el (unload-feature): Typo.
16307
16308 * finder.el (finder-compile-keywords):
16309 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16310 to the generated file.
16311
16312 * mail/mh-e.el (mh-make-local-vars):
16313 Replace make-variable-buffer-local with make-local-variable.
16314
16315 * play/landmark.el:
16316 * options.el (Edit-options-{set,toggle,t,nil}):
16317 * mail/mailabbrev.el (mail-abbrevs-mode):
16318 * textmodes/tex-mode.el (tex-expand-files):
16319 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16320
16321 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16322
16323 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16324 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16325 Allow going past the last element.
16326 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16327 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16328 (cvs-mouse-toggle-mark): Don't move point.
16329 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16330
16331 * progmodes/compile.el (grep): Provide a default set of files.
16332 (next-error): Docstring fix.
16333 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16334
16335 * emacs-lisp/easy-mmode.el (define-minor-mode):
16336 Use `symbol-value' to keep the byte-compiler quiet.
16337
16338 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16339 (diff-find-source-location): New fun, extracted from diff-goto-source.
16340 (diff-goto-source): Use it.
16341 (diff-next-complex-hunk, diff-filter-lines): New function.
16342 (diff-apply-hunk): New command.
16343
16344 * smerge-mode.el (smerge-mode-menu): Doc fix.
16345
16346 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16347
16348 2000-08-16 Dave Love <fx@gnu.org>
16349
16350 * windmove.el (windmove) <defgroup>: Add :version.
16351
16352 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16353 (goto-address-fontify-p, goto-address-highlight-p)
16354 (goto-address-url-face, goto-address-url-mouse-face)
16355 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16356 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16357 (goto-address-fontify, goto-address-at-mouse): Simplify,
16358 (goto-address-at-point): browse-url-url-at-point,
16359 goto-address-find-address-at-point can return nil.
16360 (goto-address-find-address-at-point): Return nil on failure.
16361
16362 * align.el (align) <defgroup>: Add :version.
16363
16364 * calculator.el (calculator): Add :version.
16365 (calculator): Use two lines for calculator window if `modeline'
16366 face is boxed.
16367
16368 * play/5x5.el: Doc fixes.
16369 (5x5) <defgroup>: Add :version.
16370
16371 * play/fortune.el (fortune) <defgroup>: Add :version.
16372 (fortune-append): Fix error message.
16373 (fortune-from-region): Doc fix.
16374
16375 * play/pong.el (pong): Doc fix.
16376
16377 * play/morse.el: Keywords, commentary, autoloads.
16378
16379 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16380
16381 * desktop.el (desktop-save): Don't look at symbol-value of a
16382 member of minor-mode-alist, unless it is boundp.
16383
16384 2000-08-16 Sam Steingold <sds@gnu.org>
16385
16386 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16387 `while'; use `with-current-buffer' instead of `save-excursion'.
16388 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16389
16390 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16391
16392 * international/ccl.el (declare-ccl-program): Docstring modified.
16393 (ccl-execute-with-args): Likewise.
16394
16395 2000-08-16 Miles Bader <miles@gnu.org>
16396
16397 * progmodes/sql.el: Add compatibility definition of
16398 comint-line-beginning-position.
16399
16400 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16401
16402 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16403 'buffer-menu' property.
16404 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16405 fails.
16406 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16407 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16408 wasn't killed.
16409
16410 * buff-menu.el (list-buffers-noselect): Don't display the
16411 *Buffer List* buffer.
16412
16413 * font-lock.el: Require jit-lock to prevent a very late
16414 `Loading jit-lock' message.
16415
16416 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16417 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16418 mail address.
16419
16420 2000-08-15 Miles Bader <miles@gnu.org>
16421
16422 * textmodes/ispell.el (ispell-graphic-p): New constant.
16423 (ispell-choices-win-default-height, ispell-help): Use
16424 `ispell-graphic-p' instead of `xemacsp'.
16425
16426 2000-08-15 Dave Love <fx@gnu.org>
16427
16428 * simple.el: Autoload widget-convert when compiling.
16429 (mail-user-agent): Doc fix.
16430
16431 * help.el (function-called-at-point, variable-at-point): Use
16432 with-syntax-table.
16433 (help-manyarg-func-alist): Add insert-and-inherit.
16434
16435 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16436
16437 * delsel.el (delsel-unload-hook): New function.
16438
16439 * find-file.el: Doc fixes. Move provide to end.
16440 (ff) <defgroup>: Add :link.
16441 (ff-goto-click): Deleted.
16442 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16443 Use mouse-set-point.
16444
16445 * textmodes/tildify.el: Doc fixes.
16446 (tildify) <defgroup>: Add:version.
16447
16448 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16449 (glasses-custom-set): Use set-default, not set.
16450 (minor-mode-alist): Propertize the lighter.
16451 (glasses-mode): Provide optional arg.
16452
16453 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16454 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16455 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16456 option. Provide :type.
16457 (cwarn-configuration): Provide :type.
16458 (cwarn-mode): Doc fix.
16459
16460 * add-log.el (change-log-merge): Doc fix.
16461 (change-log-redate): New command.
16462
16463 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16464 Doze and Dog.
16465 (browse-url): Use dolist, not mapcar.
16466 (browse-url-at-point): Check for null url.
16467 (browse-url-event-buffer, browse-url-event-point): Functions
16468 deleted.
16469 (browse-url-at-mouse, browse-url-netscape): Simplify.
16470
16471 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16472 modes.
16473 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16474 Fix previous change to mapcan.
16475 (msb--init-file-alist, msb--add-separators)
16476 (msb--make-keymap-menu): Simplify.
16477 (msb--choose-file-menu): Use copy-sequence.
16478 (msb-mode-map): Add title to keymap.
16479 (msb-unload-hook): New function.
16480
16481 * bs.el: Fix indentation.
16482 (bs) <defgroup>: Add :links.
16483 (bs-show): Doc fix.
16484 (bs-apply-sort-faces): Don't use window-system.
16485 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16486
16487 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16488
16489 * calendar/timeclock.el (timeclock-file): Run .timelog through
16490 convert-standard-filename.
16491
16492 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16493
16494 * emacs-lisp/authors.el: New file.
16495
16496 * paren.el (show-paren-priority): New user option.
16497 (show-paren-function): Set overlay priorities to
16498 show-paren-priority.
16499
16500 2000-08-14 Miles Bader <miles@gnu.org>
16501
16502 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16503 beginning-of-line with inhibit-field-text-motion bound.
16504
16505 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16506
16507 * calendar/timeclock.el: New file.
16508
16509 2000-08-14 David Ponce <david@dponce.com>
16510
16511 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16512 `widget-button-click'. so that one can use left mouse button to
16513 click on dialog buttons.
16514
16515 2000-08-14 Emmanuel Briot <briot@gnat.com>
16516
16517 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16518 identifiers, since XML is case sensitive
16519
16520 2000-08-12 Miles Bader <miles@gnu.org>
16521
16522 * comint.el (comint-output-filter): Don't bother frobbing
16523 window-start, it doesn't seem to be necessary.
16524
16525 * comint.el (comint-send-string, comint-send-region): Make into
16526 real functions. Snapshot the prompt before sending.
16527
16528 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16529
16530 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16531 technique similar to Info-index, instead of relying on specific
16532 names of relevant Index nodes.
16533 (Info-goto-emacs-command-node): Bind Info-history to nil when
16534 going to the first node found by Info-find-emacs-command-nodes.
16535
16536 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16537
16538 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16539
16540 2000-08-10 Miles Bader <miles@gnu.org>
16541
16542 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16543
16544 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16545
16546 * info.el (Info-file-list-for-emacs): More elements for the
16547 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16548 and woman manuals.
16549
16550 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16551
16552 * comint.el (comint-send-input): Make the newline boundary overlay
16553 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16554 (comint-output-filter): Use `insert' instead of
16555 `insert-before-markers'. Extend comint-last-output-overlay when
16556 necessary since we can't rely on insert-before-markers to do it.
16557 * gud.el (gud-filter): Use `with-current-buffer' instead of
16558 save-excursion when inserting the output, so that point gets
16559 updated correctly; the old method relied on a rather dodgy
16560 side-effect of comint-output-filter to avoid the effect of
16561 save-excursion.
16562
16563 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16564
16565 * files.el (recover-file): Call insert-directory instead of
16566 invoking `ls' directly.
16567
16568 2000-08-10 Miles Bader <miles@gnu.org>
16569
16570 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16571 (comint-last-prompt-overlay): New variables.
16572 (comint-output-filter): Implement prompt highlighting.
16573 (comint-snapshot-last-prompt): New function.
16574 (comint-send-input): Snapshot the last prompt.
16575 Use comint-highlight-input-face.
16576 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16577 Use defface instead of defcustom.
16578 (send-invisible, comint-send-eof): Snapshot the last prompt.
16579 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16580 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16581
16582 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16583
16584 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16585 (regexp-opt-group): Use a list of chars for `letters'.
16586 (regexp-opt-charset): `chars' is now a list of chars.
16587 Use a char-table rather than a vector so it works for multibyte chars.
16588
16589 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16590 Set cvs-minor-current-files to the selected fileinfo.
16591 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16592 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16593
16594 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16595
16596 * files.el (insert-directory): Don't call access-file on
16597 directories on DOS and Windows.
16598
16599 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16600
16601 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16602 longer if necessary.
16603 (ccl-embed-code): Call ccl-embed-data to store CODE in
16604 ccl-program-vector.
16605
16606 2000-08-09 Miles Bader <miles@gnu.org>
16607
16608 * comint.el (comint-output-filter): Properly handle the case where
16609 the text surrounded by comint-last-output-overlay was deleted.
16610
16611 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16612
16613 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16614 non-nil.
16615 (Info-file-list-for-emacs): Remove "info" from the list because
16616 that leads to trying to use the documentation from file `info'
16617 in various situations where it isn't appropriate, for instance
16618 C-h C-k C-h i.
16619
16620 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16621 DIR and/or STRING are nil.
16622
16623 * progmodes/compile.el (compilation-setup): Make variable
16624 compilation-error-screen-columns buffer-local, as some comment
16625 in the code suggests it should be.
16626
16627 * files.el (auto-mode-interpreter-regexp): New variable.
16628 (set-auto-mode): Use it.
16629
16630 * indent.el (indent-for-tab-command): Doc fix.
16631
16632 * mouse-sel.el (mouse-sel-mode): Doc fix.
16633
16634 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16635 labels.
16636
16637 * help.el (print-help-return-message): When
16638 display-buffer-reuse-frames is set, let the help window been quit,
16639 instead of deleting it, which might delete a reused frame.
16640
16641 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16642
16643 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16644 rename a directory to a name that differs only by its letter case.
16645
16646 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16647
16648 * international/quail.el (quail-define-rules): Handle Quail decode
16649 map correctly. Add code for supporting annotations.
16650 (quail-install-decode-map): New function.
16651 (quail-defrule-internal): New optional arguments decode-map and
16652 props.
16653 (quail-advice): New function.
16654
16655 2000-08-07 Sam Steingold <sds@gnu.org>
16656
16657 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16658 `defconst', `define-condition', `with-slots'.
16659 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16660
16661 2000-08-03 Miles Bader <miles@gnu.org>
16662
16663 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16664 New variable.
16665 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16666 comint-use-prompt-regexp-instead-of-fields.
16667 (comint-send-input): Add `input' field property to stuff we send to
16668 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16669 (comint-output-filter): Add `output' field property to process
16670 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16671 (comint-replace-by-expanded-history)
16672 (comint-get-old-input-default, comint-show-output)
16673 (comint-backward-matching-input, comint-forward-matching-input)
16674 (comint-next-prompt, comint-previous-prompt): Use field
16675 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16676 (comint-line-beginning-position): New function.
16677 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16678 (comint-replace-by-expanded-history-before-point): Use
16679 comint-line-beginning-position and line-end-position.
16680 (comint-last-output-overlay): New variable.
16681 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16682
16683 * shell.el (shell-prompt-pattern): Doc change.
16684 (shell-backward-command): Use line-beginning-position.
16685
16686 * gud.el (gud-gdb-complete-command): Use
16687 comint-line-beginning-position.
16688
16689 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16690 comint-bol doesn't actually go to the beginning of the line.
16691
16692 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16693 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16694 (try-expand-line-all-buffers): Likewise.
16695
16696 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16697 explicitly matching comint-prompt-regexp.
16698 (sql-copy-column): Use comint-line-beginning-position instead of
16699 explicitly matching comint-prompt-regexp.
16700
16701 * progmodes/octave-inf.el (inferior-octave-complete): Use
16702 comint-line-beginning-position.
16703
16704 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16705
16706 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16707 looking for a prompt, use `forward-line 0' instead of
16708 `beginning-of-line', to avoid getting caught by an input field.
16709
16710 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16711
16712 * files.el (shell-quote-wildcard-pattern): Make sure to return
16713 PATTERN, in the Unix case.
16714
16715 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16716
16717 * play/zone.el (zone): Discard any pending input before running
16718 the randomly-chosen pgm.
16719
16720 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16721
16722 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16723 checking the existence of any multibyte characters.
16724
16725 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16726
16727 * help.el (describe-mode): Test minor-mode symbol for being
16728 bound before testing its value for being nil.
16729
16730 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16731 `first', `second', and `third'.
16732
16733 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16734 (second): Make it an alias for `cadr'.
16735
16736 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16737
16738 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16739 types of display support faces now.
16740
16741 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16742
16743 * pcvs.el (require): Require `cl' during compilation, only.
16744
16745 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16746 (toplevel): Remove `remq' and `remove' from autoloads.
16747 (cl-fake-autoloads): New variable. If set, arrange for an error
16748 when CL functions etc. are autoloaded.
16749
16750 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16751
16752 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16753
16754 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16755 popped up, but the user clicks outside the menu, return an empty
16756 regexp (that causes unhighlight-regexp to have no effect).
16757
16758 * menu-bar.el (menu-bar-games-menu): Add Zone.
16759
16760 * hi-lock.el (toplevel): Require font-lock.
16761
16762 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16763
16764 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16765 (ebnf-8-bit-chars): New var for bug fix.
16766 (ebnf-string): Bug fix.
16767
16768 2000-08-03 Sam Steingold <sds@gnu.org>
16769
16770 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16771 instead of `buffer-string'.
16772 (require 'cl): Always, not just when compiling.
16773 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16774 necessary.
16775
16776 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16777
16778 * international/mule-cmds.el (select-safe-coding-system): Make
16779 the message text about selecting a safe coding system more clear.
16780
16781 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16782
16783 * hi-lock.el: New file.
16784
16785 * play/zone.el: New file.
16786
16787 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16788 value of tab-width in the original buffer. Choose a line number
16789 format that's a multiple of the original buffer's tab width, so
16790 that lines appear right.
16791
16792 * textmodes/ispell.el (ispell): New function, replacing an alias.
16793 Spell-check active region if in transient-mark-mode and mark
16794 is active; otherwise spell-check buffer.
16795
16796 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16797
16798 * ps-mule.el: Fix a customization problem on
16799 ps-mule-font-info-database-default.
16800
16801 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16802
16803 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16804 display-mouse-p instead of window-system.
16805 (ebrowse-member-mode-map): Ditto.
16806
16807 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16808
16809 * progmodes/ebnf2ps.el: Update ps-print functions call.
16810 Indentation fix. Doc fix.
16811 (ebnf-version): New version number (3.2).
16812 (ebnf-format-color, ebnf-begin-job): Code fix.
16813
16814 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16815
16816 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16817 font lock support on window-system.
16818 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16819
16820 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16821 display-color-p, if fboundp, instead of window-system.
16822
16823 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16824
16825 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16826 instead of window-system.
16827
16828 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16829 window-system.
16830 (widget-choice-mouse-down-action): Use display-popup-menus-p
16831 instead of window-system.
16832
16833 * strokes.el (strokes-file): Run the file name through
16834 convert-standard-filename.
16835 (strokes-mode): Call display-mouse-p instead of looking at
16836 window-system. Change the error message accordingly.
16837
16838 * progmodes/cpp.el (toplevel): Support faces on tty's.
16839
16840 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16841 (lm-plot-square, lm-init-display): Don't use window-system.
16842
16843 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16844 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16845
16846 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16847 instead of looking at window-system.
16848
16849 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16850
16851 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16852 of testing if iswitchb-prepost-hooks is bound, because the
16853 latter will always be true when invoking a recursive minibuffer
16854 from an active Iswitchb buffer.
16855
16856 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16857
16858 * files.el (shell-quote-wildcard-pattern): New function.
16859 (insert-directory): Call it. Only prepend "\" to command on Unix
16860 and GNU/Linux systems.
16861
16862 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16863
16864 * eshell/esh-groups.el: Change custom :link file names
16865 from `eshell.info' to `eshell'.
16866
16867 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16868
16869 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16870 correctly in recursive ange-ftp listings.
16871
16872 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16873
16874 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16875 ps-header-font-size-internal and
16876 ps-header-title-font-size-internal variables are not set,
16877 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16878 face text property is (foreground-color . COLOR) or
16879 `(background-color . COLOR)', ps-print crashes. Doc fix.
16880 (ps-print-version): New version number (5.2.4).
16881 (ps-plot-region): Code fix.
16882 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16883 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16884 Bug fix 2.
16885
16886 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16887
16888 * glasses.el (glasses-make-readable): Fix uncapitalization of
16889 identifiers like `myXMLDocument'.
16890
16891 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16892
16893 * mail/mail-hist.el (mail-hist-previous-input)
16894 (mail-hist-next-input): Do the obvious code factorization.
16895 (mail-hist-retrieve-and-insert): New func, contains common
16896 code of above two.
16897 If inserting a message body, leave point at top.
16898
16899 2000-07-28 Sam Steingold <sds@gnu.org>
16900
16901 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16902 Use `<=', not `<' to compare times!
16903 (ange-ftp-ls): Remove.
16904
16905 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16906
16907 * play/cookie1.el: Add explanation of how to make cookie.el
16908 compatible with strfile(1) to comment.
16909
16910 * subr.el (remove, remq): New functions.
16911
16912 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16913 escape `*' in regexps.
16914 (midnight-find): Reverse order of arguments in the funcall of
16915 TEST.
16916
16917 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16918 and `.class'.
16919
16920 * play/meese.el: Add Commentary section.
16921
16922 2000-07-27 Alex Schroeder <alex@gnu.org>
16923
16924 * sql.el (sql-ms): Added autoload cookie.
16925 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16926 (sql-oracle): Ditto.
16927 (sql-help): Doc change.
16928
16929 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16930 types and exceptions.
16931
16932 2000-07-27 Alex Schroeder <alex@gnu.org>
16933
16934 * sql.el (sql-placeholder-history): New variable.
16935 (sql-query-placeholders-and-send): New function that will query
16936 the user and replace placeholders with user input.
16937 (sql-oracle): If running on NT, set comint-input-sender to
16938 sql-query-placeholders-and-send.
16939
16940 (sql-stop): If in the SQLi buffer, insert stop notification, else
16941 present it as a message.
16942
16943 2000-07-27 Alex Schroeder <alex@gnu.org>
16944
16945 * sql.el (sql-input-ring-separator): Doc change.
16946 (sql-input-ring-file-name): Doc change.
16947 (sql-interactive-mode): Use `sql-input-ring-separator' and
16948 `sql-input-ring-file-name' to set the comint-mode equivalents
16949 without making them local variables.
16950 (sql-stop): Don't bind `sql-input-ring-separator' and
16951 `sql-input-ring-file-name' dynamically to their comint-mode
16952 equivalents.
16953
16954 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16955
16956 * international/mule.el (register-char-codings): New function.
16957 (make-coding-system): Handle `safe-chars' specification in the arg
16958 PROPERTY.
16959
16960 * international/mule-cmds.el
16961 (find-coding-systems-region-subset-p): This function deleted.
16962 (sort-coding-systems-predicate): New variable.
16963 (sort-coding-systems): New function.
16964 (find-coding-systems-region): Use
16965 find-coding-systems-region-internal.
16966 (find-coding-systems-string): Use find-coding-systems-region.
16967 (find-coding-systems-for-charsets): Check
16968 char-coding-system-table.
16969 (select-safe-coding-system-accept-default-p): New variable.
16970 (select-safe-coding-system): Mostly rewritten. New argument
16971 ACCEPT-DEFAULT-P.
16972 (select-message-coding-system): Call select-safe-coding-system
16973 with ACCEPT-DEFAULT-P arg.
16974 (reset-language-environment): Reset default-sendmail-coding-system
16975 to the default value iso-latin-1.
16976 (set-language-environment): Don't set the obsolete variable
16977 charset-origin-alist.
16978
16979 * international/codepage.el (cp-coding-system-for-codepage-1):
16980 Give `safe-chars' property to make-coding-system.
16981
16982 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16983 calling select-message-coding-system twice.
16984
16985 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16986 instead of `safe-charsets'.
16987 (cyrillic-alternativnyj): Likewise.
16988 (ccl-encode-alternativnyj): Don't check the charset
16989 cyrillic-iso8859-5.
16990
16991 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16992
16993 * composite.el (compose-chars-after): Preserve match data.
16994
16995 2000-07-26 Sam Steingold <sds@gnu.org>
16996
16997 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16998 (ange-ftp-real-file-newer-than-file-p): New function.
16999 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17000 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17001
17002 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17003 * midnight.el (midnight-float-time): Ditto.
17004
17005 2000-07-26 Andreas Schwab <schwab@suse.de>
17006
17007 * files.el (normal-backup-enable-predicate): Correct
17008 interpretation of the return value of compare-strings.
17009
17010 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17011
17012 * isearch.el (isearch-resume): New function.
17013 (isearch-done): Add something to command-history to resume
17014 the search.
17015 (isearch-yank-line, isearch-yank-word): Use
17016 buffer-substring-no-properties instead of buffer-substring.
17017
17018 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17019 of flyspell-mouse-map.
17020
17021 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17022 duplicate definition.
17023 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17024
17025 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17026 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17027
17028 2000-07-25 Sam Steingold <sds@gnu.org>
17029
17030 * net/ange-ftp.el: Get modtime over the net.
17031 (ange-ftp-file-modtime): New function.
17032 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17033 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17034 Use it.
17035 (ange-ftp-dot-to-slash): New function.
17036 (ange-ftp-fix-name-for-vms): Use it.
17037
17038 * midnight.el (midnight-buffer-display-time): Use
17039 `with-current-buffer'.
17040
17041 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17042
17043 * find-dired.el: Update copyright notice.
17044 (find-dired): Offer to kill a running `find'.
17045
17046 * enriched.el (enriched-face-ans): For a `foreground-color'
17047 property, return '(("x-color" COLOR))' so that COLOR will be
17048 output as a parameter of the x-color annotation. Likewise for the
17049 `background-color' property. In the case of normal face
17050 properties, don't return annotations for unspecified foreground
17051 and background face attributes.
17052
17053 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17054
17055 * language/japan-util.el (japanese-katakana-region): Fix handling
17056 HANKAKU argument.
17057
17058 2000-07-25 Miles Bader <miles@gnu.org>
17059
17060 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17061 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17062 constrain-to-field.
17063
17064 2000-07-24 Andrew Innes <andrewi@gnu.org>
17065
17066 * timer.el (timer-activate-when-idle): Add optional parameter
17067 DONT-WAIT. Update docstring.
17068 (run-with-idle-timer): Specify extra parameter to
17069 timer-activate-when-idle, so that timer will be activated
17070 immediately if Emacs is already idle.
17071
17072 * w32-fns.el (w32-using-nt): Fix docstring.
17073
17074 2000-07-24 Dave Love <fx@gnu.org>
17075
17076 * mouse.el (popup-menu): Set last-command-event.
17077 (mouse-major-mode-menu-prefix): Declare.
17078
17079 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17080
17081 * textmodes/flyspell.el: Update to author's version 1.5d.
17082
17083 * progmodes/hideshow.el: Update copyright notice.
17084
17085 * vcursor.el: Set maintainer to FSF, since author cannot
17086 be reached.
17087
17088 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17089
17090 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17091 the prompt.
17092
17093 * mouse.el (popup-menu): Run the keymap through indirect-function,
17094 in case it was defined with define-prefix-key. If the menu is a
17095 list of keymaps, look up the binding of user's choice in each one
17096 of the keymaps.
17097 (mouse-popup-menubar): If the global and local menu-bar keymaps
17098 don't have a prompt string, create one and insert it into the
17099 keymap. Don't barf if current-local-map returns nil.
17100
17101 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17102
17103 * dired.el (dired-sort-R-check): Added to allow recursive listing
17104 to be undone.
17105 (dired-sort-other): Use it.
17106
17107 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17108
17109 * Release of cc-mode 5.27
17110
17111 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17112
17113 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17114 c-beginning-of-statement-1 that caused a bad case of recursion
17115 which could consume a lot of CPU in large classes in languages
17116 that have in-expression classes (i.e. Java and Pike).
17117
17118 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17119 statements before top level constructs (i.e. case 6 is moved
17120 before case 5 and is now case 4) to catch in-expression
17121 classes in top level expressions correctly.
17122
17123 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17124
17125 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17126 objc-method-intro. Case 4 removed and case 5I added.
17127
17128 * cc-langs.el (c-append-paragraph-start): New variable used by
17129 c-common-init to get paragraph-start correct.
17130 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17131 initialize paragraph-start to make it correct both with and
17132 without the javadoc special case.
17133
17134 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17135 initialize paragraph-start for javadoc markup.
17136
17137 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17138 change by defaulting this to t. It's motivated by the
17139 confusing behavior that otherwise arise from the style system
17140 when editing both java and non-java files at the same time
17141 (see the comments about style setting in c-common-init).
17142
17143 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17144
17145 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17146 similar to the one in c-fill-paragraph to check the fill
17147 prefix from the adaptive fill function for sanity.
17148
17149 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17150
17151 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17152 defun block.
17153
17154 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17155
17156 * cc-align.el (c-lineup-multi-inher): Handle lines with
17157 leading comma nicely. Extended to handle member initializers
17158 too.
17159
17160 * cc-engine.el: (c-beginning-of-inheritance-list,
17161 c-guess-basic-syntax): Fixed recognition of inheritance lists
17162 when the lines begins with a comma.
17163
17164 * cc-vars.el (c-offsets-alist): Changed default for
17165 member-init-cont to c-lineup-multi-inher since it now handles
17166 member initializers and indents better for leading commas.
17167
17168 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17169
17170 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17171 handling that caused class open lines to be recognized as
17172 statement-conts in some cases.
17173
17174 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17175 guessed by the adaptive fill function unless point is on the
17176 first line of a block comment.
17177
17178 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17179 when the buffer ends with a macro continuation char.
17180
17181 * cc-engine.el (c-guess-basic-syntax): Added support for
17182 function definitions as statements in Pike. The first
17183 statement in a lambda block is now labeled defun-block-intro
17184 instead of statement-block-intro.
17185
17186 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17187 so that the class surrounding point is selected, not the one
17188 innermost in the state.
17189
17190 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17191 recognition of switch labels having hanging multiline
17192 statements.
17193
17194 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17195 some code in c-guess-basic-syntax to a separate function.
17196 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17197 recognition of member inits with multiple line arglists.
17198 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17199 member-init-cont when the commas are in funny places.
17200
17201 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17202
17203 * cc-defs.el (c-auto-newline): Removed this macro since it's
17204 not used anymore.
17205
17206 * cc-engine.el (c-looking-at-bos): New helper function.
17207 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17208 inexpr and toplevel classes apart in Pike.
17209
17210 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17211 of case 9A.
17212
17213 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17214 constant, since "class" can introduce an in-expression class
17215 in Pike nowadays.
17216
17217 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17218
17219 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17220 indentation on cpp-macro lines.
17221
17222 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17223 a syntax modifier like comment-intro, to make it possible to
17224 get syntactic indentation for preprocessor directives. It's
17225 incompatible wrt to lineup functions on cpp-macro, but it has
17226 no observable effect in the 99.9% common case where cpp-macro
17227 is set to -1000.
17228
17229 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17230
17231 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17232 member-init-cont when the preceding arglist is several lines.
17233
17234 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17235
17236 * cc-styles.el (c-style-alist): The basic offset for the BSD
17237 style corrected to 8.
17238
17239 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17240
17241 * cc-styles.el (c-style-alist): Adjusted the indentation of
17242 brace list openers in the gnu style.
17243
17244 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17245
17246 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17247
17248 * cc-cmds.el (c-electric-brace, c-electric-slash,
17249 c-electric-star, c-electric-semi&comma, c-electric-colon,
17250 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17251 when c-syntactic-indentation is nil.
17252
17253 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17254 we were left at comments preceding the first statement when
17255 reaching the beginning of the buffer.
17256
17257 * cc-vars.el (c-syntactic-indentation): New variable to turn
17258 off all syntactic indentation.
17259
17260 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17261
17262 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17263 between the text and the block comment ender when it hangs,
17264 depending on how many there are before the fill.
17265
17266 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17267
17268 * cc-engine.el (c-beginning-of-closest-statement): New helper
17269 function to go back to the closest preceding statement start,
17270 which could be inside a conditional statement.
17271 * cc-engine.el (c-guess-basic-syntax): Use
17272 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17273
17274 * cc-engine.el (c-guess-basic-syntax): Better handling of
17275 arglist-intro, arglist-cont-nonempty and arglist-close when
17276 the arglist is nested inside parens. Cases 7A, 7C and 7F
17277 changed.
17278
17279 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17280 up-to-date with javadoc 1.2.
17281
17282 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17283
17284 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17285 multiline Pike type decls.
17286
17287 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17288
17289 * cc-cmds.el (c-indent-new-comment-line): Always break
17290 multiline comments in multiline mode, regardless of
17291 comment-multi-line.
17292
17293 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17294
17295 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17296 fully::qualified::names in C++ member init lists. Preamble in
17297 case 5D changed.
17298
17299 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17300
17301 * cc-langs.el (c-common-init): Handling of obsolete variables
17302 moved to c-initialize-cc-mode. More compatible style override
17303 when using global style variables.
17304 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17305 variables moved here.
17306
17307 * cc-styles.el (c-make-styles-buffer-local): Flag style
17308 variable localness in c-style-variables-are-local-p to make
17309 the compatibility measure in c-common-init work well.
17310
17311 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17312 longer contain set-from-style.
17313 * cc-styles.el (c-initialize-builtin-style): Don't check for
17314 set-from-style on c-special-indent-hook.
17315 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17316 copy-alist is sufficient now.
17317
17318 * cc-styles.el (c-set-style, c-set-style-1,
17319 c-get-style-variables): Fixes to variable initialization so
17320 that duplicate entries in styles have the same effect
17321 regardless of DONT-OVERRIDE.
17322
17323 * cc-styles.el (c-set-style-2): Fixed bug where the
17324 initialization of inheriting styles failed when the
17325 dont-override flag is set.
17326
17327 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17328 on this.
17329
17330 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17331
17332 * cc-defs.el (c-forward-comment): Removed the workaround
17333 introduced in 5.38 since it had worse side-effects. If a line
17334 contains the string "//\"", it regarded the // as a comment
17335 start since the \ temporarily doesn't have escape syntax.
17336
17337 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17338
17339 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17340 ada-xref.el before ada-prj.el, so that the Project menu is created
17341 when ada-prj tries to add to it.
17342 (ada-activate-keys-for-case): Suppress the characters that are not
17343 part of the Ada syntax. Better compatibility with else-mode
17344 (ada-adjust-case-interactive): When auto-casing is not active,
17345 correctly insert newlines (used to insert only ^M). Prevent the
17346 syntax table from being changed in case of an error
17347 (or '_' becomes part of a word and some commands are confused).
17348 Do nothing if ada-auto-case is nil.
17349 (ada-after-keyword-p): Ignore keywords that are also attributes
17350 (ada-batch-reformat): Update usage comment
17351 (ada-call-from-contextual-menu): New function
17352 (ada-case-read-exceptions): Reinitialize the casing exception list
17353 first to nil first, so that the casing exception file can be
17354 shared.
17355 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17356 files.
17357 (ada-compile-goto-error): Fix regexp used to detect a file:line
17358 anywhere in the error message
17359 (ada-contextual-menu-last-point): New variable
17360 (ada-create-keymap): If the variable delete-key-deletes-forward is
17361 t on XEmacs, it means that DEL should delete one character
17362 forward.
17363 (ada-create-menu): Use :included instead of :visible for XEmacs.
17364 New submenu "Options".
17365 (ada-end-stmt-re): Correctly indent "select ... then abort"
17366 statements.
17367 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17368 even if they don't match ada-fill-comment-prefix Fix handling of
17369 paragraphs on the first or last line of a file.
17370 (ada-format-paramlist): Fix handling of default parameter values.
17371 (ada-get-body-name): New function.
17372 (ada-get-current-indent): Optimized by searchling directly for an
17373 existing generic part or a statement outside of it. Handle
17374 ada-indent-align-comments when indenting comments Replaced some
17375 regexps by testing directly the next character. This results in a
17376 huge speedup on some files. New indentation scheme for renames
17377 statements. Stop looking for the 'while' or 'for' associated with
17378 a 'loop' at the first semicolon encountered. A "return" can also
17379 match an anonymous access subprogram declaration.
17380 (ada-get-indent-noindent): Ignore strings and comments when
17381 looking for the keywords "record" and "private".
17382 (ada-goto-matching-decl-start): When matching "if", make sure we
17383 are not in fact seeing "end if". Ignore "when" statements except
17384 when initial keyword was "begin". Fix handling of nested
17385 procedures. Add a recursive call to this function to skip over
17386 other 'end' statmts. Fix indentation for "when .. => begin"
17387 (ada-in-open-paren-p): Fix indentation for complex boolean
17388 expressions, where 'and then', 'or else' and parenthesis
17389 statements are mixed up.
17390 (ada-in-paramlist-p): Skip comments while searching for the
17391 beginning Fix handling of operator declarations.
17392 (ada-indent-align-comments): New variable
17393 (ada-indent-current): Change the syntax table only in the
17394 protected section, so that we are sure it is restored correctly.
17395 (ada-indent-on-previous-lines): Use ada-use-indent and
17396 ada-with-indent Correctly indent "select ... then"
17397 (ada-indent-region): Slight speedup.
17398 (ada-indent-renames): New variable.
17399 (ada-last-which-function-subprog, ada-last-which-function-line):
17400 New variables
17401 (ada-looking-at-semi-private): Correctly indent the 'private'
17402 keyword when it is the first word in a package declaration.
17403 (ada-loose-case-word): Stop searching if at the end of the buffer.
17404 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17405 even if point is not initially at the end of the word.
17406 (ada-matching-decl-start-re): Add "when".
17407 (ada-mode): Add support for abbrev-mode, outline-mode and
17408 which-func-mode Override the old find-file.el entry in
17409 ff-special-constructs since it is using the obsolete
17410 ada-spec-suffix variable
17411 (ada-no-auto-case): New function
17412 (ada-scan-paramlist): When parsing the argument type, accept
17413 spaces (as in "X 'Class", generated by Rational Rose).
17414 (ada-other-file-name): No longer loads the other file.
17415 (ada-popup-menu): Save and restore the current buffer and cursor
17416 position before and after displaying the menu.
17417 (ada-search-ignore-complex-boolean): New function.
17418 (ada-uncomment-region): Emacs21 already knows how to delete
17419 comments not starting in the first column.
17420 (ada-use-indent): New variable
17421 (ada-which-function): New function.
17422 (ada-with-indent): New variable
17423 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17424 can be batch-compiled from the command line.
17425
17426 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17427 Add to the menu when the file is loaded, not in ada-mode-hook.
17428 Add -toolbar to the default ddd command Switches moved from
17429 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17430 ada-prj-default-comp-opt
17431 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17432 Reference Manual to the menu
17433 (ada-check-current): rewritten as a call to ada-compile-current
17434 (ada-compile): Removed.
17435 (ada-compile-application, ada-compile-current, ada-check-current):
17436 Set the compilation-search-path so that compile.el automatically
17437 finds the sources in src_dir. Automatic scrollong of the
17438 compilation buffer. C-uC-cC-c asks for confirmation before
17439 compiling
17440 (ada-compile-current): New parameter, prj-field
17441 (ada-complete-identifier): Load the .ali file before doing
17442 processing
17443 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17444 conform to gnatmake's behavior.
17445 (ada-find-file-in-dir): New function
17446 (ada-find-references): Set the environment variables for gnatfind
17447 (ada-find-src-file-in-dir): New function.
17448 (ada-first-non-nil): Removed
17449 (ada-gdb-application): Add support for jdb, the java debugger.
17450 (ada-get-ada-file-name): Load the original-file first if not done
17451 yet.
17452 (ada-get-all-references): Handles the new ali syntax (parent types
17453 are found between <>).
17454 (ada-initialize-runtime-library): New function
17455 (ada-mode-hook): Always load a project file when a file is opened,
17456 so that the casing exceptions are correctly read.
17457 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17458 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17459 to open the project file, since the latter does not work with
17460 speedbar Get default values before loading the prj file, or the
17461 default executable file name is wrong. Use the absolute value of
17462 src_dir to initialize ada-search-directories and
17463 compilation-search-path,... Add the standard runtime library to
17464 the search path for find-file.
17465 (ada-prj-default-debugger): Was missing an opening '{'
17466 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17467 variables.
17468 (ada-prj-default-gnatmake-opt): New variable
17469 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17470 buffers, the project file is the default one Save the windows
17471 configuration before displaying the menu.
17472 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17473 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17474 ...) regexp-quote identifiers names to support operators +,
17475 -,... in regexps.
17476 (ada-remote): New function.
17477 (ada-run-application): Erase the output buffer before starting the
17478 run Support remote execution of the application. Use
17479 call-process, or the arguments are incorrectly parsed
17480 (ada-set-default-project-file): Reread the content of the active
17481 project file, not the one from the current buffer When a project
17482 file is set as the default project, all directories are
17483 automatically associated with it.
17484 (ada-set-environment): New function
17485 (ada-treat-cmd-string): New special variable ${current}
17486 (ada-treat-cmd-string): Revised. The substitution is now done for
17487 any ${...} substring
17488 (ada-xref-current): If no body was found, compiles the spec
17489 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17490 compiler to get rid of command line length limitations.
17491 (ada-xref-get-project-field): New function
17492 (ada-xref-project-files): New variable
17493 (ada-xref-runtime-library-specs-path)
17494 (ada-xref-runtime-library-ali-path): New variables
17495 (ada-xref-set-default-prj-values): Default run command now does a
17496 cd to the build directory. New field: main_unit Provide a default
17497 file name even if the current buffer has no prj file.
17498
17499 * ada-prj.el:
17500 Rewritten to show a tabbed-dialog.
17501 (ada-prj-add-ada-menu): Remove the map and name parameters.
17502 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17503 New function
17504 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17505 (ada-prj-load-from-file): New function
17506 (ada-prj-save): Always save fields that depend on the current buffer
17507 (ada-prj-show-value): New function
17508
17509 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17510 Ada mode. This will allow us to display the Ada menu in any buffer
17511 we want (for project items).
17512 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17513 number of spaces in the header.
17514
17515 2000-07-24 Dave Love <fx@gnu.org>
17516
17517 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17518
17519 2000-07-23 Noah Friedman <friedman@splode.com>
17520
17521 * type-break.el (type-break): perform autosave.
17522 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17523 (type-break-do-query): Cancel query schedule while performing
17524 actual query, to avoid possibility of a second query being made
17525 while first one is already in progress.
17526 (type-break-time-stamp-format): New variable.
17527 (type-break-time-stamp): New function.
17528 (type-break-time-warning): Use it.
17529 (type-break-keystroke-warning): Use it.
17530 (type-break-noninteractive-query): Use it.
17531
17532 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17533 cookie.
17534 Use add-minor-mode to set minor-mode-alist, if available.
17535 (eldoc-echo-area-use-multiline-p): New user option.
17536 (eldoc-echo-area-multiline-supported-p): New variable.
17537 (eldoc-docstring-format-sym-doc): Use them.
17538 (eldoc-mode): If not using idle timers, append to local post and
17539 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17540 (eldoc-display-message-no-interference-p): Don't interfere with
17541 edebug.
17542 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17543 (eldoc-function-arglist): New function.
17544 (eldoc-function-argstring): Use it.
17545
17546 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17547 auto save directory exists before calling directory-files.
17548
17549 2000-07-23 Dave Love <fx@gnu.org>
17550
17551 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17552 ^o, ^u.
17553
17554 2000-07-21 Dave Love <fx@gnu.org>
17555
17556 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17557 now passed to the function. It now works properly.
17558
17559 * smerge-mode.el (smerge-mode-menu): Fill it out.
17560
17561 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17562
17563 * info-look.el (info-lookup): If *info* is shown in another frame
17564 on the same display, select that frame, instead of switching to
17565 the Info buffer in another window of the selected frame.
17566
17567 * simple.el (universal-argument-map): Bind numeric keypad keys
17568 kp-0 to kp-9 and kp-subtract.
17569 (digit-argument): Handle these keys.
17570
17571 2000-07-20 Dave Love <fx@gnu.org>
17572
17573 * net/goto-addr.el (goto-address-fontify): Don't bother with
17574 buffer-modified and read-only stuff -- irrelevant with overlays.
17575 Put an extra property on the overlays and use it to clean up in
17576 case goto-address is re-run.
17577
17578 2000-07-19 Richard M. Stallman <rms@gnu.org>
17579
17580 * timer.el (run-with-idle-timer): Doc fix.
17581
17582 * mail/mail-utils.el (mail-strip-quoted-names):
17583 Handle case where <...> appears inside "...".
17584 Use replace-match to edit the string more simply.
17585 (rmail-dont-reply-to): Cope with an unmatched ".
17586
17587 2000-07-19 Dave Love <fx@gnu.org>
17588
17589 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17590 implementation.
17591
17592 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17593 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17594 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17595
17596 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17597
17598 * textmodes/refer.el: Correct maintainer's email address.
17599
17600 * progmodes/hideif.el: Correct author's email address.
17601 Fix typo in comment.
17602
17603 * xml.el: New file.
17604
17605 * mail/mailheader.el: Correct author's mail address.
17606
17607 * gnus/parse-time.el: Correct author's mail address.
17608
17609 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17610
17611 * comint.el (comint-highlight-input, comint-highlight-face):
17612 New user options.
17613 (comint-input-ring-file-name): Change custom type.
17614 (comint-mode-map): Bind mouse-2.
17615 (comint-insert-clicked-input): New function.
17616 (comint-send-input): Handle input highlighting.
17617
17618 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17619
17620 * mouse.el (popup-menu): New function.
17621 (mouse-major-mode-menu): Use it.
17622
17623 2000-07-18 Dave Love <fx@gnu.org>
17624
17625 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17626 improvements.
17627
17628 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17629
17630 * faces.el (face-font-selection-order)
17631 (face-font-family-alternatives): Add custom type.
17632
17633 2000-07-18 Dave Love <fx@gnu.org>
17634
17635 * cus-edit.el (custom-variable-reset-saved)
17636 (custom-variable-reset-standard): Remove unused bindings.
17637
17638 * rect.el (open-rectangle-line): Remove unused let.
17639
17640 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17641
17642 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17643
17644 * cdl.el: Fix `Maintainer' keyword.
17645
17646 * play/pong.el: Add author's email address.
17647
17648 2000-07-17 Sam Steingold <sds@gnu.org>
17649
17650 * files.el (insert-directory): Call `split-string' instead of
17651 re-implementing it.
17652
17653 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17654
17655 * mail/vms-pmail.el: Change maintainer to FSF.
17656
17657 * net/goto-addr.el: Change maintainer to FSF.
17658
17659 * info.el (Info-title-face-alist): Removed.
17660
17661 2000-07-18 David Ponce <david@dponce.com>
17662
17663 * recentf.el (recentf-open-files): New command that works like
17664 `recentf-open-more-files', but shows the whole list of files (not just
17665 those omitted from the menu). Useful if you don't use a menu-bar!
17666 (recentf-open-more-files) Modified to use `recentf-open-files'.
17667
17668 (recentf-open-files, recentf-open-more-files)
17669 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17670
17671 (recentf-dialog-mode): New mode for dialogs. You can now just type
17672 "q" to cancel the dialogs.
17673
17674 2000-07-18 David Ponce <david@dponce.com>
17675
17676 * recentf.el: This is a major update of recentf.el. It adds new
17677 features to better organize the recentf menu and "More..." buffer.
17678
17679 Using new provided menu filtering functions you can now organize the
17680 recent files list:
17681
17682 - by major modes
17683 - by directories
17684 - by user defined rules
17685
17686 Finally, with the new `recentf-filter-changer' customizable filter you
17687 can define a ring of filters and dynamically (via the menu) cycle on
17688 each menu organization in the ring (a la msb).
17689
17690 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17691
17692 * eshell/eshell.el (eshell): Replace links to eshell.info with
17693 links to eshell, to avoid problems on systems where the manual is
17694 installed as `eshell'.
17695 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17696 * eshell/em-smart.el (eshell-smart): Ditto.
17697 * eshell/em-banner.el (eshell-banner): Ditto.
17698 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17699
17700 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17701 same-file check in the MS-DOS version (it does support inodes).
17702
17703 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17704
17705 * eshell/eshell.el (eshell-directory-name):
17706 Run default directory name through convert-standard-filename.
17707
17708 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17709
17710 * international/mule-cmds.el (select-safe-coding-system):
17711 Fix typo in the comment.
17712
17713 * language/european.el (compound-text):
17714 Force katakana-jisx0201 to be designated to G1.
17715
17716 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17717 Don't translate some national variant characters of latin-jisx0201.
17718 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17719
17720 * international/kkc.el (kkc-after-update-conversion-functions):
17721 New variable.
17722 (kkc-update-conversion): Run functions in it at the tail.
17723
17724 2000-07-16 John Wiegley <johnw@gnu.org>
17725
17726 * lisp/align.el (align-newline-and-indent):
17727 Adding new function. for auto-aligning blocks of code on RET.
17728 (align-region): Fixed badly formatted minibuffer message.
17729
17730 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17731
17732 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17733 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17734 the conversion list at first if appropriate.
17735 (kkc-next): Don't update kkc-next-count here.
17736 (kkc-prev): Don't update kkc-prev-count here.
17737 (kkc-show-conversion-list-update): Fix setting up of conversion
17738 list message.
17739
17740 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17741
17742 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17743
17744 2000-07-16 Dave Love <fx@gnu.org>
17745
17746 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17747 function to be more specific.
17748
17749 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17750 non-string help-echo.
17751 (widget-types-convert-widget): Defsubst it.
17752 (widget-echo-help): Try to cope with a help-echo function of two
17753 possible sorts.
17754
17755 2000-07-15 Jason Rumney <jasonr@gnu.org>
17756
17757 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17758 Declare as obsolete.
17759
17760 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17761
17762 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17763
17764 * hilit-chg.el: Fix typo.
17765
17766 2000-07-14 Dave Love <fx@gnu.org>
17767
17768 * info.el (Info-mode-menu): Fix use of :help, :enable.
17769
17770 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17771
17772 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17773
17774 2000-07-13 Dave Love <fx@gnu.org>
17775
17776 * emacs-lisp/easymenu.el: Doc fixes.
17777 (easy-menu-remove): Defalias to ignore.
17778
17779 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17780 Call throw correctly.
17781
17782 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17783
17784 * faces.el (frame-background-mode): Doc fix.
17785
17786 * simple.el (eval-expression-print-length): Change custom type to
17787 allow entering nil as value.
17788
17789 2000-07-13 Dave Love <fx@gnu.org>
17790
17791 * progmodes/fortran.el (fortran-imenu-generic-expression):
17792 Change definition layout.
17793 (fortran-mode-menu): Reinstate customize entries.
17794
17795 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17796 Use :filter, per old XEmacs code.
17797
17798 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17799
17800 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17801 event when deciding what to send to the terminal.
17802
17803 2000-07-12 Dave Love <fx@gnu.org>
17804
17805 * cus-start.el: Add optional version as 4th element of specs and
17806 use it for several things new in v21. Remove load-path. Fix type
17807 of line-number-display-limit.
17808
17809 2000-07-11 Dave Love <fx@gnu.org>
17810
17811 * progmodes/fortran.el: Don't require easymenu.
17812 Use repeat counts in various regexps.
17813 (fortran-mode-syntax-table): Defvar directly.
17814 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17815 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17816 Use defvar, not defconst.
17817 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17818 (fortran-mode): Set fortran-comment-line-start-skip,
17819 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17820 (fortran-comment-indent): Use defsubst.
17821 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17822 Use fortran-comment-indent, not fortran-comment-indent-function.
17823 (fortran-comment-region, fortran-electric-line-number): Simplify.
17824 (fortran-auto-fill): New function.
17825 (fortran-do-auto-fill): Deleted.
17826 (fortran-find-comment-start-skip):
17827 Check for non-null comment-start-skip.
17828 (fortran-auto-fill-mode, fortran-fill-statement):
17829 Use fortran-auto-fill.
17830 (fortran-fill): Use fortran-auto-fill. Check for null
17831 comment-start-skip. Simplify final clause and use end-of-line finally.
17832
17833 * widget.el (widget-plist-member): New alias.
17834
17835 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17836
17837 * eshell/esh-module.el (toplevel): Reference
17838 byte-compile-current-file only if it is bound.
17839
17840 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17841
17842 * dired.el: Don't require `dired-aux'.
17843
17844 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17845
17846 * dired-aux.el (dired-show-file-type): New function.
17847 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17848 (dired-show-file-type): Add autoload.
17849
17850 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17851
17852 * international/mule-diag.el (describe-font): Adjusted for the
17853 change of fontset-info.
17854 (print-fontset): Likewise.
17855
17856 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17857
17858 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17859
17860 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17861
17862 * bindings.el: Bind `[delete]' to delete-char.
17863
17864 * dired.el (dired-find-alternate-file): New function.
17865 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17866 (toplevel): Require dired-aux when compiling.
17867 (dired-buffers): Move defvar within file to avoid compiler warning.
17868
17869 * info.el (Info-last-search): Variable removed.
17870 (Info-search-history): New variable.
17871 (Info-search): New Info-search-history.
17872
17873 * battery.el, info-look.el: Change author's mail address.
17874
17875 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17876
17877 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17878 if rmail-ignored-headers is nil.
17879 (rmail-retry-failure): Bind rmail-ignored-headers and
17880 rmail-displayed-headers to nil.
17881
17882 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17883
17884 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17885 (print-region-1): Don't hard code `-h' here.
17886
17887 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17888
17889 2000-07-01 Francesco Potorti` <pot@gnu.org>
17890
17891 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17892 exim can use "your message" instead of "the message".
17893
17894 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17895
17896 * facemenu.el: Docstrings fixes.
17897 (facemenu-get-face): Don't use internal-find-face.
17898 (facemenu-iterate): Rename arg to match the docstring.
17899
17900 * newcomment.el (uncomment-region): Be more careful when skipping
17901 backwards over `=' not to bump into BOBP.
17902
17903 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17904
17905 * ediff-diff.el (ediff-wordify): Use syntax table.
17906 * ediff-init.el (ediff-has-face-support-p): Use
17907 ediff-color-display-p.
17908 (ediff-color-display-p): Use display-color-p, changed to defun
17909 from defsubst.
17910 Got rid of special cases for NeXT and OS/2.
17911 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17912 face.
17913
17914 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17915
17916 * emacs-lisp/lucid.el: Require CL.
17917 (copy-tree, remprop): Remove, it's provided by CL.
17918 (map-keymap): Define in terms of cl-map-keymap.
17919 (extent-property, set-extent-end-glyph): New functions.
17920
17921 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17922
17923 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17924
17925 * Makefile.in (DONTCOMPILE): Add comment that the name may
17926 not be changed without changing the make-dist script.
17927
17928 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17929 (cl-mapc): Use mapc instead of cl-old-mapc.
17930
17931 2000-07-05 Andrew Innes <andrewi@gnu.org>
17932
17933 * makefile.nt: Add support for `bootstrap' and related targets.
17934
17935 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17936
17937 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17938 (easy-menu-do-define): Use `menu-item' format.
17939 Handle case where easy-menu-create-menu returns a symbol.
17940 Manually call the potential top-level filter in the function binding.
17941 (easy-menu-filter-return): New arg NAME.
17942 Convert to a keymap if MENU is an XEmacs menu.
17943 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17944 (easy-menu-converted-items-table, easy-menu-convert-item):
17945 New var and fun to memoize easy-menu-convert-item-1.
17946 (easy-menu-do-add-item): Use it.
17947 (easy-menu-create-menu): Use easy-menu-convert-item.
17948 Wrap easy-menu-filter-return around any :filter specification.
17949 Don't convert the menu if a filter was specified.
17950 Tell easy-menu-make-symbol not to check for MENU being an expression.
17951 (easy-menu-make-symbol): New arg NOEXP.
17952
17953 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17954
17955 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17956 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17957 (eval-defun): If called with prefix arg, instrument code for
17958 Edebug.
17959
17960 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17961 similar to that of eval-defun.
17962
17963 2000-07-04 Dave Love <fx@gnu.org>
17964
17965 * hl-line.el (hl-line-overlay): Make it permanent-local.
17966
17967 * calendar/todo-mode.el: Replaced with a working version, based on
17968 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17969
17970 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17971
17972 * paths.el (prune-directory-list): New function.
17973 (Info-default-directory-list): Rewritten to more methodically
17974 enumerate a big list of possible info directories (based on the
17975 list used by the standalone info reader).
17976
17977 * info.el (info-initialize): Use prune-directory-list to remove
17978 non-existent directories from Info-directory-list.
17979
17980 * paths.el (Info-default-directory-list): Try a list of possible
17981 info-directories instead of a single one. Add the possible
17982 info directory "/usr/share/info".
17983
17984 * woman.el (woman-man.conf-path): Explicitly include the debian
17985 man-db config file "/etc/manpath.config".
17986 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17987 are present in `manpath.config'.
17988 (woman-manpath): Include "/usr/share/man".
17989
17990 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17991
17992 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17993
17994 * startup.el (command-line): Initialize blink-cursor based
17995 on window-system.
17996
17997 * frame.el (blink-cursor): Default to nil if not running under
17998 a window-system.
17999
18000 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18001 (face-x-resources): Remove duplicate entry for :font.
18002
18003 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18004 instead of cycling through windows with next-window.
18005
18006 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18007 of cycling through windows with next-window.
18008
18009 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18010 of cycling through windows with next-window.
18011
18012 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18013 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18014 instead of cycling through windows with next-window.
18015
18016 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18017 instead of cycling through windows with next-window.
18018
18019 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18020 of cycling through windows with next-window.
18021
18022 * terminal.el (te-process-output): Use walk-windows instead of
18023 cycling through windows with next-window.
18024
18025 * server.el (server-switch-buffer): Use some-window instead of
18026 cycling through windows with next-window.
18027
18028 * window.el (some-window): New function.
18029 (walk-windows): Remove reference to walk-windows-start.
18030
18031 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18032
18033 2000-07-03 Richard Stallman <rms@gnu.org>
18034
18035 * window.el (walk-windows): Guarantee termination by keeping a list
18036 of all the windows already handled.
18037
18038 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18039
18040 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18041 window-system.
18042
18043 * man.el (Man-notify-when-ready): Don't use window-system. If
18044 Man-notify-method is newframe, and the display is not
18045 multi-frame, select the frame created for the man page.
18046 (Man-init-defvars): Doc fix.
18047
18048 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18049
18050 * faces.el (region): Change background color for light background.
18051
18052 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18053 attribute from mode-line face of Ediff control frame.
18054
18055 * replace.el (query-replace-map): Bind `e' like `E'.
18056
18057 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18058
18059 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18060 Change name to "Select All".
18061
18062 * dos-fns.el (convert-standard-filename): Fix last change.
18063
18064 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18065
18066 * help.el (describe-variable): Don't insert a second `'s' in front
18067 of the string `value is shown below'. Since the syntax-table is
18068 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18069 an existing `'s', so that this won't be deleted.
18070
18071 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18072 * pcmpl-unix.el: New files.
18073
18074 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18075
18076 * wid-edit.el (widget-member): Use the new plist-member.
18077
18078 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18079
18080 * replace.el (perform-replace): Undo change of 2000-04-04.
18081 Instead, move backward 1 character at the end of the loop when
18082 necessary.
18083
18084 * faces.el (fringe): Change face for different backgrounds.
18085
18086 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18087 patch from John.
18088
18089 * eshell/*.el: Change spelling of the Free Software Foundation.
18090
18091 * eshell/esh-toggle.el: Removed.
18092
18093 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18094
18095 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18096 interactively.
18097
18098 2000-06-26 Alex Schroeder <alex@gnu.org>
18099
18100 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18101 `define-key'; instead of checking `(emacs-version)' check for
18102 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18103 for `;' and `o' which might be electric.
18104
18105 (sql-electric-stuff): New user option.
18106 (sql-magic-go): New function which uses `sql-electric-stuff'.
18107 (sql-magic-semicolon): New function which uses
18108 `sql-electric-stuff'.
18109
18110 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18111 is not fboundp.
18112
18113 (sql-oracle-options): New variable.
18114 (sql-oracle): Use it.
18115
18116 (sql-imenu-generic-expression): Doc change.
18117 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18118 is used.
18119
18120 (sql-informix): Added command line parameter "-" to force
18121 sql-informix-program to use stdout.
18122
18123 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18124
18125 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18126 (cp864-decode-table): Doc fix.
18127 (cp720-decode-table): New variable, supports the Arabic OEM
18128 codepage used by Windows.
18129 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18130
18131 2000-06-23 Dave Love <fx@gnu.org>
18132
18133 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18134 (font-lock-fontify-anchored-keywords): Use
18135 line-beginning-position.
18136 (global-font-lock-mode): Use mapc.
18137
18138 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18139
18140 * eshell/esh-module.el: Require CL when compiling.
18141
18142 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18143
18144 * comint.el (comint-substitute-in-file-name): Call replace-match
18145 with second and third arg t.
18146
18147 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18148 Specify foreground color.
18149
18150 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18151 color.
18152
18153 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18154
18155 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18156 cddr instead of cdddr.
18157
18158 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18159 instead of copy-list.
18160
18161 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18162 of copy-list.
18163
18164 * subdirs.el: Add eshell subdirectory.
18165
18166 * eshell: New subdirectory containing the Eshell package.
18167
18168 * pcomplete.el: New file.
18169
18170 2000-06-23 Paul Eggert <eggert@twinsun.com>
18171
18172 * mail/mailpost.el (post-mail-send-it): Make sure file has
18173 proper permissions from birth.
18174
18175 * files.el (basic-save-buffer-2): When temporarily setting
18176 file modes, set them to current modes plus 0200, not to 0777.
18177
18178 * emerge.el (emerge-make-temp-file): Make sure file has proper
18179 permissions from birth.
18180
18181 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18182
18183 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18184 backup file name through convert-standard-filename.
18185
18186 * dos-fns.el (convert-standard-filename): Convert leading
18187 directories as well. When long file names are supported, convert
18188 characters that are invalid in Windows file names.
18189
18190 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18191
18192 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18193 ps-print crashes. New feature: page selection for printing. Create
18194 raw-text-unix coding system for XEmacs. Doc fix.
18195 (ps-print-version): New version number (5.2.3).
18196 (ps-plot-region): Bug fix.
18197 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18198 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18199 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18200 funs.
18201 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18202 (ps-last-page): New vars.
18203
18204 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18205
18206 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18207 empty option string.
18208
18209 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18210
18211 * man.el (man): Doc fix.
18212
18213 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18214
18215 * international/mule-cmds.el (set-language-info-alist): Docstring
18216 fixed.
18217
18218 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18219
18220 * version.el (emacs-version): Use ISO date format.
18221
18222 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18223 instead of `M-backspace'.
18224
18225 * simple.el (turn-off-auto-fill): New function.
18226
18227 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18228
18229 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18230 Renamed from with-buffer-prepared-for-font-lock and use
18231 inhibit-modification-hooks rather than setting *-change-functions.
18232 Update all functions to use the new name.
18233 (jit-lock-first-unfontify-pos): New semantics (and doc).
18234 (jit-lock-mode): Make non-interactive.
18235 Don't automatically turn on font-lock.
18236 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18237 Always use jit-lock-after-change.
18238 Remove and restore font-lock-after-change-function.
18239 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18240 (jit-lock-after-unfontify-buffer): Remove.
18241 (jit-lock-stealth-fontify):
18242 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18243 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18244
18245 2000-06-20 Sam Steingold <sds@gnu.org>
18246
18247 * emacs-lisp/cl-indent.el (toplevel): Indent
18248 `print-unreadable-object' properly. Untabify.
18249
18250 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18251
18252 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18253 Support for bibentry.
18254 (reftex-compile-variables): Fixed problem with end of section-re.
18255
18256 * texmodes/reftex-dcr.el (reftex-view-crossref,
18257 reftex-view-crossref-from-bibtex):
18258 Deal with changed `reftex-find-citation-regexp-format'.
18259 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18260 Replaced `remprop' with `put'.
18261 (reftex-view-crossref, reftex-view-crossref-when-idle):
18262 Support for bibentry.
18263
18264 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18265 New entry for bibentry package.
18266
18267 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18268 Regexp also matches "\nobibliography".
18269
18270 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18271 Call `reftex-ensure-write-access' before doing anything.
18272 (reftex-ensure-write-access): New function.
18273
18274 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18275
18276 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18277
18278 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18279
18280 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18281
18282 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18283
18284
18285 2000-06-20 Dave Love <fx@gnu.org>
18286
18287 * faces.el (frame-background-mode): Use set-default, not set, in
18288 setter.
18289 (frame-update-faces, frame-update-face-colors): Define with
18290 defalias.
18291
18292 * enriched.el (enriched-decode-foreground)
18293 (enriched-decode-background): Don't use internal-find-face.
18294
18295 * apropos.el: Doc fixes.
18296
18297 * cus-edit.el (customize-changed-options): Check arg.
18298 (customize-version-lessp): Don't require decimal point.
18299
18300 * custom.el (defcustom, defgroup): Doc fix.
18301
18302 * newcomment.el (comment) <defgroup>: Add :version.
18303 (comment-multi-line): Doc fix.
18304
18305 * emulation/mlsupport.el (define-hooked-local-abbrev,
18306 define-hooked-global-abbrev): Fix, using define-abbrev.
18307
18308 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18309
18310 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18311 the whole buffer.
18312
18313 2000-06-19 Dave Love <fx@gnu.org>
18314
18315 * menu-bar.el (menu-bar-options-save): New function.
18316 (menu-bar-options-menu): Use it.
18317 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18318 Simplify.
18319
18320 2000-06-19 Andreas Schwab <schwab@suse.de>
18321
18322 * progmodes/etags.el (tags-query-replace): Put new parameters
18323 START and END at the end, for backward compatibility.
18324
18325 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18326
18327 * international/codepage.el:
18328 (cp-coding-system-for-codepage-1): Delete special codes for
18329 generating xxx-dos coding system because now a CCL based coding
18330 system can handle EOL conversion by default.
18331
18332 * international/mule.el (make-coding-system): Generate subsidiary
18333 coding systems for EOL handling variants even for a CCL based
18334 coding system.
18335
18336 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18337
18338 * international/isearch-x.el (isearch-minibuffer-input-method)
18339 (isearch-minibuffer-input-method-function): These variables
18340 deleted.
18341 (isearch-with-input-method): Don't use the above variables.
18342 (isearch-process-search-multibyte-characters): Likewise. Call
18343 read-string with the arg INHERIT-INPUT-METHOD t.
18344
18345 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18346
18347 * font-lock.el (font-lock-after-fontify-buffer)
18348 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18349
18350 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18351 Use consistent make-local-variable style for font-lock-fontified.
18352 (jit-lock-fontify-buffer):
18353 Don't bother checking for font-lock-mode and jit-lock-mode.
18354
18355 * time.el: Remove trailing ^M that prevent CVS-merging.
18356
18357 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18358
18359 * Makefile.in (distclean): New target.
18360
18361 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18362
18363 * Makefile.in (srcdir): Define for update-subdirs.
18364
18365 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18366
18367 * find-lisp.el: New file.
18368
18369 2000-06-16 Andrew Innes <andrewi@gnu.org>
18370
18371 * time.el (display-time-mail-function): New variable, to allow
18372 external packages to indicate when new mail is available.
18373 (display-time-update): Use it.
18374
18375 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18376
18377 * international/mule.el (mule-version): Change version name to
18378 SAKAKI. AOI has already been used by Meadow.
18379
18380 * international/quail.el (quail-show-guidance-buf): To find the
18381 bottom window (but minibuffer), pay attention to the height of
18382 minibuffer.
18383
18384 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18385
18386 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18387 menu-bar menus. Add help strings. Don't remove the Edit menu
18388 from the menu bar, as the menu bar has enough space now.
18389
18390 * Makefile.in (SHELL): Make sure /bin/sh is used.
18391
18392 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18393 characters, which use series of two ^H characters instead of one.
18394
18395 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18396
18397 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18398 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18399 functions.
18400 (Info-find-node-2): Try a case-sensitive search first, then
18401 do a case-insensitive search.
18402
18403 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18404 tutorials.
18405
18406 * complete.el (PC-env-vars-alist): New variable.
18407 (PC-complete-as-file-name): New function.
18408 (partial-completion-mode): Initialize PC-env-vars-alist from
18409 process-environment.
18410 (PC-do-completion): Handle completion of env vars.
18411
18412 * info.el (Info-set-mode-line): Show file name in mode line,
18413 use `*Info*' instead of `Info:'.
18414
18415 * startup.el (command-line-1): Change copyright messages to year
18416 2000.
18417
18418 2000-06-15 Dave Love <fx@gnu.org>
18419
18420 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18421 not local-map.
18422
18423 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18424
18425 * international/mule.el (set-buffer-file-coding-system): Almost
18426 rewritten to handle `undecided' as no-op.
18427
18428 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18429
18430 * Makefile.in: New file.
18431
18432 * Makefile: Removed.
18433
18434 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18435 (goto-address-highlight-keymap): Bind C-c RET.
18436
18437 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18438
18439 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18440 inherits buffer-file-coding-system of the current buffer.
18441
18442 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18443 0. Give correct argument to set-auto-coding-function.
18444 (tar-expunge): For goto-char, use (point-min), not 0.
18445 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18446 (tar-subfile-save-buffer): Likewize.
18447
18448 * international/mule.el
18449 (after-insert-file-set-buffer-file-coding-system): Call
18450 set-buffer-file-coding-system with the arg FORCE t.
18451
18452 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18453
18454 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18455 nil. Contemporary sendmails issue an X-Authentication-Warning if
18456 the sender is set with `-f'.
18457
18458 2000-06-13 Dave Love <fx@gnu.org>
18459
18460 * help.el (describe-function-1): Kluge around cases of functions
18461 fset to subrs whose doc doesn't match their symbol-name.
18462
18463 * image.el (insert-image): Default STRING to a space.
18464
18465 * info.el Doc fixes.
18466 (Info-build-node-completions): Match Ref tags.
18467
18468 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18469
18470 * frame.el (display-multi-frame-p, display-multi-font-p): New
18471 defaliases for display-graphic-p.
18472
18473 * hl-line.el: Fixed a typo in commentary.
18474
18475 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18476
18477 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18478 fixed.
18479
18480 2000-06-12 Dave Love <fx@gnu.org>
18481
18482 * image.el (insert-image): Save a little consing.
18483
18484 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18485
18486 * language/tibet-util.el: Convert all tibetan-1-column characters
18487 to the corresponding tibetan characters.
18488 (tibetan-add-components): Delete code for the special treatment of
18489 'a chung.
18490
18491 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18492 change.
18493 (tibetan-vowel-transcription-alist): More rules added.
18494 (tibetan-composite-vowel-alist): New variable.
18495 (tibetan-precomposition-rule-alist): More rules added.
18496
18497 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18498
18499 * startup.el (command-line): Only call menu-bar-mode if interactive.
18500
18501 * thingatpt.el (toplevel symbol-properties):
18502 * textmodes/makeinfo.el (makeinfo-compile):
18503 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18504 * progmodes/hideif.el (hif-compress-define-list)
18505 (hide-ifdef-use-define-alist):
18506 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18507 (ange-ftp-vms-add-file-entry):
18508 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18509 * man.el (Man-build-man-command):
18510 * mail/rnewspost.el (news-reply-header-hook):
18511 * info.el (Info-insert-dir):
18512 * emulation/mlconvert.el (backward-word, forward-word, setq):
18513 * emacs-lisp/gulp.el (gulp-send-requests):
18514 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18515 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18516 (byte-optimize-apply, end of file):
18517 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18518 (ad-make-freeze-definition):
18519 * startup.el (command-line, command-line-1): Don't quote lambdas.
18520
18521 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18522 (cvs-cleanup-removed): New function.
18523 (cvs-cleanup-functions): New var.
18524 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18525 some flexibility in specifying additional entries to auto-cleanup.
18526 (cvs-quickdir): New function.
18527 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18528 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18529 (cvs-mode-find-file): Check that we are on a filename or dirname
18530 when invoked through a mouse-click.
18531 (cvs-full-path): Remove.
18532 (cvs-dired-action): Re-introduced.
18533 (cvs-dired-noselect): Use it.
18534 (vc-post-command-functions): use this new hook if available.
18535
18536 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18537 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18538 (cvs-filename-map, cvs-dirname-map): Remove.
18539 (cvs-default-action): Remove.
18540 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18541 if the arg is really a keymap.
18542 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18543 Don't hardcode the mapping from state (aka type) to face, but check
18544 the var cvs-fi-<type>-face instead.
18545 (cvs-fileinfo-from-entries): New function.
18546
18547 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18548 Docstring fix.
18549 (cvs-find-file-and-jump): Change default to be safer.
18550 (cvs-mode-diff-map): Define it as a function as well.
18551 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18552 Bind mouse-2 in this global map rather than with text-properties.
18553
18554 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18555 file to resolve the ambiguity between C(conflict) and C(need-merge).
18556
18557 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18558
18559 * international/mule.el (set-buffer-file-coding-system): If
18560 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18561 unconditionally.
18562
18563 2000-06-12 Dave Love <fx@gnu.org>
18564
18565 * wid-edit.el (widget-specify-button): Really suppress the face if
18566 required.
18567
18568 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18569
18570 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18571
18572 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18573
18574 * imenu.el (imenu-generic-expression): Docstring fix.
18575
18576 * composite.el (composition-function-table): Move the `put'
18577 below the autoload cookie so we can load the file before loaddefs.
18578
18579 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18580
18581 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18582 Handle easy-mmode-define-global-mode.
18583 For complex macros like define-minor-mode that can generate
18584 several autoload entries, try to autoload entries in the
18585 macroexpanded code.
18586
18587 * emacs-lisp/easy-mmode.el (define-minor-mode):
18588 If KEYMAP is a symbol, just use it.
18589 Use byte-compile-current-file and load-file-name to infer the
18590 proper :require to pass to defcustom.
18591 Wrap the hook var into `progn' so as not to autoload it.
18592 Add a :autoload-end cookie.
18593 Be more careful about the evaluation of KEYMAP.
18594 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18595 (define-derived-mode): Move define-abbrev-table outside of defvar.
18596
18597 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18598
18599 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18600 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18601 (backup-compiled-files): Ignore errors during `tar'.
18602 (bootstrap): Make autoloads before elc files.
18603
18604 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18605
18606 * international/mule.el (set-buffer-file-coding-system): If one of
18607 undecided-XXX is specified, change only EOL conversion.
18608
18609 * international/mule-conf.el (unix): New alias for the coding
18610 system undecided-unix.
18611
18612 2000-06-09 Dave Love <fx@gnu.org>
18613
18614 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18615
18616 * progmodes/executable.el: Byte compile dynamic.
18617 (executable-insert): Change custom type.
18618 (executable-find): Add autoload cookie.
18619 (executable-make-buffer-file-executable-if-script-p): New
18620 function. After Noah Friedman.
18621
18622 * files.el (after-save-hook): Customize, with
18623 executable-make-buffer-file-executable-if-script-p as an option.
18624
18625 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18626
18627 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18628 "tib24p-mule.bdf" for Tibetan.
18629
18630 * composite.el (decompose-composite-char): Declare it as obsolete.
18631
18632 * man.el (Man-fontify-manpage): Pay attention to underline and
18633 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18634
18635 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18636
18637 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18638 Set maintainer to FSF since author isn't reachable.
18639
18640 2000-06-08 Dave Love <fx@gnu.org>
18641
18642 * international/mule-cmds.el (select-safe-coding-system): If
18643 DEFAULT-CODING-SYSTEM is not specified, also check the most
18644 preferred coding-system if buffer-file-coding-system is
18645 `undecided'. From Handa.
18646
18647 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18648
18649 * international/mule.el
18650 (after-insert-file-set-buffer-file-coding-system): If the buffer
18651 size is greater than INSERTED, judget that we are not visiting.
18652
18653 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18654
18655 * whitespace.el (defgroup whitespace): Comment out `:version'.
18656 XEmacs 20.4 has problems defining the group with this present.
18657 We'll have this commented out till get resolve the problem.
18658
18659 2000-06-07 John Wiegley <johnw@gnu.org>
18660
18661 * align.el (align-dq-string-modes, align-sq-string-modes)
18662 (align-open-comment-modes): Add pyhton-mode.
18663 (align-rules-list): Use get-text-property instead of
18664 text-properties-at.
18665 (align-rules-list): Add python-assignment.
18666 (align-rules-list): Change perl-comma-delimiter to
18667 basic-comma-delimiter. Use if for Perl modes and python-mode.
18668 (align-rules-list): Add python-chain-logic and
18669 basic-line-continuation.
18670
18671 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18672
18673 * apropos.el (apropos-mode-hook): New user variable.
18674 (apropos-mode): Run apropos-mode-hook.
18675
18676 2000-06-07 David Ponce <david@dponce.com>
18677
18678 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18679 commands. Require `wid-edit' at run-time.
18680
18681 2000-06-07 David Ponce <david@dponce.com>
18682
18683 * recentf.el: Added some "Commentary".
18684 (recentf-open-more-files, recentf-edit-list): Minor changes to
18685 move the point at the top of the file list. This behaviour is
18686 consistent with the menu one when the list contains a lot of
18687 files.
18688 (recentf-cleanup): Now displays the number of items removed from
18689 the list.
18690 (recentf-relative-filter) New menu filter to show filenames
18691 relative to `default-directory'.
18692
18693 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18694
18695 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18696 with/without giving an error if PostScript printer doesn't have this
18697 kind of page size. Zebra Stripe continues or restarts on next page.
18698 Manual/automatic paper feeding. Switch or not the header.
18699 (ps-print-version): New version number (5.2.2).
18700 (ps-windows-system): Include emx as a Windows system.
18701 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18702 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18703 (ps-background-text): Code fix.
18704 (ps-error-handler-message, ps-user-defined-prologue)
18705 (ps-print-prologue-header, ps-printer-name)
18706 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18707 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18708 (ps-use-face-background): Customization fix.
18709 (ps-n-up-database): Data fix.
18710 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18711 (ps-switch-header): New vars.
18712 (ps-xemacs-color-name, ps-face-foreground-name)
18713 (ps-face-background-name, ps-boolean-constant): New funs.
18714
18715 2000-06-07 Dave Love <fx@gnu.org>
18716
18717 * allout.el: New version from Manheimer.
18718
18719 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18720
18721 * textmodes/fill.el (fill-find-break-point): Check the validity of
18722 charset.
18723
18724 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18725
18726 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18727 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18728 Call display-color-p and display-mouse-p instead of looking at
18729 window-system.
18730
18731 2000-06-06 Dave Love <fx@gnu.org>
18732
18733 * image.el (find-image): Doc fix. Return nil if image not found.
18734 (put-image, insert-image): Make STRING arg optional.
18735
18736 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18737
18738 * language/vietnamese.el: Remove eval-when-compile.
18739 (viet-viscii-nonascii-translation-table): Define it as a
18740 translation table made from viet-viscii-decode-table.
18741 (viet-viscii-encode-table): Define it as a translation table made
18742 from the reverse map of above.
18743 (viet-vscii-nonascii-translation-table): Define it as a
18744 translation table made from viet-vscii-decode-table.
18745 (viet-vscii-encode-table): Define it as a translation table made
18746 from the reverse map of above.
18747 (ccl-decode-viscii): Use translate-character.
18748 (ccl-encode-viscii, ccl-encode-viscii-font)
18749 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18750 Likewize.
18751
18752 * language/cyrillic.el: Remove eval-when-compile.
18753 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18754 translation table made from cyrillic-koi8-r-decode-table.
18755 (cyrillic-koi8-r-encode-table): Define it as a translation table
18756 made from the reverse map of above.
18757 (ccl-decode-koi8): Use translate-character.
18758 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18759 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18760 a translation table made from cyrillic-alternativnyj-decode-table.
18761 (cyrillic-alternativnyj-encode-table): Define it as a translation
18762 table made from the reverse map of above.
18763 (ccl-decode-alternativnyj): Use translate-character.
18764 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18765 Likewize
18766
18767 * international/mule-diag.el (non-iso-charset-alist): Specify
18768 translation table symbol instead of translation table itself.
18769 (list-block-of-chars): CHARSET may be a translation table symbol.
18770
18771 * international/mule.el (make-coding-system): If CODING-SYSTEM
18772 already exists, override it.
18773
18774 * international/fontset.el: Use family `proportional' for Tibetan
18775 fonts.
18776
18777 * international/ccl.el (ccl-compile-translate-character): Don't
18778 check if Rrr has property translation-table.
18779 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18780
18781 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18782
18783 * info.el: Bind case-fold-search to t when searching in case
18784 a user sets it to nil in a hook.
18785
18786 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18787
18788 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18789 * hl-line.el (hl-line-mode): Use the new :global key argument.
18790
18791 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18792 (tar-clip-time-string): Prepend a space.
18793 (tar-grind-file-mode): Construct a string rather than modifying one.
18794 (tar-header-block-summarize): Fix docstring.
18795 Use `format' rather than an error-prone set of copy-loops.
18796
18797 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18798 (diff-goto-source, diff-unified->context, diff-context->unified)
18799 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18800 understand the format output by the `-p' argument to diff.
18801
18802 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18803 (sh-re-done): Use defconst.
18804 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18805 (sh-help-string-for-variable, sh-guess-basic-offset):
18806 Don't quote lambdas.
18807 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18808 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18809
18810 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18811 (mh-letter-mode): Derive from text-mode.
18812 This implicitly means that it now calls kill-all-local-variables.
18813 Also remove the Emacs-18 compatibility code.
18814
18815 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18816 Make use of symbol-property doc-string-elt.
18817 Use memq rather than a sequence of eq.
18818 (doc-string-elt): Fix the wrong or missing previously unused values.
18819 (autoload-print-form): New function extracted from
18820 generate-file-autoloads to allow recursion when handling progn
18821 so that defvar's and defun's docstrings are properly printed.
18822 (generate-file-autoloads): Use it.
18823
18824 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18825 Use find-file-hooks in the minor-mode function.
18826 Be careful not to loop indefinitely in the post-command-hook function.
18827
18828 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18829
18830 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18831 tty's.
18832 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18833 differences whenever appropriate.
18834 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18835 * viper.el (find-file, find-file-other-window): Get viper to do
18836 wildcards.
18837
18838 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18839
18840 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18841 (jit-lock-fontify-buffer): New function for JIT refontification.
18842 (jit-lock-mode): Fix docstring.
18843 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18844 Remove jit-lock-after-change from the _local_ hook.
18845 (jit-lock-function-1): Fix docstring.
18846
18847 * info.el (Info-on-current-buffer): Initialize info.
18848
18849 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18850
18851 * progmodes/tcl.el (tcl-indent-for-comment):
18852 Ignore comment-indent-hook.
18853
18854 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18855 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18856 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18857 and improve to use the lighter to guess the capitalization.
18858 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18859 Add keyword arguments to specify global-ness or the custom group.
18860 Add local-map and help-echo properties to the lighter.
18861 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18862 (easy-mmode-define-global-mode): New macro.
18863
18864 2000-06-02 Dave Love <fx@gnu.org>
18865
18866 * wid-edit.el: byte-compile-dynamic since we typically don't use
18867 all the widgets. Don't require cl or widget. Remove
18868 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18869 (widget-read-event): Removed. Callers changed to use read-event.
18870 (widget-button-release-event-p): Renamed from
18871 button-release-event-p.
18872 (widget-field-add-space, widget-field-use-before-change):
18873 Uncustomize.
18874 (widget-specify-field): Use keymap property, not local-map.
18875 (widget-specify-button): Obey :suppress-face.
18876 (widget-specify-insert): Use modern backquote syntax.
18877 (widget-image-directory): Renamed from widget-glyph-directory.
18878 (widget-image-enable): Renamed from widget-glyph-enable.
18879 (widget-image-find): Replaces widget-glyph-find.
18880 (widget-button-pressed-face): Move defvar.
18881 (widget-image-insert): Replaces widget-glyph-insert.
18882 (widget-convert): Use keywordp.
18883 (widget-leave-text, widget-children-value-delete): Use mapc.
18884 (widget-keymap): Remove XEmacs stuff.
18885 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18886 (widget-button-click): Don't set point at the click, but re-centre
18887 if we scroll out of window. Rewritten for images v. glyphs &c.
18888 (widget-tabable-at): Use POS arg, not point.
18889 (widget-beginning-of-line, widget-end-of-line)
18890 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18891 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18892 (widget-default-create): Use widget-image-insert; some rewriting.
18893 (widget-visibility-value-create)
18894 (widget-push-button-value-create, widget-toggle-value-create): Use
18895 widget-image-insert.
18896 (checkbox): Create on and off images dynamically.
18897 (documentation-link): Change :help-echo.
18898 (widget-documentation-link-echo-help): Remove.
18899
18900 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18901
18902 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18903
18904 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18905 (easy-mmode-define-toggle, define-minor-mode): Use it.
18906 (easy-mmode-define-keymap): Docstring fix.
18907 (define-derived-mode): Default PARENT to fundamental-mode.
18908 Add the derived-mode-parent symbol-property.
18909 (easy-mmode-derived-mode-p): New function.
18910
18911 2000-06-02 Dave Love <fx@gnu.org>
18912
18913 * files.el (convert-standard-filename): Doc fix.
18914 (normal-backup-enable-predicate): New function.
18915 (backup-enable-predicate): Use it to replace the lambda form.
18916
18917 * calendar/todo-mode.el: [This needs more work on the outline
18918 stuff.] Doc fixes.
18919 (todo) <defgroup>: Add :version.
18920 (todo-add-category): Don't use pushnew.
18921 (todo-cmd-raise): Fix typo.
18922 (todo-top-priorities): Change temp buffer name.
18923 (todo-category-alist): Avoid redundant lambda.
18924 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18925 Use outline-next-heading.
18926
18927 * autoarg.el: Rewritten to use define-minor-mode.
18928 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18929 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18930
18931 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18932
18933 * isearch.el (isearch-other-meta-char): Fix previous change.
18934
18935 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18936
18937 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18938 (log-edit-done): Only add the comment to the ring if it's different
18939 from the last comment entered.
18940
18941 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18942
18943 2000-06-01 Dave Love <fx@gnu.org>
18944
18945 * hl-line.el: Rewritten using define-minor-mode.
18946
18947 * help.el (describe-function-1): Distinguish special form from
18948 builtin function. Sanity-check presence of arglist for builtins.
18949
18950 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18951
18952 * international/characters.el: Fix syntax/category setting of
18953 Tibetan characters.
18954
18955 * language/tibet-util.el (tibetan-add-components): Fixes for new
18956 encoding of Tibetan characters.
18957 (tibetan-decompose-precomposition-alist): New variable.
18958 (tibetan-decompose-region): Convert precomposed characters to
18959 non-precomposed characters.
18960 (tibetan-decompose-string): Likewise.
18961 (tibetan-composition-function): Fix args to
18962 thibetan-compose-string.
18963
18964 * language/tibetan.el (tibetan-composable-pattern): More
18965 characters included.
18966 (tibetan-consonant-transcription-alist): Rule for "R" added.
18967 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18968 "+R" added.
18969 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18970
18971 * language/lao-util.el (lao-composition-function): Fix args to
18972 compose-string.
18973
18974 * language/thai-util.el (thai-composition-function): Fix args to
18975 compose-string.
18976
18977 * isearch.el (isearch-update): Set disable-point-adjustment to t
18978 to prevent the point moving to the end of a composition when a
18979 part of a composition is searched.
18980 (isearch-other-meta-char): If the key invoking this command can be
18981 mapped by function-key-map to a printing char, call
18982 isearch-process-search-char directly.
18983
18984 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18985
18986 * emacs-lisp/bytecomp.el:
18987 * frame.el:
18988 * international/mule-cmds.el:
18989 * international/mule-util.el:
18990 * international/mule.el:
18991 * mouse.el:
18992 * subr.el:
18993 * faces.el: Update calls to make-obsolete with a WHEN argument.
18994
18995 * byte-run.el (make-obsolete, make-obsolete-variable):
18996 Add an optional WHEN argument and change the format of the
18997 symbol-property information.
18998 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18999 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19000 new obsolete-symbol-property format and print WHEN if it is provided.
19001
19002 2000-05-31 Dave Love <fx@gnu.org>
19003
19004 * loadhist.el (loadhist-hook-functions): Remove
19005 before-change-function, after-change-function.
19006 (unload-feature): Deal with symbols which are both bound and
19007 fbound.
19008
19009 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19010 before-change-function, after-change-function.
19011
19012 * simple.el (newline): Don't bind before-change-function,
19013 after-change-function.
19014
19015 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19016
19017 * whitespace.el (whitespace-rescan-timer-time): Update interval
19018 set to 600 seconds (10 minutes) instead of 60 seconds since
19019 a large number of whitespace buffers causes emacs to `freeze'
19020 for a considerable amount of time.
19021
19022 * whitespace.el: Updated email address
19023
19024 2000-05-31 Dave Love <fx@gnu.org>
19025
19026 * add-log.el (change-log-font-lock-keywords) <function>: Add
19027 pattern for function of change.
19028 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19029 acknowledgements patterns.
19030
19031 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19032
19033 * isearch.el (isearch-printing-char): If keyboard coding system is
19034 being used, call isearch-process-search-multibyte-characters.
19035
19036 * international/isearch-x.el: Mostly rewritten.
19037
19038 * international/quail.el (quail-start-conversion): Don't include
19039 unhandled events in the returned events, but set them in
19040 unread-command-events. Exit if all inputs are deleted.
19041
19042 2000-05-30 Jason Rumney <jasonr@gnu.org>
19043
19044 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19045
19046 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19047 Reenable code to create initial fontsets.
19048 Use set-fontset-font in place of put-charset-property.
19049
19050 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19051
19052 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19053 label, ensure that the first colon isn't followed by another.
19054
19055 * paths.el (Info-default-directory-list): Doc fix.
19056
19057 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19058 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19059 send a query containing USER only, not USER@HOST.
19060
19061 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19062 and rmail-msgend to compute the restriction at the end, instead of
19063 computing it.
19064
19065 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19066
19067 * dabbrev.el (dabbrev-expand): Don't display messages in the
19068 echo area if the minibuffer window is active.
19069
19070 * jit-lock.el (jit-lock-mode): Add after change function to
19071 local hook.
19072
19073 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19074
19075 * antlr-mode.el: New commands: hide/unhide actions,
19076 upcase/downcase literals.
19077 (antlr-tiny-action-length): New user option.
19078 (antlr-hide-actions): New command. Suggested by
19079 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19080 (antlr-mode-map): New binding [C-c C-v].
19081 (antlr-mode-menu): New entries.
19082 (antlr-downcase-literals): New command.
19083 (antlr-upcase-literals): Ditto.
19084
19085 * antlr-mode.el: Minor changes: indendation, mode-name.
19086 (antlr-indent-line): Indent cpp directive at column 0.
19087 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19088
19089 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19090 (antlr-font-lock-additional-keywords): Workaround for intentional
19091 bug in XEmacs version of font-lock.
19092 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19093 be used by a smarter version of `buffers-menu-grouping-function'.
19094
19095 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19096
19097 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19098 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19099
19100 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19101
19102 * international/encoded-kb.el
19103 (encoded-kbd-iso2022-designation-map): Pay attention to that
19104 charset-iso-final-char return -1 for eight-bit-control and
19105 eight-bit-graphic.
19106
19107 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19108
19109 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19110 (speedbar-easymenu-definition-base): Use display-graphic-p where
19111 available, instead of window-system.
19112
19113 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19114
19115 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19116 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19117 coding systems.
19118
19119 2000-05-26 Dave Love <fx@gnu.org>
19120
19121 * disp-table.el (standard-display-underline): Don't use
19122 internal-find-face.
19123
19124 * mail/reporter.el: Maintainer change. Doc fixes.
19125 (reporter-version): Deleted.
19126
19127 * emacs-lisp/elp.el: Maintainer change.
19128 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19129
19130 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19131
19132 * add-log.el (add-change-log-entry): Merge the current entry with the
19133 previous one if the previous one is empty.
19134
19135 2000-05-26 Dave Love <fx@gnu.org>
19136
19137 * loadhist.el (unload-feature): Fix interactive spec [from
19138 lijnzaad@ebi.ac.uk].
19139
19140 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19141 subr-arity to check primitives.
19142 (byte-compile-flush-pending, byte-compile-file-form-progn)
19143 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19144 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19145 mapcar.
19146
19147 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19148
19149 * international/fontset.el: Set family names of non-latin charsets
19150 in default fontset to "*".
19151
19152 * international/mule-diag.el (print-fontset): Combine family part
19153 and registry part of the fontname by "-*-" instead of "-".
19154
19155 * international/mule-cmds.el (encode-coding-char): Make strings
19156 multibyte before calling encode-coding-string.
19157
19158 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19159
19160 * derived.el: Fix keywords.
19161 (define-derived-mode): Only define if needed.
19162
19163 * simple.el (fill-comment, comment-column, comment-start)
19164 (comment-start-skip, comment-end, comment-indent-function)
19165 (block-comment-start, block-comment-end, indent-for-comment)
19166 (set-comment-column, kill-comment, comment-padding, comment-region)
19167 (comment-multi-line, indent-new-comment-line): Remove.
19168
19169 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19170 function names for comment operations.
19171
19172 * newcomment.el: Add abundant autoload cookies.
19173 (comment-style): Don't depend on runtime data at compile-time.
19174 (comment-indent-hook): Remove.
19175 (comment-indent): Check if comment-indent-hook is bound.
19176 (comment-region): Docstring fix.
19177
19178 2000-05-25 Dave Love <fx@gnu.org>
19179
19180 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19181 byte-code-function-p.
19182
19183 * mail/rmailsum.el: Add provide.
19184
19185 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19186
19187 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19188 defcustom.
19189
19190 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19191
19192 * ediff-diff.el (ediff-exec-process): delete --binary option from
19193 non-buffer ediff jobs.
19194
19195 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19196
19197 * hilit-chg.el (highlight-changes-mode): Ask about color or
19198 grayscale support, not about window-system.
19199
19200 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19201 window-system.
19202 (ffap-highlight): Always default to t.
19203
19204 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19205 display-popup-menus-p instead of looking at window-system.
19206
19207 * disp-table.el (standard-display-g1, standard-display-graphic):
19208 Only refuse to use string glyphs on X and MS-Windows.
19209
19210 * avoid.el: Remove window-system from commentary, suggest to use
19211 display-*-p instead.
19212
19213 * apropos.el (apropos-print): Use display-mouse-p instead of
19214 window-system.
19215
19216 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19217
19218 * international/codepage.el (cp-decoding-vector-for-codepage):
19219 Fill up unsupported characters with their own codes. From Kenichi
19220 Handa.
19221
19222 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19223
19224 * international/mule-diag.el (describe-char-after): Use
19225 display-graphic-p instead of window-system, so that this function
19226 works on MS-DOS.
19227
19228 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19229
19230 * international/codepage.el (cp-make-coding-systems-for-codepage):
19231 Remove the eight-bit-graphic and eight-bit-control charsets from
19232 the list of charsets which we convert into `?'.
19233
19234 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19235
19236 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19237 private charsets.
19238 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19239 japanese-jisx0213-2): New charsets.
19240
19241 * international/fontset.el: Setup default fontset for new charsets.
19242
19243 2000-05-24 Dave Love <fx@gnu.org>
19244
19245 * info.el (Info-find-node-2): Restructure [following "Vadim
19246 S. Solomin" <sovs@uic.nnov.ru>].
19247
19248 * icomplete.el: Fix header for Finder.
19249
19250 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19251
19252 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19253 STAY.
19254
19255 * rmail.el (rmail-automatic-folder-directives): New user variable.
19256 (rmail-show-message): Add call to `rmail-auto-file' during
19257 display.
19258 (rmail-auto-file): New function.
19259
19260 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19261
19262 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19263 account.
19264 (ediff-test-utility,ediff-diff-mandatory-option)
19265 (ediff-reset-diff-options): Utilities for proper initialization of
19266 ediff-diff-options and ediff-diff3-options on Windows.
19267
19268 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19269 variable.
19270
19271 * ediff-mult.el (ediff-filegroup-action): Use
19272 ediff-merge-filename-prefix.
19273
19274 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19275
19276 * viper-ex.el (ex-write): Set selective display to nil.
19277
19278 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19279
19280 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19281 aliases for hebrew-iso-8bit.
19282
19283 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19284
19285 * woman.el: New version from Francis J. Wright
19286 <F.J.Wright@Maths.QMW.ac.uk>.
19287 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19288 names in environment variables regardless of the path separator.
19289 (woman-topic-all-completions-1): Don't call file-name-directory-p
19290 on all files, since woman-file-regexp already filters out any
19291 directories.
19292
19293 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19294
19295 * international/quail.el (quail-start-translation): Don't change
19296 modified-p of the current buffer.
19297 (quail-start-conversion): Likewise.
19298
19299 * international/kkc.el (kkc-region): Don't change modified-p of
19300 the current buffer.
19301
19302 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19303 conform to RFC1468.
19304 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19305
19306 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19307
19308 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19309 (speedbar-insert-button): Invisible text property fix.
19310 (speedbar-directory-plus): Renamed from speedbar-directory-+
19311 (speedbar-directory-minus): Renamed from speedbar-directory--
19312 (speedbar-page-plus): Renamed from speedbar-file-+
19313 (speedbar-page-minus): Renamed from speedbar-file--
19314 (speedbar-page): Renamed from speedbar-file-
19315 (speedbar-tag): Renamed from speedbar-tag-
19316 (speedbar-tag-plus): Renamed from speedbar-tag-+
19317 (speedbar-tag-minus): Renamed from speedbar-tag--
19318 (speedbar-expand-image-button-alist): Use above renames.
19319
19320 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19321 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19322 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19323 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19324 * sb-pg.xpm: Renamed from sb-file.xpm
19325 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19326 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19327
19328 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19329
19330 * international/quail.el (quail-show-guidance-buf): Set
19331 current-input-method of the guidance buffer to the name of the
19332 curren input method.
19333
19334 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19335
19336 * progmodes/compile.el (compile-internal): Style typo.
19337
19338 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19339 quote vars and functions in the docstring.
19340
19341 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19342
19343 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19344 Don't quote lambdas.
19345
19346 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19347
19348 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19349
19350 * startup.el (command-line): Determine source file of compiled
19351 user init file differently. Warn if compiled user init file
19352 is older than its source file.
19353
19354 * ffap.el (ffap-url-regexp): Add `https'.
19355
19356 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19357
19358 * files.el (make-backup-file-name-1): Replace slashes with `!'
19359 rather than `|' (which is not allowed on Windows). Replace the
19360 drive letters with a string "drive_X".
19361
19362 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19363
19364 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19365
19366 * files.el (interpreter-mode-alist): Add `bash2'.
19367
19368 2000-05-22 Dave Love <fx@gnu.org>
19369
19370 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19371 mapc.
19372 (feature-file): Avoid calling symbol-name. Doc fix.
19373 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19374 (loadhist-hook-functions): Add mouse-position-function.
19375 (unload-feature): Change uses of mapcar.
19376
19377 * files.el (parse-colon-path): Doc fix.
19378 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19379 (set-auto-mode): Use mapc.
19380
19381 * complete.el (PC-look-for-include-file): Use :alnum: character
19382 class.
19383 (partial-completion-mode): Add autoload cookie.
19384
19385 2000-05-22 Sam Steingold <sds@gnu.org>
19386
19387 * info.el (Info-fontify-node): Fixed the call to
19388 `add-text-properties' (bug introduced on 2000-05-18).
19389
19390 2000-05-22 Dave Love <fx@gnu.org>
19391
19392 * bindings.el: Remove debug-ignored-errors set in other files.
19393
19394 * progmodes/etags.el: Add to debug-ignored-errors.
19395 (visit-tags-table-buffer): Clear out buffers holding old tables
19396 when making a new list.
19397 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19398 mapc.
19399
19400 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19401 quote keywords.
19402 (cmpl-string-case-type): Use character classes.
19403
19404 * comint.el:
19405 * textmodes/ispell.el:
19406 * imenu.el:
19407 * mail/mh-e.el:
19408 * progmodes/compile.el: Add to debug-ignored-errors.
19409
19410 * dabbrev.el: Add to debug-ignored-errors.
19411 (dabbrev-completion): Use mapc.
19412
19413 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19414
19415 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19416 (woman-mapcan, woman-parse-man.conf)
19417 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19418 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19419 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19420 path syntax better.
19421 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19422 (woman-manpath): Call woman-parse-man.conf.
19423 (woman-emulation): New defcustom, defaults to nroff.
19424 (woman-font-support): New defconst.
19425 (woman-use-symbol-font): New defcustom.
19426 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19427 "Emulation".
19428 Many functions: Doc fix.
19429
19430 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19431
19432 * international/quail.el (quail-simple-translation-keymap): Map
19433 128..255 to quail-self-insert-command.
19434 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19435
19436 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19437
19438 * help.el (help-manyarg-func-alist): Typo.
19439
19440 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19441 intervals which makes it heaps simpler.
19442
19443 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19444 the nested comment markers.
19445
19446 * subr.el (remove-hook): Don't turn the hook's value into a list.
19447
19448 2000-05-21 Dave Love <fx@gnu.org>
19449
19450 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19451 are invalid characters.
19452
19453 * international/mule-util.el (detect-coding-with-priority): Use
19454 mapc. Remove redundant lambda.
19455
19456 * international/mule-diag.el (list-non-iso-charset-chars)
19457 (describe-fontset): Remove redundant lambda.
19458
19459 * emulation/crisp.el (brief-mode): New alias.
19460
19461 * emacs-lisp/ring.el (ring-elements): New function.
19462
19463 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19464 (easy-menu-do-add-item): Use keywordp.
19465
19466 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19467
19468 * replace.el: Doc and error message fixes.
19469 (replace-highlight): Use facep, not internal-find-face.
19470
19471 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19472
19473 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19474
19475 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19476 (log-edit-insert-changelog): Drop `:' as well.
19477
19478 * log-view.el: Fix file description.
19479 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19480 available.
19481 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19482 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19483
19484 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19485 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19486 Print a status message if the toggle is called interactively.
19487 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19488 for global minor modes and use `defcustom' for them.
19489 Use add-minor-mode.
19490 (easy-mmode-define-derived-mode): Remove.
19491 (define-derived-mode): Fancier default docstring.
19492 (easy-mmode-define-navigation): Signal an error rather than (ding).
19493
19494 * newcomment.el (comment-styles): New `box-multi'.
19495 (comment-normalize-vars): Better default for comment-continue to
19496 avoid whitespace-only continuations.
19497 (comment-search-forward): Always move even in the no-syntax case.
19498 (comment-padright): Only obey N if it's only obeyed for padleft.
19499 (comment-make-extra-lines): Better handling of empty continuations.
19500 Use `=' for the filler if comment-start has only one character.
19501 (uncomment-region): Try handling the special `=' filler.
19502 (comment-region): Allow LINES even if MULTI is nil.
19503 (comment-box): Choose box style based on comment-style.
19504
19505 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19506
19507 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19508 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19509
19510 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19511
19512 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19513 and insert, not subst-char-in-region.
19514
19515 * international/mule-diag.el (list-character-sets-1): Handle
19516 charsets eight-bit-control and eight-bit-graphic.
19517 (list-iso-charset-chars): Likewise.
19518 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19519 charactes as is. Use indent-to to align characters.
19520
19521 * international/mule-cmds.el (find-multibyte-characters): Never
19522 exclude charsets eight-bit-control and eight-bit-graphic.
19523
19524 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19525
19526 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19527 Don't quote lambdas.
19528
19529 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19530
19531 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19532
19533 * gud.el (gud-jdb-directories): Doc fix.
19534
19535 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19536
19537 * newcomment.el: New file.
19538
19539 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19540
19541 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19542
19543 2000-05-18 Andreas Schwab <schwab@suse.de>
19544
19545 * dired.el (dired-between-files): Also skip lines beginning with
19546 `used'.
19547
19548 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19549
19550 * msb.el (msb-menu-cond): Add choice `user'.
19551
19552 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19553
19554 * ps-print.el: Compatibility, customization and doc fix.
19555 (ps-printer-name-option): Replace defconst by defvar.
19556 (ps-postscript-code-directory): XEmacs compatibility.
19557 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19558 fix.
19559 (ps-user-defined-prologue, ps-print-prologue-header)
19560 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19561 compatibility and code fix.
19562 (ps-print-background-image, ps-print-background-text):
19563 Customization fix.
19564 (ps-line-number-start, ps-n-up-on): New vars.
19565
19566 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19567
19568 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19569 the indent-comment function to just return the appropriate indent.
19570
19571 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19572
19573 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19574 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19575 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19576
19577 2000-05-18 Dave Love <fx@gnu.org>
19578
19579 * info.el (Info-fontify-node): Add intangible property as well as
19580 invisible.
19581
19582 * calendar/appt.el (appt-make-list): Match all lines of entry.
19583 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19584
19585 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19586
19587 * international/mule-diag.el (describe-char-after): Call
19588 internal-char-font, not char-font. If internal-char-font returns
19589 nil, display "-- none --".
19590
19591 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19592
19593 * image.el (image-type-available-p): Don't reference image-types
19594 if it isn't bound.
19595
19596 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19597
19598 * autoarg.el (autoarg-mode): Typo in the :set argument.
19599
19600 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19601
19602 * startup.el (command-line-1): Don't signal an error if the
19603 directory for auto-save-list files does not yet exist.
19604
19605 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19606
19607 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19608
19609 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19610
19611 * subr.el (remove-hook): `setq' hook-value, not `set'.
19612
19613 2000-05-16 Sam Steingold <sds@gnu.org>
19614
19615 * info.el (debug-ignored-errors): More errors to ignore.
19616
19617 2000-05-16 Dave Love <fx@gnu.org>
19618
19619 * cus-edit.el: Don't require cl or easymenu.
19620 (custom-variable-prompt): Test standard-value property, not
19621 user-variable-p.
19622
19623 2000-05-16 Sam Steingold <sds@gnu.org>
19624
19625 * subr.el (add-hook): `setq' hook-value, not `set'.
19626
19627 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19628
19629 * startup.el (command-line-1): Mention the FAQ in the startup
19630 message.
19631
19632 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19633
19634 * progmodes/compile.el (compilation-parse-errors): Collect
19635 `nomessage' regexps last.
19636
19637 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19638
19639 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19640 to the function name.
19641
19642 2000-05-15 Dave Love <fx@gnu.org>
19643
19644 * speedbar.el (speedbar-recenter): Typo.
19645 (speedbar-expand-line): Make arg optional.
19646 (speedbar-mode): Avoid a compiler warning.
19647
19648 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19649
19650 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19651 user-specified option string is empty.
19652
19653 * mouse.el (mouse-yank-at-click): Doc fix.
19654
19655 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19656
19657 * term/internal.el (IT-character-translations): More updates of
19658 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19659 documents.
19660
19661 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19662
19663 * env.el (getenv): New function, interactively callable.
19664 (setenv, getenv): Remove autoload cookies.
19665
19666 * loadup.el: Load `env'.
19667
19668 * progmodes/f90.el: Change author's mail address.
19669
19670 2000-05-14 Dave Love <fx@gnu.org>
19671
19672 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19673 goto-addr as an option.
19674
19675 * help.el (help-xref-stack): Doc fix.
19676 (help-xref-following): New variable.
19677 (help-make-xrefs): Use it.
19678 (help-xref-go-back): Use position information from stack element.
19679 (help-follow): Make position in stack element a pair. Use
19680 help-xref-following.
19681
19682 * autoarg.el: New file.
19683
19684 * faces.el: Declare more functions obsolete.
19685
19686 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19687 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19688 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19689 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19690 Remove all the setup-...-environment functions.
19691
19692 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19693
19694 * speedbar.el: Updated the commentary section. xemacs20p now uses
19695 >= when detecting. Require `defimage' safely.
19696 (speedbar-easymenu-definition-base): Add toggle for images.
19697 (speedbar-easymenu-definition-special): Add flush cache & expand.
19698 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19699 (speedbar-reconfigure-keymaps-hook): New variable.
19700 (speedbar-frame-parameters): Updated documentation.
19701 (speedbar-use-imenu-flag): Updated custom tag
19702 (speedbar-dynamic-tags-function-list): New variable.
19703 (speedbar-tag-hierarchy-method): Updated doc & custom.
19704 (speedbar-indentation-width, speedbar-indentation-width) New
19705 variables.
19706 (speedbar-hide-button-brackets-flag): Customizable.
19707 (speedbar-vc-indicator): Doc update.
19708 (speedbar-ignored-path-expressions): Updated default value.
19709 (speedbar-supported-extension-expressions): Updated default value.
19710 (speedbar-syntax-table): Remove {} paren status.
19711 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19712 as "+". Added overlay aliases.
19713 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19714 `force-mode-line-update'.
19715 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19716 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19717 `mouse-set-point'
19718 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19719 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19720 of arbitrary text, and new helper functions.
19721 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19722 filename finder.
19723 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19724 (speedbar-directory-buttons): Update path search/expansion.
19725 (speedbar-make-tag-line): Pay attention to
19726 `speedbar-indentation-width'. Use more care w/ invisible
19727 properties.
19728 (speedbar-change-expand-button-char): Call
19729 `speedbar-insert-image-button-maybe'.
19730 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19731 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19732 (speedbar-trim-words-tag-hierarchy)
19733 (speedbar-simple-group-tag-hierarchy): New functions
19734 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19735 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19736 functions.
19737 (speedbar-mouse-set-point): New function
19738 (speedbar-power-click): Updated documentation.
19739 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19740 of tag prefix text.
19741 (speedbar-expand-line, speedbar-contract-line): Make more robust
19742 to strange text.
19743 (speedbar-expand-line): Takes universal argument to flush the
19744 cache.
19745 (speedbar-flush-expand-line): New function.
19746 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19747 Use new generator insertion method.
19748 (speedbar-fetch-dynamic-tags): New function.
19749 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19750 `speedbar-fetch-dynamic-imenu'.
19751 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19752 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19753 "Revert Buffer" menu items.
19754 (speedbar-buffer-buttons-engine): Be smarter when creating a
19755 filename tag (for expansion purposes.).
19756 (speedbar-highlight-one-tag-line,
19757 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19758 (speedbar-recenter): New functions.
19759 (defimage-speedbar): Image loading abstraction.
19760 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19761 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19762 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19763 (speedbar-tag-type, speedbar-tag-mail): New images.
19764 (speedbar-expand-image-button-alist): New variable.
19765 (speedbar-insert-image-button-maybe): Insert an image over some
19766 buttons.
19767
19768 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19769
19770 * international/mule-cmds.el (encode-coding-char): An ASCII
19771 character is always encodable.
19772
19773 * international/mule-conf.el: Add more information in descriptions
19774 of character sets.
19775
19776 * international/mule-diag.el (describe-char-after): New function.
19777 (describe-font-internal): Adjusted for the change of font-info.
19778 (describe-font): Likewise.
19779 (print-fontset): Rewritten for the new fontset implementation.
19780 (describe-fontset): Include fontset alias names in completion.
19781 (list-fontsets): Adjusted for the change of print-fontset.
19782
19783 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19784 describe-char-after instead of displaying the detail in the echo
19785 area.
19786 (syntax-code-table): Format changed.
19787 (string-to-syntax): Adjusted for the above change.
19788
19789 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19790
19791 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19792
19793 2000-05-12 Dave Love <fx@gnu.org>
19794
19795 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19796 dependence. Use line-{beginning,end}-position, not
19797 point-at{b,e}ol. Some doc fixes.
19798 (todo-position): New function. Fix callers of position to use it.
19799 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19800
19801 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19802
19803 * time.el (display-time-mail-icon): Use `:ascent center'.
19804
19805 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19806 handling FTP security extensions.
19807
19808 2000-05-11 Dave Love <fx@gnu.org>
19809
19810 * calendar/todo-mode.el: New file.
19811
19812 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19813
19814 * comint.el (comint-read-input-ring): Move reference to
19815 comint-input-ring-size outside of the save-excursion. It was
19816 causing the default value to be the only one ever seen.
19817
19818 * font-lock.el: Update copyright. Remove Simon Marshall's email
19819 address on request from him.
19820
19821 * subr.el (substitute-key-definition): Add comment describing
19822 the meaning of PREFIX.
19823
19824 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19825
19826 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19827
19828 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19829 (add-minor-mode): Don't make the variable buffer-local and add a
19830 reference to define-minor-mode in the docstring.
19831
19832 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19833 HEADER/FOOTER and fix bug with trailing empty directory.
19834 (cvs-append-to-ignore): Use vc-editable-p if available.
19835 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19836 (vc-do-command): Tweak advice to handle the new VC.
19837
19838 * log-view.el (log-view-goto-rev): New function for the new VC.
19839 (log-view-minor-wrap): Use mark-active.
19840
19841 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19842 (log-edit-changelog-full-paragraphs): New var.
19843 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19844 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19845 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19846 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19847 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19848 Replace the `cvs' prefix with `log-edit'.
19849
19850 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19851
19852 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19853 (diff-font-lock-defaults): Explicitly turn off multiline.
19854 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19855 (diff-ediff-patch): Fix call to ediff-patch-file.
19856 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19857 Handle comments.
19858
19859 * frame.el (automatic-hscrolling): Typo.
19860
19861 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19862
19863 2000-05-09 Sam Steingold <sds@goems.com>
19864
19865 * apropos.el (apropos-print): use `describe-face' instead of
19866 `customize-face-other-window'.
19867
19868 2000-05-09 Dave Love <fx@gnu.org>
19869
19870 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19871
19872 * help.el (describe-variable): Have customize button pop the
19873 help-xref stack when invoked.
19874 (help-xref-symbol-regexp): Add `face'.
19875 (help-make-xrefs): Check for quoted face names and adapt regexp
19876 submatch numbers to cope.
19877 (help-xref-interned): Maybe insert face doc too. Separate
19878 sections with a line of hyphens.
19879
19880 * faces.el: Some doc fixes. Declare some functions obsolete.
19881 (describe-face): Add customize button. Return the help
19882 text. Fix prompt.
19883
19884 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19885
19886 * term/internal.el (IT-character-translations): Fix last change.
19887
19888 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19889
19890 * woman.el: New file
19891 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19892
19893 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19894
19895 * term/internal.el (IT-character-translations): Update ASCII
19896 simulations for greek-iso8859-7, add latin-iso8859-14 and
19897 latin-iso8859-15.
19898
19899 * international/mule-cmds.el (set-language-info-alist): Call
19900 define-prefix-command with 3 arguments, to make the map suitable
19901 for a menu.
19902
19903 2000-05-07 Dave Love <fx@gnu.org>
19904
19905 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19906
19907 2000-05-05 Dave Love <fx@gnu.org>
19908
19909 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19910 list in doc string. Don't quote keyword symbols.
19911 * emacs-lisp/cl.el: Likewise
19912 * emacs-lisp/cl-seq.el: Likewise
19913
19914 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19915
19916 * abbrev.el (abbrev-mode): Make ARG optional.
19917
19918 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19919
19920 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19921
19922 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19923
19924 * subr.el (substitute-key-definition): Clarify documentation.
19925
19926 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19927
19928 * glasses.el (glasses-convert-to-unreadable): Use
19929 `glasses-separator' instead of the hard-wired "_".
19930 (glasses-mode): Call `glasses-make-unreadable' only in a single
19931 place.
19932
19933 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19934
19935 * term/internal.el (cjk-codepages-alist): Add associations for
19936 Chinese and Korean codepages. Remove FIXME comment.
19937
19938 2000-05-03 Dave Love <fx@gnu.org>
19939
19940 * time.el (display-time-mail-face, display-time-use-mail-icon):
19941 New option.
19942 (display-time-mail-icon): New variable.
19943 (display-time-string-forms): Use the above. Fix the local-map.
19944
19945 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19946
19947 * replace.el (query-replace-map): Add binding for `E'.
19948 (query-replace-help): Extend help text.
19949 (perform-replace): Allow editing the replacement string.
19950
19951 * make-mode.el (makefile-mode-abbrev-table): New variable.
19952 (makefile-mode): Set local abbrev table to
19953 makefile-mode-abbrev-table.
19954 (makefile-font-lock-keywords): Fontify includes and conditionals.
19955
19956 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19957 set TOGGLE's value.
19958
19959 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19960 mail-interactive-insert-alias.
19961 (mail-abbrev-complete-alias): New command.
19962 (mail-mode-map): Bind it to `M-TAB'.
19963
19964 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19965
19966 * language/lao-util.el (lao-compose-region): New function.
19967
19968 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19969
19970 * files.el (recover-session): Make directories as necessary
19971 if they don't exist yet.
19972
19973 * calendar/cal-french.el
19974 (french-calendar-multibyte-special-days-array)
19975 (french-calendar-special-days-array): Change French text.
19976 (calendar-french-date-string): Change output.
19977 (calendar-goto-french-date): Likewise.
19978
19979 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19980
19981 * wid-edit.el (widget-default-active): Obey `:always-active'.
19982 (widget-documentation-string-value-create): Set `:always-active'.
19983
19984 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19985
19986 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19987 default prefix to `~/_emacs.d/auto-save.list/_s'.
19988 (normal-top-level): Create the directory for auto-save files, if
19989 it doesn't already exist (in the ms-dos case only).
19990
19991 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19992
19993 * international/mule-cmds.el (set-language-environment): Don't
19994 concat an integer (dos-codepage), use format instead.
19995
19996 2000-05-02 Dave Love <fx@gnu.org>
19997
19998 * help.el (help-xref-on-pp): Check for constant symbols.
19999
20000 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20001
20002 * startup.el (normal-top-level): Put a condition-case around
20003 the code loading subdirs.el.
20004
20005 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20006
20007 * ps-print.el: Upside-down and face background color printing,
20008 line number step, doc fix.
20009 (ps-print-version): New version number (5.2).
20010 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20011 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20012 (ps-spool-config): Var fix.
20013 (ps-printer-name-option): Const fix.
20014 (ps-print-upside-down, ps-use-face-background)
20015 (ps-line-number-step): New vars.
20016 (ps-window-system, ps-lp-system): New consts.
20017 (ps-face-background): New fun.
20018
20019 2000-04-28 Richard Stallman <rms@gnu.org>
20020
20021 * files.el (make-auto-save-file-name):
20022 Apply auto-save-file-name-transforms to visited file name
20023 before generating auto save file name.
20024 (auto-save-file-name-transforms): New variable.
20025
20026 * files.el (backup-enable-predicate):
20027 Correctly test for a file under a temporary directory.
20028
20029 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20030
20031 * subr.el (add-minor-mode): Rewritten.
20032
20033 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20034
20035 * mail/sendmail.el (sendmail-send-it): Set
20036 buffer-file-coding-system to the selected coding system for MIME
20037 header.
20038
20039 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20040
20041 * dired.el (dired-move-to-filename-regexp): Allow format where
20042 YYYY is followed by two spaces.
20043
20044 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20045 in the second character class of the regexp.
20046
20047 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20048 mh-etc, too.
20049
20050 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20051 nil.
20052
20053 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20054
20055 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20056 argument.
20057
20058 2000-04-27 Sen Nagata <sen@eccosys.com>
20059
20060 * emacs-lisp/crm.el (crm-completion-table): New variable.
20061 (crm-collection-fn, crm-test-completion)
20062 (completing-read-multiple): Use it.
20063
20064 2000-04-27 Dave Love <fx@gnu.org>
20065
20066 * help.el (locate-library): Use mapc.
20067 (help-manyarg-func-alist): Add call-process-region.
20068
20069 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20070
20071 * subr.el (add-minor-mode): Make argument MAP optional.
20072
20073 * desktop.el (desktop-save): Save list of minor modes.
20074 (desktop-create-buffer): Restore minor modes.
20075 (desktop-minor-mode-table): New user-option.
20076
20077 * subr.el (add-minor-mode): New function.
20078
20079 * image.el (find-image): New function.
20080 (defimage): Rewritten to find image at load time.
20081
20082 * startup.el (normal-top-level-add-to-load-path): Handle
20083 case that the default directory is not in load-path.
20084
20085 * help.el: Old patch from Stefan Monnier.
20086 (help-xref-on-pp): New function.
20087 (describe-variable): Use it to display xrefs in a symbol's value.
20088
20089 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20090
20091 * cus-edit.el (custom-face): Fix parenthesis.
20092
20093 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20094
20095 * mail/rmail.el (rmail-expunge): When there are no deleted
20096 messages, do nothing.
20097
20098 2000-04-26 Dave Love <fx@gnu.org>
20099
20100 * international/mule-cmds.el (locale-translation-file-name):
20101 Defvar to nil.
20102 (set-locale-environment): Set it here (at runtime).
20103
20104 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20105
20106 * replace.el (perform-replace): Add parameters START and END. Use
20107 them instead of the check for a region in Transient Mark mode.
20108 (query-replace-read-args): Return two more list elements for the
20109 start and end of the region in Transient Mark mode.
20110 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20111 (map-query-replace-regexp, replace-string, replace-regexp): Add
20112 optional last arguments START and END and pass them to
20113 perform-replace.
20114
20115 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20116 form with additional arguments for perform-replace.
20117
20118 * progmodes/etags.el (tags-query-replace): Add parameters START
20119 and END. Construct a form with additional arguments for
20120 perform-replace.
20121
20122 * simple.el (shell-command): Set default directory for "*Shell
20123 Command Output" buffer.
20124
20125 * language/european.el (iso-latin-4): Fix typo.
20126
20127 * emacs-lisp/crm.el: New file.
20128
20129 2000-04-24 Dave Love <fx@gnu.org>
20130
20131 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20132 (Custom-reset-saved, Custom-reset-standard)
20133 (custom-group-value-create, custom-group-set, custom-group-save)
20134 (custom-group-reset-current, custom-group-reset-saved)
20135 (custom-group-reset-standard): Use mapc.
20136 (custom-buffer-create-internal): Disable undo when creating items.
20137 Use mapc.
20138 (custom-face): Avoid redundant lambda.
20139
20140 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20141
20142 * startup.el (auto-save-list-file-prefix): Set default to
20143 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20144
20145 2000-04-24 Sam Steingold <sds@gnu.org>
20146
20147 * time-stamp.el (time-stamp-string-preprocess): Always convert
20148 `field-result' to a string.
20149
20150 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20151
20152 * frame.el (scrolling): New group.
20153 (automatic-hscrolling): New user-option.
20154
20155 * startup.el (command-line-x-option-alist): Add `-lsp' and
20156 `--line-spacing'.
20157
20158 2000-04-19 Dave Love <fx@gnu.org>
20159
20160 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20161 (cl-mapc): Rename from mapc. Fix the funcall.
20162
20163 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20164
20165 * simple.el (clone-indirect-buffer-other-window): New command.
20166 (clone-indirect-buffer): Add optional arg NORECROD.
20167 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20168
20169 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20170
20171 * window.el (count-screen-lines): New function.
20172 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20173 instead of window-buffer-height.
20174
20175 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20176 non-existing variable comint-input-sentinel.
20177 (inferior-lisp-args-to-list): Removed.
20178 (inferior-lisp): Use split-string instead of
20179 inferior-lisp-args-to-list.
20180
20181 * hexl.el (hexl-insert-hex-string): New command.
20182
20183 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20184 instead of concat.
20185
20186 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20187
20188 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20189 at the start of an existing but empty folder.
20190
20191 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20192
20193 * ps-mule.el: Customization fix, doc fix.
20194 (ps-multibyte-buffer): Customization fix.
20195
20196 2000-04-17 Richard M. Stallman <rms@gnu.org>
20197
20198 * subr.el (read-passwd): Use read-char-exclusive.
20199
20200 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20201
20202 * textmodes/texinfo.el (texinfo-insert-@email)
20203 (texinfo-insert-@emph, texinfo-insert-@quotation)
20204 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20205 (texinfo-mode-map): Add key bindings for them.
20206
20207 * files.el (basic-save-buffer-2): Use a template with `$'
20208 instead of `#' for VMS.
20209
20210 * simple.el (clone-indirect-buffer): New function.
20211
20212 2000-04-16 Stephen Eglen <stephen@gnu.org>
20213
20214 * iswitchb.el (iswitchb-case): New function. If the user input
20215 contains any upper-case characters, the search is made
20216 case-sensitive.
20217
20218 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20219
20220 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20221 comment-end.
20222 (texinfo-font-lock-syntactic-keywords): New var.
20223 (texinfo-font-lock-keywords): Remove comment regexp.
20224 (texinfo-insert-block): New function.
20225 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20226 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20227 and font-lock-defaults. Use regexp-opt for outline-regexp.
20228 (texinfo-environments): New var.
20229 (texinfo-environment-regexp): Use regexp-opt and
20230 texinfo-environments.
20231
20232 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20233 ispell-process is bound since this might be eval'd before ispell
20234 is loaded.
20235 (ispell-message): Use a tiny bit less magic and a bit more hard
20236 data to figure out what kind of sc-cite-regexp to use.
20237
20238 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20239
20240 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20241 (insert-cyclic-diary-entry): Unquote the lambda.
20242
20243 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20244
20245 * files.el (backup-enable-predicate): Unquote the lambda.
20246
20247 * cus-edit.el (custom-face, face): Unquote the lambda.
20248
20249 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20250
20251 * ps-print.el: Check for line-beginning-position definition.
20252
20253 * ps-print.el: Fix counting lines in a region.
20254 (ps-print-version): New version number (5.1.5).
20255 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20256 (ps-printing-region): Fun code fix.
20257
20258 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20259
20260 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20261 to file-directory-p.
20262
20263 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20264
20265 * gud.el (gud-jdb-build-source-files-list): Check that directory
20266 exists before calling directory-files.
20267
20268 2000-04-13 Dave Love <fx@gnu.org>
20269
20270 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20271 syntax.
20272
20273 * emacs-lisp/cl-specs.el: Remove when, unless.
20274
20275 * emacs-lisp/cl-extra.el: Don't quote keywords.
20276 (cl-old-mapc): New variable.
20277 (mapc): Use it.
20278 (cl-map-intervals): Use with-current-buffer. Don't check for
20279 next-property-change.
20280 (cl-map-overlays): Use with-current-buffer.
20281 (cl-expt): Remove.
20282 (copy-tree, remprop): Define unconditionally.
20283
20284 * emacs-lisp/cl-compat.el (keywordp): Remove.
20285
20286 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20287 to use keywordp.
20288 (edebug-spec): Enable keywordp.
20289
20290 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20291 string-lessp.
20292
20293 * cus-start.el: Use keywordp.
20294
20295 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20296
20297 * diary-lib.el (include-other-diary-files): Fix the fix of
20298 2000-02-18 by doing a save-excursion.
20299
20300 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20301
20302 * ps-print.el: Customization fix, doc fix.
20303 (ps-print-version): New version number (5.1.4).
20304 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20305 (ps-print-preprint): Adjust code.
20306 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20307 (ps-print-prologue-header, ps-print-control-characters)
20308 (ps-spool-config): Customization fix.
20309
20310 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20311
20312 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20313 converted to the new menu-item format, names silightly changed,
20314 help strings added.
20315
20316 Support for spelling without async subprocesses:
20317
20318 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20319 (ispell-session-buffer): New variables.
20320 (ispell-start-process, ispell-process-status,
20321 ispell-accept-output, ispell-send-string): New functions, for
20322 Ispell invocation when async subprocesses aren't supported.
20323 (ispell-word, ispell-pdict-save, ispell-command-loop,
20324 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20325 to process-send-string with calls to ispell-send-string, and
20326 accept-process-output with ispell-accept-output.
20327 (ispell-init-process): Call ispell-process-status instead of
20328 process-status with.
20329 (ispell-init-process): Call ispell-start-process. Call
20330 ispell-accept-output and ispell-send-string. Don't call
20331 process-kill-without-query and kill-process if they are unbound.
20332 (ispell-async-processp): New function.
20333
20334 2000-04-12 Dave Love <fx@gnu.org>
20335
20336 * info.el: Add debug-ignored-errors.
20337 (Info-mode-menu): Add some items.
20338 (Info-directory): Add autoload cookie.
20339
20340 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20341 Modify `truncate-lines'. Make `describe-language-environment'
20342 always visible and add help. Modify `describe-key' help. Invoke
20343 Info-directory from `info'. New entry `emacs-manual'.
20344
20345 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20346
20347 * progmodes/ebrowse.el (ebrowse-tree-mode):
20348 Use propertized-buffer-identification.
20349 (ebrowse-update-member-buffer-mode-line): Likewise.
20350 (ebrowse--mode-strings): Removed.
20351 (ebrowse--mode-line-props): Removed.
20352
20353 * files.el (auto-mode-alist): Add `EBROWSE'.
20354
20355 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20356 space before testing for end of buffer.
20357 (ebrowse-load): Removed.
20358 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20359 (ebrowse-create-tree-buffer): Rewritten.
20360 (ebrowse-tree-mode): Read tree from buffer.
20361
20362 * progmodes/ebrowse-ffh.el: Removed.
20363
20364 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20365
20366 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20367
20368 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20369
20370 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20371 at the wrong place.
20372
20373 2000-04-09 Dave Love <fx@gnu.org>
20374
20375 * files.el (backup-enable-predicate):
20376 Use temporary-file-directory, small-temporary-file-directory.
20377 (make-backup-file-name-function, backup-directory-alist): New vars.
20378 (make-backup-file-name-1): New function.
20379 (make-backup-file-name): Use it.
20380 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20381 (file-newest-backup): Use make-backup-file-name.
20382
20383 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20384
20385 * progmodes/ebrowse-ffh.el: New file.
20386
20387 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20388 Moved to ebrowse-ffh.el.
20389 (ebrowse-load): Add autoload.
20390
20391 * finder.el (finder-commentary): Add autoload cookie.
20392
20393 * mail/rfc2368.el: Correct author's email address.
20394
20395 * progmodes/ebrowse.el: New file.
20396
20397 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20398 item help string.
20399 (easy-menu-do-add-item): Ditto.
20400 (easy-menu-define): Extend doc string.
20401
20402 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20403 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20404 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20405 with-buffer-unmodified.
20406
20407 2000-04-08 Dave Love <fx@gnu.org>
20408
20409 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20410 unless, when.
20411
20412 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20413
20414 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20415 (viper-flash-search-pattern): No operation when using Emacs
20416 doesn't support face.
20417 Use `viper-put-on-search-overlay'.
20418
20419 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20420
20421 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20422 like C-r.
20423
20424 * progmodes/make-mode.el: Some doc fixes.
20425 (makefile-mode-abbrev-table): New variable.
20426 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20427 (makefile-font-lock-keywords): Fontify includes and conditionals.
20428 (toplevel): Require `dabbrev' and `add-log' when compiling.
20429
20430 * replace.el (perform-replace): Don't move forward one char
20431 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20432 to do that because it leaves point 1 position after the last
20433 replacement, after everything has been replaced.
20434
20435 * jit-lock.el (with-buffer-unmodified): New macro.
20436 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20437 modified state.
20438 (jit-lock-function-1): Extracted from jit-lock-function; not
20439 preserving buffer's modified state.
20440 (jit-lock-function, jit-lock-stealth-fontify):
20441 Call jit-lock-function-1.
20442
20443 * mail/rfc2368.el: Remove supernumerary copyright line.
20444
20445 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20446
20447 * glasses.el: Provide facilities for inserting space before left
20448 parentheses and uncapitalization of identifiers.
20449 (glasses-mode): Try to remove old overlays in all cases.
20450
20451 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20452
20453 * progmodes/compile.el (compile-internal): Display the compilation
20454 buffer in a different frame, if it's already displayed there.
20455
20456 * mail/rfc2368.el: New file.
20457
20458 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20459 header and insert its value as mail body.
20460
20461 * subr.el (member-ignore-case): New function.
20462
20463 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20464 (dabbrev--find-expansion): Ignore buffers matching a regexp
20465 from dabbrev-ignored-regexps.
20466
20467 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20468 to extensions handled by gzip.
20469
20470 2000-04-03 Richard M. Stallman <rms@gnu.org>
20471
20472 * files.el (insert-directory): List the total free space
20473 along with the used space.
20474
20475 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20476 line is followed by one that matches CITATION-REGEXP, end the
20477 paragraph.
20478
20479 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20480
20481 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20482 (rmail-make-basic-summary-line): Use that option.
20483
20484 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20485
20486 * international/mule-cmds.el (encoded-string-description):
20487 Rewritten. Try pretty description for ISO 2022 escape sequences
20488 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20489 for hexadecimal format.
20490
20491 2000-04-01 Dave Love <fx@gnu.org>
20492
20493 * cpp.el: Change customization group to `c' from `C'.
20494
20495 * vcursor.el (vcursor-move): Use display-color-p.
20496
20497 * international/mule-util.el: Provide mule-utils.
20498 (string-to-sequence): Simplify and speed up.
20499
20500 * international/mule.el (make-coding-system): Purecopy doc-string.
20501
20502 * international/mule-cmds.el: Various menu changes.
20503 (describe-specified-language-support): Handle `Default'.
20504 (set-language-info): Purecopy `info'.
20505
20506 2000-03-31 Andrew Innes <andrewi@gnu.org>
20507
20508 * vc.el (vc-backend-diff): Return the correct status if we had to
20509 retry the rcsdiff command without the --brief option.
20510
20511 2000-03-31 Dave Love <fx@gnu.org>
20512
20513 * help.el (help-manyarg-func-alist): Correct several omissions.
20514
20515 * add-log.el: Don't require cl, fortran.
20516 (add-log-current-defun-function): Doc fix.
20517 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20518 (change-log-version-rcs): Function deleted.
20519 (change-log-version-number-search): Doc fix.
20520 Use vc-workfile-version. Avoid CL dolist.
20521 (add-change-log-entry): Just call add-log-current-defun to get
20522 defun. Simplify somewhat.
20523 (change-log-get-method-definition-1): Likewise.
20524 (add-log-current-defun): Return nil if calling
20525 add-log-current-defun-function does so. Move Fortran stuff to
20526 fortran.el. Return string without properties.
20527
20528 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20529 and :alpha: char classes.
20530
20531 * mail/supercite.el: Defvar curline when compiling.
20532 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20533 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20534 rather than a-zA-Z0-9 to allow non-ASCII characters.
20535
20536 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20537
20538 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20539
20540 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20541 Re-enable new code.
20542
20543 * lpr.el (print-region-1): Use -d to specify printer name for
20544 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20545
20546 2000-03-31 Dave Love <fx@gnu.org>
20547
20548 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20549 Look for function definition in symbol's function value slot first
20550 instead of first consulting byte-compile-function-environment.
20551
20552 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20553
20554 * language/european.el ("Polish"): New language environment.
20555 (setup-polish-environment): New function.
20556
20557 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20558
20559 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20560 Disable new code.
20561
20562 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20563 trying to `load' the symbol of an autoload instead of the file
20564 recorded in the autoload. Fix error messages.
20565
20566 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20567
20568 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20569 (ps-print-version): New version number (5.1.3).
20570 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20571 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20572 (ps-generate-postscript-with-faces): Code fix.
20573 (ps-color-values): XEmacs compatibility.
20574 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20575 (ps-default-fg, ps-default-bg): Adjust customization.
20576 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20577 (ps-color-scale): Renaming old ps-color-value fun.
20578 (ps-print-headers): Replace ps-print-header group to avoid conflict
20579 with ps-print-header variable.
20580 (ps-print-miscellany): New group.
20581 (ps-format-color, ps-rgb-color): New funs.
20582 (ps-default-foreground): New var.
20583 (ps-printer-name-option): New const.
20584
20585 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20586
20587 * net/net-utils.el:
20588 (network-connection-host, network-connection-service): New variables
20589 (network-connection-mode): New mode, derived from comint-mode
20590 (network-connection-mode-setup): New function, saves host and
20591 service information in local variables.
20592
20593 * lisp/locate.el:
20594 (locate-word-at-point): Added this function
20595 (locate): Default to using locate-word-at-point as input
20596 Run dired-mode-hook
20597
20598 2000-03-29 Dave Love <fx@gnu.org>
20599
20600 * calendar/appt.el: Doc fixes.
20601 (appt-check): Convert min-to-app to a string before passing to
20602 appt-disp-window-function or concat.
20603 (appt-delete-window): Remove test for frame-root-window.
20604 (appt-select-lowest-window, appt-convert-time): Simplify.
20605
20606 * emacs-lisp/bytecomp.el: Doc fixes.
20607 (byte-compile-file-form-autoload):
20608 Update byte-compile-function-environment.
20609
20610 2000-03-29 Andreas Schwab <schwab@suse.de>
20611
20612 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20613
20614 * dired.el (dired-insert-directory): If dired-free-space-program
20615 failed just delete its output.
20616
20617 2000-03-29 Dave Love <fx@gnu.org>
20618
20619 * international/iso-cvt.el: Move provide to end. Doc fixes.
20620 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20621 (iso-iso2sgml, iso-sgml2iso): New functions.
20622 (iso-cvt-define-menu): Fix some entries and use backquote for
20623 clarity.
20624
20625 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20626
20627 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20628
20629 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20630 ISO-DATE. If non-nil, return date in ISO 8601 format.
20631
20632 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20633
20634 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20635 if it ever becomes used.
20636 (log-edit-mode-hook): Default to vc-log-mode-hook.
20637 (log-edit-mode): Fix the docstring.
20638
20639 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20640 the code.
20641
20642 2000-03-26 Dave Love <fx@gnu.org>
20643
20644 * net/browse-url.el (browse-url): Re-fix case of
20645 browse-url-browser-function being an alist.
20646 (browse-url): Add :link to defgroup.
20647
20648 * files.el: Doc fixes.
20649 (file-truename): Include `[' in wildcard characters.
20650 (automount-dir-prefix): Customize.
20651 (find-file-wildcards): Add :version.
20652 (find-file-noselect): Simplify a mapcar call.
20653
20654 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20655 compatible with inf-lisp version.
20656 (eval-defun-1): Fix custom-declare-variable case.
20657
20658 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20659
20660 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20661
20662 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20663
20664 * Makefile (COMPILE_FIRST): New macro.
20665 (compile-files): Compile files from COMPILE_FIRST first.
20666
20667 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20668
20669 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20670 matching open parenthesis in column 0 to defun-prompt-regexp
20671 only if open-paren-in-column-0-is-defun-start is set.
20672
20673 * sun-curs.el: Require CL at compile-time only.
20674
20675 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20676 instead of copy-list which is a function from CL.
20677 (msb--choose-menu, msb--mode-menu-cond)
20678 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20679 (msb--init-file-alist): Use mapcar instead of mapcan.
20680 (msb--aggregate-alist): Use mapcar instead of mapcan.
20681 Fix `(' in column 0 in doc string.
20682 (msb--add-separators): Use mapcar instead of mapcan.
20683
20684 * cus-dep.el: Require CL at compile-time only.
20685
20686 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20687
20688 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20689 (byte-compile-warnings): New warning `noruntime'.
20690 (byte-compile-constants, byte-compile-variables): Fix docstring.
20691 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20692 execute `eval-whenc-compile's body.
20693 (byte-compile-unresolved-functions): Fix docstring.
20694 (byte-compile-eval): New function.
20695 (byte-compile-callargs-warn): Check if the function will be available
20696 at runtime (via property `byte-compile-noruntime').
20697 (byte-compile-print-syms): New function.
20698 (byte-compile-warn-about-unresolved-functions): Also warn about
20699 `noruntime' functions (and use `byte-compile-print-syms').
20700 (byte-compile-file): Capitalize the message.
20701
20702 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20703
20704 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20705 (rmail-expunge): Ask for confirmation depending on the setting
20706 of rmail-confirm-expunge.
20707
20708 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20709
20710 * Makefile (bootstrap-clean): If $(emacs) exists, build
20711 loaddefs.el first. A loaddefs.el that's not up-to-date might
20712 cause a bootstrap failure because things don't autoload as expected.
20713
20714 2000-03-23 Dave Love <fx@gnu.org>
20715
20716 * net/browse-url.el: Restore previous use of
20717 browse-url-maybe-new-window.
20718
20719 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20720
20721 * ps-print.el: Skip banner page fix.
20722 (ps-print-version): New version number (5.1.2).
20723 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20724
20725 2000-03-23 Dave Pearson <davep@davep.org>
20726
20727 * net/quickurl.el Changed the type of parameter passed to the
20728 function defined by `quickurl-format-function'. Before only the
20729 text of the URL was passed. Now the whole URL structure is passed
20730 and the function is responsible for extracting the parts it requires.
20731 Changed the default of `quickurl-format-function' accordingly.
20732 (quickurl-insert): Changed the `funcall' of
20733 `quickurl-format-function' to match the above change.
20734 (quickurl-list-insert): Changed the `url' case so that it makes
20735 use of `quickurl-format-function', previous to this the format was
20736 hard wired.
20737
20738 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20739
20740 * startup.el: Change some spellings for the X Window System.
20741
20742 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20743
20744 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20745 Clean up the code and the regexp and make sure the cursor is
20746 temporarily moved to the suspicious line while querying the user.
20747
20748 2000-03-22 Jason Rumney <jasonr@gnu.org>
20749
20750 * w32-fns.el (w32-charset-info-alist): Initialize.
20751
20752 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20753
20754 * ps-print.el: N-up last page fix.
20755 (ps-print-version): New version number (5.1.1).
20756 (ps-end-file, ps-end-job, ps-generate): Code fix.
20757
20758 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20759
20760 * files.el (find-file-run-dired): Update docstring.
20761 (find-directory-functions): New hook.
20762 (find-file-noselect): Run find-directory-functions rather than
20763 calling dired directly.
20764
20765 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20766
20767 * pcvs.el: Add a minimal leading commentary.
20768 (cvs-make-cvs-buffer): Change the header part by removing the startup
20769 message and adding a `Module' entry. Also replace the FOOTER and
20770 HEADER special fileinfos with the new support in ewoc for updating
20771 its own footer and header.
20772 (cvs-update-header): Update to use the header/footer of the ewoc.
20773 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20774 (cvs-is-within-p): New function.
20775 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20776 to only examine some subset of the buffers.
20777
20778 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20779 `format' instead of our own ad-hoc functions.
20780 Remove HEADER and FOOTER cases, now handled in the EWOC.
20781 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20782
20783 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20784 output to avoid scaring the user.
20785 (cvs-parse-table): Catch message for non-up-to-date commits.
20786
20787 * pcvs-defs.el (cvs-startup-message): Remove.
20788 (cvs-global-menu): New autoloaded menu.
20789
20790 * pcvs-util.el (cvs-string-fill): Remove.
20791
20792 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20793 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20794 PP part of it and also make it work for footers and headers.
20795 (ewoc-create): Drop POS and BUFFER arguments.
20796 Use the DLL's dummy node to store the end-of-footer position.
20797 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20798 (ewoc-refresh): Remove unused `header' variable.
20799 (ewoc-(get|set)-hf): New functions.
20800
20801 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20802 log-view-*-(message|file) and use easy-mmode-define-navigation.
20803 (log-view-message-re): Match SCCS format as well.
20804 And match the revision line rather than the dashed separator line.
20805 (log-view-mode): Use the new define-derived-mode.
20806 (log-view-current-tag): Fill in with an actual implementation.
20807
20808 * cvs-status.el (cvs-status-(prev|next)): Rename from
20809 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20810 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20811 to let the output "breathe" a little more (more readable).
20812 (cvs-status-mode): Use the new define-derived-mode.
20813
20814 * smerge-mode.el (smerge-auto-leave): New function and variable.
20815 (smerge-basic-map): Rename from smerge-basic-keymap.
20816 Change the bindings for smerge-diff-*.
20817 (smerge-*-map): Use easy-mmode-defmap.
20818 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20819 (smerge-keep-*): Use smerge-auto-leave.
20820
20821 2000-03-21 Jason Rumney <jasonr@gnu.org>
20822
20823 * cus-edit.el (custom-button-face): Use 3D look for w32.
20824 (custom-button-pressed-face): Likewise.
20825
20826 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20827
20828 * progmodes/etags.el (tags-case-fold-search): New user-option.
20829 (tags-loop-eval): New function. Bind case-fold-search around eval
20830 depending on the value of tags-case-fold-search.
20831 (tags-loop-continue): Use tags-loop-eval.
20832 (find-tag-in-order): Bind case-fold-search depending on the value
20833 of tags-case-fold-search.
20834
20835 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20836
20837 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20838 (diff-end-of-hunk): Return the end position for use in
20839 `easy-mmode-define-navigation'.
20840 (diff-recenter): Remove.
20841 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20842 of `easy-mmode-define-navigation'.
20843 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20844 previous renaming) and fix to use new names.
20845 (diff-merge-strings): Use \n as separator: simpler, faster.
20846 (diff-mode): Use `define-derived-mode'.
20847
20848 * derived.el (define-derived-mode): Don't autoload anymore.
20849 Prefer the macro-only version provided by easy-mmode.el.
20850
20851 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20852 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20853 (easy-mmode-define-navigation): New macro.
20854
20855 * subr.el (combine-run-hooks): New function.
20856
20857 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20858
20859 * term/x-win.el: Fontsets related initialization is simplified.
20860
20861 * international/mule-diag.el (describe-font): Don't refer to
20862 global-fontset-alist, instead call font-list.
20863 (describe-fontset, list-fontsets, mule-diag): Likewise.
20864 (print-fontset): Adjusted for the change of fontset implementation.
20865
20866 * international/fontset.el (x-charset-registries): Variable removed,
20867 instead the corresponding data is stored in the default fontset.
20868 (register-alternate-fontnames): Function removed.
20869 (resolved-ascii-font): Variable removed.
20870 (x-compose-font-name): Ignore the second argument REDOCE.
20871 (x-complement-fontset-spec): Complement only an ASCII font and
20872 element for those charsets than can use that ASCII font.
20873 (generate-fontset-menu): Don't refer to global-fontset-alist,
20874 instead call fontset-list.
20875 (uninstantiated-fontset-alist): Variable removed.
20876 (x-style-funcs-alist): Likewise.
20877 (fontset-default-styles): Likewise.
20878 (x-modify-font-name): Function removed.
20879 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20880 (create-fontset-from-ascii-font): Docsting adjusted for the above
20881 change.
20882 (instantiate-fontset, resolve-fontset-name): Functions removed.
20883 (fontset-list): Now implemented by C code.
20884
20885 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20886 (describe-face): Include `font' attribute in the description.
20887
20888 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20889
20890 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20891
20892 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20893
20894 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20895 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20896 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20897
20898 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20899 about behavior of set-buffer-modified-p wrt redisplay.
20900
20901 2000-03-19 Richard M. Stallman <rms@gnu.org>
20902
20903 * view.el (view-mode-disable): Kill local binding of view-read-only.
20904
20905 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20906
20907 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20908 is a string, convert it to a syntax cell using string-to-syntax.
20909
20910 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20911 (string-to-syntax): New function.
20912
20913 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20914 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20915 try to use passive ftp mode.
20916
20917 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20918
20919 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20920
20921 * simple.el (append-to-buffer): Update point of windows after
20922 insertion.
20923
20924 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20925 forward then moving backward. Reindent.
20926
20927 * frame.el (other-frame): Call x-focus-frame only if
20928 focus-follows-mouse is off.
20929
20930 2000-03-17 Dave Love <fx@gnu.org>
20931
20932 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20933
20934 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20935
20936 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20937 regexp for labels cannot span several lines.
20938
20939 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20940 `(setq :<key> ':<key>)' to the macro expansion.
20941
20942 2000-03-16 Dave Love <fx@gnu.org>
20943
20944 * progmodes/f90.el (f90): Put custom group under `languages', not
20945 `fortran'.
20946 (f90-mode-hook): Customize.
20947 (f90-mode): Set add-log-current-defun-function.
20948 (f90-current-defun): New function.
20949
20950 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20951
20952 * cus-edit.el (custom-variable-tag-face): Handle case that
20953 default face's height is not a number.
20954 (custom-face-tag-face, custom-group-tag-face-1)
20955 (custom-group-tag-face): Ditto.
20956 (custom-group-tag-face-1): Add :group.
20957
20958 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20959
20960 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20961
20962 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20963 requiring easymenu.
20964
20965 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20966
20967 * ps-print.el: PostScript user-defined prologue, PostScript error
20968 handler, doc fix.
20969 (ps-print-version): New version number (5.1).
20970 (ps-user-defined-prologue, ps-error-handler-message)
20971 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20972 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20973 (ps-insert-string): New function.
20974
20975 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20976
20977 * international/ccl.el (ccl-compile-expression): Don't generate
20978 invalid self-assignment code.
20979
20980 2000-03-14 Dave Love <fx@gnu.org>
20981
20982 * subr.el (replace-regexp-in-string): Renamed from
20983 replace-regexps-in-string. Doc fix.
20984
20985 2000-03-12 Dave Love <fx@gnu.org>
20986
20987 * cus-edit.el: Doc fixes.
20988 (customize-set-variable, customize-save-variable): Rename args for doc.
20989 (custom-variable-tag-face, custom-face-tag-face)
20990 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20991 style which user identify as hyperlink.
20992 (hook): Don't add undefined functions to the hook.
20993 (debug-ignored-errors): Transfer message from bindings.el.
20994
20995 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20996
20997 * recentf.el (recentf-keep-non-readable-files-p):
20998 Remove double/nested definition.
20999
21000 2000-03-12 Dave Love <fx@gnu.org>
21001
21002 * facemenu.el (facemenu-get-face): Use display-color-p.
21003 * enriched.el (enriched-decode-foreground): Likewise.
21004 (enriched-decode-background): Likewise.
21005 * isearch.el (isearch-highlight): Likewise.
21006 * info-look.el (info-lookup): Likewise.
21007 * simple.el (completion-setup-function): Likewise.
21008
21009 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21010 :options.
21011
21012 * bindings.el (mode-line-format): Fix line-number and
21013 column-number items. Add help-echo for the background.
21014 (mode-line-mule-info): Modify help-echo.
21015
21016 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21017
21018 * files.el (load-file): Allow completion to .elc.
21019
21020 * man.el: Doc fixes.
21021 (Man-init-defvars): Use display-color-p to set fontification.
21022
21023 * play/hanoi.el (hanoi-internal): Don't use oddp.
21024
21025 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21026
21027 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21028
21029 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21030
21031 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21032
21033 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21034 Fix comment.
21035
21036 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21037
21038 * font-lock.el (font-lock-keywords): Fix the doc now that
21039 regexp-opt-depth is unnecessary.
21040 (save-buffer-state): Set an edebug spec.
21041 (font-lock-fontify-anchored-keywords): Properly handle the case when
21042 the matcher goes past the limit.
21043
21044 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21045 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21046
21047 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21048 dll.el and cookie.el (from Elib) with heavy renaming and other
21049 massaging.
21050
21051 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21052 Autoload the functions used.
21053 (easy-mmode-define-syntax): Fix CL typo.
21054 (easy-mmode-define-derived-mode): Improve the docstring generation.
21055
21056 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21057
21058 * textmodes/texinfo.el (texinfo-version): Variable and function
21059 removed.
21060
21061 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21062
21063 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21064 allow more flexibility.
21065 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21066 (easy-mmode-defmap, easy-mmode-defsyntax)
21067 (easy-mmode-define-derived-mode): New macros.
21068
21069 2000-03-09 Didier Verna <didier@xemacs.org>
21070
21071 * rect.el (replace-rectangle): New function.
21072
21073 2000-03-09 Dave Love <fx@gnu.org>
21074
21075 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21076 (fortran-comment-line-start-skip): Don't match cpp stuff.
21077 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21078 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21079 (fortran-mode): Don't set fortran-comment-line-start-skip,
21080 fortran-comment-line-start here. Set comment-start,
21081 add-log-current-defun.
21082 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21083 (fortran-current-defun): New function.
21084
21085 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21086
21087 * emacs-lisp/re-builder.el: New file.
21088
21089 * mouse.el (mouse-drag-region): Don't run up-event handler
21090 if hscroll has changed.
21091
21092 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21093 builtin operators, use `font-lock-builtin-face' for Emacs and
21094 `font-lock-preprocessor-face' otherwise.
21095
21096 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21097 `(defun (setf foo)' differently.
21098
21099 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21100
21101 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21102 (regexp-opt): Update comment and adapt the code the new meaning of
21103 the `paren' argument of regex-opt-group for shy-groups.
21104 (regexp-opt-depth): Handle shy groups as well as backslashed
21105 backslashes.
21106 (regexp-opt-group): Turn the leading comment into a docstring.
21107 Allow `paren' to be a string (the string to use to open a group).
21108 Remove open-presuf and close-presuf. Instead of checking for `all
21109 one-char' and then later on check for `several one-char', handle
21110 both cases close together. Also apply a more generic algorithm
21111 for suffixes (the mirror image of the algorithm used for
21112 prefixes). Use shy-groups. Use nreverse rather than reverse.
21113 (regexp-opt-try-suffix): Removed.
21114
21115 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21116 from comint-mode-map, so we can just inherit from it. Also, move
21117 the initialization into the `defvar' since there's no docstring
21118 anyway and it's fairly short.
21119 (inferior-scheme-mode): Define it as derived-mode: the code is
21120 shorter and this way we inherit from comint-mode-map rather than
21121 copying it.
21122
21123 * subr.el (replace-regexps-in-string): Properly handle the case
21124 where we match an empty string.
21125
21126 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21127 when the command has a directory component (such as "./testml").
21128 Also fix a typo in the comment.
21129
21130 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21131
21132 * Makefile (compile-files): Compile files one by one because
21133 that's the only way to ensure a clean compilation environment for
21134 each individual file.
21135
21136 * frame.el (other-frame): Call x-focus-frame.
21137
21138 2000-03-07 Dave Love <fx@gnu.org>
21139
21140 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21141 :require to defcustom.
21142
21143 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21144
21145 * files.el (auto-mode-alist): Add configure.in.
21146
21147 * progmodes/autoconf.el: New file.
21148
21149 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21150
21151 * mail/mh-e.el: Change maintainer to `none'.
21152
21153 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21154 to remove-hook and add-hook.
21155
21156 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21157
21158 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21159 it as the default.
21160 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21161 (sendmail-send-it): Conditionally add MIME headers specifying the
21162 used character set.
21163
21164 2000-03-07 Dave Love <fx@gnu.org>
21165
21166 * winner.el: Fix keywords, autoload cookies.
21167 Split eval-when-compile form to avoid compilation failure.
21168
21169 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21170
21171 * international/mule.el: Modify comment about coding system
21172 property `coding-category'.
21173 (make-coding-system): New argument EOL-TYPE. Pay attention to
21174 coding-category property of PROPERTIES.
21175
21176 * international/mule-conf.el (coding-category-utf-8)
21177 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21178 categories. Include them in the argument for set-coding-priority.
21179
21180 * international/mule-cmds.el (reset-language-environment):
21181 Include coding-category-utf-8, coding-category-utf-16-be, and
21182 coding-category-utf-16-le in the argument for set-coding-priority.
21183 (reset-language-environment): Initialize coding-category-utf-8,
21184 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21185
21186 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21187
21188 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21189 code abstracted out of `bookmark-jump-noselect'. Now tries info
21190 extensions as well as compression extensions.
21191 (bookmark-jump-noselect): Use above new func.
21192
21193 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21194
21195 * strokes.el: Change maintainer's mail address.
21196
21197 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21198
21199 * international/mule-diag.el (list-character-sets): Make help-echo
21200 string by substitute-command-keys.
21201 (list-character-sets): Likewise.
21202 (sort-listed-character-sets): Call help-setup-xref.
21203
21204 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21205
21206 * time.el (display-time-mail-file): Add `none' to the list of choices.
21207
21208 2000-03-01 Dave Love <fx@gnu.org>
21209
21210 * help.el (help-xref-go-back): Don't try to set position.
21211
21212 * international/mule-diag.el (list-character-sets):
21213 Call help-setup-xref. Add help-echo to xrefs.
21214 (list-character-sets-1): Add help-echo to xrefs.
21215
21216 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21217
21218 * frame.el (blink-cursor-mode): Switch cursor on when turning
21219 the mode off.
21220
21221 * add-log.el (add-log-current-defun): Add support for
21222 Autoconf mode.
21223
21224 * mail/rmail.el (rmail-quit-hook): New variable.
21225
21226 2000-03-01 Dave Love <fx@gnu.org>
21227
21228 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21229
21230 * help.el (help-xref-button): Add help-echo arg.
21231 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21232
21233 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21234
21235 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21236
21237 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21238
21239 * image.el (defimage): Look for image files in load-path.
21240
21241 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21242
21243 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21244
21245 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21246
21247 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21248
21249 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21250 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21251 action to select/unselect a file.
21252 (recentf-edit-list): Code cleanup and improvement.
21253 (recentf-open-more-files-action): `recentf-open-more-files' button
21254 widget action to open a file.
21255 (recentf-open-more-files): No more use standard completion but widgets.
21256 (recentf-more-collection): Deleted.
21257 (recentf-more-history): Deleted.
21258 (recentf-setup-more-completion): Deleted.
21259
21260 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21261
21262 * recentf.el (recentf-mode): No more needs that Emacs is running
21263 under a window-system.
21264
21265 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21266
21267 * recentf.el (recentf-edit-list): New command to edit the recent
21268 list which allow the user to remove files.
21269 (recentf-edit-selected-items): New global variable, used by
21270 `recentf-edit-list' to hold the list of files to be removed from
21271 the recent list.
21272 (recentf-make-menu-items): Updated to display a "Edit list..."
21273 menu item. Minor code cleanup.
21274
21275 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21276
21277 * recentf.el (recentf-open-more-files): New command to open files
21278 that are not displayed in the menu.
21279 (recentf-more-collection): New global variable holding the set of
21280 permissible completions used by `recentf-open-more-files'.
21281 (recentf-more-history): New global variable holding the history list
21282 used by `recentf-open-more-files' completion.
21283 (recentf-setup-more-completion): New function to setup completion for
21284 `recentf-open-more-files'.
21285 (recentf-make-menu-items): Updated to display a "More..." menu item.
21286
21287 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21288
21289 * recentf.el (recentf-menu-action): Doc fixed.
21290
21291 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21292
21293 * recentf.el (recentf-menu-filter): Doc updated.
21294 (recentf-update-menu-hook): Allow menu filters to force menu update.
21295 (recentf-make-menu-items): New menu filter handling.
21296 (recentf-make-menu-item): New helper function.
21297 (recentf-menu-elements): New menu handling function.
21298 (recentf-sort-ascending): Updated to new menu filter handling.
21299 (recentf-sort-descending): Updated to new menu filter handling.
21300 (recentf-sort-basenames-ascending): New menu filter function.
21301 (recentf-sort-basenames-descending): New menu filter function.
21302 (recentf-show-basenames): New menu filter function.
21303 (recentf-show-basenames-ascending): New menu filter function.
21304 (recentf-show-basenames-descending): New menu filter function.
21305
21306 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21307
21308 * diary-lib.el (list-diary-entries): Don't try to go forward at
21309 the end of the buffer.
21310
21311 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21312
21313 * international/mule-diag.el (list-character-sets):
21314 Completely rewritten.
21315 (sort-listed-character-sets): New function.
21316 (list-character-sets-1): Completely rewritten.
21317 (list-character-sets-2): New function.
21318 (non-iso-charset-alist): New variable.
21319 (decode-codepage-char): New function.
21320 (charset-history): New variable.
21321 (read-charset) (list-block-of-chars)
21322 (list-iso-charset-chars)
21323 (list-non-iso-charset-chars)
21324 (list-charset-chars): New functions.
21325 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21326 (dump-charsets): Likewise.
21327
21328 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21329
21330 * dired-x.el (dired-filename-at-point): Add `@' to valid
21331 file name characters.
21332 (dired-filename-at-point): Handle ange-ftp file names.
21333
21334 * frame.el (frame-notice-user-settings): Use assq-delete-all
21335 instead of assoc-delete-all.
21336 (frame-notice-user-settings): Ditto.
21337
21338 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21339 Don't copy alist.
21340
21341 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21342
21343 * calculator.el (calculator-use-menu): New option.
21344 (calculator-initial-bindings): Changed some bindings to work as macros.
21345 (calculator-forced-input): Removed.
21346 (calculator-restart-other-mode): New variable.
21347 (calculator-mode-map): Set up menu.
21348
21349 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21350
21351 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21352
21353 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21354
21355 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21356 translate all ESC key sequences.
21357 (viper-goto-mark-subr): Restore markers for files for which
21358 they were saved.
21359 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21360 * viper-util.el (viper-set-replace-overlay-glyphs)
21361 (viper-set-replace-overlay): Always check if the replacement
21362 overlay is live.
21363 * viper.el (viper-vi-state-mode-list): Add major modes.
21364 * ediff-wind.el: Minor comment changes.
21365 * ediff.el: Copyright notice date fix.
21366
21367 2000-02-27 Jason Rumney <jasonr@gnu.org>
21368
21369 * faces.el (face-font-family-alternatives): Add arial to helv.
21370 (mode-line, header-line, tool-bar): Same default as x for w32.
21371 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21372 face-font-family-alternatives from working.
21373 * term/w32-win.el (mouse-set-font): Do not build fontset from
21374 chosen font.
21375
21376 2000-02-25 Sam Steingold <sds@goems.com>
21377
21378 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21379 properly.
21380
21381 2000-02-25 Richard M. Stallman <rms@gnu.org>
21382
21383 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21384
21385 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21386
21387 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21388
21389 * frame.el (busy-cursor-delay-seconds): New option.
21390
21391 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21392
21393 * frame.el (show-cursor-in-non-selected-windows): New option.
21394
21395 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21396
21397 * diary-lib.el (include-other-diary-files): Undo the selective
21398 display in any included file and don't kill it.
21399
21400 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21401
21402 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21403 Menu items converted to (menu-item format, help strings added.
21404 [downcase, upcase]: Don't enable on MS-DOS.
21405 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21406 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21407
21408 2000-02-23 Dave Love <fx@gnu.org>
21409
21410 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21411 (backward-kill-word): Revert addition of * to interactive spec --
21412 it's a feature.
21413
21414 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21415 (backward-kill-sentence, kill-sentence): Likewise.
21416
21417 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21418 scratch buffer name.
21419 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21420
21421 * term/w32-win.el (internal-face-interactive): Update prompt for
21422 new read-face-name.
21423
21424 * mail/footnote.el (footnote): Add :version to defgroup.
21425 (footnote-section-tag-regexp): Customize.
21426 (footnote-start-tag, footnote-end-tag): New option.
21427 (footnote-latin-regexp): New variable.
21428 (Footnote-latin): New function.
21429 (footnote-style-alist): Add element for latin style.
21430 (footnote-style): Moved.
21431 (Footnote-goto-footnote): Use eq to test arg.
21432
21433 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21434
21435 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21436 (byte-compile-trueconstp): Include keywords.
21437 (byte-optimize-quote, byte-optimize-lapcode):
21438 Use byte-compile-const-symbol-p.
21439 (byte-optimize-char-before): New optimization.
21440
21441 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21442 (byte-compile-const-symbol-p): New function.
21443 (byte-compile-constp, byte-compile-out-toplevel)
21444 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21445 Use it.
21446
21447 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21448
21449 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21450
21451 * international/encoded-kb.el: Be sure to update minor-mode-alist
21452 and minor-mode-map-alist.
21453 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21454 codes SS2 and SS3 correctly.
21455 (encoded-kbd-self-insert-ccl): New function.
21456 (encoded-kbd-setup-keymap): New function.
21457 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21458 by calling encoded-kbd-setup-keymap.
21459
21460 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21461 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21462
21463 2000-02-22 Dave Love <fx@gnu.org>
21464
21465 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21466 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21467 (lisp-mode-syntax-table): Set up for #|...|# comments.
21468 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21469 classes. Match `defface'.
21470 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21471 (eval-defun-1): Fix for defcustom.
21472 (lisp-indent-region): Doc fix.
21473
21474 * subr.el (when, unless, split-string): Doc fix.
21475 (read-passwd): Move call of clear-this-command-keys to the right place.
21476 (replace-regexps-in-string): New function.
21477
21478 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21479
21480 * help.el (describe-variable): Set syntax table to
21481 emacs-lisp-mode-syntax-table when moving forward over the
21482 symbol's name.
21483
21484 2000-02-22 Dave Love <fx@gnu.org>
21485
21486 * xt-mouse.el: Doc fixes.
21487 (xterm-mouse-position-function): New function, replacing advice of
21488 mouse-position.
21489 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21490
21491 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21492
21493 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21494
21495 * format.el (format-annotate-single-property-change):
21496 Handle properties.with dotted-list values.
21497 (format-proper-list-p): New function.
21498
21499 * enriched.el (enriched-face-ans): Handle '(foreground-color
21500 . COLOR) and (background-color . COLOR).
21501
21502 2000-02-20 Dave Love <fx@gnu.org>
21503
21504 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21505 and assignments to it.
21506 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21507 current local map.
21508 (make-flyspell-overlay): Use it.
21509 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21510
21511 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21512 (lm-get-header-re): Defun, not defsubst.
21513 (lm-get-package-name): Defun, not defsubst. Simplify.
21514 (lm-version): Doc fix. Simplify.
21515 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21516 (lm-crack-address, lm-last-modified-date, lm-commentary)
21517 (lm-verify, lm-synopsis): Simplify.
21518 (lm-report-bug): Require emacsbug. Use compose-mail.
21519
21520 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21521
21522 * dired.el (dired-mode): Call propertized-buffer-identification
21523 to set mode-line-buffer-identification to something having
21524 the right text properties.
21525
21526 * bindings.el (propertized-buffer-identification): New function.
21527
21528 2000-02-20 Dave Love <fx@gnu.org>
21529
21530 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21531 check for t-mouse too.
21532
21533 * cus-start.el: Make echo-keystrokes `number'.
21534
21535 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21536
21537 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21538 Don't call ring-empty-p unless tags-location-ring is bound.
21539 From Noah Friedman <friedman@splode.com>.
21540
21541 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21542
21543 * progmodes/hideshow.el (hs-flag-region): No longer use
21544 `intangible' overlay property.
21545
21546 (hs-toggle-hiding): New command.
21547 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21548
21549 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21550 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21551 and deactivation.
21552
21553 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21554
21555 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21556
21557 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21558
21559 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21560
21561 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21562 of `*' to handle `(* ... *)' comments.
21563
21564 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21565
21566 * faces.el (list-faces-display): Use display-mouse-p instead of
21567 window-system.
21568
21569 * menu-bar.el (global-map): Menu-bar items converted to the new
21570 format (menu-item..., rearranged for better CUA compliance, and
21571 their names changed for better clarity. Help strings added.
21572
21573 * international/mule-cmds.el (mule-menu-keymap)
21574 (describe-language-environment-map, set-coding-system-map)
21575 (setup-language-environment-map): Convert to new (menu-item...
21576 form, add help strings. Change names of menu items for better clarity.
21577 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21578
21579 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21580
21581 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21582 within the code.
21583
21584 2000-02-16 Dave Love <fx@gnu.org>
21585
21586 * faces.el: Don't require custom. Add more specific :groups to
21587 various deffaces.
21588 (set-face-attribute): Purecopy args.
21589 (read-face-name): Default to name at point and use it in prompt.
21590 Remove colon from arg in all callers.
21591 (list-faces-display): Hyperlink to face descriptions and customize
21592 buffers.
21593
21594 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21595
21596 * wid-edit.el (widget-match-inline): An atom never matches a list.
21597
21598 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21599
21600 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21601 at ':' characters by call to split-string.
21602
21603 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21604
21605 * textmodes/bibtex.el: Added RCS version identification.
21606
21607 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21608
21609 * textmodes/bibtex.el: Some temporary comments removed.
21610 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21611 (bibtex-field-const): Allow capital letters.
21612 (bibtex-start-of-string): Deleted because unused.
21613
21614 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21615 use the term 'reference' to describe a bibtex entry as a whole.
21616 Further, reference keys are no longer called 'labels'.
21617 (bibtex-keys): Renamed to bibtex-reference-keys.
21618 (bibtex-reformat-previous-labels): Renamed to
21619 bibtex-reformat-previous-reference-keys.
21620 (bibtex-reference-type): Renamed to bibtex-entry-type.
21621 (bibtex-reference-head): Renamed to bibtex-entry-head.
21622 (bibtex-reference-maybe-empty-head): Renamed to
21623 bibtex-entry-maybe-empty-head.
21624 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21625 (bibtex-search-reference): Renamed to bibtex-search-entry.
21626 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21627 bibtex-enclosing-entry-maybe-empty-head.
21628 (bibtex-entry-field-alist, bibtex-entry-head)
21629 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21630 (bibtex-map-entries, bibtex-search-entry)
21631 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21632 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21633 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21634 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21635 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21636 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21637 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21638
21639 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21640
21641 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21642 comment.
21643 (bibtex-format-field-delimiters): New function, functionality
21644 extracted from bibtex-format-entry.
21645 (bibtex-autokey-get-yearfield-digits): New function, functionality
21646 extracted from bibtex-autokey-get-yearfield.
21647
21648 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21649 entries in order to avoid stack overflow in the regexp matcher if
21650 field contents become large.
21651 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21652 (bibtex-field-string-part-not-braced)
21653 (bibtex-field-string-part-no-inner-braces)
21654 (bibtex-field-string-part-1-inner-brace)
21655 (bibtex-field-string-part-2-inner-braces)
21656 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21657 (bibtex-field-string-quoted, bibtex-field-string)
21658 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21659 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21660 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21661 Deleted as parsing is now performed by the following functions.
21662 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21663 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21664 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21665 (bibtex-parse-association, bibtex-field-name-for-parsing)
21666 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21667 (bibtex-search-forward-field, bibtex-search-backward-field)
21668 (bibtex-start-of-field, bibtex-end-of-field)
21669 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21670 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21671 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21672 (bibtex-parse-string, bibtex-search-forward-string)
21673 (bibtex-search-backward-string, bibtex-start-of-string)
21674 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21675 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21676 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21677 entries. Instead of reporting the results of the parsing by
21678 match-beginning or match-end, these functions return data structures
21679 that hold the corresponding positions.
21680 (bibtex-enclosing-field): Changed to also report field boundaries by
21681 return values rather than by match-beginning or match-end.
21682 The following functions have been adapted to use the new
21683 parsing functions.
21684 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21685 (bibtex-enclosing-field, bibtex-format-entry)
21686 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21687 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21688 (bibtex-print-help-message, bibtex-end-of-entry)
21689 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21690 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21691 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21692 Use the new method for parsing.
21693 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21694 (bibtex-map-entries, bibtex-flash-head)
21695 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21696 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21697 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21698 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21699 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21700 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21701 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21702 order to make the new binding of case-fold-search immediately visible.
21703
21704 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21705
21706 * textmodes/bibtex.el: Copyright notice is up to date.
21707 Added constant 'bibtex-maintainer-salutation.
21708
21709 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21710 than make-temp-name, use match-string-no-properties and eliminate
21711 a quadratic behavior when building bibtex-strings.
21712
21713 * bibtex.el (bibtex-reference-key): Accept string entries whose
21714 reference key contains upper case letters.
21715
21716 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21717
21718 * bibtex.el (bibtex-reference-head): Allow entries to start with
21719 a new line.
21720
21721 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21722
21723 * bibtex.el: Hiding of entry bodies is not longer provided by
21724 bibtex.el directly. Instead the hideshow package can be used.
21725 Added a special bibtex entry to hs-special-modes-alist.
21726 (bibtex-hs-forward-sexp): Added for hideshow.el.
21727
21728 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21729
21730 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21731 proceedings entry type (for cross referencing). Thanks to Wagner
21732 Toledo Correa for the suggestion.
21733
21734 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21735
21736 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21737
21738 * international/characters.el: Setup case table for Vietnamese.
21739
21740 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21741
21742 * uniquify.el (toplevel): Require CL at compile time.
21743 (uniquify-push): Removed.
21744
21745 * shadowfile.el (shadow-when): Removed.
21746
21747 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21748 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21749
21750 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21751 regexp for paragraph-start.
21752
21753 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21754 commas as well.
21755
21756 2000-02-10 Dave Love <fx@gnu.org>
21757
21758 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21759 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21760 Deleted.
21761 (widget-specify-field, widget-specify-button): Don't use
21762 widget-mouse-help as help-echo property.
21763 (default): Use #'ignore for :validate and :mouse-down-action.
21764 (checkbox): Add help-echo.
21765 (widget-sexp-validate): Rewritten to clarify error messages.
21766 (character): Use char-valid-p in :match function.
21767 (widget-color-complete): Use facemenu-color-alist.
21768 (widget-color-action): Use facemenu-read-color.
21769
21770 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21771 set up `caar' &c that we now have.
21772
21773 2000-02-09 Ray Blaak <blaak@gnu.org>
21774
21775 * delphi.el: Make resourcestring a declaration region, like const
21776 and var.
21777
21778 2000-02-09 Dave Love <fx@gnu.org>
21779
21780 * bindings.el (mode-line-input-method-map): New variable.
21781 (mode-line-mule-info): Use it; fix last change.
21782 (mode-line-mode-menu): Move definition.
21783 (mode-line-mouse-sensitive-p): Deleted.
21784 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21785 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21786
21787 * startup.el (command-line-1): Don't call
21788 make-mode-line-mouse-sensitive.
21789
21790 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21791
21792 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21793 before rmail-toggle-header, because the former toggles headers.
21794
21795 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21796
21797 * diff-mode.el (diff-kill-junk): New interactive function.
21798 (diff-reverse-direction): Use delete-and-extract-region.
21799 (diff-post-command-hook): Restrict the area so that the hook also works
21800 outside of any diff hunk. This is necessary for the minor-mode.
21801 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21802 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21803
21804 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21805 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21806 so that it can be used more easily in <foo>-mode-hook. Also make sure
21807 to avoid duplicate entries.
21808 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21809 (font-lock-remove-keywords): Just as was done for `add', allow it to
21810 work even if font-lock-mode is nil. Also make sure we don't modify
21811 any pre-existing list by forcing a copy-sequence. Finally rename
21812 `major-mode' to `mode'.
21813 (font-lock-fontify-syntactic-anchored-keywords)
21814 (font-lock-fontify-anchored-keywords)
21815 (font-lock-fontify-keywords-region): Use line-end-position.
21816 Don't make `font-lock-multiline' local (it's now done in
21817 font-lock-set-defaults).
21818 (font-lock-set-defaults): Make `font-lock-multiline' local.
21819 Move the `font-lock-fontified' creation to inside the `unless'.
21820
21821 2000-02-06 Andrew Innes <andrewi@gnu.org>
21822
21823 * term/w32-win.el (x-handle-args): Comment out call to message,
21824 which occurs before window system is initialized.
21825
21826 * makefile.nt: Add support for recompiling lisp code.
21827
21828 2000-02-04 Dave Love <fx@gnu.org>
21829
21830 * bindings.el (mode-line-mule-info): Fix/extend last change.
21831
21832 * completion.el: Replace completion-dolist with dolist.
21833
21834 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21835
21836 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21837
21838 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21839 environment names before they go into the section regexp.
21840
21841 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21842 char class in regexp.
21843
21844 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21845 Bind `case-fold-search' to nil.
21846
21847 * progmodes/idlwave.el (idlwave-template):
21848 Respect `idlwave-abbrev-change-case'.
21849 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21850 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21851 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21852 (idlwave-rw-case): New function.
21853 (idlwave-statement-match): Fixed problem with assignment regexp.
21854 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21855 (idlwave-surround): New argument LENGTH to support padding of
21856 operators longer than 1 char.
21857
21858 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21859 idlwave-shell-expression-overlay. Implemented printing of
21860 expressions on higher levels of the calling stack.
21861 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21862 (idlwave-retrieve-expression-from-level): New function.
21863 (idlwave-shell-last-calling-stack): Variable removed.
21864 (idlwave-shell-reset): Argument action reversed (`visible' to
21865 `hidden'). Also remove stop-line overlay.
21866 (idlwave-shell-calling-stack-routine): New variable.
21867 (idlwave-shell-parse-stack-and-display): Messages now display
21868 negative level numbers.
21869 (idlwave-shell-mode): Set `modeline-format'.
21870 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21871 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21872 (idlwave-shell-print-expression-function): New option.
21873
21874 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21875 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21876 `tool-bar' instead of `toolbar'.
21877
21878 2000-02-02 Dave Love <fx@gnu.org>
21879
21880 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21881 emacs-lisp-mode-hook. Don't check for defalias being defined.
21882
21883 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21884 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21885 Use the new builtins directly.
21886
21887 * whitespace.el (whitespace): Add :version to defgroup.
21888
21889 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21890 Doc fix.
21891
21892 * thingatpt.el (sexp-at-point, symbol-at-point)
21893 (number-at-point, list-at-point): Add autoload cookie.
21894
21895 * recentf.el (recentf): Add :version to defgroup.
21896
21897 * quickurl.el (quickurl): Add :version to defgroup.
21898
21899 * elide-head.el (elide-head): Use point-marker more.
21900
21901 * bs.el (bs): Add :version to defgroup.
21902
21903 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21904
21905 * progmodes/delphi.el (delphi): Add :version to defgroup.
21906
21907 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21908
21909 * ange-ftp.el (ange-ftp-write-region): Handle case that
21910 succeeding process operation sets a different coding system.
21911
21912 * calculator.el: New file.
21913
21914 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21915
21916 * frame.el (frames-on-display-list, framep-on-display): New functions.
21917 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21918 (display-selections-p, display-screens, display-pixel-width)
21919 (display-pixel-height, display-mm-width, display-mm-height)
21920 (display-backing-store, display-save-under, display-planes)
21921 (display-color-cells, display-visual-class): New functions.
21922
21923 * term/tty-colors.el (tty-color-gray-shades): New function.
21924
21925 * faces.el (display-color-p): Use framep-on-display.
21926 (display-grayscale-p): New function.
21927
21928 2000-01-31 Dave Love <fx@gnu.org>
21929
21930 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21931 (create-fontset-from-x-resource): Don't concat integers.
21932
21933 2000-01-31 Inge Frick <inge@nada.kth.se>
21934
21935 * view.el: Some changes in documentation. Removed some trailing
21936 whitespace. Changed some parameter names to agree with documentation.
21937 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21938 window is not deleted. Modifies change 1998-04-26.
21939
21940 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21941
21942 * windmove.el: New file.
21943
21944 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21945 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21946 progmodes/ebnf-yac.el: Update copyright and license info.
21947
21948 * jit-lock.el (jit-lock-function): Widen before calculating
21949 end position.
21950 (jit-lock-stealth-chunk-start): Rewritten.
21951
21952 * info.el (Info-title-face-alist): Removed.
21953 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21954 (Info-fontify-node): Use these faces.
21955
21956 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21957
21958 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21959 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21960 `&allow-other-keywords'.
21961
21962 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21963 the list of directories scanned heuristically.
21964
21965 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21966
21967 2000-01-30 Jason Rumney <jasonr@gnu.org>
21968
21969 * w32-fns.el: Define w32-tty-standard-colors.
21970
21971 * startup.el (command-line): Use w32-tty-standard-colors when in
21972 w32 console mode.
21973
21974 2000-01-30 Dave Love <fx@gnu.org>
21975
21976 * jka-compr.el (jka-compr-load): Fix up load-history.
21977
21978 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21979
21980 * emacs-lisp/cl-macs.el: Revert previous change.
21981
21982 2000-01-29 Dave Love <fx@gnu.org>
21983
21984 * facemenu.el: Purecopy various strings.
21985
21986 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21987 years. Deal with three-digit years.
21988
21989 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21990 Use defconst, purecopy.
21991 (help-back-label): Purecopy it.
21992
21993 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21994
21995 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21996 variable. If non-nil, order the buffer list according to the
21997 currently selected frame.
21998 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21999 non-nil, pass the selected frame to function buffer-list.
22000
22001 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22002
22003 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22004
22005 2000-01-28 Dave Love <fx@gnu.org>
22006
22007 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22008
22009 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22010 Don't use lisp-indent-hook property.
22011 (cl-abs): Remove.
22012
22013 * subr.el: Move out indent and edebug specs for when and unless.
22014
22015 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22016 when, unless.
22017
22018 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22019 unless, when.
22020
22021 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22022
22023 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22024 `collecting' as synonym for `collect'.
22025
22026 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22027 for the case it contains spaces.
22028
22029 * simple.el (what-cursor-position): Change formatting of messages.
22030
22031 * frame.el (delete-other-frames): New function.
22032 (toplevel): Bind it to C-x 5 1.
22033
22034 * sort.el (sort-numeric-base): New option.
22035 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22036 interpret it as octal or hexadecimal. Use sort-numeric-base
22037 as default base.
22038
22039 * progmodes/glasses.el: New file.
22040
22041 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22042
22043 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22044 userids differently.
22045
22046 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22047 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22048 progmodes/ebnf-yac.el: New files.
22049
22050 2000-01-26 Dave Love <fx@gnu.org>
22051
22052 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22053 on a function with an empty body. [From Eric Ludlam.]
22054
22055 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22056
22057 * vc.el (vc-version-diff): Make sure file name is expanded.
22058
22059 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22060
22061 * scroll-bar.el (scroll-bar-timer): Variable removed.
22062 (scroll-bar-toolkit-scroll): Don't use a timer.
22063
22064 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22065
22066 * language/thai-util.el (thai-composition-function):
22067 Delete superfluous `a'.
22068
22069 2000-01-24 Dave Love <fx@gnu.org>
22070
22071 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22072 end-of-defun-function.
22073
22074 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22075
22076 2000-01-22 Jason Rumney <jasonr@gnu.org>
22077
22078 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22079 conflicts with new face support.
22080
22081 2000-01-22 Richard M. Stallman <rms@gnu.org>
22082
22083 * replace.el (query-replace): Rename last arg to DELIMITED.
22084 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22085 (query-replace-regexp): Likewise.
22086
22087 2000-01-20 Richard M. Stallman <rms@gnu.org>
22088
22089 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22090
22091 * emacs-lisp/lisp.el (beginning-of-defun-function):
22092 Variable renamed from beginning-of-defun.
22093 Do not call make-variable-buffer-local.
22094 (beginning-of-defun-raw): Use new variable name; doc fix.
22095 (beginning-of-defun): Doc fix.
22096 (end-of-defun-function): Variable renamed from end-of-defun.
22097 Do not call make-variable-buffer-local.
22098 (end-of-defun): Use new variable name; doc fix.
22099
22100 * subr.el (dolist, dotimes): Copied from cl-macs.el
22101 and made to work.
22102
22103 * mail/undigest.el (rmail-digest-end-regexps):
22104 Variable replaces rmail-digest-end-regexp.
22105 Allows multiple regexps for detecting the end line.
22106 (undigestify-rmail-message): Corresponding changes.
22107
22108 2000-01-19 Dave Love <fx@gnu.org>
22109
22110 * files.el (user-init-file): Don't declare here -- is primitive.
22111
22112 * startup.el (command-line): Check for compiled user-init-file and
22113 set to uncompiled version if necessary.
22114
22115 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22116
22117 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22118 (undigestify-rmail-message): Use it.
22119
22120 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22121
22122 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22123
22124 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22125 of mini-buffer.
22126
22127 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22128
22129 * emacs-lisp/copyright.el (copyright-update): Removed the
22130 requirement for a trailing space from `copyright-regexp', to
22131 support copyrights with owner specified on a separate line..
22132
22133 * align.el: New file.
22134
22135 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22136
22137 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22138
22139 2000-01-13 Dave Love <fx@gnu.org>
22140
22141 * ph.el: Removed. (Obsoleted by EUDC.)
22142
22143 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22144
22145 * net/eudc.el (toplevel): Remove autoloaded code installing
22146 menu with easymenu, because that causes build problems.
22147
22148 * frame.el (frame-notice-user-settings): New variable.
22149 (frame-notice-user-settings): Don't modify frame parameters
22150 if called a second time.
22151
22152 2000-01-13 Richard M. Stallman <rms@gnu.org>
22153
22154 * frame.el (frame-notice-user-settings):
22155 Notice default-frame-parameters even for non-window frames.
22156
22157 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22158
22159 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22160 for Emacs.
22161 (eudc-bob-can-display-inline-images): Extend for Emacs.
22162 (eudc-bob-toggle-inline-display): Ditto.
22163 (eudc-bob-display-jpeg): Ditto.
22164
22165 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22166
22167 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22168 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22169 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22170
22171 * add-log.el (add-change-log-entry): Fix error trying an
22172 `(insert nil)'.
22173
22174 * subdirs.el: Add `net' directory.
22175
22176 * net: New directory.
22177
22178 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22179 eval-last-sexp. Don't bind debug-on-error here.
22180 (eval-last-sexp): New function. Bind debug-on-error if
22181 eval-expression-debug-on-error is non-nil.
22182 (eval-defun-2, eval-defun): Likewise.
22183
22184 * simple.el (eval-expression): Don't bind debug-on-error if
22185 eval-expression-debug-on-error is nil. Detect changed
22186 debug-on-error, and propagate new value to global binding, if
22187 eval-expression-debug-on-error is non-nil,
22188 (eval-expression-debug-on-error): Change doc string.
22189
22190 2000-01-11 Richard M. Stallman <rms@gnu.org>
22191
22192 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22193
22194 * emacs-lisp/lisp-mode.el (with-syntax-table):
22195 Set up lisp-indent-function property.
22196
22197 * subr.el (with-syntax-table): Moved from simple.el.
22198
22199 * simple.el (with-syntax-table): Moved to subr.el.
22200
22201 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22202
22203 * tmm.el (tmm-shortcut): Delete region after prompt instead
22204 of erasing buffer.
22205
22206 * textmodes/fill.el (fill-common-string-prefix): New function.
22207 (fill-context-prefix): Use the longest common prefix of first
22208 and second line fill prefix, if there is one.
22209
22210 2000-01-11 Richard M. Stallman <rms@gnu.org>
22211
22212 * array.el (array-mode): Don't use make-variable-buffer-local.
22213 Use make-local-variable for `truncate-lines'.
22214
22215 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22216
22217 * add-log.el (add-log-current-defun): Handle user-defined
22218 add-log-current-function returning nil,
22219
22220 * add-log.el (add-change-log-entry): Insert version number
22221 if having found a current function
22222
22223 * add-log.el (add-log-current-defun):
22224 Call `add-log-current-defun-function'. Try matches at level 0 and
22225 level 1. Strip whitespace from defun found.
22226
22227 2000-01-10 John Wiegley <johnw@gnu.org>
22228
22229 * allout.el (isearch-done/outline-provisions): Added `edit'
22230 argument to correspond with the current definition of `isearch-done'.
22231
22232 2000-01-10 Dave Love <fx@gnu.org>
22233
22234 * elide-head.el (elide-head): Use point-marker, not point.
22235
22236 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22237
22238 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22239 before and after the year 2000.
22240
22241 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22242 Add ispell- prefix.
22243
22244 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22245
22246 * ispell.el: Only define dictionaries in menus when they exist.
22247 (version18p): New variable.
22248 (version20p): New variable.
22249 (xemacsp): New variable.
22250 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22251 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22252 (ispell-dictionary-alist6): Russian command lines no longer accept
22253 run-together words.
22254 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22255 (ispell-dictionary-alist): Add koi8-r to customize definition.
22256 (check-ispell-version): Added documentation string. Return library
22257 path when called non-interactively.
22258 (ispell-menu-map-needed): Uses new variables.
22259 (ispell-library-path): New variable.
22260 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22261 (ispell-word): Improved documentation string. Test for valid
22262 character mappings. Correctly check typed in word changes that can
22263 result in single words split into multiple words.
22264 Return replacement word.
22265 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22266 replace in recursive query replace mode. Help message for
22267 recursive edit mode.
22268 (ispell-show-choices): Protect against bad framepop bindings.
22269 (ispell-help): Fix to work with XEmacs.
22270 (ispell-highlight-spelling-error): Use new variables.
22271 (ispell-overlay-window): Fix to work with XEmacs.
22272 (ispell-parse-output): Passed and returns location information
22273 tracking spelling corrections. Doesn't recheck same word on
22274 current line.
22275 (ispell-init-process): Protect against bogus XEmacs variable binding.
22276 Fix call to single argument in sleep-for. Use new variables.
22277 (ispell-region): Passed and returns location information tracking
22278 spelling corrections. Doesn't check same word on current line.
22279 Improved documentation string. Doesn't resend a line already
22280 checked to the ispell process - fixes bug in LaTeX parsing.
22281 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22282 (ispell-skip-region): No longer skips <TT> in SGML.
22283 (ispell-process-line): Tracks location information with spelling
22284 corrections. Added documentation string. Accounts for words
22285 already accepted on this line. Don't allow query-replace on line
22286 starting with math characters. Doesn't resend a line already sent
22287 to ispell process. Fixes alignment error bug.
22288
22289 2000-01-10 Richard M. Stallman <rms@gnu.org>
22290
22291 * dired-x.el (dired-guess-shell-alist-default):
22292 Suggest xloadimage, which is free, not xv, which isn't.
22293
22294 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22295 Don't ever include the host name or user name in the value.
22296
22297 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22298
22299 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22300 of a real newline.
22301
22302 2000-01-09 Stephen Eglen <stephen@gnu.org>
22303
22304 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22305 for .png files.
22306
22307 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22308
22309 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22310
22311 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22312
22313 * progmodes/cperl-mode.el: Replace ^F with ^L.
22314
22315 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22316 `require'ing rmail and mailalias to prevent infinite recursion.
22317
22318 2000-01-08 Dave Love <fx@gnu.org>
22319
22320 * emacs-lisp/backquote.el: Remove inappropriate customization
22321 (allowing custom.el to use backquote).
22322
22323 2000-01-07 Dave Love <fx@gnu.org>
22324
22325 * add-log.el (add-log-debugging): Deleted.
22326 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22327 file. Remove debugging code.
22328 (change-log-get-method-definition, change-log-name): Add doc.
22329 (change-log-sortable-date-at): New function.
22330 (change-log-merge): New command.
22331
22332 * time.el (display-time-string-forms): Make the Mail string active.
22333 (display-time-update): Provide help-echo for load average.
22334
22335 * bindings.el (make-mode-line-mouse2-map): New function.
22336 (mode-line-modified): Use it and simplify.
22337 (mode-line-mule-info): Provide help-echo info.
22338 (minor-mode-alist): Activate the strings.
22339 (make-mode-line-mouse-sensitive): Simplify for
22340 mode-line-buffer-identification.
22341
22342 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22343
22344 * play/pong.el: New file.
22345
22346 2000-01-06 Dave Love <fx@gnu.org>
22347
22348 * array.el: Assorted cleanups for compiler warnings, doc strings,
22349 `array-' prefix for symbols.
22350
22351 2000-01-05 Dave Love <fx@gnu.org>
22352
22353 * textmodes/outline.el (outline-mode-menu-bar-map):
22354 Add outline-headers-as-kill.
22355 (outline-mode): Define imenu-generic-expression.
22356 (outline-headers-as-kill): New command.
22357
22358 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22359 from paragraph-start.
22360 (paragraph-indent-minor-mode): New command.
22361
22362 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22363 M-C-e, M-C-h, C-j, C-xnd, TAB.
22364 (fortran-mode): Set beginning-of-defun, end-of-defun.
22365 (fortran-column-ruler): Simplify.
22366 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22367 (fortran-with-subprogram-narrowing): Likewise.
22368 (fortran-indent-subprogram): Call mark-defun.
22369 (fortran-check-for-matching-do): Change narrowing.
22370
22371 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22372 (cl-lucid-hash-tag): Delete.
22373 (cl-hash-table-p): Correct test for native table.
22374 (cl-hash-table-count): Use hash-table-count.
22375
22376 * browse-url.el (browse-url): Fix case of
22377 browse-url-browser-function being an alist.
22378
22379 2000-01-05 Carsten Dominik <cd@gnu.org>
22380
22381 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22382 (reftex-index-phrase-file-extension): New options.
22383
22384 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22385 Use new option `reftex-index-phrase-file-extension'.
22386
22387 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22388 `reftex-parse-file-extension'.
22389
22390 2000-01-05 Dave Love <fx@gnu.org>
22391
22392 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22393 (beginning-of-defun-raw): Use it.
22394 (end-of-defun): New variable.
22395 (end-of-defun): Use it.
22396 (check-parens): New command.
22397
22398 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22399
22400 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22401 (hs-show-block): Don't use `mapcar' when not accumulating.
22402
22403 Fix buglet in local variables initialization.
22404
22405 2000-01-05 Andreas Schwab <schwab@suse.de>
22406
22407 * hscroll.el (hscroll): Doc fix.
22408
22409 2000-01-05 Carsten Dominik <cd@gnu.org>
22410
22411 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22412 Require idlw-toolbar.
22413
22414 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22415 file idlw-rinfo.el.
22416 (idlwave-customize): Load must read file idlw-shell.el.
22417 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22418
22419 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22420
22421 * progmodes/idlw-shell.el: Also provide idlwave-shell
22422 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22423 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22424
22425 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22426 both reftex-dcr and reftex-vcr.
22427
22428 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22429
22430 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22431
22432 * ps-print.el: PostScript code now is in separate files, doc fix.
22433 (ps-print-version): New version number (5.0.3).
22434 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22435 local.
22436 (ps-spool-config): Initialization fix.
22437 (ps-print-prologue-1, ps-print-prologue-2)
22438 (ps-print-duplex-feature): PostScript code moved to separated file.
22439 (ps-background-image): Little code reformating.
22440 (ps-begin-file, ps-begin-job): Fix code.
22441 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22442 (ps-prologue-file): New fun.
22443
22444 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22445
22446 * ps-vars.el: Eliminated.
22447
22448 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22449 `;;;###autoload'.
22450
22451 * ps-print.el: ps-vars eliminated, doc fix.
22452 (ps-print-version): New version number (5.0.2).
22453 (ps-spool-config): Initialization fix.
22454 (ps-print-customize): New fun.
22455
22456 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22457
22458 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22459
22460 2000-01-04 Dave Love <fx@gnu.org>
22461
22462 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22463 menu items.
22464
22465 2000-01-03 Dave Love <fx@gnu.org>
22466
22467 * elide-head.el (elide-head) [defgroup]: Add :version.
22468
22469 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22470 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22471 Use `cl-hash-table-p', not `hash-table-p'.
22472 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22473
22474 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22475
22476 * faces.el (face-read-integer, read-face-attribute)
22477 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22478
22479 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22480
22481 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22482 at comment end, and re-insert them after filling.
22483
22484 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22485
22486 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22487 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22488 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22489
22490 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22491
22492 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22493 the new name of face-color-supported-p.
22494
22495 * term/w32-win.el (xw-defined-colors): Likewise.
22496
22497 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22498
22499 * simple.el (completion-setup-function): Count completion-size
22500 from minibuffer-prompt-end, not from point-min.
22501
22502 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22503
22504 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22505 Pass the frame to tty-color-* functions.
22506 (display-color-p, frame-set-background-mode): Pass the frame to
22507 tty-display-color-p.
22508
22509 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22510 tty-color-alist.
22511 (tty-color-alist, tty-modify-color-alist): New functions.
22512 (tty-color-define, tty-color-clear, tty-color-approximate)
22513 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22514 optional parameter FRAME.
22515
22516 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22517
22518 * image.el (create-image, defimage): Don't assume image data is
22519 a string.
22520
22521 * image.el (defimage): Handle specifications containing :data
22522 instead of :file.
22523 (image-type-from-data): New function.
22524 (image-type-from-file-header): Use it.
22525 (create-image): Add parameter DATA-P.
22526
22527 See ChangeLog.8 for earlier changes.
22528
22529 ;; Local Variables:
22530 ;; coding: iso-2022-7bit
22531 ;; End:
22532
22533 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22534 Copying and distribution of this file, with or without modification,
22535 are permitted provided the copyright notice and this notice are preserved.