]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(dev-char-glyph): Escape `"' in string literals.
[gnu-emacs] / lisp / ChangeLog
1 2001-11-26 Gerd Moellmann <gerd@gnu.org>
2
3 * language/devan-util.el (dev-char-glyph): Escape `"' in
4 string literals.
5
6 2001-11-26 Richard M. Stallman <rms@gnu.org>
7
8 * window.el (save-selected-window): No error if saved window is dead.
9
10 * help-funs.el (describe-syntax): Put (interactive) after doc string.
11
12 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
13
14 * international/quail.el (quail-help): Require help-mode in
15 top-level instead.
16
17 * iswitchb.el (iswitchb-exhibit): Use insert instead of
18 insert-string.
19
20 * icomplete.el (icomplete-exhibit): Likewise.
21
22 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
23
24 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
25 (diff-hunk-kill): Simplify.
26 (diff-post-command-hook): Only apply to a single hunk.
27 (diff-hunk-text): Make `char-offset' non-optional.
28 (diff-find-text): Return a cons cell.
29 (diff-find-approx-text): New fun.
30 (diff-find-source-location): Use it.
31 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
32 Adapt to new retval of diff-find-text.
33
34 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
35 rather than integer- representation of dates.
36
37 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
38
39 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
40 (syntax-after): New fun.
41
42 * help-funs.el (describe-syntax): New fun.
43
44 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
45 (font-lock-ppss-stats, font-lock-ppss): Remove.
46 (font-lock-fontify-syntactically-region): Remove tuning code.
47 (font-lock-compile-keywords): Fix off-by-one bug.
48 (font-lock-set-defaults): Don't set removed vars.
49 (c-keywords): Add `inline'.
50 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
51
52 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
53 Set syntax-begin-function.
54 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
55 (lisp-interaction-mode): Don't set local-abbrev-table any more.
56 (lisp-mode-auto-fill): Use syntax-ppss and obey
57 comment-auto-fill-only-comments.
58 (lisp-fill-paragraph): Use syntax-ppss.
59
60 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
61
62 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
63 version of rmail-enable-mime.
64 (rmail-forward): Use it.
65
66 2001-11-25 Richard M. Stallman <rms@gnu.org>
67
68 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
69
70 * international/quail.el (quail-keyboard-layout-button):
71 Define button type.
72 (quail-keyboard-customize-button): Likewise.
73 (quail-help): Use those button types. Require `help-mode'.
74 Avoid altering the argument `package'.
75
76 * help-mode.el (help-function, help-variable, help-face)
77 (help-coding-system, help-input-method, help-character-set):
78 Define each button type with its own explicit define-button-type.
79
80 * language/devan-util.el: Comment out parts of the file
81 which apparently are garbled.
82
83 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
84
85 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
86 insert-string.
87
88 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
89
90 * play/snake.el (snake-mode): Remove make-local-hook.
91
92 * play/tetris.el (tetris-mode): Likewise.
93
94 * play/decipher.el (decipher-mode): Likewise.
95
96 * tmm.el (tmm-add-prompt): Likewise.
97
98 2001-11-25 Sam Steingold <sds@gnu.org>
99
100 * menu-bar.el (menu-bar-apropos-menu): New variable.
101 Moved all `apropos' bindings to this menu.
102 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
103
104 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
105
106 The following changes are for new indian languages support based
107 on Unicode charset and CDAC fonts.
108
109 * international/mule-conf.el: Change indian-1-column charset to
110 indian-glyph charset.
111
112 * international/characters.el: Adjusted for the change of
113 indian-1-column -> indian-glyph.
114
115 * international/fontset.el: Delete the setting for indian-1-column
116 and add the setting for indian-glyph in the default fontset.
117
118 * language/indian.el: Completely re-written.
119
120 * language/devanagari.el: Completely re-written.
121
122 * language/devan-util.el: Completely re-written.
123
124 * language/ind-util.el: New file.
125
126 2001-11-24 Richard M. Stallman <rms@gnu.org>
127
128 * startup.el (command-line-1): Don't do startup screen
129 if a subprocess is running. Call the startup screen buffer
130 "GNU Emacs". Make a special mode-line-format for it.
131
132 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
133 (browse-url-galeon): Use that variable.
134
135 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
136 eval-expression. Eval and set the variable simply.
137
138 * files.el (temporary-file-directory): Use defcustom.
139 (small-temporary-file-directory): Likewise.
140 (normal-backup-enable-predicate): Move down in file
141 after definition of temporary-file-directory.
142
143 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
144
145 2001-11-24 Colin Walters <walters@debian.org>
146
147 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
148 autoload names to match files renamed on initial calc import.
149
150 * calc/calc.el (Commentary): Cleanup, and add logistic curve
151 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
152
153 2001-11-23 Colin Walters <walters@debian.org>
154
155 * Makefile.in (finder_setwins, setwins): Include Calc again.
156
157 * calc/calc-rules.el: Add header comment.
158
159 2001-11-23 Andre Spiegel <spiegel@gnu.org>
160
161 * vc.el (with-vc-properties): Don't bind `filename' locally.
162 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
163 to avoid name clashes. Fix `lisp-indent-function' property for
164 both.
165
166 2001-11-23 Francesco Potorti` <pot@gnu.org>
167
168 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
169
170 2001-11-22 Colin Walters <walters@debian.org>
171
172 * calc/calc-misc.el (report-calc-bug):
173 Use `reporter-prompt-for-summary-p'.
174
175 * calc/INSTALL, calc/Makefile: Remove.
176
177 2001-11-22 Miles Bader <miles@gnu.org>
178
179 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
180 (reb-match-2, reb-match-3): Add dark-background variants.
181
182 2001-11-22 Colin Walters <walters@debian.org>
183
184 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
185 (info "Calc").
186 (report-calc-bug): Use reporter.el.
187
188 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
189
190 2001-11-21 Richard M. Stallman <rms@gnu.org>
191
192 * which-func.el (which-function): Call imenu--make-index-alist
193 if necessary to get a list of functions.
194 (which-function-imenu-failed): New variable.
195 (which-func-update): Handle all visible windows.
196 (which-func-update-1): New subroutine broken out of which-func-update.
197
198 * files.el (temporary-file-directory, null-device)
199 (small-temporary-file-directory): Definitions moved up.
200
201 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
202 (cperl-non-problems, cperl-praise): Doc fixes.
203
204 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
205 (sh-mode-syntax-table): Function restored.
206 Variable set up for use by function sh-mode-syntax-table.
207 (sh-set-shell): Set the syntax table.
208
209 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
210
211 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
212
213 * international/encoded-kb.el: Don't alter minor-map-alist.
214
215 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
216
217 * files.el (auto-save-file-name-transforms): Put remote files in
218 temporary-file-directory rather than /tmp.
219
220 2001-11-21 Colin Walters <walters@debian.org>
221
222 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
223 of (function ...) wrapper.
224
225 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
226
227 * derived.el (define-derived-mode): Create the abbrev-table
228 from inside the `defvar'.
229
230 * jit-lock.el (jit-lock-defer-time): New var.
231 (jit-lock-defer-timer, jit-lock-buffers): New vars.
232 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
233 (jit-lock-function): Defer fontification if requested.
234 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
235 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
236 text property.
237 (jit-lock-deferred-fontify): New fun.
238
239 2001-11-20 Richard M. Stallman <rms@gnu.org>
240
241 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
242 Set local-abbrev-table to lisp-mode-abbrev-table.
243
244 * emacs-lisp/re-builder.el (reb-mode):
245 Don't use define-derived-mode. Call kill-all-local-variables.
246
247 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
248 Don't use define-derived-mode.
249
250 * help-mode.el (help-mode): Undo 2001-10-07 change.
251
252 * replace.el (occur-mode): Undo 2001-5-20 change.
253
254 2001-11-20 Jason Rumney <jasonr@gnu.org>
255
256 * w32-fns.el (w32-system-coding-system): Change to an alias for
257 locale-coding-system.
258 (set-w32-system-coding-system): Document the above change.
259 Set locale-coding-system instead.
260
261 2001-11-20 Richard M. Stallman <rms@gnu.org>
262
263 * ruler-mode.el: Add pagination.
264 (ruler-mode-toggle-show-tab-stops): No need to
265 test `ruler-mode' variable.
266
267 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
268
269 * play/landmark.el: Mark lm-mode as special.
270
271 * play/gomoku.el: Mark gomoku-mode as special.
272
273 2001-11-20 Juanma Barranquero <lektu@terra.es>
274
275 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
276 (top-level): Bind it to C-c C-b.
277 (re-builder): Don't re-enter RE Builder Mode.
278
279 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
280
281 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
282
283 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
284 `manual-program'.
285
286 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
287 to a line without a comment.
288
289 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
290
291 * dired.el (dired-listing-switches): Mention in the doc string
292 that some switches are not supported by ls-lisp.el
293
294 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
295
296 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
297 (imenu--create-keymap-2): Remove.
298 (imenu--create-keymap-1): Simplify, remove third argument.
299 (imenu--generic-function): Use dolist.
300 (imenu-find-default): New function.
301 (imenu--completion-buffer): Use it.
302 (imenu--mouse-menu): Use popup-menu.
303 (imenu--menubar-select): Return t rather than calling imenu.
304
305 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
306 New functions, extracted from fill-region-as-paragraph.
307 (fill-region-as-paragraph): Use them.
308 Use an end marker instead of eob.
309 Ignore whitespace-only fill-prefixes when indenting according to mode.
310 Simplify the loop that searches for spaces backwards.
311
312 * textmodes/picture.el (picture-vertical-step)
313 (picture-horizontal-step): Don't use defconst for variables.
314
315 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
316 (mail-extract-address-components): Downcase domain names.
317 (mail-extr-delete-char): Remove. Use delete-char instead.
318
319 * emulation/pc-select.el: Doc string fixes.
320 (pc-selection-mode): Don't treat macos as a tty.
321
322 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
323
324 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
325
326 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
327 (mouse-wheel-progessive-speed): New var.
328 (mwheel-scroll): Use it and handle float values.
329
330 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
331
332 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
333 (iswitchb): Fix the case where the result was selected with the mouse.
334 (iswitchb-completion-help): Use the normal *Completions* now that
335 mouse selection works.
336 (iswitchb-minibuffer-setup): Simplify.
337
338 * newcomment.el (comment-column, comment-style, comment-multi-line)
339 (comment-auto-fill-only-comments): Remove :group arg.
340 (comment-padding): Add :type.
341 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
342 if called interactively.
343
344 2001-11-19 Colin Walters <walters@verbum.org>
345
346 * calc/calc.el (toplevel): Add comment and version header.
347 (calc-init-base): Bump version to 2.02f, update date.
348
349 2001-11-19 Richard M. Stallman <rms@gnu.org>
350
351 * net/browse-url.el: Support Mozilla and Galeon.
352 By default, find the installed browser whichever it is.
353 (browse-url-mozilla): New function.
354 (browse-url-mozilla-sentinel): New function.
355 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
356 (browse-url-default-browser): New function.
357 (browse-url-process-environment): Use browse-url-browser-display.
358 (browse-url-browser-display): Renamed from browse-url-netscape-display.
359 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
360 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
361 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
362 (browse-url-browser-function): New default, new options.
363
364 2001-11-19 Sam Steingold <sds@gnu.org>
365
366 * bindings.el (last-buffer, unbury-buffer): New function.
367 (mode-line-unbury-buffer): Use `unbury-buffer'.
368
369 2001-11-18 Stephen Eglen <stephen@gnu.org>
370
371 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
372 control behaviour when no further completion is possible.
373
374 2001-11-19 Colin Walters <walters@verbum.org>
375
376 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
377 (math-showing-full-precision, math-with-extra-prec, math-working)
378 (calc-with-default-simplification)
379 (calc-with-trail-buffer): Use backtick.
380 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
381 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
382 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
383 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
384 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
385 (Math-num-integerp, Math-bignum-test, Math-equal-int)
386 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
387 (calc-record-compilation-date-macro): Deleted. Callers updated.
388 (math-format-radix-digit): Move to calc-bin.el.
389
390 * calc/calc.el (calc-record-compilation-date): Remove.
391 (calc-bug-address): Update.
392 (calc-settings-file): Use `user-init-file'.
393
394 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
395 Handle null `calc-settings-file'.
396
397 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
398 * calc/calc-keypd.el (calc-keypad-mode): New.
399 (calc-do-keypad): Use it.
400 (calc-keypad-map): Move into `calc-keypad-mode'.
401
402 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
403 to defalias argument.
404
405 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
406 (calcFunc-floor): Ditto.
407
408 * calc-units.el (calcFunc-usimplify): Ditto.
409
410 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
411 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
412 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
413 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
414 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
415 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
416 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
417 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
418 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
419 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
420 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
421 and move them before their first use. Use `when', `unless'.
422 Remove trailing periods from error forms. Add description and
423 headers suggested by Emacs Lisp coding conventions.
424
425 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
426
427 * newcomment.el (comment-indent):
428 Fix misindentation for comment-only lines.
429 (comment-indent-new-line): Only obey comment-multi-line if the
430 comment-ender is not the end-of-line.
431
432 2001-11-19 Richard M. Stallman <rms@gnu.org>
433
434 * net/net-utils.el (network-connection-service-abbrev-alist):
435 New variable.
436
437 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
438 Advance to start of 3rd sexp by moving fwd and backing over it.
439 At first three elements, act like defun.
440
441 * delsel.el (delete-selection-pre-hook): Handle and resignal
442 file-supersession errors to interact properly with userlock.el.
443
444 2001-11-18 Richard M. Stallman <rms@gnu.org>
445
446 * progmodes/fortran.el (fortran-mode-syntax-table):
447 Specify punctuation syntax for backslash.
448
449 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
450 All calls deleted.
451
452 * international/mule-util.el (string-to-sequence): Make it obsolete.
453 (string-to-list, string-to-vector): Implement them directly
454 using append and vconcat, not with string-to-sequence.
455
456 * startup.el (command-line): Set abbrevs-changed to nil after
457 reading the init file and the abbrevs file.
458
459 * isearch.el (isearch): Use magenta2 as bg for (background light)
460
461 2001-11-17 Richard M. Stallman <rms@gnu.org>
462
463 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
464
465 * simple.el (minibuffer-history-sexp-flag): Doc fix.
466
467 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
468
469 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
470 If set and if applicable, add a regexp to highlight defun-like
471 text inside comments and strings.
472 (font-lock-fontify-keywords-region): Pass that new arg.
473 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
474 to the end and pass that new arg.
475 (c-font-lock-keywords-2): Fix regex for labels.
476 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
477 Make it work when LIMIT is several lines further.
478 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
479 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
480 Use backquote and make the regexes for `int a, b, c;' work on
481 multiple lines.
482
483 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
484 (font-lock-defaults-alist): Don't change it any more.
485 (reb-subexp-mode-map): Cleanup.
486
487 * custom.el (custom-current-group-alist): New var.
488 (custom-declare-group): Set it.
489 (custom-current-group): New fun.
490 (custom-declare-variable, custom-handle-all-keywords):
491 Use it as a default if no :group argument is specified.
492
493 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
494 (standard-keyboard-coding-systems): New var.
495 (set-locale-environment): Use it to decide whether or not to call
496 set-keyboard-coding-system.
497 (locale-language-names): Use \"French\" for "fr".
498
499 2001-11-17 Richard M. Stallman <rms@gnu.org>
500
501 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
502 (add-to-list): Delete compatibility code.
503 (checkdoc-next-message-error): Doc fix.
504
505 2001-11-17 Stephen Eglen <stephen@gnu.org>
506
507 * locate.el (locate): Show default locate pattern within the
508 prompt, but don't insert it into the minibuffer contents.
509 Catch the case when pattern is the empty string.
510
511 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
512
513 * language/european.el ("French"): New language environment.
514
515 2001-11-16 Richard M. Stallman <rms@gnu.org>
516
517 * calendar/todo-mode.el (todo-save): Fix previous change.
518
519 * subr.el (functionp): Do use cdr-safe on object.
520
521 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
522
523 * bindings.el (mode-line-mode-name): Only put the help-echo property
524 if the local-map property was put as well.
525 (global-map): Bind switch-frame, delete-frame, iconify-frame
526 and make-frame-visible events.
527
528 * emacs-lisp/elp.el (elp-not-profilable): New var.
529 (elp-not-profilable-p): New function.
530 (elp-instrument-function): Use it. Use backquotes and push.
531
532 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
533 (byte-stack+-info, byte-compile-last-warned-form)
534 (byte-compile-last-logged-file): Don't defconst a variable.
535 (no-byte-compile): Declare.
536 (byte-compile-file): Don't boundp-check no-byte-compile any more.
537 (byte-compile-defvar): Leave defconst as is.
538
539 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
540 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
541 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
542 (edebug-best-error): Don't defconst a variable.
543 (edebug-read-syntax-table): Use a char-table.
544 (edebug-lemacs-specific): Remove.
545 Toplevel: Eliminate check for Lucid Emacs.
546
547 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
548
549 * rect.el (move-to-column-force): Mark obsolete.
550 (operate-on-rectangle, delete-extract-rectangle-line)
551 (insert-rectangle, delete-whitespace-rectangle-line)
552 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
553 (string-rectangle-history): New var.
554 (string-rectangle, string-insert-rectangle): Use it.
555 (delete-rectangle-line): Fix pos/column mixup and simplify.
556
557 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
558 (normal-top-level, command-line, command-line-1): Simplify.
559
560 * tar-mode.el (tar-mode): Use define-derived-mode.
561
562 * view.el (view-mode-enable): Don't use make-local-hook.
563
564 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
565
566 2001-11-16 Richard M. Stallman <rms@gnu.org>
567
568 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
569 if it doesn't make sense as anything else.
570 Don't recognize a "telephone number" at the beginning of the name.
571 (mail-extr-leading-garbage): Match non-word characters only.
572
573 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
574
575 * startup.el (command-line-processed): Doc fix.
576
577 * apropos.el (apropos-next-label-button): Doc fix.
578
579 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
580
581 * comint.el (comint-mode): Simplify.
582 (make-comint-in-buffer): Run `comint-mode' only if necessary.
583
584 * subr.el (eval-after-load): Make it work with features as well.
585
586 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
587
588 * international/mule-cmds.el (describe-input-method): Setup xref.
589 (set-language-environment): Use functionp.
590 (locale-language-names, locale-charset-language-names)
591 (locale-preferred-coding-systems): Defconst and purecopy.
592
593 * language/european.el (mac-roman): Add mime-charset property.
594
595 2001-11-15 Richard M. Stallman <rms@gnu.org>
596
597 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
598 (multiple-value-apply, nth-value): Use defsubst rather than defalias
599 to get better doc strings.
600
601 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
602
603 * derived.el: Fix autoload cookie.
604
605 2001-11-15 Richard M. Stallman <rms@gnu.org>
606
607 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
608
609 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
610
611 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
612
613 2001-11-15 Richard M. Stallman <rms@gnu.org>
614
615 * dired.el (dired-undo): Display a message to explain
616 that this does not undo file system changes.
617
618 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
619
620 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
621 into `unread-command-events' instead of trying keymap
622 lookups ourselves. This makes mouse-clicks do the right
623 thing even when keymaps of overlays are involved.
624 (mouse-drag-drag): Likewise.
625
626 2001-11-15 Andreas Schwab <schwab@suse.de>
627
628 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
629 characters and append anchor to pattern added to auto-mode-alist.
630
631 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
632
633 * server.el (server-process-filter): Run pore/post-comment-hook
634 before/after visiting the file.
635
636 * info-look.el (makefile-mode): Add info for automake.
637 (autoconf-mode): Fix the name of the index for automake.
638
639 * international/latin-9.el: Give pilcrow punctuation syntax.
640
641 2001-11-15 Andre Spiegel <spiegel@gnu.org>
642
643 * vc.el: Documentation fixes.
644
645 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
646
647 * smerge-mode.el (smerge-match-conflict): Fix typo.
648 (smerge-diff): Be careful to read match-data early enough.
649
650 2001-11-14 Colin Walters <walters@verbum.org>
651
652 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
653 (calcFunc-subst): Use `defalias' instead of `fset' and
654 `symbol-function'.
655
656 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
657 (calcFunc-ceil, calcFunc-round): Ditto.
658
659 * calc/calc-bin.el (calcFunc-clip): Ditto.
660
661 * calc/calc-ext.el (calcFunc-evalv): Ditto.
662
663 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
664
665 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
666 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
667
668 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
669
670 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
671 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
672 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
673 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
674 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
675 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
676 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
677 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
678 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
679 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
680 * calcsel2.el: Style cleanup; don't put closing parens on their
681 own line, add "foo.el ends here" to each file, and update
682 copyright date.
683
684 * README: Update maintainer.
685
686 2001-11-13 Alan Shutko <ats@acm.org>
687
688 * compile.el (recompile): Use compilation-arguments if set, so as
689 to be able to M-x recompile the exact command which created a
690 compilation-mode buffer.
691
692 2001-11-13 Richard M. Stallman <rms@gnu.org>
693
694 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
695
696 2001-11-13 Gerd Moellmann <gerd@gnu.org>
697
698 * mouse.el (mouse-drag-region): Don't run the up-event
699 handler if window start changed due to the down-mouse event.
700
701 2001-11-13 Richard M. Stallman <rms@gnu.org>
702
703 * mouse.el (mouse-show-mark): Either move point to the mark
704 or use highlighting, never both.
705 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
706
707 2001-11-13 Simon Josefsson <jas@extundo.com>
708
709 * mail/smtpmail.el (top-level): Change maintainer to Simon
710 Josefsson, cleanup the smtpmail.el header.
711
712 * mail/smtpmail.el (top-level): Don't require cl or base64.
713 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
714 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
715 Defsubst instead of defmacro.
716 (smtpmail-intersection): Return value in reverse order.
717 (smtpmail-open-stream): Use stringp instead of string-to-list.
718 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
719 separated from smtpmail-via-smtp.
720
721 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
722 rfc2104. Require base64 and cl.
723 (smtpmail-smtp-service): Doc fix. :type fix.
724 (smtpmail-debug-info): Doc fix.
725 (smtpmail-debug-verb, smtpmail-auth-credentials)
726 (smtpmail-starttls-credentials, smtpmail-auth-supported):
727 New variables.
728 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
729 mail-utils (it is autoloaded).
730 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
731 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
732 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
733 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
734 (smtpmail-via-smtp): Support AUTH.
735 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
736
737 2001-11-13 Richard M. Stallman <rms@gnu.org>
738
739 * ebuff-menu.el (electric-buffer-update-highlight): New function.
740 (electric-buffer-overlay): New variable.
741 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
742 (electric-buffer-list): Likewise.
743
744 2001-11-13 Per Starback <starback@ling.uu.se>
745
746 * isearch.el (isearch-whitespace-chars): Doc fix.
747 (isearch-mode): Handle negative search-slow-window-lines correctly.
748
749 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
750
751 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
752
753 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
754 From Emmanuel Briot <briot@act-europe.fr>.
755
756 2001-11-13 Colin Walters <walters@debian.org>
757
758 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
759
760 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
761 "~/.emacs"; use `read-file-name'.
762
763 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
764 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
765 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
766 * calc/calc.el: Use `frame-width' instead of `screen-width',
767 `frame-height' instead of `screen-height', and,
768 `executing-kbd-macro' instead of `executing-macro'.
769
770 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
771 correct number of arguments.
772
773 * calc/calc-aent.el (calc-do-alg-entry):
774 Use `blink-paren-function' instead of `blink-paren-hook'.
775
776 2001-11-12 Richard M. Stallman <rms@gnu.org>
777
778 * calendar/todo-mode.el (todo-save): Add save-excursion
779 and save-restriction.
780
781 * server.el (server-edit, server-done): Doc fix.
782
783 * simple.el (clone-indirect-buffer): Error if major mode symbol
784 has a no-clone-indirect property.
785 (clone-buffer): Check for obvious errors before reading clone name.
786
787 * info.el (Info-mode): Add a no-clone-indirect property.
788
789 2001-11-12 Sam Steingold <sds@gnu.org>
790
791 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
792 set-buffer-modified-p to nil after `vc-exec-after'.
793 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
794 (log-view-mode): Make read-only.
795 (log-view-current-file): Do final `expand-file-name' in the
796 current `default-directory'.
797 (log-view-current-tag): Take an optional `where' arg.
798 (log-view-diff): New user command.
799
800 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
801
802 * progmodes/cpp.el (cpp-choose-face): Fix typo.
803
804 2001-11-12 Sam Steingold <sds@gnu.org>
805
806 * emacs-lisp/cl-indent.el (toplevel): Indent properly
807 `generic-flet', `generic-labels', `with-accessors',
808 `with-condition-restarts'.
809
810 2001-11-12 Richard M. Stallman <rms@gnu.org>
811
812 * dired.el: Many trivial doc fixes.
813 (dired-get-file-for-visit): New function.
814 (dired-find-alternate-file, dired-mouse-find-file-other-window):
815 (dired-view-file, dired-find-file-other-window, dired-display-file):
816 (dired-find-file): Use dired-get-file-for-visit.
817
818 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
819
820 * sql.el (sql-mode): Doc change.
821
822 * sql.el (sql-mode-syntax-table): The backslash is no longer an
823 escape character.
824
825 2001-11-12 Colin Walters <walters@debian.org>
826
827 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
828 (calc-do-keypad): Don't attempt to use nonexistent global
829 mouse-map, use calc-keypad-map.
830 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
831 (calc-keypad-left-click): Don't use mouse-map; update to new event
832 interface.
833 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
834 (calc-keypad-press): Use `unread-command-events' instead of
835 `unread-command-char'.
836
837 * calc/calc-ext.el (calc-init-extensions): Update autoload names
838 to match files renamed on initial calc import.
839
840 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
841
842 * textmodes/flyspell.el (flyspell-default-dictionary):
843 Fix previous change.
844
845 2001-11-12 Richard M. Stallman <rms@gnu.org>
846
847 * textmodes/flyspell.el (flyspell-default-dictionary):
848 Fix custom type.
849
850 2001-11-11 Richard M. Stallman <rms@gnu.org>
851
852 * calendar/solar.el (solar-sunrise-and-sunset):
853 Exchange the two extreme values of day-length.
854
855 * progmodes/sh-script.el (sh-must-be-shell-mode):
856 Allow modes derived from sh-mode.
857
858 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
859 Turn off error in some re-search-forward calls.
860
861 * replace.el (query-replace-skip-read-only): New variable.
862 (perform-replace): If that variable is non-nil, ignore matches
863 that have a read-only property.
864
865 * derived.el (define-derived-mode): Doc fix.
866
867 * server.el (server-buffer-done): Test of server-existing-buffer
868 was backwards.
869 (server-existing-buffer): Doc fix.
870
871 * textmodes/flyspell.el (flyspell-default-dictionary):
872 Allow nil as value, and make nil the default.
873
874 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
875
876 * subdirs.el: Regenerated.
877
878 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
879 it is not fboundp.
880 (clipboard-yank): Ditto.
881
882 2001-11-11 Colin Walters <walters@verbum.org>
883
884 The following changes are based on patches from
885 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
886 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
887
888 * calc/calc.el (toplevel): Require calc-macs.
889 (calc-minibuffer-size): New.
890 (calcDigit-nondigit): Use it instead of `buffer-size'.
891 (calcDigit-backspace): Likewise.
892 (calcDigit-nondigit): Use `minibuffer-contents' instead of
893 `buffer-string'.
894 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
895 `point-min'.
896 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
897 `save-excursion'.
898
899 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
900 simple `setq' form.
901
902 * calc/calc-ext.el: (toplevel): Require calc.
903 (calc-fancy-prefix-map): New.
904 (calc-fancy-prefix): Use it.
905 (calc-fancy-prefix-other-key): New.
906
907 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
908 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
909 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
910 (calcAlg-enter): Likewise.
911 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
912
913 2001-11-10 Richard M. Stallman <rms@gnu.org>
914
915 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
916 (quietly-read-abbrev-file): Doc fix.
917
918 * startup.el (command-line): Read standard abbrev
919 file (abbrev-file-name), if it exists.
920
921 * files.el (save-abbrevs): Default value is t.
922
923 * progmodes/compile.el (compile-goto-error): Fix previous change
924 in the case where subsequent errors have not been parsed yet
925 because they are in a different source file.
926
927 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
928
929 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
930 Merge two regular expressions into one.
931 (ps-mode): Make local bindings for `comment-start' and
932 `comment-start-skip'.
933 (ps-mode-looking-at-nested): Simplify an if-else construct;
934 use `set-match-data' to set the result.
935
936 2001-11-10 Richard M. Stallman <rms@gnu.org>
937
938 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
939 Function deleted.
940 (flyspell-correct-word): Old definition deleted.
941 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
942 All references renamed too.
943
944 2001-11-10 Gerd Moellmann <gerd@gnu.org>
945
946 * Makefile.in (finder_setwins, setwins): Exclude Calc.
947
948 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
949
950 * wid-edit.el (checklist): Removed `:menu-tag'.
951 (radio-button-choice): Ditto.
952 (editable-list): Ditto.
953
954 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
955
956 * play/gomoku.el: Move definitions of constants to the beginning
957 of file, before their use.
958
959 2001-11-09 Richard M. Stallman <rms@gnu.org>
960
961 * textmodes/flyspell.el: Use the keymap property
962 instead of local-map, and don't use a minor-mode map.
963 (flyspell-mode-map): Variable deleted.
964 Don't mess with minor-mode-map-alist.
965 (calling add-minor-mode): Specify nil for keymap.
966 And always use add-minor-mode, now that it exists.
967 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
968 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
969 or flyspell-local-mouse-map.
970 (make-flyspell-overlay): Use flyspell-mouse-map directly.
971 (flyspell-mode): Doc fix.
972 (flyspell-mode-on): Don't call make-local-hook.
973
974 2001-11-09 Sam Steingold <sds@gnu.org>
975
976 * emacs-lisp/debug.el (debugger-make-xrefs):
977 Add buttons to all symbols.
978
979 2001-11-09 Andre Spiegel <spiegel@gnu.org>
980
981 * vc.el: Add John David Smith to credits.
982
983 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
984
985 * vc-hooks.el (vc-error-occured): Backquotified.
986 (vc-file-prop-obarray): Use prime length for better efficiency.
987
988 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
989
990 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
991
992 * info.el (Info-file-list-for-emacs): Add entries for Calc.
993
994 2001-11-09 Miles Bader <miles@gnu.org>
995
996 * subr.el (functionp): Don't consider macros as functions.
997
998 2001-11-08 Miles Bader <miles@gnu.org>
999
1000 * subr.el (functionp): Make work correctly for macros and unbound
1001 symbols.
1002
1003 * comint.el (comint-send-input): Fix description of
1004 `comint-process-echoes' in the doc-string.
1005
1006 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1007
1008 * international/mule.el (make-translation-table): Doc fix.
1009 Suggested by Alex Schroeder <alex@gnu.org>.
1010
1011 2001-11-07 Richard M. Stallman <rms@gnu.org>
1012
1013 * info.el (Info-fontify-node): Highlight every third menu item.
1014
1015 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1016
1017 * cus-edit.el (custom-face-value-create): Don't ignore the
1018 `customized-face' attribute when finding the current face spec.
1019
1020 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1021
1022 * subr.el (with-local-quit): New macro.
1023 (make-syntax-table): Always inherit.
1024 (functionp): Be more careful when `object' is a symbol.
1025
1026 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1027
1028 2001-11-07 Paul Eggert <eggert@twinsun.com>
1029
1030 * dired.el (dired-move-to-filename-regexp):
1031 Do not distinguish between ASCII letters and non-ASCII characters.
1032 Don't allow comma except in the form "month day, year".
1033 Don't allow space between month name and comma.
1034 Clean up the code that checks for trailing period, comma, and space.
1035 Remove now-obsolete comments, and add more commentary about
1036 Japanese dates.
1037 Always gobble up trailing spaces, instead of doing it only sometimes.
1038
1039 2001-11-07 Miles Bader <miles@gnu.org>
1040
1041 * paren.el (show-paren-match-face): Add dark-background variant.
1042
1043 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1044
1045 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1046 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1047 Don't disable adaptive-fill-mode.
1048 (lisp-fill-paragraph): Use tab-width rather than 8.
1049 Prevent filling the first line of docstrings.
1050
1051 2001-11-06 Richard M. Stallman <rms@gnu.org>
1052
1053 * play/gomoku.el (gomoku): Doc fix.
1054
1055 * jka-compr.el (jka-compr-partial-uncompress):
1056 Support an alternative of not using dd.
1057 (jka-compr-dd-program): Use defcustom to define this.
1058 (jka-compr-load-suffixes): Use defcustom.
1059 (jka-compr-mode-alist-additions): Use defcustom.
1060
1061 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1062
1063 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1064 Also work when LIMIT is further than the end of line.
1065
1066 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1067
1068 * international/quail.el (quail-update-leim-list-file): Print the
1069 offending file name if some of its quail-define-package forms is broken.
1070
1071 2001-11-05 Richard M. Stallman <rms@gnu.org>
1072
1073 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1074 of the evaluated form.
1075
1076 2001-11-05 Paul Eggert <eggert@twinsun.com>
1077
1078 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1079 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1080 stamps always line up by default. Also, it uses a slightly
1081 different window to determine whether files are "recent".
1082
1083 2001-11-05 Andrew Innes <andrewi@gnu.org>
1084
1085 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1086 Don't attempt to remake autoloads before nuking .elc files.
1087
1088 2001-11-04 Richard M. Stallman <rms@gnu.org>
1089
1090 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1091 previous-single-property-change or next-single-char-property-change
1092 returns nil.
1093
1094 * international/mule-cmds.el (set-locale-environment):
1095 Make it interactive; make arg optional.
1096
1097 * international/mule-diag.el (help-funs): Require help-funs.
1098
1099 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1100
1101 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1102
1103 2001-11-04 Miles Bader <miles@gnu.org>
1104
1105 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1106 shadow of the splash image grey on a dark background instead of black.
1107
1108 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1109
1110 * term.el (all faces): Don't (copy-face 'default <foo>).
1111
1112 * term/xterm.el (function-key-map):
1113 Add entry for `ESC [ 3 ~' -> <delete>
1114 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1115 Use inheritance so that .emacs and terminfo take precedence.
1116
1117 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1118
1119 * tooltip.el (tooltip-delay): Decrease to 0.7.
1120 (tooltip-hide-delay): Enlarge to 10.
1121
1122 2001-11-03 Richard M. Stallman <rms@gnu.org>
1123
1124 * startup.el (fancy-splash-tail): Explain how to recover
1125 from a crash, if there was a crash.
1126 (command-line-1): Reorganize display of startup screen,
1127 to simplify the logic. Use a temp buffer for it.
1128
1129 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1130
1131 * frame.el (set-background-color, set-foreground-color):
1132 Call face-set-after-frame-default, to propagate the new colors to
1133 the frame's parameters alist.
1134
1135 * calendar/timeclock.el (timeclock-out): Signal an error if
1136 timeclock-last-event is nil.
1137
1138 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1139
1140 * textmodes/fill.el (fill-context-prefix): Fix braino.
1141
1142 * international/quail.el (quail-help):
1143 Use `help-buffer' and move `help-setup-xref' to beginning.
1144
1145 * international/mule-cmds.el (describe-language-environment):
1146 Use `help-buffer' and move `help-setup-xref' to beginning.
1147
1148 * international/mule-diag.el (list-character-sets)
1149 (sort-listed-character-sets, describe-character-set)
1150 (describe-coding-system, describe-fontset, list-fontsets):
1151 Use `help-buffer' and move `help-setup-xref' to beginning.
1152 (describe-char-after): Use `internal-describe-syntax-value'.
1153
1154 2001-11-02 Richard M. Stallman <rms@gnu.org>
1155
1156 * mouse.el (popup-menu): If the user refuses to select
1157 from a menu, don't try to invoke the menu.
1158
1159 2001-11-02 Miles Bader <miles@gnu.org>
1160
1161 * help-mode.el (help-xref): New button type.
1162 (help-function, help-variable, help-face, help-coding-system)
1163 (help-input-method, help-character-set, help-type, help-symbol)
1164 (help-back, help-info, help-customize-variable, help-customize-face)
1165 (help-function-def, help-variable-def): Use it as a supertype.
1166 Remove `action' property.
1167
1168 * international/mule-diag.el (describe-character-set)
1169 (describe-coding-system): Pass correct args to `help-xref-button'.
1170 (sort-listed-character-sets): New button type.
1171 (list-character-sets): Use it.
1172 (list-charset-chars): New button type.
1173 (list-character-sets-1): Use it.
1174
1175 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1176
1177 * indent.el (tab-always-indent, indent-for-tab-command):
1178 Remove redundant `never' setting.
1179
1180 * fill.el (fill-region-as-paragraph): Don't forget to skip
1181 over current whitespace before looking for a preceding space.
1182
1183 2001-11-01 Richard M. Stallman <rms@gnu.org>
1184
1185 * files.el (file-newest-backup): Don't pass backup file name
1186 thru file-name-sans-versions, because it never has version numbers.
1187
1188 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1189 to avoid ambiguous nested loops.
1190
1191 * files.el (find-file-noselect): Offer to change buffer-read-only
1192 only when the file's read-only status has changed from before
1193 as well as disagreeing with the buffer's current status.
1194 (buffer-file-read-only): New var, local in all buffers.
1195
1196 * buff-menu.el (buffer-menu): Doc fix.
1197 (buffer-menu-other-window): Doc fix.
1198 (list-buffers, list-buffers-noselect): Doc fix.
1199
1200 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1201
1202 * startup.el (command-line): If the terminal Emacs is running on
1203 has erase char set to ^H, use the Backspace key for deleting
1204 backward, and the Delete key for deleting forward.
1205
1206 2001-11-01 Miles Bader <miles@gnu.org>
1207
1208 * button.el (define-button-type): Make sure every user-defined
1209 button type has a supertype.
1210
1211 2001-10-31 Jason Rumney <jasonr@gnu.org>
1212
1213 * international/mule-cmds.el (locale-language-names): Add chs and
1214 cht as aliases for Chinese-GB and Chinese-BIG5.
1215
1216 2001-10-31 Richard M. Stallman <rms@gnu.org>
1217
1218 * bindings.el (mode-line-frame-identification): Add doc string.
1219 (mode-line-position, mode-line-modes): New variables.
1220 (mode-line-format): Use mode-line-position for the part
1221 that displays the position-in-buffer info.
1222 Use mode-line-modes for the part that displays major and minor modes.
1223
1224 2001-10-31 Sam Steingold <sds@gnu.org>
1225
1226 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1227 (debugger-setup-buffer): Call it.
1228 (debugger-mode-map): Bind RET and mouse-2.
1229
1230 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1231
1232 * startup.el: Document command line option --no-window-system
1233 instead of --no-windows.
1234
1235 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1236
1237 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1238
1239 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1240 (font-lock-defaults-alist): Use it.
1241 From David Ponce <david.ponce@wanadoo.fr>
1242
1243 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1244 output of `char-after'.
1245
1246 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1247
1248 * simple.el (reindent-then-newline-and-indent): Insert the newline
1249 before indenting the first line.
1250 (undo-get-state, undo-revert-to-state): New funs.
1251 (shell-command): Don't kill the buffer even if empty.
1252 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1253 (transpose-subr-end2): Remove.
1254 (transpose-subr): Add `special' arg and simplify.
1255 (transpose-subr-1): Rewrite.
1256 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1257 (rfc822-goto-eoh): Simplify.
1258
1259 2001-10-30 Richard M. Stallman <rms@gnu.org>
1260
1261 * enriched.el (enriched-face-ans): FIx previous change.
1262
1263 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1264
1265 * international/iso-acc.el (iso-accents-compose): Remove a
1266 superfluous setq.
1267
1268 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1269
1270 * buff-menu.el (list-buffers-noselect): If the buffer's name
1271 starts with a blank, but it visits a file, do show it (for files
1272 whose names start with a blank).
1273
1274 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1275
1276 * textmodes/fill.el (sentence-end-double-space)
1277 (sentence-end-without-period): Move to paragraphs.el.
1278 (fill-indent-according-to-mode): Change default to t.
1279 (fill-context-prefix): Simplify control-flow and use a more
1280 sophisticated merge that unifies both previous checks.
1281 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1282 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1283 (fill-nobreak-p): New fun.
1284 (fill-region-as-paragraph): Use it.
1285 Handle `fill-indent-according-to-mode' slightly differently.
1286 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1287 (fill-individual-paragraphs-citation): Fix.
1288
1289 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1290 (paragraph-start): Change default to the `text-mode' value.
1291 (sentence-end-double-space, sentence-end-without-period):
1292 Move from fill.el.
1293 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1294 rather than rebinding `paragraph-start' and `paragraph-separate'.
1295
1296 * indent.el (indent-line-function): Change default to indent-relative.
1297 (tab-always-indent): Add an `never' setting.
1298 (indent-according-to-mode): Handle `indent-relative' and
1299 `indent-relative-maybe' specially.
1300 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1301 Handle the `never' case for `tab-always-indent'.
1302 Don't call indent-according-to-mode for indent-relative' and
1303 `indent-relative-maybe'.
1304 (insert-tab): Rename `prefix-arg' to `arg'.
1305 (indent-region): Indent the first line as well.
1306 (indent-relative): Don't mark the buffer modified if the indentation
1307 is unchanged.
1308
1309 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1310 Don't set paragraph-separate. Set paragraph-start more carefully.
1311 Set indent-line-function.
1312 (paragraph-indent-text-mode): Use it and define-derived-mode.
1313 (text-mode-map): Remove the \t binding.
1314 (text-mode): Simplify now that the default is more favorable.
1315
1316 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1317
1318 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1319 If the regexp doesn't match, use a looser one.
1320 (find-variable-noselect): Add `file' argument.
1321
1322 * pcvs.el (cvs-mode-commit-hook): New hook.
1323 (cvs-mode-commit): Run it.
1324
1325 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1326
1327 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1328 (edebug-instrument-function): Use `find-function-noselect'.
1329
1330 2001-10-29 Richard M. Stallman <rms@gnu.org>
1331
1332 * term.el (term-if-emacs19): Macro deleted.
1333 Callers changed to use progn instead.
1334
1335 * frame.el (blink-cursor-mode): Doc fix.
1336
1337 * files.el (find-backup-file-name): Use make-backup-file-name.
1338
1339 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1340 window-live-p.
1341 (edebug-set-conditional-breakpoint): Unconditionally use
1342 the former Emacs >=19 definition.
1343 (edebug-mark): Define unconditionally.
1344 (edebug-eval-expression): Always call read-from-minibuffer
1345 and specify history list.
1346 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1347 edebug-set-conditional-breakpoint.
1348 (edebug-emacs-version-specific): Function deleted;
1349 do the job at top level.
1350 (edebug-emacs-19-specific): Function deleted, this is the default.
1351
1352 2001-10-29 Sam Steingold <sds@gnu.org>
1353
1354 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1355 "/cygdrive/LETTER/" pathnames.
1356
1357 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1358
1359 * faces.el (invert-face): Check for 'unspecified, not for nil,
1360 when testing whether face colors are not specified.
1361 From David.Kastrup@t-online.de (David Kastrup).
1362 (read-face-name): Doc fix.
1363 (make-face-bold, make-face-unbold, make-face-italic)
1364 (make-face-unitalic, make-face-bold-italic, invert-face):
1365 Remove trailing blank from the prompt passed to read-face-name.
1366
1367 2001-10-29 Sam Steingold <sds@gnu.org>
1368
1369 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1370 Report numbers of files skipped and failed too.
1371 (byte-compile-file): Return 'no-byte-compile for skipped files.
1372
1373 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1374
1375 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1376 and `M p'.
1377
1378 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1379
1380 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1381 as is on unread-command-events instead of `(SECOND-CHAR)'.
1382
1383 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1384
1385 * vc.el: Mention vc-*-switches in backend API documentation.
1386 (vc-annotate): Adapt doc string to recent change.
1387
1388 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1389
1390 * enriched.el (enriched-face-ans): Handle face attributes
1391 of the form `(FACE1 FACE2 ...)'.
1392
1393 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1394
1395 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1396
1397 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1398
1399 * progmodes/sql.el (sql-db2): Doc change.
1400 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1401 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1402
1403 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1404
1405 * env.el (substitute-env-vars): Don't quote argument to `rx';
1406 it's a macro.
1407
1408 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1409
1410 * cus-start.el (recursive-load-depth-limit): Added.
1411
1412 2001-10-28 Richard M. Stallman <rms@gnu.org>
1413
1414 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1415 All uses removed--assume Emacs version is >= 20.
1416
1417 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1418 by really checking that it is not version 18.
1419
1420 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1421
1422 2001-10-28 Miles Bader <miles@gnu.org>
1423
1424 * faces.el (face-attribute): Add INHERIT argument, consider face
1425 inheritance if it's non-nil.
1426 (face-attribute-merged-with): New function.
1427 (face-attribute-specified-or): New macro.
1428 (face-foreground, face-background, face-stipple): Add INHERIT
1429 argument. Use `face-attribute-specified-or'.
1430
1431 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1432
1433 * font-lock.el: Require `syntax'.
1434 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1435 Use `c-font-lock-syntactic-face-function' for c languages.
1436 (font-lock-mode): Don't unset vars when turning the mode off.
1437 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1438 (font-lock-extra-managed-props): New var.
1439 (font-lock-default-unfontify-region): Use it.
1440 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1441 Don't eval the value when there's no match.
1442 (font-lock-ppss-stats): New var.
1443 (font-lock-ppss): New fun.
1444 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1445 (font-lock-apply-highlight): Allow `highlight' to set several props.
1446 (font-lock-set-defaults): Use dolist.
1447 (font-lock-unset-defaults): Remove.
1448 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1449 Try to recognize prototypes using `foo P_ ((args))'.
1450 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1451 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1452 (c-font-lock-syntactic-face-function): New function.
1453 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1454 (c++-keywords): Use a more sophisticated regexp to handle
1455 shallowly nested templates.
1456
1457 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1458
1459 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1460 (sgml-tag): Use it. Cleanup with `cond'.
1461 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1462 Mark the overlays and only delete those that are marked.
1463 (sgml-skip-close-p): Remove.
1464 (sgml-value): Replace sgml-skip-close-p with its definition.
1465 (html-tag-alist): Use sgml-xml a bit more.
1466 (html-mode): Set sgml-empty-tags.
1467
1468 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1469 (texinfo-update-node, texinfo-sequential-node-update):
1470 Don't bind the obsolete `auto-fill-hook'.
1471 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1472 Use `set-buffer' rather than `switch-to-buffer'.
1473 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1474 Use `set-buffer' rather than `switch-to-buffer'.
1475
1476 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1477 text-mode-syntax-table.
1478 (mail-mode): Use define-derived-mode.
1479 Fix ordering of alternatives in adaptive-fill-regexp.
1480 (mail-mode-map): Don't rely on keymap's internal representation.
1481
1482 2001-10-27 Sam Steingold <sds@gnu.org>
1483
1484 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1485 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1486 (sgml-mode-common): Call it.
1487 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1488 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1489 (html-horizontal-rule, html-image, html-ordered-list):
1490 (html-unordered-list, html-list-item, html-paragraph):
1491 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1492 `html-xhtml'.
1493
1494 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1495
1496 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1497 (ifnothtml): New alias.
1498
1499 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1500
1501 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1502 (toggle-text-mode-auto-fill): Use derived-mode-p.
1503
1504 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1505
1506 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1507 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1508
1509 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1510
1511 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1512 Add make-obsolete cookies, to follow faces.el.
1513
1514 These changes avoid warnings from the byte compiler in faces.el:
1515
1516 * faces.el (internal-get-face): Use facep instead of the obsolete
1517 internal-find-face.
1518 (internal-frob-font-weight, internal-frob-font-slant):
1519 New defaliases for obsolete functions.
1520 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1521 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1522 (x-make-font-bold-italic): Use internal-frob-font-weight and
1523 internal-frob-font-slant aliases instead of the obsolete
1524 x-frob-... functions.
1525
1526 2001-10-26 Sam Steingold <sds@gnu.org>
1527
1528 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1529 DOCTYPE; set `mode-name' based on it.
1530 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1531 (sgml-tag): Close empty tags in XHTML.
1532
1533 2001-10-26 Jason Rumney <jasonr@gnu.org>
1534
1535 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1536 when UNICODE is not defined.
1537
1538 2001-10-26 Sam Steingold <sds@gnu.org>
1539
1540 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1541 be alone on the line.
1542
1543 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1544
1545 * button.el (button): Special face definition for MS-DOS terminals.
1546
1547 2001-10-26 Sam Steingold <sds@gnu.org>
1548
1549 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1550 Protect the /= test by checking that the args are non-nil.
1551 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1552
1553 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1554
1555 * textmodes/artist.el (artist-version): 1.2.4.
1556 (artist-butlast-fn): New variable.
1557 (artist-butlast): New function.
1558 (artist-ellipse-mirror-quadrant): Use it.
1559 (artist-mouse-draw-poly): Use nil for `point-list'.
1560 (artist-mouse-draw-poly): Check for point-list being nil.
1561
1562 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1563
1564 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1565 lambda expression.
1566 (ps-mode-menu-main): Submenu with options on/off was replaced with
1567 a toggle button.
1568 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1569 (ps-mode): Autoload cookie added on same line as comment
1570 (ps-mode-tabkey, ps-mode-backward-delete-char):
1571 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1572 `indent-to' with `indent-line-to'
1573 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1574 instead of `eval'.
1575 (ps-mode-print-region): Use `with-temp-buffer'.
1576 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1577 (numerous places): Add back-tick and tick around names in
1578 docstrings, fix punctuation in docstrings, remove trailing spaces.
1579
1580 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1581
1582 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1583 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1584 (sgml-font-lock-syntactic-keywords): New var.
1585 (sgml-mode-common): Drop the two args.
1586 Don't make buffer-local variables that aren't used.
1587 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1588 Don't set `before-string' props from sgml-display-text.
1589 (sgml-mode): Use define-derived-mode.
1590 (sgml-tags-invisible): Use sgml-display-text.
1591 (sgml-quote): New command.
1592 (html-tag-alist): Add args for `span'.
1593 (html-mode): Use define-derived-mode.
1594 Set sgml-display-text and sgml-tag-face-alist.
1595
1596 2001-10-25 Sam Steingold <sds@gnu.org>
1597
1598 * add-log.el (add-log-always-start-new-record): New user option.
1599 (add-change-log-entry): Use it.
1600
1601 2001-10-25 Richard M. Stallman <rms@gnu.org>
1602
1603 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1604 bind case-fold-search if FROM is not all lower case.
1605
1606 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1607
1608 * startup.el (normal-top-level): Check for frame-initial-frame
1609 only if it's really used.
1610
1611 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1612
1613 * progmodes/compile.el (compilation-parse-errors-filename-function):
1614 New variable.
1615 (compilation-parse-errors): Use it.
1616
1617 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1618
1619 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1620 interactively so that C-u M-C-x still does edebug.
1621 (checkdoc-sentencespace-region-engine): Don't force a double-space
1622 after `.' if it doesn't look like an end-of-sentence.
1623 (debug-ignored-errors): Add `disambiguate ...'.
1624
1625 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1626
1627 * textmodes/texinfo.el (texinfo-environments)
1628 (texinfo-environment-regexp): Hoist.
1629 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1630 Only highlight the menu name in menu items.
1631 Setup `@foo ... @end foo' as text clones.
1632 (texinfo-clone-environment): New function.
1633 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1634 (texinfo-insert-block): Simplify.
1635 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1636 the command is repeated.
1637 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1638 (texinfo-insert-@end): Simplify.
1639
1640 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1641 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1642 (texinfo-subsubsection-level-regexp)
1643 (texinfo-update-menu-same-level-regexps)
1644 (texinfo-update-menu-higher-regexps)
1645 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1646
1647 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1648 (derived-mode-p): Autoload.
1649
1650 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1651 New vars and functions.
1652 (text-clone-maintain, text-clone-create): New functions.
1653
1654 2001-10-25 Miles Bader <miles@gnu.org>
1655
1656 * facemenu.el (facemenu-add-new-face): Fix variable names.
1657
1658 2001-10-24 Richard M. Stallman <rms@gnu.org>
1659
1660 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1661 of t and nil values.
1662 (facemenu-set-face): Handle START and END interactively.
1663 (facemenu-set-foreground): Don't use a face; specify color directly.
1664 (facemenu-set-background): Likewise.
1665 (facemenu-set-face-from-menu): Doc fix.
1666 (facemenu-active-faces): Use face-attribute-vector
1667 to handle bare attributes not in faces.
1668 (facemenu-get-face): Don't handle face names fg:... and bg:...
1669 specially.
1670 (facemenu-add-new-face): New argument MENU.
1671 New way to handle adding colors to the color menus.
1672
1673 * env.el (substitute-env-vars): Quote the arg to rx.
1674
1675 2001-10-24 Sam Steingold <sds@gnu.org>
1676
1677 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1678 Control" and "SGML" groups.
1679
1680 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1681
1682 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1683 Better handling of C++ template args to avoid confusion with `<'
1684 and `>' used as operators in member init expressions.
1685
1686 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1687
1688 * replace.el (perform-replace): Move START and END parameters
1689 to the end of the argument list and make them optional.
1690
1691 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1692 perform-replace.
1693
1694 * international/fontset.el (x-must-resolve-font-name): New function.
1695 (x-complement-fontset-spec): Use it.
1696
1697 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1698
1699 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1700
1701 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1702 Turn caadr into caar of cdr.
1703
1704 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1705
1706 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1707 of mouse-{1,2} since dragging is on the down event.
1708
1709 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1710
1711 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1712 if ARG is nil.
1713
1714 * desktop.el (desktop-last-buffer): New variable.
1715 (desktop-create-buffer): Set it.
1716 (desktop-read): Bind it and switch to that buffer.
1717
1718 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1719
1720 * progmodes/compile.el (compilation-set-window-height):
1721 Select old window only if it's still live.
1722
1723 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1724
1725 * help-mode.el (help-buffer): Remove debugging code.
1726 From Stefan Monnier <monnier@cs.yale.edu>.
1727
1728 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1729
1730 * files.el (file-name-sans-extension, file-name-extension):
1731 Don't count the leading dots in file names as signaling an extension.
1732
1733 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1734
1735 * vc.el (vc-diff-switches): Doc rewritten.
1736
1737 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1738
1739 * tooltip.el (tooltip-set-param): Doc fix.
1740
1741 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1742 127 to sgml-maybe-name-self.
1743 (sgml-name-8bit-mode): Doc fix.
1744 (sgml-char-names-table): New variable.
1745 (sgml-name-char): Support non-ASCII and mule-unicode-*
1746 characters. Doc fix.
1747 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1748
1749 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1750 doc string the effect of `left' and `top' parameters in
1751 tooltip-frame-parameters, the default values, and the units.
1752 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1753 (tooltip-show): Mention in the doc string the `top' and `left'
1754 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1755
1756 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1757
1758 Add autoscaling support for vc-annotate.
1759 From J.D. Smith <jdsmith@alum.mit.edu>.
1760
1761 * vc.el (vc-annotate-display-default): Accept colormap scaling
1762 ratio (now deprecated).
1763 (vc-annotate-display-autoscale): Added.
1764 (vc-annotate-add-menu): New autoscaling menu options "Span to
1765 Oldest" and "Span Oldest->Newest". Easymenu support added for
1766 toggle menus driven by customize variable `vc-annotate-display-mode'.
1767 (vc-annotate-display-select): Added.
1768 (vc-annotate): Changed temp-buffer-show-function to
1769 `vc-annotate-display-select'.
1770 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1771 Added argument OFFSET. Instead of backend function, calls now
1772 generic `vc-annotate-difference'.
1773 (vc-annotate-difference): Added as generic function instead of
1774 backend-specific function. No longer takes argument POINT, but
1775 instead accepts a time OFFSET.
1776 (vc-default-annotate-current-time): Added.
1777
1778 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1779 version in vc.el, with
1780 (vc-cvs-annotate-current-time): Added, as override of default.
1781 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1782 `vc-cvs-annotate-difference'.
1783
1784 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1785
1786 * saveplace.el (save-place): Require `saveplace'.
1787
1788 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1789 Use `sexp' for :value-type instead of `face'.
1790
1791 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1792
1793 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1794 regexps due to 5-digit message IDs.
1795
1796 2001-10-21 Jason Rumney <jasonr@gnu.org>
1797
1798 * term/w32-win.el (redisplay-dont-pause): Don't set.
1799
1800 2001-10-21 Miles Bader <miles@gnu.org>
1801
1802 * help-funs.el (help-manyarg-func-alist): Variable removed.
1803
1804 2001-10-21 Miles Bader <miles@gnu.org>
1805
1806 * help-funs.el (help-manyarg-func-alist): Remove entries for
1807 `insert', `insert-and-inherit', `insert-before-markers',
1808 `insert-before-markers-and-inherit', `message', `message-box',
1809 `message-or-box', `propertize', `format', `encode-time', `append',
1810 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1811 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1812 `ml-prefix-argument-loop'.
1813
1814 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1815
1816 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1817 (vc-default-diff-tree): New functions.
1818 (vc-version-diff): Use them. As a result, coding systems are now
1819 set up properly for all sorts of diffs, and tree diffs can now
1820 also be done locally.
1821 (vc-diff): With a prefix argument, don't require that it's called
1822 from a buffer under version control.
1823 (diff-switches): Remove duplicate definition.
1824
1825 * vc-cvs.el (vc-cvs-diff-tree): New function.
1826
1827 2001-10-21 Miles Bader <miles@gnu.org>
1828
1829 * help-funs.el (help-manyarg-func-alist): Remove entries for
1830 `list', `vector', `make-byte-code', `call-process',
1831 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1832 `logand', `logior', and `logxor'.
1833
1834 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1835 image bits to compensate. Use `make-string' instead of
1836 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1837
1838 2001-10-20 Kim F. Storm <storm@cua.dk>
1839
1840 * simple.el (kill-ring-save): Don't show extent of copied region
1841 if using transient-mark-mode and region is fully visible.
1842
1843 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1844
1845 * (Version 21.1 released.)
1846
1847 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1848
1849 * files.el (auto-mode-alist): Associate .indent.pro with
1850 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1851
1852 2001-10-18 Sam Steingold <sds@gnu.org>
1853
1854 Put the *Compile-Log* buffer in `compilation-mode'.
1855 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1856 (byte-compile-log-1, byte-compile-log-file)
1857 (displaying-byte-compile-warnings): Use it
1858
1859 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1860
1861 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1862
1863 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1864
1865 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1866
1867 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1868
1869 * obsolete/hilit19.el (hilit-lookup-face-create):
1870 Call set-face-font only if display-graphic-p.
1871 (toplevel): Remove references to window-system.
1872
1873 2001-10-18 Miles Bader <miles@gnu.org>
1874
1875 * simple.el (what-line): Avoid problems with field properties.
1876
1877 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1878
1879 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1880 Define special colors for a tty.
1881
1882 2001-10-17 Francesco Potorti` <pot@gnu.org>
1883
1884 * comint.el (comint-password-prompt-regexp): Make it less
1885 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1886
1887 2001-10-17 John Wiegley <johnw@gnu.org>
1888
1889 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1890 a regular file, before checking if it is a directory or symlink.
1891 This avoids a call to eshell-file-attributes, which can be
1892 expensive in some situations.
1893
1894 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1895 customization variable, to differentiate ls-in-dired from regular
1896 uses of ls.
1897
1898 2001-10-17 Miles Bader <miles@gnu.org>
1899
1900 * custom.el (defface): Mention `:inherit' in doc-string.
1901
1902 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1903
1904 * paren.el: Update the Commentary with installation instructions.
1905
1906 2001-10-15 Dave Love <fx@gnu.org>
1907
1908 * international/mule.el (set-auto-coding): Fix regexps for local
1909 variables section not to eat newlines.
1910
1911 2001-10-15 Miles Bader <miles@gnu.org>
1912
1913 * simple.el (display-message-or-buffer): Pass the correct buffer
1914 to `display-buffer'.
1915
1916 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1917
1918 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1919 (executable-find): Use exec-suffixes.
1920 (executable-set-magic): Don't use make-local-hook.
1921
1922 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1923
1924 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1925
1926 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1927 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1928 Add .so to the Unix and GNU branch.
1929
1930 * international/latin-1.el:
1931 * international/latin-2.el:
1932 * international/latin-3.el:
1933 * international/latin-4.el:
1934 * international/latin-5.el:
1935 * international/latin-8.el:
1936 * international/latin-9.el: Add no-byte-compile: t, since
1937 Makefile.in instructs make-docfile to look at .el files.
1938
1939 2001-10-14 Miles Bader <miles@gnu.org>
1940
1941 * button.el (define-button-type): Allow supertype property to be
1942 specified with a keyword `:supertype' too.
1943 (button-put, make-text-button): Allow button type property to be
1944 specified using the keyword `:type' too.
1945 (button-type): New function.
1946 (button): Add `button-category-symbol' property.
1947
1948 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1949
1950 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1951 indent-new-comment-line from comment-indent-new-line.
1952
1953 * textmodes/refill.el (refill-mode):
1954 Bind DEL to backward-delete-char-untabify.
1955 Set backward-delete-char-untabify-method to `hungry'.
1956
1957 * textmodes/bib-mode.el (bib-mode):
1958 * play/gomoku.el (gomoku-mode):
1959 * textmodes/page-ext.el (pages-directory-mode):
1960 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1961
1962 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1963
1964 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1965
1966 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1967 Handle here-docs differently.
1968 (sh-font-lock-heredoc): Remove.
1969 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1970 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1971 (sh-font-lock-open-heredoc): New functions.
1972 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1973 (sh-font-lock-keywords-1): Use regexp-opt.
1974 (sh-in-comment-or-string): Use syntax-ppss.
1975 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1976 (sh-select, sh-tmp-file): Add explicit terminating \n.
1977
1978 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1979 Use with-current-buffer.
1980 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1981 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1982 filename), catch any error that occurs in `ange-ftp-cd'.
1983 If an error happened, don't bother sending `cmd' at all.
1984 Fix a parenthesis typo.
1985 (ange-ftp-write-region): Don't blindly use binary if the remote host
1986 is unix-like.
1987
1988 * play/pong.el (pong-init): Don't use make-local-hook.
1989
1990 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1991
1992 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1993 (viper-get-ex-address-subr): More precise addr for the $ marker
1994
1995 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1996
1997 * version.el (emacs-version): Bump to 21.1.50.
1998
1999 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2000
2001 * mail/mailalias.el (mail-directory-stream): Do not double
2002 variables in the lambda-list.
2003
2004 * play/gomoku.el (gomoku-init-display): Ditto.
2005
2006 * play/landmark.el (lm-init-display): Ditto.
2007
2008 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2009 (delimit-columns-rectangle-line): Ditto.
2010
2011 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2012
2013 * newcomment.el (comment-region-internal): Don't rebind
2014 invisibility_spec now that the C routines handle it correctly.
2015
2016 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2017
2018 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2019 and `same-frame'.
2020
2021 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2022
2023 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2024
2025 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2026 C-p and C-r. Remove redundant bindings from inheriting maps.
2027
2028 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2029 After 4.23 and: After 4.24:
2030 (cperl-contract-levels): Restore position.
2031 (cperl-beautify-level): Likewise.
2032 (cperl-beautify-regexp): Likewise.
2033 (cperl-commentify): Rudimental support for length=1 runs
2034 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2035 After 4.25:
2036 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2037 (imenu-example--create-perl-index): Was not enforcing
2038 syntaxification-to-the-end.
2039 (cperl-invert-if-unless): Allow `for', `foreach'.
2040 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2041 Mark qw(), m()x as indentable.
2042 (cperl-init-faces): Highlight `sysopen' too.
2043 Highlight $var in `for my $var' too.
2044 (cperl-invert-if-unless): Was leaving whitespace at end.
2045 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2046 (cperl-calculate-indent): Remove old commented out code.
2047 Support (primitive) indentation of qw(), m()x.
2048 After 4.26:
2049 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2050 q [] with intervening newlines.
2051 (cperl-autoindent-on-semi): New customization variable.
2052 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2053 (cperl-tips): Mention how to make CPerl the default mode.
2054 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2055 (cperl-outline-level): New function.
2056 (cperl-highlight-variables-indiscriminately): New customization var.
2057 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2058 From Sean Kamath <kamath@pogo.wv.tek.com>.
2059 (cperl-after-block-p): Support CHECK and INIT.
2060 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2061 From Doug MacEachern <dougm@covalent.net>.
2062 After 4.27:
2063 (cperl-find-pods-heres): Recognize \"" as a string.
2064 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2065 Allow whitespace between << and "FOO".
2066 (cperl-problems): Remove \"" and q [] with intervening newlines.
2067 Mention multiple <<EOF as unsupported.
2068 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2069 (cperl-indent-parens-as-block): New configuration variable.
2070 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2071 Use `cperl-indent-parens-as-block'.
2072 (cperl-find-pods-heres): Test for =cut without empty line instead of
2073 complaining about no =cut.
2074 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2075 (cperl-find-pods-heres): Likewise.
2076 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2077 POD could've been marked as comment already.
2078 (cperl-unwind-to-safe): Unwind before start of POD too.
2079 After 4.28:
2080 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2081 After 4.29:
2082 (x-color-defined-p): Make an extra case to peacify the warning.
2083 Toplevel: `defvar' to peacify the warnings.
2084 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2085 No -nw-compile time warnings now.
2086 (cperl-find-tags): TAGS file had too short substring-to-search.
2087 Be less verbose in non-interactive mode
2088 (imenu-example--create-perl-index): Set index-marker after name
2089 (cperl-outline-regexp): New variable.
2090 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2091 (cperl-mode): Made use `cperl-outline-regexp'.
2092 After 4.30:
2093 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2094 (cperl-outline-level): Make start-of-file same level as `package'.
2095 After 4.31:
2096 (cperl-electric-pod): `head1' and `over' electric only if empty.
2097 (cperl-unreadable-ok): New variable.
2098 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2099 on an unreadable file.
2100 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2101 on an unreadable directory.
2102
2103 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2104 Consider the text between two errors as belonging to the first error.
2105 (compilation-goto-locus): Use pop-to-buffer rather than
2106 switch-to-buffer-other-frame.
2107
2108 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2109 (awk-font-lock-syntactic-keywords): New var.
2110 (awk-mode): Use it.
2111
2112 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2113
2114 * faces.el (describe-face): Call help-setup-xref earlier.
2115
2116 * jka-compr.el (jka-compr-load-suffixes): New var.
2117 (jka-compr-install): Add its content to load-suffixes.
2118 (jka-compr-uninstall): Remove its content from load-suffixes.
2119
2120 2001-10-12 Sam Steingold <sds@gnu.org>
2121
2122 * bindings.el (completion-ignored-extensions): CL-related
2123 extensions are platform-independent.
2124
2125 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2126 asynchronous multiple file copying.
2127
2128 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2129
2130 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2131 Turn error for repeated variables into warning.
2132
2133 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2134 New function checking that lambda-list consists of non-constant
2135 symbols, that &rest and &optional are followed by variable names,
2136 that &rest VAR is the last element, and that variables aren't doubled.
2137 (byte-compile-lambda): Use it.
2138
2139 2001-10-12 Eli Barzilay <eli@barzilay.org>
2140
2141 * calculator.el (calculator-eng-display): Don't call concat
2142 with an integer argument.
2143
2144 2001-10-12 Miles Bader <miles@gnu.org>
2145
2146 * help-mode.el (help-customize-face): New button-type.
2147
2148 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2149 (describe-face): Fix args to `help-xref-button'.
2150 Don't switch to help-buffer around call to `help-setup-xref'.
2151 Use `help-buffer' instead of hard-wired "*Help*".
2152 Require `help-mode'.
2153
2154 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2155
2156 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2157
2158 * help-mode.el (help-buffer): New function.
2159 Returns the buffer-name to use for help output.
2160 Change all the code to use it instead of hard-coding *Help*.
2161 (help-mode-map): Put back the mouse-2 binding.
2162 (help-xref-stack): Change the format and make buffer-local.
2163 (help-xref-stack-item): Make buffer-local.
2164 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2165 (help-xref-interned): Display the face doc as well.
2166 (help-follow-mouse): Re-introduce.
2167 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2168 (help-do-xref): Don't `push' any more.
2169 (help-follow): Also follow face names.
2170
2171 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2172 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2173 Autoload and cleanup.
2174 (describe-function): Call help-setup-xref.
2175 (describe-variable): Call help-setup-xref earlier.
2176
2177 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2178 (view-lossage): Call help-setup-xref correctly and earlier.
2179 (describe-bindings): Call help-setup-xref earlier.
2180 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2181 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2182
2183 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2184
2185 * master.el (master-mode): Use define-minor-mode instead of
2186 easy-mmode-define-minor-mode. Add autload cookie.
2187 (Commentary): Remove the line showing how to autoload master-mode,
2188 since it's always autoloaded.
2189
2190 * master.el: New file.
2191
2192 2001-10-11 Dave Love <fx@gnu.org>
2193
2194 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2195 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2196 <const-C varset-X const-C>: Fix car/cdr typo.
2197
2198 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2199
2200 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2201 New function extracted from byte-compile-log-1.
2202 (byte-compile-log-1): Change output to be more in line with
2203 the output of other GNU tools.
2204 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2205 (byte-compile-report-error): Downcase error message.
2206 Use `error' instead of `!!' for error messages.
2207 (byte-compile-print-syms): Treat non-interactive case specially.
2208 (displaying-byte-compile-warnings): Use backquote.
2209 (byte-compile-from-buffer): Bind byte-compile-last-line.
2210 (batch-byte-compile): Remove `Done' message.
2211
2212 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2213
2214 * emacs-lisp/copyright.el (copyright): Add final \n.
2215
2216 2001-10-11 Miles Bader <miles@gnu.org>
2217
2218 * diff.el (diff): Display default values in prompts as
2219 `(default ...)', not `(...)'.
2220
2221 * info.el (Info-follow-reference): Likewise.
2222
2223 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2224
2225 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2226
2227 * newcomment.el (comment-indent): Be a little more robust in case
2228 comment-indent-function does funny things.
2229 (comment-normalize-vars): Autoload.
2230 (comment-region-internal): Fiddle with the visibility spec.
2231 (comment-valid-prefix): New function.
2232 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2233 that would turn comment-text into non-comment-text.
2234
2235 * emacs-lisp/syntax.el: New file.
2236
2237 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2238 compatibility cruft.
2239 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2240 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2241 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2242 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2243 tcl-submit-bug-report.
2244 (tcl-mode-syntax-table): Leave \f alone.
2245 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2246 tcl-end-of-defun, tcl-submit-bug-report.
2247 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2248 (tcl-add-emacs-menu): Remove.
2249 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2250 (tcl-keyword-list): Add `chain'.
2251 (tcl-font-lock-syntactic-keywords): New variable.
2252 (tcl-pps-has-arg-6): Remove.
2253 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2254 (tcl-internal-mark-defun): Remove.
2255 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2256 (tcl-mode): Use define-derived-mode. Simplify.
2257 Set comment-indent-function.
2258 (tcl-indent-command): Use line-beginning-position and comment-indent.
2259 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2260 (tcl-indent-line): Use tcl-calculate-indent.
2261 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2262 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2263 (tcl-filter): Use with-current-buffer, simplify.
2264 (inferior-tcl-mode): Use define-derived-mode.
2265 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2266 (tcl-simple-in-comment, tcl-in-comment): Removed.
2267 (tcl-files-alist): New function.
2268 (tcl-help-snarf-commands): Use it and return the result directly
2269 rather than through a global variable.
2270 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2271 (tcl-help-on-word): Provide the default value to completing-read.
2272 (tcl-hilit): Remove.
2273 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2274 (tcl-comment-indent): New function.
2275 (tcl-submit-bug-report): Remove.
2276 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2277 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2278 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2279
2280 2001-10-10 Miles Bader <miles@gnu.org>
2281
2282 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2283 (Info-fontify-node): Don't fontify the node if it's already been done.
2284
2285 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2286
2287 * international/iso-transl.el (iso-transl-e-caret)
2288 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2289 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2290
2291 * simple.el (end-of-buffer): Fix code scrolling specially
2292 for the buffer end.
2293
2294 * startup.el (command-line-1): Bind tab-width to 8.
2295
2296 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2297
2298 * emulation/tpu-edt.el: Use defalias instead of fset for
2299 user-visible commands. From Rob Riepel
2300 <riepel@Networking.Stanford.EDU>.
2301
2302 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2303
2304 * ruler-mode.el: New file.
2305
2306 2001-10-09 Miles Bader <miles@gnu.org>
2307
2308 * apropos.el (button): New require.
2309
2310 * help-funs.el: New file, contents mostly from `help.el'.
2311 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2312
2313 * help-mode.el: New file, contents mostly from `help.el'.
2314
2315 * help.el: Don't require `view' when compiling.
2316 (help-with-tutorial, describe-function, describe-function-1)
2317 (variable-at-point, describe-variable, locate-library):
2318 Functions moved into `help-funs.el'.
2319 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2320 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2321 (help-setup-xref, help-xref-following, help-make-xrefs)
2322 (help-xref-button, help-insert-xref-button, help-xref-interned)
2323 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2324 (help-xref-on-pp): Functions moved into `help-mode.el'
2325 (help-mode-map, help-xref-stack, help-xref-stack-item)
2326 (help-highlight-p, help-highlight-face, help-back-label)
2327 (help-xref-symbol-regexp, help-xref-mule-regexp)
2328 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2329 (help-symbol, help-back, help-info, help-customize-variable)
2330 (help-function-def, help-variable-def):
2331 Button-types moved into `help-mode.el'.
2332 (load-symbol-file-load-history, symbol-file):
2333 Functions moved into `subr.el'.
2334 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2335 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2336
2337 * subr.el (symbol-file-load-history-loaded)
2338 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2339
2340 * loadup.el ("button"): Load removed.
2341
2342 * button.el (define-button-type): Respect any `supertype' property.
2343 (button-type-subtype-p, button-has-type-p): New functions.
2344
2345 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2346 dollar-signs.
2347
2348 * comint.el (comint-insert-previous-argument): New function.
2349 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2350 (comint-insert-previous-argument-last-start-pos)
2351 (comint-insert-previous-argument-last-index): New variables.
2352
2353 * apropos.el (apropos-next-label-button): Use the presence of a
2354 `apropos-label' property to detect label buttons.
2355
2356 2001-10-08 Miles Bader <miles@gnu.org>
2357
2358 * button.el (next-button, previous-button): Remove N and WRAP
2359 parameters. Don't pay attention to `skip' properties.
2360 (forward-button): Implement wrapping, iterating, and skipping here
2361 instead.
2362 (button-activate): USE-MOUSE-ACTION is optional.
2363 (button-nop): Function removed.
2364 (default-button): Use `ignore' as default button action.
2365
2366 * apropos.el (apropos-next-label-button): Update arguments to
2367 `next-button'.
2368 (apropos-symbol): Add `skip' property.
2369 (apropos-function, apropos-macro, apropos-command)
2370 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2371 (apropos-plist): New button types.
2372 (apropos-label-properties): Variable removed.
2373 (apropos-print): Pass button-type to apropos-print-doc, rather
2374 than help function and label text.
2375 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2376 Get button label from TYPE.
2377
2378 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2379
2380 * help.el (help-mode): Use define-derived-mode.
2381 (describe-mode): Add optional `buffer' arg.
2382 Use it instead of going through help-xref-mode.
2383 Avoid doubling the word `minor' when prettifying.
2384 (describe-function-1): List the corresponding key bindings.
2385 (describe-variable): Say if the var is automatically buffer-local.
2386 If the source is `loaddefs.el', look for the real source.
2387 (help-xref-mode): Remove.
2388
2389 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2390 the file says no-byte-compile.
2391
2392 2001-10-08 Miles Bader <miles@gnu.org>
2393
2394 * button.el (next-button, previous-button): Respect `skip' property.
2395
2396 2001-10-07 Miles Bader <miles@gnu.org>
2397
2398 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2399 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2400 `woman-follow-word' instead of `woman-mouse-2'.
2401 (woman-follow-word): Renamed from `woman-mouse-2'.
2402 Follow current unconditionally, since this function is now only
2403 bound to M-mouse-2. Use accessor functions.
2404 (WoMan-highlight-references): Use `make-text-button'.
2405 (woman-xref): New button type.
2406
2407 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2408 ("button"): New load, just before "help" (which uses it).
2409
2410 * help.el (help-mode-map): Make button-buffer-map our parent.
2411 Don't bind mouse events or tab/backtab.
2412 (help-function, help-variable, help-face, help-coding-system)
2413 (help-input-method, help-character-set, help-back, help-info)
2414 (help-customize-variable, help-function-def, help-variable-def):
2415 New button types.
2416 (help-button-action): New function.
2417 (describe-function-1): Pass help button-types to
2418 `help-xref-button' rather than help function and help-echo string.
2419 Don't put multiple help-function args in a list to pass them to
2420 help-xref-button, just pass them as multiple arguments.
2421 Use `help-insert-xref-button' to make [back]-button, rather than
2422 `help-xref-button'.
2423 (help-xref-button): Take a button-type TYPE as a parameter rather
2424 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2425 and add a &rest parameter ARGS to serve the same purpose.
2426 Use `make-text-button' to add the button.
2427 (help-insert-xref-button): Use `insert-text-button' to add the button.
2428 (help-follow-mouse, help-next-ref, help-previous-ref):
2429 Functions removed.
2430 (help-do-xref): New function.
2431 (help-follow): Use `push-button' and `help-do-xref' to do most of
2432 the work.
2433
2434 * apropos.el (apropos-symbol, apropos-label): New button types.
2435 (apropos-symbol-button-display-help)
2436 (apropos-label-button-display-help, apropos-next-label-button):
2437 New functions.
2438 (apropos-mode-map): Make button-buffer-map our parent.
2439 Don't bind mouse events.
2440 (apropos-print, apropos-print-doc): Create buttons instead of text
2441 properties.
2442 (apropos-mouse-follow): Function removed.
2443 (apropos-follow): Use buttons.
2444
2445 * button.el: New file.
2446
2447 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2448
2449 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2450 Remove.
2451
2452 2001-10-05 Richard M. Stallman <rms@gnu.org>
2453
2454 * add-log.el (add-change-log-entry): Skip copyright notice
2455 and copying permission notice at start of file, if any.
2456 Make use of terms "entry" and "item" accord with Emacs manual.
2457 Simplify the logic for moving point while entering or creating
2458 an entry and then an item.
2459 (add-change-log-entry-other-window): Doc fix.
2460
2461 2001-10-06 Miles Bader <miles@gnu.org>
2462
2463 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2464 removed; they apparently don't work with faces.
2465
2466 2001-10-05 Sam Steingold <sds@gnu.org>
2467
2468 * textmodes/sgml-mode.el (html-xhtml): New user option.
2469 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2470 (html-ordered-list, html-unordered-list, html-list-item)
2471 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2472 (sgml-skip-close-p): New function.
2473 (sgml-value): Use it.
2474
2475 2001-10-05 Sam Steingold <sds@gnu.org>
2476
2477 * calendar/diary-lib.el (diary-entry-compare): When times are
2478 identical, compare the entries lexicographically.
2479
2480 2001-10-06 Miles Bader <miles@gnu.org>
2481
2482 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2483 Use `minibuffer-prompt-end'.
2484
2485 * simple.el (previous-matching-history-element): Fix misplaced
2486 parentheses.
2487
2488 2001-10-05 Miles Bader <miles@gnu.org>
2489
2490 * rfn-eshadow.el: New file.
2491
2492 2001-10-05 Miles Bader <miles@gnu.org>
2493
2494 * cus-face.el (custom-face-attributes): Make sure each attribute
2495 has a valid default value. Remove hacks that mapped `nil' to
2496 `off' and used nil to mean `unspecified'. Remove `unspecified'
2497 choices from all attributes (unspecified is handled by the parent
2498 checklist).
2499 * cus-edit.el (custom-face-edit-convert-widget)
2500 (custom-face-edit-deactivate, custom-face-edit-activate)
2501 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2502 New functions.
2503 (custom-face-edit): Specify a custom :convert-widget.
2504 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2505 Don't pass in default filters that map between `nil' and `off' and
2506 `unspecified' and `nil'.
2507
2508 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2509
2510 * progmodes/compile.el (compilation-buffer-name): New function.
2511 (compile-internal): Use it to determine the name of the
2512 compilation buffer.
2513
2514 2001-10-05 Miles Bader <miles@gnu.org>
2515
2516 * progmodes/compile.el (grep-use-null-device): New variable.
2517 (grep-command): Mention `grep-use-null-device'.
2518 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2519 Make computation of `grep-command' respect `grep-use-null-device'.
2520 (grep): Respect `grep-use-null-device'.
2521 Call `grep-compute-defaults' even if grep-command is set, if
2522 grep-use-null-device is still tentative.
2523
2524 * subr.el (call-process-shell-command): New function.
2525
2526 2001-10-05 Miles Bader <miles@gnu.org>
2527
2528 * simple.el (previous-matching-history-element)
2529 (next-history-element, next-complete-history-element): Use
2530 `minibuffer-' functions instead of calling `field-' functions directly.
2531 (minibuffer-prompt-end, minibuffer-contents):
2532 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2533 Functions removed (now subrs).
2534 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2535
2536 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2537 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2538 instead of calling `field-' functions directly.
2539 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2540
2541 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2542
2543 * files.el (find-file-noselect): If file's read-only status has
2544 changed on disk, ask if buffer's read-only status should be
2545 changed, unless NOWARN is set.
2546
2547 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2548 alias for define-setf-method.
2549
2550 * bindings.el: Remove no-byte-compile from file local variables
2551 to enable bootstrapping.
2552
2553 2001-10-04 Andrew Innes <andrewi@gnu.org>
2554
2555 * faces.el (face-font-registry-alternatives) [windows-nt]:
2556 Make gb2312 an alias for gb2312.1980.
2557
2558 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2559
2560 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2561 (uniquify-reverse-components): Remove.
2562
2563 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2564 Make sure the file is readable.
2565 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2566 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2567 (batch-byte-recompile-directory): Pass arg=0.
2568
2569 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2570 (perl-calculate-indent): Use it.
2571 (perl-backward-to-noncomment): Use forward-comment.
2572
2573 * derived.el (define-derived-mode, derived-mode-make-docstring):
2574 Allow `parent' to be nil.
2575
2576 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2577 Use define-derived-mode.
2578 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2579
2580 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2581
2582 * emacs-lisp/lselect.el: Use facep iso find-face.
2583
2584 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2585 Use regexp-opt.
2586 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2587 (lisp-font-lock-syntactic-face-function): New function.
2588 (lisp-mode-variables): Use it. Make arg optional.
2589 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2590 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2591 Set comment-start-skip.
2592
2593 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2594
2595 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2596 (ignore-errors): Don't bother using a `err' symbol.
2597
2598 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2599 (autoload-insert-section-header, autoload-before-p)
2600 (autoload-remove-section): New functions.
2601 (generate-file-autoloads): Use them.
2602 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2603 Make sure the autoload file is properly formatted when creating it.
2604 (update-autoloads-from-directories): Use them as well.
2605 Only update autoloads for files whose timestamp has changed.
2606 Add a dummy entry to remember the files which had no autoload cookies.
2607
2608 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2609
2610 * subr.el (define-key-after): Allow `key' to be longer than 1.
2611 (make-local-hook): Make obsolete.
2612 (add-hook, remove-hook): Don't use make-local-hook any more.
2613 (make-syntax-table): Inherit all chars from s-s-t.
2614
2615 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2616
2617 This is a fix for a report saying that resuming a search with C-s
2618 C-s doesn't use the case-fold-search setting of the previous
2619 search (C-s ... M-c ... then C-s C-s).
2620
2621 * isearch.el (isearch-last-case-fold-search): New variable.
2622 (isearch-mode): Remember value of isearch-case-fold-search
2623 in isearch-last-case-fold-search.
2624 (isearch-done): Quote value of isearch-case-fold-search.
2625 (isearch-repeat): When resuming a search, restore
2626 isearch-case-fold-search from isearch-last-case-fold-search.
2627
2628 Added to NEWS.
2629
2630 * startup.el (inhibit-startup-buffer-menu): New user-option.
2631 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2632 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2633
2634 This allows upto 99999 messages in the summary without screwing up
2635 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2636
2637 * mail/rmailsum.el (rmail-make-summary-line)
2638 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2639 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2640 Allow 5-digit message ids instead of 4.
2641
2642 This adds expansion of environment variables in the value
2643 specified with M-x setenv. Added to NEWS.
2644
2645 * env.el (substitute-env-vars): New function.
2646 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2647 environment variables in VALUE. Return VALUE.
2648
2649 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2650
2651 * Branch for 21.1.
2652
2653 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2654
2655 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2656
2657 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2658
2659 * emulation/tpu-edt.el: Make messages match original TPU/edt
2660 editor. From riepel@Stanford.EDU (Rob Riepel).
2661
2662 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2663
2664 * rect.el: Update maintainer's email address.
2665
2666 2001-10-02 Andreas Schwab <schwab@suse.de>
2667
2668 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2669 and Extended Passive Mode, resp.
2670
2671 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2672
2673 These changes add support for Calendar-related items in the
2674 menu bar on tty's as well:
2675
2676 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2677 unconditionally.
2678 (calendar-mode): Set up activate-menubar-hook unconditionally.
2679
2680 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2681 calls x-popup-menu only if popup menus are supported.
2682 (calendar-mouse-insert-hebrew-diary-entry)
2683 (calendar-mouse-insert-islamic-diary-entry)
2684 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2685 (calendar-mouse-view-other-diary-entries)
2686 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2687 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2688 Call cal-menu-x-popup-menu instead of x-popup-menu.
2689
2690 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2691
2692 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2693
2694 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2695
2696 * emacs-lisp/rx.el: New file.
2697
2698 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2699
2700 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2701
2702 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2703
2704 * frame.el (select-frame-by-name, other-frame): Doc fix.
2705
2706 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2707
2708 * play/snake.el (snake-score-file): Use temporary-file-directory
2709 instead of a literal "/tmp". Suggested by Robert
2710 <robert@chezmarshall.freeserve.co.uk>.
2711
2712 * play/tetris.el (tetris-score-file): Ditto.
2713
2714 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2715
2716 * apropos.el (apropos-print): Make the directions inserted at the
2717 beginning of the *Apropos* buffer more clear.
2718
2719 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2720
2721 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2722 Added comments.
2723
2724 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2725
2726 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2727 "\\s-" when defining comment-end-skip.
2728
2729 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2730
2731 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2732 Call get-buffer-window first second arg `visible'.
2733
2734 * international/mule-diag.el (list-input-methods-1):
2735 Output something that's independent of Emacs' version.
2736
2737 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2738 calling byte-to-position with a nil tar-header-offset.
2739
2740 2001-09-27 Simon Josefsson <jas@extundo.com>
2741
2742 * mail/sendmail.el (send-mail-function): Doc fix.
2743 (mail-do-fcc): Error if header-end is not a marker.
2744 (mail-do-fcc): Add a comment.
2745 (mail-reply-to): Doc fix.
2746 (mail-signature): Make ATPOINT optional.
2747 (mail-yank-original): Use cond instead of nestled if.
2748
2749 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2750
2751 * info.el (Info-on-current-buffer): Default arg to "Top".
2752
2753 2001-09-25 Eli Barzilay <eli@barzilay.org>
2754
2755 * calculator.el (calculator-copy-displayer): New user-option.
2756 (calculator-displayer-prev, calculator-displayer-next):
2757 Renamed from calculator-displayed-{left,right}.
2758 (calculator, calculator-standard-displayer)
2759 (calculator-num-to-string, calculator-update-display)
2760 (calculator-copy, calculator-put-value): Bug and display fixes.
2761
2762 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2763
2764 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2765 (ebnf-version): New version (3.6.1).
2766
2767 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2768 (ebnf-bnf-non-terminal-chars): New internal const.
2769 (ebnf-bnf-lex): Fix code.
2770
2771 * ebnf-iso.el: Fix character range regexp. Doc fix.
2772 (ebnf-iso-non-terminal-chars): New internal const.
2773 (ebnf-iso-lex): Fix code.
2774
2775 * ebnf-yac.el: Fix character range regexp. Doc fix.
2776 (ebnf-yac-skip-chars): New internal const.
2777 (ebnf-yac-skip-code): Fix code.
2778
2779 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2780
2781 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2782
2783 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2784 passing it to VC.
2785
2786 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2787 case where the file is relative.
2788
2789 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2790
2791 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2792 same on each side. Make sure we properly handle simple quotes.
2793 From Daiki Ueno <ueno@unixuser.org>.
2794
2795 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2796
2797 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2798 <jas@extundo.com>.
2799
2800 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2801 some items of the Options menu.
2802
2803 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2804
2805 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2806
2807 * vc-hooks.el (vc-delete-automatic-version-backups):
2808 Don't fail if the directory doesn't exist.
2809
2810 * diff-mode.el (diff-default-read-only): New var.
2811 (diff-mode): Use it.
2812
2813 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2814
2815 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2816 Use make-keymap instead of copy-keymap, since copying the global
2817 keymap messes up the menu bar.
2818
2819 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2820 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2821
2822 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2823
2824 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2825
2826 * dired-aux.el (dired-insert-subdir): Pass switches to
2827 dired-build-subdir-alist.
2828
2829 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2830
2831 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2832 caused %#a and %#b to be mis-formatted.
2833
2834 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2835
2836 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2837 ccmode, emacs-mime, and eudc manuals.
2838
2839 2001-09-19 Sam Steingold <sds@gnu.org>
2840
2841 w32 find cannot be used with `grep-find'.
2842 * progmodes/compile.el (find-program): New variable.
2843 (grep-compute-defaults): Use it to set `grep-find-command'.
2844
2845 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2846
2847 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2848
2849 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2850
2851 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2852 programming. Doc fix.
2853 (ebnf-version): New version (3.6).
2854 (ebnf-eps-begin): Data fix.
2855 (ebnf-begin-file): Code fix.
2856
2857 * ebnf-bnf.el: Doc fix.
2858 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2859
2860 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2861
2862 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2863
2864 * ps-print.el: Better face mapping for black/white PostScript printers.
2865 Check if mark is active when printing a region. Doc fix.
2866 (ps-print-version): New version number (6.5.5).
2867 (ps-print-color-p): Customization fix.
2868 (ps-black-white-faces): New option.
2869 (ps-black-white-faces-alist): New internal var.
2870 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2871 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2872 (ps-nb-pages-region): Interactive fix.
2873 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2874 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2875
2876 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2877
2878 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2879 numeric month value, and allow the Kanji character after the it to
2880 be missing (happens with ls-lisp's output on Japanese versions of
2881 MS-Windows).
2882
2883 2001-09-18 Miles Bader <miles@gnu.org>
2884
2885 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2886 it's empty (and thus probably a new patch file about to be edited).
2887
2888 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2889
2890 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2891 Check for '(' in column 0 of doc string.
2892
2893 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2894 of `nth' so that using a vector as bounding-box works.
2895 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2896
2897 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2898
2899 * vc.el (vc-annotate): Use current workfile version explicitly as
2900 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2901
2902 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2903
2904 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2905 convert-standard-filename doesn't guarantee that the .el extension
2906 is preserved.
2907
2908 * dos-fns.el (convert-standard-filename): Replace invalid
2909 characters only after converting dash/underscore to a period.
2910 (original-make-auto-save-file-name): New.
2911 (make-auto-save-file-name): New function, overrides the definition
2912 on files.el and calls the original function via
2913 original-make-auto-save-file-name.
2914
2915 * mail/rmail.el (top-level): Require mule-utils when compiling.
2916 (rmail-decode-babyl-format): Use detect-coding-with-priority
2917 instead of detect-coding-region, to favor detection of emacs-mule
2918 encoded Babyl files written by rmailout.el etc. Suggested by
2919 Kenichi Handa <handa@etl.go.jp>.
2920
2921 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2922
2923 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2924 Use `equal', not `=', since the device number can be a cons cell.
2925
2926 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2927
2928 * simple.el: Comment out change of 2001-09-13.
2929
2930 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2931
2932 * progmodes/compile.el (grep-compute-defaults): Don't set
2933 grep-command/grep-find-command when it is already non-nil.
2934 (grep-command): Make it a user option.
2935 (grep-find-command): Likewise.
2936
2937 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2938
2939 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2940 inhibit quit.
2941
2942 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2943
2944 * files.el (make-auto-save-file-name): If long file names are not
2945 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2946 generating an auto-save file name from it.
2947
2948 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2949
2950 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2951 (ps-nb-pages-region): Signal an error if called interactively
2952 and the mark is not active.
2953
2954 * simple.el (minibuffer-prompt-modification)
2955 (minibuffer-prompt-insertion): New functions.
2956 (minibuffer-prompt-properties): Use `modification-hooks' and
2957 `insert-in-front-hooks'.
2958
2959 2001-09-12 Richard M. Stallman <rms@gnu.org>
2960
2961 * textmodes/outline.el (outline-regexp): Doc fix.
2962 Initialize it in the defcustom, the usual way.
2963
2964 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2965
2966 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2967 from `ediff-meta-info' properties need not be an overlay.
2968 From David Ponce <dponce@voila.fr>.
2969
2970 * isearch.el (isearch-intersects-p): Fix end checks.
2971
2972 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2973
2974 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2975 `t' branch of `cond', since Irix 6.1 and up is a special case of
2976 the standard dbx interface.
2977
2978 2001-09-11 Miles Bader <miles@gnu.org>
2979
2980 * comint.el (comint-send-input): When waiting for echoed input,
2981 don't save the expected end position in `echo-end', so that things
2982 work properly even if the buffer is modified elsewhere at the same
2983 time [this happens if `comint-truncate-buffer' is used].
2984
2985 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2986
2987 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2988 when constructing imenu-generic-expression from outline-regexp.
2989
2990 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2991
2992 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2993 `equal' instead of `=', since they can be cons cells. From Nils
2994 Goesche <cartan@cartan.de>.
2995
2996 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2997
2998 * vc.el (vc-annotate): Rewrote doc string.
2999
3000 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3001
3002 * time-stamp.el: Update Stephen Gildea's email address.
3003
3004 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3005
3006 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3007 enable-multibyte-characters = nil. From Hallvard B Furuseth
3008 <h.b.furuseth@usit.uio.no>.
3009
3010 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3011
3012 * ediff-init.el (ediff-highest-priority): Bug fix.
3013
3014 * viper-cmd.el (viper-special-read-and-insert-char): New function
3015 that reads a character and uses the current input method or
3016 iso-accents when appropriate.
3017
3018 * viper.el and all others: Corrections to the comment blocks at
3019 the top.
3020
3021 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3022
3023 * info.el (Info-goto-node): Doc fix.
3024
3025 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3026
3027 * isearch.el (isearch-intersects-p): New function.
3028 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3029 use isearch-intersects-p, and clean up.
3030
3031 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3032
3033 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3034 and "german8", for the new German orthography dictionaries,
3035 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3036 the entries, to keep the line length balanced for loaddefs.el.
3037
3038 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3039
3040 * comint.el (comint-send-input): Handle comint-process-echoes
3041 differently.
3042
3043 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3044
3045 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3046
3047 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3048
3049 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3050
3051 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3052
3053 * server.el (server-switch-buffer):
3054 * textmodes/refer.el (refer-find-entry-internal):
3055 * term/sup-mouse.el (sup-pos-to-window):
3056 * term/bg-mouse.el (bg-window-from-x-y):
3057 * emacs-lisp/edebug.el (edebug-window-live-p):
3058 Use get-window-with-predicate.
3059
3060 * window.el (get-window-with-predicate): Renamed from some-window.
3061 (some-window): Make it an alias.
3062
3063 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3064
3065 * simple.el (undo): Remove positions from buffer-undo-list up to
3066 the next undo boundary only.
3067
3068 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3069
3070 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3071 Kim <ryk@dspwiz.com>
3072
3073 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3074 the message "Creating customization items...done".
3075
3076 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3077
3078 * font-lock.el (toplevel): Require `jit-lock' only if
3079 font-lock-support-mode is set to jit-lock-mode.
3080
3081 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3082
3083 * international/quail.el (quail-use-package, quail-inactivate)
3084 (quail-activate): Mention the hooks these functions run in their
3085 doc strings.
3086
3087 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3088
3089 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3090 of file in header of menu.
3091
3092 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3093
3094 * env.el (setenv): Interactively, if VARIABLE has a current value,
3095 add that to the front of the history, as the doc string says.
3096
3097 * comint.el (comint-send-input): Change help-echo.
3098 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3099
3100 * bookmark.el (bookmark-write-file): Bind print-length and
3101 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3102
3103 * obsolete/uncompress.el: Moved there from lisp/.
3104
3105 * comint.el (comint-insert-clicked-input): Goto point-max before
3106 deleting previous input. From "Dr Francis J. Wright"
3107 <F.J.Wright@qmw.ac.uk>.
3108
3109 * simple.el (backward-word): Doc fix.
3110
3111 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3112
3113 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3114 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3115 * w32-fns.el: Add Keywords header.
3116
3117 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3118
3119 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3120 "Text Properties". Suggested by Simon Marshall
3121 <Simon.Marshall@midas-kapiti.com>.
3122
3123 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3124
3125 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3126 consulting the value of file-name-coding-system.
3127
3128 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3129
3130 * help.el (describe-function-1): Save precomputed `file-name' rather
3131 than recomputing it (incorrectly) with `symbol-file'.
3132
3133 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3134
3135 * international/isearch-x.el (isearch-exit-recursive-edit):
3136 Take three parameters, since it's used as an after-change-function.
3137
3138 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3139 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3140 from doc strings.
3141
3142 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3143
3144 * progmodes/glasses.el (glasses-convert-to-unreadable):
3145 Consider underscores as in `glasses-make-readable'.
3146
3147 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3148
3149 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3150 MS-DOS, since cpp might not be available.
3151
3152 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3153 Mention "yank" in the help-echo text.
3154 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3155
3156 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3157
3158 * newcomment.el (comment-indent): Insert spaces more carefully.
3159
3160 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3161
3162 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3163 exists. From Andy Petrusenco <andy@int.spb.ru>.
3164
3165 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3166 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3167 <andy@int.spb.ru>.
3168
3169 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3170
3171 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3172 Instead of running mouse-yank-at-click, see what the event is
3173 bound to outside Isearch and run that.
3174
3175 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3176
3177 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3178 Fix the menu entry to mention transient-mark-mode.
3179
3180 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3181
3182 * simple.el (eval-expression-print-level): Fix last change.
3183
3184 * bindings.el (mode-line-coding-system-map): New variable.
3185 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3186
3187 * simple.el (eval-expression-print-level): Change the type
3188 of the defcustom to allow nil.
3189
3190 * emacs-lisp/find-gc.el: Moved here from lisp/.
3191
3192 * international/quail.el (quail-completion-1):
3193 Reverse the ((CHAR . DEFN) ...) list before processing it.
3194 From Kenichi Handa <handa@etl.go.jp>.
3195
3196 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3197 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3198
3199 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3200
3201 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3202 aren't supported. This avoids the annoying gray strip drawn by
3203 the Windows version instead of the missing tool bar.
3204
3205 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3206
3207 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3208 and tooltips more consistent. From "Marshall, Simon"
3209 <Simon.Marshall@midas-kapiti.com>.
3210
3211 * startup.el (fancy-splash-screens): Temporarily set
3212 minor-mode-map-alist to nil while displaying splash screens.
3213
3214 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3215
3216 * buff-menu.el: Add Keywords header.
3217 Doc fix (C-x C-b is bound to list-buffers).
3218
3219 * dired-x.el: Add keyword files to get listed in finder.
3220 Remove confusing notes about GNU Emacs 19.
3221
3222 * dired.el, dired-aux.el: Add Keywords header.
3223
3224 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3225
3226 * vc.el (vc-revert-file): Call the backend even if the FILE's
3227 contents can be reverted locally; pass new arg CONTENTS-DONE
3228 down to the backend.
3229
3230 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3231 optional arg CONTENTS-DONE.
3232
3233 2001-08-28 Andrew Innes <andrewi@gnu.org>
3234
3235 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3236
3237 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3238
3239 * makefile.nt (install): Copy more *.el files.
3240
3241 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3242
3243 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3244 instead of `w' which is already in use.
3245
3246 * gs.el (gs-load-image): Use sleep-for.
3247 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3248
3249 2001-08-28 Miles Bader <miles@gnu.org>
3250
3251 * replace.el (query-replace-regexp-eval): Return args from
3252 `interactive' form in correct order.
3253
3254 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3255
3256 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3257 major modes, don't create panes for modes for which
3258 mouse-buffer-menu-alist returns an empty alist.
3259
3260 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3261
3262 * progmodes/hideshow.el: Update first-line description.
3263 Sync comments w/ maintainer version 5.31.
3264
3265 (hs-isearch-open): Default value now `code'.
3266 Fix docstring to use "code blocks" vs "comment blocks",
3267 as opposed to "block" vs "comment".
3268 (hs-flag-region): Accept `hs-isearch-open' value
3269 of `block' as synonymous w/ `code'.
3270 (hs-hide-block-at-point): For code blocks, pass `code'
3271 to `hs-flag-region' instead of `block'.
3272
3273 2001-08-28 Miles Bader <miles@gnu.org>
3274
3275 * comint.el (comint-next-prompt): Don't loop infinitely if
3276 {next,previous}-single-char-property-change returns its input
3277 position when the search fails.
3278
3279 2001-08-27 Miles Bader <miles@gnu.org>
3280
3281 * comint.el (comint-get-old-input-default): Don't signal an error
3282 if point is not on an input field; instead, return the current
3283 line (using `comint-bol' to skip any prompt, in case we're not
3284 using fields at all).
3285
3286 * man.el (Man-mode-line-format): Variable removed.
3287 (Man-mode): Change `mode-line-buffer-identification' instead of
3288 `mode-line-format'.
3289
3290 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3291
3292 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3293 From Simon Josefsson <jas@extundo.com>.
3294
3295 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3296
3297 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3298 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3299
3300 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3301 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3302
3303 * emacs-lisp/lselect.el: Ditto.
3304
3305 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3306 Remove periods from the end of error message strings.
3307 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3308
3309 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3310 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3311
3312 * net/telnet.el: Ditto.
3313
3314 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3315
3316 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3317 KEYMAP to the call to define-minor-mode.
3318
3319 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3320
3321 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3322 Replace some of the undefined characters with emulations of bidi
3323 formatting characters and Niqud as per SI 1311-1.
3324 (IT-unicode-translations): Ditto.
3325 (IT-display-table-setup, IT-setup-unicode-display):
3326 Fill characters without translations with dos-unsupported-char-glyph.
3327
3328 2001-08-24 Simon Josefsson <jas@extundo.com>
3329
3330 * hl-line.el (hl-line-mode): Don't be a global mode.
3331 (global-hl-line-mode): New function.
3332
3333 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3334
3335 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3336 being reset by Ghostscript. Don't kill the gs process.
3337 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3338
3339 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3340
3341 * term/mac-win.el: Require scroll-bar.
3342
3343 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3344
3345 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3346
3347 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3348
3349 * hexl.el (hexl-insert-multibyte-char) New function.
3350 (hexl-quoted-insert, hexl-self-insert-command)
3351 (hexl-insert-hex-char, hexl-insert-decimal-char)
3352 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3353 Fix the doc strings accordingly.
3354 (hexl-insert-char): Reject characters whose code is above 255.
3355 Doc fix.
3356 (hexl-mode-map): Copy the global keymap instead of creating a
3357 sparse keymap, and bind all self-inserting characters to
3358 hexl-self-insert-command.
3359
3360 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3361
3362 * wid-edit.el (text): Re-order docstring correctly.
3363
3364 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3365
3366 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3367
3368 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3369
3370 * simple.el (line-number-mode): Mention the variable
3371 line-number-display-limit-width in the doc string.
3372
3373 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3374
3375 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3376 Temporarily select EVENT's window for switching buffers.
3377 (mode-line-bury-buffer): New function.
3378 (mode-line-buffer-identification-keymap): Use it instead of
3379 bury-buffer. Bind down-mouse events to prevent global down-mouse
3380 events from shining through.
3381
3382 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3383
3384 * newcomment.el (comment-beginning): Make sure the comment-start
3385 we found isn't a comment-end (in cases where confusion is possible).
3386
3387 2001-08-22 Miles Bader <miles@gnu.org>
3388
3389 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3390 before writing it, so that hard-links don't see new version.
3391
3392 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3393
3394 * gs.el (gs-set-ghostview-colors-window-prop):
3395 Call x-change-window-property with 3rd arg FRAME.
3396 (gs-load-image): Wait for a previous Ghostscript process
3397 to complete before starting a new one.
3398
3399 * image.el (image-type-regexps): Make sure that the TIFF
3400 pattern is only matched at the beginning of a string.
3401 From Markus Rost <rost@math.ohio-state.edu>.
3402
3403 * international/swedish.el: Pre-Mule file removed. From Jonas
3404 Oberg <jonas@gnu.org>.
3405
3406 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3407
3408 * whitespace.el (whitespace-abort-on-error): Add custom variable
3409 to whitespace to abort a write-file if whitespace is detected in file.
3410
3411 * whitespace.el (whitespace-write-file-hook): Hook to be called
3412 when writing a file. If `whitespace-abort-on-error' is set, the
3413 write will abort on detecting whitespaces.
3414 If `whitespace-auto-cleanup' is set, the file will be cleaned
3415 automatically prior to writing.
3416
3417 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3418 whitespaces in the error output!
3419
3420 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3421 `indent-tabs-mode', since the latter notes user preferences on
3422 TABs anyway.
3423
3424 * whitespace.el (whitespace-version): 3.1. All of the above issues
3425 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3426
3427 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3428
3429 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3430 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3431
3432 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3433
3434 2001-08-20 Alex Schroeder <alex@gnu.org>
3435
3436 * sql.el (sql-db2): Doc change.
3437
3438 2001-08-20 Alex Schroeder <alex@gnu.org>
3439
3440 * sql.el (sql-postgres): Add the database at the end of the
3441 parameters instead of at the beginning.
3442 (sql-postgres-options): Doc change.
3443
3444 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3445
3446 * custom.el (defcustom): Doc fix.
3447
3448 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3449
3450 * ps-mule.el (find-composition): Check if (char-after POS)
3451 returns a valid character.
3452
3453 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3454
3455 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3456 original-point for extra CR characters that are added/removed when
3457 the buffer is written/read whose EOL type is -dos.
3458
3459 2001-08-16 Miles Bader <miles@gnu.org>
3460
3461 * simple.el (line-move): Undo previous change.
3462
3463 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3464 property to input-terminating `boundary' overlays to avoid
3465 line-move wierdness.
3466
3467 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3468
3469 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3470 buffer in a save-restriction. Under one test case with Ediff,
3471 window-scroll-functions are run with a window start that's
3472 temporarily outside of the restriction.
3473
3474 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3475
3476 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3477 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3478 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3479 (texinfo-update-menu-region-beginning)
3480 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3481 command, @ifnottex, to regexps, so it is found.
3482
3483 2001-08-16 Andrew Innes <andrewi@gnu.org>
3484
3485 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3486 (DONTCOMPILE): Omit sc.el.
3487
3488 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3489 (DONTCOMPILE): Omit sc.el.
3490
3491 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3492
3493 * replace.el (occur): Bind inhibit-read-only to t.
3494
3495 2001-08-16 Miles Bader <miles@gnu.org>
3496
3497 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3498 calling `constrain-to-field', to avoid problems with comint prompts.
3499
3500 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3501
3502 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3503 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3504
3505 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3506 of a while-loop.
3507
3508 * Makefile.in (DONTCOMPILE): Remove sc.el.
3509
3510 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3511 Don't include term/.
3512
3513 * mail/sc.el: Moved to obsolete/.
3514
3515 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3516
3517 * ps-print.el: Change error function arguments to follow Emacs
3518 message convention. Doc fix.
3519 (ps-print-version): New version number (6.5.4).
3520 (coding-system-for-write): Change declaration position to avoid
3521 XEmacs compilation gripes.
3522 (coding-system-for-read, buffer-file-coding-system):
3523 Declarations to avoid XEmacs compilation gripes.
3524
3525 * ps-mule.el: Doc fix.
3526 (ps-mule-encode-header-string): If STRING is not a string, replace
3527 STRING by empty string.
3528
3529 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3530
3531 * frame.el (show-trailing-whitespace): Doc fix.
3532
3533 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3534
3535 * desktop.el (desktop-save): Insert the coding: tag before
3536 desktop-header.
3537
3538 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3539
3540 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3541 its path from $els.
3542
3543 * image.el (image-jpeg-p): Fix call of substring.
3544
3545 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3546
3547 * play/animate.el (animate-string): Doc fix. Use a buffer
3548 name with stars in it.
3549 (animate-sequence): New function.
3550 From Richard Stallman <rms@gnu.org>.
3551
3552 * frame.el (select-frame-set-input-focus): New function
3553 extracted from other-frame.
3554 (other-frame): Use it.
3555 (next-multiframe-window, previous-multiframe-window): Use it.
3556
3557 * isearch.el (isearch-other-meta-char): Don't switch to the
3558 buffer of a window clicked on, when the current buffer is
3559 in Isearch mode.
3560
3561 * image.el (image-jpeg-p): Test for APPn markers in the range
3562 #xe0..#xef.
3563
3564 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3565
3566 * desktop.el (desktop-save): Don't use concat to form a file
3567 name, use expand-file-name.
3568
3569 * mouse.el (mouse-delete-window): Do nothing if frame has just
3570 one window.
3571
3572 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3573 for the minor mode name.
3574
3575 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3576 minor mode name.
3577
3578 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3579 instead of make-mode-line-mouse2-map.
3580
3581 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3582 the minor mode name.
3583
3584 * emacs-lisp/easy-mmode.el (define-minor-mode):
3585 Use mode-line-minor-mode-keymap for the minor mode name.
3586
3587 * calendar/calendar.el (calendar-mode-line-format):
3588 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3589
3590 * bindings.el (make-mode-line-mouse-map): Renamed from
3591 make-mode-line-mouse2-map. Take additional arg MOUSE.
3592 (mode-line-modified): Use mouse-3 instead of mouse-2.
3593 (mode-line-buffer-identification-keymap): Bind keys differently.
3594 (propertized-buffer-identification): Adapt help-echo to new bindings.
3595
3596 * bindings.el (mode-line-format): Specify help-echo for line
3597 number, column number and buffer-percent part of the mode-line.
3598
3599 * image.el (image-type-regexps): Allow whitespace at the start
3600 of the image data for XPM, XBM and Postscript, which are
3601 text files.
3602 (image-jpeg-p): Correct calculation of next field offset.
3603
3604 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3605
3606 * battery.el: Fix typo.
3607
3608 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3609
3610 * image.el (image-type-regexps): Allow predicates. Change the way
3611 JPEG images are recognized.
3612 (image-jpeg-p): New function.
3613 (image-type-from-data): Handle predicates in image-type-regexps.
3614
3615 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3616 #:, #x, #o, and similar constructs.
3617
3618 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3619
3620 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3621
3622 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3623 instead of `progn'.
3624
3625 * tar-mode.el (tar-extract): Avoid generating a new buffer
3626 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3627
3628 * textmodes/paragraphs.el (forward-sentence): Avoid building
3629 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3630
3631 * progmodes/executable.el (executable-set-magic):
3632 If executable-find returns a quoted file name, unquote it before
3633 inserting it.
3634
3635 * image.el (image-type-regexps): For JPEG files, use a regexp
3636 derived from the JFIF spec.
3637
3638 * image.el (image-type-regexps): Use `\`' instead of `^' in
3639 most regular expressions.
3640
3641 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3642
3643 * play/animate.el: Re-insert a reference to re-inserted function.
3644
3645 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3646
3647 * help.el (describe-function-1): Use find-function-search-for-symbol
3648 instead of find-function-noselect because the latter follows aliases.
3649
3650 * play/animate.el (animate-birthday-present): Re-insert.
3651
3652 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3653 Handle old-style menu definitions.
3654
3655 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3656
3657 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3658 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3659
3660 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3661 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3662 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3663
3664 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3665
3666 * textmodes/tildify.el: Milan Zamazal has new address.
3667
3668 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3669
3670 * custom.el (custom-set-variables): Don't test `custom-requests'
3671 properties, check the third element of the options passed to
3672 custom-set-variables instead.
3673
3674 * info.el (info-insert-file-contents): Use info-file-exists-p
3675 instead of file-exists-p.
3676
3677 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3678 the mode-line face is restored. Fix several bugs.
3679
3680 * replace.el (perform-replace): Doc fix.
3681
3682 2001-08-02 Francesco Potorti` <pot@gnu.org>
3683
3684 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3685 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3686 (uniquify-fix-item-base, uniquify-fix-item-filename)
3687 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3688 Callers changed.
3689 (uniquify-set-proposed): Changed to work with a vector item.
3690 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3691 the fix list, and a list of strings for the non-file buffer
3692 names. Both changes reduce consing.
3693 (uniquify-rationalize-a-list): Local variable renaming.
3694 (uniquify-rationalize-conflicting-sublist): Use member instead of
3695 assoc.
3696 (uniquify-rename-buffer): Use unless instead of if not.
3697
3698 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3699
3700 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3701
3702 * custom.el (custom-set-variables): Set options with :require
3703 clauses last.
3704
3705 * custom.el (defcustom): Doc fix.
3706
3707 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3708
3709 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3710
3711 * man.el (man): Mention Man-switches in the doc string.
3712 (Man-switches): Mention -a in the doc string.
3713
3714 * textmodes/ispell.el (ispell-alternate-dictionary):
3715 Add /usr/share/lib/dict/words, for Irix.
3716
3717 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3718 corresponding non-kp keys. Suggested by Stephen Gildea
3719 <gildea@stop.mail-abuse.org>.
3720
3721 2001-08-01 Francesco Potorti` <pot@gnu.org>
3722
3723 * uniquify.el: These changes correct a corner case that the old
3724 code managed correctly.
3725 (uniquify-fix-item-proposed): Renamed from
3726 uniquify-fix-item-min-proposed.
3727 (uniquify-set-proposed): New function.
3728 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3729 clarity and speed.
3730 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3731 This is equivalent to what the old code did.
3732 (uniquify-rationalize-a-list): Never recompute the proposed
3733 name. Sort the conflicting sublist before rationalising it: this
3734 is equivalent to what the old code did, but one directory element
3735 at a time, and only when necessary.
3736 (uniquify-rationalize-conflicting-sublist): Recompute here the
3737 proposed name.
3738
3739 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3740
3741 * play/animate.el: Add Keywords and Maintainer. Remove a
3742 reference to a removed function.
3743
3744 * play/animate.el (animate-string): Handle case that the string is
3745 longer than the window is wide.
3746
3747 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3748
3749 * desktop.el (desktop-save): Bind coding-system-for-write to
3750 `emacs-mule' for write-region.
3751
3752 * delsel.el (delete-selection-pre-hook): Don't set this-command
3753 to `ignore' if the region is empty.
3754
3755 * international/mule.el (set-keyboard-coding-system):
3756 Set keyboard-coding-system.
3757
3758 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3759 before accessing it.
3760
3761 2001-07-30 Andreas Schwab <schwab@suse.de>
3762
3763 * menu-bar.el (toggle-highlight-paren-mode):
3764 Use `(show-paren-mode)' as body.
3765
3766 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3767
3768 * vc.el (vc-checkout-hook): New hook.
3769 (vc-checkout): Run it.
3770
3771 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3772
3773 * progmodes/make-mode.el (makefile-macroassign-regex):
3774 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3775
3776 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3777
3778 * vc.el (vc-switch-backend): Fix autoload cookie.
3779
3780 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3781 the desktop file.
3782
3783 2001-07-30 Simon Josefsson <jas@extundo.com>
3784
3785 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3786 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3787
3788 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3789
3790 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3791 (last-sexp-toggle-display): Renamed from last-sexp-print.
3792 (last-sexp-toggle-display, eval-last-sexp-1):
3793 Use last-sexp-setup-props.
3794
3795 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3796 New user-options.
3797 (mouse-wheel-change-button): New function.
3798 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3799 (mwheel-scroll): Ditto.
3800
3801 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3802
3803 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3804 `...', compare with unabbreviated printed representation instead.
3805 (last-sexp-print): Bind print-length and print-level to nil.
3806
3807 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3808 before assigning text properties. Make properties rear-nonsticky.
3809
3810 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3811 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3812 <mouse-2> and <RET> in that map to a function printing the
3813 unabbreviated value.
3814
3815 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3816 is a buffer, put a text property `printed-value' on the printed
3817 representation, with the Lisp object printed as value.
3818
3819 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3820
3821 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3822 Mention the effect of eval-expression-print-length and
3823 eval-expression-print-level in the doc strings. Suggested by
3824 Kevin Gallagher <kevingal@onramp.net>.
3825
3826 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3827
3828 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3829 for buttons > 3.
3830 (xterm-mouse-translate): Handle the case that we don't get a
3831 down-event.
3832
3833 * emacs-lisp/find-func.el (find-function-regexp):
3834 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3835 in front of the function name.
3836
3837 * isearch.el (isearch-other-meta-char): Fix last change.
3838
3839 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3840 similar events for which fake prefix keys are generated. It's no
3841 longer necessary since read_key_sequence doesn't modify these
3842 events for internal purposes anymore.
3843
3844 * files.el (auto-mode-alist): Use nroff-mode for files ending
3845 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3846
3847 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3848
3849 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3850 tool-bar-lines parameter, behave as if its value were zero.
3851 (mouse-avoidance-set-pointer-shape): Don't do anything if
3852 x-pointer-shape is not boundp.
3853
3854 2001-07-23 Francesco Potorti` <pot@gnu.org>
3855
3856 * uniquify.el: Overall speedup changes when using many buffers.
3857 (uniquify-fix-item-base, uniquify-fix-item-filename)
3858 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3859 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3860 place in the item, but was never used.
3861 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3862 in the item is now used as cache for the proposed name.
3863 (uniquify-rationalize-file-buffer-names): Move computation made on
3864 newbuffile out of the loop, in the newbuffile-nd local var.
3865 Use dolist (cosmetic change). Compute the proposed name for the most
3866 common case and cache it in the fourth place in the item.
3867 (uniquify-rationalize-file-buffer-names): Used to return a a list
3868 of buffer whose name was changed, but that return value was never used.
3869 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3870 the cached proposed name, does much less consing and is quicker.
3871 (uniquify-filename-lessp): Deleted.
3872 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3873 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3874 cached proposed name is possible.
3875 (uniquify-get-proposed-name): Arguments changed, callers changed.
3876 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3877 uniquify-possibly-resolvable flag, which is no more bound locally.
3878 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3879 flag, which does not exist any more.
3880
3881 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3882
3883 * term/internal.el (IT-unicode-translations): Fix the appearance of
3884 "6`".
3885
3886 * progmodes/compile.el (compile-internal): If EMACS is already
3887 defined in the environment, don't override its value.
3888
3889 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3890
3891 * play/fortune.el: Undo change of 2001-07-13.
3892 Fix autoload cookies. Add types to defcustoms.
3893 (fortune) <defgroup>: Add :link.
3894 (fortune-from-region): Use eq, not eql.
3895 From Dave Love <fx@gnu.org>.
3896
3897 * play/animate.el (animate-birthday-present): Function removed.
3898
3899 * play/animate.el: New file.
3900
3901 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3902
3903 * startup.el (normal-top-level-add-subdirs-to-load-path):
3904 On Windows, put into normal-top-level-add-subdirs-inode-list the
3905 canonicalized names of the directories instead of inode numbers.
3906
3907 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3908
3909 * ediff-util.el: Copyright years.
3910 (ediff-choose-syntax-table): New function.
3911 (ediff-setup): Use ediff-choose-syntax-table.
3912 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3913 vc-state is available.
3914 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3915
3916 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3917 with-syntax-table.
3918 (ediff-coding-system-for-read): From ediff-diff.el
3919 (ediff-coding-system-for-write): New variable.
3920 (ediff-highest-priority): Fixed the bug having to do with disappearing
3921 overlays.
3922 (ediff-file-remote-p): Use file-remote-p, if available.
3923 (ediff-listable-file): New function.
3924 (ediff-file-attributes): Use ediff-listable-file.
3925
3926 * ediff-mult.el (ediff-meta-insert-file-info1):
3927 Use ediff-listable-file.
3928
3929 * ediff-ptch.el (ediff-prompt-for-patch-file):
3930 Use ediff-coding-system-for-read.
3931 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3932
3933 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3934 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3935
3936 * ediff.el: Date of last update, copyright years.
3937
3938 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3939
3940 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3941 of Scott Bronson.
3942 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3943 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3944 Deleted functions.
3945 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3946 ex-token-list.
3947 (viper-get-ex-address-subr): Convert registers to char data type.
3948
3949 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3950 (viper-memq-char): Use viper-int-to-char.
3951 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3952 vc-locking-state.
3953 (viper-read-key): Use viper-read-key-sequence.
3954
3955 * viper.el (viper-major-mode-modifier-list):
3956 Added inferior-emacs-lisp-mode.
3957 (this-major-mode-requires-vi-state): New function that uses simple
3958 heuristics to decide if vi state is appropriate.
3959 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3960 (viper-non-hook-settings): Don't advise read-key-sequence.
3961 (viper-read-key-sequence): New function that replaces the
3962 previously used advice to read-key-sequence.
3963
3964 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3965 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3966 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3967 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3968 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3969 Got rid of the negative character hack.
3970 (viper-escape-to-state,viper-replace-state-exit-cmd):
3971 Use viper-read-key-sequence.
3972 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3973 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3974 Don't override existing minibuffer-setup-hook.
3975 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3976 Convert registers to char data type.
3977 (viper-autoindent): Use viper-indent-line.
3978
3979 * viper-keym.el: Use viper-exec-key-in-emacs.
3980
3981 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3982
3983 * server.el (server-visit-files): Fix variable name typo.
3984
3985 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3986
3987 * simple.el (delete-trailing-whitespace): Save match data
3988 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3989
3990 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3991
3992 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3993 return a this-error using the alternative format (a pair of markers).
3994
3995 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3996
3997 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3998
3999 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4000 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4001
4002 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4003
4004 * international/iso-transl.el: Fix typo in the header of the file.
4005
4006 * textmodes/picture.el (picture): Doc fix.
4007
4008 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4009 follow coding conventions in generated files.
4010
4011 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4012
4013 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4014 (tool-bar-add-item): Don't call image-related primitives if the
4015 display doesn't support images.
4016
4017 * frame.el (display-images-p): New function.
4018
4019 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4020
4021 * server.el (server-visit-files): Handle the case the specified
4022 column number is <= 0.
4023
4024 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4025
4026 * startup.el (command-line-1): Add support for +LINE:COLUMN
4027 command line argument.
4028
4029 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4030
4031 * server.el (server-process-filter, server-visit-files):
4032 Add support for +LINE:COLUMN style emacsclient calls.
4033
4034 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4035
4036 * emacs-lisp/easy-mmode.el: Add Keywords header.
4037
4038 * play/pong.el: Author has new address.
4039
4040 * play/landmark.el: Author is no more reachable.
4041
4042 * play/handwrite.el: Author is no more reachable.
4043
4044 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4045
4046 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4047 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4048 Complete bindings for F<1..12> keys.
4049 (global-map): Remove `undo' binding (already in the default).
4050 Replace `t<n>' bindings with `f<n>' bindings.
4051
4052 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4053
4054 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4055 (tcl-mode): Use tcl-add-log-defun.
4056 (tcl-indent-line): Use tcl-calculate-indent.
4057 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4058 (tcl-indent-exp): Renamed from indent-tcl-exp.
4059 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4060 (tcl-indent-for-comment): Call comment-indent-function properly
4061 and handle the case where it returns nil.
4062
4063 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4064
4065 * calendar/cal-islam.el (calendar-goto-islamic-date):
4066 Remove autoload cookie.
4067
4068 * calendar/calendar.el (calendar-goto-islamic-date):
4069 Add call to autoload.
4070
4071 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4072
4073 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4074 Don't change compile-auto-highlight globally.
4075 Don't bother with `font-lock-defaults' property since XEmacs
4076 also understands the `font-lock-defaults' variable.
4077 Use make-local-variable rather than make-variable-buffer-local.
4078 Don't `defconst' comment-indent-function: keep the default.
4079 Call easy-menu-add unconditionally.
4080 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4081 (ada-create-menu): Use :included for Emacs as well.
4082
4083 * vc.el (vc-do-command): Autoload.
4084
4085 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4086
4087 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4088
4089 * ps-print.el: Fix Author: header.
4090
4091 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4092
4093 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4094 mouse-1 etc., bind them to `ignore'.
4095
4096 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4097 send-invisible, which is already defined in Comint.
4098 (eshell-watch-for-password-prompt): Use it.
4099
4100 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4101
4102 * which-func.el (which-func-mode): Doc fix.
4103
4104 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4105 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4106 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4107 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4108 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4109 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4110 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4111 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4112 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4113 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4114 * emulation/edt-mapper.el, emulation/edt-pc.el,
4115 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4116 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4117 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4118 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4119 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4120 * international/isearch-x.el, international/iso-cvt.el,
4121 * international/ogonek.el, international/quail.el,
4122 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4123 * language/devanagari.el, language/ethio-util.el,
4124 * language/ethiopic.el, language/european.el, language/indian.el,
4125 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4126 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4127 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4128 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4129 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4130 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4131 * progmodes/autoconf.el, progmodes/cmacexp.el,
4132 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4133 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4134 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4135 * progmodes/ebnf2ps.el, progmodes/executable.el,
4136 * progmodes/fortran.el, progmodes/idlw-shell.el,
4137 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4138 * progmodes/m4-mode.el, progmodes/mantemp.el,
4139 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4140 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4141 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4142 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4143 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4144 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4145 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4146 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4147 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4148 * textmodes/two-column.el, time-stamp.el, timezone.el,
4149 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4150 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4151 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4152 conventions.
4153
4154 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4155
4156 * simple.el (set-variable): Require 'cus-edit' instead of
4157 `wid-edit', so that the Custom widgets get defined.
4158
4159 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4160
4161 * allout.el: A fix to follow coding conventions.
4162
4163 * find-lisp.el: A fix to follow coding conventions.
4164
4165 * term/w32-win.el: A fix to follow coding conventions.
4166
4167 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4168
4169 * term/xterm.el: A fix to follow coding conventions.
4170
4171 * term/news.el: A fix to follow coding conventions.
4172
4173 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4174 header line fixed.
4175
4176 * sun-curs.el: Fix Maintainer: header line.
4177
4178 * emacs-lisp/easymenu.el: Address of the author added.
4179
4180 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4181
4182 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4183 property.
4184
4185 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4186
4187 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4188 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4189 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4190 Some fixes to follow coding conventions.
4191
4192 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4193
4194 * which-func.el (which-func-mode): Doc fix.
4195
4196 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4197
4198 * net/rcompile.el (remote-compile): Use make-local-variable.
4199
4200 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4201
4202 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4203
4204 * mail/reporter.el (reporter-submit-bug-report):
4205 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4206
4207 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4208
4209 * calendar/cal-china.el, calendar/cal-coptic.el,
4210 * calendar/cal-dst.el, calendar/cal-french.el,
4211 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4212 * calendar/cal-iso.el, calendar/cal-julian.el,
4213 * calendar/cal-mayan.el, calendar/cal-persia.el,
4214 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4215 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4216 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4217 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4218 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4219 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4220 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4221 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4222 * progmodes/ada-xref.el, progmodes/cc-align.el,
4223 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4224 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4225 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4226 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4227 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4228 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4229 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4230 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4231 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4232 * textmodes/reftex.el: Some fixes to follow coding
4233 conventions in Eshell files with known maintainers.
4234
4235 * emulation/viper.el: A fix to follow coding conventions.
4236
4237 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4238 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4239 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4240 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4241 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4242 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4243 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4244 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4245 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4246 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4247 conventions in Eshell files.
4248
4249 * composite.el, diff.el, emacs-lisp/levents.el,
4250 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4251 * emulation/pc-mode.el, emulation/viper-cmd.el,
4252 * emulation/viper-ex.el, emulation/viper-init.el,
4253 * emulation/viper-keym.el, emulation/viper-macs.el,
4254 * emulation/viper-mous.el, emulation/viper-util.el,
4255 * emulation/viper.el, forms-pass.el, international/ccl.el,
4256 * international/characters.el, international/encoded-kb.el,
4257 * international/fontset.el, international/ja-dic-cnv.el,
4258 * international/ja-dic-utl.el, international/kinsoku.el,
4259 * international/kkc.el, international/mule-cmds.el,
4260 * international/mule-diag.el, international/mule-util.el,
4261 * international/mule.el, international/titdic-cnv.el,
4262 * language/china-util.el, language/chinese.el,
4263 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4264 * language/greek.el, language/hebrew.el, language/japan-util.el,
4265 * language/japanese.el, language/korea-util.el, language/korean.el,
4266 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4267 * language/slovak.el, language/thai-util.el, language/thai.el,
4268 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4269 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4270 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4271 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4272 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4273 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4274 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4275 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4276 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4277 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4278 to follow coding conventions in files without maintainer or in files
4279 with clear maintainer (but without Maintainer header stating so).
4280
4281 * emacs-lisp/elp.el: A fix to follow coding conventions.
4282
4283 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4284 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4285 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4286 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4287 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4288 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4289 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4290 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4291 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4292 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4293 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4294 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4295 conventions in files from Gnus.
4296
4297 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4298 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4299 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4300 * echistory.el, electric.el, emacs-lisp/authors.el,
4301 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4302 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4303 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4304 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4305 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4306 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4307 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4308 * international/codepage.el, international/iso-ascii.el,
4309 * international/iso-insert.el, international/iso-transl.el,
4310 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4311 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4312 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4313 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4314 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4315 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4316 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4317 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4318 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4319 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4320 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4321 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4322 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4323 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4324 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4325 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4326 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4327 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4328 * textmodes/tex-mode.el, textmodes/text-mode.el,
4329 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4330 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4331 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4332 files maintained by FSF.
4333
4334 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4335
4336 * arc-mode.el: A fix to follow coding conventions.
4337
4338 * bindings.el: Ditto.
4339
4340 * cdl.el: Ditto.
4341
4342 * comint.el: Ditto.
4343
4344 * cus-start.el: Ditto.
4345
4346 * shell.el: Ditto.
4347
4348 * skeleton.el: Ditto.
4349
4350 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4351
4352 * info.el (Info-build-node-completions):
4353 Make Info-current-file-completions buffer local.
4354
4355 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4356
4357 * which-func.el (which-func-mode, which-func-ff-hook)
4358 (which-function-mode): Remove references to which-func-mode-global.
4359
4360 * calendar/cal-islam.el (calendar-goto-islamic-date):
4361 Add autoload cookie.
4362
4363 * play/fortune.el: Add types to defcustoms.
4364
4365 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4366
4367 * language/czech.el: A fix to follow coding conventions.
4368
4369 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4370
4371 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4372 to the extension list, for antlr-mode. From Christoph Wedler
4373 <Christoph.Wedler@sap.com>.
4374
4375 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4376
4377 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4378 (vc-dired-mode-map): Fix the madness.
4379
4380 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4381 (vc-prefix-map): Moved back from vc.el.
4382
4383 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4384
4385 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4386 Increase the size of the obarray.
4387 (mail-extr-all-top-level-domains): Add more toplevel domains,
4388 add more long names.
4389 From: Per Starback <starback@ling.uu.se>.
4390
4391 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4392
4393 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4394 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4395
4396 * progmodes/ada-mode.el: Ditto.
4397
4398 * progmodes/ada-xref.el: Ditto.
4399
4400 2001-07-11 Miles Bader <miles@gnu.org>
4401
4402 * finder.el (finder-insert-at-column): Also move to the next line
4403 if exactly at COLUMN.
4404
4405 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4406
4407 * help.el (describe-function-1): When printing FUNCTION's
4408 documentation, don't assume FUNCTION is a symbol.
4409
4410 * startup.el (normal-top-level): Don't operate on the initial
4411 frame if we failed to create one.
4412
4413 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4414
4415 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4416 itself, i.e. only indent the contents in it.
4417
4418 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4419
4420 * mail/rmail.el (rmail-show-message): Show beginning of message in
4421 all windows containing it.
4422
4423 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4424
4425 * term/tty-colors.el: Fix the header line and copyright years.
4426
4427 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4428
4429 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4430 original definition has an interactive form, but is Elp
4431 instrumented, use the interactive form of the function called by
4432 elp-wrapper.
4433
4434 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4435 configurations with compare-window-configuration; they aren't
4436 window configurations.
4437
4438 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4439 from the server for the format we expect. Don't use it if it
4440 doesn't look like what the Internet draft for FTP extensions specifies.
4441
4442 * toolbar/*.pbm: Cleaned up.
4443 From Luis Fernandes <elf@ee.ryerson.ca>.
4444
4445 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4446
4447 * cc-cmds.el: Extended the kludge to interoperate with the
4448 delsel and pending-del packages wrt to the new function
4449 `c-electric-delete-forward'.
4450
4451 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4452
4453 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4454 to delay the call to <mode> for global minor modes.
4455 (easy-mmode-define-navigation): Only recenter if interactive.
4456
4457 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4458
4459 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4460 to lisp-indent-line.
4461
4462 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4463 from the server. Call encode-time only when we are sure that we
4464 got a 213 response.
4465
4466 2001-07-06 Simon Josefsson <jas@extundo.com>
4467
4468 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4469 (mail-envelope-from): New user option.
4470 (sendmail-send-it): Use it.
4471
4472 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4473
4474 * ps-print.el: Use locale dependant date to print date in header.
4475 Doc fix.
4476 (ps-print-version): New version number (6.5.3).
4477 (ps-right-header, ps-right-footer): Initialization and doc fix.
4478 (ps-time-stamp-locale-default): New fun.
4479
4480 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4481
4482 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4483 field problem with MIME-mode.
4484
4485 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4486
4487 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4488
4489 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4490 MIME-mode.
4491
4492 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4493
4494 * bindings.el (mode-line-mule-info): Don't show the tip with
4495 buffer-file-coding-system if that is nil.
4496
4497 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4498
4499 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4500 instead of kill-line.
4501
4502 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4503 <Pavel@Janik.cz>.
4504
4505 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4506 <Pavel@Janik.cz>.
4507
4508 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4509
4510 * font-lock.el (c-font-lock-keywords-3): When matching something
4511 like `struct X Y', finish with point after Y.
4512
4513 2001-07-04 Simon Josefsson <jas@extundo.com>
4514
4515 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4516 in caller buffer.
4517
4518 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4519
4520 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4521 instead of string-match to find the basename of the file.
4522 From Pascal Obry <p.obry@wanadoo.fr>.
4523
4524 * net/browse-url.el (browse-url-default-windows-browser):
4525 Support the MS-DOS port when it runs on Windows.
4526 (browse-url-browser-function) [ms-dos]: Default to
4527 browse-url-default-windows-browser.
4528
4529 * help.el (locate-library): Enable code that looks for compressed
4530 libraries if auto-compression-mode is on.
4531
4532 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4533
4534 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4535
4536 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4537
4538 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4539
4540 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4541
4542 * allout.el: Fix the header line, so that finder.el recognizes it.
4543 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4544
4545 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4546 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4547
4548 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4549
4550 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4551
4552 * ps-bdf.el (bdf-directory-list): Use the value relative to
4553 installation-directory for MS-Windows as well.
4554
4555 2001-06-29 Richard M. Stallman <rms@gnu.org>
4556
4557 * wid-edit.el (widget-color-sample-face-get):
4558 Return ((foreground-color . COLOR)) instead of constructing a face.
4559
4560 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4561
4562 * faces.el (region): Change the background color for the
4563 light-background color display to lightgoldenrod2, to make it
4564 visible on some laptops.
4565
4566 2001-06-28 Richard M. Stallman <rms@gnu.org>
4567
4568 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4569 (rmail-msg-restore-non-pruned-header): Likewise.
4570 If point was in the old pruned header, put it at the top.
4571 (rmail-msg-prune-header): If point was at the top, keep it there.
4572
4573 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4574 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4575
4576 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4577
4578 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4579
4580 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4581
4582 * saveplace.el: Update maintainer email address.
4583
4584 2001-06-27 Francesco Potorti` <pot@gnu.org>
4585
4586 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4587 Undo previous change.
4588
4589 2001-06-27 Francesco Potorti` <pot@gnu.org>
4590
4591 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4592 preliminary quick reordering. Can speed things up dramatically.
4593
4594 2001-06-26 Richard M. Stallman <rms@gnu.org>
4595
4596 * dired.el (dired-get-filename): A file name starting with ~
4597 is not absolute in this context.
4598
4599 * which-func.el (which-func-maxout): Increase default to 500000.
4600 (which-function-mode): This is now the "real" name of the function.
4601 (which-func-mode): Now an alias.
4602 (which-func-mode-global): Name deleted.
4603
4604 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4605 button-2, when binding hs-mouse-toggle-hiding.
4606
4607 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4608
4609 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4610 (rmail-msg-prune-header): Likewise.
4611 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4612 and `rmail-msg-prune-header'.
4613
4614 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4615
4616 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4617 back than LINEBEG.
4618
4619 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4620
4621 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4622 window where they clicked the mouse has a header line, adjust
4623 vertical movement by one.
4624
4625 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4626
4627 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4628 too when separating a parenthesis.
4629
4630 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4631
4632 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4633 (bookmark-bmenu-hide-filenames): Add help-echo to
4634 mouse-highlighted text.
4635 (bookmark-bmenu-show-filenames): Remove help-echo property from
4636 the whitespace.
4637
4638 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4639
4640 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4641 From Karl Eichwalder <ke@suse.de>.
4642
4643 2001-06-23 Richard M. Stallman <rms@gnu.org>
4644
4645 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4646
4647 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4648 contents for completing-read.
4649
4650 2001-06-22 Richard M. Stallman <rms@gnu.org>
4651
4652 * menu-bar.el (menu-bar-make-toggle): Construct the
4653 function's doc string from HELP, not DOC, and make it accurate by
4654 adding "Toggle whether to " at the front and downcasing the initial.
4655 Change the HELP arg in some calls to make it fit this usage.
4656
4657 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4658 Undo previous change.
4659
4660 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4661
4662 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4663
4664 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4665
4666 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4667
4668 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4669
4670 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4671
4672 2001-06-20 Richard M. Stallman <rms@gnu.org>
4673
4674 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4675 broken out from dabbrev--find-expansion. Handle minibuffer
4676 specially here.
4677 (dabbrev--find-expansion): Simplify code in various ways.
4678 Don't treat minibuffers specially.
4679 Call dabbrev--make-friend-buffer-list.
4680 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4681 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4682
4683 2001-06-19 John Wiegley <johnw@gnu.org>
4684
4685 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4686 Also, added a comment describing how to greatly speedup Eshell
4687 loadup time, by concatenating together all of Eshell's .elc files.
4688
4689 2001-06-19 John Wiegley <johnw@gnu.org>
4690
4691 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4692
4693 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4694
4695 * woman.el (WoMan-highlight-references): Add help-echo to
4696 mouse-highlighted text.
4697
4698 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4699
4700 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4701
4702 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4703
4704 * international/quail.el (quail-start-conversion):
4705 Reset quail-translating to nil.
4706
4707 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4708 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4709
4710 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4711
4712 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4713 mouse-highlighted text.
4714
4715 * dired.el (dired-mark-pop-up): Fix last change.
4716
4717 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4718
4719 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4720 mouse-highlighted text.
4721
4722 * net/quickurl.el (quickurl-url-file): Run through
4723 convert-standard-filename.
4724 (quickurl-list-populate-buffer): Add help-echo to
4725 mouse-highlighted text.
4726 (top-level): Update Dave's URL.
4727
4728 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4729 mouse-highlighted text.
4730
4731 * textmodes/page-ext.el (pages-copy-header-and-position):
4732 Add help-echo to mouse-highlighted text.
4733
4734 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4735 mouse-highlighted text.
4736
4737 * replace.el (occur): Add help-echo to mouse-highlighted text.
4738
4739 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4740 mouse-highlighted text.
4741
4742 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4743 mouse-highlighted text.
4744
4745 * progmodes/compile.el (compile-reinitialize-errors):
4746 Add help-echo to mouse-highlighted messages.
4747 (compilation-forget-errors): Remove help-echo property as well.
4748
4749 * play/landmark.el (lm-plot-square, lm-init-display):
4750 Add help-echo to mouse-highlighted text.
4751
4752 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4753 Add help-echo to mouse-highlighted text.
4754
4755 * dired.el (dired-insert-set-properties): Add help-echo to
4756 mouse-highlighted text.
4757 (dired-mark-pop-up): Remove help-echo property from the file name.
4758
4759 * comint.el (comint-send-input): Add help-echo to
4760 mouse-highlighted text.
4761
4762 * buff-menu.el (list-buffers-noselect): Add help-echo to
4763 mouse-highlighted text.
4764
4765 * arc-mode.el (archive-summarize-files): Add help-echo to
4766 mouse-highlighted text.
4767
4768 * ffap.el (ffap-machine-p): Always return nil if
4769 open-network-stream is not fboundp.
4770
4771 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4772
4773 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4774 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4775 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4776 incorrectly binding chars between 128 and 256 to it.
4777 (sgml-maybe-name-self): Handle latin-1 chars properly.
4778 (sgml-tags-invisible): Bind buffer-file-name to nil.
4779 Use unwind-protect and restore-buffer-modified-p.
4780 (sgml-point-entered): Use buffer-substring-no-properties.
4781 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4782 (html-mode): Don't force `imenu-sort-function'.
4783
4784 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4785
4786 * tar-mode.el: Fix the copyright notice.
4787
4788 * font-lock.el (font-lock-comment-face): For tty's with dark
4789 background, use "red1", since "lightred" is not one of the colors
4790 recognized by tty-colors.el.
4791
4792 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4793 create a buffer for extracted file, in case there's more than one
4794 file by that name in an archive, possibly in different
4795 directories. From Kevin Rodgers <kevinr@ihs.com>.
4796
4797 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4798 <alex@gnu.org>.
4799
4800 2001-06-15 Miles Bader <miles@gnu.org>
4801
4802 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4803 Revert previous change.
4804
4805 2001-06-14 Richard M. Stallman <rms@gnu.org>
4806
4807 * replace.el (keep-lines-read-args): Return just a regexp.
4808 Provide nil for the region args.
4809 (keep-lines, flush-lines, how-many):
4810 Calculate the defaults for the region here, when args are nil.
4811
4812 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4813
4814 * rot13.el (rot13-other-window): Some more doc fix.
4815
4816 2001-06-14 Per Starback <starback@ling.uu.se>
4817
4818 * replace.el (case-replace, query-replace-from-history-variable)
4819 (query-replace-to-history-variable, keep-lines-read-args)
4820 (occur-revert-function, query-replace-help): Dox fix.
4821
4822 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4823
4824 * rot13.el (rot13-other-window): Doc fix.
4825
4826 2001-06-14 Miles Bader <miles@gnu.org>
4827
4828 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4829 of " and \ to "." (punctuation).
4830 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4831
4832 2001-06-13 Richard M. Stallman <rms@gnu.org>
4833
4834 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4835
4836 * simple.el (shell-command-on-region): Never kill the
4837 *Shell Command Output* buffer.
4838
4839 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4840
4841 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4842
4843 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4844
4845 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4846 New var, to recognize ${ $' and PODs.
4847 (perl-font-lock-syntactic-face-function): New function.
4848 (perl-mode): Use them.
4849 (perl-continuation-line-p): New function, from perl-calculate-indent.
4850 (perl-calculate-indent): Use it, to properly handle continuation
4851 lines of continuation lines.
4852
4853 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4854
4855 * server.el (server-process, server-buffer-clients): Doc fix.
4856 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4857
4858 2001-06-09 John Wiegley <johnw@gnu.org>
4859
4860 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4861 test if the last command was Lisp or not.
4862 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4863 B x C".
4864
4865 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4866
4867 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4868 general one on compile.el supports drive letters.
4869
4870 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4871
4872 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4873 key description.
4874
4875 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4876
4877 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4878 (reftex-toc-jump): New command.
4879
4880 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4881 to parse international characters as well.
4882
4883 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4884 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4885
4886 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4887
4888 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4889 TAB to the key separators.
4890
4891 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4892
4893 * international/mule.el (auto-coding-alist): Remove redundant
4894 up-cased versions of the extensions (auto-coding-alist-lookup is
4895 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4896 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4897
4898 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4899
4900 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4901
4902 2001-06-01 Richard M. Stallman <rms@gnu.org>
4903
4904 * help.el (describe-variable): Put value on same line
4905 with preceding text, if it is short enough to look good that way.
4906
4907 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4908
4909 * term/internal.el (IT-unicode-translations): New variable.
4910 (IT-setup-unicode-display): New function.
4911
4912 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4913
4914 * ps-print.el: Handle before-string and after-string overlay properties
4915 in ps-print-*-with-faces commands. Doc fix.
4916 (ps-print-version): New version number (6.5.2).
4917 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4918 for XEmacs.
4919 (ps-prefix-quote): Doc fix.
4920 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4921 (ps-basic-plot-str, ps-plot-string): New funs.
4922
4923 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4924
4925 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4926 and :type spec.
4927
4928 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4929
4930 * international/mule-cmds.el (inactivate-input-method):
4931 Set input-method-function to nil.
4932
4933 * xml.el (xml-parse-tag): The document may contain invalid characters.
4934 From ShengHuo ZHU <zsh@cs.rochester.edu>
4935
4936 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4937
4938 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4939 `rmail-summary-line-decoder' if the message does not have
4940 a Subject: field.
4941
4942 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4943
4944 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4945 New variable.
4946 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4947 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4948 is non-nil.
4949
4950 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4951
4952 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4953
4954 2001-05-29 Sam Steingold <sds@gnu.org>
4955
4956 * faces.el (face-valid-attribute-values): Bind `valid' directly
4957 instead of using `setq'.
4958
4959 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4960 Use `tex-shell-buf'.
4961 (tex-shell-proc): Use `tex-shell-running'.
4962 (tex-shell-buf-no-error): New function.
4963 (tex-send-tex-command): Use it.
4964 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4965 (tex-kill-job): Check the process before calling `quit-process'.
4966
4967 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4968
4969 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4970 UTF-8 sequences.
4971
4972 2001-05-28 Miles Bader <miles@gnu.org>
4973
4974 * comint.el (comint-carriage-motion): Renamed from
4975 `comint-cr-magic'. Operate on the buffer instead of the string
4976 (for use as a comint post-output filter, instead of as a
4977 pre-output filter). Handle backspaces too. Add to the
4978 `comint-output-filter-functions' hook instead of
4979 `comint-preoutput-filter-functions'.
4980
4981 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4982
4983 * language/japan-util.el (japanese-hankaku): Prefer the charset
4984 `jisx0201' when the optional argument `ascii-only' is not specified.
4985 (japanese-hankaku-region): Ditto.
4986 From Katsumi Yamaoka <yamaoka@jpl.org>
4987
4988 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4989
4990 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4991 (outline-invisible-p): New function.
4992 (hide-leaves): Save excursion.
4993 (hide-other): Stop looping when reaching bobp.
4994
4995 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4996
4997 * cus-edit.el (custom-file): Fix last change.
4998
4999 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5000
5001 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5002 same definition in byte-compile-function-environment as `autoload'
5003 would put in `symbol-function'.
5004
5005 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5006 patch to correct the error message as well.
5007
5008 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5009
5010 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5011 unless ~/.emacs exists.
5012
5013 * novice.el (enable-command): If user-init-file is nil or does not
5014 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5015
5016 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5017
5018 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5019 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5020 Allow spaces around macro arguments.
5021 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5022 indent-for-tab-command.
5023 (latex-mode-map, plain-tex-mode-map): New keymaps.
5024 Inherit from tex-mode-map.
5025 (tex-common-initialization): Don't setup the keymap any more
5026 since it's now done right by define-derived-mode.
5027 (latex-mode): Set skeleton-end-hook to nil.
5028 (latex-skeleton-end-hook): Remove.
5029 (tex-latex-block, latex-insert-item): Simplify.
5030 (latex-syntax-after): Use following-char rather than char-after.
5031 (tex-discount-args-cmds, tex-count-words): New functions.
5032
5033 * textmodes/tildify.el (tildify-ignored-environments-alist):
5034 Recognize \verb* as well.
5035
5036 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5037 (perl-comment-indent): Simplify to let newcomment.el do its job.
5038 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5039 (perl-mark-function): Cleanup the namespace.
5040 (perl-calculate-indent): Don't be fooled by nested functions.
5041
5042 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5043
5044 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5045 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5046
5047 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5048
5049 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5050 actually be `\\'.
5051 (ctlau-b5-converter): Likewise.
5052
5053 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5054
5055 * international/titdic-cnv.el (quail-misc-package-ext-info):
5056 Change CTLauB.el to CTLau-b5.el.
5057
5058 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5059
5060 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5061 rather than beginning-of-line to avoid problems with fields.
5062 (gud-perldb-massage-args): Use unless and push.
5063 (gud-chdir-before-run): New var.
5064 (gud-common-init): Use it.
5065
5066 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5067
5068 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5069 delete entries for chinese-ctlau and chinese-ctlaub.
5070 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5071 chinese-ctlaub.
5072 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5073 New functions.
5074
5075 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5076
5077 * cus-edit.el (custom-comment-show): Remove debug code.
5078
5079 * language/japan-util.el (japanese-symbol-table): Fix handling of
5080 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5081
5082 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5083
5084 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5085 Renamed by removing the silly `-flag' suffix.
5086 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5087
5088 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5089
5090 * replace.el (keep-lines-read-args): Use `copy-marker'.
5091 (how-many): Save excursion properly.
5092 (occur-mode): Use define-derived-mode.
5093 (perform-replace): Use with-current-buffer.
5094
5095 2001-05-20 Richard M. Stallman <rms@gnu.org>
5096
5097 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5098
5099 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5100
5101 * info.el (Info-read-subfile): Widen before finding the
5102 desired node in the subfile.
5103
5104 * startup.el (command-line-1): When >2 files visited,
5105 leave the last one visible, and make that the selected window.
5106
5107 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5108
5109 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5110
5111 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5112
5113 * international/ccl.el (define-ccl-program): Fix a typo.
5114 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5115
5116 * international/mule.el (decode-char): Fix a typo. From Pavel
5117 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5118
5119 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5120 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5121
5122 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5123 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5124
5125 2001-05-18 Sam Steingold <sds@gnu.org>
5126
5127 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5128 and [RET] to `cvs-mode-find-file'.
5129
5130 2001-05-18 John Wiegley <johnw@gnu.org>
5131
5132 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5133 configuration variable, which determines the initial character
5134 that forces use of an external version of a command. The default
5135 is *, but may be set to \, for example.
5136
5137 * eshell/esh-ext.el (eshell-explicit-command):
5138 Use `eshell-explicit-command-char' instead of ?*.
5139
5140 * eshell/esh-cmd.el (eshell/which):
5141 Use `eshell-explicit-command-char' instead of ?*.
5142
5143 * eshell/em-cmpl.el (eshell-completion-command-name)
5144 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5145 instead of ?*.
5146
5147 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5148
5149 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5150 subst-char-in-string.
5151 (ange-ftp-after-parse-ls-hook): New variable.
5152 (ange-ftp-ls): Run that hook.
5153 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5154
5155 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5156 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5157 text into *Completions*.
5158
5159 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5160 part of which look like email addresses.
5161
5162 2001-05-18 Andrew Innes <andrewi@gnu.org>
5163
5164 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5165 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5166 cmd.exe's handling of FOR loops.
5167 (autoloads): Set find-file-suppress-same-file-warnings to t to
5168 avoid slew of spurious messages.
5169
5170 2001-05-18 Simon Josefsson <simon@josefsson.org>
5171
5172 * mail/smtpmail.el (maybe-append-domain): Renamed to
5173 `smtpmail-maybe-append-domain'.
5174 (smtpmail-via-smtp): Use the new name.
5175
5176 * net/browse-url.el (browse-url-browser-function): Add kde.
5177 (browse-url-kde-program, browse-url-kde-args): New variables.
5178 (browse-url-kde): New function.
5179
5180 2001-05-18 Miles Bader <miles@gnu.org>
5181
5182 * simple.el (delete-horizontal-space, just-one-space):
5183 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5184 because it's more efficient for large files.
5185
5186 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5187
5188 * mail/rmail.el (rmail-require-mime-maybe): New function.
5189 (rmail): Use it.
5190 (rmail-mode): Handle the case of finding Rmail files.
5191
5192 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5193 functions.
5194
5195 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5196
5197 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5198 text-property after moving to the beginning of line and regardless
5199 of the value of font-lock-multiline.
5200
5201 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5202
5203 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5204
5205 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5206 last coding system used before calling set-buffer-modified-p
5207 because that function changes last-coding-system.
5208
5209 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5210
5211 * files.el (switch-to-buffer-other-window)
5212 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5213 the doc string.
5214
5215 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5216
5217 * language/slovak.el, language/czech.el: New maintainer.
5218
5219 2001-05-16 Sam Steingold <sds@gnu.org>
5220
5221 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5222 sub-form of `defgeneric' correctly.
5223
5224 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5225
5226 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5227 of `c'.
5228
5229 * textmodes/outline.el (outline-font-lock-level): Remove the
5230 condition-case, test what outline-level returns instead, to
5231 ease debugging.
5232
5233 * international/mule.el (auto-coding-regexp-alist): New user-option.
5234 (auto-coding-from-file-contents): New function.
5235 (set-auto-coding): Use it to determine a coding system.
5236
5237 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5238
5239 * mouse.el (mouse-delete-other-windows): Doc fix.
5240
5241 * emacs-lisp/lisp-mode.el (lisp-mode):
5242 Make font-lock-keywords-case-fold-search a buffer-local variable with
5243 make-local-variable before setting it.
5244
5245 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5246
5247 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5248 prefixes.
5249
5250 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5251
5252 * hexl.el (hexl-current-address): Print a message when called
5253 interactively.
5254
5255 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5256
5257 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5258
5259 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5260
5261 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5262
5263 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5264
5265 * startup.el (command-line): If parameters have been changed in
5266 the init files which influence font selection, clear the face
5267 cache so that faces get realized with the new parameters.
5268
5269 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5270
5271 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5272
5273 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5274
5275 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5276
5277 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5278 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5279
5280 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5281
5282 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5283 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5284
5285 2001-05-09 John Wiegley <johnw@gnu.org>
5286
5287 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5288 Annotated the documentation string to tell users about
5289 `eshell-no-numeric-conversions'.
5290
5291 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5292 conversions if a Lisp function has the property
5293 `eshell-no-numeric-conversions' set to a non-nil value.
5294
5295 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5296 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5297 property `eshell-no-numeric-conversions' on the following
5298 functions (which all deal with filesystem entities, and never Lisp
5299 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5300 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5301 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5302 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5303 eshell/which, eshell/addpath.
5304
5305 2001-05-09 John Wiegley <johnw@gnu.org>
5306
5307 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5308 encountered as an argument, don't convert it right away, but tag
5309 the first character of the string with the text properties
5310 `number', which signifies to `eshell-lisp-command' that the
5311 argument should be passed through `string-to-number' if it is
5312 actually used in the call to a Lisp function.
5313
5314 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5315 function, convert any string arguments that have been tagged as
5316 "numbers", by calling string-to-number.
5317
5318 * eshell/esh-util.el (eshell-number-regexp): Now that number
5319 conversions only happen for Lisp function calls, the number regexp
5320 should now match all integer and floating point forms.
5321
5322 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5323 `eshell-continue-process', since they are both nonfunctional at
5324 the moment.
5325 (eshell-proc-initialize): Don't bind keys for
5326 `eshell-stop-process' or `eshell-continue-process'.
5327
5328 * eshell/em-unix.el (eshell-shuffle-files):
5329 Apply `directory-file-name' before calling `file-name-directory'.
5330
5331 * eshell/em-hist.el (eshell-add-to-history): Reference to
5332 `eshell-history-ring' needed to be `eshell-history-index'.
5333
5334 * calendar/timeclock.el (timeclock-find-discrep):
5335 Initialize `elapsed' to 0.
5336 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5337 it's still nil.
5338
5339 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5340
5341 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5342 (archive-mode): Use capitalize.
5343 (archive-unique-fname): Use make-temp-file.
5344
5345 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5346
5347 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5348
5349 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5350
5351 * tar-mode.el (tar-extract): Pay attention to the value of
5352 coding-system-for-read, if it is non-nil.
5353
5354 * calendar/holidays.el (holidays): Add an autoload cookie.
5355 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5356
5357 2001-05-08 John Wiegley <johnw@gnu.org>
5358
5359 * calendar/timeclock.el (timeclock-workday-remaining):
5360 Changed logic for determining how much time is remaining.
5361 (timeclock-workday-elapsed): Don't accept a "relative" argument
5362 for the current day's elapsed time. What could that have meant?
5363 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5364 (timeclock-when-to-leave): Changed logic, similarly to what was
5365 done for `timeclock-workday-remaining'.
5366 (timeclock-find-discrep): Removed "today-only" argument, which had
5367 no meaning. Fixed some more math problems. The function now
5368 returns a three member list: (TOTAL-TIME-DISCREPANCY
5369 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5370
5371 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5372
5373 * w32-fns.el (convert-standard-filename): Start replacing slashes
5374 from the beginning of the file name, not from where the last
5375 invalid character was. From "Andrew Maguire (SWW)"
5376 <Andrew.Maguire@Smallworld.co.uk>
5377
5378 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5379
5380 The following changes are to provide infrastructure for handling
5381 MIME messages to rmail. They don't affect the original behaviour
5382 if rmail-enable-mime is nil.
5383
5384 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5385 (rmail-search-mime-message-function)
5386 (rmail-search-mime-header-function): New variables.
5387 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5388 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5389 `rmail-view-buffer' is hidden.
5390 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5391 call rmai-show-mime-function.
5392 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5393 mode-line-process of rmail-view-buffer.
5394 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5395 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5396 buffer.
5397 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5398 set-buffer to the Rmail buffer.
5399 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5400 rmail-search-mime-header-function.
5401 (rmail-search-message): New function.
5402 (rmail-search): Call rmail-search-message to check if a message
5403 matches REGEXP, lastly update point after calling
5404 rmail-show-message.
5405 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5406 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5407 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5408 header region, refer to rmail-msgref-vector while setting the
5409 current buffer to rmail-buffer temporarily.
5410 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5411 If rmail-enable-mime is non-nil, call
5412 rmail-insert-mime-forwarded-message-function instead of inserting
5413 forwarded message by itself.
5414
5415 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5416 Rmail buffer.
5417 (rmail-set-label, rmail-next-labeled-message): Likewise.
5418
5419 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5420 set-buffer to the Rmail buffer.
5421 (rmail-output-to-rmail-file): Likewise.
5422 (rmail-output): Likewise.
5423
5424 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5425 of mail-fetch-field by rmail-summary-line-decoder.
5426 (rmail-new-summary): Be sure to go to the Rmail buffer.
5427 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5428 rmail-view-buffer to nil.
5429 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5430 rmail-view-buffer.
5431 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5432 rmail-buffer.
5433 (rmail-summary-scroll-msg-down): Likewise.
5434 (rmail-summary-beginning-of-message): Likewise.
5435 (rmail-summary-wipe): Likewise.
5436 (rmail-summary-toggle-header): Use save-window-excursion, not
5437 save-excursion. Update point in rmail-view-buffer, not in
5438 rmail-buffer.
5439 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5440 rmail-view-buffer, not rmail-buffer.
5441
5442 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5443
5444 * cus-edit.el (custom-file): Signal an error if user-init-file is
5445 nil (running -q).
5446
5447 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5448
5449 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5450 Add :version.
5451
5452 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5453 New option.
5454 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5455 only if smtpmail-warn-about-unknown-extensions is set.
5456
5457 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5458 instead of rmail-sort-by-keywords.
5459
5460 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5461 rmail-sort-by-keywords.
5462
5463 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5464 rmail-summary-sort-by-keywords. Doc fix.
5465 (rmail-summary-mode): Doc fix.
5466
5467 * mail/rmail.el (rmail-edit): New Custom group.
5468
5469 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5470 (rmail-edit-mode-hook): New user-option.
5471
5472 2001-05-05 Richard M. Stallman <rms@gnu.org>
5473
5474 * help.el (help-xref-symbol-regexp): Recognize "source of"
5475 and friends, meaning make a link to the source file.
5476 (help-make-xrefs): Handle "source of" and friends
5477 by constructing a link that visits the source file.
5478
5479 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5480
5481 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5482
5483 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5484 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5485 Renamed from perl-font-lock-keywords to avoid clashes.
5486 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5487 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5488 Updated correspondingly.
5489
5490 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5491 Typo `nonexistant' -> `nonexistent'.
5492
5493 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5494
5495 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5496 Split `c-electric-delete' into two functions where
5497 `c-electric-delete-forward' always deletes forward and
5498 `c-electric-delete' only contains the code necessary for XEmacs to
5499 choose between backward and forward deletion.
5500
5501 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5502 get the electric behavior on that key too.
5503 (c-fill-paragraph): Fixed bogus direct use of
5504 c-comment-prefix-regexp, which caused an error when it's a list.
5505
5506 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5507
5508 * dired-aux.el (dired-diff): Doc fix.
5509
5510 * dired.el (dired-diff): Likewise.
5511
5512 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5513
5514 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5515
5516 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5517
5518 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5519 if both the buffer and the file are read-only.
5520
5521 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5522 rather than font-lock-string-face.
5523 (sh-get-indent-info): Treat heredocs like strings.
5524
5525 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5526
5527 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5528 a newline following `}'.
5529 (texinfo-format-email): New function.
5530 (toplevel): Use texinfo-format-email for @email.
5531 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5532 Add `display'.
5533 (texinfo-sort-region): Goto point-min before sorting.
5534 (texinfo-set): Remove leading white space from value.
5535 From yagi@is.titech.ac.jp.
5536
5537 * replace.el (query-replace-regexp-eval): Doc fix.
5538
5539 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5540
5541 * diff-mode.el (diff-nonexistant-face): New face.
5542 (diff-font-lock-keywords): Use it.
5543
5544 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5545
5546 * font-lock.el (font-lock-mode): Doc fix.
5547
5548 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5549 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5550
5551 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5552
5553 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5554 backslash at the start of the here-document delimiter.
5555 (sh-font-lock-syntactic-keywords): Likewise.
5556
5557 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5558
5559 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5560
5561 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5562 (tty-color-translate, tty-color-by-index, tty-color-values)
5563 (tty-color-desc): Doc fix.
5564
5565 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5566
5567 * dired-aux.el (dired-do-create-files, dired-do-copy)
5568 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5569 Mention dired-dwim-target in the doc string.
5570
5571 2001-04-28 Miles Bader <miles@gnu.org>
5572
5573 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5574 (dabbrev--find-expansion): Use it.
5575 (dabbrev--select-buffers): Don't select ignored buffers.
5576
5577 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5578
5579 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5580
5581 2001-04-26 Richard M. Stallman <rms@gnu.org>
5582
5583 * dabbrev.el: Add doc strings for some functions.
5584 (dabbrev--eliminate-newlines): New variable.
5585 (dabbrev--substitute-expansion): Convert newlines to spaces
5586 if dabbrev--eliminate-newlines is set.
5587 If abbrev and expansion are both all-lower-case,
5588 leave dabbrev--last-case-pattern nil.
5589
5590 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5591
5592 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5593 if necessary, like in rmail-show-message.
5594
5595 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5596
5597 * ps-print.el: Color specified by number is forced to be float number.
5598 (ps-print-version): New version number (6.5.1.1).
5599 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5600 initialization.
5601 (ps-prefix-quote): New internal var.
5602 (ps-print-quote): New fun.
5603 (ps-setup, ps-output-frame-properties, ps-float-format)
5604 (ps-format-color): Code fix.
5605 (ps-plot-region): Eliminate redundant foreground color text setting.
5606
5607 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5608
5609 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5610
5611 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5612
5613 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5614
5615 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5616
5617 * info.el (Info-additional-directory-list): Doc fix.
5618
5619 * find-lisp.el (find-lisp-find-dired-filter)
5620 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5621 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5622
5623 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5624
5625 * progmodes/make-mode.el (makefile-font-lock-keywords):
5626 Rationalize the rules for includes and conditionals and use the
5627 keyword face for them.
5628
5629 * faces.el (modify-face): Add compatibility for non-interactive use.
5630
5631 2001-04-24 John Wiegley <johnw@gnu.org>
5632
5633 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5634 fix from last night, since it wasn't finding eshell/cd.
5635
5636 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5637
5638 * rect.el (string-rectangle): Revert to 20.x behaviour.
5639 (replace-rectangle): Make it an alias for string-rectangle.
5640 (string-insert-rectangle): New function.
5641
5642 2001-04-23 John Wiegley <johnw@gnu.org>
5643
5644 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5645 occurring with Emacs 21's diff.el/compile.el interaction layer.
5646
5647 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5648
5649 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5650 case where the function was defined in a file, but not part of an
5651 eshell module.
5652
5653 2001-04-23 John Wiegley <johnw@gnu.org>
5654
5655 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5656 code to work around a redisplay problem I've been having.
5657
5658 2001-04-23 John Wiegley <johnw@gnu.org>
5659
5660 * calendar/timeclock.el (timeclock-day-required): If the time
5661 required for a particular day is not set, use `timeclock-workday'.
5662 (timeclock-find-discrep): Added some sample code in a comment.
5663
5664 * eshell/eshell.el (eshell-command): Made a few changes so that
5665 `eshell-command' could be called programmatically.
5666
5667 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5668
5669 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5670
5671 2001-04-23 John Wiegley <johnw@gnu.org>
5672
5673 * calendar/timeclock.el: Updated copyright.
5674 (timeclock-generate-report): Don't report the daily or two-week
5675 total, if no time has been worked in that period.
5676 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5677 final computational form, which was unnecessary; corrected a
5678 parsing problem when timeclock-relative was nil.
5679
5680 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5681
5682 * calendar/timeclock.el (timeclock-modeline-display): Check if
5683 `list-entry' is null.
5684 (timeclock-use-display-time): The first argument to `set-variable'
5685 must be a symbol.
5686
5687 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5688
5689 * calendar/calendar.el (diary-entry-marker)
5690 (calendar-today-marker, calendar-holiday-marker):
5691 Use display-color-p instead of window-system.
5692 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5693 instead of window-system.
5694 (calendar-hide-window): Use display-multi-frame-p instead of
5695 window-system.
5696
5697 * calendar/cal-x.el (calendar-two-frame-setup)
5698 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5699 Use display-multi-frame-p instead of window-system.
5700
5701 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5702
5703 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5704
5705 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5706 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5707
5708 2001-04-23 Alex Schroeder <alex@gnu.org>
5709
5710 * goto-addr.el: Instead of defining line-beginning-position and
5711 line-end-position a defalias is used for point-at-bol and point-at-eol.
5712
5713 2001-04-23 Alex Schroeder <alex@gnu.org>
5714
5715 * goto-addr.el: Added XEmacs compatibility code.
5716 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5717
5718 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5719
5720 * textmodes/paragraphs.el (sentence-end): Doc fix.
5721
5722 2001-04-20 Alex Schroeder <alex@gnu.org>
5723
5724 * sql.el (sql-escape-newlines-and-send): New function.
5725 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5726
5727 2001-04-20 Alex Schroeder <alex@gnu.org>
5728
5729 * sql.el (sql-db2-program): New option.
5730 (sql-db2-options): New option.
5731 (sql-db2): New function.
5732
5733 2001-04-20 Alex Schroeder <alex@gnu.org>
5734
5735 * sql.el (sql-mode-menu): Added highlighting entries.
5736 (sql-highlight-oracle-keywords): New function.
5737 (sql-highlight-postgres-keywords): New function.
5738 (sql-highlight-ansi-keywords): New function.
5739
5740 2001-04-20 Alex Schroeder <alex@gnu.org>
5741
5742 * sql.el (sql-help): Doc change.
5743
5744 2001-04-19 Karl Fogel <kfogel@collab.net>
5745
5746 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5747 that inserted file content only to delete it immediately.
5748 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5749 <lektu@uol.com.br> for the patch.
5750
5751 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5752
5753 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5754
5755 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5756
5757 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5758 for defmethod.
5759
5760 * comint.el (comint-cr-magic): New function.
5761 (toplevel): Add it to comint-preoutput-filter-functions.
5762
5763 2001-04-18 Andrew Innes <andrewi@gnu.org>
5764
5765 * makefile.w32-in (EMACSLOADPATH): Define.
5766 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5767 (recompile): Remove stuff to set EMACSLOADPATH.
5768
5769 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5770
5771 * language/slovak.el ("Slovak"): Add tutorial entry.
5772
5773 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5774 browse-url-new-window-p.
5775
5776 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5777
5778 * info.el (Info-menu-update): When there are no menus and/or no
5779 cross references in the node, make the respective items of the
5780 Info menu-bar menu inactive.
5781
5782 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5783
5784 * indent.el (indent-for-tab-command): Call indent-line-function
5785 with no argument if PREFIX-ARG is non-nil.
5786
5787 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5788
5789 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5790
5791 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5792 an async subprocess if start-process is unavailable. Suggested by
5793 Tim Van Holder <tim.van.holder@pandora.be>.
5794
5795 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5796
5797 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5798 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5799
5800 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5801
5802 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5803 manual.
5804
5805 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5806
5807 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5808 (cvs-menu): Add a few entries.
5809
5810 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5811 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5812 lock file appears to be reachable from Emacs.
5813 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5814 (cvs-mode-find-file): Look for cvs-header-face rather than
5815 cvs-dirname-face (which doesn't exist).
5816 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5817
5818 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5819
5820 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5821
5822 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5823 normal-erase-is-backspace on a tty. Instead, bind some keys such
5824 as [delete] directly, like pc-select.el did before
5825 normal-erase-is-backspace was invented.
5826
5827 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5828
5829 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5830
5831 2001-04-11 John Wiegley <johnw@gnu.org>
5832
5833 * eshell/em-ls.el (eshell-ls-insert-directory):
5834 Set font-lock-defaults to nil, to prevent fontification in dired
5835 buffers, if Eshell's ls is being used.
5836
5837 2001-04-11 John Wiegley <johnw@gnu.org>
5838
5839 * calendar/timeclock.el (timeclock-completing-read): New function.
5840 (timeclock-ask-for-project, timeclock-ask-for-reason):
5841 Call `timeclock-completing-read'.
5842
5843 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5844 required where `member' was being used.
5845
5846 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5847
5848 * eshell/em-hist.el (eshell-previous-matching-input):
5849 Don't display "History item" if the the minibuffer is active.
5850
5851 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5852
5853 * startup.el (command-line): Output a newline after printing
5854 an error from loading the window system's init file.
5855
5856 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5857
5858 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5859 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5860 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5861 keywords whose arguments routinely include @@.
5862
5863 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5864
5865 * emacs-lisp/advice.el (ad-make-advised-definition):
5866 Construct advice for subrs differently.
5867
5868 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5869 regexp in parentheses when building the regexp for searching backwards.
5870
5871 * simple.el (completion-list-mode-finish): New function.
5872 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5873
5874 * language/european.el ("Polish"): Change sample text.
5875 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5876
5877 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5878 parameter.
5879
5880 * faces.el (menu): Doc fix.
5881
5882 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5883
5884 * ps-print.el: Footer implementation. Doc fix.
5885 (ps-print-version): New version number (6.5.1).
5886 (ps-header-frame-alist): New customization var for header frame
5887 properties.
5888 (ps-line-number-color): New customization var for line number color.
5889 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5890 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5891 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5892 (ps-right-footer): New customization vars for footers.
5893 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5894 footers.
5895 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5896 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5897 Code fix.
5898 (ps-prologue-file): Indentation fix.
5899 (ps-print-quote): Fun eliminated.
5900 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5901 (ps-output-frame-properties): New fun.
5902 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5903 (ps-skip-newline): Replace defun by defsubst.
5904
5905 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5906
5907 * eshell/eshell.el (eshell-command): Needed a "%s" format
5908 specifier, in case the buffer contains percent characters.
5909
5910 2001-04-10 John Wiegley <johnw@gnu.org>
5911
5912 * calendar/timeclock.el (timeclock-generate-report): Added a
5913 missing insert of the project name.
5914
5915 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5916
5917 * obsolete/profile.el: Moved from emacs-lisp/.
5918
5919 * Makefile.in (nonobsolete_setwins): New macro.
5920 (finder-data): Use it instead of `setwins'.
5921 From: Dave Love <fx@gnu.org>.
5922
5923 * server.el (server-visit-files): Set server-existing-buffer correctly.
5924 (server-visit-files): Run server-visit-hook after going to
5925 line 1 so that the hook can set point as it sees fit.
5926
5927 * bindings.el (mode-line-modified): Unify help messages.
5928
5929 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5930
5931 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5932 All callers changed.
5933
5934 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5935
5936 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5937 long file names aren't supported, truncate the file names in
5938 quail-misc-package-ext-info to 8+3 before matching them against
5939 FILENAME.
5940
5941 * dos-fns.el (dos-truncate-to-8+3): New function.
5942
5943 * progmodes/compile.el (grep-compute-defaults): Use null-device
5944 instead of literal /dev/null. Reported by Jens Schmidt
5945 <schmidt@mathematik.uni-kl.de>.
5946
5947 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5948
5949 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5950
5951 * textmodes/sgml-mode.el: Add unknown maintainer.
5952 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5953 (html-mode-map): Use set-keymap-parent.
5954
5955 2001-04-06 Dave Love <fx@gnu.org>
5956
5957 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5958 Remove redundant string-to-list.
5959
5960 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5961
5962 * composite.el (reference-point-alist): Doc fix.
5963
5964 2001-04-05 Sam Steingold <sds@gnu.org>
5965
5966 * font-lock.el (font-lock-keywords-case-fold-search):
5967 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5968 file made font-lock case-insensitive.
5969
5970 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5971
5972 * faces.el (defface menu): Doc fix.
5973
5974 * wid-edit.el (widget-color-sample-face-get): Don't make
5975 faces for undefined colors.
5976
5977 * version.el (emacs-version): Include LessTif/Motif version info.
5978
5979 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5980
5981 * ps-mule.el: Eliminate cl package dependence.
5982 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5983 if they aren't defined yet.
5984 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5985 Eliminate cl package dependence.
5986
5987 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5988
5989 * progmodes/cc-cmds.el (c-outline-level):
5990 Bind buffer-invisibility-spec. Originally from Dave Love, but
5991 got lost when incorporating version 5.26.
5992
5993 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5994
5995 * emulation/pc-select.el (pc-selection-mode):
5996 Call normal-erase-is-backspace-mode instead of binding
5997 keys individually.
5998
5999 * cus-load.el (normal-erase-is-backspace): Use it instead of
6000 delete-key-deletes-forward.
6001
6002 * startup.el (command-line): Use normal-erase-is-backspace and
6003 normal-erase-is-backspace-mode.
6004
6005 * simple.el (normal-erase-is-backspace): Rename from
6006 delete-key-deletes-forward. Doc fix.
6007 (normal-erase-is-backspace-mode): Rename from
6008 delete-key-deletes-forward-mode. Doc fix.
6009 Run normal-erase-is-backspace-hook.
6010
6011 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6012 ``human-readable'' format produced by GNU `ls'.
6013 (dired-move-to-filename-regexp): Recognize ISO format dates.
6014 From Paul Eggert <eggert@twinsun.com>.
6015
6016 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6017
6018 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6019 New functions.
6020 (lm-verify): Check keywords.
6021 From Eric M. Ludlam <eric@siege-engine.com>.
6022
6023 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6024
6025 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6026 `xemacs' feature instead of for the function `set-extent-property'.
6027
6028 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6029
6030 * mail/mh-utils.el (mh-folder-hist): New var.
6031 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6032
6033 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6034
6035 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6036 region, position point on the first or last 16-byte group.
6037 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6038 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6039 hexl-beginning-of-line.
6040
6041 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6042
6043 * icomplete.el (icomplete-mode): Treat an argument like other
6044 modes do.
6045
6046 * startup.el (fancy-splash-head): Use splash8.xpm for color
6047 depth 8.
6048
6049 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6050 Add an antry for ``converts''.
6051
6052 * language/slovak.el ("Slovak"): Add documentation string.
6053 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6054
6055 * language/czech.el ("Czech"): Add documentation string.
6056 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6057
6058 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6059 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6060
6061 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6062
6063 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6064 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6065 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6066 Use `defsubst' rather than a macro to ease debugging.
6067 (mail-extr-last): Remove (use `last' instead).
6068 (mail-extract-address-components): Properly reset the syntax-table
6069 after parsing an address. Use `last' rather than mail-extr-last.
6070 Make sure the end marker stays at the very end.
6071
6072 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6073
6074 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6075 last change.
6076
6077 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6078
6079 * ps-print.el: Line and paragraph spacing feature. Region to cut
6080 out when printing. Doc fix.
6081 (ps-print-version): New version number (6.5).
6082 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6083 New vars. Line and paragraph spacing feature.
6084 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6085 out when printing.
6086 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6087 (ps-get-font-size, ps-begin-job, ps-continue-line)
6088 (ps-plot-region): Code fix.
6089 (ps-print-prologue-2): Var eliminated.
6090 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6091 New internal vars.
6092 (ps-get-size): New fun.
6093 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6094 (ps-next-line): Replace defun by defsubst.
6095 (ps-mule-plot-string): Autoload doc fix.
6096
6097 * ps-bdf.el: XEmacs compatibility. Doc fix.
6098 (installation-directory, coding-system-for-read): Declare vars if
6099 it's not declared yet.
6100 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6101
6102 * ps-mule.el: XEmacs compatibility. Doc fix.
6103 (leading-code-private-22): Declare var if it's not declared yet.
6104 (charset-bytes, charset-dimension, charset-id, charset-width)
6105 (find-charset-region, split-char, char-width, chars-in-region)
6106 (forward-point, decompose-composite-char, encode-coding-string)
6107 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6108 Define funs if not defined yet.
6109 (encode-composition-rule, find-composition): Define funs if not
6110 loaded yet.
6111 (ps-mule-prologue): PostScript code fix.
6112
6113 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6114
6115 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6116 non-nil, generate font for the header strings.
6117 (ps-mule-prepare-font): Likewise.
6118 (ps-mule-generate-glyphs): Likewise.
6119 (ps-mule-string-encoding): Likewise.
6120 (ps-mule-header-charsets): New variable.
6121 (ps-mule-encode-header-string): New function.
6122 (ps-mule-header-string-charsets): New function.
6123 (ps-mule-begin-job): Check charsets in the header strings. If there
6124 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6125
6126 * ps-print.el (ps-generate-header-line): Encode the header string by
6127 ps-mule-encode-header-string.
6128 (ps-mule-encode-header-string): Declare autoload.
6129
6130 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6131
6132 * frame.el (cursor-in-non-selected-windows):
6133 Replaces show-cursor-in-non-selected-windows.
6134
6135 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6136
6137 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6138 Delete entries for "chinese-py" and "chinese-ziranma".
6139 (quail-misc-package-ext-info): New variable.
6140 (tsang-quick-converter): New function.
6141 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6142 (quick-cns-converter, py-converter, ziranma-converter)
6143 (miscdic-convert, batch-miscdic-convert): New functions.
6144
6145 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6146
6147 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6148 eight-bit-control chars.
6149
6150 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6151 Reduce making temporary vector (suggested by Dave Love).
6152
6153 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6154
6155 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6156 string as well.
6157
6158 2001-03-30 Andreas Schwab <schwab@suse.de>
6159
6160 * files.el (backup-directory-alist): Fix typo.
6161
6162 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6163
6164 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6165 <eggert@twinsun.com>.
6166
6167 2001-03-30 Dave Love <fx@gnu.org>
6168
6169 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6170
6171 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6172
6173 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6174
6175 2001-03-30 Miles Bader <miles@gnu.org>
6176
6177 * subr.el (interactive-form): Fix paren typo.
6178
6179 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6180
6181 * emacs-lisp/profile.el: Say that it's obsolete in the header
6182 line, so that finder.el puts that into its data-base.
6183 Suggested by Alex Schroeder <alex@gnu.org>.
6184
6185 2001-03-29 Paul Eggert <eggert@twinsun.com>
6186
6187 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6188 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6189
6190 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6191
6192 * generic.el (generic-mode-set-comments): Use "" rather than nil
6193 for comment-end.
6194
6195 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6196
6197 * emacs-lisp/advice.el (ad-make-advised-definition):
6198 Call interactive-form to obtain the interactive spec of subrs.
6199
6200 * subr.el (interactive-form): New function.
6201
6202 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6203
6204 * vc-sccs.el (vc-sccs-register): Use relative file names.
6205
6206 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6207
6208 * bookmark.el (bookmark-get-bookmark): Handle case that
6209 BOOKMARK is not a string.
6210
6211 * image.el (image-type-regexps): Change type for PS files
6212 to `postscript'.
6213
6214 * subr.el (read-passwd): Clear command history after each
6215 character entered. From: Stephen Gildea
6216 <gildea@stop.mail-abuse.org>.
6217
6218 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6219
6220 * international/kkc.el (kkc-save-init-file): Locally bind
6221 print-length to nil.
6222
6223 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6224
6225 * textmodes/flyspell.el: Some doc fixes.
6226 (flyspell-maybe-correct-transposition)
6227 (flyspell-maybe-correct-doubling): Use a temporary buffer
6228
6229 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6230
6231 * emacs-lisp/byte-opt.el (byte-optimize-while)
6232 (byte-optimize-form-code-walker): Diagnose too few arguments
6233 for `if' and `while'.
6234
6235 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6236
6237 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6238 Prepend `\' to "\<quail-translation-docstring>".
6239
6240 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6241
6242 * autorevert.el (global-auto-revert-non-file-buffers):
6243 Remove duplicate defcustom.
6244
6245 2001-03-26 Miles Bader <miles@gnu.org>
6246
6247 * international/latin1-disp.el (latin1-char-displayable-p):
6248 Add leading "-" for X font pattern.
6249
6250 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6251
6252 * international/mule-diag.el (describe-coding-system):
6253 For raw-text and emacs-mule, don't add anymore text about what
6254 charsets they can encode.
6255
6256 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6257
6258 * help.el (view-lossage): Mention open-dribble-file in the doc
6259 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6260
6261 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6262
6263 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6264 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6265
6266 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6267
6268 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6269 Call ccl-execute-on-string directly so that CCL program handling
6270 multibyte sequence can work correctly.
6271 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6272 property of the coding system.
6273
6274 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6275
6276 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6277 Fix transcription typo.
6278
6279 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6280
6281 * whitespace.el: Add buffer local variables to toggle testing of
6282 whitespaces in buffers without affecting the default values.
6283 Bump version to 3.0 to account for a few other changes.
6284 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6285 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6286 (whitespace-toggle-spacetab-check): New functions.
6287
6288 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6289
6290 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6291
6292 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6293
6294 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6295 bs-cycle-configuration-name. From Juanma Barranquero
6296 <lektu@uol.com.br>.
6297
6298 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6299 and cc-vars.el.
6300
6301 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6302 headers. Always invoke sendmail with option -t.
6303
6304 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6305
6306 * Release of cc-mode 5.28.
6307
6308 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6309
6310 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6311 Removed the hardcoded switch to "java" style in Java mode.
6312 It's instead taken care of by the default value for c-default-style.
6313
6314 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6315
6316 * cc-align.el (c-lineup-math): Fix bug where lineup was
6317 triggered by equal signs in string literals.
6318
6319 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6320
6321 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6322 limit detection when at the ends of the buffer.
6323
6324 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6325 "for" statement clause in case 7F; a better one is done
6326 earlier in case 7D anyway.
6327
6328 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6329
6330 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6331 somewhat more and did a small optimization.
6332
6333 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6334
6335 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6336 Use the limit argument only to limit the syntactic context
6337 search, not to limit the actual movement.
6338
6339 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6340 inside multiline strings, just like in comments. Also various
6341 fixes to the paragraph and comment prefix recognition, block
6342 comment ender handling etc.
6343
6344 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6345
6346 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6347 the relative position of the point.
6348
6349 * cc-cmds.el (c-electric-continued-statement): New function to
6350 use as abbrev hook to reindent for keywords such as "else"
6351 that continues an earlier statement.
6352
6353 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6354 like classes.
6355
6356 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6357 (pike-mode): Populate the default abbrev tables to reindent for
6358 keywords such as "else" that can continue earlier statements.
6359 Abbrev mode is therefore turned on by default now. (Note that
6360 this doesn't apply to idl-mode, since IDL afaik doesn't have
6361 statements at all.)
6362
6363 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6364
6365 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6366 bracelists where the declaration contains template arguments.
6367
6368 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6369
6370 * cc-cmds.el (c-comment-indent):
6371 Use `c-get-syntactic-indentation' to correctly calculate the
6372 syntactic indentation. Fixes bug with lineup functions that
6373 return vectors.
6374
6375 * cc-engine.el (c-get-syntactic-indentation): Split the
6376 indentation sum calculation from `c-indent-line' to a separate
6377 function.
6378
6379 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6380
6381 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6382 Fixed places where it was assumed that preprocessor directives
6383 have to start in column zero.
6384
6385 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6386 template arguments after a class identifier properly.
6387
6388 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6389 lists for `new Foo[]' constructs in Java as expressions and
6390 not top level definition brace lists on the top level, so that
6391 they'll get indented consistently with the same type of
6392 expression in a normal block.
6393
6394 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6395
6396 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6397 whether the adaptive filling package fails to keep the comment
6398 prefix is now kludged further to check for filladapt-mode
6399 which doesn't have that problem. This is really icky, but it's
6400 the only way that works with the current misfeatures/bugs in
6401 both adaptive-fill-mode and filladapt-mode.
6402
6403 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6404 around point is recognized more robust.
6405
6406 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6407
6408 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6409 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6410 (c-lit-type): Fixed all internal variables used dynamically so
6411 that they are always bound.
6412
6413 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6414 errors:
6415
6416 (c-indent-region): Fixed reporting of syntactic errors so that
6417 the region is fully reindented even when an error occurs.
6418 The last syntactic error is printed afterwards. Also cleanup up a
6419 whole lot of code that tried to optimize indentation of whole
6420 sexps but in reality accomplishes nothing.
6421
6422 (c-indent-sexp): Use c-indent-region.
6423
6424 (c-parsing-error): Changed this variable to hold the message
6425 for any syntactic error that is discovered.
6426
6427 (c-parse-state): Search backward from point instead of the bod
6428 position when the latter is invalid. This makes CC Mode
6429 recover faster when there are unbalanced close braces.
6430
6431 (c-backward-to-start-of-if): Use c-parsing-error to report
6432 dangling "else" clauses instead of throwing an error, and fall
6433 back to a reasonable position.
6434
6435 (c-indent-line): Added argument to avoid reporting syntactic errors.
6436
6437 (c-show-syntactic-information): Don't report any syntactic errors.
6438
6439 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6440
6441 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6442 paragraph recognition when moving by sentence in literals.
6443
6444 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6445 start regexp for javadoc to recognize javadoc markup in general instead
6446 of a specific set of keywords, to be more future-safe.
6447
6448 (c-Pike-pikedoc-paragraph-start)
6449 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6450 pikedoc markup.
6451
6452 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6453
6454 (pike-mode): Initialize paragraph settings pikedoc recognition.
6455
6456 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6457
6458 (c-comment-prefix-regexp): Made it possible to use an
6459 association list on this to specify mode specific regexps.
6460 The default value now use a special regexp in Pike mode to
6461 recognize pikedoc markup.
6462
6463 (c-current-comment-prefix): New variable containing the actual
6464 regexp from c-comment-prefix-regexp for the current buffer.
6465
6466 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6467
6468 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6469 lists: We can't look at the syntax, since a brace list can get
6470 recognized as a plain statement-cont.
6471
6472 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6473 special brace list opener broken over two lines got recognized
6474 as a statement on the second line. Case 9A changed.
6475
6476 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6477
6478 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6479 adjustment after line is reindented.
6480
6481 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6482
6483 * cc-defs.el (c-point): Added optional argument for position
6484 to use instead of the current point.
6485
6486 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6487 the in-expression block symbols when the construct starts at
6488 boi, to avoid the extra level of indentation in that case.
6489 Cases 4, 16A and 17E affected.
6490
6491 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6492
6493 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6494 calls to `c-indent-line', to adhere better to Emacs conventions.
6495
6496 * cc-engine.el (c-indent-line): Use the syntax already bound
6497 to `c-syntactic-context', if there is any.
6498
6499 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6500
6501 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6502 wasn't added up correctly when a lineup function returned nil.
6503
6504 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6505
6506 * cc-engine.el (c-collect-line-comments): Fixed bug where
6507 empty lines were ignored when collecting line comments backwards.
6508
6509 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6510
6511 * cc-align.el (c-lineup-dont-change): Return an absolute
6512 indentation column to work correctly in the case when several
6513 syntactic elements are processed for the same line.
6514
6515 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6516 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6517 (c-set-offset): Added absolute indentation column settings by
6518 using the vector type.
6519
6520 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6521
6522 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6523 Implemented two new cleanups `space-before-funcall' and
6524 `compact-empty-funcall'.
6525
6526 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6527
6528 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6529 helping building regexps.
6530
6531 * cc-engine.el (c-on-identifier): New function for detecting
6532 identifiers. It takes keywords into account.
6533
6534 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6535 lists. `c-keywords' is set to a regexp matching all keywords
6536 in the current language.
6537
6538 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6539
6540 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6541 list of characters to skip backwards over at the beginning of
6542 a statement, since it can precede string literals in Pike.
6543
6544 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6545
6546 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6547 recognition when standing on the last line in a C++ comment
6548 with nothing but whitespace after the prefix.
6549
6550 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6551 given no limit argument.
6552
6553 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6554
6555 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6556 recognition for the `[]= operator symbol in Pike.
6557
6558 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6559
6560 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6561 around a bug in `eval-when-compile' in the byte compiler.
6562
6563 * cc-engine.el (c-forward-token-1): Fixed bug with return
6564 value when count is zero and there's no token start within the limit.
6565
6566 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6567 "prefix comments", i.e. comments which are followed by code on
6568 the same line.
6569
6570 * cc-mode-19.el: Fixes so that checks that must be done at
6571 compile time also are done then.
6572
6573 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6574
6575 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6576 time and at runtime, and only when it's needed.
6577
6578 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6579
6580 Major cleanup for less error prone and more warning free
6581 compilation, including some fixes for bugs due to different
6582 compilation orders. Thanks to Martin Buchholz for providing
6583 the basis for all this.
6584
6585 * cc-bytecomp.el: New file that provides some byte compilation
6586 features: It ensures that files always are loaded from the
6587 current source directory during compilation, and it provides a
6588 set of macros to turn off specific compiler warnings for
6589 specific symbols. (It's not CC Mode specific in any way.)
6590
6591 Fixed a nearly acyclic dependency tree (both runtime and
6592 compile-time) between all files.
6593
6594 * cc-defs.el: Separated all macros before the inline functions,
6595 to ensure correct compilation.
6596
6597 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6598 cc-defs.el to cc-engine.el and made it a function instead.
6599
6600 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6601 about char-after.
6602
6603 * cc-vars.el: Cope even when there isn't a custom package
6604 containing defcustom available.
6605
6606 * cc-make.el: Removed since it's no longer necessary.
6607
6608 README: Updated installation instructions.
6609
6610 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6611
6612 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6613 improve the modularity: Moved all mode init stuff from
6614 cc-langs.el to cc-mode.el, including the keymap
6615 initialization; cc-langs now only contains the various
6616 variables for configuring the language syntax.
6617
6618 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6619 (c-get-offset): Moved from cc-styles to cc-engine since file
6620 dependency analysis suggests they belong there (which also
6621 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6622
6623 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6624
6625 * cc-cmds.el (c-fn-region-is-active-p): New function that
6626 wraps the corresponding macro, for use in places that aren't
6627 compiled. Thanks to Martin Buchholz for pointing out this.
6628
6629 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6630
6631 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6632 add things to the bug report.
6633
6634 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6635
6636 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6637 returned prefix could contain a newline when the search for a
6638 good prefix line failed.
6639
6640 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6641
6642 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6643 (c-toggle-auto-hungry-state): Made the argument optional, as
6644 the documentation says it is.
6645
6646 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6647
6648 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6649 multiline string syntax, #"...", as a cpp macro.
6650
6651 2001-03-21 Paul Eggert <eggert@twinsun.com>
6652
6653 * international/mule-cmds.el (set-locale-environment):
6654 Set system-messages-locale and system-time-locale, but only if the
6655 caller specifies a non-nil locale name.
6656
6657 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6658
6659 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6660 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6661
6662 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6663
6664 * follow.el (follow-avoid-tail-recenter): Doc fix.
6665
6666 * custom.el (custom-set-variables): Avoid reversing the list
6667 of args needlessly.
6668
6669 * startup.el (fancy-splash-head): Don't change the colors of the
6670 XPM image on a dark background.
6671
6672 * comint.el (comint-exec-1): Set columns of the terminal to
6673 window-width instead of frame-width.
6674
6675 * info.el (Info-scroll-down): Add missing WINDOW arg for
6676 pos-visible-in-window-p.
6677
6678 * ehelp.el (electric-help-mode-hook): Add defcustom.
6679
6680 * mail/sendmail.el (mail-mode): Activate case-folding in
6681 font-lock-defaults.
6682
6683 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6684
6685 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6686 (completion-ignored-extensions): Remove duplicate ".class".
6687
6688 2001-03-19 Andreas Schwab <schwab@suse.de>
6689
6690 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6691 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6692
6693 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6694
6695 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6696 methods since there are not prefix input methods.
6697
6698 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6699
6700 * international/mule-cmds.el (read-input-method-name):
6701 Locally bind enable-recursive-minibuffers to t.
6702
6703 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6704
6705 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6706
6707 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6708
6709 * ediff-util.el: Copyright years.
6710 (ediff-choose-syntax-table): New function.
6711 (ediff-setup): Use ediff-choose-syntax-table.
6712
6713 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6714 with-syntax-table.
6715
6716 * ediff.el: Date of last update, copyright years.
6717
6718 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6719
6720 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6721 of Scott Bronson.
6722 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6723 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6724 Deleted functions.
6725 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6726 ex-token-list.
6727
6728 * viper-util.el: Spaces, indentation.
6729
6730 * viper.el: Changed version, modification time.
6731
6732 2001-03-16 John Wiegley <johnw@gnu.org>
6733
6734 * calendar/timeclock.el (timeclock-workday-remaining):
6735 Check whether `discrep' is non-null before using it.
6736
6737 2001-03-16 John Wiegley <johnw@gnu.org>
6738
6739 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6740 first-time checkins.
6741 (timeclock-log-data): Fixed problem with reading timelog log file.
6742 Resulting data in the "day list" was incorrect.
6743 (timeclock-find-discrep): Check if `timeclock-file' is readable
6744 before opening it.
6745 (timeclock-time-less-p): New function.
6746 (timeclock-day-base): New function.
6747 (timeclock-geometric-mean): New function.
6748 (timeclock-generate-report): Generate a summary report based on
6749 the contents of the log file. This uses `timeclock-log-data', and
6750 is an example of writing a timelog manipulation function.
6751 (timeclock-visit-timelog): A quick command for opening the timelog
6752 file.
6753 (timeclock-log-data): Bound the variable event.
6754
6755 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6756
6757 * international/mule-cmds.el (select-safe-coding-system):
6758 Fix typo: symbol-name -> symbol-value.
6759
6760 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6761 before substitute-in-file-name to handle double slashes in FILE
6762 correctly.
6763
6764 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6765
6766 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6767 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6768
6769 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6770
6771 * bindings.el (features): Add `md5' and `overlay' to the list.
6772
6773 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6774 bound before using it. It's not bound when configured without X,
6775 for instance.
6776
6777 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6778
6779 * progmodes/hideshow.el: Update copyright.
6780 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6781 (hs-minor-mode-hook): Include `:version' in defcustom form.
6782
6783 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6784
6785 * help.el (string-key-binding): Don't call event-start on
6786 a non-list.
6787
6788 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6789
6790 * startup.el (fancy-splash-tail, command-line-1): Fix the
6791 copyright year.
6792
6793 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6794
6795 * term.el: These changes are based on a patch sent from Yong Lu
6796 <lyongu@yahoo.com>.
6797 (term-set-escape-char): Bind M-x to execute-extended-command in
6798 term-raw-escape-map.
6799 (term-move-columns): Don't try to move to negagive column.
6800 (term-emulate-terminal): Insert a string before deleting a text to
6801 overwrite.
6802
6803 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6804
6805 * play/life.el (life): Rearrange code so that all calls to
6806 life-display-generation are in a catch-form.
6807
6808 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6809 file that isn't interesting. In an interesting file, push the old
6810 value of point on the mark ring.
6811
6812 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6813 New function.
6814 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6815 Use it.
6816
6817 * emacs-lisp/autoload.el (generate-file-autoloads):
6818 Remove warning about line lengths.
6819
6820 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6821
6822 * progmodes/etags.el (tags-compression-info-list): New variable.
6823 (find-tag-in-order): Use it to deal with compressed source files.
6824 (tag-file-name-match-p): New function.
6825 (etags-recognize-tags-table): Use it for better match of file names.
6826
6827 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6828
6829 * international/mule-cmds.el (register-input-method): Doc fix.
6830
6831 * international/quail.el (quail-translate-key): Fix condition to
6832 check if there's another breaking point in the current key.
6833
6834 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6835
6836 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6837 Babyl header to the newly-created output file, bind
6838 coding-system-for-write to either rmail-file-coding-system or
6839 emacs-mule-unix.
6840
6841 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6842
6843 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6844 Fix the name and regexp used for subsubsections.
6845
6846 2001-03-10 Dave Love <fx@gnu.org>
6847
6848 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6849 and save-buffer if buffer-file-name non-nil. From rms.
6850
6851 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6852
6853 * vc.el (vc-do-command): If the destination buffer is already
6854 current, don't set it up and don't erase it. Updated doc string
6855 to reflect that.
6856 (vc-version-diff): When doing a single file diff, don't switch to the
6857 *vc-diff* buffer before the command. This is to preserve local
6858 variable bindings that might affect the diff command.
6859 (vc-print-log): Don't switch to the *vc* buffer before the
6860 command, so that local variable bindings are preserved.
6861
6862 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6863 not the current buffer.
6864 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6865
6866 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6867 make output go to buffer *vc*, not the current buffer.
6868
6869 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6870
6871 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6872 so ^, $, *, ? and + are interpreted correctly.
6873
6874 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6875
6876 * help.el (string-key-binding): Renamed from
6877 mode-line-key-binding. Handle any event on a string.
6878 Check for `keymap' properties as well as `local-map' properties.
6879
6880 * comint.el (comint-insert-clicked-input): Use the last key
6881 from this-command-keys to lookup the global key definition.
6882
6883 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6884
6885 * international/characters.el: Add category `j' for
6886 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6887
6888 * international/mule-conf.el (no-conversion): Fix docstring.
6889 (raw-text): Fix docstring.
6890
6891 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6892
6893 * simple.el (choose-completion-string): When not leaving the
6894 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6895 is set.
6896
6897 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6898 parameter `(minibuffer . t)'.
6899
6900 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6901
6902 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6903 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6904 (sh-mode): Remove `make-local-variable' for unused var
6905 `font-lock-unfontify-region-function'.
6906
6907 2001-03-07 Richard M. Stallman <rms@gnu.org>
6908
6909 * info.el (Info-scroll-down): Fix previous change.
6910
6911 * mail/rmail.el (rmail-toggle-header): Use a window which
6912 is showing the Rmail buffer, rather than the selected window.
6913
6914 2001-03-07 Dave Love <fx@gnu.org>
6915
6916 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6917 now, to avoid problems with binding imenu directly to a mouse event.
6918
6919 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6920
6921 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6922 second arg t.
6923
6924 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6925
6926 * log-edit.el (log-edit-common-indent): New var.
6927 (log-edit-set-common-indentation): Renamed from
6928 log-edit-delete-common-indentation. Use the new var.
6929 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6930
6931 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6932 (cvs-mode-add-change-log-entry-other-window):
6933 Don't presume change-log-default-name is defined.
6934
6935 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6936
6937 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6938 the "tree" operation as well.
6939
6940 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6941
6942 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6943 to match paragraph-start.
6944
6945 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6946 comment-start-skip and set comment-end-skip as well.
6947 (sgml-comment-indent): Fix for new value of comment-start-skip.
6948 (html-autoview-mode): Don't bother using make-local-hook.
6949
6950 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6951
6952 * cus-edit.el (custom-save-delete): Move in front of local
6953 variables, otherwise long Custom entries would make them ineffective.
6954
6955 * uniquify.el: Set maintainer to FSF.
6956
6957 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6958
6959 * dired-aux.el (dired-do-shell-command): Doc fix.
6960
6961 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6962
6963 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6964
6965 * which-func.el (which-func-modes): Add cperl-mode.
6966 (which-func-mode-global): Use define-minor-mode.
6967
6968 * info-look.el: Docstring fixes and dead code eliminated.
6969 (cperl-mode): Add support.
6970 (emacs-lisp-mode): List all entries from elisp manual, whether
6971 or not they are currently (f)bound or not. Update regexp.
6972
6973 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6974
6975 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6976 so that C-h m shows the correct information.
6977 Use make-local-variable rather than make-variable-buffer-local.
6978 (cperl-info-buffer, cperl-setup-tmp-buf):
6979 Use make-local-variable rather than make-variable-buffer-local.
6980 (cperl-msb-fix, cperl-get-help-defer):
6981 Check major-mode for `cperl-mode' as well.
6982
6983 * progmodes/cperl-mode.el: Updated to author version 4.23.
6984 (cperl-electric-pod): SYNOPSIS was misspelled.
6985 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6986 (cperl-after-expr-p): Make true after __END__.
6987
6988 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6989
6990 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6991 bookmark-completion-ignore-case is t.
6992
6993 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6994 switch, like xterm, and concat resource strings, with a newline
6995 between them.
6996
6997 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6998
6999 * international/codepage.el (cp770-decode-table)
7000 (cp773-decode-table, cp774-decode-table): New variables.
7001
7002 * man.el (Man-hyphenated-reference-regexp): New variable.
7003 (Man-build-references-alist): Use it to search for referenced
7004 manpages. If hyphenated is non-nil, record a concatenated word in
7005 Man-refpages-alist only if it matches Man-reference-regexp.
7006 Update word's length when it is concatenated. Reverse the list,
7007 to get the first manpage at the head.
7008 (Man-possibly-hyphenated-word): New function.
7009 (Man-follow-manual-reference): Use it instead of current-word to
7010 find a manpage at point, in a way that accounts for hyphenated
7011 references.
7012
7013 2001-03-06 Alex Schroeder <alex@gnu.org>
7014
7015 * sql.el (sql-interbase): New function.
7016 (sql-interbase-program): New option.
7017 (sql-interbase-options): New option.
7018 And some typos fixed: "customise" to "customize".
7019
7020 2001-03-06 Dave Love <fx@gnu.org>
7021
7022 * textmodes/flyspell.el (flyspell-region):
7023 Set up flyspell-local-mouse-map.
7024
7025 2001-03-05 Richard M. Stallman <rms@gnu.org>
7026
7027 * mail/rmail.el (rmail-retry-failure):
7028 Don't call rmail-beginning-of-message.
7029 Don't discard From: field. Do discard Received: field.
7030 Use unwind-protect to re-prune.
7031 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7032
7033 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7034
7035 * international/quail.el (quail-title): Add autoload cookie.
7036
7037 2001-03-05 Dave Love <fx@gnu.org>
7038
7039 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7040 new defs.
7041
7042 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7043
7044 * language/ethio-util.el (ethio-toggle-space):
7045 Update current-input-method-title if necessary.
7046 (ethio-toggle-punctuation): Likewise.
7047
7048 * international/quail.el (quail-title): Fix for the case that a
7049 title of an input method is specified by a list of the same form
7050 as used in mode-line-format.
7051
7052 * international/mule-cmds.el (activate-input-method):
7053 If current-input-method-title is set by activating INPUT-METHOD,
7054 respect that value.
7055
7056 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7057
7058 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7059
7060 2001-03-05 Alex Schroeder <alex@gnu.org>
7061
7062 * sql.el (sql-sybase): Fix typo (was: query user about server two
7063 times instead of server and database).
7064
7065 * sql.el (sql-sybase): Doc change.
7066 (sql-mysql): Doc change.
7067 (sql-postgres): Doc change.
7068
7069 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7070
7071 * international/mule-conf.el (emacs-mule, raw-text):
7072 Docstring modified.
7073
7074 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7075
7076 * term/internal.el: Update copyright notice.
7077
7078 * term/pc-win.el: Update copyright notice.
7079
7080 2001-03-02 Dave Love <fx@gnu.org>
7081
7082 * files.el (insert-file-contents-literally):
7083 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7084 not jka-compr-compression-info-list.
7085
7086 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7087
7088 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7089 spaces in default comment-start-skip settings rather than \s-.
7090
7091 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7092
7093 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7094 default-frame-alist as well.
7095
7096 2001-03-01 Dave Love <fx@gnu.org>
7097
7098 * textmodes/reftex.el (defvar): Wrap some defvars in
7099 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7100
7101 * subr.el (event-basic-type): Doc fix.
7102
7103 * international/quail.el: Doc fixes.
7104
7105 * international/utf-8.el: Doc fixes.
7106
7107 * international/mule-cmds.el: Doc fixes.
7108 (leim-list-header): Fix header text.
7109
7110 * international/mule.el (coding-system-category): Doc fix.
7111
7112 * international/ccl.el (ccl-compile): Doc fix.
7113
7114 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7115
7116 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7117 rather than (before|after)-change-functions.
7118
7119 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7120
7121 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7122 scroll-left and scroll-right being called interactively so that
7123 they set the window's min_hscroll.
7124
7125 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7126
7127 * info.el (info-insert-file-contents-1): Accept an additional
7128 argument `lfn': if it is non-nil, concatenate `filename' and
7129 `suffix'; otherwise use the complicated MS-DOS code.
7130 All callers changed.
7131 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7132 can access long file names, try the long file-name version of
7133 `info-insert-file-contents-1', then the short file-name version.
7134
7135 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7136
7137 * language/ethio-util.el (setup-ethiopic-environment-internal):
7138 Change bindings of functions keys to conform to "Emacs Lisp Coding
7139 Convention".
7140
7141 * language/ethiopic.el ("Ethiopic"): Add documentation.
7142
7143 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7144
7145 * international/utf-8.el (mule-utf-8): Set coding-category
7146 property to coding-category-utf-8.
7147
7148 2001-02-27 Richard M. Stallman <rms@gnu.org>
7149
7150 * lpr.el (lpr-page-header-switches, print-region-1):
7151 Undo 2000-07-06 change.
7152 (lpr-add-switches): Default to t on gnu/linux.
7153
7154 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7155
7156 * bs.el (bs-attributes-list): Doc fix.
7157
7158 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7159
7160 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7161
7162 * help.el (view-order-manuals): Use goto-address.
7163
7164 * startup.el (command-line-1): Add info about ordering manuals
7165 to the not so fancy splash screens.
7166
7167 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7168
7169 * vc.el (vc-default-workfile-unchanged-p)
7170 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7171
7172 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7173
7174 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7175 fontify in the right buffer.
7176
7177 * allout.el (outline-flag-region): Move macro in front of first
7178 use to avoid a run-time error.
7179
7180 2001-02-24 Andrew Innes <andrewi@gnu.org>
7181
7182 * makefile.w32-in: Fix copyright notice.
7183
7184 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7185
7186 * international/utf-8.el (mule-utf-8): Set correct value for
7187 valid-codes property.
7188
7189 * international/fontset.el (x-complement-fontset-spec): In the
7190 case that we use ASCII font for the other charsets, use only
7191 family and registry part of it.
7192
7193 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7194
7195 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7196 (shrink-window-if-larger-than-buffer): Doc fix.
7197
7198 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7199
7200 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7201 predicate passed to completing-read.
7202
7203 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7204
7205 * startup.el (command-line): Fix last change.
7206
7207 2001-02-23 Jason Rumney <jasonr@gnu.org>
7208
7209 * startup.el (tool-bar-originally-present): New variable.
7210 (command-line): Set it if the tool-bar is switched on at startup.
7211
7212 * frame.el (frame-notice-user-settings): Only adjust frame height
7213 for no tool-bar case if tool-bar was originally switched on.
7214 From E. Jay Berkenbilt.
7215
7216 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7217
7218 * server.el (server-switch-buffer): Only switch window if the
7219 current one is dedicated.
7220
7221 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7222 rather than using (match-beginning 0) when searching for break point.
7223
7224 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7225
7226 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7227 @ follows an accent command such as @'. Support optional braces
7228 in commands that insert accents, like makeinfo does.
7229
7230 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7231
7232 * startup.el (fancy-splash-text): Add a line for ordering
7233 manuals. Reverse order of splash screens shown.
7234 (use-fancy-splash-screens-p): Adapt to the text line added.
7235
7236 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7237 manuals from the FSF.
7238
7239 * help.el (view-order-manuals): New function.
7240 (toplevel): Bind C-h C-m to this function.
7241
7242 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7243
7244 * newcomment.el (comment-forward): Skip the comment-start before
7245 searching for the comment-end.
7246
7247 2001-02-21 Dave Love <fx@gnu.org>
7248
7249 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7250
7251 * international/mule-cmds.el, international/mule.el: Doc fixes.
7252
7253 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7254
7255 * startup.el (fancy-splash-screens): Use display-hourglass
7256 instead of display-busy-cursor.
7257
7258 * frame.el (display-hourglass): Renamed from busy-cursor.
7259 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7260 (show-cursor-in-non-selected-windows): Doc fix.
7261
7262 2001-02-20 Dave Love <fx@gnu.org>
7263
7264 * international/utf-8.el: Doc and commentary fixes.
7265
7266 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7267
7268 * ehelp.el (with-electric-help): Doc fix.
7269
7270 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7271
7272 * msb.el (msb-mode): Call the update-buffers function explicitly
7273 with a FORCE argument.
7274
7275 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7276 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7277 returns nil.
7278
7279 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7280
7281 * ps-print.el: Timestamp package replacement. Some enhancements.
7282 Some XEmacs compatibility. Doc fix.
7283 (ps-print-version): New version number (6.4).
7284 (ps-printer-name): Initialization fix.
7285 (ps-zebra-stripe-follow): Funcionality enhancement.
7286 (ps-prologue-file): Code enhancement.
7287 (ps-right-header): Timestamp package replacement.
7288 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7289 (ps-get-page-dimensions)
7290 (ps-generate-header, ps-begin-file, ps-begin-job)
7291 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7292 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7293 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7294 (coding-system-for-write): Var declaration (XEmacs compatibility).
7295
7296 2001-02-20 Miles Bader <miles@gnu.org>
7297
7298 * image-file.el (image-file-name-extensions): Add "tif".
7299
7300 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7301
7302 * wid-edit.el (widget-button-click): Save the selected window
7303 around the code handling clicks on buttons.
7304
7305 2001-02-18 Dave Love <fx@gnu.org>
7306
7307 * imenu.el (imenu--generic-function): Use mapc to iterate over
7308 syntax characters.
7309
7310 2001-02-17 Richard M. Stallman <rms@gnu.org>
7311
7312 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7313
7314 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7315
7316 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7317
7318 * mouse.el (mouse-save-then-kill): If the distance from the new
7319 point to the mark is equal to the distance of point from the new
7320 point, move point instead of the mark.
7321
7322 2001-02-16 Dave Love <fx@gnu.org>
7323
7324 * textmodes/flyspell.el (flyspell-get-word): Return string without
7325 properties.
7326
7327 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7328
7329 * generic.el (generic-find-file-regexp): Doc fix.
7330 (generic-ignore-files-regexp): New defcustom.
7331 (generic-mode-find-file-hook): If the file's name matches the
7332 regexp in `generic-ignore-files-regexp', don't enter
7333 default-generic-mode. Doc fix.
7334
7335 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7336
7337 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7338 Add autoload cookies.
7339
7340 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7341 of cal-tex-24.
7342
7343 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7344
7345 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7346
7347 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7348 the character class after the (optional) drive, to support file
7349 names with embedded blanks.
7350
7351 2001-02-15 Sam Steingold <sds@gnu.org>
7352
7353 * textmodes/tex-mode.el (tex-shell-running):
7354 Check the process buffer too.
7355
7356 2001-02-15 Dave Love <fx@gnu.org>
7357
7358 * battery.el (battery-status-function): Fix doc, :type.
7359
7360 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7361
7362 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7363
7364 * subr.el (read-passwd): Clear Lisp memory holding password.
7365
7366 2001-02-15 Miles Bader <miles@gnu.org>
7367
7368 * info.el (Info-copy-current-node-name): New function.
7369 (Info-mode-menu): Add it to the menu.
7370
7371 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7372
7373 * international/mule-cmds.el (toggle-input-method): Doc fix.
7374
7375 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7376
7377 * replace.el (occur): Stop at end of buffer.
7378
7379 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7380
7381 * international/mule-cmds.el (set-input-method): Another doc fix.
7382
7383 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7384
7385 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7386
7387 2001-02-13 Miles Bader <miles@gnu.org>
7388
7389 * faces.el (set-face-background, set-face-foreground)
7390 (set-face-stipple): Treat a value of nil as being `unspecified'.
7391
7392 2001-02-12 Dave Love <d.love@dl.ac.uk>
7393
7394 * international/latin1-disp.el: Doc fixes.
7395 (latin1-display) <defgroup>: Add :link.
7396 (latin1-display) <function>: Set variable latin1-display.
7397
7398 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7399
7400 * international/mule-cmds.el (set-input-method): Doc fix.
7401
7402 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7403
7404 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7405 (speedbar-line-file): Return nil if not a file.
7406 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7407
7408 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7409
7410 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7411 for remote files.
7412 (ediff-coding-system-for-read): Replaced the no-conversion default
7413 with raw-text.
7414
7415 * ediff-init.el: Removed :version from defcustom vars.
7416
7417 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7418 Better handling of the diff mode.
7419
7420 * ediff.texi: Added ediff-coding-system-for-read.
7421
7422 * viper.texi: Fix typos.
7423
7424 2001-02-11 Dave Love <fx@gnu.org>
7425
7426 * shadowfile.el: Doc fixes.
7427 (shadow) <defgroup>: Add :link.
7428 (shadowfile-unload-hook): New function.
7429 (shadow-initialize): Use defalias, not fset.
7430 (shadow-define-cluster, shadow-define-literal-group)
7431 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7432
7433 * international/mule.el: Doc and message fixes.
7434
7435 * international/ccl.el (define-ccl-program): Doc fix.
7436
7437 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7438
7439 * faces.el (mode-line): Set :line-width property to -1.
7440
7441 2001-02-10 Richard M. Stallman <rms@gnu.org>
7442
7443 * complete.el (partial-completion-mode): Doc fix.
7444
7445 * simple.el (delete-key-deletes-forward-mode):
7446 Change `let' to `let*' to fix gross bug in last change.
7447
7448 * repeat.el (repeat): Don't let execute-kbd-macro alter
7449 real-last-command.
7450
7451 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7452
7453 * simple.el (eval-expression): Doc fix.
7454
7455 2001-02-09 Dave Love <fx@gnu.org>
7456
7457 * imenu.el (imenu-generic-expression): Doc fix.
7458
7459 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7460 From Juanma Barranquero.
7461
7462 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7463
7464 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7465
7466 * faces.el (set-face-attribute): Describe the case of a negative
7467 value specified for :line-width.
7468
7469 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7470
7471 * which-func.el (which-func-mode): Invert which-func-mode-global.
7472 From Juanma Barranquero <lektu@uol.com.br>.
7473
7474 2001-02-08 Dave Love <fx@gnu.org>
7475
7476 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7477 widget-plist-value-type.
7478 (widget-alist-convert-widget): Replace binding of
7479 widget-alist-value-type.
7480
7481 * textmodes/paragraphs.el (sentence-end): Doc fix.
7482
7483 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7484 Remove `backward-line'.
7485
7486 * play/pong.el (pong-blank-color, pong-bat-color)
7487 (pong-ball-color, pong-border-color, pong-left-key)
7488 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7489 (pong-pause-key, pong-resume-key, pong-timer-delay):
7490 * mail/mh-comp.el (mh-compose-letter-function):
7491 * eshell/esh-mode.el (eshell-skip-prompt-function):
7492 * emulation/viper-ex.el (ex-unix-type-shell-options):
7493 * recentf.el (recentf-menu-filter):
7494 * ps-print.el (ps-print-region-function):
7495 * lpr.el (print-region-function):
7496 * forms.el (forms-mode-hooks):
7497 * dirtrack.el (dirtrack-directory-change-hook):
7498 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7499 * textmodes/spell.el (spell-filter):
7500 * textmodes/fill.el (adaptive-fill-function):
7501 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7502 * progmodes/etags.el (find-tag-default-function):
7503 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7504 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7505
7506 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7507
7508 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7509 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7510 Meyering <jim@meyering.net>.
7511
7512 * loadup.el: Revert last change.
7513
7514 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7515
7516 * international/mule.el (transform-make-coding-system-args):
7517 Make it work also for coding systems not using CCL.
7518
7519 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7520
7521 * simple.el (previous-matching-history-element)
7522 (next-matching-history-element): Doc fix.
7523
7524 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7525 specific part.
7526
7527 2001-02-06 Dave Love <fx@gnu.org>
7528
7529 * add-log.el (add-log-current-defun-function)
7530 (add-log-buffer-file-name-function, add-log-file-name-function):
7531 Fix :type.
7532 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7533
7534 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7535
7536 * info.el (info-initialize): Remove the test for system-type when
7537 invocation-directory is non-nil.
7538
7539 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7540 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7541
7542 2001-02-06 Andrew Innes <andrewi@gnu.org>
7543
7544 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7545 absolute.
7546
7547 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7548
7549 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7550 buffers. When hi-lock turned on rather than only checking current
7551 buffer for regexps, all buffers are checked. Moved activation of
7552 font-lock to hi-lock-refontify. When font-lock turned off rather
7553 than removing added highlighting just in current buffer, remove it
7554 in all buffers. Changed edit menu text from "Automatic
7555 Highlighting" to "Regexp Highlighting" Documentation for
7556 highlighting phrases, minor documentation changes.
7557 (hi-lock-set-file-patterns): Execute only if there are new or
7558 existing file patterns.
7559 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7560 unfontify and, if a support mode is active, will not refontify the
7561 whole buffer. If necessary, turn on font lock. (Removed
7562 font-lock-unfontify and font-lock support-mode-specific calls,
7563 such as lazy-lock-fontify-window.)
7564 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7565 patterns are found. Not useful now since find-file-hook is removed
7566 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7567 (hi-lock-face-phrase-buffer): New function. Also added related
7568 menu item and keybinding.
7569 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7570 (hi-lock-process-phrase): New function.
7571 (hi-lock-line-face-buffer): Doc fixes.
7572 (hi-lock-face-buffer): Doc fixes.
7573 (hi-lock-unface-buffer): Doc fixes.
7574
7575 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7576
7577 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7578 dabbrev-ignored-regexps.
7579
7580 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7581
7582 * simple.el (kill-line): Doc fix.
7583
7584 2001-02-05 Dave Love <fx@gnu.org>
7585
7586 * loadup.el: Revert last two changes -- bootstrapping works with
7587 regenerated loaddefs.
7588
7589 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7590
7591 * isearch.el (isearch-forward): Doc fix.
7592
7593 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7594 of font-lock-defaults to backward-paragraph.
7595
7596 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7597
7598 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7599 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7600
7601 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7602
7603 * ebnf2ps.el: Eliminate time-stamp functions.
7604 (ebnf-version): New version (3.5).
7605 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7606 format-time-string.
7607
7608 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7609
7610 * simple.el (next-line): Goto end-of-line before inserting a newline.
7611
7612 2001-02-05 Miles Bader <miles@gnu.org>
7613
7614 * image-file.el (insert-image-file): When visiting an image, also
7615 set `truncate-lines' to t so that any fringe arrow looks correct.
7616
7617 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7618
7619 * isearch.el (isearch-forward): Add description about input method
7620 in the docsting.
7621
7622 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7623
7624 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7625
7626 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7627
7628 * info.el (info-initialize): If installation-directory is nil, for
7629 DOS/Windows systems try looking in a sibling of invocation-directory.
7630
7631 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7632
7633 * wid-edit.el (widget-button-click): Fix last change.
7634
7635 * frame.el (frame-notice-user-settings): When resizing the initial
7636 frame because the tool bar is off, also change the frame's top
7637 position if a negative top position was specified.
7638
7639 2001-02-02 Miles Bader <miles@gnu.org>
7640
7641 * image-file.el (insert-image-file): When visiting an image,
7642 suppress the cursor in the image buffer.
7643
7644 2001-02-01 Dave Love <fx@gnu.org>
7645
7646 * progmodes/f90.el (f90-mode): Remove startup message.
7647
7648 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7649
7650 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7651
7652 * startup.el (command-line): Fix code determining whether or not
7653 to use delete-key-deletes-forward-mode.
7654
7655 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7656
7657 * vc.el (vc-diff-switches): New user option.
7658 (vc-version-diff): Use it.
7659 (vc-diff-switches-list): New macro.
7660
7661 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7662 New customization options.
7663 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7664
7665 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7666
7667 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7668
7669 * msb.el (toplevel): Quote hook symbols.
7670
7671 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7672
7673 * international/mule.el (make-coding-system): Add description
7674 about recognized properties in the docstring.
7675
7676 * international/mule-conf.el: Remove unused charsets
7677 mac-roman-lower and mac-roman-upper.
7678
7679 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7680
7681 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7682 is in front of the left-margin, if any.
7683
7684 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7685 like `delete'.
7686
7687 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7688
7689 * term/w32-win.el (mouse-set-font): Doc fix.
7690
7691 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7692
7693 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7694 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7695 on already.
7696
7697 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7698
7699 * files.el (save-buffer): Don't give message if (buffer-file-name)
7700 returns nil.
7701
7702 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7703
7704 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7705
7706 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7707 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7708
7709 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7710 display problems.
7711
7712 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7713
7714 * international/mule.el (charset-info): Fix docstring.
7715
7716 * international/mule-diag.el (describe-character-set): Check final
7717 char valid before printing it.
7718
7719 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7720
7721 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7722
7723 * frame.el (frame-notice-user-settings): Do the tool-bar
7724 stuff only for graphical displays. Fix a braino.
7725
7726 * frame.el (frame-initialize): Create initial frame visible.
7727 (frame-notice-user-settings): When tool-bar has been switched off,
7728 correct the frame size and sync tool-bar-mode.
7729
7730 * startup.el (command-line): Remove manipulation of frame
7731 height for tool bars.
7732
7733 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7734
7735 * lpr.el: Compatibility with XEmacs and doc fixes.
7736 (lpr-windows-system, lpr-lp-system): New vars.
7737 (lpr-printer-switch): New defcustom.
7738 (printer-name, lpr-command): Customization fix.
7739 (print-region-1): Code fix.
7740 (print-region-new-buffer, printify-region): Indentation fix.
7741 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7742 New functions.
7743
7744 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7745
7746 * msb.el (toplevel): Fix the eval-after-load.
7747
7748 2001-01-29 Dave Love <fx@gnu.org>
7749
7750 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7751
7752 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7753
7754 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7755 (tcl-using-emacs-19-23): Consider Emacs 21+.
7756 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7757 (tcl-add-emacs-menu): Supply menu name.
7758 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7759
7760 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7761
7762 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7763
7764 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7765
7766 * pcvs.el (cvs-mark-fis-dead): New function.
7767 (cvs-mode-add): Use it.
7768 (cvs-mode-add-change-log-entry-other-window):
7769 Rebind change-log-default-name to itself rather than to nil.
7770
7771 2001-01-29 Sam Steingold <sds@gnu.org>
7772
7773 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7774 `autoload' statements.
7775
7776 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7777
7778 * files.el (confirm-kill-emacs): Doc fix.
7779
7780 * frame.el (frame-initialize): Doc fix.
7781
7782 * time-stamp.el (time-stamp-string): Doc fix.
7783
7784 * woman.el (WoMan-log-1): Make the log buffer writable.
7785 From Markus Rost <rost@math.ohio-state.edu>.
7786
7787 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7788
7789 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7790 the `make-variable-buffer-local'.
7791
7792 2001-01-29 Dave Love <fx@gnu.org>
7793
7794 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7795 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7796 Add autoload cookie.
7797 (ansi-color-apply-sequence): Fix typo.
7798
7799 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7800
7801 * menu-bar.el (menu-bar-files-menu): Add menu items for
7802 Postscript printing in black and white.
7803
7804 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7805 X-Mailman-Version, Precedence, List-Help, List-Post,
7806 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7807 Content-Type, Content-Length.
7808
7809 2001-01-29 Dave Love <fx@gnu.org>
7810
7811 * elide-head.el (elide-head): Make overlay evaporate.
7812
7813 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7814
7815 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7816
7817 * isearch.el (isearch-highlight): Don't punt if the display
7818 doesn't support colors, since isearch faces are defined for
7819 monochrome displays as well.
7820
7821 2001-01-27 Sam Steingold <sds@gnu.org>
7822
7823 * shell.el (shell-write-history-on-exit): Make sure that we are in
7824 the shell buffer (M-x tex-file RET inserted the error message into
7825 the TeX buffer).
7826
7827 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7828
7829 * simple.el (transient-mark-mode): Doc fix.
7830
7831 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7832
7833 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7834
7835 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7836
7837 * shell.el (shell-unquote-argument): If the shell is one of the
7838 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7839 quote character.
7840 (shell-dumb-shell-regexp): Document that the shells which match
7841 this regexp are supposed to not treat a backslash as a quote character.
7842
7843 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7844 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7845
7846 2001-01-27 Richard M. Stallman <rms@gnu.org>
7847
7848 * dabbrev.el (dabbrev--substitute-expansion):
7849 Treat a one-capital-letter abbrev as "not all upper case",
7850 so as to force preservation of the expansion's pattern
7851 if the expansion starts with a capital letter.
7852
7853 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7854
7855 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7856 Doc fix.
7857
7858 * simple.el (transient-mark-mode): Document the fact that many
7859 commands act on the region when mark is active.
7860
7861 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7862
7863 * international/quail.el (quail-setup-completion-buf): Make the
7864 multibyteness of current buffer inherited to Quail completion buffer.
7865 (quail-show-guidance-buf): Make the multibyteness of current
7866 buffer inherited to Quail guidance buffer.
7867 (quail-help): Make the multibyteness of current buffer inherited
7868 to Quail help buffer.
7869
7870 2001-01-26 Dave Love <fx@gnu.org>
7871
7872 * time-stamp.el: Doc fixes.
7873
7874 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7875 (delphi-keyword-face, delphi-other-face): Fix :type.
7876
7877 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7878
7879 * mail/feedmail.el (feedmail): Add :link.
7880 (feedmail-send-it): Doc fix.
7881
7882 * mail/sendmail.el: Doc fixes.
7883 (sendmail-send-it): Fix the non-ASCII regexp and use
7884 rfc2047-encode-string.
7885
7886 * dired.el, dired-aux.el: Revert last change.
7887
7888 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7889
7890 * makefile.w32-in (DONTCOMPILE): Add various term files.
7891
7892 2001-01-26 Dave Love <fx@gnu.org>
7893
7894 * Makefile.in (DONTCOMPILE): Add various term files.
7895
7896 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7897
7898 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7899
7900 * startup.el (display-startup-echo-area-message): Make sure
7901 the echo area is resized to fit the size of the startup message.
7902
7903 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7904 part of which is a constant.
7905
7906 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7907
7908 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7909
7910 2001-01-26 Richard M. Stallman <rms@gnu.org>
7911
7912 * simple.el (next-line): Don't let `newline' expand abbrevs.
7913 Simplify slightly.
7914 (open-line): Don't let `newline' expand abbrevs.
7915
7916 2001-01-25 John Wiegley <johnw@gnu.org>
7917
7918 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7919 to `repeat' in the :type field.
7920
7921 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7922 allow a choice of regexp or nil.
7923 (pcomplete-dir-ignore): Same.
7924
7925 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7926 a command) to always fail.
7927
7928 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7929
7930 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7931 discard the result.
7932 (iswitchb-to-end): Likewise.
7933
7934 2001-01-25 Sam Steingold <sds@gnu.org>
7935
7936 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7937 Require vc.
7938
7939 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7940
7941 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7942
7943 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7944
7945 2001-01-25 Dave Love <fx@gnu.org>
7946
7947 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7948 (describe-coding-system): Tweak the English text.
7949
7950 * loadup.el: Preload international/ccl for utf-8.
7951
7952 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7953
7954 * mail/rmail.el (rmail-redecode-body): Doc fix.
7955
7956 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7957
7958 * international/mule-cmds.el (reset-language-environment):
7959 Reset coding-category-utf-8 to mule-utf-8.
7960
7961 * international/mule-conf.el (coding-category-utf-8):
7962 Initialize to mule-utf-8.
7963
7964 * loadup.el: Preload international/utf-8.
7965
7966 * international/utf-8.el: New file.
7967
7968 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7969
7970 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7971
7972 2001-01-24 Sam Steingold <sds@gnu.org>
7973
7974 * dired.el (dired-replace-in-string): Removed.
7975 (dired-sort-toggle): Use `replace-regexps-in-string'
7976 instead of `dired-replace-in-string'.
7977
7978 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7979 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7980
7981 * gs.el (gs-replace-in-string): Removed.
7982 (gs-options): Use `replace-regexps-in-string'
7983 instead of `gs-replace-in-string'.
7984
7985 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7986
7987 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7988 bug report is mailed to an email list and posted to a news group.
7989
7990 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7991
7992 * comint.el (comint-replace-by-expanded-history-before-point):
7993 Fix change of 2000-08-03 to move point to the start of the line again.
7994
7995 * startup.el (tool-bar-images-pixel-height): New variable.
7996 (command-line): After loading the user's init file, when
7997 tool-bar-mode is on, increase the frame's size by some lines for
7998 the tool-bar.
7999
8000 * frame.el (frame-initialize): Create the initial frame invisible.
8001
8002 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8003
8004 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8005 (chinese-big5): MIME:Big5.
8006
8007 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8008
8009 * international/mule-cmds.el (universal-coding-system-argument):
8010 Handle commands with prefix args.
8011
8012 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8013
8014 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8015 being a list of numbers.
8016 (diary-mail-entries): Rewritten.
8017
8018 2001-01-23 Dave Love <fx@gnu.org>
8019
8020 * international/mule.el (make-coding-system): Fix typo.
8021
8022 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8023 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8024
8025 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8026
8027 * font-lock.el (font-lock-mode): Doc fix.
8028
8029 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8030
8031 * international/mule.el (make-translation-table): Fix docstring.
8032
8033 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8034
8035 * mail/rmail.el (rmail-redecode-body): New function.
8036
8037 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8038
8039 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8040
8041 * isearch.el (isearch-lazy-highlight-case-fold-search)
8042 (isearch-lazy-highlight-regexp): New variables.
8043 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8044 case-fold search or regexp search has been toggled.
8045
8046 * wid-edit.el (widget-button-click): Avoid a save-excursion
8047 around running a global binding.
8048
8049 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8050 to 0.25.
8051
8052 2001-01-20 Miles Bader <miles@gnu.org>
8053
8054 * cus-edit.el (custom-face-save): Do post-processing on the face's
8055 new value like `custom-face-set' does.
8056
8057 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8058
8059 * mail/emacsbug.el (report-emacs-bug): Report the value of
8060 LC_CTYPE, not LC_TYPE.
8061
8062 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8063 isearch-toggle-regexp and isearch-edit-string to doc string.
8064
8065 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8066
8067 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8068 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8069
8070 * jit-lock.el (jit-lock-fontify-now): Don't bind
8071 font-lock-beginning-of-syntax-function to nil.
8072
8073 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8074
8075 * mail/emacsbug.el (report-emacs-bug): Report values of
8076 locale-coding-system, default-enable-multibyte-characters, and the
8077 environment variables LC_ALL, LC_TYPE, and LANG.
8078
8079 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8080
8081 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8082
8083 * font-lock.el (font-lock-multiline): Default to nil.
8084 (font-lock-default-fontify-region): If font-lock-multiline is
8085 nil, don't check the property `font-lock-multiline'.
8086
8087 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8088 is nil, don't check the `font-lock-multiline' text property.
8089
8090 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8091
8092 * viper.el: Call initial-major-mode on startup.
8093
8094 * ediff.el (ediff-patch-file): Use better defaults.
8095
8096 * ediff-vers.el: Fix for 8+3 DOS file systems.
8097
8098 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8099
8100 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8101 diff mode, if available.
8102
8103 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8104
8105 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8106
8107 * ediff-init.el (subst-char-in-string): Define and use it, unless
8108 it's already defined.
8109
8110 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8111
8112 * tooltip.el (tooltip-hide-delay): New user-option.
8113 (tooltip-show): Use tooltip-hide-delay instead of the default.
8114
8115 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8116
8117 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8118 kill-local-variable doesn't work for enable-multibyte-characters.
8119
8120 2001-01-17 Dave Love <fx@gnu.org>
8121
8122 * ediff-init.el (ediff-before-setup-hook)
8123 (ediff-merge-filename-prefix): Add :version.
8124
8125 * international/latin1-disp.el: Require disp-table.
8126 (latin1-display): Fix :set.
8127
8128 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8129
8130 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8131
8132 * isearch.el (isearch-lazy-highlight-initial-delay)
8133 (isearch-lazy-highlight-interval): Default to 0.
8134
8135 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8136
8137 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8138 1 here rather than each time through
8139 isearch-lazy-highlight-new-loop.
8140 (isearch-lazy-highlight-max): Variable deleted.
8141 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8142 isearch-lazy-highlight-max but controls a single invocation of
8143 isearch-lazy-highlight-update.
8144 (isearch-lazy-highlight-wrapped): Variable recreated.
8145 (isearch-lazy-highlight-window-start): New variable.
8146 (isearch-lazy-highlight-cleanup): Restored to behavior of
8147 before 2-Jan.
8148 (isearch-lazy-highlight-remove-overlays): Function deleted;
8149 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8150 behavior removed.
8151 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8152 isearch-lazy-highlight-update in a loop rather than just once.
8153 Test isearch-invalid-regexp here and decide not to start a new
8154 loop, rather than testing it each time through
8155 isearch-lazy-highlight-update.
8156 (isearch-lazy-highlight-search): Function restored.
8157 (isearch-lazy-highlight-update): Get called in a timer loop again,
8158 but this time highlight more than one match each time through.
8159 Only highlight matches in the visible part of the window.
8160 Start at point, move in the direction of the search, and wrap around at
8161 the edge of the window. Use sit-for to force redisplay and ensure
8162 window-start is credible. "Face suppressing" behavior removed;
8163 overlay priorities should make it unnecessary, right?
8164 (isearch-highlight): Face suppressing behavior removed.
8165 (isearch-dehighlight): Face suppressing behavior removed.
8166 (isearch-set-lazy-highlight-faces-at): Removed.
8167
8168 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8169
8170 * language/european.el ("Latin-1"): Make the format of description
8171 about additional language environments same as that of Latin-2.
8172
8173 2001-01-16 Dave Love <fx@gnu.org>
8174
8175 * isearch.el (isearch-lazy-highlight): Add :version.
8176
8177 * simple.el (backward-delete-char-untabify-method)
8178 (next-line-add-newlines): Add :version.
8179
8180 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8181
8182 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8183 Don't bind <delete> otherwise.
8184
8185 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8186 and <delete> via function-key-map.
8187
8188 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8189 Subject line only if point is after the `Subject:'.
8190
8191 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8192
8193 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8194 japanese-jisx0213-2 in `charset' property of this lang. env.
8195
8196 * language/european.el ("Latin-1"): Add description for Dutch and
8197 Spanish lang. env.
8198
8199 * international/mule.el (decode-char): Fix conditions.
8200 (encode-char): Handle eight-bit-control too.
8201 (transform-make-coding-system-args): New function.
8202 (make-coding-system): Accept XEmacs style arguments for CCL base
8203 coding system.
8204
8205 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8206
8207 * progmodes/etags.el (find-tag-noselect): Save the value of
8208 tags-file-name before switching buffers, for the case it has a
8209 buffer-local value.
8210
8211 2001-01-15 Alex Schroeder <alex@gnu.org>
8212
8213 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8214 From Dave Love <fx@gnu.org>.
8215 (ansi-color-for-comint-mode): Fix :version.
8216
8217 2001-01-15 Alex Schroeder <alex@gnu.org>
8218
8219 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8220
8221 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8222
8223 * dired.el (dired-insert-directory): If file-system-info fails,
8224 remove the " free " part, but don't signal an error.
8225
8226 2001-01-12 Sam Steingold <sds@gnu.org>
8227
8228 * bookmark.el (bookmark-maybe-historicize-string):
8229 Use new backquote syntax.
8230
8231 2001-01-12 Richard M. Stallman <rms@gnu.org>
8232
8233 * subr.el (last): Handle a list that doesn't end in nil.
8234
8235 2001-01-12 Sam Steingold <sds@gnu.org>
8236
8237 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8238 to `backward-delete-char-untabify'.
8239
8240 2001-01-12 Dave Love <fx@gnu.org>
8241
8242 * cus-edit.el (customize-menu-create): Fix the :filter following
8243 easymenu change.
8244
8245 * wid-edit.el (function): Add :match-alternatives.
8246 (widget-color-action): Doc fix.
8247
8248 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8249
8250 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8251
8252 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8253
8254 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8255
8256 * international/ccl.el (define-ccl-program): Fix docstring.
8257
8258 2001-01-11 Dave Love <fx@gnu.org>
8259
8260 * international/mule-cmds.el (standard-display-european-internal):
8261 Set display table for 2208 as for 160.
8262
8263 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8264
8265 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8266 entry for custom-menu-create change.
8267 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8268 don't cons it in the search loop.
8269
8270 * imenu.el (imenu--truncate-items): Revert last change.
8271
8272 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8273
8274 * info.el (Info-setup-header-line): If the node header includes
8275 either Next: or Prev: links, don't show the File: and Node: parts
8276 in the header line.
8277
8278 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8279
8280 * comint.el (comint-goto-process-mark): Don't print a message
8281 when running in batch mode.
8282
8283 * isearch.el (isearch-search): In the condition-case handler for
8284 `error', set isearch-invalid-regexp to the whole error message.
8285
8286 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8287 ensure that eval-after-load works for files dumped with Emacs.
8288
8289 * help.el (load-symbol-file-load-history): New function extracted
8290 from function symbol-file.
8291 (symbol-file): Use it.
8292
8293 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8294
8295 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8296
8297 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8298 behave as if there were no prefix argument.
8299 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8300 argument were nil.
8301
8302 2001-01-11 Richard M. Stallman <rms@gnu.org>
8303
8304 * isearch.el (isearch-lazy-highlight-update):
8305 Don't look for more potential matches once maximum is exceeded.
8306 Use overlays-in to check correctly for overlap with current match.
8307 Ignore empty matches.
8308
8309 2001-01-11 Miles Bader <miles@gnu.org>
8310
8311 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8312 (ispell-overlay-window, ispell-help, ispell-show-choices)
8313 (ispell-command-loop): Use it instead of `window-height'.
8314
8315 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8316
8317 * files.el (confirm-kill-emacs): New user-option.
8318 (save-buffers-kill-emacs): Ask for final confirmation before
8319 killing Emacs.
8320
8321 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8322 to nil.
8323
8324 2001-01-10 Dave Love <fx@gnu.org>
8325
8326 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8327
8328 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8329
8330 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8331
8332 * calculator.el (calculator-number-digits): Fix :type.
8333
8334 * vc-cvs.el (vc-cvs-header): Fix :type.
8335 * vc-rcs.el (vc-rcs-header): Fix :type.
8336 * vc-sccs.el (vc-sccs-header): Fix :type.
8337
8338 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8339
8340 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8341
8342 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8343
8344 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8345
8346 * simple.el (set-variable): Force a thorough redisplay for the
8347 case that the variable has an effect on the display, like
8348 `tab-width' has.
8349
8350 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8351
8352 * vc.el: Add documentation for backend interface.
8353
8354 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8355
8356 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8357
8358 * international/mule-conf.el (latin-extra-code-table): Set to t
8359 for \223 and \224.
8360
8361 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8362
8363 * international/mule-cmds.el (locale-language-names): Map "es" to
8364 "Spanish" and "nl" to "Dutch".
8365
8366 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8367
8368 * bindings.el (global-map): Bind <home> to beginning-of-line,
8369 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8370 C-<end> to end-of-buffer.
8371
8372 * language/european.el: Add Dutch and Spanish language info
8373 to be able to use the appropriate tutorials.
8374
8375 2001-01-09 Alex Schroeder <alex@gnu.org>
8376
8377 * ansi-color.el (ansi-color-process-output): Use markers instead
8378 of positions for start and end of region.
8379 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8380 Previously, occasional mistakes happend when fontifying many
8381 chunks of output (eg. ls --color=yes /dev). This happened
8382 whenever an overlay was created up to the end of the region, which
8383 coincided with the process-mark. New text would then be added
8384 within that overlay instead of after it.
8385 (ansi-color-make-extent): Overlays are created with the property
8386 `modification-hooks' set to '(ansi-color-freeze-overlay).
8387 (ansi-color-freeze-overlay): New function. When inserting text at
8388 the end of the overlay, the overlay will resize.
8389
8390 2000-01-09 Alex Schroeder <alex@gnu.org>
8391
8392 * ansi-color.el (ansi-color-process-output): Doc change.
8393 (ansi-color-unfontify-region): Doc change. No longer installed
8394 automatically in font-lock-unfontify-region-function.
8395 (ansi-color-apply): Doc change.
8396 (ansi-color-apply-on-region): Use extents or overlays instead of
8397 text-properties.
8398 (ansi-color-make-extent): New function.
8399 (ansi-color-set-extent-face): New function.
8400
8401 2000-01-09 Alex Schroeder <alex@gnu.org>
8402
8403 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8404 both use ansi-color-process-output, now.
8405 (ansi-color-process-output): Doesn't return string anymore. It is
8406 installed in comint-output-filter-functions for both Emacs and
8407 XEmacs, now.
8408 (ansi-color-unfontify-region): Simplified code removing variables
8409 pos and start-ansi.
8410 (ansi-color-apply): Put text-property ansi-color before putting
8411 text-property face because ansi-color-unfontify-region is called
8412 immediately after the call to put-text-property.
8413 (ansi-color-context-region): Doc change.
8414 (ansi-color-filter-region): Simplified code.
8415 (ansi-color-apply-on-region): Changed start to start-marker, using
8416 a marker explicitly. Put text-property ansi-color before putting
8417 text-property face because ansi-color-unfontify-region is called
8418 immediately after the call to put-text-property.
8419
8420 2000-01-09 Alex Schroeder <alex@gnu.org>
8421
8422 * ansi-color.el (ansi-color-faces-vector): Doc change.
8423 (ansi-color-for-comint-mode): Changed :type property to choice.
8424 (ansi-color-last-context): Removed.
8425 (ansi-color-process-output): Don't use ansi-color-last-context, as
8426 the main functions will store their context now.
8427 (ansi-color-context): Doc change.
8428 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8429 Uses ansi-color-context such that repeated calls will strip
8430 partial escape sequences, too.
8431 (ansi-color-apply): Simplified code. Colorize end of string if
8432 face is not null. Store context in new (FACE STRING) format, such
8433 that repeated calls will strip partial escape sequences, too.
8434 Append faces to face property using ansi-color-apply-sequence such
8435 that cumulative mode actually works.
8436 (ansi-color-context-region): New variable.
8437 (ansi-color-filter-region): Rewrote it based on
8438 ansi-color-apply-on-region. Uses ansi-color-context-region such
8439 that repeated calls will strip partial escape sequences, too.
8440 (ansi-color-apply-on-region): Simplified code. Colorize end of
8441 region if face is not null. Store context in new (FACE POS)
8442 format, such that repeated calls will strip partial escape
8443 sequences, too. Append faces to face property using
8444 ansi-color-apply-sequence such that cumulative mode actually works.
8445 (ansi-color-apply-sequence): New function.
8446 (ansi-color-get-face): When the default face is added to the list
8447 of faces, all previous settings are discarded and the list of
8448 faces is set to '(default).
8449
8450 2000-01-09 Alex Schroeder <alex@gnu.org>
8451
8452 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8453 face, such that ansi-color-apply and ansi-color-apply-on-region
8454 will do the right thing.
8455 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8456 returns nil, set the list of faces back to nil instead of
8457 appending the result of ansi-color-get-face to the front of the list.
8458
8459 2000-01-09 Alex Schroeder <alex@gnu.org>
8460
8461 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8462 (ansi-color-process): Doc change.
8463 (ansi-color-last-context): New buffer-local variable.
8464 (ansi-color-process-output): New function. It is automatically
8465 added to comint-output-filter-functions if this is XEmacs.
8466 (ansi-color-unfontify-region): New optional parameter for XEmacs
8467 compatibility. Check wether font-lock-syntactic-keywords is
8468 boundp before removing the syntax table text property, as XEmacs
8469 doesn't have it.
8470 (ansi-color-filter-region): Doc change.
8471 (ansi-color-apply-on-region): Doc change.
8472 (ansi-color-make-face): New function. Compatibility layer for
8473 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8474 (ansi-color-make-color-map): Use ansi-color-make-face.
8475 (ansi-color-get-face): Avoid face text property '(nil) as results
8476 in an errow for XEmacs.
8477
8478 2000-01-09 Alex Schroeder <alex@gnu.org>
8479
8480 * ansi-color.el (ansi-color-unfontify-region): New function.
8481 Uses text-property ansi-color in order to preserve fontification by
8482 ansi-color. When the package is loaded, a lambda expression is
8483 put onto font-lock-mode-hook. This lambda expression will check
8484 font-lock-unfontify-region-function and replace
8485 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8486 (ansi-color-apply): Add text-property ansi-color in addition to
8487 text-property face.
8488 (ansi-color-apply-on-region): Add text-property ansi-color in
8489 addition to text-property face.
8490 (save-buffer-state): Copy of the macro that is also used by
8491 lazy-lock and font-lock.
8492
8493 (ansi-color-for-comint-mode): New option.
8494 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8495 (ansi-color-for-comint-mode-off): Ditto.
8496 (ansi-color-for-comint-mode-filter): Ditto.
8497 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8498 decide what to do. This function is added to
8499 comint-preoutput-filter-functions when the package is loaded.
8500
8501 (ansi-color-for-shell-mode-set): Removed.
8502 (ansi-color-for-shell-mode): Removed.
8503
8504 2000-01-09 Alex Schroeder <alex@gnu.org>
8505
8506 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8507 the lambda expression from the ansi-color-for-shell-mode :set
8508 property. Additionally, modify shell-mode-hook to enable or
8509 disable font-lock-mode for future shell buffers.
8510 (ansi-color-for-shell-mode): The :set property calls
8511 ansi-color-for-shell-mode-set instead of a lambda expression.
8512
8513 2000-01-09 Alex Schroeder <alex@gnu.org>
8514
8515 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8516 (ansi-color-context): New variable.
8517 (ansi-color-apply): Save context between calls.
8518
8519 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8520
8521 * isearch.el (isearch, isearch-lazy-highlight-face):
8522 New definitions for face colors and attributes.
8523
8524 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8525 of display-mouse-p.
8526
8527 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8528
8529 * international/mule.el (make-coding-system): If the coding system
8530 accepts extra latin codes, register such codes as safe for the
8531 coding system.
8532
8533 2001-01-08 Richard M. Stallman <rms@gnu.org>
8534
8535 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8536 don't mention the file name or the date here, because they are
8537 logged at the start of the file.
8538
8539 2001-01-08 Richard M. Stallman <rms@gnu.org>
8540
8541 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8542 Change screen-width to frame-width.
8543
8544 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8545
8546 * info.el (Info-search): Print the default as part of the prompt.
8547
8548 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8549
8550 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8551 constant implementations in backends.
8552
8553 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8554 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8555
8556 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8557 WRITABLE to EDITABLE.
8558
8559 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8560 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8561 to EDITABLE.
8562
8563 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8564
8565 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8566 (copyright, copyright-update): Compute the current year at run time.
8567
8568 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8569
8570 * isearch.el (isearch-old-signal-hook): Removed.
8571 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8572 instead of setting signal-hook-function.
8573 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8574
8575 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8576
8577 * emulation/edt.el: Update to version 4.0. Provide support for
8578 EDT scroll margins at top and bottom of the window. Provide an
8579 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8580 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8581 user when file-related buffer modifications exist.
8582 Provide support for running EDT Emulation in XEmacs.
8583 Provide customize access to some user updatable variables.
8584 Add Commentary section to file header.
8585 Fixed a few minor bugs and cleaned up some code.
8586
8587 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8588 for detecting a keypress that generates an ASCII key sequence.
8589 (Previously, only a keypress that generates a vector was
8590 recognized.) Embed Window Manager name into name of the generated
8591 EDT Emulation initialization file since the initialization file is
8592 Window Manager specific. Add Commentary section to file header.
8593
8594 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8595
8596 * mail/sendmail.el (mail-mode): Doc fix.
8597
8598 * info.el (Info-goto-emacs-command-node): Doc fix.
8599 (Info-goto-emacs-key-command-node): Doc fix.
8600
8601 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8602
8603 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8604 systems without long file-name support.
8605
8606 2001-01-06 Andrew Innes <andrewi@gnu.org>
8607
8608 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8609
8610 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8611
8612 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8613 (isearch-lazy-highlight-update): Doc fix.
8614
8615 * ffap.el (ffap-bindings): Doc fix.
8616
8617 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8618
8619 2001-01-05 Dave Love <fx@gnu.org>
8620
8621 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8622
8623 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8624
8625 * mouse-drag.el (mouse-drag-safe-scroll):
8626 Bind scroll-preserve-screen-position to nil.
8627
8628 * isearch.el (isearch-old-signal-hook): New variable.
8629 (isearch-mode): Set signal-hook-function to isearch-done.
8630 (isearch-done): Restore old signal-hook-function.
8631
8632 * info.el (Info-fontify-node): Mark one more char as intangible.
8633
8634 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8635
8636 * composite.el (compose-last-chars): New argument COMPONENTS.
8637 If it is non-nil, compose preceding characters by compose-region with
8638 COMPONENTS.
8639
8640 * international/quail.el (quail-input-string-to-events): New function.
8641 (quail-input-method): Convert input string to events here.
8642 (quail-start-translation): Return input string, not event list.
8643 (quail-start-conversion): Likewise.
8644
8645 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8646
8647 * tooltip.el (tooltip-cancel-delayed-tip)
8648 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8649 and tooltip-add-timeout.
8650 (tooltip-show): Set border color from faces's foreground.
8651 (tooltip-show-help-function): If called with the same help string
8652 as last time, do nothing.
8653 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8654
8655 * startup.el (fancy-splash-screens): Don't bind show-help-function
8656 to nil.
8657
8658 * tooltip.el (tooltip-frame-parameters): Remove colors.
8659 (tooltip): New face
8660 (tooltip-set-param): New function.
8661 (tooltip-show): Set up color frame parameters from face `tooltip'.
8662 Display the tooltip text in face `tooltip'.
8663
8664 2001-01-04 Dave Love <fx@gnu.org>
8665
8666 * whitespace.el (whitespace-global-mode): Fix typo.
8667
8668 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8669
8670 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8671
8672 * help.el (help-for-help): Fix a typo in a doc string.
8673 From kwzh@gnu.org (Karl Heuer).
8674
8675 2001-01-03 Dave Love <fx@gnu.org>
8676
8677 * dired-x.el: Doc fixes. Maintainer change.
8678 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8679 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8680 (dired-guess-shell-alist-user): Customize.
8681 (dired-x-help-address): Set to bug-gnu-emacs.
8682 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8683 (dired-default-directory): Renamed from default-directory.
8684
8685 * hl-line.el (hl-line): Doc fix.
8686
8687 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8688
8689 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8690
8691 2001-01-02 Richard M. Stallman <rms@gnu.org>
8692
8693 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8694 to remove all the current alternative-match highlighting.
8695 If nil, remove only what's outside the current window.
8696 (isearch-lazy-highlight-remove-overlays): Take optional
8697 region within which NOT to remove them.
8698 (isearch-lazy-highlight-new-loop): Greatly simplified.
8699 (isearch-lazy-highlight-update): Find all the other occurrences
8700 visible in the window, in just one call.
8701 (isearch-lazy-highlight-start): Now holds start of region to scan.
8702 (isearch-lazy-highlight-end): Now holds end of region to scan.
8703 (isearch-lazy-highlight-wrapped): Variable deleted.
8704 (isearch-lazy-highlight-search): Function deleted.
8705
8706 2000-01-02 Andrew Innes <andrewi@gnu.org>
8707
8708 * w32-fns.el (convert-standard-filename): Do length check on name
8709 before aref.
8710
8711 2001-01-02 Dave Love <fx@gnu.org>
8712
8713 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8714 value.
8715 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8716
8717 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8718
8719 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8720 read syntax.
8721
8722 * calendar/todo-mode.el (todo): Add :link, :version.
8723 (todo-save-top-priorities): Remove autoload cookie.
8724 (todo-add-category, todo-add-item-non-interactively)
8725 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8726
8727 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8728
8729 * comint.el (comint-input-history-ignore): New variable.
8730 (comint-read-input-ring): Ignore entries matching
8731 comint-input-history-ignore.
8732
8733 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8734
8735 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8736 (lm-copyright-mark): New function.
8737 (lm-crack-copyright): New function.
8738 (lm-verify): Check that the file has a copyright.
8739 Check that the file is copyright Free Software Foundation.
8740
8741 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8742
8743 * international/mule-diag.el (print-fontset): Indent font name by
8744 24 columns, not 25.
8745
8746 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8747
8748 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8749 in Subject line.
8750
8751 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8752 Use mail-mode-hook instead of mail-setup-hook.
8753 Otherwise continuing an interrupted message with C-u C-x m for
8754 instance, winds up in Mail mode without abbrevs.
8755
8756 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8757
8758 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8759 non-nil. Adding almost all customization variables on ps-setup.
8760 Doc fix.
8761 (ps-print-version): New version number (6.3.3).
8762 (ps-end-with-control-d): Initialization fix.
8763 (ps-lines-printed): New var.
8764 (ps-skip-newline): New fun.
8765 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8766 (ps-next-line, ps-continue-line, ps-plot-region)
8767 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8768
8769 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8770
8771 * international/fontset.el (x-complement-fontset-spec):
8772 Resolve ASCII font name so that the same family name is used for fonts
8773 registered in x-font-name-charset-alist.
8774 (create-fontset-from-fontset-spec): Adjusted for the above change.
8775 The name of fontset alias should be a unresolved ASCII font name.
8776
8777 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8778
8779 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8780 and delete in isearch-mode-map.
8781
8782 2000-12-28 Richard M. Stallman <rms@gnu.org>
8783
8784 * dired-x.el (dired-guess-shell-alist-default):
8785 Use xpdf instead of acroread.
8786
8787 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8788
8789 * textmodes/artist.el (artist-butlast): Deleted.
8790 (artist-ellipse-mirror-quadrant): Use butlast instead of
8791 artist-butlast.
8792
8793 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8794
8795 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8796
8797 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8798
8799 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8800
8801 * ls-lisp.el: Better support for the Mac and MS-Windows.
8802 (ls-lisp): New defgroup.
8803 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8804 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8805 (ls-lisp-support-shell-wildcards): New defcustoms.
8806 (ls-lisp-parse-symlink): New function.
8807 (insert-directory): Code to convert switches to a list and set up
8808 the wildcard argument copied from ls-lisp-insert-directory.
8809 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8810 for -C and -R switches.
8811 (ls-lisp-column-format): New function.
8812 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8813 (ls-lisp-format-time): Add doc strings.
8814 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8815 Support ls-lisp-dirs-first.
8816 (ls-lisp-classify, ls-lisp-extension): New functions.
8817 (ls-lisp-format): Optionally support emulation of symlinks.
8818 Support -i, -s, and -G switches.
8819
8820 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8821
8822 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8823
8824 * version.el (emacs-version): Print X scroll bar information.
8825
8826 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8827 instead of x-toolkit-scroll-bars-p.
8828
8829 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8830 of x-toolkit-scroll-bars-p.
8831
8832 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8833
8834 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8835 (ffap-bindings): Doc fix, to reflect the above change.
8836
8837 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8838
8839 * term.el (term-char-mode): Define all non-ascii self-inserting
8840 characters to 'term-send-raw in term-raw-map.
8841
8842 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8843
8844 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8845
8846 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8847 Changed initialization; use add-hook.
8848 (ediff-file-remote-p): Use file-local-copy.
8849
8850 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8851
8852 * ediff.el (ediff-patch-buffer): Bug fix.
8853 (ediff-revision): Allow selection of the file at the prompt.
8854
8855 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8856
8857 * subr.el (combine-run-hooks): Remove.
8858
8859 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8860 and remove the rogue second spec.
8861
8862 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8863
8864 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8865
8866 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8867
8868 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8869 Use minibuffer menu prompt for the `=' prefix.
8870 (smerge-command-prefix): Change default to C-^.
8871 (smerge-mode): Don't assume font-lock doesn't move point.
8872
8873 * skeleton.el (skeleton-internal-1): Make sure the first line of
8874 the region is also re-indented.
8875 (skeleton-end-newline): New var.
8876 (skeleton-end-hook): Use it.
8877
8878 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8879
8880 * comint.el (comint-password-prompt-regexp): Support CVS.
8881
8882 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8883
8884 * simple.el (delete-key-deletes-forward-mode): Simplify.
8885 Also backspace key combinations, depending on
8886 delete-key-deletes-forward.
8887
8888 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8889
8890 * simple.el (delete-key-deletes-forward): Doc fix.
8891
8892 2000-08-22 Emmanuel Briot <briot@gnat.com>
8893
8894 * xml.el (top level comment): Updated to reflect the fact that
8895 white spaces are relevant in the XML file.
8896 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8897 to parse was already edited. This allows for on-the-fly analysis
8898 of XML files.
8899 (xml-parse-tag): Check that the casing is the same in the start
8900 tag and end tag, since XML is case-sensitive. Allows for spaces
8901 in the end tag, after the name of the tag.
8902 (xml-parse-attlist): Allow for the character '-' in the name of
8903 attributes, as in the standard http-equiv attribute Do not save
8904 the properties in the XML tree, since they are not relevant.
8905
8906 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8907
8908 * generic.el (generic-read-type): Undo last change, inline into
8909 `generic-mode' and then remove.
8910 (generic-mode): Inline generic-read-type.
8911 (define-generic-mode): Push the symbol name rather than the symbol
8912 onto generic-mode-list.
8913
8914 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8915
8916 * generic.el (generic-read-type): Build an alist for
8917 completing-read as in 20.7.
8918
8919 * play/landmark.el (lm): Use interactive spec `P'.
8920 (toplevel): Don't set debug-on-error.
8921
8922 * server.el (server-switch-buffer): Choose a window on a visible frame.
8923
8924 2000-12-21 Dave Pearson <davep@davep.org>
8925
8926 * quickurl.el: Commentry change, I've moved my web site.
8927
8928 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8929
8930 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8931 ranges like \177-\237, but accepts the character sequence from \177 to
8932 \237. Doc fix.
8933 (ebnf-version): New version (3.4).
8934 (ebnf-setup): Code fix.
8935 (ebnf-range-regexp): New fun.
8936 (ebnf-8-bit-chars): Const fix.
8937
8938 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8939 entry. Doc fix.
8940 (ebnf-bnf-lex): Code fix.
8941 (ebnf-bnf-comment-chars): Const fix.
8942
8943 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8944 entry. Doc fix.
8945 (ebnf-iso-comment-chars): Const fix.
8946
8947 * ebnf-otz.el: Doc fix.
8948
8949 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8950 entry. Doc fix.
8951 (ebnf-yac-skip-code): Code fix.
8952 (ebnf-yac-comment-chars): Const fix.
8953
8954 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8955
8956 * files.el (insert-directory-safely): New function.
8957 (recover-file): Use it instead of insert-directory.
8958 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8959
8960 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8961
8962 * international/mule-cmds.el (select-safe-coding-system):
8963 Check coding-category-list more rigidly. Improve help message.
8964
8965 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8966
8967 2000-12-21 Miles Bader <miles@gnu.org>
8968
8969 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8970
8971 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8972
8973 * international/mule-diag.el (describe-char-after): Make *Help*
8974 buffer inherit multibyteness of the current buffer.
8975
8976 * international/mule.el (make-char): Docstring adjusted for the
8977 change of make-char-internal.
8978
8979 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8980
8981 * international/iso-cvt.el: Docstrings fix.
8982
8983 2000-12-20 Dave Love <fx@gnu.org>
8984
8985 * subr.el (eval-after-load): Doc fix.
8986
8987 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8988
8989 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8990 for numbers.
8991
8992 2000-12-20 Miles Bader <miles@gnu.org>
8993
8994 * international/quail.el (quail-help): Resize the help window
8995 again after it has all its contents. Remove unneeded progn.
8996
8997 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8998
8999 * pcmpl-linux.el: Fix copy/paste error.
9000
9001 2000-12-19 Andrew Innes <andrewi@gnu.org>
9002
9003 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9004
9005 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9006
9007 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9008
9009 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9010
9011 * progmodes/idlw-shell.el: Fixed copyright notice.
9012
9013 * progmodes/idlwave.el: Fixed copyright notice.
9014
9015 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9016 TAB as key separators.
9017
9018 2000-12-19 Alex Schroeder <alex@gnu.org>
9019
9020 * sql.el (sql-sybase-options): New option.
9021 (sql-sybase): Use it. Add sql-database to the list of parameters
9022 provided for login. The options -w 2048 -n are not used any more.
9023 (sql-postgres-options): Changed default from "--pset" to "-P".
9024 (sql-mysql-options): Doc change.
9025 (sql-stop): Doc change.
9026
9027 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9028
9029 * international/quail.el (quail-input-method): Always hide
9030 the guidance buffer on exiting.
9031
9032 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9033
9034 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9035 isn't fboundp.
9036
9037 * server.el (server-buffer-done): Bury the buffer before
9038 killing it.
9039
9040 * faces.el (face-spec-set): Interpret a nil in specs for
9041 foreground and background colors as `unspecified', for
9042 compatibility with 20.x.
9043
9044 2000-12-18 Dave Love <fx@gnu.org>
9045
9046 * simple.el (mail-user-agent): Doc fix.
9047 (input-mode-8-bit): Removed.
9048
9049 * international/mule.el (set-keyboard-coding-system): Doc fix.
9050 (keyboard-coding-system): New option.
9051
9052 * mail/sendmail.el (send-mail-function): Customize.
9053
9054 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9055
9056 * international/codepage.el (cp866-decode-table): New table.
9057
9058 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9059
9060 * version.el (emacs-version): Remove `%a' from the time format
9061 because the weekday doesn't fit well into each locale.
9062
9063 2000-12-18 Miles Bader <miles@gnu.org>
9064
9065 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9066
9067 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9068 Check that emacs-major-version is `=' to 20, not `>='.
9069 (artist-replace-chars): Use `make-string' instead of a loop.
9070
9071 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9072
9073 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9074 (cvs-execute-single-file): Don't change directory.
9075 Patch from Per Cederqvist.
9076
9077 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9078
9079 * textmodes/ispell.el (check-ispell-version):
9080 If `ispell-program-name' is "aspell", pass it the -v switch instead
9081 of -vv.
9082
9083 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9084
9085 * international/mule-diag.el (mule-diag): Insert information about
9086 configure options, multibyte awareness, language env.
9087
9088 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9089 regexp to search for candidates.
9090
9091 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9092
9093 * info.el (Info-forward-node): If the node has an
9094 Info-header-line, widen the buffer before searching for "next:"
9095 and "up:" pointers, and set the search limit to stay in the
9096 current node.
9097
9098 2000-12-16 Miles Bader <miles@gnu.org>
9099
9100 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9101
9102 2000-12-15 Miles Bader <miles@gnu.org>
9103
9104 * comint.el (comint-send-string, comint-send-region): Also accept
9105 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9106 process-send-string/region.
9107
9108 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9109
9110 * isearch.el (isearch-lazy-highlight-max): New user-option.
9111 (isearch-lazy-highlight-update): Don't highlight more than
9112 isearch-lazy-highlight-max matches.
9113
9114 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9115
9116 2000-12-15 Richard M. Stallman <rms@gnu.org>
9117
9118 * sort.el (sort-columns): Fix error message.
9119
9120 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9121 `upcase' or `downcase' or nil.
9122 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9123 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9124 (dabbrev--substitute-expansion): New arg record-case-pattern.
9125 If it is non-nil, set dabbrev--last-case-pattern.
9126 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9127
9128 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9129
9130 2000-12-15 Miles Bader <miles@gnu.org>
9131
9132 * paths.el (Info-default-directory-list): Don't delete
9133 configure-info-directory from the list of standard info
9134 directories when appending it to the end -- their order is important.
9135
9136 * faces.el (read-face-attribute): If there's no entry for the
9137 user's input in VALID, just use it as-is (this will often result
9138 in an error, but it may be OK for e.g. colors using hexadecimal
9139 notation, and at least will yield a better error message).
9140
9141 * window.el (mode-line-window-height-fudge): Function removed.
9142 (height-affecting-face-attributes, mode-line-window-height-fudge):
9143 Variables removed.
9144 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9145 window is really the right size. Use vertical-motion
9146 rather than forward-line.
9147 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9148 (ispell-command-loop, ispell-show-choices): Use the variable
9149 ispell-choices-win-default-height, rather than the function.
9150 (ispell-choices-win-default-height): Function removed.
9151 (ispell-mode-line-window-height-fudge): Function removed.
9152
9153 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9154
9155 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9156
9157 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9158
9159 * paths.el (Info-default-directory-list):
9160 If configure-info-directory is not one of the standard directories,
9161 put it first in the list; otherwise put it last. Doc string
9162 changed accordingly.
9163
9164 * info.el (Info-directory-list): Change doc string to reflect the
9165 change in Info-default-directory-list.
9166
9167 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9168 windows-nt as windowed environments, even under -nw.
9169
9170 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9171 if not fboundp. Switch delete-forward mode for the <delete> key
9172 on all PC platforms, even under -nw.
9173
9174 * term/internal.el ([M-delete]): Remap to M-d.
9175
9176 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9177
9178 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9179
9180 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9181
9182 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9183
9184 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9185
9186 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9187 if appropriate.
9188
9189 * simple.el (delete-key-deletes-forward): New user-option.
9190 (delete-key-deletes-forward-mode): New function.
9191
9192 * bindings.el: Bind `delete' to backward-delete-char.
9193
9194 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9195 Test if symbol is bound before getting its value.
9196
9197 * tooltip.el (tooltip-show): If an error is signaled in
9198 x-show-tip, display that error, and display the help in the
9199 echo area.
9200
9201 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9202
9203 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9204 Show "... entries" messages for every 10000 entries, not 10.
9205
9206 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9207
9208 * bookmark.el: Provide a generic exit hook, as suggested by
9209 Ovidiu Predescu <ovidiu@cup.hp.com>:
9210 (bookmark-exit-hook): New var.
9211 (bookmark-exit-hook-internal): New func, replaces
9212 old raw lambda form in `kill-emacs-hook', and runs new
9213 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9214 as logically that feature must have been provided if this function
9215 is running.
9216 Removed ;;;###autoload before the `add-hook' call.
9217
9218 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9219
9220 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9221 (easy-menu-current-active-maps): New function.
9222 (easy-menu-get-map): Use it.
9223 Make a proper menu entry when creating a new keymap.
9224
9225 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9226
9227 * international/characters.el: Fix cases and syntaxes for
9228 mule-unicode-0100-24ff.
9229
9230 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9231 that a Japanese character is not appended after day and year.
9232
9233 * info.el (Info-suffix-list): Change format for a command that
9234 requires arguments.
9235 (info-insert-file-contents): Adjusted for the above change.
9236
9237 2000-12-12 Andreas Schwab <schwab@suse.de>
9238
9239 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9240 on the name of the tar buffer. Verify that the existing buffer is
9241 visiting the same subfile.
9242
9243 2000-12-12 Dave Love <fx@gnu.org>
9244
9245 * subdirs.el: Add obsolete.
9246
9247 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9248
9249 * mail/rmailsum.el (rmail-summary-expunge)
9250 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9251 instead of rmail-confirm-expunge.
9252
9253 * replace.el (perform-replace): Don't use an empty match adjacent
9254 to a non-empty match when computing the next match before the
9255 replacement is performed.
9256
9257 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9258
9259 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9260 definition (patch by Stefan Monnier).
9261 (glasses-mode): Use jit-lock instead of `after-change-functions'
9262 (patch by Stefan Monnier).
9263
9264 2000-12-12 Miles Bader <miles@gnu.org>
9265
9266 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9267 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9268
9269 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9270
9271 * term/mac-win.el: Remove load for ls-lisp.
9272
9273 * loadup.el: Load ls-lisp for system-type `macos'.
9274
9275 2000-12-12 Miles Bader <miles@gnu.org>
9276
9277 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9278 Respect field end too.
9279 (just-one-space): Respect fields as `delete-horizontal-space'.
9280 (newline-and-indent, reindent-then-newline-and-indent):
9281 Use `delete-horizontal-space'.
9282
9283 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9284
9285 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9286 (so as to obey the field property in the minibuffer).
9287
9288 * obsolete/c-mode.el: Moved from lisp/progmodes.
9289 * obsolete/auto-show.el: Moved from lisp.
9290 * obsolete/ooutline.el: Moved from lisp/textmodes.
9291
9292 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9293
9294 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9295 changes to list them here.
9296
9297 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9298 Too many changes to list them here.
9299
9300 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9301 Too many changes to list them here.
9302
9303 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9304
9305 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9306
9307 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9308
9309 * cus-edit.el (custom-save-variables, custom-save-faces):
9310 Comment fix.
9311
9312 * hscroll.el: Moved to `obsolete' subdir.
9313
9314 2000-12-11 Miles Bader <miles@gnu.org>
9315
9316 * window.el (window-text-height): Function removed (now in C).
9317
9318 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9319
9320 * log-edit.el (log-edit-parent-buffer): New var.
9321 (log-edit): Set it. Add BUFFER argument.
9322 (log-edit-done): Use char-before.
9323 Don't bother checking validity of vc-comment-ring.
9324 Only bury the buffer if log-edit popped it up.
9325
9326 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9327 (cvs-mode-diff-help): Remove.
9328 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9329 (cvs-mode-marked): Set up the default for CMD manually.
9330
9331 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9332 Remove binding for ? now made unnecessary.
9333
9334 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9335
9336 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9337 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9338
9339 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9340 when master file is not open.
9341
9342 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9343
9344 * progmodes/ada-stmt.el: Update `maintainer'.
9345
9346 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9347
9348 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9349 choices to match documentation string.
9350
9351 2000-12-09 Miles Bader <miles@gnu.org>
9352
9353 * minibuf-eldef.el: New file.
9354
9355 * window.el (fit-window-to-buffer): Don't pass last argument to
9356 pos-visible-in-window-p, now that its meaning is inverted.
9357
9358 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9359
9360 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9361 <ceder@lysator.liu.se>.
9362
9363 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9364
9365 * autoinsert.el (auto-insert-alist): Add missing final \n.
9366
9367 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9368 (cvs-menu-map): Remove.
9369 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9370 (cvs-mode-quit): Turn it back into a plain function.
9371
9372 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9373 (texinfo-filter): Remove (move to texinfo.el).
9374
9375 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9376 file where it's more visible.
9377 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9378 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9379 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9380 (texinfo-inside-macro-p): Only catch `scan-error's.
9381 (texinfo-inside-env-p): Make better use of the match info.
9382 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9383 (texinfo-insert-@end): Slight re-organization.
9384 Also remove useless `looking-at' call.
9385
9386 2000-12-08 Andrew Innes <andrewi@gnu.org>
9387
9388 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9389 accessible in -nw mode.
9390
9391 * term/w32-win.el: Remove stuff about selection timeout, which is
9392 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9393 it is accessible in -nw mode.
9394
9395 2000-12-08 Dave Love <fx@gnu.org>
9396
9397 * emacs-lisp/lisp-mode.el (lisp-mode):
9398 Set font-lock-keywords-case-fold-search.
9399
9400 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9401
9402 * textmodes/ispell.el (ispell): Doc fix.
9403
9404 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9405
9406 * international/quail.el (quail-insert-decode-map): Check the
9407 frame width of a window displaying the current buffer, not that of
9408 the selected frame.
9409 (quail-help): Make sure that the help buffer has window before
9410 inserting text in it.
9411
9412 2000-12-07 Sam Steingold <sds@gnu.org>
9413
9414 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9415 Backquote is used in isearch.el, so autoloading saves nothing.
9416
9417 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9418
9419 * startup.el (normal-top-level-add-subdirs-to-load-path):
9420 Ignore the CVS and RCS subdirectories case-insensitively.
9421
9422 * dired.el (dired-insert-directory): If file-system-info is
9423 fboundp, call it instead of invoking dired-free-space-program.
9424
9425 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9426
9427 * server.el (server-visit-files): Push files on file-name-history.
9428
9429 * progmodes/cc-langs.el: Update copyright.
9430
9431 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9432
9433 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9434
9435 * bindings.el (mode-line-mode-menu): Reverse the order
9436 of define-keys so that the menu appears in alphabetical order.
9437
9438 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9439
9440 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9441 of the function.
9442
9443 2000-12-07 Dave Love <fx@gnu.org>
9444
9445 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9446
9447 * facemenu.el (facemenu-unlisted-faces): Fix value.
9448
9449 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9450
9451 * font-lock.el (font-lock-default-fontify-region):
9452 Include the terminating \n (off-by-one error).
9453 (font-lock-set-defaults): Use dolist.
9454
9455 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9456
9457 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9458
9459 * international/mule-cmds.el (describe-language-environment):
9460 Fix for the case that an input method title is not string but a list.
9461
9462 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9463 of wrong SIZE record.
9464
9465 2000-12-06 Dave Love <fx@gnu.org>
9466
9467 * newcomment.el (comment-region, comment-dwim): Doc fix.
9468
9469 * textmodes/texinfo.el: Require tex-mode when compiling.
9470 (texinfo-update-node): Doc fix.
9471 (texinfo-imenu-generic-expression): Add @anchor.
9472 (texinfo-font-lock-keywords): Add @uref.
9473 (texinfo-inside-macro-p): Don't use ignore-errors.
9474 (texinfo-insert-quote): Match more contexts.
9475
9476 * international/mule.el (decode-char, encode-char): Doc fix.
9477 (auto-coding-alist): Customize.
9478
9479 * files.el (load-file): Fix change of 2000-03-12.
9480
9481 * wid-edit.el (widget-text-keymap): Doc fix.
9482
9483 2000-12-06 Andrew Innes <andrewi@gnu.org>
9484
9485 * makefile.w32-in (lisp): Set to an absolute directory, namely
9486 $(CURDIR).
9487
9488 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9489
9490 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9491 read generated-autoload-file, and set buffer-file-coding-system to
9492 raw-text-unix after reading the file.
9493
9494 * international/mule-conf.el (file-coding-system-alist):
9495 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9496
9497 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9498
9499 * replace.el (occur): Make line-number-width 1 smaller for the
9500 colon following the line number.
9501
9502 * startup.el (fancy-splash-text, command-line-1):
9503 Use `File' for the menu name instead of `Files'.
9504
9505 * tmm.el: Update copyright.
9506
9507 * cus-start.el: Add entry for even-window-heights.
9508
9509 2000-12-06 Miles Bader <miles@gnu.org>
9510
9511 * faces.el (frame-set-background-mode): Avoid stomping on
9512 locally modified faces.
9513
9514 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9515
9516 * international/fontset.el: Correct the font registries for
9517 japanese-jisx0213-1 and japanese-jisx0213-2.
9518
9519 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9520
9521 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9522
9523 * iswitchb.el: Update customization commentary.
9524
9525 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9526
9527 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9528 (tpu-search-highlight): Fixed comparison of overlay end positions.
9529 (tpu-trim-line-ends): Implemented trimming logic locally.
9530
9531 * emulation/tpu-extras.el (tpu-write-file-hook)
9532 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9533
9534 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9535
9536 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9537 to cn-gb.
9538 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9539
9540 2000-12-04 Dave Love <fx@gnu.org>
9541
9542 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9543
9544 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9545
9546 * mail/rmailsum.el (rmail-summary-expunge)
9547 (rmail-summary-expunge-and-save): Ask for confirmation with
9548 rmail-expunge-confirmed.
9549
9550 * mail/rmail.el (rmail-expunge-confirmed): New function.
9551 (rmail-expunge): Use it.
9552
9553 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9554
9555 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9556 (etags-recognize-tags-table, find-tag-in-order):
9557 New functionality: interpret file names as tags.
9558
9559 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9560
9561 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9562 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9563 the first subnode until the bottom of the current node is visible.
9564
9565 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9566
9567 * format.el (format-decode): Don't change buffer's undo list.
9568
9569 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9570
9571 * faces.el (face-font-registry-alternatives): Add entries for CJK
9572 fonts. Doc-string adjusted for the actual usage of this data.
9573
9574 * international/fontset.el: Change the font registries for CJK
9575 fonts in the default fontset. Don't append '*' to registries.
9576
9577 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9578
9579 * emacs-lisp/easy-mmode.el (define-derived-mode)
9580 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9581
9582 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9583 (derived-mode-p): New function.
9584 (derived-mode-make-docstring): Add `docstring' argument.
9585 Use it if available and complete it if necessary.
9586
9587 2000-12-03 Andreas Schwab <schwab@suse.de>
9588
9589 * type-break.el (type-break): Don't make parent of itself.
9590
9591 2000-12-03 Miles Bader <miles@gnu.org>
9592
9593 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9594
9595 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9596
9597 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9598 (tex-main-file, tex-file): Simplify.
9599 (tex-generate-zap-file-name): Use subst-char-in-string.
9600 (tex-strip-dots): Remove.
9601
9602 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9603
9604 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9605 to check if the match succeeded.
9606
9607 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9608
9609 * startup.el (use-fancy-splash-screens-p): New function.
9610 (command-line-1): Use it to determine whether or not to use
9611 a fancy splash screen.
9612
9613 2000-12-02 Andreas Schwab <schwab@suse.de>
9614
9615 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9616
9617 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9618
9619 * international/mule.el (make-char): Fix last change.
9620
9621 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9622 New defcustoms.
9623 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9624 autoloading tex-mode; instead, do the same manually.
9625 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9626 with numeric argument. Docstring fix.
9627 (toplevel): Require cl when compiling.
9628
9629 * international/mule.el (make-char): Doc fix.
9630
9631 2000-12-02 Jason Rumney <jasonr@gnu.org>
9632
9633 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9634 the Emacs Lisp manual)
9635
9636 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9637
9638 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9639
9640 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9641 the Emacs Lisp manual).
9642
9643 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9644
9645 * simple.el (next-line-add-newlines): Change default to nil.
9646
9647 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9648
9649 * files.el (revert-buffer, recover-file):
9650 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9651
9652 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9653
9654 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9655
9656 2000-12-01 Miles Bader <miles@gnu.org>
9657
9658 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9659
9660 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9661
9662 * international/mule-diag.el (describe-char-after): Fix typo.
9663 (describe-character-set, non-iso-charset-alist): Fix typo.
9664
9665 2000-12-01 Miles Bader <miles@gnu.org>
9666
9667 * image-file.el (image-file-name-regexp): Automatically add
9668 upper-case variants of each filename extension in
9669 `image-file-name-extensions', since they seem to be common.
9670
9671 * simple.el (minibuffer-contents)
9672 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9673 New functions.
9674 * filecache.el (file-cache-directory-name)
9675 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9676
9677 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9678
9679 * filecache.el (file-cache-minibuffer-complete): Don't try to
9680 delete the minibuffer prompt.
9681
9682 2000-11-30 Dave Love <fx@gnu.org>
9683
9684 * cus-start.el: Fix read-buffer-function type.
9685
9686 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9687
9688 * md5.el: Removed. There's a built-in function, now.
9689
9690 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9691
9692 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9693 as dummy 0-th char of rmail-deleted-vector.
9694
9695 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9696
9697 * ps-print.el (ps-end-job): Bind case-fold-search only after
9698 switching to ps-spool-buffer.
9699
9700 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9701
9702 * ps-print.el: Line number font customization. PostScript: Lines and
9703 PageCount are initialized on each page. Doc Fix.
9704 (ps-print-version): New version number (6.3.2).
9705 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9706 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9707 (ps-right-header): Customization fix.
9708 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9709 Fix code.
9710 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9711 New vars.
9712
9713 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9714
9715 * bs.el: Fix typos and spelling errors.
9716 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9717 (bs-configuration): Doc fix.
9718
9719 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9720
9721 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9722
9723 * emulation/tpu-edt.el (tpu-version): New version.
9724 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9725 (tpu-original-mode-line): Variable deleted.
9726 (tpu-mark-flag): New initial value.
9727 (tpu-set-mode-line): Don't redefine mode-line-format.
9728 Add tpu-mark-flag to minor-mode-alist.
9729 (tpu-update-mode-line): New mark flag logic.
9730 (tpu-get): Use find-file-wildcards.
9731 (tpu-search-highlight): Move overlay less, reset overlay properly.
9732 (tpu-unselect): Deactivate mark.
9733 (tpu-lm-replace): Reset overlay properly.
9734 (tpu-forward-line): Use forward-visible-line.
9735 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9736
9737 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9738
9739 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9740
9741 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9742
9743 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9744
9745 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9746 and skip whitespace and newlines.
9747
9748 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9749
9750 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9751
9752 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9753
9754 * help.el (describe-function-1): Regexp-quote function name
9755 when used as part of a regexp.
9756
9757 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9758 Use face-attribute instead of face-foreground and face-background.
9759 (tool-bar-add-item): Likewise, and handle unspecified colors.
9760
9761 * enriched.el (enriched-face-ans): Use face-attribute instead
9762 of face-foreground and face-background.
9763
9764 * faces.el (face-foreground, face-background, face-stipple):
9765 Return nil if attribute is unspecified, for backward compatibility.
9766
9767 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9768
9769 * play/5x5.el: Remove version info.
9770
9771 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9772
9773 * frame.el (blink-cursor-mode): Doc fix.
9774
9775 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9776
9777 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9778 to create Makefile rules.
9779 (antlr-tool-command): New user option.
9780 (antlr-ask-about-save): New user option.
9781 (antlr-makefile-specification): New user option.
9782 (antlr-file-formats-alist): New variable.
9783 (antlr-special-file-formats): New variable.
9784 (antlr-unknown-file-formats): New user option.
9785 (antlr-help-unknown-file-text): New variable.
9786 (antlr-help-rules-intro): New variable.
9787 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9788 (antlr-mode-menu): Add entries.
9789 (antlr-file-dependencies): New function.
9790 (antlr-directory-dependencies): New function.
9791 (antlr-superclasses-glibs): New function.
9792 (antlr-run-tool): New command.
9793 (antlr-makefile-insert-variable): New function.
9794 (antlr-insert-makefile-rules): New function.
9795 (antlr-show-makefile-rules): New command.
9796
9797 * antlr-mode.el: More Emacs/XEmacs stuff.
9798 (antlr-no-action-keywords): New constant with value nil.
9799 (antlr-font-lock-keywords-alist): Use it. Old value would break
9800 syntax highlighting in Emacs-21.0.
9801 (antlr-default-directory): Emacs/XEmacs dependend function.
9802 (antlr-read-shell-command): Ditto.
9803 (antlr-with-displaying-help-buffer): Ditto.
9804
9805 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9806
9807 * antlr-mode.el: imenu, parsing and highlighting changes.
9808 (antlr-imenu-create-index-function): Don't create extra submenus
9809 for definitions in different grammar classes. It is not necessary
9810 for the menu and would make command `imenu' awkward to use.
9811 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9812 header actions and more than one.
9813 (antlr-font-lock-tokendef-face): Changed color.
9814 (antlr-font-lock-tokenref-face): Changed color.
9815 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9816 (antlr-mode-syntax-table): New variable.
9817 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9818 (antlr-with-syntax-table): Don't copy syntax table.
9819
9820 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9821
9822 * antlr-mode.el: Minor changes: language setting.
9823 (antlr-language-alist): The value for file option "language" can
9824 be both an identifier and a string.
9825 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9826 (antlr-language-limit-n-regexp): Change accordingly.
9827
9828 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9829
9830 * antlr-mode.el: Minor changes: tabs, hiding.
9831 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9832 (antlr-action-visibility): Also allow value nil to also hide the
9833 braces. Renamed from `antlr-tiny-action-length'.
9834 Suggested by Jay@aol.com.
9835 (antlr-hide-actions): Change accordingly. Hide line if completely
9836 hidden action is on a line of its own.
9837
9838 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9839
9840 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9841
9842 * sort.el (sort-columns): Don't concat strings with numbers.
9843
9844 2000-11-29 Dave Love <fx@gnu.org>
9845
9846 * cus-edit.el (face): Fix :format.
9847
9848 * mail/feedmail.el: Require smtpmail when compiling.
9849 (mail-do-fcc): Autoload.
9850 (feedmail) <defgroup>: Fix :link.
9851 (feedmail-nuke-body-in-fcc): Fix :type.
9852 (feedmail-send-it): Add autoload cookie.
9853
9854 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9855
9856 * newcomment.el (comment-indent): Save excursion around call to
9857 comment-indent-function.
9858
9859 2000-11-29 Miles Bader <miles@gnu.org>
9860
9861 * subr.el (member-ignore-case): Return the tail of the list who's
9862 car matches, like `member', not the matching element itself.
9863
9864 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9865
9866 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9867 should not contain `\n'.
9868
9869 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9870
9871 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9872
9873 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9874
9875 * dired-aux.el (dired-do-create-files): Construct default file
9876 name for dired-mark-read-file-name so that when the user enters
9877 just RET, the target file will end up in the target directory.
9878
9879 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9880 local-abbrev-table before changing buffers because it might
9881 have a buffer-local binding.
9882
9883 2000-11-28 Miles Bader <miles@gnu.org>
9884
9885 * simple.el (delete-horizontal-space): Handle fields more generally.
9886
9887 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9888
9889 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9890
9891 2000-11-28 Dave Love <fx@gnu.org>
9892
9893 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9894 comment-start-skip locally.
9895
9896 * progmodes/fortran.el (fortran-mode): Don't set
9897 fortran-comment-line-start-skip. Set comment-start to
9898 fortran-comment-line-start.
9899 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9900 (fortran-comment-line-start-skip): Simplify slightly.
9901
9902 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9903
9904 * play/5x5.el: Remove RCS keyword.
9905
9906 * bs.el: Mistaken commit, undone 2000-11-30.
9907
9908 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9909
9910 * textmodes/tildify.el (tildify-string-alist):
9911 Add `plain-tex-mode' here.
9912
9913 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9914
9915 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9916 reference.
9917
9918 2000-11-28 Miles Bader <miles@gnu.org>
9919
9920 * cus-face.el (custom-face-attributes): Add post-filter function
9921 for :box. Make pre-filter function for :box handle all cases.
9922
9923 * wid-edit.el (widget-choose): Make sure pop-up window is large
9924 enough to display all the choices, as there's no way to scroll it.
9925
9926 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9927
9928 * international/mule-conf.el: Make the coding system no-conversion
9929 safe for all characters.
9930
9931 2000-11-27 Dave Love <fx@gnu.org>
9932
9933 * net/ldap.el (ldap) <defgroup>: Add :version.
9934
9935 * tooltip.el (tooltip-use-echo-area): Doc fix.
9936
9937 * cus-start.el <minibuffer-prompt-properties>: Add version.
9938 <read-buffer-function>: Add.
9939
9940 * apropos.el (apropos-print): Add help-echo to active text.
9941
9942 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9943
9944 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9945
9946 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9947 type, group and version.
9948
9949 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9950
9951 * select.el (x-get-selection): Docstring fix.
9952
9953 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9954
9955 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9956
9957 2000-11-27 Andrew Innes <andrewi@gnu.org>
9958
9959 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9960
9961 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9962
9963 2000-11-27 Miles Bader <miles@gnu.org>
9964
9965 * dired.el (dired-get-filename): Return filename verbatim if
9966 LOCALP is `verbatim'.
9967 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9968 `verbatim' so that we don't inadvertently delete a non-existant
9969 directory name.
9970
9971 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9972
9973 * international/characters.el: Specify cases and syntaxes for
9974 mule-unicode-0100-24ff.
9975
9976 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9977
9978 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9979 that foreground and/or background colors of the face `tool-bar'
9980 are unspecified.
9981
9982 2000-11-27 Miles Bader <miles@gnu.org>
9983
9984 * wid-edit.el (widget-field-buffer, widget-field-start)
9985 (widget-field-end): Handle widget field `pseudo-overlays'.
9986 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9987 if it's there instead of in `widget-field-list'.
9988
9989 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9990 (help-make-xrefs): Delete extraneous newlines at the end of the
9991 docstring.
9992
9993 2000-11-25 Jason Rumney <jasonr@gnu.org>
9994
9995 * startup.el (command-line): Call set-locale-environment after
9996 Window System init file is read, as it can result in a call to
9997 redraw-frame.
9998
9999 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10000
10001 * simple.el (shell-command): Mention the effect of the prefix
10002 argument in the doc string.
10003
10004 2000-11-25 Miles Bader <miles@gnu.org>
10005
10006 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10007
10008 * wid-edit.el (widget-field-value-delete): Don't try to delete
10009 overlay when it's the `pseudo-overlay' that exists at some points.
10010
10011 2000-11-24 Jason Rumney <jasonr@gnu.org>
10012
10013 * international/mule-cmds.el (locale-language-names): Add "jp" as
10014 a non-standard alternative for Japanese.
10015
10016 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10017
10018 * vc-hooks.el: Require 'cl during compilation.
10019
10020 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10021
10022 * faces.el (face-set-after-frame-default): Let face attributes
10023 specified for new frames override frame parameters.
10024
10025 * startup.el (command-line): Fix computation of the source file
10026 for user-init-file when user-init-file is a compiled file.
10027
10028 2000-11-24 Miles Bader <miles@gnu.org>
10029
10030 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10031 (custom-post-filter-face-spec): New functions.
10032 (custom-face-set, custom-face-value-create): Filter the face spec
10033 before and after customization.
10034 (custom-face-set): If VALUE specifies a null face, pass a
10035 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10036 * cus-face.el (custom-face-attributes): Remove SET and GET
10037 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10038 cases they're needed.
10039
10040 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10041 that it's distinguishable from the :off-glyph on dark-background
10042 displays. Set its background color too.
10043
10044 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10045 so that people can easily turn it off.
10046
10047 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10048
10049 * ediff-diff.el: Moved variables around to have it compile under NT.
10050
10051 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10052
10053 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10054
10055 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10056 redundant skip-small-frames test.
10057
10058 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10059 (viper-downgrade-to-insert): Protect against errors in hooks.
10060
10061 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10062 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10063 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10064 New functions.
10065
10066 * viper-util.el (viper-memq-char): Bug fixes.
10067
10068 * viper.el (viper-mode): Fix cursor handling.
10069
10070 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10071
10072 * international/mule-diag.el (list-iso-charset-chars):
10073 For two-byte charset, fix the `while' condition.
10074 (list-non-iso-charset-chars): Fix the `while' condition.
10075
10076 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10077
10078 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10079 if the variable is make-variable-buffer-local.
10080
10081 * progmodes/ada-stmt.el (ada-template-map):
10082 Initialize and bind it to C-c t in ada-mode-map.
10083 (ada-stmt-mode-hook): New function extracted from old code.
10084 Only change the buffer-local side of skeleton-*.
10085 (ada-mode-hook): Use it.
10086
10087 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10088
10089 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10090 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10091 we expect to be returned by minibuffer-depth once we prompt the
10092 user in the minibuffer.
10093 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10094 as recorded in iswitchb-minibuf-depth, return non-nil.
10095
10096 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10097
10098 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10099 (hscroll-window-maybe): Docstring fix.
10100
10101 2000-11-23 Dave Love <fx@gnu.org>
10102
10103 * rect.el (string-rectangle): Don't test delete-selection-mode.
10104
10105 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10106
10107 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10108 is in the tool bar.
10109
10110 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10111 with `no-dir'; we want the directory part to be able to remove it.
10112
10113 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10114
10115 * textmodes/outline.el (outline-flag-region):
10116 Don't bind inhibit-read-only since we don't modify the buffer.
10117 (outline-isearch-open-invisible): Don't jump to overlay-start
10118 since we're trying to unhide text around point.
10119 (outline-discard-overlays): Use dolist.
10120
10121 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10122
10123 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10124
10125 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10126
10127 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10128
10129 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10130 Fix ARG regexp to skip quoted braces.
10131 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10132 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10133 are (correctly) handled separately).
10134 Remove `caption' and `footnote' from `citations': they contain text.
10135 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10136 (latex-skeleton-end-hook): New function.
10137 (latex-mode): Use it.
10138 (tex-start-tex-marker): Remove.
10139 (tex-send-tex-command): Don't set tex-start-tex-marker.
10140 (tex-error-parse-syntax-table): New var.
10141 (tex-compilation-parse-errors): Use it.
10142 Ignore tex-start-tex-marker. Don't bother with marker-position.
10143 (tex-validate-buffer): Don't bother with marker-position.
10144
10145 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10146 (flyspell-generic-progmode-verify): Use it.
10147
10148 2000-11-22 Sam Steingold <sds@gnu.org>
10149
10150 * simple.el (delete-trailing-whitespace): New interactive function.
10151
10152 * progmodes/ada-mode.el (ada-mode): Use it instead of
10153 `ada-remove-trailing-spaces'.
10154 (ada-remove-trailing-spaces): Removed.
10155
10156 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10157
10158 * textmodes/picture.el (picture-clean): Removed.
10159 (picture-mode-exit): Call it instead of `picture-clean'.
10160
10161 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10162
10163 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10164
10165 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10166 jit-lock-fontify-buffer; it should anyway be unneccessary to
10167 do anything special when jit-lock is active.
10168 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10169
10170 2000-11-22 Dave Love <fx@gnu.org>
10171
10172 * calendar/todo-mode.el (todo-top-priorities): Use
10173 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10174
10175 * language/chinese.el, language/cyrillic.el:
10176 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10177 * language/hebrew.el, language/indian.el, language/japanese.el:
10178 * language/korean.el, language/lao.el, language/misc-lang.el:
10179 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10180 Use provide.
10181
10182 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10183 (custom-variable-set): Improve validation error mesage.
10184
10185 * rect.el (string-rectangle): Revert last change.
10186 (string-rectangle-line): New arg DELETE.
10187 (string-rectangle): Check delete-selection-mode.
10188
10189 * emacs-lisp/edebug.el (edebug-version)
10190 (edebug-maintainer-address): Deleted.
10191 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10192 (edebug-read-function): Account for other `'#' read forms.
10193 (edebug-mode-menus): Make some items toggles.
10194 (edebug-outside-unread-command-event, unread-command-event):
10195 Remove these to avoid warnings.
10196
10197 2000-11-22 David Ponce <david@dponce.com>
10198
10199 * recentf.el (recentf-menu-items-for-commands)
10200 (recentf-make-menu-items, recentf-make-menu-item)
10201 (recentf-filter-changer): Added :help and :active menu-item properties.
10202
10203 (recentf-build-dir-rules, recentf-dump-variable)
10204 (recentf-edit-list, recentf-open-files-item)
10205 (recentf-open-files): Replaced unnecessary `mapcar' with new
10206 built-in `mapc'.
10207
10208 2000-11-23 Miles Bader <miles@gnu.org>
10209
10210 * faces.el (menu): Make inverse-video on ttys too.
10211
10212 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10213
10214 * simple.el (comment-line-break-function): Use the new name
10215 indent-new-comment-line -> comment-indent-new-line.
10216 (clone-indirect-buffer): Don't ignore NORECORD.
10217 (next-completion): Properly handle the case where items are adjacent.
10218
10219 * mouse.el (popup-menu): Stupid typo.
10220
10221 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10222
10223 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10224 maintainer, keywords tags.
10225
10226 * rect.el (replace-rectangle): Don't call string-rectangle-line
10227 with too many arguments.
10228
10229 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10230
10231 * ediff-util.el (ediff-file-checked-out-p)
10232 (ediff-file-checked-in-p): Call vc-state instead of
10233 vc-locking-user, which no longer exists.
10234
10235 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10236
10237 2000-11-22 Dave Love <fx@gnu.org>
10238
10239 * md5.el (md5): Provide.
10240 (md5): Fix error call.
10241
10242 2000-11-22 Miles Bader <miles@gnu.org>
10243
10244 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10245 (refill-fill-paragraph-at): Remove debugging code.
10246
10247 * calendar/calendar.el (generate-calendar-window): When we don't
10248 call `fit-window-to-buffer', make sure the top line is fully visible.
10249
10250 * image-file.el (insert-image-file): Don't make `read-only'
10251 property rear-nonsticky.
10252
10253 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10254 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10255 stashing away its original value.
10256 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10257 in the recursive edit.
10258 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10259 (isearch-done): Restore `minibuffer-message-timeout'.
10260
10261 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10262
10263 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10264
10265 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10266
10267 * find-lisp.el (find-lisp-find-files-internal):
10268 Use dolist, when and file-name-as-directory.
10269
10270 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10271 (define-derived-mode, define-minor-mode): Add specs.
10272
10273 * window.el: General comment and spacing fixes.
10274 (save-selected-window): Use backquotes.
10275 (window-safely-shrinkable-p): New function.
10276 (shrink-window-if-larger-than-buffer): Use it.
10277
10278 * subr.el (make-local-hook): Docstring fix.
10279
10280 * shell.el (shell-mode): Use define-derived-mode.
10281
10282 * newcomment.el (comment-indent): Insert comment before calling
10283 comment-indent-function. Don't insert in column 0.
10284 (comment-dwim): Indent before inserting comment.
10285
10286 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10287 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10288 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10289 Use mapc rather than map.
10290
10291 * files.el (find-buffer-visiting): Compare all attributes before
10292 declaring two files identical (rather than just their inode-no).
10293 (auto-mode-alist): Use \' rather than $.
10294
10295 * which-func.el: Update maintainer line.
10296
10297 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10298 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10299 (uniquify-buffer-file-name): Use it.
10300
10301 2000-11-22 Miles Bader <miles@gnu.org>
10302
10303 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10304 * simple.el (minibuffer-avoid-prompt): New function.
10305
10306 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10307
10308 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10309
10310 2000-11-21 Miles Bader <miles@gnu.org>
10311
10312 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10313 inclusion of `track-mouse'.
10314
10315 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10316 (refill-adjust-ignorable-overlay): New function.
10317 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10318 only the paragraph's tail if possible.
10319 Update `refill-ignorable-overlay'.
10320 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10321
10322 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10323 point inside the fill-prefix.
10324
10325 * textmodes/refill.el (refill-post-command-function): Don't reset
10326 refill-doit in the case where a self-insertion command doesn't
10327 case a refill. Use `refill-fill-paragraph-at', getting position
10328 from `refill-doit'.
10329 (refill-after-change-function): Set `refill-doit' to END.
10330 (refill-fill-paragraph-at): New function, mostly from old
10331 refill-fill-paragraph.
10332 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10333 (refill-pre-command-function): New function.
10334 (refill-mode): Add it to `pre-command-hook'.
10335
10336 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10337
10338 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10339
10340 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10341 javadoc tags.
10342
10343 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10344
10345 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10346 vc.el).
10347
10348 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10349 require vc.
10350
10351 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10352 checkouts.
10353
10354 2000-11-20 Dave Love <fx@gnu.org>
10355
10356 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10357
10358 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10359
10360 * calculator.el (calculator-paste): Use `if' instead of `and'
10361 and `or'.
10362 (calculator-help): Don't use electric-describe-mode for XEmacs.
10363
10364 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10365
10366 * info.el (info-menu-5): Doc fix.
10367
10368 * textmodes/artist.el: New file.
10369
10370 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10371
10372 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10373 and differentiate according to checkout model.
10374 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10375 since this function is only concerned with master state.
10376
10377 * vc-hooks.el (vc-workfile-unchanged-p)
10378 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10379
10380 * vc.el (vc-workfile-unchanged-p)
10381 (vc-default-workfile-unchanged-p): See above.
10382
10383 2000-11-19 Miles Bader <miles@gnu.org>
10384
10385 * image-file.el (insert-image-file): Make `intangible' and
10386 `read-only' properties rear-nonsticky too.
10387
10388 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10389
10390 * ps-print.el: Update copyright notice.
10391
10392 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10393 (tooltip-show): Use the offsets.
10394
10395 * bindings.el (mode-line-modified): Fix a typo.
10396 (mode-line-toggle-modified, mode-line-widen)
10397 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10398
10399 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10400
10401 * ps-print.el (toplevel): Test for find-coding-system being
10402 fboundp before calling ps-x-find-coding-system.
10403
10404 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10405
10406 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10407 (vc-version-backup-file): Docstring fix.
10408
10409 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10410
10411 * files.el (basic-save-buffer): Don't add a newline if
10412 find-file-literally is non-nil.
10413 (find-file-literally): Extend doc string.
10414
10415 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10416 sort(1) with the `-f' argument.
10417
10418 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10419
10420 * vc.el: Updated backend documentation.
10421 (vc-default-check-headers): New function.
10422
10423 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10424
10425 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10426 up-to-date.
10427 (vc-do-command): In the asynchronous case, output messages only if
10428 the minibuffer is not active.
10429
10430 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10431 `vc-cvs-use-edit' is on.
10432 (vc-cvs-checkout): When this is used for reverting the workfile,
10433 make a backup of the original contents and revert to that in case
10434 of error.
10435 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10436 remote repositories.
10437
10438 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10439 for both version and ratio in the minibuffer.
10440
10441 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10442 Use vc-do-command to perform the annotation, not call-process.
10443
10444 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10445
10446 * international/quail.el (quail-start-translation): Don't call
10447 `message' before reading key sequence.
10448
10449 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10450
10451 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10452
10453 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10454
10455 * window.el (fit-window-to-buffer): Be sure to acquire at least
10456 one text line even if the buffer is empty.
10457
10458 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10459
10460 * net/ange-ftp.el (ange-ftp-file-writable-p)
10461 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10462 Bind ange-ftp-process-verbose to nil.
10463
10464 2000-11-15 Dave Love <fx@gnu.org>
10465
10466 * wid-edit.el (widget-specify-field, widget-specify-button):
10467 If :help-echo is a function, set help-echo of overlay to
10468 widget-mouse-help.
10469 (widget-mouse-help): New function.
10470 (widget-echo-help): Rewritten for :help-echo functions only taking
10471 a widget arg.
10472
10473 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10474 Use display-graphic-p.
10475 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10476 and that JPEG is available.
10477 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10478
10479 * international/mule-cmds.el (locale-charset-language-names):
10480 Match @euro.
10481
10482 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10483
10484 * faces.el (face-set-after-frame-default):
10485 If `inhibit-default-face-x-resources' is bound, don't intialize the
10486 default face from X resources.
10487
10488 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10489
10490 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10491 Don't set EMACSLOADPATH.
10492
10493 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10494
10495 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10496 texinfo-insert-@url.
10497 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10498 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10499
10500 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10501
10502 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10503 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10504 (checkdoc-minor-keymap): Backward compatibility.
10505 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10506 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10507 (checkdoc-this-string-valid-engine): Be a bit more strict
10508 to avoid matching substrings of `...' quoted vars/funs.
10509 (checkdoc-defun-info): Only look for `interactive' if alone.
10510 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10511
10512 * progmodes/compile.el (grep): `tag-default' can be nil.
10513
10514 * newcomment.el (comment-indent): Paren typo.
10515
10516 2000-11-14 Dave Love <fx@gnu.org>
10517
10518 * calculator.el: New maintainer version.
10519
10520 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10521
10522 * cmuscheme.el: Doc fixes.
10523 (cmuscheme) <defgroup>: Use `scheme' as parent.
10524 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10525
10526 * xscheme.el (scheme-program-name): Don't define here.
10527
10528 * progmodes/scheme.el (scheme-program-name): New variable
10529 (originally in cmuscheme).
10530
10531 2000-11-14 Miles Bader <miles@gnu.org>
10532
10533 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10534 Handle header-lines. Don't loop forever if we can't enlarge the
10535 window anymore. Simplify a bit.
10536
10537 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10538
10539 * window.el (fit-window-to-buffer): Don't check
10540 window-text-height. Assure that the last line is fully visible.
10541
10542 * international/quail.el (quail-show-guidance-buf):
10543 Call fit-window-to-buffer to assure the enough height of the guidance
10544 buffer.
10545 (quail-update-guidance): Avoid making the guidance buffer shorter.
10546
10547 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10548
10549 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10550 rather than `prepend' and add an interesting comment.
10551 (tex-math-face, tex-font-lock-syntactic-face-function):
10552 New face and function to use it.
10553 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10554 than `menu-enable' symbol property.
10555 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10556 (tex-mode): Add some latex-mode commands for auto-selection.
10557 Use tex-font-lock-syntactic-face-function.
10558 (tex-insert-quote): Simplify.
10559 (tex-shell): New mode.
10560 (tex-start-shell): Use it.
10561 (tex-shell-proc, tex-shell-buf): New functions.
10562 (tex-send-command): Use it.
10563 (tex-main-file): Fix the meaning of the new arg REALFILE.
10564 (tex-send-tex-command): New function split from `tex-start-tex'.
10565 Set compilation-last-buffer and compilation-parsing-end.
10566
10567 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10568 when it follows non-comment text on the line.
10569
10570 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10571 Set font-lock-defaults.
10572 (lisp-mode-shared-map): Init inside the defvar.
10573 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10574 Use define-derived-mode.
10575
10576 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10577
10578 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10579
10580 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10581
10582 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10583 Don't recursively optimize body because that can lead to infinite
10584 recursion; see comment there.
10585
10586 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10587
10588 * faces.el (face-spec-set-match-display): Revert the change from
10589 2000-10-24. Add a FIXME for after v21.1.
10590
10591 2000-11-13 Miles Bader <miles@gnu.org>
10592
10593 * textmodes/fill.el (skip-line-prefix): New function.
10594 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10595 (fill-paragraph): Don't leave point inside the fill-prefix.
10596 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10597 point inside the fill-prefix.
10598
10599 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10600
10601 * calendar/calendar.el (generate-calendar-window):
10602 Use `fit-window-to-buffer'.
10603
10604 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10605
10606 * gud.el (gud-minor-mode): New var.
10607 (gud-symbol, gud-val): New functions.
10608 (gud-find-file): Copy gud-minor-mode to the new buffer.
10609 (gud-menu-map): Include entries for commands that are not always
10610 available, using :enable to (de)activate them.
10611 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10612 (gud-mode-map): New map.
10613 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10614 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10615 Don't set up gud's menu (it's done by the minor-mode).
10616 (gud-minibuffer-local-map): New.
10617 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10618 (gud-query-cmdline): New function.
10619 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10620 (gud-mode): Use define-derived-mode.
10621 Don't set up gud's menu (it's done by the minor-mode).
10622 (gud-chop-words): Remove.
10623 (gud-common-init): Use split-string instead.
10624 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10625
10626 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10627 Add keyword arg :name.
10628
10629 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10630 (diff-count-matches, diff-split-hunk): New functions.
10631 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10632
10633 * pcvs-info.el (cvs-fi-conflict-face): New var.
10634
10635 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10636 Make it into a simple syntax-table, shared among all submodes.
10637 (sh-heredoc-face): Re-introduce.
10638 (sh-font-lock-syntactic-face-function): New function.
10639 (sh-mode): Use it. Also use define-derived-mode.
10640 Remove old bogus setting of indent-region-function.
10641 (sh-set-shell): Don't set the syntax-table any more.
10642 (sh-mode-syntax-table) <defun>: Remove.
10643
10644 2000-11-12 Miles Bader <miles@gnu.org>
10645
10646 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10647 message if interactive.
10648
10649 2000-11-12 Dave Love <fx@gnu.org>
10650
10651 * mail/feedmail.el: Fix header,
10652 (feedmail) <defgroup>: Add :link.
10653
10654 * view.el: Use local-map property, not keymap on mode-line string.
10655
10656 * scroll-all.el (scroll-all-mode): Customize variable.
10657 Add autoload cookie to function.
10658
10659 * lazy-lock.el: Remove compatibility code.
10660
10661 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10662 (finder-help-echo): New variable.
10663 (finder-mouse-face-on-line): Add help-echo stuff.
10664 (finder-list-keywords, finder-list-matches): Use mapc.
10665
10666 * faces.el (face-font-registry-alternatives): Add :version.
10667
10668 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10669 tags-table-list.
10670
10671 * net/browse-url.el (browse-url-browser-function): Update :version.
10672
10673 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10674 (mail-mode): Use [:alnum:] in some regexps.
10675
10676 2000-11-10 Dave Love <fx@gnu.org>
10677
10678 * ediff.el (ediff-regions-internal, ediff-documentation):
10679 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10680 fundamental mode.
10681
10682 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10683 buffer into fundamental mode.
10684 (ediff-set-difference): Use copy-sequence if available.
10685
10686 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10687 Check ediff-patch-map non-nil.
10688 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10689 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10690 buffer into fundamental mode.
10691
10692 * ediff-merg.el (state-or-merge): Defvar when compiling.
10693
10694 2000-11-10 Jason Rumney <jasonr@gnu.org>
10695
10696 * w32-fns.el (w32-add-charset-info): New function.
10697 (w32-charset-info-alist): Use it.
10698
10699 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10700
10701 * faces.el (face-font-registry-alternatives): New user-option.
10702
10703 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10704
10705 * textmodes/texinfo.el (texinfo-block-default): New var.
10706 (texinfo-insert-block): Use it. Insert a newline if needed.
10707
10708 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10709 (fill-region-as-paragraph): Use it.
10710
10711 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10712 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10713 Tweak paragraph regexps to allow a leading [ \t]*.
10714 (tex-latex-block): Insert a newline if necessary.
10715 (latex-insert-item): Only insert a newline if necessary.
10716 (tex-guess-main-file): New function.
10717 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10718 Set tex-main-file if TeX-master is provided.
10719 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10720
10721 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10722
10723 * startup.el (command-line): Set the default tooltip-mode
10724 to t for graphical displays which implement x-show-tip.
10725
10726 * tooltip.el (tooltip-mode): Add a comment about startup.el
10727 setting the default value of this user-option.
10728
10729 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10730
10731 * font-lock.el (font-lock-*-face) <defvar>: Move.
10732 (font-lock-defaults-alist): Mark obsolete.
10733 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10734 (font-lock-mode): Use define-minor-mode.
10735 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10736 (font-lock-turn-off-thing-lock): Be more explicit.
10737 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10738 (font-lock-syntactic-face-function): New var.
10739 (font-lock-fontify-syntactically-region): Use it.
10740 (font-lock-doc-face): New.
10741
10742 * pcvs.el (cvs-enabledp): Ignore errors.
10743 (cvs-commit-filelist): Never query.
10744 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10745 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10746 (cvs-do-removal): Use cvs-partition rather than delete-if.
10747 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10748 cvs-bury-buffer.
10749
10750 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10751 Allow `next' to jump to after the end of the last match.
10752
10753 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10754
10755 * simple.el (byte-compiling-files-p): New function.
10756
10757 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10758 if it is there.
10759
10760 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10761 nil again.
10762
10763 * textmodes/ispell.el (ispell-library-path): Don't call
10764 check-ispell-version when byte-compiling because that starts
10765 an ispell process, and ispell might not be installed.
10766 (toplevel): Don't set up a menu when byte-compiling.
10767
10768 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10769 it, so that a boundp test can be used to determine if we're
10770 currently byte-compiling.
10771
10772 2000-11-09 Dave Love <fx@gnu.org>
10773
10774 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10775
10776 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10777
10778 * ps-print.el: Patch for variable initialization when spooling.
10779 Doc fix.
10780 (ps-output-list): Fun eliminated.
10781 (ps-begin-file, ps-begin-job): Code fix.
10782
10783 2000-11-08 Dave Love <fx@gnu.org>
10784
10785 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10786
10787 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10788
10789 * simple.el (shell-command, display-message-or-buffer)
10790 (shell-command-on-region): Mention resize-mini-windows in the doc
10791 string.
10792 (display-message-or-buffer): Take the value of resize-mini-windows
10793 into account.
10794
10795 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10796
10797 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10798
10799 * dired.el (dired-between-files): Add `^. find' as an alternative
10800 to the regular expression, for find-dired.
10801
10802 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10803
10804 * textmodes/texnfo-upd.el: Require texinfo.
10805 (defmacro, defgroup): Remove.
10806 (texinfo-section-to-generic-alist): Remove.
10807 Use texinfo-section-list instead (i.e. level is changed string->int).
10808 (texinfo-filter): New function.
10809 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10810 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10811 Use it. And use regexp-opt.
10812 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10813 (texinfo-update-menu-region-beginning)
10814 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10815 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10816 (texinfo-update-menu-same-level-regexps): Update.
10817 (texinfo-update-node, texinfo-every-node-update)
10818 (texinfo-sequential-node-update): Remove autoload cookie.
10819
10820 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10821 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10822 (texinfo-chapter-level-regexp): Remove.
10823 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10824
10825 2000-11-06 Dave Love <fx@gnu.org>
10826
10827 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10828
10829 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10830 Match defun*.
10831
10832 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10833
10834 * composite.el (composition-function-table): Variable declaration
10835 moved to src/composite.c.
10836 (compose-chars-after): New optional arg object.
10837
10838 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10839
10840 * bindings.el (mode-line-toggle-read-only)
10841 (mode-line-toggle-modified, mode-line-widen)
10842 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10843 (make-mode-line-mouse2-map): Rewritten.
10844 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10845 functions so that C-h k can show something with a doc string.
10846
10847 * startup.el (fancy-splash-delay): Set to 10 seconds.
10848 (fancy-splash-max-time): New user-option.
10849 (fancy-splash-stop-time): New variable.
10850 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10851 (fancy-splash-screens-1): Throw `stop-splashing' when current
10852 time is greater than fancy-splash-stop-time.
10853
10854 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10855
10856 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10857
10858 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10859 Prompt user for a file rather than raising an error.
10860 (cvs-enabledp): Fix call to cvs-mode-marked.
10861 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10862 (cvs-mode-insert): Use it. Change the init prompt' value.
10863 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10864
10865 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10866 Don't pass default arg to ewoc-locate.
10867 (ewoc-collect): Return result in the right order.
10868
10869 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10870
10871 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10872 (cvs-status-get-tags): Fix regexp.
10873 (cvs-status-trees, cvs-status-cvstrees):
10874 Combine after change hooks and don't sit-for.
10875 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10876 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10877 Use make-char rather than hard-coded cryptic data.
10878 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10879
10880 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10881
10882 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10883 (cvs-insert-strings): New function.
10884
10885 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10886
10887 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10888 `mwheel-scroll-amount'.
10889 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10890 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10891 string-matching against the version string.
10892
10893 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10894
10895 * language/thai.el ("Thai"): Set a lisp form that produces
10896 composed string in `sample-text' language info.
10897
10898 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10899 composed string in `sample-text' language info.
10900
10901 * international/mule-cmds.el (describe-language-environment):
10902 Eval `sample-text' data and insert the result.
10903
10904 * international/mule-conf.el (compound-text): Define this coding
10905 system here. Make x-ctext and ctext aliases of it.
10906
10907 * language/european.el (compound-text, ctext): Moved to
10908 international/mule-conf.el.
10909
10910 2000-11-05 Andrew Innes <andrewi@gnu.org>
10911
10912 * w32-fns.el (w32-version): New function.
10913
10914 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10915
10916 * progmodes/awk-mode.el: Update copyright.
10917 (awk-mode-abbrev-table): Remove.
10918 (awk-font-lock-keywords): Use regexp-opt.
10919 (awk-mode): Use define-derived-mode.
10920
10921 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10922 when extracting a suffix.
10923
10924 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10925
10926 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10927 auto-save-mode.
10928
10929 2000-11-04 Jason Rumney <jasonr@gnu.org>
10930
10931 * language/european.el (decode-mac-roman): Test against r1 not r0.
10932
10933 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10934
10935 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10936 (icon-mode): Define indent-line-function.
10937 (icon-comment-indent): Simplify.
10938 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10939
10940 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10941
10942 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10943 Bind change-log-default-mode to defeat the caching done on it.
10944 Don't bother saving excursion any more.
10945
10946 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10947
10948 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10949 (set-frame-font): Use the new name (and the old for compatibility).
10950
10951 * toolbar/tool-bar.el (tool-bar-mode):
10952 * time.el (display-time-mode):
10953 * recentf.el (recentf-mode):
10954 * paren.el (show-paren-mode):
10955 * mwheel.el (mouse-wheel-mode):
10956 * msb.el (msb-mode):
10957 * jka-compr.el (auto-compression-mode):
10958 * image-file.el (auto-image-file-mode):
10959 * hl-line.el (hl-line-mode):
10960 * delsel.el (delete-selection-mode):
10961 * autoinsert.el (auto-insert-mode):
10962 * complete.el (partial-completion-mode): Drop unneeded positional args.
10963
10964 * info.el (Info-mode):
10965 * comint.el (comint-mode): Don't bother with make-local-hook.
10966
10967 * log-edit.el (log-edit-menu): New menu.
10968
10969 2000-11-03 Miles Bader <miles@gnu.org>
10970
10971 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10972 definition, so that trailing spaces are handled properly.
10973 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10974
10975 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10976
10977 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10978 tab character.
10979 (fancy-splash-screens): Set tab-width to 20.
10980
10981 2000-11-03 Dave Love <fx@gnu.org>
10982
10983 * comint.el (comint-completion-addsuffix): Fix custom type.
10984
10985 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10986
10987 * font-lock.el (font-lock-buffers): Remove.
10988 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10989 (font-lock-change-major-mode): Remove.
10990 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10991 (font-lock-default-fontify-region): Extend the multiline
10992 fontification to whole lines.
10993 (font-lock-fontify-anchored-keywords)
10994 (font-lock-fontify-keywords-region): If matching just one
10995 line (with \n) only mark the \n as multiline.
10996
10997 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10998 Correctly handle the case where several :group args are supplied.
10999 Allow :extra-args.
11000 (easy-mmode-define-global-mode): Allow :extra-args.
11001 Correctly handle the case where several :group args are supplied.
11002
11003 2000-11-02 Miles Bader <miles@gnu.org>
11004
11005 * calendar/calendar.el (diary-face, calendar-today-face)
11006 (holiday-face): Remove dependency on `window-system'.
11007
11008 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11009
11010 * Makefile.in (emacs): Set EMACSLOADPATH always.
11011 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11012 (compile-files): Bomb out if compilation of a file fails.
11013
11014 2000-11-02 Dave Love <fx@gnu.org>
11015
11016 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11017
11018 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11019
11020 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11021 punctuation in the warning inserted into the *mail* buffer.
11022
11023 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11024
11025 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11026 (authors-public-domain-p): New function.
11027 (authors-print): Use it.
11028
11029 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11030
11031 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11032
11033 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11034
11035 * ps-print.el: Extension for even/odd printing. Doc fix.
11036 (ps-print-version): New version number (6.3.1).
11037 (ps-even-or-odd-pages): Customization fix.
11038 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11039 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11040 (ps-page-count): Var replaced by `ps-page-column'.
11041 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11042 (ps-print-sheet-p): New fun.
11043
11044 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11045
11046 * tooltip.el (tooltip-gud-tips-setup): New function.
11047 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11048 (tooltip-mode): Call tooltip-gud-tips-setup.
11049 (tooltip-gud-tips): Use `gud-basic-call' instead of
11050 process-send-string, so the prompt gets frobbed appropriately.
11051 Handle nil return value from `tooltip-gud-print-command'.
11052
11053 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11054
11055 * comint.el (comint-add-to-input-history): New function.
11056 (comint-send-input): Use `comint-add-to-input-history'.
11057
11058 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11059
11060 * info.el (info-menu-header): New face.
11061 (Info-fontify-menu-headers): New function.
11062 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11063
11064 * info.el (Info-insert-dir): Don't include blank lines at
11065 beginning of additional dir files (one is added automatically).
11066
11067 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11068
11069 * emacs-lisp/easy-mmode.el (define-minor-mode):
11070 Revert the latest changes.
11071 Allow the three positional arguments to be skipped and replaced
11072 by keyword arguments.
11073 Add a :toggle argument to determine whether a nil arg means toggle
11074 or means turn-on. The default is unchanged.
11075 Add a call to force-mode-line-update.
11076
11077 2000-11-01 Dave Love <fx@gnu.org>
11078
11079 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11080
11081 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11082
11083 * calendar/calendar.el (diary-face, holiday-face):
11084 Add dark-background variants.
11085
11086 2000-10-31 Sam Steingold <sds@gnu.org>
11087
11088 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11089 `tex-main-file' does not have directory in it.
11090
11091 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11092
11093 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11094
11095 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11096
11097 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11098 functional change.
11099
11100 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11101
11102 * files.el (find-file-noselect): When we expand a wildcard, return
11103 a list of buffers, as we should do according to the doc string.
11104
11105 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11106
11107 * loadup.el (top level): Adjust load path if program name is
11108 "../src/bootstrap-emacs", in case it's not dumped and thus the
11109 load path adjustment hasn't already been done.
11110
11111 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11112
11113 * ps-print.el: Fix bug on selected pages for printing.
11114 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11115 is on. Try to avoid warning messages when compiling. Doc Fix.
11116 (ps-print-version): New version number (6.3).
11117 (ps-color-device): Use `color-values' to determine if device
11118 supports color.
11119 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11120 (ps-print-page-p): Changed from defsubst to defun.
11121 (ps-page-number): Changed from defmacro to defun.
11122 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11123 printing.
11124 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11125 (ps-end-file, ps-dummy-page): Funs eliminated.
11126 (ps-print-color-scale): Changed default value.
11127 (ps-page-n-up, ps-print-page-p): New internal vars.
11128 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11129 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11130
11131 * delim-col.el: Little programming improvement.
11132 (delimit-columns-str): New macro.
11133 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11134
11135 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11136
11137 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11138 Moved to european.el.
11139 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11140 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11141 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11142 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11143
11144 2000-10-30 Dave Love <fx@gnu.org>
11145
11146 * progmodes/cc-menus.el (imenu-generic-expression)
11147 (imenu-progress-message): Only defvar when compiling.
11148
11149 * emacs-lisp/elp.el (elp-unload-hook): New function.
11150
11151 * loadhist.el (unload-feature): Call elp-restore-function,
11152 checking for symbols; don't use elp-restore-all.
11153 (loadhist-hook-functions): Doc fix.
11154
11155 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11156
11157 * log-edit.el (log-edit-confirm): Fix the default.
11158
11159 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11160
11161 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11162 delimit-columns-format.
11163 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11164
11165 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11166
11167 * comint.el (comint-replace-by-expanded-history): Don't use
11168 comint-get-old-input (we're not looking at *old* input).
11169 (comint-get-old-input-default): If using fields, signal an error
11170 when the point is not in an input field.
11171
11172 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11173
11174 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11175 and mule-unicode-e000-ffff.
11176
11177 * international/mule.el (decode-char, encode-char): New functions.
11178 (make-coding-system): Accept a symbol of translation table as a
11179 value of property `safe-chars'.
11180
11181 * international/mule-cmds.el (encode-coding-char): Check property
11182 safe-chars instead of safe-charsets.
11183
11184 * international/fontset.el (fontset-default): Modified for
11185 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11186 (x-font-name-charset-alist): Likewise.
11187 (ccl-encode-unicode-font): New CCL program. Record it in
11188 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11189
11190 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11191 New translation tables.
11192 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11193 programs are modified and moved from mac-win.el.
11194 (mac-roman): Definition of this coding system is modified and
11195 moved from mac-win.el.
11196
11197 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11198
11199 * ediff-wind.el (ediff-setup-control-frame): Enclose
11200 face-attribute in condition-case to avoid errors in older emacsen.
11201
11202 2000-10-29 Miles Bader <miles@gnu.org>
11203
11204 * custom.el (custom-add-to-group): Allow multiple entries for a
11205 given value OPTION, as long as their widget types are different.
11206 * cus-edit.el (custom-face-value-create): If face name doesn't end
11207 with "face", add such here (similar to custom group widgets).
11208
11209 * comint.el (comint-highlight-prompt): Add :type.
11210
11211 2000-10-28 John Wiegley <johnw@gnu.org>
11212
11213 * calendar/timeclock.el (timeclock-log): Doc fix.
11214 (timeclock-last-event): Doc fix.
11215 (timeclock-log): Kill the timelog buffer after appending a new event.
11216 (timeclock-find-discrep): Use a temp buffer to read in the
11217 timelog, instead of visiting the file.
11218 (timeclock-log-data): A new function, along with a host of helper
11219 functions, for the purpose of making timelog data accessible to
11220 programmers.
11221
11222 * eshell/esh-mode.el (window-height test): Make certain that
11223 `eshell-stringify-t' is non-nil.
11224 (eshell-password-prompt-regexp): Changed to a much simpler
11225 password regexp.
11226 (eshell-send-input): If `eshell-invoke-directly' returns t,
11227 directly invoke the parsed command using `eval'. This improves
11228 turn-around time on simple commands by a factor of three or
11229 greater, such as cd, ls, pwd, etc. -- which get used very often.
11230 It also conserves thousands of cons cells per call (since
11231 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11232 in the Pacific Cookie Company).
11233
11234 * eshell/esh-test.el (eshell-test): Whitespace fix.
11235
11236 * eshell/em-ls.el (eshell-ls-insert-directory):
11237 Make `eshell-ls-initial-args' nil when inserting directory contents.
11238
11239 * eshell/em-script.el (eshell-script-initialize): Add names to
11240 `eshell-complex-commands, since `source' and `.' are complex.
11241
11242 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11243 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11244 `eshell-copy-handles'.
11245 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11246 bodies.
11247 (eshell-separate-commands): Whitespace fix.
11248 (eshell-complex-commands): Added a new list of names, for
11249 determining whether a given command is as simple as it looks.
11250 (eshell-invoke-directly): New function. Returns t if a command
11251 should be invoked directly (using `eval'), rather than indirectly
11252 using `eshell-do-eval'.
11253 (eshell-do-eval): Whitespace fix.
11254
11255 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11256 which provides an emulation of the DOS shell behavior of assuming
11257 that cp/mv/ln should copy/move/link to the current directory.
11258 (eshell-remove-entries): Added a doc string.
11259 (eshell-shuffle-files): Removed the check for `target' being null.
11260 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11261 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11262 it to do a smarter check of whether a destination was provided.
11263 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11264 (eshell/ln): Enable `:preserve-args', and use
11265 `eshell-mvcpln-template' to implement the body of the function.
11266 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11267 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11268 list after flattening it. This makes it possible to cat files
11269 with numerical names.
11270 (eshell-unix-initialize): Added several names to
11271 `eshell-complex-commands.
11272 (eshell-unix-command-complex-p): Return t if a given command name
11273 may result in external processes being invoked.
11274
11275 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11276 variable nil by default, since it slows down glob processing by a
11277 factor of two or more, and increases memory consumption.
11278
11279 * eshell/em-smart.el: Added a note about how memory consumptive
11280 smart display mode can be (at least this is true in Emacs 21).
11281 (eshell-smart-initialize): Whitespace fix.
11282 (eshell-refresh-windows): Use `if' instead of `when'.
11283 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11284 not necessary.
11285 (eshell-currently-handling-window): Added a missing global variable.
11286
11287 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11288 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11289 Whitespace fix.
11290 (eshell-ls-exclude-hidden): Added this variable in addition to
11291 `eshell-ls-exclude-regexp'. This one prevents files beginning
11292 with . from even being read, which can improve memory consumption
11293 quite a bit.
11294 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11295 read file entries beginning with a dot. In home directories with
11296 lots of hidden files, fully two-thirds of the time spent in ls is
11297 used to read directory entries that are immediately thrown away.
11298 (eshell-ls-initial-args): Added back this configuration variable,
11299 for specifying default initial arguments to every call to ls.
11300 Much faster than using an alias to do the same thing.
11301 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11302 (eshell-ls-dir): Whitespace change.
11303
11304 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11305
11306 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11307 (eshell-stringify-t): Added a customization variable, to indicate
11308 whether `t' should be rendered as a string at all. If not, one
11309 can still determine if the result of an expression is true using
11310 "file-exists-p FILE && echo true".
11311 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11312 stringify t!
11313
11314 * eshell/esh-module.el: Whitespace fix.
11315
11316 * eshell/em-alias.el (eshell-alias-initialize):
11317 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11318 (eshell-command-aliased-p): New function that returns t if a
11319 command name names an aliased.
11320
11321 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11322
11323 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11324 redrawing the screen when changing cursor color.
11325 (viper-insert-state-pre-command-sentinel)
11326 (viper-replace-state-pre-command-sentinel)
11327 (viper-replace-state-post-command-sentinel):
11328 Use viper-preserve-cursor-color.
11329 Many functions changed to use viper= instead of = when comparing
11330 characters.
11331 * viper-util.el (viper-memq-char,viper=): New functions for
11332 working with characters.
11333 (viper-change-cursor-color): Fixed buglet.
11334 Many functions changed to use viper= instead of = when comparing
11335 characters.
11336 * viper.el (viper-insert-state-mode-list): Added eshell.
11337
11338 * ediff-init.el (ediff-before-setup-hook): New hook.
11339 Several typos fixed in various docstrings.
11340 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11341 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11342 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11343 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11344 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11345 (ediff-get-selected-buffers): New function.
11346 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11347 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11348 Use save-window-excursion.
11349 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11350 termination check in while loop.
11351 * ediff.el (ediff-get-default-file-name): Better defaults when in
11352 dired buffer.
11353 (ediff-files,ediff-merge-files,ediff-files3)
11354 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11355
11356 2000-10-28 Dave Love <fx@gnu.org>
11357
11358 * info.el (Info-fontify-node): Add help-echo for menu items.
11359
11360 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11361
11362 * startup.el (normal-top-level): If the value of $TERM indicates
11363 we are running from xterm or one of its work-alikes, default to a
11364 light background mode.
11365
11366 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11367 * faces.el (tty-handle-reverse-video): New function.
11368 (tty-create-frame-with-faces): Call it.
11369
11370 * frame.el (frame-notice-user-settings): Don't apply
11371 default-frame-alist and initial-frame-alist to MS-DOS frames.
11372 Call tty-handle-reverse-video, frame-set-background-mode, and
11373 face-set-after-frame-default for non-MS-DOS frames.
11374
11375 * startup.el (tty-long-option-alist): New variable.
11376 (tty-handle-args): New function.
11377 (command-line): Call tty-handle-args.
11378
11379 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11380 startup.el now does that for all character-terminal frames.
11381
11382 2000-10-28 Miles Bader <miles@gnu.org>
11383
11384 * emacs-lisp/easy-mmode.el (define-minor-mode):
11385 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11386 is global. If :global is followed by a non-nil but non-t value,
11387 make the mode buffer-local, but also generate a `global-MODE'
11388 version using `easy-mmode-define-global-mode'.
11389 Add :conditional-turn-on keyword argument.
11390
11391 2000-10-28 Dave Love <fx@gnu.org>
11392
11393 * international/latin1-disp.el (latin1-char-displayable-p):
11394 Don't use window-system.
11395
11396 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11397
11398 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11399 Don't call find-buffer-file-type-coding-system. Instead, just
11400 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11401 if the file is on an untranslated filesystem.
11402 (add-untranslated-filesystem): Use "D" instead of "f" inside
11403 interactive.
11404
11405 2000-10-27 Dave Love <fx@gnu.org>
11406
11407 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11408 (refill-mode): Use it.
11409
11410 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11411
11412 * international/quail.el (quail-activate): Don't make-local-hook.
11413
11414 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11415
11416 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11417 manual backups and file.~<rev>.~ for automatic ones.
11418 (vc-make-version-backup): Don't do it on MS-DOS without long file
11419 names.
11420
11421 * vc.el (vc-version-other-window): If an automatic backup of the
11422 desired version exists, rename it instead of copying it.
11423
11424 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11425 after command. If there's an unexpected error, signal it instead
11426 of being silent.
11427 (vc-cvs-merge-news): Be prepared for no news at all.
11428
11429 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11430
11431 * shell.el (shell): Add BUFFER argument.
11432 * comint.el (make-comint-in-buffer): New function.
11433 (make-comint): Use it.
11434
11435 * faces.el (face-spec-choose): Change syntax so that the list of
11436 attribute-value pairs is now the cdr of each clause, not the cadr.
11437 Detect old-style entries, and handle them. Use pop.
11438
11439 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11440
11441 * cus-edit.el (custom-mode-map): Use a sparse map.
11442 (custom-mode): Don't bother with make-local-hook.
11443
11444 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11445
11446 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11447
11448 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11449
11450 * ps-print.el: Avoid compilation gripes.
11451 (ps-print-version): New version number (6.2.1).
11452
11453 2000-10-26 Dave Love <fx@gnu.org>
11454
11455 * menu-bar.el: Modify some menu item help strings.
11456 (menu-bar-help-menu): Add link to MORE.STUFF.
11457
11458 * cus-edit.el (custom-mode): Add `special' mode-class property.
11459
11460 * wid-browse.el (widget-browse-mode): Likewise.
11461
11462 * wid-edit.el (widget-specify-field): Revert to using local-map
11463 property, not keymap.
11464
11465 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11466
11467 * wid-edit.el (widget-field-end): When checking for a `boundary'
11468 field, do so in the correct buffer.
11469
11470 * simple.el (undo): Correctly distinguish between numeric and
11471 non-numeric prefix args in non-transient-mark-mode, as per the doc
11472 string. When in transient-mark-mode, treat all prefix-args as
11473 numeric.
11474
11475 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11476 Position point on match. Handle N == 0 correctly.
11477
11478 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11479 (comint-mode-map): Reverse order of `comint-write-output' and
11480 `comint-append-output-to-file'.
11481 (comint-append-output-to-file): Reinstate this function, for the
11482 benefit of the menu.
11483
11484 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11485
11486 * vc.el (vc-version-other-window): Bind `file'.
11487
11488 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11489
11490 * Makefile.in (update-authors): New target for maintenance purposes.
11491
11492 * emacs-lisp/authors.el (batch-update-authors): New function.
11493 (authors-fixed-entries): New defconst.
11494 (authors-add-fixed-entries): New function.
11495 (authors): Call it.: Don't process lispref/.
11496
11497 2000-10-25 Jason Rumney <jasonr@gnu.org>
11498
11499 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11500 Merge x w32 and mac definitions.
11501
11502 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11503
11504 * menu-bar.el (menu-bar-options-menu): Add a help string for
11505 `uniquify'.
11506
11507 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11508
11509 * time-stamp.el (time-stamp-string-preprocess):
11510 Fix a wrong type argument error.
11511
11512 2000-10-25 Miles Bader <miles@gnu.org>
11513
11514 * recentf.el (recentf-mode): Variable removed.
11515 (recentf-mode): Use `define-minor-mode'.
11516
11517 * mwheel.el (mouse-wheel-mode): New global minor mode.
11518 (mwheel-install): Use `mouse-wheel-mode'.
11519
11520 2000-10-25 Dave Love <fx@gnu.org>
11521
11522 * progmodes/cperl-mode.el (cperl-mode):
11523 Set normal-auto-fill-function correctly.
11524
11525 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11526 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11527 bindings.
11528
11529 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11530
11531 * wid-edit.el (widget-field-at): New function.
11532 (widget-at, widget-field-activate): Use it.
11533 (widget-tabable-at): Use `widget-at'.
11534 (widget-specify-field): If the terminating character of the widget
11535 field (which is read-only) is a newline, put it into a special
11536 `boundary' field so that C-n/C-p act more naturally.
11537 (widget-field-end): Also don't subtract one if a special
11538 `boundary' field has been added after the widget field.
11539
11540 * comint.el (comint-output-filter, comint-send-input):
11541 Don't bother adding stickiness fields to overlays to fool the field
11542 code, since it should notice the overlay insertion-types now.
11543
11544 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11545 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11546 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11547
11548 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11549
11550 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11551 (authors): Set file coding system to iso-2022-7bit.
11552 Add file-local variables to output buffer.
11553
11554 * files.el (after-find-file): Don't print any warnings if
11555 WARN is nil.
11556
11557 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11558
11559 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11560
11561 * delim-col.el: Now there is a column formatting mechanism.
11562 Modified to customization mechanisms convention. Doc fix.
11563 (columns): New group for delim-col.
11564 (delimit-columns-before, delimit-columns-after)
11565 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11566 (delimit-columns-end): New vars.
11567 (delimit-columns-customize, delimit-columns-format): New funs.
11568 (delimit-columns-region, delimit-columns-rectangle)
11569 (delimit-columns-rectangle-line): Modified to support column
11570 formatting.
11571
11572 2000-10-24 Dave Love <fx@gnu.org>
11573
11574 * log-edit.el (log-edit): Add :version and a :group for vc.
11575
11576 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11577
11578 * files.el (after-find-file): Don't print a message ``New file''
11579 if WARN is nil.
11580
11581 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11582 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11583 get duplicate tool-bar entries because we'll see the global ones
11584 on more than one path through keymaps.
11585
11586 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11587
11588 * progmodes/cmacexp.el: Change Francesco's email address.
11589
11590 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11591
11592 * window.el (fit-window-to-buffer): Adjust point of the window
11593 buffer, not that of the current buffer.
11594
11595 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11596
11597 * progmodes/cmacexp.el: Update the euthor's email address.
11598
11599 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11600
11601 * faces.el (face-spec-set-match-display): Add `graphic' display
11602 type (the inverse of `tty'). Use `display-graphic-p' instead of
11603 the window-system variable.
11604
11605 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11606
11607 * international/isearch-x.el (isearch-with-input-method):
11608 Call input-method-function with the first event in
11609 unread-command-events.
11610
11611 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11612
11613 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11614
11615 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11616
11617 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11618 New charsets.
11619
11620 * term/mac-win.el: Remove definitions of mac-roman-lower and
11621 mac-roman-upper, require dired, and define instead of set
11622 mac-ready-for-drag-n-drop to avoid compilation error.
11623
11624 2000-10-23 Andrew Innes <andrewi@gnu.org>
11625
11626 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11627 Remove superfluous calls to subst-char-in-string; instead apply
11628 expand-file-name after convert-standard-filename to ensure
11629 expected directory separators are used.
11630
11631 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11632
11633 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11634
11635 2000-10-23 Dave Love <fx@gnu.org>
11636
11637 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11638 (tool-bar-add-item): Set foreground and background for XBM icons.
11639
11640 * international/latin1-disp.el (latin1-char-displayable-p):
11641 New function (from Handa).
11642 (latin1-display-check-font): Use it.
11643
11644 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11645 using :key-sequence, making it much more usable.
11646 Use nconc, not append.
11647 (imenu--create-keymap-1): Avoid append.
11648
11649 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11650
11651 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11652
11653 [the following changes fix a bug where `define-minor-mode' didn't
11654 correctly generate :require clauses for defcustoms in compiled files]
11655 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11656 (byte-compile-log-file, byte-compile-log-1): Don't set
11657 `byte-compile-current-file' to nil. Instead set
11658 `byte-compile-last-logged-file' to it. Test whether
11659 byte-compile-current-file equals byte-compile-last-logged-file
11660 instead of whether its nil.
11661 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11662
11663 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11664
11665 * textmodes/refill.el: Fix var names in doc.
11666 (refill-mode): Don't bother with make-local-hook anymore.
11667
11668 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11669
11670 * faces.el (face-user-default-spec, face-default-spec): New functions.
11671 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11672 (frame-set-background-mode, face-set-after-frame-default):
11673 Use `face-user-default-spec'. Simplify code slightly.
11674
11675 * woman.el (woman-italic-face, woman-bold-face)
11676 (woman-unknown-face): Add dark-background variants.
11677 (woman-default-faces): Renamed from `woman-colour-faces'.
11678 Set using the stored defaults, rather than using hard-wired colors.
11679 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11680 Just make the foreground `unspecified' rather than "black".
11681 (woman-menu): Rename menu entries accordingly.
11682
11683 * faces.el (header-line): Make more reasonable on mono/grayscale
11684 displays.
11685
11686 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11687
11688 * cus-edit.el (custom-button-face): Use 3D look for mac.
11689 (custom-button-pressed-face): Likewise.
11690
11691 * faces.el (set-face-attributes-from-resources): Handle mac frames
11692 in the same way as x and w32 frames.
11693 (face-valid-attribute-values): Likewise.
11694 (read-face-attribute): Likewise.
11695 (defined-colors): Likewise.
11696 (color-defined-p): Likewise.
11697 (color-values): Likewise.
11698 (display-grayscale-p): Likewise.
11699 (face-set-after-frame-default): Likewise.
11700 (mode-line): Same default face as for x and w32.
11701 (tool-bar): Likewise.
11702
11703 * frame.el: Remove call to frame-notice-user-settings at end of
11704 the file.
11705
11706 * info.el (Info-fontify-node): Make underlines invisible for mac
11707 as for x, pc, and w32 frame types.
11708
11709 * term/mac-win.el: New file.
11710
11711 2000-10-22 Dave Love <fx@gnu.org>
11712
11713 * textmodes/refill.el: New file.
11714
11715 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11716
11717 * vc-hooks.el (vc-version-backup-file-name): New optional args
11718 MANUAL and REGEXP.
11719 (vc-delete-automatic-version-backups, vc-make-version-backup):
11720 New functions.
11721 (vc-before-save): Use the latter.
11722 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11723 confusion.
11724
11725 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11726 expected by vc[-hooks].el.
11727
11728 * vc.el (vc-checkout): Added `-p' suffix in call to
11729 vc-make-version-backups-p; use vc-make-version-backup to actually
11730 make the backup.
11731 (vc-version-other-window, vc-version-backup-file): Handle both
11732 automatic and manual backups.
11733 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11734 of all of them.
11735
11736 2000-10-22 Miles Bader <miles@gnu.org>
11737
11738 * comint.el (comint-highlight-input, comint-highlight-prompt):
11739 Renamed, `-face' at end removed.
11740 (comint-send-input, comint-output-filter): Use renamed faces.
11741
11742 * window.el (fit-window-to-buffer): Change defaulting of
11743 MAX-HEIGHT slightly.
11744
11745 * faces.el (color-values, color-defined-p): Use `member', not
11746 `memq', because it works correctly for strings.
11747 (frame-set-background-mode): Actually, "unspecified-fg" and
11748 "unspecified-bg" *are* strings. Use `member', not `memq', and
11749 `equal', not `eq', when a string value is possible.
11750
11751 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11752
11753 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11754
11755 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11756
11757 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11758 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11759 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11760 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11761 (sh-font-lock-syntactic-keywords): Use them.
11762 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11763 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11764 (sh-mode): Don't override font-lock-unfontify-region-function.
11765 Use a copy of sh-font-lock-syntactic-keywords.
11766 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11767 Don't call sh-scan-buffer since font-lock does it on the fly.
11768 (sh-get-indent-info): Use `face' rather than `syntax-table'
11769 text-property to detect here-documents.
11770 Replace sh-special-syntax with sh-st-punc.
11771 (sh-prev-line): Use `face' rather than `syntax-table'
11772 text-property to skip over here-documents.
11773 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11774 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11775 (sh-electric-less, sh-set-here-doc-region)
11776 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11777 (sh-scan-buffer, sh-rescan-buffer): Remove.
11778
11779 2000-10-21 Andrew Innes <andrewi@gnu.org>
11780
11781 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11782 remote (ange-ftp) file names.
11783
11784 2000-10-21 Miles Bader <miles@gnu.org>
11785
11786 * window.el (fit-window-to-buffer): New function.
11787 (shrink-window-if-larger-than-buffer): Use it.
11788 (window-text-height): Don't expect minibuffers to have mode-lines.
11789
11790 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11791 * international/quail.el (quail-update-guidance):
11792 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11793
11794 * international/quail.el (quail-show-guidance-buf): Make sure
11795 guidance window really has enough room.
11796 (quail-update-guidance): If quail-guidance-win is already shown,
11797 make sure its height is OK.
11798
11799 * window.el (window-text-height, set-window-text-height):
11800 New functions.
11801 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11802 instead of `window-height' & `mode-line-window-height-fudge'.
11803 (mode-line-window-height-fudge): Add FACE parameter.
11804 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11805 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11806
11807 2000-10-20 Miles Bader <miles@gnu.org>
11808
11809 * window.el (height-affecting-face-attributes): Use `defconst'.
11810
11811 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11812 New function, conditionally aliased to `mode-line-window-height-fudge'.
11813 (ispell-help): Use it.
11814 (ispell-choices-win-default-height): Don't include mode-line fudge.
11815 (ispell-choices-win-default-height): New function.
11816 (ispell-show-choices, ispell-command-loop): Use function
11817 `ispell-choices-win-default-height' instead of variable.
11818
11819 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11820
11821 * window.el (mode-line-window-height-fudge): New variable.
11822 (height-affecting-face-attributes): New variable.
11823 (mode-line-window-height-fudge): New function.
11824 (shrink-window-if-larger-than-buffer): Use it.
11825 * help.el (resize-temp-buffer-window): Likewise.
11826
11827 * info.el (Info-fontify-node): Add support for @subsubsection
11828 titles, which use `Info-title-4-face'.
11829 (Info-title-4-face): New face.
11830 (Info-title-3-face): Inherit from Info-title-4-face instead of
11831 variable-pitch.
11832
11833 2000-10-19 Jason Rumney <jasonr@gnu.org>
11834
11835 * dired.el (dired-insert-directory): Do not let errors signalled by
11836 attempt to run dired-free-space-program prevent dired from working.
11837
11838 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11839
11840 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11841
11842 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11843
11844 * dirtrack.el (dirtrack): Fix call to run-hooks.
11845
11846 * cmuscheme.el (cmuscheme-program-name): Renamed from
11847 scheme-program-name because xscheme.el contains a defcustom with
11848 the same name. As a consequence, customizing group `cmuscheme'
11849 loaded `xscheme' which redefined run-scheme.
11850 (run-scheme): Use cmuscheme-program-name.
11851
11852 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11853
11854 * play/doctor.el (doctor-death): Update the Samaritans'
11855 anonymous address, and add a website for Befrienders International.
11856
11857 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11858
11859 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11860 Avoid compilation gripes. Doc fix.
11861 (ps-print-version): New version number (6.2).
11862 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11863 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11864 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11865 (ps-x-extent-priority, ps-x-extent-start-position)
11866 (ps-x-face-font-instance, ps-x-find-coding-system)
11867 (ps-x-font-instance-properties, ps-x-make-color-instance)
11868 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11869 avoid compilation gripes without defining functions.
11870 (ps-e-find-composition): Alias for function find-composition, to have a
11871 suitable function depending on Emacs version.
11872 (ps-color-device, ps-color-values, ps-face-foreground-name)
11873 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11874 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11875 (ps-print-ensure-fontified): Function definitions surrounded by
11876 `eval-and-compile' to avoid compilation gripes.
11877 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11878 by symbol-value to avoid compilation gripes.
11879 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11880 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11881
11882 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11883
11884 * startup.el (normal-top-level): Call `frame-set-background-mode'
11885 after `frame-notice-user-settings' because the latter doesn't call
11886 the former on a tty.
11887
11888 * faces.el (frame-set-background-mode): `unspecified' &c are
11889 symbols, not strings.
11890
11891 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11892
11893 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11894 why some "light*" colors are deliberately absent from the alist.
11895
11896 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11897 Change colors for tty's, as suggested by Miles Bader.
11898
11899 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11900
11901 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11902 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11903 for ISO10646-1 fonts.
11904 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11905
11906 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11907
11908 * faces.el (frame-set-background-mode): If a tty frame defines a
11909 background color, use that to compute the background mode, instead
11910 of always defaulting to "dark".
11911
11912 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11913
11914 * comint.el (comint-write-output): New function.
11915 (comint-mode-map): Add it to the menu.
11916 Bind `C-c C-s' to comint-write-output.
11917
11918 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11919
11920 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11921 Use fancy-splash-delay.
11922
11923 2000-10-18 Alex Schroeder <alex@gnu.org>
11924
11925 * progmodes/sql.el (sql-sybase-options): New option.
11926 (sql-sybase): Use it. Add sql-database to the list of parameters
11927 provided for login. The options -w 2048 -n are not used any more.
11928
11929 * comint.el (comint-read-input-ring): Bugfix such that the first
11930 and the last entry of the input ring file are not lost.
11931
11932 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11933
11934 * ps-print.el: Internal variable changes to defcustom,
11935 make-local-hook changes to defvar. Doc fix.
11936 (ps-print-version): New version number (6.1).
11937 (ps-setup, ps-do-despool): Code fix.
11938 (ps-printer-name): Customization fix.
11939 (ps-printer-name-option): Now is a defcustom instead of an
11940 internal variable.
11941 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11942 (ps-print-begin-column-hook): Now are defvar instead of
11943 make-local-hook.
11944
11945 2000-10-18 Miles Bader <miles@gnu.org>
11946
11947 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11948 (comint-kill-output): Changed into an alias for `comint-delete-output',
11949 and made obsolete.
11950 (comint-mode-map): Rename references to comint-kill-output.
11951
11952 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11953
11954 * diff-mode.el (diff-header-face, diff-file-header-face)
11955 (diff-changed-face): Add bold and italic attributes to tty faces.
11956 (diff-function-face): New face.
11957 (diff-font-lock-keywords): Use it.
11958
11959 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11960
11961 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11962 Remove commented-out call to force-mode-line-update.
11963 (comint-kill-output): Use `forward-line 0' instead of
11964 beginning-of-line to make sure we get past the prompt.
11965
11966 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11967
11968 * diff-mode.el (diff-header-face, diff-file-header-face):
11969 Add specific setting for dark background.
11970 (diff-context-face): Renamed from diff-comment-face.
11971 Set explicitly rather than inheriting from font-lock-comment-face.
11972
11973 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11974
11975 * startup.el (command-line): Move the code which sets the default
11976 TTY colors to before before-init-hook.
11977
11978 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11979
11980 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11981
11982 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11983
11984 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11985 extensions, for MS-DOS.
11986
11987 * diff-mode.el (diff-header-face, diff-file-header-face)
11988 (diff-changed-face): Define tty-specific colors.
11989
11990 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11991
11992 * startup.el (fancy-splash-text): Realign the text.
11993
11994 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11995
11996 * font-lock.el (font-lock-comment-face): Define a separate default
11997 for dark-background tty's.
11998
11999 2000-10-17 Miles Bader <miles@gnu.org>
12000
12001 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12002 being obscured by whizzy mode-lines on graphics displays.
12003
12004 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12005
12006 * info.el (Info-title-1-face, Info-title-2-face)
12007 (Info-title-3-face): Define colors for tty's.
12008 (info-header-node): Remove unneeded tty-specific definition.
12009
12010 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12011
12012 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12013 reverse from the frame parameters, and don't invert foreground and
12014 background colors.
12015
12016 2000-10-16 Miles Bader <miles@gnu.org>
12017
12018 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12019 string "*Info*". Call propertized-buffer-identification to spruce
12020 up the result.
12021
12022 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12023
12024 * help.el: Provide `help' for the sake of define-minor-mode
12025 which generates defcustoms with requires.
12026
12027 * jit-lock.el (jit-lock-after-change): If we're in text that
12028 matches a multi-line font-lock pattern, make sure the whole text
12029 will be redisplayed.
12030
12031 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12032 author's name is unknown.
12033
12034 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12035 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12036 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12037 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12038 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12039 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12040 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12041 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12042 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12043 Add author information.
12044
12045 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12046
12047 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12048 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12049 full-color version (using the Gimp) to eliminate dithering artifacts.
12050
12051 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12052
12053 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12054
12055 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12056
12057 2000-10-15 Dave Love <fx@gnu.org>
12058
12059 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12060
12061 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12062
12063 * whitespace.el: Doc fixes.
12064 (top-level): Don't add hooks here.
12065 (whitespace-running-emacs): Deleted.
12066 (timer): Don't require.
12067 (whitespace): Add back :version conditional on xemacs test.
12068 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12069 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12070 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12071 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12072 Avoid specific xemacs test.
12073 (whitespace-global-mode): New option.
12074 (whitespace-global-mode): New command.
12075 (whitespace-unload-hook): New function.
12076
12077 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12078 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12079 (Info-fontify-node): `Goto' goes to `Go to'.
12080 (Info-fontify-node): Add help-echo to xref links.
12081
12082 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12083
12084 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12085
12086 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12087
12088 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12089 Use plist-get and allow :inherit.
12090
12091 * emacs-lisp/cl-macs.el (cl-do-arglist):
12092 Use plist-get and plist-member instead of memq.
12093
12094 * emacs-lisp/ewoc.el (ewoc-location): New function.
12095 (ewoc-enter-after, ewoc-enter-before): Document return value.
12096 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12097 Don't need make-local-hook any more.
12098 (cvs-addto-collection): Return the new tin.
12099 (cvs-mode-insert): Jump to the new line.
12100
12101 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12102
12103 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12104
12105 * font-lock.el (font-lock-syntactically-fontified): New var.
12106 (font-lock-fontify-syntactic-keywords-region): Use it.
12107 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12108
12109 * diff-mode.el (diff-find-file-name): Fix regexp.
12110
12111 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12112 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12113
12114 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12115 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12116 (sh-mode): Don't make all vars local here.
12117 (sh-kw): Reformat.
12118 (sh-set-shell): Use dolist. Don't set indent-region-function.
12119 (sh-mode-syntax-table): Use pop.
12120 (sh-remember-variable): Use push.
12121 (sh-help-string-for-variable): Use memq.
12122 (sh-safe-backward-sexp): Remove.
12123 (sh-safe-forward-sexp): Add ARG.
12124 (sh-get-indent-info, sh-prev-stmt): Use it.
12125 (sh-prev-line): Simplify by using forward-comment.
12126 (sh-this-is-a-continuation): Simplify.
12127 (sh-learn-buffer-indent): Use dolist.
12128 (sh-do-nothing): Remove.
12129 (sh-set-char-syntax, sh-set-here-doc-region):
12130 Use inhibit-modification-hooks.
12131 (sh-name-style): Use mapcar and push.
12132 (sh-load-style): Use dolist.
12133 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12134 (sh-case, sh-while-getopts): Use propertize directly rather
12135 than sh-electric-rparen.
12136
12137 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12138
12139 * textmodes/tex-mode.el: Require CL when compiling.
12140 (tex-mode-syntax-table): Init immediately.
12141 (tex-mode-map): Bind M-RET to latex-insert-item.
12142 (latex-mode): Set indent-line-function to latex-indent.
12143 (tex-common-initialization): Don't setup the syntax-table any more.
12144 (latex-insert-item): New skeleton.
12145 (tex-next-unmatched-end): Fix copy/paste braino.
12146 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12147 (latex-indent, latex-find-indent): New functions.
12148 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12149 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12150 (tex-compilation-parse-errors): Use with-syntax-table.
12151
12152 2000-10-15 Miles Bader <miles@gnu.org>
12153
12154 * font-lock.el (font-lock-comment-face): Change dark-background,
12155 color, non-tty, default to `chocolate1'.
12156
12157 2000-10-13 John Wiegley <johnw@gnu.org>
12158
12159 * eshell/esh-util.el (require): Added a missing `require' form,
12160 needed when compiling (for an ange-ftp macro definition).
12161
12162 2000-10-13 Dave Love <fx@gnu.org>
12163
12164 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12165
12166 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12167
12168 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12169
12170 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12171 transparent -colors 8).
12172
12173 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12174
12175 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12176 that breaks with old list format timestamps.
12177 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12178 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12179
12180 2000-10-13 John Wiegley <johnw@gnu.org>
12181
12182 * align.el, pcomplete.el, calendar/timeclock.el,
12183 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12184
12185 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12186 faulty math, where holiday hours were being computing as seconds.
12187
12188 2000-10-13 John Wiegley <johnw@gnu.org>
12189
12190 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12191 specifying what "other" kinds of buffers should be saved.
12192 This used to be hard-coded.
12193 (desktop-buffer-misc-functions): A global for specifying how
12194 auxiliary data should be determined for special buffer types.
12195 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12196 instead of hard-coding the special buffer types.
12197 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12198 auxiliary data, instead of hard-coding for Info buffers and dired.
12199 (desktop-buffer-info-misc-data): Aux function for determining Info
12200 buffer auxiliary info.
12201 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12202 (desktop-buffer-info): Changed this function to use the info
12203 gathered above.
12204 (desktop-create-buffer): Be a little more careful about what
12205 `minor-mode' means before calling it. This is important for some
12206 buffer types.
12207
12208 2000-10-13 John Wiegley <johnw@gnu.org>
12209
12210 * eshell/esh-util.el: Added a global form which declares an
12211 autoload for `parse-time-string', if that function is not already
12212 defined, and if parse-time.el is available on the user's system.
12213
12214 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12215 to be aware of ange-ftp user info.
12216 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12217 (eshell-ls-annotate): Use `eshell-file-attributes'.
12218 (eshell-ls-file): Made the user-id printing code a bit smarter.
12219
12220 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12221 allow identification of alias user ids in remote directories.
12222 It's manual, but there's no other way to know when the current user
12223 on the local machine, is also the owning user on the remote machine.
12224 (fboundp): Bind `ange-cache'.
12225 (eshell-directory-files-and-attributes): Re-organized the logic a
12226 bit to use `eshell-file-attributes' instead of `file-attributes'.
12227 The former is more sensitive to directories that are read via FTP,
12228 and knows how to use ange-ftp to determine full attribute
12229 information, instead of just the name and last modtime.
12230 (eshell-current-ange-uids): Return the current user id when in a
12231 remote directory.
12232 (eshell-parse-ange-ls): Parse a full directory listing that has
12233 been returned by ange-ftp.
12234 (eshell-file-attributes): This beefed up version of
12235 `file-attributes' is only special if the user is currently in a
12236 remote directory, in which case it does a lot of work to find out
12237 what the real attributes of a file are, as they appear on the
12238 remote machine. This makes usage of remote directories (i.e.,
12239 ange-ftp pathnames) much more useful. You can now use Eshell as a
12240 full-fledged FTP client, with much more manipulation ability than
12241 most other clients.
12242
12243 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12244 variable, which means that Eshell's du should always be preferred
12245 in remote directories.
12246 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12247 just `file-attributes'.
12248 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12249 when reading remote directories. This is an Eshell-specific
12250 variable (not part of ange-ftp).
12251 (eshell/ln): Bind `ange-cache'.
12252 (eshell/du): Added some extra logic for determining when to use
12253 Eshell's du (which is slow), and when to use the external version
12254 (which may or may not exist).
12255
12256 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12257 Call `eshell-interactive-process', rather than using
12258 `get-buffer-process', since backgrounded processes don't count in
12259 the context of this function's logic.
12260
12261 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12262 `forward-char', so that null strings are parsed correctly.
12263
12264 2000-09-13 John Wiegley <johnw@gnu.org>
12265
12266 * eshell/em-pred.el (eshell-pred-file-type)
12267 (eshell-pred-file-links, eshell-pred-file-size):
12268 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12269
12270 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12271 that remote file globbing is more efficient.
12272
12273 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12274 gathering the files and attributes within a directory.
12275
12276 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12277 the command line is a special file (not a regular file, directory
12278 or symlink), always attempt to call the external version of cat.
12279
12280 2000-09-13 John Wiegley <johnw@gnu.org>
12281
12282 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12283 Eshell-friendly version of find-tag.
12284
12285 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12286
12287 * image-file.el (image-file-name-extensions)
12288 (image-file-name-regexps): Add autoload cookies.
12289
12290 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12291
12292 * international/mule-cmds.el (select-safe-coding-system): If FROM
12293 is string, show it in *Warning* buffer.
12294
12295 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12296
12297 * startup.el (normal-top-level): Use display-popup-menus-p instead
12298 of window-system.
12299 (command-line): Use display-graphic-p instead of window-system.
12300 (command-line-1): Use display-popup-menus-p and display-mouse-p
12301 instead of window-system.
12302
12303 2000-10-12 Sam Steingold <sds@gnu.org>
12304
12305 * tooltip.el (tooltip-use-echo-area): New user variable.
12306 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12307
12308 2000-10-12 Dave Love <fx@gnu.org>
12309
12310 * recentf.el: Maintainer's checkdoc fixes.
12311
12312 * startup.el (normal-top-level-add-subdirs-to-load-path):
12313 Use character class, not ASCII when matching file names.
12314 (fancy-splash-head): Add trailing slash to URL.
12315 (command-line): Don't require XPM support for toolbar.
12316
12317 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12318 (cperl-invalid-face): Revert last change.
12319 (cperl-init-faces): Quote cperl-invalid-face.
12320
12321 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12322
12323 * startup.el (fancy-splash-text): Remove superfluous quote.
12324
12325 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12326
12327 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12328 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12329 (command-line-1): Don't use fancy-splash-pending-command.
12330 (fancy-splash-screens-1): Goto point-min after inserting text.
12331
12332 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12333
12334 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12335 instead of shared-lisp-mode-map.
12336
12337 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12338
12339 * faces.el (header-line): Change tty-variant to use underlining.
12340
12341 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12342 (isearch-highlight): Restore lazy-isearch face properties at old
12343 position, and suppress them at new position.
12344 (isearch-dehighlight): Restore lazy-isearch face properties.
12345 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12346 over the real isearch overlay, but in that case, don't give it a
12347 face property. Use `push'.
12348
12349 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12350
12351 * man.el (Man-getpage-in-background): Fix previous change.
12352 Decode the process output only when we are in multibyte mode.
12353
12354 2000-10-11 Dave Love <fx@gnu.org>
12355
12356 * info.el (Info-mode-menu): Fix some help.
12357 (info-tool-bar-map): Add entry for Info-last.
12358
12359 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12360 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12361 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12362 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12363 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12364 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12365 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12366 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12367 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12368 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12369 Reduce colour requirements to 25 overall. (Probably wants
12370 revisiting from the originals to reduce further.)
12371
12372 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12373
12374 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12375 buffer-file-coding-system, instead of raw-text.
12376 (dehexlify-buffer): Bind coding-system-for-read to
12377 buffer-file-coding-system, instead of raw-text.
12378
12379 2000-10-11 Sam Steingold <sds@gnu.org>
12380
12381 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12382 `underline' - fixes the bug introduced on 2000-09-21.
12383
12384 2000-10-11 Dave Love <fx@gnu.org>
12385
12386 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12387 Avoid compiler warnings.
12388 (scheme-mode): Doc fix.
12389 (scheme-font-lock-keywords-1): Match `define-syntax'.
12390
12391 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12392
12393 * faces.el (frame-set-background-mode): Pay attention to saved
12394 face specs as well as default ones. Only do anything if the
12395 bg-mode or display-type has actually changed. Use `dolist'.
12396 (region): Make dark-background `region' face less in-your-face.
12397
12398 2000-10-10 Sam Steingold <sds@gnu.org>
12399
12400 * chistory.el, ielm.el, ledit.el:
12401 * progmodes/inf-lisp.el, progmodes/scheme.el:
12402 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12403
12404 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12405
12406 * textmodes/texinfo.el: Update copyright and fix typo.
12407
12408 * desktop.el (desktop-modes-not-to-save): New var.
12409 (desktop-save-buffer-p): Use it.
12410 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12411 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12412
12413 2000-10-10 Dave Love <fx@gnu.org>
12414
12415 * toolbar/tool-bar.el (tool-bar-add-item)
12416 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12417
12418 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12419 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12420 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12421 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12422 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12423 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12424 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12425 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12426 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12427 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12428 the .xpms; probably need retouching.
12429
12430 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12431
12432 * subr.el (add-to-list): Add optional argument APPEND.
12433 * battery.el (display-battery): Use `add-to-list'.
12434
12435 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12436
12437 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12438 properties.
12439 (zone, zone-when-idle, zone-leave-me-alone)
12440 (zone-pgm-whack-chars): Use new symbol properties.
12441
12442 * battery.el (display-battery): Doc spelling fix.
12443
12444 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12445 property.
12446
12447 2000-10-09 Dave Love <fx@gnu.org>
12448
12449 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12450 has been initialized before calling tool-bar-setup.
12451 (tool-bar-add-item-from-menu): Add autoload cookie.
12452
12453 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12454
12455 * menu-bar.el (send-mail-item-name): New function.
12456 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12457 of mail-user-agent in the menu. Don't display the "Send Mail"
12458 item if mail-user-agent is nil or its value is ignore.
12459 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12460 if read-mail-command is nil or its value is ignore.
12461
12462 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12463
12464 2000-10-09 Miles Bader <miles@gnu.org>
12465
12466 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12467 Correct image size.
12468 * toolbar/left_arrow.xpm: Correct image size.
12469
12470 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12471 will be done by the definition of `auto-compression-mode' if
12472 necessary. Move code to uninstall existing file-name handler
12473 before definition of `auto-compression-mode'.
12474
12475 * image-file.el (auto-image-file-mode): Move to the end of the
12476 file, because `define-minor-mode' actually calls the mode-function
12477 if the associated variable is non-nil, which requires that all
12478 needed functions be already defined.
12479
12480 * mouse.el (popup-menu): Balance parens.
12481
12482 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12483
12484 * mouse.el (popup-menu): Move the command call outside the loop
12485 so that popup-menu returns whatever the command returns.
12486
12487 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12488 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12489 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12490 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12491
12492 * vc.el (vc-version-diff): diff-switches can be a list.
12493 Use relative filenames for prettier output.
12494
12495 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12496 (vc-post-command-functions): Remove old-VC compatibility code.
12497
12498 * newcomment.el (comment-indent-default): Autoload.
12499
12500 * font-lock.el (font-lock-defaults): Make buffer-local.
12501 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12502 (font-lock-choose-keywords):
12503 Ignore LEVEL unless KEYWORDS is a list of syms.
12504 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12505 Don't wrap regexp-opt things in \(...\) unnecessarily.
12506
12507 * jit-lock.el: Don't require font-lock any more.
12508 (jit-lock-functions): Make buffer-local.
12509 (jit-lock-saved-fontify-buffer-function): Remove.
12510 (jit-lock-mode): Remove autoload cookie.
12511 Remove font-lock specific code.
12512 (jit-lock-unregister): Don't bother handling complex hooks any more.
12513 (jit-lock-refontify): New function.
12514 (jit-lock-fontify-buffer): Use it.
12515 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12516 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12517 Add optional args START and END.
12518 Never call font-lock-fontify-region directly.
12519 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12520
12521 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12522
12523 2000-10-08 Dave Love <fx@gnu.org>
12524
12525 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12526
12527 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12528
12529 * play/studly.el (studlify-region, studlify-word): Add autoload
12530 cookie.
12531
12532 * play/morse.el (morse-region, unmorse-region): Add autoload
12533 cookie.
12534
12535 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12536 concat.
12537
12538 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12539 insist on symbols starting with word syntax.
12540 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12541 (eval-defun-1): Doc fix.
12542 (indent-sexp): Use nconc to build up indent-stack.
12543
12544 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12545 Gnus with little use.
12546 (mail-setup-hook): Add mail-abbrevs-setup to options.
12547
12548 * recentf.el: Doc fixes.
12549
12550 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12551 Clean up remainder.
12552
12553 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12554 without timezone and (8) with timezone to enforce some whitespace.
12555 Simplify code somewhat.
12556
12557 * options.el (list-options): Doc that you should use customize.
12558
12559 * iswitchb.el (iswitchb-mode): Add :require.
12560
12561 * info.el (Info-goto-node, Info-menu): Doc fix.
12562 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12563 (info-tool-bar-map): New variable.
12564 (Info-mode): Use it.
12565 (Info-edit-map): Define all in defvar.
12566 (speedbar-attached-frame): Avoid compiler warning.
12567
12568 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12569 (global-map): Bind [tool-bar] to a filtered map.
12570 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12571 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12572 Allow PBM icons.
12573 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12574
12575 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12576 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12577 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12578 icons, except up_arrow, which is left-arrow rotated.
12579
12580 * imenu.el (imenu-add-to-menubar): Fix last change.
12581
12582 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12583
12584 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12585 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12586
12587 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12588
12589 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12590 typos in doc strings.
12591
12592 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12593 the doc strings how to customize Font Lock faces.
12594
12595 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12596 computing growth when dragging the header line.
12597
12598 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12599
12600 * simple.el (kill-line): Doc fix.
12601
12602 2000-10-08 Miles Bader <miles@gnu.org>
12603
12604 * faces.el (secondary-selection): Make foreground visible on tty.
12605
12606 * jka-compr.el (auto-compression-mode): Move to the end of the
12607 file, because `define-minor-mode' actually calls the mode-function
12608 if the associated variable is non-nil, which requires that all
12609 needed functions be already defined.
12610 (with-auto-compression-mode): Add autoload cookie.
12611
12612 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12613
12614 * files.el (find-backup-file-name) [ms-dos]: If support for long
12615 file names is not available, behave as if version-control were set
12616 to never.
12617
12618 2000-10-07 Dave Love <fx@gnu.org>
12619
12620 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12621 (browse-url-gnome-moz): New function.
12622 (browse-url-browser-function): Use it.
12623 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12624
12625 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12626
12627 * indent.el (tab-always-indent): New var.
12628 (indent-for-tab-command): Use it.
12629
12630 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12631 raise an error. This way it can still default to a sane value.
12632
12633 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12634
12635 * startup.el (fancy-splash-screens): Use local rather than global map.
12636 Don't use `update-menu-bindings' any more.
12637 Get rid of assumptions about keymap representation.
12638
12639 2000-10-06 Dave Love <fx@gnu.org>
12640
12641 * textmodes/fill.el (sentence-end-double-space)
12642 (sentence-end-without-period): Doc fix.
12643 (adaptive-fill-regexp): Purecopy.
12644 (unjustify-current-line): Use line-end-position.
12645 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12646
12647 * net/eudc-vars.el (eudc): Add :version, :link.
12648
12649 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12650
12651 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12652 Fix for define-minor-mode.
12653 (function-at-point): Alias to function-called-at-point.
12654
12655 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12656
12657 * simple.el (backward-word): Doc fix.
12658
12659 * image-file.el (image-file-name-regexp): image-file-regexps ->
12660 image-file-name-regexps.
12661 (image-file-name-extensions): Add pbm.
12662
12663 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12664
12665 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12666 and add filename to the names so that diff-mode can jump to source.
12667
12668 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12669 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12670 (tex-font-lock-keywords-1): Remove.
12671 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12672 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12673 (font-lock-default-fontify-region):
12674 Expand beg..end correctly when just following a multiline region.
12675 (font-lock-fontify-anchored-keywords):
12676 Include the anchor text as part of the multiline.
12677
12678 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12679
12680 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12681 latter needs the autoloaded define-minor-mode macro during the
12682 bootstrap.
12683
12684 * startup.el (command-line): For now, activate tool-bar-mode only
12685 if XPM images are supported.
12686
12687 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12688 window by dragging a header-line at the top of the frame; that's
12689 confusing because the header-line doesn't move.
12690 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12691 of treating the event as a list. Some cleanup.
12692
12693 2000-10-06 Miles Bader <miles@gnu.org>
12694
12695 * simple.el (display-message-or-buffer): New function.
12696 (shell-command-on-region): Use `display-message-or-buffer'.
12697
12698 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12699 docstring parts.
12700
12701 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12702 (smbclient-prompt-regexp): Add usage note to doc string.
12703 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12704 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12705 Use add-hook for adding the comint filter function, and only do so
12706 if it's not already in the global hook list.
12707 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12708 to `make-local-variable'.
12709 (nslookup-font-lock-keywords): Remove prompt entry.
12710 (nslookup): Don't set the process-filter.
12711 (finger): Exit the loop correctly when the regexps list runs out.
12712 (ftp, smbclient, smbclient-list-shares):
12713 Set the real major mode immediately, not after execing.
12714 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12715
12716 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12717
12718 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12719
12720 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12721
12722 * which-func.el (which-func-format): Remove spurious space.
12723 (which-func-mode): Don't make it permanent-local.
12724 (which-func-ff-hook): Allow which-func-maxout to be nil.
12725 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12726 (which-func-mode): Simplify.
12727 Use post-command-idle-hook rather than post-command-hook.
12728 Go through all buffers and update their state.
12729 (which-function): Also try add-log-current-defun-function.
12730
12731 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12732 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12733 Update call to with-vc-properties accordingly.
12734 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12735 (vc-revert-buffer): More careful about window selection and deletion.
12736 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12737
12738 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12739 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12740 (cvs-dired-action): Change the default to quickdir.
12741
12742 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12743 if comment-indent-function returns nil.
12744 (comment-indent-default): New function.
12745 (comment-indent-function): Use it and document the new semantics.
12746
12747 * image-file.el: Docstring fixes.
12748
12749 * help.el (help-xref-on-pp): Use match-string.
12750 (describe-variable): New arg BUFFER.
12751 Store the current buffer in the help-xref-stack.
12752 (temp-buffer-resize-mode): Use define-minor-mode.
12753
12754 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12755 consistently with its docstring.
12756 Set jit-lock-first-unfontify-pos in an idempotent way.
12757 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12758
12759 2000-10-05 Alex Schroeder <alex@gnu.org>
12760
12761 * sql.el (sql-mysql-options): New variable.
12762 (sql-mysql): Use it.
12763
12764 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12765
12766 * image.el (image): New group.
12767
12768 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12769 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12770
12771 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12772
12773 * net/net-utils.el (nslookup-font-lock-keywords)
12774 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12775 Ignore the value of wqindow-system; always define keywords
12776
12777 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12778
12779 * startup.el (fancy-splash-screens): Remove the code for
12780 debugging; `(trace-to-stderr "EXITTT\n")'.
12781
12782 2000-10-05 Miles Bader <miles@gnu.org>
12783
12784 * diff-mode.el (diff-goto-source): Update call to
12785 `diff-hunk-status-msg' to reflect new REV variable.
12786
12787 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12788
12789 * progmodes/icon.el (icon-mode):
12790 Don't gratuitously override the default for comment-column.
12791
12792 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12793
12794 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12795 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12796 (jit-lock-functions): New var.
12797 (jit-lock-function-1): Use it if non-nil.
12798 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12799 Set the `fontified' property before doing the fontification to avoid
12800 repeatedly going through the same error.
12801 Don't turn errors into messages.
12802 (jit-lock-register, jit-lock-unregister): New functions.
12803
12804 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12805 Use with-current-buffer.
12806
12807 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12808 Turn comment into docstring.
12809
12810 * apropos.el (apropos-mode): Use define-derived-mode.
12811
12812 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12813
12814 * startup.el (fancy-splash-pending-command): New variable.
12815 (fancy-splash-pre-command): New function.
12816 (fancy-splash-screens): Rewritten.
12817 (command-line-1): If fancy-splash-pending-command is set, call it
12818 interactively.
12819
12820 2000-10-04 Dave Love <fx@gnu.org>
12821
12822 * toolbar/tool-bar.el (tool-bar-setup): New function.
12823 (tool-bar-mode): Use it.
12824
12825 * subr.el (substitute-key-definition): Doc fix.
12826 (play-sound-file): New command.
12827
12828 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12829
12830 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12831 vc-version-backup-file-name): New functions.
12832
12833 * files.el (basic-save-buffer): Call vc-before-save before saving.
12834
12835 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12836 vc-cvs-stay-local-p.
12837
12838 * vc.el (vc-revert-buffer): Handle empty diff properly.
12839 (vc-version-backup-file): New function.
12840 (vc-checkout): Create a version backup if necessary.
12841 (vc-checkin): If a version backup file exists, delete it.
12842 (vc-version-diff): Diff locally using version backups, if available.
12843 (vc-revert-file): If there's a version backup, revert locally.
12844 (vc-transfer-file): Use version backup for base version, if
12845 available. If not, ask for confirmation whether to get it from the
12846 server. Update mode line before check-in.
12847
12848 2000-10-04 Dave Love <fx@gnu.org>
12849
12850 * toolbar/tool-bar.el (tool-bar-setup): New function.
12851 (tool-bar-mode): Use it.
12852
12853 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12854
12855 * net/net-utils.el (nslookup-font-lock-keywords)
12856 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12857 Only set if window-system is non-nil
12858 (net-utils-run-program): Returns buffer.
12859 (network-connection-reconnect): Added this function.
12860
12861 * generic.el:
12862 Incorporates extensive cleanup and docfixes by
12863 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12864 Uses cl compile-time macros.
12865 (generic-mode-name, generic-comment-list)
12866 (generic-keywords-list, generic-font-lock-expressions)
12867 (generic-mode-function-list, generic-mode-syntax-table):
12868 Removed variables.
12869 (generic-mode-alist): Renamed to generic-mode-list.
12870 (generic-find-file-regexp): Default changed to "^#".
12871 (generic-read-type): Uses completing read on generic-mode-list.
12872 (generic-mode-sanity-check): removed this function.
12873 (generic-add-to-auto-mode): Removed this function
12874 (generic-mode-internal): Bind mode-specific definitions
12875 into function instead of putting them in alist.
12876 (generic-mode-set-comments): Reworked extensively.
12877 (generic-mode-find-file-hook): Simplified regexp searching
12878 (generic-make-keywords-list): Omit extra pair of parens
12879
12880 * find-lisp.el (find-lisp-find-files-internal):
12881 Make sure directory name ends with "/".
12882
12883 * generic-x.el (apache-conf-generic-mode):
12884 Regexp now allows leading whitespace.
12885 (rc-generic-mode): Added eval-when-compile
12886 around generic-make-keywords-list.
12887 Deleted duplicate regexp
12888 (rul-generic-mode): Added eval-when-compile
12889 around generic-make-keywords-list.
12890 (etc-fstab-generic-mode): New generic mode.
12891 (rul-generic-mode): Removed one eval-when-compile
12892 which caused a max-specpdl-size exceeded error.
12893
12894 2000-10-04 Miles Bader <miles@gnu.org>
12895
12896 * simple.el (minibuffer-temporary-goal-position): New variable.
12897 (next-history-element): Try to keep the position of point in the
12898 input string constant.
12899
12900 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12901 (dired-do-create-files): If there's only one file, pass it in as
12902 the DEFAULT arg to dired-mark-read-file-name.
12903
12904 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12905
12906 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12907 (diff-goto-source): Be smarter when choosing REVERSE or not.
12908
12909 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12910 (texinfo-mode-menu): Add an explicit shortcut for update all.
12911
12912 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12913
12914 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12915 factorize backend-specific code cleanly (this was essentially
12916 conceived by Stefan Monnier).
12917 (vc-unregister): Function removed.
12918 (vc-revert-file): New function.
12919 (vc-revert-buffer): Delegate some of the work to it.
12920
12921 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12922 default branch unconditionally.
12923 (vc-rcs-set-default-branch): New function.
12924 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12925 (vc-rcs-checkin): If an appropriate default branch has been set,
12926 force creation of that branch.
12927 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12928 code (as suggested by Stefan Monnier).
12929
12930 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12931
12932 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12933 highlighting overlay with a different face over the overlay
12934 isearch uses to highlight the current match because that can lead
12935 to bad face combinations.
12936
12937 * loadup.el (toplevel): Load faces before isearch.
12938
12939 * isearch.el (isearch-faces): New custom group.
12940 (isearch): New defface; was already tested for in the code.
12941 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12942 (isearch-highlight): Always use face `isearch'.
12943
12944 2000-10-02 Dave Love <fx@gnu.org>
12945
12946 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12947 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12948 comparison of opcode with operand.
12949
12950 2000-10-03 Miles Bader <miles@gnu.org>
12951
12952 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12953 buffer, since the echo area will now grow to accommodate them.
12954
12955 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12956
12957 * vc-hooks.el (vc-registered): If FILE used to be registered under
12958 a certain backend, try that one first.
12959
12960 * vc.el (vc-responsible-backend): Undo the previous change in the
12961 argument list. Handle multiple backends correctly.
12962 (vc-find-new-backend): Function removed.
12963 (vc-register): Use vc-responsible-backend, as before.
12964 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12965
12966 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12967
12968 * startup.el (fancy-splash-head): Change message below the
12969 logo.
12970
12971 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12972
12973 * diff-mode.el (diff-goto-source): Emit a status message.
12974 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12975 (diff-test-hunk): Fix doc string.
12976 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12977 (diff-advance-after-apply-hunk): New variable.
12978 (diff-apply-hunk): Don't return a value.
12979
12980 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12981
12982 * vc.el (vc-editable-p): Minor optimization.
12983 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12984 (vc-find-new-backend): New function split from vc-responsible-backend.
12985 (vc-register): Use it.
12986 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12987 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12988 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12989 (vc-clear-headers): Don't use find-file.
12990 (vc-revert-buffer): Use `and' again (must have been a braino).
12991 (vc-switch-backend): Only prompt if requested.
12992 Short circuit if nothing is to be done.
12993 Don't use vc-resynch-buffer which could lose unsaved editing.
12994 (vc-default-receive-file): Update call to vc-unregister.
12995 (with-vc-file, vc-next-action-on-file):
12996 Use vc-backend rather than vc-registered.
12997 (vc-next-action-on-file): Use intern-soft.
12998 Deal with read-only *vc-diff* buffer.
12999 (vc-transfer-file): Docstring fix.
13000
13001 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13002 (vc-rcs-receive-file): Avoid with-vc-properties.
13003 Update call to vc-unregister.
13004 Use constant `RCS' rather than (dynamically bound) var `backend'.
13005
13006 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13007
13008 * vc.el (vc-next-action-on-file): Update mode line only if file
13009 is visited.
13010 (vc-start-entry): New argument initial-contents. Don't visit the file
13011 if it isn't already visited. Brought documentation up-to-date.
13012 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13013 (vc-checkin): New optional arg initial-contents, which is passed to
13014 vc-start-entry.
13015 (vc-finish-logentry): Make sure to bury log buffer only if there
13016 really is one. Call `vc-resynch-buffer' on log-file, not
13017 buffer-file-name.
13018 (vc-default-comment-history, vc-default-wash-log): New functions.
13019 (vc-index-of): Removed.
13020 (vc-transfer-file): Make do without the above.
13021 (vc-default-receive-file): Call comment-history unconditionally. Pass
13022 the resulting string to vc-checkin, instead of inserting it into the
13023 comment ring.
13024
13025 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13026 unconditionally. Use the comments as initial contents of the log
13027 entry buffer. Document the trick to force branch creation with no
13028 changes.
13029
13030 2000-10-01 Miles Bader <miles@gnu.org>
13031
13032 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13033 `recenter' with an arg to prevent redrawing the display.
13034
13035 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13036
13037 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13038
13039 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13040
13041 * progmodes/c-mode.el (c-mode):
13042 Don't gratuitously override the default for comment-column.
13043
13044 * textmodes/tex-mode.el (latex-metasection-list): New var.
13045 (latex-imenu-create-index): Use it.
13046 Move the regexp construction outside loops (and use push).
13047 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13048 (tex-font-lock-keywords): Moved from font-lock.el.
13049 (tex-comment-indent): Remove.
13050 (tex-common-initialization): Don't set comment-indent-function.
13051 (latex-block-default): New var.
13052 (tex-latex-block): Use it to provide a default choice.
13053 Add any unknown choice to latex-block-names.
13054 Insert [...] after {...}.
13055 (tex-last-unended-begin): Simplify regexp.
13056 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13057 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13058 (latex-mode): Set forward-sexp-function.
13059
13060 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13061 Add regexp for @ignore ... @end ignore.
13062 (texinfo-heading-face): New face.
13063 (texinfo-font-lock-keywords): Use it.
13064 (texinfo-mode-menu): New menu.
13065 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13066 New functions.
13067 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13068 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13069 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13070 Remove declaration.
13071 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13072
13073 * delsel.el (delete-selection-mode): Use define-minor-mode.
13074
13075 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13076
13077 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13078
13079 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13080
13081 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13082
13083 * replace.el (keep-lines-read-args): New function.
13084 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13085 read arguments interactively. Add parameters RSTART and REND.
13086 Operate on the active region in Transient Mark mode.
13087
13088 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13089
13090 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13091 (authors-obsolete-files-regexps): New variable.
13092 (authors-add): Don't record changes in obsolete files.
13093
13094 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13095
13096 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13097
13098 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13099 (comment-indent): Make sure there's a space between code and comment.
13100 Shift comments left to avoid going past fill-column.
13101
13102 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13103
13104 * startup.el (startup-echo-area-message): New function.
13105 (display-startup-echo-area-message): Use it.
13106 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13107 (fancy-splash-default-action): New function.
13108 (fancy-splash-screens-1): New function.
13109 (fancy-splash-head): Put a help-echo and a keymap under the image.
13110
13111 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13112
13113 * diff-mode.el (diff-add-log-file-name): Remove.
13114 (diff-mode): Use add-log-buffer-file-name-function.
13115
13116 * add-log.el (find-change-log): New arg BUFFER-FILE.
13117 (add-log-file-name): Obey add-log-file-name-function.
13118 (add-log-buffer-file-name-function): New var.
13119 (add-change-log-entry): Use it.
13120
13121 2000-09-29 Miles Bader <miles@gnu.org>
13122
13123 * image-file.el (image-file-name-extensions): New variable.
13124 (image-file-name-regexps): Renamed from `image-file-regexps'.
13125 New default value is nil. Call `auto-image-file-mode'.
13126 (image-file-name-regexp): New function.
13127 (auto-image-file-mode): New minor mode.
13128 (insert-image-file): Don't make conditional on the image-file
13129 handler being enabled.
13130 (image-file-handler): Make the call here conditional instead.
13131 (set-image-file-handler-enabled, enable-image-file-handler)
13132 (disable-image-file-handler): Functions removed.
13133
13134 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13135 string.
13136
13137 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13138
13139 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13140 it's a function from CL.
13141 (latex-imenu-create-index): Replace eval-when-compile with progn
13142 because latex-section-alist is not bound while compiling.
13143
13144 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13145
13146 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13147 (outline-mode): Use define-derived-mode.
13148
13149 * progmodes/perl-mode.el (perl-mode):
13150 * progmodes/awk-mode.el (awk-mode):
13151 * progmodes/asm-mode.el (asm-mode):
13152 Don't gratuitously override the default for comment-column.
13153
13154 * emacs-lisp/lisp.el (lisp-complete-symbol):
13155 Distinguish the let-binding case from the funcall case.
13156 (forward-sexp-function): New variable.
13157 (forward-sexp): Use it.
13158
13159 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13160 (easy-mmode-defmap): Remove the now useless autoload.
13161
13162 * time.el (display-time-mode): Use define-minor-mode.
13163
13164 * subr.el (add-minor-mode): Don't eval NAME.
13165 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13166 Use if rather than cond.
13167
13168 * simple.el (read-expression-map): Define more properly.
13169 (comment-indent-hook): Remove.
13170 (string-to-syntax): Bug fix.
13171
13172 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13173 (cvs-ediff-diff): Fix typo.
13174 (cvs-revert-if-needed): Don't bother preserving read-only.
13175
13176 * paren.el (show-paren-mode): Use define-minor-mode.
13177
13178 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13179 (toggle-auto-compression): Remove.
13180 (jka-compr-build-file-regexp): Remove useless grouping.
13181
13182 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13183 Avoid user-reserved bindings.
13184 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13185 (diff-header-face): Revert to grey85.
13186
13187 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13188
13189 * complete.el (partial-completion-mode) <defcustom>: Remove.
13190 (partial-completion-mode): Use define-minor-mode.
13191 (PC-do-completion): Understand `completion-auto-help = delay'
13192 to mean to popup the completion buffer only the second time.
13193 (PC-include-file-all-completions, PC-include-file-all-completions)
13194 (PC-include-file-all-completions): Don't quote lambda.
13195
13196 * comint.el (comint-mode-hook): Docstring fix.
13197 (comint-mode): Use define-derived-mode.
13198 (comint-mode-map): Remove obsolete comment.
13199 (make-comint): Minor stylistic change.
13200 (comint-insert-clicked-input): Be more careful to find the overlay.
13201 Use this-command-keys rather than hardcoding mouse-2.
13202
13203 * font-lock.el: Replace confusing (,@ with ,
13204 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13205 Don't use regexp-opt-depth. Spice up the regexp for args.
13206 Don't distinguish between cmds that can take an opt arg or not.
13207 Use `append' and `prepend' rather than `keep'.
13208
13209 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13210 (latex-outline-regexp): New var.
13211 (latex-outline-level): New fun.
13212 (latex-section-alist): New var.
13213 (latex-imenu-create-index): Use it. Use `push' as well.
13214 (tex-shell-map): Initialize it properly.
13215 (tex-mode): Minor stylistic change.
13216 (plain-tex-mode): Use define-derived-mode.
13217 (latex-mode): Use define-derived-mode.
13218 Construct the paragraph regexps in a more readable way.
13219 Set the buffer-local outline-{level,regexp} vars.
13220 (slitex-mode): Derive from latex-mode.
13221 (tex-common-initialization): Don't kill-all-vars anymore.
13222 Add setting for comment-add and font-lock-defaults.
13223 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13224 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13225 (tex-start-tex): New arg DIR (and send a chdir command for it).
13226 Also display the shell buffer and save it in tex-last-buffer-texed.
13227 (tex-region): Use expand-file-name rather than concat.
13228 Remove code made useless by changes in tex-start-tex.
13229 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13230
13231 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13232
13233 2000-09-28 Dave Love <fx@gnu.org>
13234
13235 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13236
13237 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13238
13239 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13240 `append'.
13241
13242 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13243
13244 * info.el (Info-extract-pointer): Undo last change.
13245 Instead, fix the position of the `bound' arg to re-search-backward.
13246
13247 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13248
13249 * info.el (Info-extract-pointer):
13250 Widen more carefully, to avoid finding pointers in other nodes.
13251 (Info-index): Use push.
13252
13253 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13254
13255 * frame.el (set-frame-font): Remove call to obsolete function
13256 frame-update-faces.
13257 (set-foreground-color, set-background-color): Likewise for
13258 frame-update-face-colors.
13259
13260 2000-09-27 Miles Bader <miles@gnu.org>
13261
13262 * image-file.el: New file.
13263
13264 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13265
13266 * frame.el (frame-notice-user-settings): Don't call
13267 frame-update-faces, which is a no-op now.
13268
13269 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13270 tool-bar-lines.
13271
13272 2000-09-27 Dave Love <fx@gnu.org>
13273
13274 * mouse.el: Fix last change.
13275
13276 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13277
13278 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13279
13280 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13281
13282 * international/quail.el (quail-help): The output message is
13283 improved.
13284
13285 2000-09-26 Dave Love <fx@gnu.org>
13286
13287 * mouse.el (popup-menu): If POSITION is nil, set it using
13288 mouse-position.
13289
13290 2000-09-25 Sam Steingold <sds@gnu.org>
13291
13292 * net/browse-url.el (browse-url-file-url): Check for null maps.
13293
13294 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13295
13296 * frame.el (frame-notice-user-settings): Don't add a
13297 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13298
13299 * frame.el (frame-notice-user-settings):
13300 Make tool-bar-mode and default-frame-alist consistent.
13301
13302 * toolbar/tool-bar.el (tool-bar-help): New function.
13303
13304 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13305
13306 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13307 current-load-list in top-level forms. Else this leaks a cons cell
13308 every time a defun is called.
13309
13310 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13311
13312 2000-09-25 Dave Love <fx@gnu.org>
13313
13314 * startup.el (fancy-splash-head): Check XPM is available.
13315
13316 * autoinsert.el (auto-insert): Doc fix.
13317 (auto-insert-alist): Following GNU notices, don't say `copyright
13318 _by_'. Use line-beginning-position.
13319 (auto-insert): Check buffer-file-name is non-nil before use.
13320
13321 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13322
13323 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13324 starting with `@def' or `@multitable', in addition to ones
13325 specified by the user in auto-fill-inhibit-regexp.
13326
13327 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13328
13329 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13330 rmail-dont-reply-to-names matches the empty string.
13331
13332 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13333
13334 * startup.el (command-line-1, fancy-splash-text): Change the
13335 text to sound more friendly.
13336
13337 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13338
13339 * progmodes/hideshow.el: Update author email address.
13340 Generally, sync w/ maintainer version 5.22.
13341 (hs-hide-all-non-comment-function): New var.
13342 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13343 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13344 (hs-show-region): Delete this command.
13345 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13346
13347 2000-09-22 Dave Love <fx@gnu.org>
13348
13349 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13350 (hl-line-highlight): Specify buffer when moving overlay.
13351
13352 * progmodes/fortran.el (fortran-mode): Locally set
13353 normal-auto-fill-function.
13354 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13355 (fortran-mode-map): Adjust auto-fill menu entry.
13356
13357 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13358
13359 * vc-rcs.el (toplevel): Require `vc' when compiling.
13360
13361 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13362
13363 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13364
13365 * vc.el (vc-switch-backend): Signal an error if the file is not
13366 registered under the new backend.
13367
13368 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13369 without explicit revision number.
13370
13371 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13372
13373 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13374 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13375 (diff-xor): New function.
13376 (diff-find-source-location): Use it. Fix a stupid name clash.
13377 (diff-hunk-status-msg): New function.
13378 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13379 (diff-test-hunk): Use diff-find-source-location.
13380 (diff-goto-source): Favor the `reverse'.
13381 (diff-hunk-text): Properly handle one-sided context diffs.
13382 (diff-apply-hunk): When done, advance to the next hunk.
13383
13384 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13385
13386 * startup.el (command-line): If frame was created with a non-zero
13387 tool-bar-lines parameter, switch tool-bar-mode on.
13388
13389 * add-log.el (change-log-date-face, change-log-name-face)
13390 (change-log-email-face, change-log-file-face)
13391 (change-log-list-face, change-log-conditionals-face)
13392 (change-log-function-face, change-log-acknowledgement-face):
13393 New faces, inheriting from font-lock faces.
13394 (change-log-font-lock-keywords): Use them.
13395
13396 2000-09-21 Dave Love <fx@gnu.org>
13397
13398 * progmodes/cperl-mode.el (top-level): Clean up
13399 `eval-when-compile's and assorted defvars.
13400 (cperl-invalid-face): Don't double-quote value. Change custom
13401 type.
13402 (cperl-mode): Set normal-auto-fill-function and don't zap
13403 auto-fill-function.
13404 (cperl-imenu--function-name-regexp-perl): Renamed from
13405 imenu-example--function-name-regexp-perl.
13406 (cperl-imenu--create-perl-index): Renamed from
13407 imenu-example--create-perl-index.
13408 (cperl-xsub-scan): Don't require cl.
13409
13410 * msb.el (msb-mode-map): Use substitute-key-definition.
13411 (msb-mode): Use msb-mode-map.
13412
13413 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13414
13415 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13416 New functions.
13417 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13418 (vc-switch-backend): New function.
13419 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13420 (vc-register): Fix prompt.
13421 (vc-unregister, vc-default-unregister): New functions.
13422 (vc-version-diff): Handle empty buffer in sentinel.
13423
13424 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13425 (vc-rcs-state-heuristic): Use it to guess the state of files with
13426 non-strict locking.
13427 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13428 been set with -b, but not created yet.
13429 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13430 contents in order to find the state.
13431 (vc-rcs-checkin): Allow creation of branches with no changes.
13432 (vc-rcs-unregister, vc-rcs-receive-file)
13433 (vc-rcs-set-non-strict-locking): New functions.
13434
13435 * vc-hooks.el (vc-name): Force correct computation of the value
13436 in case it is missing.
13437
13438 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13439
13440 * startup.el (fancy-splash-tail): Use a different foreground
13441 color on a dark frame background.
13442
13443 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13444
13445 * info.el: Use the correct capitalization when making Info-mode
13446 and Info-edit-mode `special' modes.
13447
13448 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13449
13450 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13451 (diff-mode): Add support for add-log.el.
13452 (diff-hunk-text): Use char offsets rather than line offsets.
13453 (diff-find-source-location): Replace LINE with line-offset (nil
13454 if not found) and always set POS to a meaningful position.
13455 Adapt to the new char-offsets.
13456 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13457 Adapt to the new diff-find-source-location.
13458 (diff-goto-source): Adapt to the new diff-find-source-location.
13459
13460 * add-log.el (add-log-file-name): New function (split out of
13461 add-change-log-entry).
13462 (add-change-log-entry): Use it.
13463 Call add-log-file-name-function with the changelog file name if
13464 the current buffer is not associated with any file.
13465 Avoid find-file if the selected window is dedicated.
13466
13467 * diff-mode.el (diff-find-source-location):
13468 Move code from diff-apply-hunk. Return buffer rather than file.
13469 (diff-apply-hunk): Use the new result from diff-find-source-location.
13470 (diff-goto-source): Use the new diff-find-source-location.
13471
13472 2000-09-20 Dave Love <fx@gnu.org>
13473
13474 * iswitchb.el: Some doc fixes.
13475 (iswitchb-mode-map): Define completely initially. Inherit
13476 minibuffer-local-map.
13477 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13478 fundamental-mode.
13479 (iswitchb-global-map): New variable.
13480 (iswitchb-summaries-to-end): Amalgamate regexps.
13481 (iswitchb-mode): New.
13482 (iswitchb-mode-hook): New variable.
13483 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13484 `extensions'.
13485
13486 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13487
13488 * ehelp.el (electric-help): New defgroup.
13489 (electric-help-shrink-window): New user-option.
13490 (with-electric-help): Use it.
13491
13492 * window.el (shrink-window-if-larger-than-buffer): If face
13493 `mode-line' has a :box, and we're on a graphical frame, add 1
13494 to the needed window height.
13495
13496 * frame.el (frame-notice-user-settings): Add a last parameter nil
13497 to a call to `append', because the last list passed to `append' is
13498 not copied, and so subsequent calls to assq-delete-all will modify
13499 default-frame-alist.
13500
13501 * startup.el (fancy-splash-image): Change :type.
13502 (fancy-splash-head): Use an XBM image if appropriate.
13503 (command-line-1): Show splash screens in more cases.
13504
13505 * startup.el (fancy-splash-text): Don't quote faces.
13506
13507 * dired.el (dired-font-lock-keywords): Undo last change.
13508 (dired-readin): Bind indent-tabs-mode to nil.
13509
13510 * startup.el (fancy-splash-head): If frame's background mode
13511 is `dark', change the black background of the image to gray.
13512 (fancy-splash-screens): Display startup echo area message.
13513 (display-startup-echo-area-message): New function.
13514
13515 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13516
13517 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13518
13519 * info.el (info-header-node): Tweak for color ttys.
13520
13521 * faces.el (face-valid-attribute-values): Make sure directories we
13522 search for stipples both exist and are readable before trying to
13523 search them.
13524
13525 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13526 in the dry-run case.
13527
13528 * jka-compr.el (with-auto-compression-mode): New macro.
13529
13530 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13531 (custom-group-tag-face, custom-variable-tag-face): Use relative
13532 :height and inherit from `variable-pitch' face instead of
13533 hardwiring :family.
13534 * hi-lock.el (hi-black-hb): Likewise.
13535
13536 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13537 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13538 toolbar-add-item, if image doesn't have a mask add a `:mask
13539 heuristic'.
13540
13541 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13542
13543 * diff-mode.el: Docstring fixes.
13544 (diff-header-face, diff-comment-face): New faces.
13545 (diff-font-lock-keywords): Highlight a bit differently.
13546 (diff-find-source-location): Don't return SPAN any more.
13547 (diff-hunk-text): Don't bother erasing the temp buffer.
13548 (diff-find-text): Drop argument LINE.
13549 (diff-apply-hunk): Update calls to diff-find-text.
13550 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13551
13552 * calendar/calendar.el: Docstring fixes.
13553 (calendar-make-alist): Don't quote lambda.
13554 (calendar-star-date): Use make-local-variable.
13555
13556 2000-09-19 Dave Love <fx@gnu.org>
13557
13558 * toolbar/tool-bar.el: Renamed from toolbar.el.
13559 Change `toolbar' to `tool-bar' generally in symbols.
13560 Make some items invisible in `special' major modes.
13561 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13562 Add arg PROPS.
13563
13564 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13565 Add :version here.
13566 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13567
13568 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13569
13570 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13571
13572 * files.el (find-file-suppress-same-file-warnings): New user-option.
13573 (find-file-noselect): Use it.
13574
13575 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13576 (fancy-splash-screen): Defgroup.
13577
13578 * add-log.el (change-log-font-lock-keywords): Match names
13579 more exactly for the case that font-lock-constant-face is
13580 underlined.
13581
13582 2000-09-19 Richard M. Stallman <rms@gnu.org>
13583
13584 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13585
13586 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13587
13588 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13589
13590 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13591
13592 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13593 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13594 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13595 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13596 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13597 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13598 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13599 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13600 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13601 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13602 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13603 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13604
13605 * startup.el (fancy-splash-text): New variable.
13606 (fancy-splash-delay, fancy-splash-image): New user-options.
13607 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13608 (fancy-splash-screens): New functions.
13609 (command-line-1): If display has a `display' frame parameter, has
13610 colors, and we have XPM support, show more fancy splash screens.
13611
13612 2000-09-19 Dave Love <fx@gnu.org>
13613
13614 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13615 with null `help'. Use modern backquote syntax.
13616
13617 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13618
13619 * font-lock.el (font-lock-mode): Change message telling the user
13620 that ``the buffer is too big''.
13621
13622 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13623 for instance for the case that tab-width is 2.
13624
13625 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13626
13627 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13628 toolbar-add-item, if image doesn't have a mask add a `:mask
13629 heuristic'.
13630
13631 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13632
13633 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13634 and return a cons if it's non-nil.
13635 (diff-apply-hunk): Try to jump to the line in the source text
13636 corresponding to the position of point in the in the hunk.
13637
13638 * info.el (Info-title-3-face, Info-title-2-face)
13639 (Info-title-1-face): Use face inheritance and relative sizes
13640 instead of hard-wiring things.
13641
13642 * faces.el (secondary-selection): Make dark-background variant sane.
13643
13644 2000-09-16 Andrew Innes <andrewi@gnu.org>
13645
13646 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13647 read-only, since they aren't under VC now.
13648
13649 2000-09-17 Dave Love <fx@gnu.org>
13650
13651 * tmm.el: Replace mapcar with mapc in several places.
13652
13653 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13654 ad-unadvise.
13655
13656 * international/latin1-disp.el: New file.
13657
13658 * calendar/cal-move.el (scroll-calendar-left)
13659 (scroll-calendar-right): Make arg optional (for active mode line).
13660
13661 * calendar/calendar.el (calendar-mode-line-format): Make fields
13662 mouse-sensitive.
13663 (calendar-read-date, calendar-read-date, calendar-window-list):
13664 Unquote lambda.
13665 (calendar-month-name): Use aref, not sref.
13666
13667 * view.el (minor-mode-alist): Propertize the string.
13668
13669 * international/characters.el (standard-case-table): Add entries
13670 for Greek.
13671
13672 2000-09-18 Miles Bader <miles@gnu.org>
13673
13674 * info.el (info-node, info-xref): Add dark-background variants.
13675
13676 * faces.el (header-line): Change defaults to be less confusing
13677 when mixed with mode-lines.
13678
13679 * info.el (Info-fontify-node): Make a few cleanups.
13680 Add extra `help-echo' and `local-map' props to node xrefs.
13681 Use header-specific faces for node-names & xrefs.
13682 (Info-use-header-line): New variable.
13683 (info-header-xref, info-header-node): New faces.
13684 (Info-setup-header-line): New function.
13685 (Info-select-node): Call Info-setup-header-line when enabled.
13686 (Info-extract-pointer): Work even if the header line is hidden.
13687 (Info-header-line): New variable.
13688
13689 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13690
13691 * vms-patch.el (print-region-function): Don't quote lambda.
13692
13693 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13694
13695 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13696 (lm-get-header-re): Allow spaces between the header and the colon.
13697 (lm-header): Allow $ in non-RCS headers.
13698 (lm-header-multiline): Put the strings back into order.
13699 Stop at an empty line. Don't require two space chars if the
13700 line is clearly not another header line.
13701
13702 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13703 (popup-menu-popup): Remove.
13704
13705 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13706
13707 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13708 specification if or if not tool-bar item contains an `:enabled'
13709 property.
13710
13711 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13712 current buffer has no file name.
13713
13714 2000-09-15 Dave Love <fx@gnu.org>
13715
13716 * strokes.el: Sync with maintainer's current version with changes
13717 for Emacs, but avoid runtime cl and levents.
13718 (toplevel): Change autoloads and compilation requires.
13719 (strokes-version, strokes-bug-address, strokes-lift): Values
13720 changed.
13721 (strokes-xpm-header, strokes-insinuated): New variable.
13722 (strokes): Add :link.
13723 (strokes-mode): Customized.
13724 (strokes-while-inhibiting-garbage-collector): New macro.
13725 (strokes-remassoc): Avoid remove-if.
13726 (strokes-fix-button2-command): Don't use ad-do-it.
13727 (strokes-insinuate): New function.
13728 (strokes-button-press-event-p, strokes-button-release-event-p):
13729 New functions, used instead of non-`strokes-' versions..
13730 (strokes-mouse-event-p): Rewritten.
13731 (strokes-event-closest-point): Avoid event-point.
13732 (strokes-get-grid-position): Avoid cdadr, caadr
13733 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13734 functions.
13735 (strokes-help): Use with-output-to-temp-buffer.
13736 (strokes-window-configuration-changed-p): New function.
13737 (strokes-update-window-configuration): Use buffer-live-p,
13738 strokes-window-configuration-changed-p.
13739 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13740 (strokes-char-face): New face.
13741 (strokes-char-table, strokes-base64-chars): New variable.
13742 (strokes-xpm-for-stroke, strokes-list-strokes)
13743 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13744 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13745 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13746 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13747 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13748 functions.
13749
13750 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13751
13752 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13753
13754 * image.el (create-image): Doc fix.
13755
13756 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13757 instead of `:heuristic-mask t'.
13758
13759 2000-09-14 Andrew Innes <andrewi@gnu.org>
13760
13761 * makefile.w32-in: Revert to Unix line endings.
13762
13763 2000-09-14 Andrew Innes <andrewi@gnu.org>
13764
13765 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13766 when installing.
13767
13768 * makefile.nt (DONTCOMPILE): Fix typo.
13769
13770 * shell.el (shell-write-history-on-exit): New function.
13771 (shell-dumb-shell-regexp): New custom variable.
13772 (shell-mode): Make shell-write-history-on-exit the process
13773 sentinel if shell name matches shell-dumb-shell-regexp.
13774
13775 * w32-fns.el: Comment out before-init-hook function which resets
13776 source-directory based; this breaks bootstrap.
13777
13778 2000-09-14 Dave Love <fx@gnu.org>
13779
13780 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13781 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13782 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13783 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13784 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13785 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13786 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13787 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13788 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13789
13790 * toolbar/toolbar.el: New.
13791
13792 * subdirs.el: Add toolbar.
13793
13794 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13795
13796 * indent.el (indent-for-tab-command): Doc fix.
13797
13798 2000-09-14 Alex Schroeder <alex@gnu.org>
13799
13800 * ansi-color.el (ansi-colors): Doc change.
13801 (ansi-color-get-face): Simplified regexp.
13802 (ansi-color-faces-vector): Added more faces, doc change.
13803 (ansi-color-names-vector): Doc change.
13804 (ansi-color-regexp): Simplified regexp.
13805 (ansi-color-parameter-regexp): New regexp.
13806 (ansi-color-filter-apply): Doc change.
13807 (ansi-color-filter-region): Doc change.
13808 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13809 deal with zero length parameters.
13810 (ansi-color-apply-on-region): Doc change.
13811 (ansi-color-map): Doc change.
13812 (ansi-color-map-update): Removed debugging message.
13813 (ansi-color-get-face-1): Added condition-case to trap
13814 args-out-of-range errors.
13815 (ansi-color-get-face): Doc change.
13816 (ansi-color-make-face): Removed.
13817 (ansi-color-for-shell-mode): New option.
13818
13819 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13820
13821 * international/quail.el (quail-start-translation): Translate KEY
13822 if necessary even if it doesn't have any mapping in the current
13823 input method.
13824 (quail-start-conversion): Likewise.
13825 (quail-help): The output message is improved.
13826
13827 2000-09-13 Miles Bader <miles@gnu.org>
13828
13829 * comint.el (comint-output-filter): Revert to using
13830 `insert-before-markers'. Add bletcherous hack to undo damage
13831 caused by `insert-before-markers'. Put `front-sticky' property on
13832 overlays created here so that the field code understands how the
13833 overlay works. Use a let when making comint-last-prompt-overlay,
13834 so that the code is easier to read.
13835
13836 2000-09-13 Dave Love <fx@gnu.org>
13837
13838 * wid-edit.el (widget-default-format-handler): DTRT when
13839 doc-property is a function.
13840
13841 2000-09-12 Francesco Potorti` <pot@gnu.org>
13842
13843 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13844 filed name if it's not there.
13845
13846 2000-09-12 Dave Love <fx@gnu.org>
13847
13848 * simple.el (read-mail-command): Doc fix.
13849 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13850
13851 * vc.el (vc-dired-listing-switches): Fix :version.
13852
13853 * vc-hooks.el: Doc fixes.
13854
13855 * subr.el (add-minor-mode): Use toggle-fun arg.
13856
13857 * speedbar.el: Add :version to several defcustoms.
13858
13859 * imenu.el (imenu--truncate-items, imenu--cleanup)
13860 (imenu--generic-function): Avoid mapcar.
13861 (imenu--replace-spaces): Function removed.
13862 (imenu--completion-buffer): Use subst-char-in-string.
13863 (imenu-add-to-menubar): Use keymap inheritance.
13864
13865 2000-09-12 Miles Bader <miles@gnu.org>
13866
13867 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13868 (diff-mode-map): Bind `diff-test-hunk'.
13869 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13870
13871 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13872
13873 * bytecomp.el (byte-compile-defvar): Undo last change
13874 because it breaks '(make-variable-buffer-local (defvar ...)'
13875 which is used at least in dired.
13876
13877 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13878
13879 * international/quail.el (quail-define-package): Docstring
13880 modified.
13881
13882 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13883
13884 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13885 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13886 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13887 docstring of "chinese-py".
13888
13889 * international/quail.el (quail-translation-docstring): New
13890 variable.
13891 (quail-show-keyboard-layout): Docstring modified.
13892 (quail-select-current): Likewise.
13893 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13894 infinite recursive call.
13895 (quail-help): Check quail-translation-docstring. Format of the
13896 output changed.
13897 (quail-help-insert-keymap-description): Adjusted for the above
13898 change.
13899
13900 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13901
13902 * bytecomp.el (byte-compile-defvar): Only cons onto
13903 current-load-list in top-level forms. Else this leaks a cons cell
13904 every time a defun is called.
13905
13906 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13907
13908 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13909 Now understands non-unified diffs. Some functionality moved into
13910 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13911 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13912 modify anything. Only reposition point in the patched file if the
13913 patch succeeds. Only pop up another window if POPUP is true.
13914 Emit a message describing what happened if successful, and at what
13915 line-offset. Automatically detect reversed hunks and do something
13916 appropriate.
13917 (diff-hunk-text, diff-find-text): New functions.
13918 (diff-filter-lines): Function removed.
13919 (diff-test-hunk): New function.
13920 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13921
13922 2000-09-10 Dave Love <fx@gnu.org>
13923
13924 * textmodes/tildify.el: Minor doc/commentary fixes.
13925 (tildify) <defgroup>: Add :version.
13926
13927 * faces.el (face-x-resources): Make custom type more specific.
13928 (frame-background-mode): Use mapc.
13929 (region) <defcustom>: Add :version.
13930
13931 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13932
13933 * vc-sccs.el (vc-sccs-register):
13934 * vc-rcs.el (vc-rcs-register):
13935 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13936 * vc.el (vc-register): Clear file's properties.
13937
13938 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13939
13940 * faces.el (face-spec-set): Only face-spec-reset-face when
13941 ATTRS is non-nil.
13942
13943 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13944
13945 * help.el (help-insert-xref-button): Fix a typo in doc string.
13946
13947 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13948
13949 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13950 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13951 methods.
13952
13953 * menu-bar.el (read-mail-item-name): New function.
13954 (menu-bar-tools-menu): Use it to compute and display the package
13955 used to read email.
13956 (menu-bar-tools-menu): Fix typo in GUD's help string.
13957
13958 2000-09-07 Dave Love <fx@gnu.org>
13959
13960 * diff-mode.el (diff-mouse-goto-source): New function.
13961
13962 * vc-sccs.el: Doc fixes.
13963 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13964
13965 * vc-rcs.el: Doc fixes.
13966 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13967 (vc-rcs-checkout-switches, vc-rcs-header)
13968 (vc-rcs-master-templates): Add or change :version.
13969
13970 * vc-cvs.el: Doc fixes.
13971 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13972 (vc-cvs-stay-local): Add :version.
13973
13974 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13975
13976 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13977
13978 * international/quail.el (quail-help): Fix previous change.
13979
13980 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13981
13982 * faces.el (color-values): Doc fix.
13983
13984 * faces.el (frame-set-background-mode): Use frame-parameter
13985 instead of frame-parameters.
13986
13987 * frame.el (filtered-frame-list): Reduce consing.
13988 (frames-on-display-list): Call frame-parameter instead of
13989 frame-parameters.
13990
13991 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13992
13993 * language/devan-util.el (devanagari-to-indian-region): In the
13994 loop, change the following char, not preceding char.
13995
13996 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13997
13998 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13999 instead of frame-parameters.
14000
14001 * faces.el (set-face-attribute): Simplify by calling
14002 internal-set-lisp-face-attribute with FRAME being 0.
14003
14004 * vc.el: Remove `Id' version control keyword.
14005
14006 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14007
14008 * help.el (help-make-xrefs): Adjusted for the change of
14009 help-xref-mule-regexp.
14010 (help-insert-xref-button): New function.
14011
14012 * international/mule-cmds.el (help-xref-mule-regexp-template):
14013 Include the pattern for character set.
14014 (leim): New group.
14015
14016 * international/quail.el: Don't require face.
14017 (quail): New group.
14018 (quail-other-command): Dummy command to make quail-help work better.
14019 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14020 (quail-keyboard-layout-substitution): New variable.
14021 (quail-update-keyboard-layout): New function.
14022 (quail-keyboard-layout-type): New customizable variable.
14023 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14024 (quail-keyboard-translate): Pay attention to
14025 quail-keyboard-layout-substitution.
14026 (quail-insert-kbd-layout): New function.
14027 (quail-show-keyboard-layout): New function.
14028 (quail-get-translation): If the definition is a vector of length
14029 1, and the element is a string of length 1, return the character
14030 in that string.
14031 (quail-update-current-translations): Fix the case of
14032 relative-index out of range.
14033 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14034 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14035 Show key sequences for all available characters.
14036 (quail-help-insert-keymap-description): Don't show such verbose
14037 key bindings as quail-self-insert-command.
14038
14039 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14040 Format changed, and each element now have extra documentations.
14041 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14042 Adjusted for the change of quail-cxterm-package-ext-info.
14043
14044 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14045
14046 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14047 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14048 during bootstrap.
14049
14050 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14051
14052 * vc.el: (toplevel): Don't require `dired' at run-time.
14053 (vc-dired-resynch-file): Remove autoload cookie.
14054
14055 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14056
14057 * vc.el: Made several backend functions optional.
14058 (vc-default-responsible-p): New function.
14059 (vc-merge): Use RET for first version to trigger merge-news, not
14060 prefix arg.
14061 (vc-annotate): Handle backends that do not support annotation.
14062 (vc-default-merge-news): Removed. The existence of a merge-news
14063 implementation is now checked on caller sites.
14064
14065 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14066 case.
14067
14068 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14069 special case that has been removed from the default in vc-hooks.el.
14070
14071 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14072
14073 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14074
14075 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14076
14077 * vc-hooks.el: Require vc during compilation.
14078 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14079 macro `with-vc-properties' in vc.el.
14080 (vc-file-getprop): Doc fix.
14081 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14082
14083 * vc.el: Require dired-aux during compilation.
14084 (vc-name-assoc-file): Moved to vc-sccs.el.
14085 (with-vc-properties): New macro.
14086 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14087 vc-finish-steal): Use it.
14088 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14089 to the backend-specific function is now supposed to do the checkout,
14090 too.
14091 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14092
14093 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14094 set file properties; that gets done in the generic code now.
14095
14096 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14097 Changed parameter list, added code from vc.el that does the
14098 checkout, possibly with a double-take.
14099
14100 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14101 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14102 the above under the new name.
14103 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14104 parameter list, added checkout command.
14105 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14106 properties; that gets done in the generic code now.
14107
14108 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14109
14110 * vc.el: Docstring fixes (courtesy of checkdoc).
14111
14112 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14113
14114 * vc.el (vc-checkout-writable-buffer-hook)
14115 (vc-checkout-writable-buffer): Remove.
14116 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14117 (vc-log-mode): Make it into a clean derived major mode.
14118 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14119 vc-log-mode if log-edit is not available.
14120 (vc-dired-mode-map): Don't set-keymap-parent yet.
14121 (vc-dired-mode): Do set-keymap-parent here.
14122 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14123
14124 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14125
14126 * faces.el (set-face-attribute, face-spec-reset-face)
14127 (face-spec-set): Avoid consing by removing calls to `apply'.
14128
14129 * frame.el (frame-parameter): Move to C code.
14130
14131 2000-09-05 Dave Love <fx@gnu.org>
14132
14133 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14134 insert-before-markers-and-inherit. Now checked systematically!
14135
14136 2000-09-05 Alex Schroeder <alex@gnu.org>
14137
14138 * sql.el (sql-postgres): Use sql-postgres-options.
14139 (sql-postgres-options): New variable.
14140
14141 2000-09-05 Alex Schroeder <alex@gnu.org>
14142
14143 * sql.el (sql-mode-menu): Work around missing variable mark-active
14144 in XEmacs.
14145 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14146 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14147 compatibility.
14148
14149 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14150
14151 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14152
14153 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14154
14155 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14156
14157 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14158
14159 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14160 don't support anything else under SCCS yet.
14161
14162 * vc-hooks.el: Minor doc fixes.
14163
14164 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14165
14166 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14167 not necessary. If verbose in state `needs-patch', do the same as
14168 under `up-to-date'. When NOT verbose and `needs-patch', check out
14169 latest version instead of `merge-news'.
14170 (vc-next-action-dired): Don't mess with default-directory here; it
14171 breaks other parts of dired. It is the job of the
14172 backend-specific functions to adjust it temporarily if they need it.
14173 (vc-next-action): Remove a special CVS case.
14174 (vc-clear-headers): New optional arg FILE.
14175 (vc-checkin, vc-checkout): Set properties vc-state and
14176 vc-checkout-time properly.
14177 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14178 (vc-print-log): Use new backend function `show-log-entry'.
14179 (vc-cancel-version): Do the checks in a different order. Added a
14180 FIXME concerning RCS-only code.
14181
14182 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14183 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14184
14185 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14186
14187 * vc-hooks.el (vc-default-mode-line-string): Show state
14188 `needs-patch' as a `-' too.
14189
14190 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14191
14192 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14193 (vc-default-could-register): New function.
14194 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14195 (vc-resynch-buffer): Call vc-dired-resynch-file.
14196 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14197 vc-resynch-buffer instead of vc-resynch-window.
14198 (vc-next-action-dired): Don't redisplay here, that gets done as a
14199 result of the individual file operations.
14200 (vc-retrieve-snapshot): Corrected prompt order.
14201
14202 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14203
14204 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14205 as well.
14206 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14207 hostname regexps. Updated all callers.
14208 (vc-cvs-responsible-p): Handle directories as well.
14209 (vc-cvs-could-register): New function.
14210 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14211 properties up-to-date.
14212
14213 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14214 user whether to create one.
14215
14216 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14217
14218 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14219 check out a non-existing file.
14220
14221 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14222 workfile does not exist.
14223
14224 * vc.el (vc-version-diff): Use `require' to check for existence of
14225 diff-mode.
14226
14227 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14228
14229 * vc-cvs.el (vc-cvs-registered): Use new function
14230 vc-cvs-parse-entry to do the actual work.
14231
14232 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14233
14234 * vc-hooks.el (vc-find-backend-function): If function doesn't
14235 exist, return nil instead of error.
14236 (vc-call-backend): Doc fix.
14237
14238 * vc.el (vc-do-command): Doc fix.
14239 (vc-finish-logentry): When checking in from vc-dired, choose the
14240 right backend for logentry check.
14241 (vc-dired-mode-map): Inherit from dired-mode-map.
14242 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14243 simplified.
14244 (vc-dired-state-info): Removed, updated caller.
14245 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14246 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14247 (vc-dired-listing-switches): New variable.
14248 (vc-directory): Use it, instead of dired-listing-switches.
14249
14250 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14251 (vc-cvs-dir-state): New function.
14252 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14253 (vc-cvs-parse-entry): New function, also to be used in
14254 vc-cvs-registered.
14255
14256 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14257
14258 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14259 *or* single-window-frames.
14260
14261 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14262
14263 * vc.el (vc-update-changelog): Split into generic part and default
14264 implementation. Doc string adapted.
14265 (vc-default-update-changelog): New function. Call the `rcs2log'
14266 script in exec-directory, to fix a long-standing nuisance.
14267
14268 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14269 simply signals an error.
14270
14271 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14272
14273 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14274 control-flow more clear and to avoid running `cvs' twice.
14275
14276 * vc.el (vc-next-action-on-file): Doc fix.
14277 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14278 (vc-print-log): Eval `file' before constructing the continuation.
14279
14280 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14281
14282 * vc.el (vc-next-action-on-file): Corrected several messages.
14283 (vc-merge): Add prefix arg `merge-news'; handle it.
14284
14285 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14286 is not reached. It is.
14287 (vc-cvs-merge): Set state to 'edited after merge.
14288 (vc-cvs-merge-news): Set workfile version to nil if not known.
14289 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14290
14291 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14292 via stdout. (Merge from main line.)
14293
14294 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14295
14296 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14297 detection.
14298
14299 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14300
14301 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14302 against kill-all-local-variables.
14303 (vc-log-edit): Don't save vc-parent-buffer any more.
14304 (vc-last-comment-match): Initialize to an empty string.
14305 (vc-post-command-functions): New hook.
14306 (vc-do-command): Run it.
14307 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14308 (vc-finish-logentry): Only add the comment to the ring if it's
14309 different from the last comment entered.
14310 (vc-new-comment-index): New function.
14311 (vc-previous-comment): Use it. Make the minibuffer message
14312 slightly less terse.
14313 (vc-comment-search-reverse): Make it work forward as well. Don't
14314 set vc-comment-ring-index if no match is found. Use
14315 vc-new-comment-index.
14316 (vc-comment-search-forward): Use vc-comment-search-reverse.
14317 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14318 define-derived-mode will do it for us. Bind `v' to a keymap that
14319 inherits from vc-prefix-map so that we can bind `vt' without
14320 binding C-x v t.
14321 (vc-retrieve-snapshot): Parenthesis typo.
14322
14323 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14324 to 1. Make sure to switch to *vc* before looking for an error
14325 message. Use vc-parse-buffer.
14326
14327 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14328
14329 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14330 and NAME.
14331 (vc-retrieve-snapshot): Split into two parts.
14332 (vc-default-retrieve-snapshot): New function.
14333
14334 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14335 (vc-cvs-retrieve-snapshot): New function (untested).
14336 (vc-cvs-stay-local): Default to t.
14337 (vc-cvs-remote-p): New function and property.
14338 (vc-cvs-state): Stay local only if the above is t.
14339 (vc-handle-cvs): Removed.
14340 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14341 done via vc-handled-backends now.
14342 (vc-cvs-header): Escape Id.
14343
14344 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14345
14346 * vc.el (vc-do-command): Remove unused commands.
14347 (vc-version-diff): Make sure default-directory ends with a slash.
14348 Move the window commands into a vc-exec-after.
14349 (vc-print-log): Move more of the code into the `vc-exec-after'.
14350
14351 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14352
14353 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14354 (vc-print-log): Search current revision from beginning of buffer.
14355 (vc-revert-buffer): Clear echo area after the diff is finished.
14356 (vc-prefix-map): Removed definition of "t" for terse display in vc
14357 dired.
14358 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14359 definition of "vt" for terse display.
14360 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14361
14362 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14363
14364 * vc.el (vc-exec-after): Avoid caddr.
14365
14366 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14367
14368 * vc.el (vc-exec-after): New function.
14369 (vc-do-command): Use it to add a termination message for async
14370 procs.
14371 (vc-checkout): Try to handle a missing-backend situation.
14372 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14373 of a directory with a backend using async diffs.
14374 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14375 present.
14376
14377 * vc-sccs.el (vc-sccs-state-heuristic): Use
14378 file-ownership-preserved-p.
14379
14380 * vc-rcs.el (vc-rcs-state-heuristic): Use
14381 file-ownership-preserved-p.
14382 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14383
14384 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14385
14386 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14387 vc-do-command.
14388
14389 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14390 when there are no changes.
14391
14392 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14393
14394 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14395
14396 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14397
14398 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14399
14400 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14401
14402 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14403 the `fset' outside of the defvar so that it works even if
14404 vc-prefix-map was already defined.
14405 (vc-setup-buffer): New function, split out of vc-do-command.
14406 (vc-do-command): Allow BUFFER to be t to mean `just use the
14407 current buffer without any fuss'.
14408 (vc-version-diff): Change the `diff' backend operation to just put
14409 the diff in the current buffer without erasing it. Always use
14410 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14411 shrink-window-if-larger-than-buffer.
14412 (vc-print-log): Change the `print-log' backend operation to just
14413 put the log in the current buffer without erasing it. Protect
14414 shrink-window-if-larger-than-buffer.
14415 (vc-update-change-log): Fix setd typo.
14416
14417 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14418 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14419
14420 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14421 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14422 CMP.
14423
14424 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14425 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14426 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14427
14428 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14429
14430 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14431 not possible, use vc-BACKEND-workfile-unchanged-p.
14432 (vc-default-workfile-unchanged-p): New function. Delegates to a
14433 full vc-BACKEND-diff.
14434
14435 * vc-hooks.el (vc-simple-command): Removed.
14436
14437 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14438 instead of vc-simple-command.
14439 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14440 avoid doing a diff when opening a file.
14441 (vc-rcs-state): Added check for unlocked-changes.
14442 (vc-rcs-header): Escape Id.
14443 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14444 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14445 version.
14446
14447 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14448 (vc-sccs-diff): Remove optional arg CMP.
14449 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14450 SCCS-specific function.
14451
14452 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14453 vc-simple-command.
14454
14455 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14456
14457 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14458 (with-vc-file, vc-merge): Use vc-editable-p.
14459 (vc-do-command): Remove unused var vc-file and fix the
14460 doubly-defined `status' var. Add a user message when starting an
14461 async command.
14462 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14463 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14464 Use with-current-buffer.
14465 (vc-buffer-sync): Use unless.
14466 (vc-next-action-on-file): If the file is 'edited by read-only,
14467 make it read-write instead of trying to commit.
14468 (vc-version-diff, vc-update-change-log): Use `setq
14469 default-directory' rather than `cd'.
14470 (vc-log-edit): Don't forget to set default-directory in the
14471 buffer.
14472
14473 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14474 (vc-sccs-state-heuristic): Use file-writable-p instead of
14475 comparing userids.
14476 (vc-sccs-checkout): Use `unless'.
14477
14478 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14479 of comparing userids.
14480 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14481 Simplify the logic by eliminating unreachable code.
14482 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14483 just do a recursive call if we need to retry.
14484 (vc-rcs-checkout): Handle the case where rcs is missing by making
14485 the buffer read-write if requested and re-signalling the error.
14486
14487 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14488
14489 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14490
14491 * vc-hooks.el (vc-handled-backends): Docstring change.
14492 (vc-ignore-vc-files): Mark obsolete.
14493 (vc-registered): Check vc-ignore-vc-files.
14494 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14495 vc-ignore-vc-files.
14496
14497 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14498
14499 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14500
14501 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14502 files since ange-ftp already has vc-registered return nil.
14503
14504 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14505 (vc-sccs-workfile-version): Use with-temp-buffer and new
14506 vc-parse-buffer and don't bother setting the property.
14507 (vc-sccs-add-triple): Use with-current-buffer and
14508 find-file-noselect.
14509 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14510
14511 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14512 derives from the old vc-parse-buffer but uses the revision number
14513 rather than the date (much easier to compare robustly).
14514 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14515 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14516 locking-user more directly. Check strict locking and set
14517 checkout-model appropriately.
14518 (vc-rcs-parse-locks): Remove.
14519 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14520 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14521 (vc-rcs-system-release): Use with-current-buffer and
14522 vc-parse-buffer.
14523 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14524
14525 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14526 (vc-simple-command): Docstring fix.
14527 (vc-registered): Align the way the file-handler is called with the
14528 way the function itself works.
14529 (vc-file-owner): Remove.
14530
14531 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14532 extraction of fields and call to file-attributes because of a
14533 temporary bug in rcp.el.
14534 (vc-cvs-fetch-status): Use with-current-buffer.
14535
14536 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14537
14538 * vc.el (vc-do-command): Use file-relative-name.
14539 (vc-responsible-backend): Use vc-backend if possible.
14540 (vc-create-snapshot): Improve the `interactive' spec. Add support
14541 for branches and dispatch to backend-specific `create-snapshot'.
14542 (vc-default-create-snapshot): New function, containing the bulk of
14543 the old vc-create-snapshot.
14544 (vc-retrieve-snapshot): Improve the interactive spec.
14545
14546 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14547 (vc-backend-hook-functions): Remove.
14548 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14549 (vc-backend): Reintroduce the test for `file = nil' now that I
14550 know why it was there (and added a comment to better remember).
14551
14552 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14553 code from vc-sccs-hooks.el.
14554 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14555 'vc anymore.
14556 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14557 and file-directory-p instead of file-exists-p.
14558 (vc-sccs-check-headers): Simplify the regexp.
14559
14560 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14561 from vc-rcs-hooks.el. Don't require 'vc anymore.
14562 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14563 file-directory-p instead of file-exists-p.
14564
14565 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14566 from vc-cvs-hooks.el.
14567 (proto vc-cvs-registered): Require 'vc-cvs instead of
14568 'vc-cvs-hooks. Don't require 'vc anymore.
14569 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14570 file-directory-p instead of file-exists-p.
14571 (vc-cvs-create-snapshot): New function, replacing
14572 vc-cvs-assign-name.
14573 (vc-cvs-assign-name): Remove.
14574
14575 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14576
14577 * vc-cvs.el (vc-cvs-header): New var.
14578
14579 * vc-rcs.el (vc-rcs-exists): Remove.
14580 (vc-rcs-header): New var.
14581
14582 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14583 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14584 (vc-sccs-header): New var.
14585
14586 * vc.el (vc-do-command): Get rid of the `last' argument.
14587 (vc-header-alist): Remove, replaced by vc-X-header.
14588 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14589 (vc-dired-hook): Use expand-file-name instead of concat.
14590 (vc-directory): Use file-name-as-directory.
14591 (vc-snapshot-precondition, vc-create-snapshot)
14592 (vc-retrieve-snapshot): Allow the command to operate on any
14593 directory.
14594
14595 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14596 just removing the 'WORKFILE argument or by removing the 'MASTER
14597 argument and replacing `file' with (vc-name file).
14598
14599 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14600
14601 * vc.el: Update Copyright and add a crude list of backend funs.
14602 (vc-writable-p): New function.
14603 (with-vc-file): Use vc-writable-p.
14604 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14605 (vc-register): Avoid vc-name.
14606 (vc-locking-user): Remove.
14607 (vc-steal-lock): Make the `owner' arg non-optional.
14608 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14609 vc-checkout-model.
14610 (vc-default-dired-state-info): Use vc-state instead of
14611 vc-locking-user and return special strings for special states.
14612 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14613 and get rid of one of the special CVS cases.
14614 (vc-cancel-version): prettify error message with \\[...].
14615 (vc-rename-master): New function.
14616 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14617 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14618 the CVS special case generic.
14619 (vc-default-record-rename): Remove.
14620 (vc-file-tree-walk-internal): Only call FUNC for files that are
14621 under control of some VC backend and replace `concat' with
14622 expand-file-name.
14623 (vc-file-tree-walk): Update docstring.
14624 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14625 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14626
14627 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14628 vc-sccs-record-rename. Use `find-file-noselect' rather than
14629 `find-file' and call `vc-rename-master' to do the actual move.
14630 (vc-sccs-diff): Remove unused `backend' variable.
14631
14632 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14633 to delay loading of vc-sccs until it is really used.
14634 (vc-sccs-master-templates): Preload.
14635 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14636 (vc-sccs-project-dir): Remove (merged into
14637 vc-sccs-search-project-dir).
14638 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14639 rather than `concat', make sure it is preloaded and don't bother
14640 to check that the file actually exists.
14641 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14642 `locks' argument (use buffer's content instead) and eliminate n^2
14643 behavior.
14644
14645 * vc-rcs.el: Update Copyright.
14646 (vc-rcs-rename-file): New function.
14647 (vc-rcs-diff): Remove unused `backend' variable.
14648
14649 * vc-hooks.el: Update Copyright.
14650 (vc-backend): Don't accept a nil argument any more.
14651 (vc-up-to-date-p): Turn into a defsubst.
14652 (vc-possible-master): New function.
14653 (vc-check-master-templates): Use `vc-possible-master' and allow
14654 funs in vc-X-master-templates to return a non-existent file.
14655
14656 * vc-cvs.el: Update Copyright.
14657 (vc-cvs-diff): Remove unused `backend' variable.
14658 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14659
14660 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14661
14662 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14663
14664 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14665 since it can be called from vc-rcs.el.
14666 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14667
14668 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14669
14670 * vc.el (vc-version-diff): Expand file name read from the
14671 minibuffer. Handle the case when a previous version number can't
14672 be guessed. Give suitable messages when there were no differences
14673 found.
14674 (vc-clear-headers): Call backend-specific implementation, if one
14675 exists.
14676 (vc-cancel-version): Made error checks generic. When done, clear
14677 headers generically, too.
14678
14679 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14680 from vc-clear-headers in vc.el.
14681
14682 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14683 correctly.
14684 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14685 optional. Handle the case when it's not there.
14686
14687 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14688
14689 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14690
14691 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14692
14693 * vc-hooks.el (vc-loadup): Remove.
14694 (vc-find-backend-function): Use `require'. Also, handle the case
14695 where vc-BACKEND-hooks.el doesn't exist.
14696 (vc-call-backend): Cleanup.
14697
14698 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14699
14700 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14701 vc-rcs-grab-templates)
14702 (vc-rcs-registered): Remove. The default function works as well.
14703 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14704 vc-sccs-grab-templates)
14705 (vc-sccs-registered): Remove. The default function works as well.
14706
14707 * vc.el (vc-version-diff): Left out a vc- in call to
14708 vc-call-backend.
14709 (vc-default-dired-state-info, vc-default-record-rename)
14710 (vc-default-merge-news): Update for the new backend argument.
14711
14712 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14713 using the default function.
14714 (vc-call-backend): If calling the default function, pass it the
14715 backend as first argument. Update the docstring accordingly.
14716 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14717 for the new backend argument.
14718 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14719 (vc-find-backend-function): Use the new name.
14720 (vc-default-registered): New function.
14721
14722 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14723
14724 * vc.el (vc-merge): Use vc-find-backend-function.
14725
14726 * vc-hooks.el (vc-backend-functions): Remove.
14727 (vc-loadup): Don't setup 'vc-functions.
14728 (vc-find-backend-function): New function.
14729 (vc-call-backend): Use above fun and populate 'vc-functions
14730 lazily.
14731 (vc-backend-defines): Remove.
14732
14733 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14734
14735 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14736 Call vc-call-backend without the leading vc-.
14737 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14738 (vc-check-headers): Call vc-call-backend without the leading vc-.
14739 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14740 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14741 Call vc-call-backend without the leading vc-.
14742
14743 * vc-cvs.el (tail): Provide vc-cvs.
14744 * vc-sccs.el (tail): Provide vc-sccs.
14745 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14746
14747 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14748 (vc-make-backend-function, vc-call): Pass names without leading
14749 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14750 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14751 (vc-call-backend): Always try to load vc-X-hooks.
14752 (vc-registered): Remove vc- in call to vc-call-backend.
14753
14754 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14755
14756 * vc.el (vc-process-filter): New function.
14757 (vc-do-command): Setup `vc-process-filter' for the async process.
14758 (vc-maybe-resolve-conflicts): New function to reduce
14759 code-duplication. Additionally, it puts the buffer in
14760 `smerge-mode' if applicable.
14761 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14762 calling `merge-news'.
14763 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14764 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14765 interfacing to log-edit.el.
14766 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14767 log-edit is available.
14768 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14769
14770 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14771
14772 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14773 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14774 defvar and the initialization.
14775 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14776
14777 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14778 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14779
14780 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14781
14782 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14783
14784 * vc.el (vc-file-clear-masterprops): Removed.
14785 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14786 (vc-version-diff): Use buffer-size without argument.
14787 (vc-register): Heed vc-initial-comment.
14788
14789 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14790 default branch.
14791
14792 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14793 file name and workfile version.
14794 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14795
14796 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14797 vc-file-clear-masterprops.
14798
14799 * vc-sccs.el (vc-sccs-checkout): Removed call to
14800 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14801 rather than user login name.
14802
14803
14804 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14805
14806 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14807 `want-differences-if-changed' and simplify.
14808 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14809 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14810 output (which is invalid for async vc-diff) to decide whether to
14811 do the revert silently or not.
14812
14813 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14814
14815 * vc-hooks.el (vc-loadup): Load files quietly.
14816 (vc-call-backend): Oops, brain fart.
14817
14818 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14819
14820 * vc-cvs.el (vc-cvs-state): Typo.
14821 (vc-cvs-merge-news): Return the status code rather than the error msg.
14822
14823 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14824
14825 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14826 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14827 vc-state or vc-up-to-date-p.
14828 (vc-merge): Use vc-backend-defines to check whether merging is
14829 possible. Set state to 'edited after successful merge.
14830
14831 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14832 return that name. Redocumented.
14833
14834 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14835
14836 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14837 new `vc-state' semantics.
14838 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14839 'vc-locking-user to the current user.
14840 (vc-merge): Inline vc-backend-merge. Comment out code that I
14841 don't understand and hence can't adapt to the new `vc-state' and
14842 `vc-locking-user' semantics.
14843 (vc-backend-merge): Remove.
14844
14845 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14846 rather than 'vc-locking-user.
14847
14848 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14849
14850 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14851 (vc-state): Don't use 'reserved any more. Just use the same
14852 convention as the one used for vc-<backend>-state where the
14853 locking user (as a string) is returned.
14854 (vc-locking-user): Update, based on the above convention. The
14855 'vc-locking-user property has disappeared.
14856 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14857
14858 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14859 with a heuristic one.
14860 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14861 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14862 error. That allows us to get to 'needs-merge even in the
14863 stay-local case. There's still no way to detect 'needs-patch in
14864 such a setup (or to force an update for that matter).
14865 (vc-cvs-logentry-check): Remove, the default works as well.
14866
14867 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14868
14869 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14870
14871 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14872 major-mode in which the buffer might have been put earlier. Use
14873 `remove' and `when'. Allow `okstatus' to be `async' and use
14874 `start-process' in this case.
14875 (vc-version-diff): Handle the case where the diff looks empty
14876 because of the use of an async process.
14877
14878 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14879
14880 * vc.el (vc-next-action-on-file): Removed optional parameter
14881 `simple'. Recompute state unconditionally.
14882 (vc-default-toggle-read-only): Removed.
14883
14884 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14885 (vc-toggle-read-only): Undid prev change.
14886
14887 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14888 vc-cvs-simple-toggle. Redocumented.
14889 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14890 (vc-cvs-toggle-read-only): Removed.
14891
14892 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14893
14894 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14895 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14896 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14897 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14898 still is. So maybe it should be removed.
14899 (vc-head-version, vc-find-binary): Remove.
14900 (vc-recompute-state): Move from vc-hooks.el.
14901 (vc-next-action-on-file): Add a `simple' argument to allow
14902 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14903 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14904 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14905 (vc-dired-mode-map): Properly defvar it.
14906 (vc-print-log): Call log-view-mode if available.
14907 (small-temporary-file-directory): defvar instead of use boundp.
14908 (vc-merge-news): Moved to vc-cvs.el.
14909 (vc-default-merge-news): New function.
14910
14911 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14912 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14913 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14914 unknown `vc-latest-version' function. It should probably refer to
14915 vc-workfile-version or somesuch, but it's very unclear to me and I
14916 don't have SCCS to test things.
14917
14918 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14919 (vc-sccs-state-heuristic): Fix typo.
14920 (vc-sccs-workfile-unchanged-p): Add missing argument.
14921
14922 * vc-rcs.el: Require vc and vc-rcs-hooks.
14923 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14924 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14925 (vc-release-greater-or-equal-p): Move from vc.
14926 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14927 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14928 (vc-rcs-checkout): Add a missing `new-version' argument in the
14929 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14930
14931 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14932 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14933 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14934 than the apparently unbound `workfile-version'.
14935
14936 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14937 (vc-file-prop-obarray): Use `make-vector'.
14938 (vc-backend-functions): Add new hookable functions
14939 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14940 (vc-loadup): If neither backend nor default functions exist, use
14941 the backend function rather than nil.
14942 (vc-call-backend): If the function if not bound yet, try to load
14943 the non-hook file to see if it provides it.
14944 (vc-call): New macro plus use it wherever possible.
14945 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14946 nor `vc-find-binary' since it's only called from
14947 vc-mistrust-permission which is only used once the backend is known.
14948 (vc-checkout-model): Fix parenthesis.
14949 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14950
14951 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14952 (vc-cvs-release, vc-cvs-system-release): Remove.
14953 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14954 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14955 status symbols.
14956 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14957 (vc-cvs-toggle-read-only): First cut at a function to allow a
14958 cvs-status-free vc-toggle-read-only.
14959 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14960 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14961 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14962 (vc-cvs-checkout): Modify access rights directly if the user
14963 requested not to use `cvs edit'. And refresh the mode line.
14964
14965 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14966 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14967
14968 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14969
14970 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14971 workfile' that got lost when the code was extracted from vc.el.
14972 And merged the tail with the rest of the code (not possible in the
14973 old vc.el where the tail was shared among all backends). And
14974 explicitly set the state to 'edited if `writable' is set.
14975
14976 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14977 (vc-cvs-state): Be careful to return the value from
14978 vc-cvs-parse-state.
14979 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14980 property but return it instead. Also be careful to handle a nil
14981 or "" `rev' when workfile is non-nil (it was handled properly when
14982 workfile was nil).
14983
14984 * vc.el: Removed those pesky unnecessary `(function' quotes.
14985 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14986 directly in the defvar.
14987 (vc-do-command): Bind inhibit-read-only so as to properly handle
14988 the case where the destination buffer has been made read-only.
14989 (vc-diff): Delegate to vc-version-diff in all cases.
14990 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14991 (vc-annotate-mode-variables): Removed (code moved partly to
14992 defvars and partly to vc-annotate-add-menu).
14993 (vc-annotate-mode): Turned into a derived-mode.
14994 (vc-annotate-add-menu): Moved in code in
14995 vc-annotate-mode-variables.
14996 (vc-update-change-log): Use make-temp-file if available.
14997
14998 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14999
15000 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15001 `vc-checkout-model' updated to `vc-cvs-update-model'.
15002
15003 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15004
15005 * vc.el (vc-next-action-on-file): Added handling of state
15006 `unlocked-changes'.
15007 (vc-checkout-carefully): Is now practically obsolete, unless the
15008 above is too slow to be enabled unconditionally.
15009 (vc-update-change-log): Fixed typo.
15010
15011 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15012
15013 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15014 Now handles state `unlocked-changes'.
15015 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15016
15017 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15018
15019 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15020 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15021 `unlocked-changes'.
15022 (vc-rcs-workfile-unchanged-p): Renamed from
15023 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15024 function yet, but supposed to become one soon.
15025
15026 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15027 `vc-steal-lock'.
15028 (vc-call-backend): Changed error message.
15029 (vc-state): Added description of state `unlocked-changes'.
15030
15031 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15032
15033 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15034 always return t in CVS-controlled directories.
15035
15036 * vc.el (vc-responsible-backend): New function.
15037 (vc-register): Largely rewritten.
15038 (vc-admin): Removed (implementation moved into vc-register).
15039 (vc-checkin): Redocumented.
15040 (vc-finish-logentry): If no backend defined yet (because we are in
15041 the process of registering), use the responsible backend.
15042
15043 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15044 Updated function lists.
15045 (vc-call-backend): Fixed typo.
15046
15047 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15048 New functions.
15049 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15050 Removed query option. Redocumented.
15051
15052 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15053
15054 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15055
15056 * vc.el: Updated callers of `vc-checkout-required' to use
15057 `vc-checkout-model'.
15058
15059 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15060
15061 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15062 stuff updated to reference this function instead of the old
15063 `vc-backend-release-p'.
15064
15065 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15066
15067 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15068 vc-checkout-model. Return appropriate values. Updated callers.
15069
15070 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15071
15072 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15073 (vc-backend-revert): Function moved into `vc-revert';
15074 `vc-next-action' must be updated to accomodate this change.
15075 (vc-backend-steal): Function moved into `vc-finish-steal'.
15076 (vc-backend-logentry-check): Function moved into
15077 `vc-finish-logentry'.
15078 (vc-backend-printlog): Function moved into `vc-print-log'.
15079 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15080 (vc-backend-assign-name): Function moved into
15081 `vc-create-snapshot'.
15082
15083 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15084
15085 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15086 Rename to vc-checkout-model. Return appropriate values.
15087 Update callers.
15088
15089 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15090 to vc-checkout-model.
15091 (vc-checkout-required): Rename to vc-checkout-model.
15092 Re-implement and re-comment.
15093 (vc-after-save): Use vc-checkout-model.
15094
15095 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15096
15097 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15098 Update to use the vc-BACKEND-diff functions instead.
15099 `vc-diff' is now working.
15100
15101 * vc-rcs.el (vc-rcs-logentry-check): New function.
15102
15103 * vc-cvs.el (vc-cvs-logentry-check): New function.
15104
15105 * vc-sccs.el (vc-sccs-diff): Function changed name from
15106 `vc-backend-diff'. This makes `vc-diff' work.
15107
15108 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15109 of functions possibly implemented in a vc-BACKEND library.
15110 (vc-checkout-required): Fix bug that caused an error to be
15111 signaled during `vc-after-save'.
15112
15113 * vc.el: Fix typo.
15114 This checkin is made with our new VC code base for the very first time.
15115 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15116
15117 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15118 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15119
15120 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15121 updated to `vc-uses-locking'.
15122 (vc-checkout-required): Call to backend function.
15123 `vc-checkout-required' updated to `vc-uses-locking' instead.
15124
15125 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15126 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15127
15128 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15129 to match the split into various backends.
15130 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15131 (vc-retrieve-snapshot): Bug fix.
15132
15133 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15134
15135 * vc-sccs.el (vc-sccs-release): Doc fix.
15136
15137 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15138
15139 * vc.el (vc-next-action-on-file): Bug found and fixed.
15140 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15141 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15142
15143 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15144 (vc-rcs-checkout): Name space cleaned up. No more revision number
15145 crunching function names that are not prefixed with vc-rcs.
15146 (vc-rcs-checkout-model): Function added. References to
15147 `vc-checkout-model' replaced.
15148
15149 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15150
15151 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15152 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15153 still need to be split, and implemented for RCS).
15154
15155 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15156
15157 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15158
15159 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15160 required by the vc.el file.
15161
15162 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15163 required by the vc.el file.
15164 (vc-rcs-exists): Function added.
15165
15166 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15167 required by the vc.el file.
15168
15169 * vc.el (vc-admin): Updated to handle selection of appropriate
15170 backend. Current implementation is crufty and need re-thinking.
15171
15172 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15173
15174 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15175
15176 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15177 beginning of annotate buffers correctly.
15178
15179 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15180 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15181 functionality updated quite a lot to support multiple backends.
15182 Variables `vc-annotate-mode', `vc-annotate-buffers',
15183 `vc-annotate-backend' added.
15184
15185 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15186 `vc-annotate-difference' added to supported backend functions.
15187
15188 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15189
15190 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15191 Use with-temp-file instead of /bin/sh. Merged from mainline
15192
15193 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15194
15195 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15196
15197 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15198
15199 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15200
15201 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15202
15203 * vc-hooks.el: vc-state-heuristic added to
15204 vc-backend-hook-functions.
15205
15206 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15207
15208 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15209
15210 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15211 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15212 state to `reserved'.
15213
15214 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15215 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15216
15217 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15218
15219 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15220 untouched.
15221
15222 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15223
15224 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15225 if defined. (Merged from main line, slightly adapted.)
15226
15227 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15228 millenium problem (merged from mainline).
15229
15230 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15231
15232 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15233 part and moved the non-BACKEND stuff to vc.el.
15234
15235 * vc.el: Split the annotate feature into a BACKEND specific part
15236 and moved it from the vc-cvs.el file to this one.
15237
15238 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15239
15240 * vc-hooks.el: Implement new state model.
15241 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15242 (vc-locking-user): Simplify. Now only needed if the file is
15243 locked by somebody else.
15244 (vc-lock-from-permissions): Remove. Functionality is in
15245 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15246 (vc-mode-line-string): New name for former vc-status. Adapted.
15247 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15248
15249 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15250 Various simplifications and adaptations all over the place.
15251
15252 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15253 Simplify and adapt the rest.
15254
15255 * vc.el (vc-resynch-window): Add TODO comment: check for
15256 interaction with view mode according to recent RCS change.
15257 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15258
15259 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15260
15261 * vc.el: Convert the remaining function comments to docstrings.
15262
15263 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15264
15265 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15266 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15267 (vc-minor-part, vc-previous-version): Functions that operate and
15268 compare revision numbers got proper documentation. Comments added
15269 about their possible removal.
15270
15271 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15272
15273 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15274 the vc-backend.el files.
15275
15276 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15277
15278 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15279 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15280 (vc-rcs-previous-version): Functions added.
15281
15282 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15283
15284 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15285
15286 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15287
15288 * vc-hooks.el (vc-master-templates): Is really obsolete.
15289 Comment out the definition for now. What is the right procedure
15290 to get rid of it?
15291 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15292 rewritten.
15293 (vc-default-registered): Remove.
15294 (vc-check-master-templates): New function; does mostly what the
15295 above did before.
15296 (vc-locking-user): Don't rely on the backend to set the property.
15297
15298 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15299 Rewrite documentation.
15300 (vc-rcs-templates-grabbed): New variable.
15301 (vc-rcs-grab-templates): New function.
15302 (vc-rcs-registered): Rewrite to use above mechanism.
15303
15304 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15305 Rewrite documentation.
15306 (vc-sccs-templates-grabbed): New variable.
15307 (vc-sccs-grab-templates): New function.
15308 (vc-sccs-registered): Rewrite to use above mechanism.
15309 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15310 Don't throw the result, simply return it.
15311
15312 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15313 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15314 (vc-cvs-registered): Does the check itself now. Simplify.
15315
15316 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15317 from main line.
15318
15319 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15320
15321 * vc-cvs.el (vc-cvs-diff): New function.
15322
15323 * vc-sccs.el (vc-sccs-diff): New function.
15324
15325 * vc-rcs.el (vc-rcs-diff): New function.
15326 (vc-rcs-checkout): Bug (typo) found and fixed.
15327 (vc-rcs-register-switches): New variable.
15328
15329 * vc.el (vc-backend-diff): Function removed and placed in the
15330 backend files.
15331
15332 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15333
15334 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15335
15336 * vc.el (vc-backend-checkout): Function removed and replaced in
15337 the vc-backend.el files.
15338
15339 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15340
15341 * vc.el (vc-backend-admin): Removed and replaced in the
15342 vc-backend.el files.
15343
15344 * vc.el (Martin): Removed all the annotate functionality since it
15345 is CVS backend specific.
15346
15347 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15348
15349 * spec.txt: Added specification of vc-state.
15350
15351 * vc-sccs-hooks.el (vc-sccs-master-properties):
15352 Remove handling of vc-latest-version and
15353 vc-your-latest-version. What used to be vc-latest-version, is now
15354 returned as vc-workfile-version.
15355 (vc-sccs-workfile-version): Adapt.
15356
15357 2000-09-04 Dave Love <fx@gnu.org>
15358
15359 * vc.el: [Merged from mainline.]
15360 (vc-dired-mode): Make the dired-move-to-filename-regexp
15361 regexp match the date, to avoid treating date as file size.
15362 Add YYYY S option to WESTERN/
15363
15364 2000-09-04 Dave Love <fx@gnu.org>
15365
15366 * vc.el: Require `compile' when compiling.
15367 (vc-logentry-check-hook): New option.
15368 (vc-steal-lock): Use compose-mail.
15369 (vc-dired-mode-map): Defvar when compiling.
15370 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15371 vc-sccs.el and renamed. Callers changed.
15372 (vc-backend-checkout, vc-backend-logentry-check)
15373 (vc-backend-merge-news): Doc fix.
15374 (vc-default-logentry-check): New function.
15375 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15376 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15377 (vc-backend-merge): Doc fix. Use backend functions.
15378 (vc-check-headers): Use backend functions.
15379
15380 * vc-cvs.el: Require vc when compiling.
15381 (vc-cvs-register-switches): Doc fix.
15382 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15383 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15384 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15385 New functions (code from vc.el).
15386 (vc-annotate-display-default): Fix interactive spec.
15387 (vc-annotate-time-span): Doc fix.
15388
15389 * vc-rcs.el: Require vc when compiling.
15390 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15391 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15392 (vc-rcs-checkin): New functions (code from vc.el).
15393 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15394 Doc fix.
15395 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15396
15397 * vc-sccs.el: Require vc when compiling.
15398 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15399 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15400 (vc-sccs-revert)
15401 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15402 from vc.el).
15403 (vc-sccs-add-triple, vc-sccs-record-rename)
15404 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15405 (vc-sccs-admin): Doc fix.
15406
15407 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15408
15409 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15410 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15411 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15412 from vc.el.
15413
15414 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15415
15416 * vc-cvs.el: Moved the annotate functionality from vc.el.
15417 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15418
15419 2000-09-04 Dave Love <fx@gnu.org>
15420
15421 * vc.el (vc-backend-release): Call vc-system-release.
15422
15423 * vc-sccs.el (vc-sccs-system-release):
15424 Renamed from vc-sccs-backend-release.
15425
15426 * vc-rcs.el (vc-rcs-system-release):
15427 Renamed from vc-rcs-backend-release.
15428
15429 * vc-cvs.el (vc-cvs-system-release):
15430 Renamed from vc-cvs-backend-release.
15431
15432 2000-09-04 Dave Love <fx@gnu.org>
15433
15434 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15435 backend files.
15436 (vc-backend-release): Dispatch to backend functions.
15437 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15438 probably needs attention.]
15439
15440 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15441 (vc-sccs-backend-release): New function.
15442
15443 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15444 (vc-cvs-backend-release): New function.
15445
15446 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15447 Doc fix.
15448 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15449 (vc-default-dired-state-info): New function.
15450 (vc-dired-state-info): Dispatch to backends.
15451 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15452
15453 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15454 from vc.el and renamed.
15455
15456 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15457
15458 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15459 (vc-version-other-window, vc-backend-assign-name): Removed
15460 references to vc-latest-version; sometimes changed into
15461 vc-workfile-version.
15462
15463 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15464 vc-rcs-master-workfile-version.
15465 (vc-rcs-workfile-version): Use the above. Don't call
15466 vc-latest-version (that was unreachable code, anyway).
15467 (vc-rcs-fetch-master-properties): Doc fix.
15468
15469 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15470 (vc-backend-hook-functions): Removed them from this list, too.
15471 (vc-fetch-properties): Removed.
15472 (vc-workfile-version): Doc fix.
15473
15474 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15475 (vc-rcs-workfile-version, vc-rcs-locking-user)
15476 (vc-rcs-uses-locking): Use it.
15477
15478 * vc-hooks.el (vc-consult-rcs-headers):
15479 Moved into vc-rcs-hooks.el, under the name
15480 vc-rcs-consult-headers.
15481
15482 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15483 headers.
15484 (vc-cvs-find-master): Use this name only; correct different
15485 versions of the name.
15486
15487 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15488 New functions.
15489 (vc-sccs-locking-user): Use the latter.
15490
15491 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15492 New functions.
15493
15494 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15495 Moved into both
15496 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15497 functions are implementation details of those two backends.
15498
15499 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15500
15501 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15502 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15503
15504 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15505 (vc-sccs-parse-locks): SCCS-specific code moved here from
15506 vc-hooks.
15507
15508 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15509 code moved here from vc-hooks.
15510
15511 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15512 into back-end specific parts and removed. Callers not updated
15513 yet; because I guess these callers will disappear into back-end
15514 specific files anyway.
15515
15516 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15517
15518 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15519 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15520 `vc-uses-locking'.
15521
15522 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15523 Store yes/no in the property, and return t/nil. Updated all
15524 callers.
15525
15526 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15527 vc-sccs-uses-locking. Don't set property.
15528 (vc-sccs-locking-user): Don't set property.
15529
15530 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15531 vc-cvs-uses-locking. Don't set property here; leave that to
15532 vc-hooks.
15533 (vc-cvs-locking-user): Reflect above change. Streamlined.
15534
15535 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15536 vc-rcs-uses-locking.
15537 (vc-rcs-locking-user): Reflect above change.
15538
15539 2000-09-04 Dave Love <fx@gnu.org>
15540
15541 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15542
15543 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15544
15545 * vc-hooks.el (vc-checkout-model): Punt to backends.
15546
15547 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15548
15549 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15550
15551 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15552 New functions.
15553
15554 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15555 New functions.
15556
15557 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15558 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15559
15560 * vc-hooks.el (vc-default-locking-user): New function.
15561 (vc-locking-user, vc-workfile-version): Punt to backends.
15562
15563 2000-09-04 Dave Love <fx@gnu.org>
15564
15565 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15566 (vc-master-workfile-version): Moved from vc-hooks.
15567
15568 * vc-rcs-hooks.el: Fix duplicate code in last change.
15569
15570 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15571 (vc-rcs-master-templates): Improve :type.
15572 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15573 vc-master-workfile-version): Moved from vc-hooks.
15574
15575 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15576 (vc-sccs-master-templates): Improve :type.
15577 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15578
15579 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15580
15581 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15582 (vc-cvs-master-templates): Improve :type. Use
15583 vc-cvs-find-cvs-master.
15584 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15585 from vc-hooks.
15586 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15587
15588 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15589 Moved to vc-cvs-hooks.
15590
15591 * vc-hooks.el: Add doc strings in various places. Simplify the
15592 minor mode setup.
15593 (vc-handled-backends): New user variable.
15594 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15595 simplification.
15596
15597 2000-09-04 Dave Love <fx@gnu.org>
15598
15599 * vc.el: Some doc fixes for autoloaded and interactive functions.
15600 Fix compilation warnings from ediff stuff.
15601 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15602
15603 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15604
15605 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15606
15607 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15608
15609 2000-09-04 Dave Love <fx@gnu.org>
15610
15611 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15612 New variable.
15613 (vc-make-backend-function, vc-loadup, vc-call-backend)
15614 (vc-backend-defines): New functions.
15615
15616 * vc-hooks.el: Various doc fixes.
15617 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15618 (vc-match-substring): Function removed. Callers changed to use
15619 match-string.
15620 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15621 Simplify.
15622
15623 2000-09-04 Dave Love <fx@gnu.org>
15624
15625 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15626 type.
15627 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15628 (vc-sccs-registered): Doc fix.
15629
15630 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15631 (vc-cvs-registered): Doc fix.
15632
15633 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15634 (vc-rcs-registered): Doc fix.
15635
15636 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15637
15638 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15639
15640 * vc-hooks.el: vc-registered has been renamed
15641 vc-default-registered. Some functions have been moved to the
15642 backend specific files. they all support the
15643 vc-BACKEND-registered functions.
15644
15645 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15646
15647 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15648
15649 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15650
15651 2000-09-04 Dave Love <fx@gnu.org>
15652
15653 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15654 menu-bar-update-hook.
15655
15656 * help.el (help-manyarg-func-alist): Add
15657 find-operation-coding-system.
15658
15659 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15660
15661 * custom.el (custom-set-variables): Print message about errors in
15662 setting.
15663
15664 2000-09-03 Andrew Innes <andrewi@gnu.org>
15665
15666 * makefile.w32-in: Change to DOS line endings.
15667
15668 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15669
15670 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15671 minor-mode keymaps, if they don't have one.
15672
15673 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15674
15675 * eshell/esh-module.el (eval-when-compile): Don't lose if
15676 esh-module.el's file name is truncated to DOS 8+3 limits.
15677
15678 2000-09-01 John Wiegley <johnw@gnu.org>
15679
15680 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15681 predicate, which caused entries in the completion list to be
15682 doubled.
15683
15684 2000-08-30 John Wiegley <johnw@gnu.org>
15685
15686 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15687 sending to subprocesses. Also, hook pre-command-hook if
15688 `eshell-send-direct-to-subprocesses' is non-nil.
15689 (eshell-send-direct-to-subprocesses): New config variable. If t,
15690 subprocess input is send immediately.
15691 (eshell-toggle-direct-send): New function.
15692 (eshell-self-insert-command): New function.
15693 (eshell-intercept-commands): New function.
15694 (eshell-send-input): If direct subprocess sending is enabled,
15695 don't echo any input to the Eshell buffer. Let the subprocess
15696 handle that. This requires "stty echo" in bash, for example.
15697
15698 2000-08-28 John Wiegley <johnw@gnu.org>
15699
15700 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15701 completion function for Eshell's implementation of `unset'.
15702
15703 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15704
15705 * info.el (Info-directory-list): Doc fix.
15706
15707 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15708
15709 * filecache.el (file-cache-add-directory-using-find): Don't quote
15710 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15711
15712 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15713
15714 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15715 coding systems.
15716
15717 2000-08-30 Andrew Innes <andrewi@gnu.org>
15718
15719 * timer.el (run-with-idle-timer): Undo last change, so that timer
15720 is not activated immediately if Emacs is already idle. Some
15721 existing code relies on this behaviour.
15722
15723 2000-08-30 Miles Bader <miles@gnu.org>
15724
15725 * frame.el (set-frame-font): Do completion of font-name for
15726 interactive use.
15727
15728 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15729
15730 * international/quail.el (quail-start-translation): Bind locally
15731 last-command-event, last-command, and this-command.
15732 (quail-start-conversion): Likewise.
15733 (quail-self-insert-command): Fix docstring.
15734
15735 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15736
15737 * progmodes/executable.el
15738 (executable-make-buffer-file-executable-if-script-p): Check that
15739 buffer contains at least 2 characters.
15740
15741 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15742
15743 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15744
15745 2000-08-29 Dave Love <fx@gnu.org>
15746
15747 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15748 (diff-mode-shared-map): Bind mouse-2.
15749 (diff-imenu-generic-expression): New variable.
15750 (diff-mode): Use it.
15751
15752 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15753 (mouse-popup-menubar): Add minor mode menus.
15754 (popup-menu): Check for lookup-key returning number.
15755
15756 2000-08-29 Miles Bader <miles@gnu.org>
15757
15758 * comint.el (comint-send-input): Create overlays using the proper
15759 front/read-advance arguments.
15760
15761 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15762
15763 * ps-print.el: Even/odd pages printing. Doc fix.
15764 (ps-print-version): New version number (6.0).
15765 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15766 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15767 (ps-print-duplex-feature): Variable eliminated.
15768 (ps-even-or-odd-pages): New variable.
15769
15770 * progmodes/ebnf2ps.el: Doc fix.
15771 (ebnf-version): New version (3.3).
15772 (ebnf-user-arrow): Change variable customization to sexp.
15773 (ebnf-user-arrow): Function eliminated.
15774 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15775
15776 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15777
15778 * help.el (help-xref-mule-regexp): New variable.
15779 (help-make-xrefs): Handle help-xref-mule-regexp.
15780
15781 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15782 variable.
15783 (describe-input-method): Temporarily activate the specfied input
15784 method to display the information.
15785 (describe-language-environment): Hyperlinks to mule related items.
15786
15787 * international/mule-diag.el (charset-multibyte-form-string): New
15788 function.
15789 (list-character-sets-1): Use charset-multibyte-form-string.
15790 (describe-character-set): New function.
15791 (describe-coding-system): Hyperlinks to safe character sets.
15792
15793 * international/quail.el (quail-help): New arg PACKAGE.
15794 Hyperlinks to mule related items.
15795 (quail-help-insert-keymap-description): Use
15796 substitute-command-keys instead of describe-bindings.
15797 (quail-translation-help): Hyperlinks to mule related items.
15798
15799 2000-08-28 John Wiegley <johnw@gnu.org>
15800
15801 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15802 have a defsubst call itself. Made `eshell-flatten-list' back into
15803 a function again.
15804
15805 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15806 catch, in case re-centering point at bottom messes up the display.
15807 This happens frequently in Emacs 21, due I believe to variable
15808 line heights.
15809
15810 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15811 to call `find-tag-interactive'.
15812
15813 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15814 the list of remember directories.
15815
15816 2000-08-28 John Wiegley <johnw@gnu.org>
15817
15818 * align.el: Test align-region-separate to see if it's a symbol.
15819
15820 2000-08-28 John Wiegley <johnw@gnu.org>
15821
15822 * eshell/esh-util.el (eshell-flatten-list): Made this function
15823 into a defsubst form. It gets used very frequently, although
15824 calls don't occur all that often.
15825
15826 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15827 examining it.
15828
15829 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15830 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15831 `eshell-protect'.
15832 (eshell-copy-handles): Created a new macro for duplicating the
15833 current set of open handles. This is needed by the looping
15834 functions.
15835 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15836 is not incorrectly stomped on.
15837
15838 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15839 declaration for pcomplete-use-paring.
15840 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15841 value of eshell-cmpl-use-paring.
15842 * pcomplete.el (pcomplete-use-paring): New config variable, to
15843 indicate whether paring should be used.
15844 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15845 completion alternatives that have already been used.
15846
15847 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15848 bound to C-c C-y, which will repeat the previous N arguments
15849 (based on prefix argument).
15850 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15851
15852 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15853 if there is no *Help* buffer. This is for XEmacs, which renames
15854 its help buffers uniquely. TODO: Find out what the current buffer
15855 name to delete is.
15856
15857 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15858 first entry that correlates to a passwd/group number. Later
15859 entries (used for group/user name aliasing to multiple IDs) are
15860 ignored.
15861
15862 * eshell/em-xtra.el (eshell/expr):
15863 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15864 (eshell-grep, eshell/diff, eshell/locate):
15865 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15866 argument list, before passing it to the system command.
15867
15868 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15869 `find-tag' for use at final position in Eshell buffers (which
15870 otherwise triggers an error on Emacs 21).
15871 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15872 buffer, if it is currently bound to `find-tag'.
15873
15874 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15875 in the list of matched Makefile names.
15876 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15877 directory, prefer its contents to Makefile.
15878
15879 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15880 directory parts (like "cd old new", or "cd =regexp"), are now case
15881 sensitive on non-Windows/DOS platforms.
15882
15883 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15884 types RET after an open delimiter (like "), display a message
15885 indicating that Eshell is waiting for the closing delimiter.
15886
15887 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15888 environment variables.
15889
15890 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15891 gracefully if the user enters incorrect arguments.
15892
15893 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15894 Eshell buffers.
15895
15896 * eshell/esh-var.el (eshell-interpolate-variable):
15897 * eshell/esh-mode.el (eshell-move-argument):
15898 * eshell/em-unix.el (eshell-du-sum-directory):
15899 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15900 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15901 (not (= ...)).
15902
15903 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15904 to ensure the `preserve' flag gets propagated when doing recursive
15905 directory copies.
15906
15907 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15908
15909 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15910 Don't convert \n into \0177 in memory.
15911 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15912 and back again, when reading and writing.
15913
15914 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15915
15916 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15917 testing of `fboundp' on `processp'.
15918
15919 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15920 (eshell/jobs): Don't call process-list if it is not bound.
15921 (eshell-gather-process-output): Support systems where async
15922 subprocesses aren't supported.
15923 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15924 variables.
15925
15926 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15927 eshell-do-eval returns t.
15928 (eshell-do-pipelines-synchronously): New defmacro.
15929 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15930 when async subprocesses aren't supported.
15931 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15932 if async subprocesses aren't supported.
15933 (eshell-resume-command): Don't assume STATUS is a string.
15934
15935 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15936
15937 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15938 (eshell-close-target, eshell-get-target): Use eshell-processp.
15939 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15940 fix.
15941 (eshell-get-target, eshell-create-handles): Doc fix.
15942
15943 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15944
15945 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15946 criterion to include commands that output something, as long as it
15947 leaves both the command and the end-of-buffer visible when the
15948 command has exited.
15949 (eshell-review-quick-commands): Adjust the help doc string
15950 accordingly.
15951
15952 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15953
15954 * locate.el (locate): Cleaned up locate command's interactive prompting
15955 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15956
15957 * filecache.el (file-cache-case-fold-search): New variable
15958 (file-cache-assoc-function): New variable
15959 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15960 Use file-cache-case-fold-search variable
15961 (file-cache-add-file): Use file-cache-assoc-function
15962 (file-cache-delete-file): likewise
15963 (file-cache-directory-name): likewise
15964 (file-cache-debug-read-from-minibuffer): likewise
15965
15966 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15967
15968 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15969 (abbrev-table-name): New function.
15970 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15971 If non-nil list local abbrev, only.
15972
15973 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15974
15975 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15976 from Gnus support code, and use special article copy buffer
15977 `(gnus-original-article-buffer)' instead. This allows to get rid
15978 of article-hide-headers usage (which breaks in the latest Gnus
15979 version). Thanks to Detlev Zundel.
15980
15981 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15982
15983 * international/quail.el (quail-use-package): Hide "... loaded"
15984 message.
15985 (quail-start-translation, quail-start-conversion): Likewise.
15986
15987 * international/kkc.el (kkc-region): Hide "... loaded" message.
15988
15989 2000-08-27 Dave Love <fx@gnu.org>
15990
15991 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15992
15993 2000-08-27 Miles Bader <miles@gnu.org>
15994
15995 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15996
15997 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15998
15999 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16000 'ja-dic-cnv), not (require 'skkdic-cnv).
16001
16002 2000-08-26 Miles Bader <miles@gnu.org>
16003
16004 * faces.el (face-x-resources): Add entry for :inherit.
16005 * cus-face.el (custom-face-attributes): Add support for :inherit
16006 attribute. Add support for relative face heights.
16007 (custom-face-attributes-get): Treat `nil' as being a default value
16008 for :inherit (as well as `unspecified').
16009
16010 * faces.el (set-face-attribute): Update doc string.
16011 (face-attribute-name-alist): Add :inherit.
16012 (face-valid-attribute-values): Handle :inherit.
16013 (face-read-string): Rephrase prompt to be less confusing.
16014 Assume that DEFAULT is a string, since we must return a string.
16015 (face-read-integer): Use `format' to turn DEFAULT into an
16016 acceptable default for face-read-string. Match NEW-VALUE against
16017 the string "unspecified", not the symbol `unspecified', since
16018 that's what face-read-string returns.
16019 (read-face-attribute): Lookup a name for old-value in valid, and
16020 use it as a default if we find one. Treat all values from
16021 face-read-string as strings. If the default is used, don't do any
16022 more processing on the value, just use the old value directly.
16023 (read-face-and-attribute, modify-face): Tweak prompt.
16024 (read-face-name): Don't assume prompt ends with a space.
16025
16026 * faces.el (describe-face): Add support for :inherit attribute.
16027
16028 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16029
16030 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16031 concat doesn't accept interger.
16032
16033 * international/kkc.el: Remove SKK from Keywords. Require
16034 ja-dic-utl instead of skkdic-utl.
16035
16036 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16037 Provide ja-dic-cnv instead of skkdic-cnv.
16038 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16039 (iso-2022-7bit-short): Add safe-charsets property.
16040 (skkdic-convert-postfix): Search Japanese chou-on character in
16041 addition to Hiragana character.
16042 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16043 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16044 (batch-skkdic-convert): Likewise.
16045
16046 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16047 Provide ja-dic-utl instead of skkdic-utl.
16048 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16049
16050 2000-08-24 Dave Love <fx@gnu.org>
16051
16052 * disp-table.el (standard-display-default): Make the test of `l'
16053 useful.
16054
16055 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16056 mod sample text.
16057
16058 * international/iso-ascii.el: Make pilcrow convenient string
16059 consistent with section.
16060 (iso-ascii-display): Set up multibyte characters as well as
16061 unibyte.
16062
16063 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16064
16065 * international/mule-cmds.el (reset-language-environment): Set
16066 default-process-coding-system to '(undecided . iso-latin-1), which
16067 makes process I/O almost consistent with file I/O. Call this
16068 function when mule-cmds.el[c] is loaded.
16069
16070 2000-08-22 Andrew Innes <andrewi@gnu.org>
16071
16072 * makefile.w32-in: New file.
16073
16074 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16075
16076 * comint.el (comint-output-filter): Compare end of
16077 comint-last-output-overlay with the start of the newly inserted
16078 text, not the end, when deciding whether to extend it.
16079 Set saved-point's insertion type to advance after insertion.
16080
16081 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16082 since this is now done independently of font-lock mode.
16083
16084 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16085
16086 * server.el (server-kill-new-buffers): New user option.
16087 (server-existing-buffer): New buffer-local variable.
16088 (server-visit-files): When using an existing buffer, set
16089 server-existing-buffer to t.
16090 (server-buffer-done): If server-kill-new-buffers is t, kill the
16091 buffer, unless it was already present before visiting it with
16092 Emacs server.
16093
16094 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16095
16096 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16097 even if the display doesn't support colors: some displays will
16098 support bold/underline faces.
16099
16100 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16101
16102 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16103
16104 * startup.el (command-line): If user's init file had an error,
16105 add explanatory text to *Messages*.
16106
16107 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16108
16109 * man.el (Man-getpage-in-background): Decode the process output by
16110 the system locale coding system.
16111
16112 2000-08-20 Dave Love <fx@gnu.org>
16113
16114 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16115 Don't test x-popup-menu.
16116 (function) <complete-function>: Complete only fbound symbols.
16117 <validate, value>: New.
16118 (variable) <complete-function>: Complete only bound symbols.
16119 (coding-system): Add :base-only, :complete-function, :validate,
16120 :value, :prompt-match.
16121 (widget-coding-system-prompt-value): Use read-coding-system and
16122 act on :base-only.
16123 (editable-field): Add :help-echo.
16124 (widget-push-button-gui, widget-push-button-cache)
16125 (widget-gui-action, widget-editable-list-gui): COmment out, along
16126 with uses.
16127 (widget-at): Make arg optional.
16128 (widget-echo-help): Adjust for current help-echo calling sequence.
16129 (widget-specify-field, widget-specify-button)
16130 (widget-specify-insert, widget-get-sibling, widget-image-find)
16131 (widget-convert, widget-insert, widget-leave-text)
16132 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16133 (widget-setup, widget-field-find, widget-before-change)
16134 (widget-after-change, widget-default-complete)
16135 (widget-default-create, widget-default-delete)
16136 (widget-push-button-value-create, editable-field)
16137 (widget-field-prompt-value, widget-field-validate)
16138 (widget-choice-value-create, widget-choice-action)
16139 (widget-choice-validate, widget-checklist-add-item)
16140 (widget-radio-add-item, widget-radio-chosen)
16141 (widget-radio-value-inline, widget-editable-list-value-create)
16142 (widget-editable-list-entry-create)
16143 (widget-documentation-link-add)
16144 (widget-documentation-string-value-create)
16145 (widget-regexp-validate, widget-file-complete)
16146 (widget-sexp-validate, widget-plist-convert-widget)
16147 (widget-plist-convert-widget, widget-alist-convert-widget)
16148 (widget-alist-convert-widget, widget-color-complete): Simplify,
16149 particularly to avoid bindings which aren't optimized out.
16150
16151 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16152 Doc fix.
16153 (down-list, backward-up-list, up-list, kill-sexp)
16154 (backward-kill-sexp, mark-sexp): Make arg optional.
16155 (lisp-complete-symbol): Add optional arg PREDICATE.
16156
16157 * cus-start.el: Add display-buffer-reuse-frames,
16158 file-coding-system-alist.
16159
16160 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16161
16162 * startup.el (command-line): Clear realized faces after
16163 modifying TTY color mappings.
16164
16165 2000-08-20 Miles Bader <miles@gnu.org>
16166
16167 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16168 merely a subset of FACE's attributes.
16169
16170 2000-08-19 Miles Bader <miles@gnu.org>
16171
16172 * comint.el (comint-output-filter): Save the point with a marker,
16173 not just a buffer position.
16174
16175 * international/mule.el (set-buffer-process-coding-system): Make
16176 interactive prompt less confusing.
16177
16178 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16179
16180 * hilit-chg.el: General cleanup of doc strings, comments and
16181 code formatting.
16182
16183 2000-08-19 Miles Bader <miles@gnu.org>
16184
16185 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16186 Compiler macro removed; beginning-of-line is no longer always
16187 equivalent to forward-line, in the presence of fields.
16188
16189 * comint.el (comint-output-filter): Remove ad-hoc saving of
16190 restriction, and just use save-restriction, now that it works
16191 correctly. Don't adjust comint-last-input-start to account for
16192 our insertion; it shouldn't have moved because we don't use
16193 insert-before-markers anymore. Comment out call to
16194 `force-mode-line-update'; why is it here?
16195
16196 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16197 while checking for prompt to delete. Use `forward-line 0'
16198 instead of beginning-of-line.
16199 (gud-filter): Temporarily widen gud comint buffer while
16200 examining output.
16201
16202 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16203
16204 * progmodes/sh-script.el: Big bag of typos.
16205
16206 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16207 check since ispell-process is not bound when ispell is not yet loaded.
16208
16209 2000-08-18 Dave Love <fx@gnu.org>
16210
16211 * image.el (find-image): Copy `spec' before using plist-put.
16212
16213 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16214
16215 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16216 `portugues'.
16217
16218 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16219 backward-kill-sexp, analogous to kill-sexp.
16220
16221 * progmodes/icon.el (icon-indent-line)
16222 (icon-is-continuation-line): Handle comments specially.
16223
16224 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16225
16226 * ispell.el: Set to standard author/maintainer/keyword fields.
16227 Fine tuning to menu map appearance and operation, and added help.
16228 Remove `start' and `end' error messages when compiling.
16229 (ispell-choices-win-default-height): Fixed comment string.
16230 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16231 castellano8 dictionaries.
16232 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16233 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16234 dictionary, added italiano dictionary.
16235 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16236 word character
16237 (ispell-tex-skip-alists): Added psfig support.
16238 (ispell-skip-html): Renamed from ispell-skip-sgml.
16239 (ispell-begin-skip-region-regexp, ispell-skip-region)
16240 (ispell-minor-check): Improved html skipping support to skip across
16241 code, and recognize `&' commands without propper `;' syntax;
16242 (ispell-process-line): Fix alignment error when manually
16243 correcting spelling.
16244 (ispell): Fix comment string.
16245 (ispell-add-per-file-word-list): Always put word list on new line.
16246
16247 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16248
16249 * format.el (format-encode-run-method): Fix error message to say
16250 `encode' instead of `decode'. Use save-window-excursion around
16251 shell-command-on-region as in format-decode-run-method because
16252 shell-command-on-region can display a buffer with error output.
16253 (format-decode): Don't record undo information for the decoding.
16254 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16255 that number part of the temporary buffer name so that more than
16256 one decoding using a temporary buffer can happen safely.
16257
16258 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16259 of `A-z' in the regexp.
16260
16261 * hilit-chg.el: Fix typos in commentary.
16262
16263 * help.el (view-emacs-news): Rewritten for new naming scheme
16264 for old NEWS files.
16265
16266 * startup.el (command-line): Pop to *Messages* in case an error
16267 is signaled while loading user-init-file.
16268
16269 2000-08-17 Andreas Schwab <schwab@suse.de>
16270
16271 * files.el (insert-directory): Don't lose original file name,
16272 undoing an undocumented change.
16273
16274 2000-08-17 Alex Schroeder <alex@gnu.org>
16275
16276 * sql.el (sql-magic-go): Use comint-bol.
16277 (sql-copy-column): Use comint-line-beginning-position.
16278 (comint-line-beginning-position): Define a replacement for
16279 comint-line-beginning-position if it is not fboundp.
16280
16281 2000-08-17 Alex Schroeder <alex@gnu.org>
16282
16283 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16284 it didn't have any effect anyway.
16285
16286 2000-08-17 Alex Schroeder <alex@gnu.org>
16287
16288 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16289 --pset and pager=off instead of sending \\o|cat at the beginning
16290 of the session.
16291
16292 2000-08-17 Miles Bader <miles@gnu.org>
16293
16294 * progmodes/octave-inf.el: Add compatibility definition of
16295 comint-line-beginning-position.
16296
16297 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16298
16299 * startup.el (normal-top-level): Look in each dir in load-path for
16300 a leim-list.el file too. This assures of loading leim-list.el
16301 that is created at Emacs installation time even if a user have his
16302 own leim-list.el.
16303
16304 2000-08-17 Miles Bader <miles@gnu.org>
16305
16306 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16307 foreground color to black if the background is dark.
16308
16309 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16310
16311 * loadhist.el (unload-feature): Typo.
16312
16313 * finder.el (finder-compile-keywords):
16314 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16315 to the generated file.
16316
16317 * mail/mh-e.el (mh-make-local-vars):
16318 Replace make-variable-buffer-local with make-local-variable.
16319
16320 * play/landmark.el:
16321 * options.el (Edit-options-{set,toggle,t,nil}):
16322 * mail/mailabbrev.el (mail-abbrevs-mode):
16323 * textmodes/tex-mode.el (tex-expand-files):
16324 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16325
16326 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16327
16328 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16329 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16330 Allow going past the last element.
16331 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16332 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16333 (cvs-mouse-toggle-mark): Don't move point.
16334 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16335
16336 * progmodes/compile.el (grep): Provide a default set of files.
16337 (next-error): Docstring fix.
16338 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16339
16340 * emacs-lisp/easy-mmode.el (define-minor-mode):
16341 Use `symbol-value' to keep the byte-compiler quiet.
16342
16343 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16344 (diff-find-source-location): New fun, extracted from diff-goto-source.
16345 (diff-goto-source): Use it.
16346 (diff-next-complex-hunk, diff-filter-lines): New function.
16347 (diff-apply-hunk): New command.
16348
16349 * smerge-mode.el (smerge-mode-menu): Doc fix.
16350
16351 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16352
16353 2000-08-16 Dave Love <fx@gnu.org>
16354
16355 * windmove.el (windmove) <defgroup>: Add :version.
16356
16357 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16358 (goto-address-fontify-p, goto-address-highlight-p)
16359 (goto-address-url-face, goto-address-url-mouse-face)
16360 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16361 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16362 (goto-address-fontify, goto-address-at-mouse): Simplify,
16363 (goto-address-at-point): browse-url-url-at-point,
16364 goto-address-find-address-at-point can return nil.
16365 (goto-address-find-address-at-point): Return nil on failure.
16366
16367 * align.el (align) <defgroup>: Add :version.
16368
16369 * calculator.el (calculator): Add :version.
16370 (calculator): Use two lines for calculator window if `modeline'
16371 face is boxed.
16372
16373 * play/5x5.el: Doc fixes.
16374 (5x5) <defgroup>: Add :version.
16375
16376 * play/fortune.el (fortune) <defgroup>: Add :version.
16377 (fortune-append): Fix error message.
16378 (fortune-from-region): Doc fix.
16379
16380 * play/pong.el (pong): Doc fix.
16381
16382 * play/morse.el: Keywords, commentary, autoloads.
16383
16384 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16385
16386 * desktop.el (desktop-save): Don't look at symbol-value of a
16387 member of minor-mode-alist, unless it is boundp.
16388
16389 2000-08-16 Sam Steingold <sds@gnu.org>
16390
16391 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16392 `while'; use `with-current-buffer' instead of `save-excursion'.
16393 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16394
16395 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16396
16397 * international/ccl.el (declare-ccl-program): Docstring modified.
16398 (ccl-execute-with-args): Likewise.
16399
16400 2000-08-16 Miles Bader <miles@gnu.org>
16401
16402 * progmodes/sql.el: Add compatibility definition of
16403 comint-line-beginning-position.
16404
16405 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16406
16407 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16408 'buffer-menu' property.
16409 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16410 fails.
16411 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16412 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16413 wasn't killed.
16414
16415 * buff-menu.el (list-buffers-noselect): Don't display the
16416 *Buffer List* buffer.
16417
16418 * font-lock.el: Require jit-lock to prevent a very late
16419 `Loading jit-lock' message.
16420
16421 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16422 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16423 mail address.
16424
16425 2000-08-15 Miles Bader <miles@gnu.org>
16426
16427 * textmodes/ispell.el (ispell-graphic-p): New constant.
16428 (ispell-choices-win-default-height, ispell-help): Use
16429 `ispell-graphic-p' instead of `xemacsp'.
16430
16431 2000-08-15 Dave Love <fx@gnu.org>
16432
16433 * simple.el: Autoload widget-convert when compiling.
16434 (mail-user-agent): Doc fix.
16435
16436 * help.el (function-called-at-point, variable-at-point): Use
16437 with-syntax-table.
16438 (help-manyarg-func-alist): Add insert-and-inherit.
16439
16440 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16441
16442 * delsel.el (delsel-unload-hook): New function.
16443
16444 * find-file.el: Doc fixes. Move provide to end.
16445 (ff) <defgroup>: Add :link.
16446 (ff-goto-click): Deleted.
16447 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16448 Use mouse-set-point.
16449
16450 * textmodes/tildify.el: Doc fixes.
16451 (tildify) <defgroup>: Add:version.
16452
16453 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16454 (glasses-custom-set): Use set-default, not set.
16455 (minor-mode-alist): Propertize the lighter.
16456 (glasses-mode): Provide optional arg.
16457
16458 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16459 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16460 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16461 option. Provide :type.
16462 (cwarn-configuration): Provide :type.
16463 (cwarn-mode): Doc fix.
16464
16465 * add-log.el (change-log-merge): Doc fix.
16466 (change-log-redate): New command.
16467
16468 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16469 Doze and Dog.
16470 (browse-url): Use dolist, not mapcar.
16471 (browse-url-at-point): Check for null url.
16472 (browse-url-event-buffer, browse-url-event-point): Functions
16473 deleted.
16474 (browse-url-at-mouse, browse-url-netscape): Simplify.
16475
16476 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16477 modes.
16478 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16479 Fix previous change to mapcan.
16480 (msb--init-file-alist, msb--add-separators)
16481 (msb--make-keymap-menu): Simplify.
16482 (msb--choose-file-menu): Use copy-sequence.
16483 (msb-mode-map): Add title to keymap.
16484 (msb-unload-hook): New function.
16485
16486 * bs.el: Fix indentation.
16487 (bs) <defgroup>: Add :links.
16488 (bs-show): Doc fix.
16489 (bs-apply-sort-faces): Don't use window-system.
16490 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16491
16492 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16493
16494 * calendar/timeclock.el (timeclock-file): Run .timelog through
16495 convert-standard-filename.
16496
16497 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16498
16499 * emacs-lisp/authors.el: New file.
16500
16501 * paren.el (show-paren-priority): New user option.
16502 (show-paren-function): Set overlay priorities to
16503 show-paren-priority.
16504
16505 2000-08-14 Miles Bader <miles@gnu.org>
16506
16507 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16508 beginning-of-line with inhibit-field-text-motion bound.
16509
16510 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16511
16512 * calendar/timeclock.el: New file.
16513
16514 2000-08-14 David Ponce <david@dponce.com>
16515
16516 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16517 `widget-button-click'. so that one can use left mouse button to
16518 click on dialog buttons.
16519
16520 2000-08-14 Emmanuel Briot <briot@gnat.com>
16521
16522 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16523 identifiers, since XML is case sensitive
16524
16525 2000-08-12 Miles Bader <miles@gnu.org>
16526
16527 * comint.el (comint-output-filter): Don't bother frobbing
16528 window-start, it doesn't seem to be necessary.
16529
16530 * comint.el (comint-send-string, comint-send-region): Make into
16531 real functions. Snapshot the prompt before sending.
16532
16533 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16534
16535 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16536 technique similar to Info-index, instead of relying on specific
16537 names of relevant Index nodes.
16538 (Info-goto-emacs-command-node): Bind Info-history to nil when
16539 going to the first node found by Info-find-emacs-command-nodes.
16540
16541 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16542
16543 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16544
16545 2000-08-10 Miles Bader <miles@gnu.org>
16546
16547 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16548
16549 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16550
16551 * info.el (Info-file-list-for-emacs): More elements for the
16552 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16553 and woman manuals.
16554
16555 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16556
16557 * comint.el (comint-send-input): Make the newline boundary overlay
16558 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16559 (comint-output-filter): Use `insert' instead of
16560 `insert-before-markers'. Extend comint-last-output-overlay when
16561 necessary since we can't rely on insert-before-markers to do it.
16562 * gud.el (gud-filter): Use `with-current-buffer' instead of
16563 save-excursion when inserting the output, so that point gets
16564 updated correctly; the old method relied on a rather dodgy
16565 side-effect of comint-output-filter to avoid the effect of
16566 save-excursion.
16567
16568 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16569
16570 * files.el (recover-file): Call insert-directory instead of
16571 invoking `ls' directly.
16572
16573 2000-08-10 Miles Bader <miles@gnu.org>
16574
16575 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16576 (comint-last-prompt-overlay): New variables.
16577 (comint-output-filter): Implement prompt highlighting.
16578 (comint-snapshot-last-prompt): New function.
16579 (comint-send-input): Snapshot the last prompt.
16580 Use comint-highlight-input-face.
16581 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16582 Use defface instead of defcustom.
16583 (send-invisible, comint-send-eof): Snapshot the last prompt.
16584 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16585 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16586
16587 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16588
16589 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16590 (regexp-opt-group): Use a list of chars for `letters'.
16591 (regexp-opt-charset): `chars' is now a list of chars.
16592 Use a char-table rather than a vector so it works for multibyte chars.
16593
16594 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16595 Set cvs-minor-current-files to the selected fileinfo.
16596 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16597 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16598
16599 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16600
16601 * files.el (insert-directory): Don't call access-file on
16602 directories on DOS and Windows.
16603
16604 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16605
16606 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16607 longer if necessary.
16608 (ccl-embed-code): Call ccl-embed-data to store CODE in
16609 ccl-program-vector.
16610
16611 2000-08-09 Miles Bader <miles@gnu.org>
16612
16613 * comint.el (comint-output-filter): Properly handle the case where
16614 the text surrounded by comint-last-output-overlay was deleted.
16615
16616 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16617
16618 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16619 non-nil.
16620 (Info-file-list-for-emacs): Remove "info" from the list because
16621 that leads to trying to use the documentation from file `info'
16622 in various situations where it isn't appropriate, for instance
16623 C-h C-k C-h i.
16624
16625 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16626 DIR and/or STRING are nil.
16627
16628 * progmodes/compile.el (compilation-setup): Make variable
16629 compilation-error-screen-columns buffer-local, as some comment
16630 in the code suggests it should be.
16631
16632 * files.el (auto-mode-interpreter-regexp): New variable.
16633 (set-auto-mode): Use it.
16634
16635 * indent.el (indent-for-tab-command): Doc fix.
16636
16637 * mouse-sel.el (mouse-sel-mode): Doc fix.
16638
16639 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16640 labels.
16641
16642 * help.el (print-help-return-message): When
16643 display-buffer-reuse-frames is set, let the help window been quit,
16644 instead of deleting it, which might delete a reused frame.
16645
16646 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16647
16648 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16649 rename a directory to a name that differs only by its letter case.
16650
16651 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16652
16653 * international/quail.el (quail-define-rules): Handle Quail decode
16654 map correctly. Add code for supporting annotations.
16655 (quail-install-decode-map): New function.
16656 (quail-defrule-internal): New optional arguments decode-map and
16657 props.
16658 (quail-advice): New function.
16659
16660 2000-08-07 Sam Steingold <sds@gnu.org>
16661
16662 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16663 `defconst', `define-condition', `with-slots'.
16664 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16665
16666 2000-08-03 Miles Bader <miles@gnu.org>
16667
16668 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16669 New variable.
16670 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16671 comint-use-prompt-regexp-instead-of-fields.
16672 (comint-send-input): Add `input' field property to stuff we send to
16673 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16674 (comint-output-filter): Add `output' field property to process
16675 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16676 (comint-replace-by-expanded-history)
16677 (comint-get-old-input-default, comint-show-output)
16678 (comint-backward-matching-input, comint-forward-matching-input)
16679 (comint-next-prompt, comint-previous-prompt): Use field
16680 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16681 (comint-line-beginning-position): New function.
16682 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16683 (comint-replace-by-expanded-history-before-point): Use
16684 comint-line-beginning-position and line-end-position.
16685 (comint-last-output-overlay): New variable.
16686 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16687
16688 * shell.el (shell-prompt-pattern): Doc change.
16689 (shell-backward-command): Use line-beginning-position.
16690
16691 * gud.el (gud-gdb-complete-command): Use
16692 comint-line-beginning-position.
16693
16694 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16695 comint-bol doesn't actually go to the beginning of the line.
16696
16697 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16698 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16699 (try-expand-line-all-buffers): Likewise.
16700
16701 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16702 explicitly matching comint-prompt-regexp.
16703 (sql-copy-column): Use comint-line-beginning-position instead of
16704 explicitly matching comint-prompt-regexp.
16705
16706 * progmodes/octave-inf.el (inferior-octave-complete): Use
16707 comint-line-beginning-position.
16708
16709 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16710
16711 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16712 looking for a prompt, use `forward-line 0' instead of
16713 `beginning-of-line', to avoid getting caught by an input field.
16714
16715 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16716
16717 * files.el (shell-quote-wildcard-pattern): Make sure to return
16718 PATTERN, in the Unix case.
16719
16720 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16721
16722 * play/zone.el (zone): Discard any pending input before running
16723 the randomly-chosen pgm.
16724
16725 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16726
16727 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16728 checking the existence of any multibyte characters.
16729
16730 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16731
16732 * help.el (describe-mode): Test minor-mode symbol for being
16733 bound before testing its value for being nil.
16734
16735 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16736 `first', `second', and `third'.
16737
16738 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16739 (second): Make it an alias for `cadr'.
16740
16741 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16742
16743 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16744 types of display support faces now.
16745
16746 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16747
16748 * pcvs.el (require): Require `cl' during compilation, only.
16749
16750 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16751 (toplevel): Remove `remq' and `remove' from autoloads.
16752 (cl-fake-autoloads): New variable. If set, arrange for an error
16753 when CL functions etc. are autoloaded.
16754
16755 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16756
16757 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16758
16759 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16760 popped up, but the user clicks outside the menu, return an empty
16761 regexp (that causes unhighlight-regexp to have no effect).
16762
16763 * menu-bar.el (menu-bar-games-menu): Add Zone.
16764
16765 * hi-lock.el (toplevel): Require font-lock.
16766
16767 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16768
16769 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16770 (ebnf-8-bit-chars): New var for bug fix.
16771 (ebnf-string): Bug fix.
16772
16773 2000-08-03 Sam Steingold <sds@gnu.org>
16774
16775 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16776 instead of `buffer-string'.
16777 (require 'cl): Always, not just when compiling.
16778 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16779 necessary.
16780
16781 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16782
16783 * international/mule-cmds.el (select-safe-coding-system): Make
16784 the message text about selecting a safe coding system more clear.
16785
16786 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16787
16788 * hi-lock.el: New file.
16789
16790 * play/zone.el: New file.
16791
16792 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16793 value of tab-width in the original buffer. Choose a line number
16794 format that's a multiple of the original buffer's tab width, so
16795 that lines appear right.
16796
16797 * textmodes/ispell.el (ispell): New function, replacing an alias.
16798 Spell-check active region if in transient-mark-mode and mark
16799 is active; otherwise spell-check buffer.
16800
16801 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16802
16803 * ps-mule.el: Fix a customization problem on
16804 ps-mule-font-info-database-default.
16805
16806 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16807
16808 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16809 display-mouse-p instead of window-system.
16810 (ebrowse-member-mode-map): Ditto.
16811
16812 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16813
16814 * progmodes/ebnf2ps.el: Update ps-print functions call.
16815 Indentation fix. Doc fix.
16816 (ebnf-version): New version number (3.2).
16817 (ebnf-format-color, ebnf-begin-job): Code fix.
16818
16819 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16820
16821 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16822 font lock support on window-system.
16823 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16824
16825 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16826 display-color-p, if fboundp, instead of window-system.
16827
16828 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16829
16830 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16831 instead of window-system.
16832
16833 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16834 window-system.
16835 (widget-choice-mouse-down-action): Use display-popup-menus-p
16836 instead of window-system.
16837
16838 * strokes.el (strokes-file): Run the file name through
16839 convert-standard-filename.
16840 (strokes-mode): Call display-mouse-p instead of looking at
16841 window-system. Change the error message accordingly.
16842
16843 * progmodes/cpp.el (toplevel): Support faces on tty's.
16844
16845 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16846 (lm-plot-square, lm-init-display): Don't use window-system.
16847
16848 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16849 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16850
16851 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16852 instead of looking at window-system.
16853
16854 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16855
16856 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16857 of testing if iswitchb-prepost-hooks is bound, because the
16858 latter will always be true when invoking a recursive minibuffer
16859 from an active Iswitchb buffer.
16860
16861 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16862
16863 * files.el (shell-quote-wildcard-pattern): New function.
16864 (insert-directory): Call it. Only prepend "\" to command on Unix
16865 and GNU/Linux systems.
16866
16867 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16868
16869 * eshell/esh-groups.el: Change custom :link file names
16870 from `eshell.info' to `eshell'.
16871
16872 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16873
16874 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16875 correctly in recursive ange-ftp listings.
16876
16877 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16878
16879 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16880 ps-header-font-size-internal and
16881 ps-header-title-font-size-internal variables are not set,
16882 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16883 face text property is (foreground-color . COLOR) or
16884 `(background-color . COLOR)', ps-print crashes. Doc fix.
16885 (ps-print-version): New version number (5.2.4).
16886 (ps-plot-region): Code fix.
16887 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16888 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16889 Bug fix 2.
16890
16891 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16892
16893 * glasses.el (glasses-make-readable): Fix uncapitalization of
16894 identifiers like `myXMLDocument'.
16895
16896 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16897
16898 * mail/mail-hist.el (mail-hist-previous-input)
16899 (mail-hist-next-input): Do the obvious code factorization.
16900 (mail-hist-retrieve-and-insert): New func, contains common
16901 code of above two.
16902 If inserting a message body, leave point at top.
16903
16904 2000-07-28 Sam Steingold <sds@gnu.org>
16905
16906 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16907 Use `<=', not `<' to compare times!
16908 (ange-ftp-ls): Remove.
16909
16910 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16911
16912 * play/cookie1.el: Add explanation of how to make cookie.el
16913 compatible with strfile(1) to comment.
16914
16915 * subr.el (remove, remq): New functions.
16916
16917 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16918 escape `*' in regexps.
16919 (midnight-find): Reverse order of arguments in the funcall of
16920 TEST.
16921
16922 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16923 and `.class'.
16924
16925 * play/meese.el: Add Commentary section.
16926
16927 2000-07-27 Alex Schroeder <alex@gnu.org>
16928
16929 * sql.el (sql-ms): Added autoload cookie.
16930 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16931 (sql-oracle): Ditto.
16932 (sql-help): Doc change.
16933
16934 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16935 types and exceptions.
16936
16937 2000-07-27 Alex Schroeder <alex@gnu.org>
16938
16939 * sql.el (sql-placeholder-history): New variable.
16940 (sql-query-placeholders-and-send): New function that will query
16941 the user and replace placeholders with user input.
16942 (sql-oracle): If running on NT, set comint-input-sender to
16943 sql-query-placeholders-and-send.
16944
16945 (sql-stop): If in the SQLi buffer, insert stop notification, else
16946 present it as a message.
16947
16948 2000-07-27 Alex Schroeder <alex@gnu.org>
16949
16950 * sql.el (sql-input-ring-separator): Doc change.
16951 (sql-input-ring-file-name): Doc change.
16952 (sql-interactive-mode): Use `sql-input-ring-separator' and
16953 `sql-input-ring-file-name' to set the comint-mode equivalents
16954 without making them local variables.
16955 (sql-stop): Don't bind `sql-input-ring-separator' and
16956 `sql-input-ring-file-name' dynamically to their comint-mode
16957 equivalents.
16958
16959 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16960
16961 * international/mule.el (register-char-codings): New function.
16962 (make-coding-system): Handle `safe-chars' specification in the arg
16963 PROPERTY.
16964
16965 * international/mule-cmds.el
16966 (find-coding-systems-region-subset-p): This function deleted.
16967 (sort-coding-systems-predicate): New variable.
16968 (sort-coding-systems): New function.
16969 (find-coding-systems-region): Use
16970 find-coding-systems-region-internal.
16971 (find-coding-systems-string): Use find-coding-systems-region.
16972 (find-coding-systems-for-charsets): Check
16973 char-coding-system-table.
16974 (select-safe-coding-system-accept-default-p): New variable.
16975 (select-safe-coding-system): Mostly rewritten. New argument
16976 ACCEPT-DEFAULT-P.
16977 (select-message-coding-system): Call select-safe-coding-system
16978 with ACCEPT-DEFAULT-P arg.
16979 (reset-language-environment): Reset default-sendmail-coding-system
16980 to the default value iso-latin-1.
16981 (set-language-environment): Don't set the obsolete variable
16982 charset-origin-alist.
16983
16984 * international/codepage.el (cp-coding-system-for-codepage-1):
16985 Give `safe-chars' property to make-coding-system.
16986
16987 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16988 calling select-message-coding-system twice.
16989
16990 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16991 instead of `safe-charsets'.
16992 (cyrillic-alternativnyj): Likewise.
16993 (ccl-encode-alternativnyj): Don't check the charset
16994 cyrillic-iso8859-5.
16995
16996 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16997
16998 * composite.el (compose-chars-after): Preserve match data.
16999
17000 2000-07-26 Sam Steingold <sds@gnu.org>
17001
17002 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17003 (ange-ftp-real-file-newer-than-file-p): New function.
17004 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17005 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17006
17007 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17008 * midnight.el (midnight-float-time): Ditto.
17009
17010 2000-07-26 Andreas Schwab <schwab@suse.de>
17011
17012 * files.el (normal-backup-enable-predicate): Correct
17013 interpretation of the return value of compare-strings.
17014
17015 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17016
17017 * isearch.el (isearch-resume): New function.
17018 (isearch-done): Add something to command-history to resume
17019 the search.
17020 (isearch-yank-line, isearch-yank-word): Use
17021 buffer-substring-no-properties instead of buffer-substring.
17022
17023 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17024 of flyspell-mouse-map.
17025
17026 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17027 duplicate definition.
17028 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17029
17030 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17031 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17032
17033 2000-07-25 Sam Steingold <sds@gnu.org>
17034
17035 * net/ange-ftp.el: Get modtime over the net.
17036 (ange-ftp-file-modtime): New function.
17037 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17038 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17039 Use it.
17040 (ange-ftp-dot-to-slash): New function.
17041 (ange-ftp-fix-name-for-vms): Use it.
17042
17043 * midnight.el (midnight-buffer-display-time): Use
17044 `with-current-buffer'.
17045
17046 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17047
17048 * find-dired.el: Update copyright notice.
17049 (find-dired): Offer to kill a running `find'.
17050
17051 * enriched.el (enriched-face-ans): For a `foreground-color'
17052 property, return '(("x-color" COLOR))' so that COLOR will be
17053 output as a parameter of the x-color annotation. Likewise for the
17054 `background-color' property. In the case of normal face
17055 properties, don't return annotations for unspecified foreground
17056 and background face attributes.
17057
17058 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17059
17060 * language/japan-util.el (japanese-katakana-region): Fix handling
17061 HANKAKU argument.
17062
17063 2000-07-25 Miles Bader <miles@gnu.org>
17064
17065 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17066 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17067 constrain-to-field.
17068
17069 2000-07-24 Andrew Innes <andrewi@gnu.org>
17070
17071 * timer.el (timer-activate-when-idle): Add optional parameter
17072 DONT-WAIT. Update docstring.
17073 (run-with-idle-timer): Specify extra parameter to
17074 timer-activate-when-idle, so that timer will be activated
17075 immediately if Emacs is already idle.
17076
17077 * w32-fns.el (w32-using-nt): Fix docstring.
17078
17079 2000-07-24 Dave Love <fx@gnu.org>
17080
17081 * mouse.el (popup-menu): Set last-command-event.
17082 (mouse-major-mode-menu-prefix): Declare.
17083
17084 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17085
17086 * textmodes/flyspell.el: Update to author's version 1.5d.
17087
17088 * progmodes/hideshow.el: Update copyright notice.
17089
17090 * vcursor.el: Set maintainer to FSF, since author cannot
17091 be reached.
17092
17093 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17094
17095 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17096 the prompt.
17097
17098 * mouse.el (popup-menu): Run the keymap through indirect-function,
17099 in case it was defined with define-prefix-key. If the menu is a
17100 list of keymaps, look up the binding of user's choice in each one
17101 of the keymaps.
17102 (mouse-popup-menubar): If the global and local menu-bar keymaps
17103 don't have a prompt string, create one and insert it into the
17104 keymap. Don't barf if current-local-map returns nil.
17105
17106 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17107
17108 * dired.el (dired-sort-R-check): Added to allow recursive listing
17109 to be undone.
17110 (dired-sort-other): Use it.
17111
17112 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17113
17114 * Release of cc-mode 5.27
17115
17116 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17117
17118 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17119 c-beginning-of-statement-1 that caused a bad case of recursion
17120 which could consume a lot of CPU in large classes in languages
17121 that have in-expression classes (i.e. Java and Pike).
17122
17123 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17124 statements before top level constructs (i.e. case 6 is moved
17125 before case 5 and is now case 4) to catch in-expression
17126 classes in top level expressions correctly.
17127
17128 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17129
17130 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17131 objc-method-intro. Case 4 removed and case 5I added.
17132
17133 * cc-langs.el (c-append-paragraph-start): New variable used by
17134 c-common-init to get paragraph-start correct.
17135 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17136 initialize paragraph-start to make it correct both with and
17137 without the javadoc special case.
17138
17139 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17140 initialize paragraph-start for javadoc markup.
17141
17142 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17143 change by defaulting this to t. It's motivated by the
17144 confusing behavior that otherwise arise from the style system
17145 when editing both java and non-java files at the same time
17146 (see the comments about style setting in c-common-init).
17147
17148 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17149
17150 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17151 similar to the one in c-fill-paragraph to check the fill
17152 prefix from the adaptive fill function for sanity.
17153
17154 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17155
17156 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17157 defun block.
17158
17159 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17160
17161 * cc-align.el (c-lineup-multi-inher): Handle lines with
17162 leading comma nicely. Extended to handle member initializers
17163 too.
17164
17165 * cc-engine.el: (c-beginning-of-inheritance-list,
17166 c-guess-basic-syntax): Fixed recognition of inheritance lists
17167 when the lines begins with a comma.
17168
17169 * cc-vars.el (c-offsets-alist): Changed default for
17170 member-init-cont to c-lineup-multi-inher since it now handles
17171 member initializers and indents better for leading commas.
17172
17173 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17174
17175 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17176 handling that caused class open lines to be recognized as
17177 statement-conts in some cases.
17178
17179 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17180 guessed by the adaptive fill function unless point is on the
17181 first line of a block comment.
17182
17183 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17184 when the buffer ends with a macro continuation char.
17185
17186 * cc-engine.el (c-guess-basic-syntax): Added support for
17187 function definitions as statements in Pike. The first
17188 statement in a lambda block is now labeled defun-block-intro
17189 instead of statement-block-intro.
17190
17191 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17192 so that the class surrounding point is selected, not the one
17193 innermost in the state.
17194
17195 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17196 recognition of switch labels having hanging multiline
17197 statements.
17198
17199 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17200 some code in c-guess-basic-syntax to a separate function.
17201 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17202 recognition of member inits with multiple line arglists.
17203 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17204 member-init-cont when the commas are in funny places.
17205
17206 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17207
17208 * cc-defs.el (c-auto-newline): Removed this macro since it's
17209 not used anymore.
17210
17211 * cc-engine.el (c-looking-at-bos): New helper function.
17212 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17213 inexpr and toplevel classes apart in Pike.
17214
17215 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17216 of case 9A.
17217
17218 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17219 constant, since "class" can introduce an in-expression class
17220 in Pike nowadays.
17221
17222 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17223
17224 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17225 indentation on cpp-macro lines.
17226
17227 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17228 a syntax modifier like comment-intro, to make it possible to
17229 get syntactic indentation for preprocessor directives. It's
17230 incompatible wrt to lineup functions on cpp-macro, but it has
17231 no observable effect in the 99.9% common case where cpp-macro
17232 is set to -1000.
17233
17234 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17235
17236 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17237 member-init-cont when the preceding arglist is several lines.
17238
17239 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17240
17241 * cc-styles.el (c-style-alist): The basic offset for the BSD
17242 style corrected to 8.
17243
17244 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17245
17246 * cc-styles.el (c-style-alist): Adjusted the indentation of
17247 brace list openers in the gnu style.
17248
17249 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17250
17251 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17252
17253 * cc-cmds.el (c-electric-brace, c-electric-slash,
17254 c-electric-star, c-electric-semi&comma, c-electric-colon,
17255 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17256 when c-syntactic-indentation is nil.
17257
17258 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17259 we were left at comments preceding the first statement when
17260 reaching the beginning of the buffer.
17261
17262 * cc-vars.el (c-syntactic-indentation): New variable to turn
17263 off all syntactic indentation.
17264
17265 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17266
17267 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17268 between the text and the block comment ender when it hangs,
17269 depending on how many there are before the fill.
17270
17271 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17272
17273 * cc-engine.el (c-beginning-of-closest-statement): New helper
17274 function to go back to the closest preceding statement start,
17275 which could be inside a conditional statement.
17276 * cc-engine.el (c-guess-basic-syntax): Use
17277 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17278
17279 * cc-engine.el (c-guess-basic-syntax): Better handling of
17280 arglist-intro, arglist-cont-nonempty and arglist-close when
17281 the arglist is nested inside parens. Cases 7A, 7C and 7F
17282 changed.
17283
17284 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17285 up-to-date with javadoc 1.2.
17286
17287 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17288
17289 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17290 multiline Pike type decls.
17291
17292 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17293
17294 * cc-cmds.el (c-indent-new-comment-line): Always break
17295 multiline comments in multiline mode, regardless of
17296 comment-multi-line.
17297
17298 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17299
17300 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17301 fully::qualified::names in C++ member init lists. Preamble in
17302 case 5D changed.
17303
17304 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17305
17306 * cc-langs.el (c-common-init): Handling of obsolete variables
17307 moved to c-initialize-cc-mode. More compatible style override
17308 when using global style variables.
17309 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17310 variables moved here.
17311
17312 * cc-styles.el (c-make-styles-buffer-local): Flag style
17313 variable localness in c-style-variables-are-local-p to make
17314 the compatibility measure in c-common-init work well.
17315
17316 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17317 longer contain set-from-style.
17318 * cc-styles.el (c-initialize-builtin-style): Don't check for
17319 set-from-style on c-special-indent-hook.
17320 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17321 copy-alist is sufficient now.
17322
17323 * cc-styles.el (c-set-style, c-set-style-1,
17324 c-get-style-variables): Fixes to variable initialization so
17325 that duplicate entries in styles have the same effect
17326 regardless of DONT-OVERRIDE.
17327
17328 * cc-styles.el (c-set-style-2): Fixed bug where the
17329 initialization of inheriting styles failed when the
17330 dont-override flag is set.
17331
17332 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17333 on this.
17334
17335 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17336
17337 * cc-defs.el (c-forward-comment): Removed the workaround
17338 introduced in 5.38 since it had worse side-effects. If a line
17339 contains the string "//\"", it regarded the // as a comment
17340 start since the \ temporarily doesn't have escape syntax.
17341
17342 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17343
17344 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17345 ada-xref.el before ada-prj.el, so that the Project menu is created
17346 when ada-prj tries to add to it.
17347 (ada-activate-keys-for-case): Suppress the characters that are not
17348 part of the Ada syntax. Better compatibility with else-mode
17349 (ada-adjust-case-interactive): When auto-casing is not active,
17350 correctly insert newlines (used to insert only ^M). Prevent the
17351 syntax table from being changed in case of an error
17352 (or '_' becomes part of a word and some commands are confused).
17353 Do nothing if ada-auto-case is nil.
17354 (ada-after-keyword-p): Ignore keywords that are also attributes
17355 (ada-batch-reformat): Update usage comment
17356 (ada-call-from-contextual-menu): New function
17357 (ada-case-read-exceptions): Reinitialize the casing exception list
17358 first to nil first, so that the casing exception file can be
17359 shared.
17360 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17361 files.
17362 (ada-compile-goto-error): Fix regexp used to detect a file:line
17363 anywhere in the error message
17364 (ada-contextual-menu-last-point): New variable
17365 (ada-create-keymap): If the variable delete-key-deletes-forward is
17366 t on XEmacs, it means that DEL should delete one character
17367 forward.
17368 (ada-create-menu): Use :included instead of :visible for XEmacs.
17369 New submenu "Options".
17370 (ada-end-stmt-re): Correctly indent "select ... then abort"
17371 statements.
17372 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17373 even if they don't match ada-fill-comment-prefix Fix handling of
17374 paragraphs on the first or last line of a file.
17375 (ada-format-paramlist): Fix handling of default parameter values.
17376 (ada-get-body-name): New function.
17377 (ada-get-current-indent): Optimized by searchling directly for an
17378 existing generic part or a statement outside of it. Handle
17379 ada-indent-align-comments when indenting comments Replaced some
17380 regexps by testing directly the next character. This results in a
17381 huge speedup on some files. New indentation scheme for renames
17382 statements. Stop looking for the 'while' or 'for' associated with
17383 a 'loop' at the first semicolon encountered. A "return" can also
17384 match an anonymous access subprogram declaration.
17385 (ada-get-indent-noindent): Ignore strings and comments when
17386 looking for the keywords "record" and "private".
17387 (ada-goto-matching-decl-start): When matching "if", make sure we
17388 are not in fact seeing "end if". Ignore "when" statements except
17389 when initial keyword was "begin". Fix handling of nested
17390 procedures. Add a recursive call to this function to skip over
17391 other 'end' statmts. Fix indentation for "when .. => begin"
17392 (ada-in-open-paren-p): Fix indentation for complex boolean
17393 expressions, where 'and then', 'or else' and parenthesis
17394 statements are mixed up.
17395 (ada-in-paramlist-p): Skip comments while searching for the
17396 beginning Fix handling of operator declarations.
17397 (ada-indent-align-comments): New variable
17398 (ada-indent-current): Change the syntax table only in the
17399 protected section, so that we are sure it is restored correctly.
17400 (ada-indent-on-previous-lines): Use ada-use-indent and
17401 ada-with-indent Correctly indent "select ... then"
17402 (ada-indent-region): Slight speedup.
17403 (ada-indent-renames): New variable.
17404 (ada-last-which-function-subprog, ada-last-which-function-line):
17405 New variables
17406 (ada-looking-at-semi-private): Correctly indent the 'private'
17407 keyword when it is the first word in a package declaration.
17408 (ada-loose-case-word): Stop searching if at the end of the buffer.
17409 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17410 even if point is not initially at the end of the word.
17411 (ada-matching-decl-start-re): Add "when".
17412 (ada-mode): Add support for abbrev-mode, outline-mode and
17413 which-func-mode Override the old find-file.el entry in
17414 ff-special-constructs since it is using the obsolete
17415 ada-spec-suffix variable
17416 (ada-no-auto-case): New function
17417 (ada-scan-paramlist): When parsing the argument type, accept
17418 spaces (as in "X 'Class", generated by Rational Rose).
17419 (ada-other-file-name): No longer loads the other file.
17420 (ada-popup-menu): Save and restore the current buffer and cursor
17421 position before and after displaying the menu.
17422 (ada-search-ignore-complex-boolean): New function.
17423 (ada-uncomment-region): Emacs21 already knows how to delete
17424 comments not starting in the first column.
17425 (ada-use-indent): New variable
17426 (ada-which-function): New function.
17427 (ada-with-indent): New variable
17428 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17429 can be batch-compiled from the command line.
17430
17431 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17432 Add to the menu when the file is loaded, not in ada-mode-hook.
17433 Add -toolbar to the default ddd command Switches moved from
17434 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17435 ada-prj-default-comp-opt
17436 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17437 Reference Manual to the menu
17438 (ada-check-current): rewritten as a call to ada-compile-current
17439 (ada-compile): Removed.
17440 (ada-compile-application, ada-compile-current, ada-check-current):
17441 Set the compilation-search-path so that compile.el automatically
17442 finds the sources in src_dir. Automatic scrollong of the
17443 compilation buffer. C-uC-cC-c asks for confirmation before
17444 compiling
17445 (ada-compile-current): New parameter, prj-field
17446 (ada-complete-identifier): Load the .ali file before doing
17447 processing
17448 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17449 conform to gnatmake's behavior.
17450 (ada-find-file-in-dir): New function
17451 (ada-find-references): Set the environment variables for gnatfind
17452 (ada-find-src-file-in-dir): New function.
17453 (ada-first-non-nil): Removed
17454 (ada-gdb-application): Add support for jdb, the java debugger.
17455 (ada-get-ada-file-name): Load the original-file first if not done
17456 yet.
17457 (ada-get-all-references): Handles the new ali syntax (parent types
17458 are found between <>).
17459 (ada-initialize-runtime-library): New function
17460 (ada-mode-hook): Always load a project file when a file is opened,
17461 so that the casing exceptions are correctly read.
17462 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17463 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17464 to open the project file, since the latter does not work with
17465 speedbar Get default values before loading the prj file, or the
17466 default executable file name is wrong. Use the absolute value of
17467 src_dir to initialize ada-search-directories and
17468 compilation-search-path,... Add the standard runtime library to
17469 the search path for find-file.
17470 (ada-prj-default-debugger): Was missing an opening '{'
17471 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17472 variables.
17473 (ada-prj-default-gnatmake-opt): New variable
17474 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17475 buffers, the project file is the default one Save the windows
17476 configuration before displaying the menu.
17477 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17478 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17479 ...) regexp-quote identifiers names to support operators +,
17480 -,... in regexps.
17481 (ada-remote): New function.
17482 (ada-run-application): Erase the output buffer before starting the
17483 run Support remote execution of the application. Use
17484 call-process, or the arguments are incorrectly parsed
17485 (ada-set-default-project-file): Reread the content of the active
17486 project file, not the one from the current buffer When a project
17487 file is set as the default project, all directories are
17488 automatically associated with it.
17489 (ada-set-environment): New function
17490 (ada-treat-cmd-string): New special variable ${current}
17491 (ada-treat-cmd-string): Revised. The substitution is now done for
17492 any ${...} substring
17493 (ada-xref-current): If no body was found, compiles the spec
17494 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17495 compiler to get rid of command line length limitations.
17496 (ada-xref-get-project-field): New function
17497 (ada-xref-project-files): New variable
17498 (ada-xref-runtime-library-specs-path)
17499 (ada-xref-runtime-library-ali-path): New variables
17500 (ada-xref-set-default-prj-values): Default run command now does a
17501 cd to the build directory. New field: main_unit Provide a default
17502 file name even if the current buffer has no prj file.
17503
17504 * ada-prj.el:
17505 Rewritten to show a tabbed-dialog.
17506 (ada-prj-add-ada-menu): Remove the map and name parameters.
17507 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17508 New function
17509 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17510 (ada-prj-load-from-file): New function
17511 (ada-prj-save): Always save fields that depend on the current buffer
17512 (ada-prj-show-value): New function
17513
17514 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17515 Ada mode. This will allow us to display the Ada menu in any buffer
17516 we want (for project items).
17517 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17518 number of spaces in the header.
17519
17520 2000-07-24 Dave Love <fx@gnu.org>
17521
17522 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17523
17524 2000-07-23 Noah Friedman <friedman@splode.com>
17525
17526 * type-break.el (type-break): perform autosave.
17527 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17528 (type-break-do-query): Cancel query schedule while performing
17529 actual query, to avoid possibility of a second query being made
17530 while first one is already in progress.
17531 (type-break-time-stamp-format): New variable.
17532 (type-break-time-stamp): New function.
17533 (type-break-time-warning): Use it.
17534 (type-break-keystroke-warning): Use it.
17535 (type-break-noninteractive-query): Use it.
17536
17537 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17538 cookie.
17539 Use add-minor-mode to set minor-mode-alist, if available.
17540 (eldoc-echo-area-use-multiline-p): New user option.
17541 (eldoc-echo-area-multiline-supported-p): New variable.
17542 (eldoc-docstring-format-sym-doc): Use them.
17543 (eldoc-mode): If not using idle timers, append to local post and
17544 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17545 (eldoc-display-message-no-interference-p): Don't interfere with
17546 edebug.
17547 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17548 (eldoc-function-arglist): New function.
17549 (eldoc-function-argstring): Use it.
17550
17551 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17552 auto save directory exists before calling directory-files.
17553
17554 2000-07-23 Dave Love <fx@gnu.org>
17555
17556 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17557 ^o, ^u.
17558
17559 2000-07-21 Dave Love <fx@gnu.org>
17560
17561 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17562 now passed to the function. It now works properly.
17563
17564 * smerge-mode.el (smerge-mode-menu): Fill it out.
17565
17566 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17567
17568 * info-look.el (info-lookup): If *info* is shown in another frame
17569 on the same display, select that frame, instead of switching to
17570 the Info buffer in another window of the selected frame.
17571
17572 * simple.el (universal-argument-map): Bind numeric keypad keys
17573 kp-0 to kp-9 and kp-subtract.
17574 (digit-argument): Handle these keys.
17575
17576 2000-07-20 Dave Love <fx@gnu.org>
17577
17578 * net/goto-addr.el (goto-address-fontify): Don't bother with
17579 buffer-modified and read-only stuff -- irrelevant with overlays.
17580 Put an extra property on the overlays and use it to clean up in
17581 case goto-address is re-run.
17582
17583 2000-07-19 Richard M. Stallman <rms@gnu.org>
17584
17585 * timer.el (run-with-idle-timer): Doc fix.
17586
17587 * mail/mail-utils.el (mail-strip-quoted-names):
17588 Handle case where <...> appears inside "...".
17589 Use replace-match to edit the string more simply.
17590 (rmail-dont-reply-to): Cope with an unmatched ".
17591
17592 2000-07-19 Dave Love <fx@gnu.org>
17593
17594 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17595 implementation.
17596
17597 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17598 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17599 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17600
17601 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17602
17603 * textmodes/refer.el: Correct maintainer's email address.
17604
17605 * progmodes/hideif.el: Correct author's email address.
17606 Fix typo in comment.
17607
17608 * xml.el: New file.
17609
17610 * mail/mailheader.el: Correct author's mail address.
17611
17612 * gnus/parse-time.el: Correct author's mail address.
17613
17614 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17615
17616 * comint.el (comint-highlight-input, comint-highlight-face):
17617 New user options.
17618 (comint-input-ring-file-name): Change custom type.
17619 (comint-mode-map): Bind mouse-2.
17620 (comint-insert-clicked-input): New function.
17621 (comint-send-input): Handle input highlighting.
17622
17623 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17624
17625 * mouse.el (popup-menu): New function.
17626 (mouse-major-mode-menu): Use it.
17627
17628 2000-07-18 Dave Love <fx@gnu.org>
17629
17630 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17631 improvements.
17632
17633 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17634
17635 * faces.el (face-font-selection-order)
17636 (face-font-family-alternatives): Add custom type.
17637
17638 2000-07-18 Dave Love <fx@gnu.org>
17639
17640 * cus-edit.el (custom-variable-reset-saved)
17641 (custom-variable-reset-standard): Remove unused bindings.
17642
17643 * rect.el (open-rectangle-line): Remove unused let.
17644
17645 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17646
17647 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17648
17649 * cdl.el: Fix `Maintainer' keyword.
17650
17651 * play/pong.el: Add author's email address.
17652
17653 2000-07-17 Sam Steingold <sds@gnu.org>
17654
17655 * files.el (insert-directory): Call `split-string' instead of
17656 re-implementing it.
17657
17658 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17659
17660 * mail/vms-pmail.el: Change maintainer to FSF.
17661
17662 * net/goto-addr.el: Change maintainer to FSF.
17663
17664 * info.el (Info-title-face-alist): Removed.
17665
17666 2000-07-18 David Ponce <david@dponce.com>
17667
17668 * recentf.el (recentf-open-files): New command that works like
17669 `recentf-open-more-files', but shows the whole list of files (not just
17670 those omitted from the menu). Useful if you don't use a menu-bar!
17671 (recentf-open-more-files) Modified to use `recentf-open-files'.
17672
17673 (recentf-open-files, recentf-open-more-files)
17674 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17675
17676 (recentf-dialog-mode): New mode for dialogs. You can now just type
17677 "q" to cancel the dialogs.
17678
17679 2000-07-18 David Ponce <david@dponce.com>
17680
17681 * recentf.el: This is a major update of recentf.el. It adds new
17682 features to better organize the recentf menu and "More..." buffer.
17683
17684 Using new provided menu filtering functions you can now organize the
17685 recent files list:
17686
17687 - by major modes
17688 - by directories
17689 - by user defined rules
17690
17691 Finally, with the new `recentf-filter-changer' customizable filter you
17692 can define a ring of filters and dynamically (via the menu) cycle on
17693 each menu organization in the ring (a la msb).
17694
17695 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17696
17697 * eshell/eshell.el (eshell): Replace links to eshell.info with
17698 links to eshell, to avoid problems on systems where the manual is
17699 installed as `eshell'.
17700 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17701 * eshell/em-smart.el (eshell-smart): Ditto.
17702 * eshell/em-banner.el (eshell-banner): Ditto.
17703 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17704
17705 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17706 same-file check in the MS-DOS version (it does support inodes).
17707
17708 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17709
17710 * eshell/eshell.el (eshell-directory-name):
17711 Run default directory name through convert-standard-filename.
17712
17713 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17714
17715 * international/mule-cmds.el (select-safe-coding-system):
17716 Fix typo in the comment.
17717
17718 * language/european.el (compound-text):
17719 Force katakana-jisx0201 to be designated to G1.
17720
17721 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17722 Don't translate some national variant characters of latin-jisx0201.
17723 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17724
17725 * international/kkc.el (kkc-after-update-conversion-functions):
17726 New variable.
17727 (kkc-update-conversion): Run functions in it at the tail.
17728
17729 2000-07-16 John Wiegley <johnw@gnu.org>
17730
17731 * lisp/align.el (align-newline-and-indent):
17732 Adding new function. for auto-aligning blocks of code on RET.
17733 (align-region): Fixed badly formatted minibuffer message.
17734
17735 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17736
17737 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17738 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17739 the conversion list at first if appropriate.
17740 (kkc-next): Don't update kkc-next-count here.
17741 (kkc-prev): Don't update kkc-prev-count here.
17742 (kkc-show-conversion-list-update): Fix setting up of conversion
17743 list message.
17744
17745 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17746
17747 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17748
17749 2000-07-16 Dave Love <fx@gnu.org>
17750
17751 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17752 function to be more specific.
17753
17754 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17755 non-string help-echo.
17756 (widget-types-convert-widget): Defsubst it.
17757 (widget-echo-help): Try to cope with a help-echo function of two
17758 possible sorts.
17759
17760 2000-07-15 Jason Rumney <jasonr@gnu.org>
17761
17762 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17763 Declare as obsolete.
17764
17765 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17766
17767 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17768
17769 * hilit-chg.el: Fix typo.
17770
17771 2000-07-14 Dave Love <fx@gnu.org>
17772
17773 * info.el (Info-mode-menu): Fix use of :help, :enable.
17774
17775 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17776
17777 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17778
17779 2000-07-13 Dave Love <fx@gnu.org>
17780
17781 * emacs-lisp/easymenu.el: Doc fixes.
17782 (easy-menu-remove): Defalias to ignore.
17783
17784 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17785 Call throw correctly.
17786
17787 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17788
17789 * faces.el (frame-background-mode): Doc fix.
17790
17791 * simple.el (eval-expression-print-length): Change custom type to
17792 allow entering nil as value.
17793
17794 2000-07-13 Dave Love <fx@gnu.org>
17795
17796 * progmodes/fortran.el (fortran-imenu-generic-expression):
17797 Change definition layout.
17798 (fortran-mode-menu): Reinstate customize entries.
17799
17800 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17801 Use :filter, per old XEmacs code.
17802
17803 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17804
17805 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17806 event when deciding what to send to the terminal.
17807
17808 2000-07-12 Dave Love <fx@gnu.org>
17809
17810 * cus-start.el: Add optional version as 4th element of specs and
17811 use it for several things new in v21. Remove load-path. Fix type
17812 of line-number-display-limit.
17813
17814 2000-07-11 Dave Love <fx@gnu.org>
17815
17816 * progmodes/fortran.el: Don't require easymenu.
17817 Use repeat counts in various regexps.
17818 (fortran-mode-syntax-table): Defvar directly.
17819 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17820 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17821 Use defvar, not defconst.
17822 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17823 (fortran-mode): Set fortran-comment-line-start-skip,
17824 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17825 (fortran-comment-indent): Use defsubst.
17826 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17827 Use fortran-comment-indent, not fortran-comment-indent-function.
17828 (fortran-comment-region, fortran-electric-line-number): Simplify.
17829 (fortran-auto-fill): New function.
17830 (fortran-do-auto-fill): Deleted.
17831 (fortran-find-comment-start-skip):
17832 Check for non-null comment-start-skip.
17833 (fortran-auto-fill-mode, fortran-fill-statement):
17834 Use fortran-auto-fill.
17835 (fortran-fill): Use fortran-auto-fill. Check for null
17836 comment-start-skip. Simplify final clause and use end-of-line finally.
17837
17838 * widget.el (widget-plist-member): New alias.
17839
17840 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17841
17842 * eshell/esh-module.el (toplevel): Reference
17843 byte-compile-current-file only if it is bound.
17844
17845 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17846
17847 * dired.el: Don't require `dired-aux'.
17848
17849 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17850
17851 * dired-aux.el (dired-show-file-type): New function.
17852 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17853 (dired-show-file-type): Add autoload.
17854
17855 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17856
17857 * international/mule-diag.el (describe-font): Adjusted for the
17858 change of fontset-info.
17859 (print-fontset): Likewise.
17860
17861 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17862
17863 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17864
17865 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17866
17867 * bindings.el: Bind `[delete]' to delete-char.
17868
17869 * dired.el (dired-find-alternate-file): New function.
17870 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17871 (toplevel): Require dired-aux when compiling.
17872 (dired-buffers): Move defvar within file to avoid compiler warning.
17873
17874 * info.el (Info-last-search): Variable removed.
17875 (Info-search-history): New variable.
17876 (Info-search): New Info-search-history.
17877
17878 * battery.el, info-look.el: Change author's mail address.
17879
17880 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17881
17882 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17883 if rmail-ignored-headers is nil.
17884 (rmail-retry-failure): Bind rmail-ignored-headers and
17885 rmail-displayed-headers to nil.
17886
17887 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17888
17889 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17890 (print-region-1): Don't hard code `-h' here.
17891
17892 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17893
17894 2000-07-01 Francesco Potorti` <pot@gnu.org>
17895
17896 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17897 exim can use "your message" instead of "the message".
17898
17899 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17900
17901 * facemenu.el: Docstrings fixes.
17902 (facemenu-get-face): Don't use internal-find-face.
17903 (facemenu-iterate): Rename arg to match the docstring.
17904
17905 * newcomment.el (uncomment-region): Be more careful when skipping
17906 backwards over `=' not to bump into BOBP.
17907
17908 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17909
17910 * ediff-diff.el (ediff-wordify): Use syntax table.
17911 * ediff-init.el (ediff-has-face-support-p): Use
17912 ediff-color-display-p.
17913 (ediff-color-display-p): Use display-color-p, changed to defun
17914 from defsubst.
17915 Got rid of special cases for NeXT and OS/2.
17916 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17917 face.
17918
17919 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17920
17921 * emacs-lisp/lucid.el: Require CL.
17922 (copy-tree, remprop): Remove, it's provided by CL.
17923 (map-keymap): Define in terms of cl-map-keymap.
17924 (extent-property, set-extent-end-glyph): New functions.
17925
17926 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17927
17928 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17929
17930 * Makefile.in (DONTCOMPILE): Add comment that the name may
17931 not be changed without changing the make-dist script.
17932
17933 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17934 (cl-mapc): Use mapc instead of cl-old-mapc.
17935
17936 2000-07-05 Andrew Innes <andrewi@gnu.org>
17937
17938 * makefile.nt: Add support for `bootstrap' and related targets.
17939
17940 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17941
17942 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17943 (easy-menu-do-define): Use `menu-item' format.
17944 Handle case where easy-menu-create-menu returns a symbol.
17945 Manually call the potential top-level filter in the function binding.
17946 (easy-menu-filter-return): New arg NAME.
17947 Convert to a keymap if MENU is an XEmacs menu.
17948 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17949 (easy-menu-converted-items-table, easy-menu-convert-item):
17950 New var and fun to memoize easy-menu-convert-item-1.
17951 (easy-menu-do-add-item): Use it.
17952 (easy-menu-create-menu): Use easy-menu-convert-item.
17953 Wrap easy-menu-filter-return around any :filter specification.
17954 Don't convert the menu if a filter was specified.
17955 Tell easy-menu-make-symbol not to check for MENU being an expression.
17956 (easy-menu-make-symbol): New arg NOEXP.
17957
17958 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17959
17960 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17961 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17962 (eval-defun): If called with prefix arg, instrument code for
17963 Edebug.
17964
17965 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17966 similar to that of eval-defun.
17967
17968 2000-07-04 Dave Love <fx@gnu.org>
17969
17970 * hl-line.el (hl-line-overlay): Make it permanent-local.
17971
17972 * calendar/todo-mode.el: Replaced with a working version, based on
17973 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17974
17975 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17976
17977 * paths.el (prune-directory-list): New function.
17978 (Info-default-directory-list): Rewritten to more methodically
17979 enumerate a big list of possible info directories (based on the
17980 list used by the standalone info reader).
17981
17982 * info.el (info-initialize): Use prune-directory-list to remove
17983 non-existent directories from Info-directory-list.
17984
17985 * paths.el (Info-default-directory-list): Try a list of possible
17986 info-directories instead of a single one. Add the possible
17987 info directory "/usr/share/info".
17988
17989 * woman.el (woman-man.conf-path): Explicitly include the debian
17990 man-db config file "/etc/manpath.config".
17991 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17992 are present in `manpath.config'.
17993 (woman-manpath): Include "/usr/share/man".
17994
17995 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17996
17997 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17998
17999 * startup.el (command-line): Initialize blink-cursor based
18000 on window-system.
18001
18002 * frame.el (blink-cursor): Default to nil if not running under
18003 a window-system.
18004
18005 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18006 (face-x-resources): Remove duplicate entry for :font.
18007
18008 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18009 instead of cycling through windows with next-window.
18010
18011 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18012 of cycling through windows with next-window.
18013
18014 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18015 of cycling through windows with next-window.
18016
18017 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18018 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18019 instead of cycling through windows with next-window.
18020
18021 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18022 instead of cycling through windows with next-window.
18023
18024 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18025 of cycling through windows with next-window.
18026
18027 * terminal.el (te-process-output): Use walk-windows instead of
18028 cycling through windows with next-window.
18029
18030 * server.el (server-switch-buffer): Use some-window instead of
18031 cycling through windows with next-window.
18032
18033 * window.el (some-window): New function.
18034 (walk-windows): Remove reference to walk-windows-start.
18035
18036 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18037
18038 2000-07-03 Richard Stallman <rms@gnu.org>
18039
18040 * window.el (walk-windows): Guarantee termination by keeping a list
18041 of all the windows already handled.
18042
18043 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18044
18045 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18046 window-system.
18047
18048 * man.el (Man-notify-when-ready): Don't use window-system. If
18049 Man-notify-method is newframe, and the display is not
18050 multi-frame, select the frame created for the man page.
18051 (Man-init-defvars): Doc fix.
18052
18053 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18054
18055 * faces.el (region): Change background color for light background.
18056
18057 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18058 attribute from mode-line face of Ediff control frame.
18059
18060 * replace.el (query-replace-map): Bind `e' like `E'.
18061
18062 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18063
18064 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18065 Change name to "Select All".
18066
18067 * dos-fns.el (convert-standard-filename): Fix last change.
18068
18069 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18070
18071 * help.el (describe-variable): Don't insert a second `'s' in front
18072 of the string `value is shown below'. Since the syntax-table is
18073 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18074 an existing `'s', so that this won't be deleted.
18075
18076 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18077 * pcmpl-unix.el: New files.
18078
18079 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18080
18081 * wid-edit.el (widget-member): Use the new plist-member.
18082
18083 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18084
18085 * replace.el (perform-replace): Undo change of 2000-04-04.
18086 Instead, move backward 1 character at the end of the loop when
18087 necessary.
18088
18089 * faces.el (fringe): Change face for different backgrounds.
18090
18091 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18092 patch from John.
18093
18094 * eshell/*.el: Change spelling of the Free Software Foundation.
18095
18096 * eshell/esh-toggle.el: Removed.
18097
18098 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18099
18100 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18101 interactively.
18102
18103 2000-06-26 Alex Schroeder <alex@gnu.org>
18104
18105 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18106 `define-key'; instead of checking `(emacs-version)' check for
18107 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18108 for `;' and `o' which might be electric.
18109
18110 (sql-electric-stuff): New user option.
18111 (sql-magic-go): New function which uses `sql-electric-stuff'.
18112 (sql-magic-semicolon): New function which uses
18113 `sql-electric-stuff'.
18114
18115 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18116 is not fboundp.
18117
18118 (sql-oracle-options): New variable.
18119 (sql-oracle): Use it.
18120
18121 (sql-imenu-generic-expression): Doc change.
18122 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18123 is used.
18124
18125 (sql-informix): Added command line parameter "-" to force
18126 sql-informix-program to use stdout.
18127
18128 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18129
18130 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18131 (cp864-decode-table): Doc fix.
18132 (cp720-decode-table): New variable, supports the Arabic OEM
18133 codepage used by Windows.
18134 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18135
18136 2000-06-23 Dave Love <fx@gnu.org>
18137
18138 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18139 (font-lock-fontify-anchored-keywords): Use
18140 line-beginning-position.
18141 (global-font-lock-mode): Use mapc.
18142
18143 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18144
18145 * eshell/esh-module.el: Require CL when compiling.
18146
18147 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18148
18149 * comint.el (comint-substitute-in-file-name): Call replace-match
18150 with second and third arg t.
18151
18152 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18153 Specify foreground color.
18154
18155 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18156 color.
18157
18158 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18159
18160 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18161 cddr instead of cdddr.
18162
18163 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18164 instead of copy-list.
18165
18166 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18167 of copy-list.
18168
18169 * subdirs.el: Add eshell subdirectory.
18170
18171 * eshell: New subdirectory containing the Eshell package.
18172
18173 * pcomplete.el: New file.
18174
18175 2000-06-23 Paul Eggert <eggert@twinsun.com>
18176
18177 * mail/mailpost.el (post-mail-send-it): Make sure file has
18178 proper permissions from birth.
18179
18180 * files.el (basic-save-buffer-2): When temporarily setting
18181 file modes, set them to current modes plus 0200, not to 0777.
18182
18183 * emerge.el (emerge-make-temp-file): Make sure file has proper
18184 permissions from birth.
18185
18186 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18187
18188 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18189 backup file name through convert-standard-filename.
18190
18191 * dos-fns.el (convert-standard-filename): Convert leading
18192 directories as well. When long file names are supported, convert
18193 characters that are invalid in Windows file names.
18194
18195 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18196
18197 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18198 ps-print crashes. New feature: page selection for printing. Create
18199 raw-text-unix coding system for XEmacs. Doc fix.
18200 (ps-print-version): New version number (5.2.3).
18201 (ps-plot-region): Bug fix.
18202 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18203 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18204 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18205 funs.
18206 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18207 (ps-last-page): New vars.
18208
18209 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18210
18211 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18212 empty option string.
18213
18214 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18215
18216 * man.el (man): Doc fix.
18217
18218 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18219
18220 * international/mule-cmds.el (set-language-info-alist): Docstring
18221 fixed.
18222
18223 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18224
18225 * version.el (emacs-version): Use ISO date format.
18226
18227 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18228 instead of `M-backspace'.
18229
18230 * simple.el (turn-off-auto-fill): New function.
18231
18232 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18233
18234 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18235 Renamed from with-buffer-prepared-for-font-lock and use
18236 inhibit-modification-hooks rather than setting *-change-functions.
18237 Update all functions to use the new name.
18238 (jit-lock-first-unfontify-pos): New semantics (and doc).
18239 (jit-lock-mode): Make non-interactive.
18240 Don't automatically turn on font-lock.
18241 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18242 Always use jit-lock-after-change.
18243 Remove and restore font-lock-after-change-function.
18244 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18245 (jit-lock-after-unfontify-buffer): Remove.
18246 (jit-lock-stealth-fontify):
18247 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18248 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18249
18250 2000-06-20 Sam Steingold <sds@gnu.org>
18251
18252 * emacs-lisp/cl-indent.el (toplevel): Indent
18253 `print-unreadable-object' properly. Untabify.
18254
18255 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18256
18257 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18258 Support for bibentry.
18259 (reftex-compile-variables): Fixed problem with end of section-re.
18260
18261 * texmodes/reftex-dcr.el (reftex-view-crossref,
18262 reftex-view-crossref-from-bibtex):
18263 Deal with changed `reftex-find-citation-regexp-format'.
18264 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18265 Replaced `remprop' with `put'.
18266 (reftex-view-crossref, reftex-view-crossref-when-idle):
18267 Support for bibentry.
18268
18269 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18270 New entry for bibentry package.
18271
18272 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18273 Regexp also matches "\nobibliography".
18274
18275 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18276 Call `reftex-ensure-write-access' before doing anything.
18277 (reftex-ensure-write-access): New function.
18278
18279 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18280
18281 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18282
18283 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18284
18285 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18286
18287 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18288
18289
18290 2000-06-20 Dave Love <fx@gnu.org>
18291
18292 * faces.el (frame-background-mode): Use set-default, not set, in
18293 setter.
18294 (frame-update-faces, frame-update-face-colors): Define with
18295 defalias.
18296
18297 * enriched.el (enriched-decode-foreground)
18298 (enriched-decode-background): Don't use internal-find-face.
18299
18300 * apropos.el: Doc fixes.
18301
18302 * cus-edit.el (customize-changed-options): Check arg.
18303 (customize-version-lessp): Don't require decimal point.
18304
18305 * custom.el (defcustom, defgroup): Doc fix.
18306
18307 * newcomment.el (comment) <defgroup>: Add :version.
18308 (comment-multi-line): Doc fix.
18309
18310 * emulation/mlsupport.el (define-hooked-local-abbrev,
18311 define-hooked-global-abbrev): Fix, using define-abbrev.
18312
18313 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18314
18315 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18316 the whole buffer.
18317
18318 2000-06-19 Dave Love <fx@gnu.org>
18319
18320 * menu-bar.el (menu-bar-options-save): New function.
18321 (menu-bar-options-menu): Use it.
18322 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18323 Simplify.
18324
18325 2000-06-19 Andreas Schwab <schwab@suse.de>
18326
18327 * progmodes/etags.el (tags-query-replace): Put new parameters
18328 START and END at the end, for backward compatibility.
18329
18330 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18331
18332 * international/codepage.el:
18333 (cp-coding-system-for-codepage-1): Delete special codes for
18334 generating xxx-dos coding system because now a CCL based coding
18335 system can handle EOL conversion by default.
18336
18337 * international/mule.el (make-coding-system): Generate subsidiary
18338 coding systems for EOL handling variants even for a CCL based
18339 coding system.
18340
18341 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18342
18343 * international/isearch-x.el (isearch-minibuffer-input-method)
18344 (isearch-minibuffer-input-method-function): These variables
18345 deleted.
18346 (isearch-with-input-method): Don't use the above variables.
18347 (isearch-process-search-multibyte-characters): Likewise. Call
18348 read-string with the arg INHERIT-INPUT-METHOD t.
18349
18350 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18351
18352 * font-lock.el (font-lock-after-fontify-buffer)
18353 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18354
18355 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18356 Use consistent make-local-variable style for font-lock-fontified.
18357 (jit-lock-fontify-buffer):
18358 Don't bother checking for font-lock-mode and jit-lock-mode.
18359
18360 * time.el: Remove trailing ^M that prevent CVS-merging.
18361
18362 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18363
18364 * Makefile.in (distclean): New target.
18365
18366 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18367
18368 * Makefile.in (srcdir): Define for update-subdirs.
18369
18370 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18371
18372 * find-lisp.el: New file.
18373
18374 2000-06-16 Andrew Innes <andrewi@gnu.org>
18375
18376 * time.el (display-time-mail-function): New variable, to allow
18377 external packages to indicate when new mail is available.
18378 (display-time-update): Use it.
18379
18380 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18381
18382 * international/mule.el (mule-version): Change version name to
18383 SAKAKI. AOI has already been used by Meadow.
18384
18385 * international/quail.el (quail-show-guidance-buf): To find the
18386 bottom window (but minibuffer), pay attention to the height of
18387 minibuffer.
18388
18389 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18390
18391 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18392 menu-bar menus. Add help strings. Don't remove the Edit menu
18393 from the menu bar, as the menu bar has enough space now.
18394
18395 * Makefile.in (SHELL): Make sure /bin/sh is used.
18396
18397 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18398 characters, which use series of two ^H characters instead of one.
18399
18400 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18401
18402 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18403 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18404 functions.
18405 (Info-find-node-2): Try a case-sensitive search first, then
18406 do a case-insensitive search.
18407
18408 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18409 tutorials.
18410
18411 * complete.el (PC-env-vars-alist): New variable.
18412 (PC-complete-as-file-name): New function.
18413 (partial-completion-mode): Initialize PC-env-vars-alist from
18414 process-environment.
18415 (PC-do-completion): Handle completion of env vars.
18416
18417 * info.el (Info-set-mode-line): Show file name in mode line,
18418 use `*Info*' instead of `Info:'.
18419
18420 * startup.el (command-line-1): Change copyright messages to year
18421 2000.
18422
18423 2000-06-15 Dave Love <fx@gnu.org>
18424
18425 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18426 not local-map.
18427
18428 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18429
18430 * international/mule.el (set-buffer-file-coding-system): Almost
18431 rewritten to handle `undecided' as no-op.
18432
18433 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18434
18435 * Makefile.in: New file.
18436
18437 * Makefile: Removed.
18438
18439 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18440 (goto-address-highlight-keymap): Bind C-c RET.
18441
18442 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18443
18444 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18445 inherits buffer-file-coding-system of the current buffer.
18446
18447 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18448 0. Give correct argument to set-auto-coding-function.
18449 (tar-expunge): For goto-char, use (point-min), not 0.
18450 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18451 (tar-subfile-save-buffer): Likewize.
18452
18453 * international/mule.el
18454 (after-insert-file-set-buffer-file-coding-system): Call
18455 set-buffer-file-coding-system with the arg FORCE t.
18456
18457 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18458
18459 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18460 nil. Contemporary sendmails issue an X-Authentication-Warning if
18461 the sender is set with `-f'.
18462
18463 2000-06-13 Dave Love <fx@gnu.org>
18464
18465 * help.el (describe-function-1): Kluge around cases of functions
18466 fset to subrs whose doc doesn't match their symbol-name.
18467
18468 * image.el (insert-image): Default STRING to a space.
18469
18470 * info.el Doc fixes.
18471 (Info-build-node-completions): Match Ref tags.
18472
18473 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18474
18475 * frame.el (display-multi-frame-p, display-multi-font-p): New
18476 defaliases for display-graphic-p.
18477
18478 * hl-line.el: Fixed a typo in commentary.
18479
18480 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18481
18482 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18483 fixed.
18484
18485 2000-06-12 Dave Love <fx@gnu.org>
18486
18487 * image.el (insert-image): Save a little consing.
18488
18489 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18490
18491 * language/tibet-util.el: Convert all tibetan-1-column characters
18492 to the corresponding tibetan characters.
18493 (tibetan-add-components): Delete code for the special treatment of
18494 'a chung.
18495
18496 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18497 change.
18498 (tibetan-vowel-transcription-alist): More rules added.
18499 (tibetan-composite-vowel-alist): New variable.
18500 (tibetan-precomposition-rule-alist): More rules added.
18501
18502 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18503
18504 * startup.el (command-line): Only call menu-bar-mode if interactive.
18505
18506 * thingatpt.el (toplevel symbol-properties):
18507 * textmodes/makeinfo.el (makeinfo-compile):
18508 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18509 * progmodes/hideif.el (hif-compress-define-list)
18510 (hide-ifdef-use-define-alist):
18511 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18512 (ange-ftp-vms-add-file-entry):
18513 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18514 * man.el (Man-build-man-command):
18515 * mail/rnewspost.el (news-reply-header-hook):
18516 * info.el (Info-insert-dir):
18517 * emulation/mlconvert.el (backward-word, forward-word, setq):
18518 * emacs-lisp/gulp.el (gulp-send-requests):
18519 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18520 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18521 (byte-optimize-apply, end of file):
18522 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18523 (ad-make-freeze-definition):
18524 * startup.el (command-line, command-line-1): Don't quote lambdas.
18525
18526 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18527 (cvs-cleanup-removed): New function.
18528 (cvs-cleanup-functions): New var.
18529 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18530 some flexibility in specifying additional entries to auto-cleanup.
18531 (cvs-quickdir): New function.
18532 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18533 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18534 (cvs-mode-find-file): Check that we are on a filename or dirname
18535 when invoked through a mouse-click.
18536 (cvs-full-path): Remove.
18537 (cvs-dired-action): Re-introduced.
18538 (cvs-dired-noselect): Use it.
18539 (vc-post-command-functions): use this new hook if available.
18540
18541 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18542 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18543 (cvs-filename-map, cvs-dirname-map): Remove.
18544 (cvs-default-action): Remove.
18545 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18546 if the arg is really a keymap.
18547 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18548 Don't hardcode the mapping from state (aka type) to face, but check
18549 the var cvs-fi-<type>-face instead.
18550 (cvs-fileinfo-from-entries): New function.
18551
18552 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18553 Docstring fix.
18554 (cvs-find-file-and-jump): Change default to be safer.
18555 (cvs-mode-diff-map): Define it as a function as well.
18556 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18557 Bind mouse-2 in this global map rather than with text-properties.
18558
18559 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18560 file to resolve the ambiguity between C(conflict) and C(need-merge).
18561
18562 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18563
18564 * international/mule.el (set-buffer-file-coding-system): If
18565 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18566 unconditionally.
18567
18568 2000-06-12 Dave Love <fx@gnu.org>
18569
18570 * wid-edit.el (widget-specify-button): Really suppress the face if
18571 required.
18572
18573 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18574
18575 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18576
18577 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18578
18579 * imenu.el (imenu-generic-expression): Docstring fix.
18580
18581 * composite.el (composition-function-table): Move the `put'
18582 below the autoload cookie so we can load the file before loaddefs.
18583
18584 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18585
18586 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18587 Handle easy-mmode-define-global-mode.
18588 For complex macros like define-minor-mode that can generate
18589 several autoload entries, try to autoload entries in the
18590 macroexpanded code.
18591
18592 * emacs-lisp/easy-mmode.el (define-minor-mode):
18593 If KEYMAP is a symbol, just use it.
18594 Use byte-compile-current-file and load-file-name to infer the
18595 proper :require to pass to defcustom.
18596 Wrap the hook var into `progn' so as not to autoload it.
18597 Add a :autoload-end cookie.
18598 Be more careful about the evaluation of KEYMAP.
18599 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18600 (define-derived-mode): Move define-abbrev-table outside of defvar.
18601
18602 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18603
18604 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18605 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18606 (backup-compiled-files): Ignore errors during `tar'.
18607 (bootstrap): Make autoloads before elc files.
18608
18609 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18610
18611 * international/mule.el (set-buffer-file-coding-system): If one of
18612 undecided-XXX is specified, change only EOL conversion.
18613
18614 * international/mule-conf.el (unix): New alias for the coding
18615 system undecided-unix.
18616
18617 2000-06-09 Dave Love <fx@gnu.org>
18618
18619 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18620
18621 * progmodes/executable.el: Byte compile dynamic.
18622 (executable-insert): Change custom type.
18623 (executable-find): Add autoload cookie.
18624 (executable-make-buffer-file-executable-if-script-p): New
18625 function. After Noah Friedman.
18626
18627 * files.el (after-save-hook): Customize, with
18628 executable-make-buffer-file-executable-if-script-p as an option.
18629
18630 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18631
18632 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18633 "tib24p-mule.bdf" for Tibetan.
18634
18635 * composite.el (decompose-composite-char): Declare it as obsolete.
18636
18637 * man.el (Man-fontify-manpage): Pay attention to underline and
18638 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18639
18640 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18641
18642 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18643 Set maintainer to FSF since author isn't reachable.
18644
18645 2000-06-08 Dave Love <fx@gnu.org>
18646
18647 * international/mule-cmds.el (select-safe-coding-system): If
18648 DEFAULT-CODING-SYSTEM is not specified, also check the most
18649 preferred coding-system if buffer-file-coding-system is
18650 `undecided'. From Handa.
18651
18652 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18653
18654 * international/mule.el
18655 (after-insert-file-set-buffer-file-coding-system): If the buffer
18656 size is greater than INSERTED, judget that we are not visiting.
18657
18658 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18659
18660 * whitespace.el (defgroup whitespace): Comment out `:version'.
18661 XEmacs 20.4 has problems defining the group with this present.
18662 We'll have this commented out till get resolve the problem.
18663
18664 2000-06-07 John Wiegley <johnw@gnu.org>
18665
18666 * align.el (align-dq-string-modes, align-sq-string-modes)
18667 (align-open-comment-modes): Add pyhton-mode.
18668 (align-rules-list): Use get-text-property instead of
18669 text-properties-at.
18670 (align-rules-list): Add python-assignment.
18671 (align-rules-list): Change perl-comma-delimiter to
18672 basic-comma-delimiter. Use if for Perl modes and python-mode.
18673 (align-rules-list): Add python-chain-logic and
18674 basic-line-continuation.
18675
18676 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18677
18678 * apropos.el (apropos-mode-hook): New user variable.
18679 (apropos-mode): Run apropos-mode-hook.
18680
18681 2000-06-07 David Ponce <david@dponce.com>
18682
18683 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18684 commands. Require `wid-edit' at run-time.
18685
18686 2000-06-07 David Ponce <david@dponce.com>
18687
18688 * recentf.el: Added some "Commentary".
18689 (recentf-open-more-files, recentf-edit-list): Minor changes to
18690 move the point at the top of the file list. This behaviour is
18691 consistent with the menu one when the list contains a lot of
18692 files.
18693 (recentf-cleanup): Now displays the number of items removed from
18694 the list.
18695 (recentf-relative-filter) New menu filter to show filenames
18696 relative to `default-directory'.
18697
18698 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18699
18700 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18701 with/without giving an error if PostScript printer doesn't have this
18702 kind of page size. Zebra Stripe continues or restarts on next page.
18703 Manual/automatic paper feeding. Switch or not the header.
18704 (ps-print-version): New version number (5.2.2).
18705 (ps-windows-system): Include emx as a Windows system.
18706 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18707 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18708 (ps-background-text): Code fix.
18709 (ps-error-handler-message, ps-user-defined-prologue)
18710 (ps-print-prologue-header, ps-printer-name)
18711 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18712 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18713 (ps-use-face-background): Customization fix.
18714 (ps-n-up-database): Data fix.
18715 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18716 (ps-switch-header): New vars.
18717 (ps-xemacs-color-name, ps-face-foreground-name)
18718 (ps-face-background-name, ps-boolean-constant): New funs.
18719
18720 2000-06-07 Dave Love <fx@gnu.org>
18721
18722 * allout.el: New version from Manheimer.
18723
18724 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18725
18726 * textmodes/fill.el (fill-find-break-point): Check the validity of
18727 charset.
18728
18729 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18730
18731 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18732 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18733 Call display-color-p and display-mouse-p instead of looking at
18734 window-system.
18735
18736 2000-06-06 Dave Love <fx@gnu.org>
18737
18738 * image.el (find-image): Doc fix. Return nil if image not found.
18739 (put-image, insert-image): Make STRING arg optional.
18740
18741 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18742
18743 * language/vietnamese.el: Remove eval-when-compile.
18744 (viet-viscii-nonascii-translation-table): Define it as a
18745 translation table made from viet-viscii-decode-table.
18746 (viet-viscii-encode-table): Define it as a translation table made
18747 from the reverse map of above.
18748 (viet-vscii-nonascii-translation-table): Define it as a
18749 translation table made from viet-vscii-decode-table.
18750 (viet-vscii-encode-table): Define it as a translation table made
18751 from the reverse map of above.
18752 (ccl-decode-viscii): Use translate-character.
18753 (ccl-encode-viscii, ccl-encode-viscii-font)
18754 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18755 Likewize.
18756
18757 * language/cyrillic.el: Remove eval-when-compile.
18758 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18759 translation table made from cyrillic-koi8-r-decode-table.
18760 (cyrillic-koi8-r-encode-table): Define it as a translation table
18761 made from the reverse map of above.
18762 (ccl-decode-koi8): Use translate-character.
18763 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18764 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18765 a translation table made from cyrillic-alternativnyj-decode-table.
18766 (cyrillic-alternativnyj-encode-table): Define it as a translation
18767 table made from the reverse map of above.
18768 (ccl-decode-alternativnyj): Use translate-character.
18769 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18770 Likewize
18771
18772 * international/mule-diag.el (non-iso-charset-alist): Specify
18773 translation table symbol instead of translation table itself.
18774 (list-block-of-chars): CHARSET may be a translation table symbol.
18775
18776 * international/mule.el (make-coding-system): If CODING-SYSTEM
18777 already exists, override it.
18778
18779 * international/fontset.el: Use family `proportional' for Tibetan
18780 fonts.
18781
18782 * international/ccl.el (ccl-compile-translate-character): Don't
18783 check if Rrr has property translation-table.
18784 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18785
18786 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18787
18788 * info.el: Bind case-fold-search to t when searching in case
18789 a user sets it to nil in a hook.
18790
18791 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18792
18793 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18794 * hl-line.el (hl-line-mode): Use the new :global key argument.
18795
18796 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18797 (tar-clip-time-string): Prepend a space.
18798 (tar-grind-file-mode): Construct a string rather than modifying one.
18799 (tar-header-block-summarize): Fix docstring.
18800 Use `format' rather than an error-prone set of copy-loops.
18801
18802 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18803 (diff-goto-source, diff-unified->context, diff-context->unified)
18804 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18805 understand the format output by the `-p' argument to diff.
18806
18807 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18808 (sh-re-done): Use defconst.
18809 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18810 (sh-help-string-for-variable, sh-guess-basic-offset):
18811 Don't quote lambdas.
18812 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18813 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18814
18815 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18816 (mh-letter-mode): Derive from text-mode.
18817 This implicitly means that it now calls kill-all-local-variables.
18818 Also remove the Emacs-18 compatibility code.
18819
18820 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18821 Make use of symbol-property doc-string-elt.
18822 Use memq rather than a sequence of eq.
18823 (doc-string-elt): Fix the wrong or missing previously unused values.
18824 (autoload-print-form): New function extracted from
18825 generate-file-autoloads to allow recursion when handling progn
18826 so that defvar's and defun's docstrings are properly printed.
18827 (generate-file-autoloads): Use it.
18828
18829 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18830 Use find-file-hooks in the minor-mode function.
18831 Be careful not to loop indefinitely in the post-command-hook function.
18832
18833 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18834
18835 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18836 tty's.
18837 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18838 differences whenever appropriate.
18839 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18840 * viper.el (find-file, find-file-other-window): Get viper to do
18841 wildcards.
18842
18843 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18844
18845 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18846 (jit-lock-fontify-buffer): New function for JIT refontification.
18847 (jit-lock-mode): Fix docstring.
18848 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18849 Remove jit-lock-after-change from the _local_ hook.
18850 (jit-lock-function-1): Fix docstring.
18851
18852 * info.el (Info-on-current-buffer): Initialize info.
18853
18854 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18855
18856 * progmodes/tcl.el (tcl-indent-for-comment):
18857 Ignore comment-indent-hook.
18858
18859 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18860 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18861 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18862 and improve to use the lighter to guess the capitalization.
18863 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18864 Add keyword arguments to specify global-ness or the custom group.
18865 Add local-map and help-echo properties to the lighter.
18866 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18867 (easy-mmode-define-global-mode): New macro.
18868
18869 2000-06-02 Dave Love <fx@gnu.org>
18870
18871 * wid-edit.el: byte-compile-dynamic since we typically don't use
18872 all the widgets. Don't require cl or widget. Remove
18873 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18874 (widget-read-event): Removed. Callers changed to use read-event.
18875 (widget-button-release-event-p): Renamed from
18876 button-release-event-p.
18877 (widget-field-add-space, widget-field-use-before-change):
18878 Uncustomize.
18879 (widget-specify-field): Use keymap property, not local-map.
18880 (widget-specify-button): Obey :suppress-face.
18881 (widget-specify-insert): Use modern backquote syntax.
18882 (widget-image-directory): Renamed from widget-glyph-directory.
18883 (widget-image-enable): Renamed from widget-glyph-enable.
18884 (widget-image-find): Replaces widget-glyph-find.
18885 (widget-button-pressed-face): Move defvar.
18886 (widget-image-insert): Replaces widget-glyph-insert.
18887 (widget-convert): Use keywordp.
18888 (widget-leave-text, widget-children-value-delete): Use mapc.
18889 (widget-keymap): Remove XEmacs stuff.
18890 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18891 (widget-button-click): Don't set point at the click, but re-centre
18892 if we scroll out of window. Rewritten for images v. glyphs &c.
18893 (widget-tabable-at): Use POS arg, not point.
18894 (widget-beginning-of-line, widget-end-of-line)
18895 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18896 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18897 (widget-default-create): Use widget-image-insert; some rewriting.
18898 (widget-visibility-value-create)
18899 (widget-push-button-value-create, widget-toggle-value-create): Use
18900 widget-image-insert.
18901 (checkbox): Create on and off images dynamically.
18902 (documentation-link): Change :help-echo.
18903 (widget-documentation-link-echo-help): Remove.
18904
18905 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18906
18907 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18908
18909 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18910 (easy-mmode-define-toggle, define-minor-mode): Use it.
18911 (easy-mmode-define-keymap): Docstring fix.
18912 (define-derived-mode): Default PARENT to fundamental-mode.
18913 Add the derived-mode-parent symbol-property.
18914 (easy-mmode-derived-mode-p): New function.
18915
18916 2000-06-02 Dave Love <fx@gnu.org>
18917
18918 * files.el (convert-standard-filename): Doc fix.
18919 (normal-backup-enable-predicate): New function.
18920 (backup-enable-predicate): Use it to replace the lambda form.
18921
18922 * calendar/todo-mode.el: [This needs more work on the outline
18923 stuff.] Doc fixes.
18924 (todo) <defgroup>: Add :version.
18925 (todo-add-category): Don't use pushnew.
18926 (todo-cmd-raise): Fix typo.
18927 (todo-top-priorities): Change temp buffer name.
18928 (todo-category-alist): Avoid redundant lambda.
18929 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18930 Use outline-next-heading.
18931
18932 * autoarg.el: Rewritten to use define-minor-mode.
18933 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18934 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18935
18936 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18937
18938 * isearch.el (isearch-other-meta-char): Fix previous change.
18939
18940 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18941
18942 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18943 (log-edit-done): Only add the comment to the ring if it's different
18944 from the last comment entered.
18945
18946 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18947
18948 2000-06-01 Dave Love <fx@gnu.org>
18949
18950 * hl-line.el: Rewritten using define-minor-mode.
18951
18952 * help.el (describe-function-1): Distinguish special form from
18953 builtin function. Sanity-check presence of arglist for builtins.
18954
18955 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18956
18957 * international/characters.el: Fix syntax/category setting of
18958 Tibetan characters.
18959
18960 * language/tibet-util.el (tibetan-add-components): Fixes for new
18961 encoding of Tibetan characters.
18962 (tibetan-decompose-precomposition-alist): New variable.
18963 (tibetan-decompose-region): Convert precomposed characters to
18964 non-precomposed characters.
18965 (tibetan-decompose-string): Likewise.
18966 (tibetan-composition-function): Fix args to
18967 thibetan-compose-string.
18968
18969 * language/tibetan.el (tibetan-composable-pattern): More
18970 characters included.
18971 (tibetan-consonant-transcription-alist): Rule for "R" added.
18972 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18973 "+R" added.
18974 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18975
18976 * language/lao-util.el (lao-composition-function): Fix args to
18977 compose-string.
18978
18979 * language/thai-util.el (thai-composition-function): Fix args to
18980 compose-string.
18981
18982 * isearch.el (isearch-update): Set disable-point-adjustment to t
18983 to prevent the point moving to the end of a composition when a
18984 part of a composition is searched.
18985 (isearch-other-meta-char): If the key invoking this command can be
18986 mapped by function-key-map to a printing char, call
18987 isearch-process-search-char directly.
18988
18989 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18990
18991 * emacs-lisp/bytecomp.el:
18992 * frame.el:
18993 * international/mule-cmds.el:
18994 * international/mule-util.el:
18995 * international/mule.el:
18996 * mouse.el:
18997 * subr.el:
18998 * faces.el: Update calls to make-obsolete with a WHEN argument.
18999
19000 * byte-run.el (make-obsolete, make-obsolete-variable):
19001 Add an optional WHEN argument and change the format of the
19002 symbol-property information.
19003 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19004 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19005 new obsolete-symbol-property format and print WHEN if it is provided.
19006
19007 2000-05-31 Dave Love <fx@gnu.org>
19008
19009 * loadhist.el (loadhist-hook-functions): Remove
19010 before-change-function, after-change-function.
19011 (unload-feature): Deal with symbols which are both bound and
19012 fbound.
19013
19014 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19015 before-change-function, after-change-function.
19016
19017 * simple.el (newline): Don't bind before-change-function,
19018 after-change-function.
19019
19020 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19021
19022 * whitespace.el (whitespace-rescan-timer-time): Update interval
19023 set to 600 seconds (10 minutes) instead of 60 seconds since
19024 a large number of whitespace buffers causes emacs to `freeze'
19025 for a considerable amount of time.
19026
19027 * whitespace.el: Updated email address
19028
19029 2000-05-31 Dave Love <fx@gnu.org>
19030
19031 * add-log.el (change-log-font-lock-keywords) <function>: Add
19032 pattern for function of change.
19033 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19034 acknowledgements patterns.
19035
19036 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19037
19038 * isearch.el (isearch-printing-char): If keyboard coding system is
19039 being used, call isearch-process-search-multibyte-characters.
19040
19041 * international/isearch-x.el: Mostly rewritten.
19042
19043 * international/quail.el (quail-start-conversion): Don't include
19044 unhandled events in the returned events, but set them in
19045 unread-command-events. Exit if all inputs are deleted.
19046
19047 2000-05-30 Jason Rumney <jasonr@gnu.org>
19048
19049 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19050
19051 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19052 Reenable code to create initial fontsets.
19053 Use set-fontset-font in place of put-charset-property.
19054
19055 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19056
19057 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19058 label, ensure that the first colon isn't followed by another.
19059
19060 * paths.el (Info-default-directory-list): Doc fix.
19061
19062 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19063 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19064 send a query containing USER only, not USER@HOST.
19065
19066 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19067 and rmail-msgend to compute the restriction at the end, instead of
19068 computing it.
19069
19070 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19071
19072 * dabbrev.el (dabbrev-expand): Don't display messages in the
19073 echo area if the minibuffer window is active.
19074
19075 * jit-lock.el (jit-lock-mode): Add after change function to
19076 local hook.
19077
19078 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19079
19080 * antlr-mode.el: New commands: hide/unhide actions,
19081 upcase/downcase literals.
19082 (antlr-tiny-action-length): New user option.
19083 (antlr-hide-actions): New command. Suggested by
19084 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19085 (antlr-mode-map): New binding [C-c C-v].
19086 (antlr-mode-menu): New entries.
19087 (antlr-downcase-literals): New command.
19088 (antlr-upcase-literals): Ditto.
19089
19090 * antlr-mode.el: Minor changes: indendation, mode-name.
19091 (antlr-indent-line): Indent cpp directive at column 0.
19092 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19093
19094 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19095 (antlr-font-lock-additional-keywords): Workaround for intentional
19096 bug in XEmacs version of font-lock.
19097 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19098 be used by a smarter version of `buffers-menu-grouping-function'.
19099
19100 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19101
19102 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19103 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19104
19105 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19106
19107 * international/encoded-kb.el
19108 (encoded-kbd-iso2022-designation-map): Pay attention to that
19109 charset-iso-final-char return -1 for eight-bit-control and
19110 eight-bit-graphic.
19111
19112 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19113
19114 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19115 (speedbar-easymenu-definition-base): Use display-graphic-p where
19116 available, instead of window-system.
19117
19118 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19119
19120 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19121 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19122 coding systems.
19123
19124 2000-05-26 Dave Love <fx@gnu.org>
19125
19126 * disp-table.el (standard-display-underline): Don't use
19127 internal-find-face.
19128
19129 * mail/reporter.el: Maintainer change. Doc fixes.
19130 (reporter-version): Deleted.
19131
19132 * emacs-lisp/elp.el: Maintainer change.
19133 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19134
19135 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19136
19137 * add-log.el (add-change-log-entry): Merge the current entry with the
19138 previous one if the previous one is empty.
19139
19140 2000-05-26 Dave Love <fx@gnu.org>
19141
19142 * loadhist.el (unload-feature): Fix interactive spec [from
19143 lijnzaad@ebi.ac.uk].
19144
19145 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19146 subr-arity to check primitives.
19147 (byte-compile-flush-pending, byte-compile-file-form-progn)
19148 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19149 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19150 mapcar.
19151
19152 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19153
19154 * international/fontset.el: Set family names of non-latin charsets
19155 in default fontset to "*".
19156
19157 * international/mule-diag.el (print-fontset): Combine family part
19158 and registry part of the fontname by "-*-" instead of "-".
19159
19160 * international/mule-cmds.el (encode-coding-char): Make strings
19161 multibyte before calling encode-coding-string.
19162
19163 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19164
19165 * derived.el: Fix keywords.
19166 (define-derived-mode): Only define if needed.
19167
19168 * simple.el (fill-comment, comment-column, comment-start)
19169 (comment-start-skip, comment-end, comment-indent-function)
19170 (block-comment-start, block-comment-end, indent-for-comment)
19171 (set-comment-column, kill-comment, comment-padding, comment-region)
19172 (comment-multi-line, indent-new-comment-line): Remove.
19173
19174 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19175 function names for comment operations.
19176
19177 * newcomment.el: Add abundant autoload cookies.
19178 (comment-style): Don't depend on runtime data at compile-time.
19179 (comment-indent-hook): Remove.
19180 (comment-indent): Check if comment-indent-hook is bound.
19181 (comment-region): Docstring fix.
19182
19183 2000-05-25 Dave Love <fx@gnu.org>
19184
19185 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19186 byte-code-function-p.
19187
19188 * mail/rmailsum.el: Add provide.
19189
19190 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19191
19192 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19193 defcustom.
19194
19195 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19196
19197 * ediff-diff.el (ediff-exec-process): delete --binary option from
19198 non-buffer ediff jobs.
19199
19200 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19201
19202 * hilit-chg.el (highlight-changes-mode): Ask about color or
19203 grayscale support, not about window-system.
19204
19205 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19206 window-system.
19207 (ffap-highlight): Always default to t.
19208
19209 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19210 display-popup-menus-p instead of looking at window-system.
19211
19212 * disp-table.el (standard-display-g1, standard-display-graphic):
19213 Only refuse to use string glyphs on X and MS-Windows.
19214
19215 * avoid.el: Remove window-system from commentary, suggest to use
19216 display-*-p instead.
19217
19218 * apropos.el (apropos-print): Use display-mouse-p instead of
19219 window-system.
19220
19221 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19222
19223 * international/codepage.el (cp-decoding-vector-for-codepage):
19224 Fill up unsupported characters with their own codes. From Kenichi
19225 Handa.
19226
19227 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19228
19229 * international/mule-diag.el (describe-char-after): Use
19230 display-graphic-p instead of window-system, so that this function
19231 works on MS-DOS.
19232
19233 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19234
19235 * international/codepage.el (cp-make-coding-systems-for-codepage):
19236 Remove the eight-bit-graphic and eight-bit-control charsets from
19237 the list of charsets which we convert into `?'.
19238
19239 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19240
19241 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19242 private charsets.
19243 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19244 japanese-jisx0213-2): New charsets.
19245
19246 * international/fontset.el: Setup default fontset for new charsets.
19247
19248 2000-05-24 Dave Love <fx@gnu.org>
19249
19250 * info.el (Info-find-node-2): Restructure [following "Vadim
19251 S. Solomin" <sovs@uic.nnov.ru>].
19252
19253 * icomplete.el: Fix header for Finder.
19254
19255 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19256
19257 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19258 STAY.
19259
19260 * rmail.el (rmail-automatic-folder-directives): New user variable.
19261 (rmail-show-message): Add call to `rmail-auto-file' during
19262 display.
19263 (rmail-auto-file): New function.
19264
19265 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19266
19267 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19268 account.
19269 (ediff-test-utility,ediff-diff-mandatory-option)
19270 (ediff-reset-diff-options): Utilities for proper initialization of
19271 ediff-diff-options and ediff-diff3-options on Windows.
19272
19273 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19274 variable.
19275
19276 * ediff-mult.el (ediff-filegroup-action): Use
19277 ediff-merge-filename-prefix.
19278
19279 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19280
19281 * viper-ex.el (ex-write): Set selective display to nil.
19282
19283 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19284
19285 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19286 aliases for hebrew-iso-8bit.
19287
19288 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19289
19290 * woman.el: New version from Francis J. Wright
19291 <F.J.Wright@Maths.QMW.ac.uk>.
19292 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19293 names in environment variables regardless of the path separator.
19294 (woman-topic-all-completions-1): Don't call file-name-directory-p
19295 on all files, since woman-file-regexp already filters out any
19296 directories.
19297
19298 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19299
19300 * international/quail.el (quail-start-translation): Don't change
19301 modified-p of the current buffer.
19302 (quail-start-conversion): Likewise.
19303
19304 * international/kkc.el (kkc-region): Don't change modified-p of
19305 the current buffer.
19306
19307 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19308 conform to RFC1468.
19309 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19310
19311 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19312
19313 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19314 (speedbar-insert-button): Invisible text property fix.
19315 (speedbar-directory-plus): Renamed from speedbar-directory-+
19316 (speedbar-directory-minus): Renamed from speedbar-directory--
19317 (speedbar-page-plus): Renamed from speedbar-file-+
19318 (speedbar-page-minus): Renamed from speedbar-file--
19319 (speedbar-page): Renamed from speedbar-file-
19320 (speedbar-tag): Renamed from speedbar-tag-
19321 (speedbar-tag-plus): Renamed from speedbar-tag-+
19322 (speedbar-tag-minus): Renamed from speedbar-tag--
19323 (speedbar-expand-image-button-alist): Use above renames.
19324
19325 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19326 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19327 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19328 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19329 * sb-pg.xpm: Renamed from sb-file.xpm
19330 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19331 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19332
19333 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19334
19335 * international/quail.el (quail-show-guidance-buf): Set
19336 current-input-method of the guidance buffer to the name of the
19337 curren input method.
19338
19339 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19340
19341 * progmodes/compile.el (compile-internal): Style typo.
19342
19343 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19344 quote vars and functions in the docstring.
19345
19346 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19347
19348 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19349 Don't quote lambdas.
19350
19351 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19352
19353 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19354
19355 * startup.el (command-line): Determine source file of compiled
19356 user init file differently. Warn if compiled user init file
19357 is older than its source file.
19358
19359 * ffap.el (ffap-url-regexp): Add `https'.
19360
19361 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19362
19363 * files.el (make-backup-file-name-1): Replace slashes with `!'
19364 rather than `|' (which is not allowed on Windows). Replace the
19365 drive letters with a string "drive_X".
19366
19367 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19368
19369 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19370
19371 * files.el (interpreter-mode-alist): Add `bash2'.
19372
19373 2000-05-22 Dave Love <fx@gnu.org>
19374
19375 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19376 mapc.
19377 (feature-file): Avoid calling symbol-name. Doc fix.
19378 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19379 (loadhist-hook-functions): Add mouse-position-function.
19380 (unload-feature): Change uses of mapcar.
19381
19382 * files.el (parse-colon-path): Doc fix.
19383 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19384 (set-auto-mode): Use mapc.
19385
19386 * complete.el (PC-look-for-include-file): Use :alnum: character
19387 class.
19388 (partial-completion-mode): Add autoload cookie.
19389
19390 2000-05-22 Sam Steingold <sds@gnu.org>
19391
19392 * info.el (Info-fontify-node): Fixed the call to
19393 `add-text-properties' (bug introduced on 2000-05-18).
19394
19395 2000-05-22 Dave Love <fx@gnu.org>
19396
19397 * bindings.el: Remove debug-ignored-errors set in other files.
19398
19399 * progmodes/etags.el: Add to debug-ignored-errors.
19400 (visit-tags-table-buffer): Clear out buffers holding old tables
19401 when making a new list.
19402 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19403 mapc.
19404
19405 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19406 quote keywords.
19407 (cmpl-string-case-type): Use character classes.
19408
19409 * comint.el:
19410 * textmodes/ispell.el:
19411 * imenu.el:
19412 * mail/mh-e.el:
19413 * progmodes/compile.el: Add to debug-ignored-errors.
19414
19415 * dabbrev.el: Add to debug-ignored-errors.
19416 (dabbrev-completion): Use mapc.
19417
19418 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19419
19420 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19421 (woman-mapcan, woman-parse-man.conf)
19422 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19423 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19424 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19425 path syntax better.
19426 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19427 (woman-manpath): Call woman-parse-man.conf.
19428 (woman-emulation): New defcustom, defaults to nroff.
19429 (woman-font-support): New defconst.
19430 (woman-use-symbol-font): New defcustom.
19431 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19432 "Emulation".
19433 Many functions: Doc fix.
19434
19435 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19436
19437 * international/quail.el (quail-simple-translation-keymap): Map
19438 128..255 to quail-self-insert-command.
19439 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19440
19441 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19442
19443 * help.el (help-manyarg-func-alist): Typo.
19444
19445 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19446 intervals which makes it heaps simpler.
19447
19448 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19449 the nested comment markers.
19450
19451 * subr.el (remove-hook): Don't turn the hook's value into a list.
19452
19453 2000-05-21 Dave Love <fx@gnu.org>
19454
19455 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19456 are invalid characters.
19457
19458 * international/mule-util.el (detect-coding-with-priority): Use
19459 mapc. Remove redundant lambda.
19460
19461 * international/mule-diag.el (list-non-iso-charset-chars)
19462 (describe-fontset): Remove redundant lambda.
19463
19464 * emulation/crisp.el (brief-mode): New alias.
19465
19466 * emacs-lisp/ring.el (ring-elements): New function.
19467
19468 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19469 (easy-menu-do-add-item): Use keywordp.
19470
19471 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19472
19473 * replace.el: Doc and error message fixes.
19474 (replace-highlight): Use facep, not internal-find-face.
19475
19476 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19477
19478 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19479
19480 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19481 (log-edit-insert-changelog): Drop `:' as well.
19482
19483 * log-view.el: Fix file description.
19484 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19485 available.
19486 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19487 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19488
19489 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19490 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19491 Print a status message if the toggle is called interactively.
19492 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19493 for global minor modes and use `defcustom' for them.
19494 Use add-minor-mode.
19495 (easy-mmode-define-derived-mode): Remove.
19496 (define-derived-mode): Fancier default docstring.
19497 (easy-mmode-define-navigation): Signal an error rather than (ding).
19498
19499 * newcomment.el (comment-styles): New `box-multi'.
19500 (comment-normalize-vars): Better default for comment-continue to
19501 avoid whitespace-only continuations.
19502 (comment-search-forward): Always move even in the no-syntax case.
19503 (comment-padright): Only obey N if it's only obeyed for padleft.
19504 (comment-make-extra-lines): Better handling of empty continuations.
19505 Use `=' for the filler if comment-start has only one character.
19506 (uncomment-region): Try handling the special `=' filler.
19507 (comment-region): Allow LINES even if MULTI is nil.
19508 (comment-box): Choose box style based on comment-style.
19509
19510 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19511
19512 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19513 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19514
19515 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19516
19517 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19518 and insert, not subst-char-in-region.
19519
19520 * international/mule-diag.el (list-character-sets-1): Handle
19521 charsets eight-bit-control and eight-bit-graphic.
19522 (list-iso-charset-chars): Likewise.
19523 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19524 charactes as is. Use indent-to to align characters.
19525
19526 * international/mule-cmds.el (find-multibyte-characters): Never
19527 exclude charsets eight-bit-control and eight-bit-graphic.
19528
19529 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19530
19531 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19532 Don't quote lambdas.
19533
19534 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19535
19536 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19537
19538 * gud.el (gud-jdb-directories): Doc fix.
19539
19540 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19541
19542 * newcomment.el: New file.
19543
19544 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19545
19546 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19547
19548 2000-05-18 Andreas Schwab <schwab@suse.de>
19549
19550 * dired.el (dired-between-files): Also skip lines beginning with
19551 `used'.
19552
19553 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19554
19555 * msb.el (msb-menu-cond): Add choice `user'.
19556
19557 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19558
19559 * ps-print.el: Compatibility, customization and doc fix.
19560 (ps-printer-name-option): Replace defconst by defvar.
19561 (ps-postscript-code-directory): XEmacs compatibility.
19562 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19563 fix.
19564 (ps-user-defined-prologue, ps-print-prologue-header)
19565 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19566 compatibility and code fix.
19567 (ps-print-background-image, ps-print-background-text):
19568 Customization fix.
19569 (ps-line-number-start, ps-n-up-on): New vars.
19570
19571 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19572
19573 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19574 the indent-comment function to just return the appropriate indent.
19575
19576 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19577
19578 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19579 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19580 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19581
19582 2000-05-18 Dave Love <fx@gnu.org>
19583
19584 * info.el (Info-fontify-node): Add intangible property as well as
19585 invisible.
19586
19587 * calendar/appt.el (appt-make-list): Match all lines of entry.
19588 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19589
19590 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19591
19592 * international/mule-diag.el (describe-char-after): Call
19593 internal-char-font, not char-font. If internal-char-font returns
19594 nil, display "-- none --".
19595
19596 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19597
19598 * image.el (image-type-available-p): Don't reference image-types
19599 if it isn't bound.
19600
19601 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19602
19603 * autoarg.el (autoarg-mode): Typo in the :set argument.
19604
19605 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19606
19607 * startup.el (command-line-1): Don't signal an error if the
19608 directory for auto-save-list files does not yet exist.
19609
19610 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19611
19612 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19613
19614 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19615
19616 * subr.el (remove-hook): `setq' hook-value, not `set'.
19617
19618 2000-05-16 Sam Steingold <sds@gnu.org>
19619
19620 * info.el (debug-ignored-errors): More errors to ignore.
19621
19622 2000-05-16 Dave Love <fx@gnu.org>
19623
19624 * cus-edit.el: Don't require cl or easymenu.
19625 (custom-variable-prompt): Test standard-value property, not
19626 user-variable-p.
19627
19628 2000-05-16 Sam Steingold <sds@gnu.org>
19629
19630 * subr.el (add-hook): `setq' hook-value, not `set'.
19631
19632 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19633
19634 * startup.el (command-line-1): Mention the FAQ in the startup
19635 message.
19636
19637 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19638
19639 * progmodes/compile.el (compilation-parse-errors): Collect
19640 `nomessage' regexps last.
19641
19642 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19643
19644 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19645 to the function name.
19646
19647 2000-05-15 Dave Love <fx@gnu.org>
19648
19649 * speedbar.el (speedbar-recenter): Typo.
19650 (speedbar-expand-line): Make arg optional.
19651 (speedbar-mode): Avoid a compiler warning.
19652
19653 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19654
19655 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19656 user-specified option string is empty.
19657
19658 * mouse.el (mouse-yank-at-click): Doc fix.
19659
19660 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19661
19662 * term/internal.el (IT-character-translations): More updates of
19663 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19664 documents.
19665
19666 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19667
19668 * env.el (getenv): New function, interactively callable.
19669 (setenv, getenv): Remove autoload cookies.
19670
19671 * loadup.el: Load `env'.
19672
19673 * progmodes/f90.el: Change author's mail address.
19674
19675 2000-05-14 Dave Love <fx@gnu.org>
19676
19677 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19678 goto-addr as an option.
19679
19680 * help.el (help-xref-stack): Doc fix.
19681 (help-xref-following): New variable.
19682 (help-make-xrefs): Use it.
19683 (help-xref-go-back): Use position information from stack element.
19684 (help-follow): Make position in stack element a pair. Use
19685 help-xref-following.
19686
19687 * autoarg.el: New file.
19688
19689 * faces.el: Declare more functions obsolete.
19690
19691 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19692 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19693 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19694 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19695 Remove all the setup-...-environment functions.
19696
19697 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19698
19699 * speedbar.el: Updated the commentary section. xemacs20p now uses
19700 >= when detecting. Require `defimage' safely.
19701 (speedbar-easymenu-definition-base): Add toggle for images.
19702 (speedbar-easymenu-definition-special): Add flush cache & expand.
19703 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19704 (speedbar-reconfigure-keymaps-hook): New variable.
19705 (speedbar-frame-parameters): Updated documentation.
19706 (speedbar-use-imenu-flag): Updated custom tag
19707 (speedbar-dynamic-tags-function-list): New variable.
19708 (speedbar-tag-hierarchy-method): Updated doc & custom.
19709 (speedbar-indentation-width, speedbar-indentation-width) New
19710 variables.
19711 (speedbar-hide-button-brackets-flag): Customizable.
19712 (speedbar-vc-indicator): Doc update.
19713 (speedbar-ignored-path-expressions): Updated default value.
19714 (speedbar-supported-extension-expressions): Updated default value.
19715 (speedbar-syntax-table): Remove {} paren status.
19716 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19717 as "+". Added overlay aliases.
19718 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19719 `force-mode-line-update'.
19720 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19721 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19722 `mouse-set-point'
19723 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19724 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19725 of arbitrary text, and new helper functions.
19726 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19727 filename finder.
19728 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19729 (speedbar-directory-buttons): Update path search/expansion.
19730 (speedbar-make-tag-line): Pay attention to
19731 `speedbar-indentation-width'. Use more care w/ invisible
19732 properties.
19733 (speedbar-change-expand-button-char): Call
19734 `speedbar-insert-image-button-maybe'.
19735 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19736 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19737 (speedbar-trim-words-tag-hierarchy)
19738 (speedbar-simple-group-tag-hierarchy): New functions
19739 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19740 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19741 functions.
19742 (speedbar-mouse-set-point): New function
19743 (speedbar-power-click): Updated documentation.
19744 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19745 of tag prefix text.
19746 (speedbar-expand-line, speedbar-contract-line): Make more robust
19747 to strange text.
19748 (speedbar-expand-line): Takes universal argument to flush the
19749 cache.
19750 (speedbar-flush-expand-line): New function.
19751 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19752 Use new generator insertion method.
19753 (speedbar-fetch-dynamic-tags): New function.
19754 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19755 `speedbar-fetch-dynamic-imenu'.
19756 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19757 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19758 "Revert Buffer" menu items.
19759 (speedbar-buffer-buttons-engine): Be smarter when creating a
19760 filename tag (for expansion purposes.).
19761 (speedbar-highlight-one-tag-line,
19762 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19763 (speedbar-recenter): New functions.
19764 (defimage-speedbar): Image loading abstraction.
19765 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19766 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19767 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19768 (speedbar-tag-type, speedbar-tag-mail): New images.
19769 (speedbar-expand-image-button-alist): New variable.
19770 (speedbar-insert-image-button-maybe): Insert an image over some
19771 buttons.
19772
19773 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19774
19775 * international/mule-cmds.el (encode-coding-char): An ASCII
19776 character is always encodable.
19777
19778 * international/mule-conf.el: Add more information in descriptions
19779 of character sets.
19780
19781 * international/mule-diag.el (describe-char-after): New function.
19782 (describe-font-internal): Adjusted for the change of font-info.
19783 (describe-font): Likewise.
19784 (print-fontset): Rewritten for the new fontset implementation.
19785 (describe-fontset): Include fontset alias names in completion.
19786 (list-fontsets): Adjusted for the change of print-fontset.
19787
19788 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19789 describe-char-after instead of displaying the detail in the echo
19790 area.
19791 (syntax-code-table): Format changed.
19792 (string-to-syntax): Adjusted for the above change.
19793
19794 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19795
19796 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19797
19798 2000-05-12 Dave Love <fx@gnu.org>
19799
19800 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19801 dependence. Use line-{beginning,end}-position, not
19802 point-at{b,e}ol. Some doc fixes.
19803 (todo-position): New function. Fix callers of position to use it.
19804 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19805
19806 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19807
19808 * time.el (display-time-mail-icon): Use `:ascent center'.
19809
19810 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19811 handling FTP security extensions.
19812
19813 2000-05-11 Dave Love <fx@gnu.org>
19814
19815 * calendar/todo-mode.el: New file.
19816
19817 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19818
19819 * comint.el (comint-read-input-ring): Move reference to
19820 comint-input-ring-size outside of the save-excursion. It was
19821 causing the default value to be the only one ever seen.
19822
19823 * font-lock.el: Update copyright. Remove Simon Marshall's email
19824 address on request from him.
19825
19826 * subr.el (substitute-key-definition): Add comment describing
19827 the meaning of PREFIX.
19828
19829 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19830
19831 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19832
19833 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19834 (add-minor-mode): Don't make the variable buffer-local and add a
19835 reference to define-minor-mode in the docstring.
19836
19837 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19838 HEADER/FOOTER and fix bug with trailing empty directory.
19839 (cvs-append-to-ignore): Use vc-editable-p if available.
19840 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19841 (vc-do-command): Tweak advice to handle the new VC.
19842
19843 * log-view.el (log-view-goto-rev): New function for the new VC.
19844 (log-view-minor-wrap): Use mark-active.
19845
19846 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19847 (log-edit-changelog-full-paragraphs): New var.
19848 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19849 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19850 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19851 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19852 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19853 Replace the `cvs' prefix with `log-edit'.
19854
19855 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19856
19857 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19858 (diff-font-lock-defaults): Explicitly turn off multiline.
19859 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19860 (diff-ediff-patch): Fix call to ediff-patch-file.
19861 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19862 Handle comments.
19863
19864 * frame.el (automatic-hscrolling): Typo.
19865
19866 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19867
19868 2000-05-09 Sam Steingold <sds@goems.com>
19869
19870 * apropos.el (apropos-print): use `describe-face' instead of
19871 `customize-face-other-window'.
19872
19873 2000-05-09 Dave Love <fx@gnu.org>
19874
19875 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19876
19877 * help.el (describe-variable): Have customize button pop the
19878 help-xref stack when invoked.
19879 (help-xref-symbol-regexp): Add `face'.
19880 (help-make-xrefs): Check for quoted face names and adapt regexp
19881 submatch numbers to cope.
19882 (help-xref-interned): Maybe insert face doc too. Separate
19883 sections with a line of hyphens.
19884
19885 * faces.el: Some doc fixes. Declare some functions obsolete.
19886 (describe-face): Add customize button. Return the help
19887 text. Fix prompt.
19888
19889 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19890
19891 * term/internal.el (IT-character-translations): Fix last change.
19892
19893 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19894
19895 * woman.el: New file
19896 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19897
19898 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19899
19900 * term/internal.el (IT-character-translations): Update ASCII
19901 simulations for greek-iso8859-7, add latin-iso8859-14 and
19902 latin-iso8859-15.
19903
19904 * international/mule-cmds.el (set-language-info-alist): Call
19905 define-prefix-command with 3 arguments, to make the map suitable
19906 for a menu.
19907
19908 2000-05-07 Dave Love <fx@gnu.org>
19909
19910 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19911
19912 2000-05-05 Dave Love <fx@gnu.org>
19913
19914 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19915 list in doc string. Don't quote keyword symbols.
19916 * emacs-lisp/cl.el: Likewise
19917 * emacs-lisp/cl-seq.el: Likewise
19918
19919 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19920
19921 * abbrev.el (abbrev-mode): Make ARG optional.
19922
19923 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19924
19925 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19926
19927 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19928
19929 * subr.el (substitute-key-definition): Clarify documentation.
19930
19931 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19932
19933 * glasses.el (glasses-convert-to-unreadable): Use
19934 `glasses-separator' instead of the hard-wired "_".
19935 (glasses-mode): Call `glasses-make-unreadable' only in a single
19936 place.
19937
19938 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19939
19940 * term/internal.el (cjk-codepages-alist): Add associations for
19941 Chinese and Korean codepages. Remove FIXME comment.
19942
19943 2000-05-03 Dave Love <fx@gnu.org>
19944
19945 * time.el (display-time-mail-face, display-time-use-mail-icon):
19946 New option.
19947 (display-time-mail-icon): New variable.
19948 (display-time-string-forms): Use the above. Fix the local-map.
19949
19950 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19951
19952 * replace.el (query-replace-map): Add binding for `E'.
19953 (query-replace-help): Extend help text.
19954 (perform-replace): Allow editing the replacement string.
19955
19956 * make-mode.el (makefile-mode-abbrev-table): New variable.
19957 (makefile-mode): Set local abbrev table to
19958 makefile-mode-abbrev-table.
19959 (makefile-font-lock-keywords): Fontify includes and conditionals.
19960
19961 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19962 set TOGGLE's value.
19963
19964 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19965 mail-interactive-insert-alias.
19966 (mail-abbrev-complete-alias): New command.
19967 (mail-mode-map): Bind it to `M-TAB'.
19968
19969 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19970
19971 * language/lao-util.el (lao-compose-region): New function.
19972
19973 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19974
19975 * files.el (recover-session): Make directories as necessary
19976 if they don't exist yet.
19977
19978 * calendar/cal-french.el
19979 (french-calendar-multibyte-special-days-array)
19980 (french-calendar-special-days-array): Change French text.
19981 (calendar-french-date-string): Change output.
19982 (calendar-goto-french-date): Likewise.
19983
19984 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19985
19986 * wid-edit.el (widget-default-active): Obey `:always-active'.
19987 (widget-documentation-string-value-create): Set `:always-active'.
19988
19989 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19990
19991 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19992 default prefix to `~/_emacs.d/auto-save.list/_s'.
19993 (normal-top-level): Create the directory for auto-save files, if
19994 it doesn't already exist (in the ms-dos case only).
19995
19996 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19997
19998 * international/mule-cmds.el (set-language-environment): Don't
19999 concat an integer (dos-codepage), use format instead.
20000
20001 2000-05-02 Dave Love <fx@gnu.org>
20002
20003 * help.el (help-xref-on-pp): Check for constant symbols.
20004
20005 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20006
20007 * startup.el (normal-top-level): Put a condition-case around
20008 the code loading subdirs.el.
20009
20010 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20011
20012 * ps-print.el: Upside-down and face background color printing,
20013 line number step, doc fix.
20014 (ps-print-version): New version number (5.2).
20015 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20016 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20017 (ps-spool-config): Var fix.
20018 (ps-printer-name-option): Const fix.
20019 (ps-print-upside-down, ps-use-face-background)
20020 (ps-line-number-step): New vars.
20021 (ps-window-system, ps-lp-system): New consts.
20022 (ps-face-background): New fun.
20023
20024 2000-04-28 Richard Stallman <rms@gnu.org>
20025
20026 * files.el (make-auto-save-file-name):
20027 Apply auto-save-file-name-transforms to visited file name
20028 before generating auto save file name.
20029 (auto-save-file-name-transforms): New variable.
20030
20031 * files.el (backup-enable-predicate):
20032 Correctly test for a file under a temporary directory.
20033
20034 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20035
20036 * subr.el (add-minor-mode): Rewritten.
20037
20038 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20039
20040 * mail/sendmail.el (sendmail-send-it): Set
20041 buffer-file-coding-system to the selected coding system for MIME
20042 header.
20043
20044 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20045
20046 * dired.el (dired-move-to-filename-regexp): Allow format where
20047 YYYY is followed by two spaces.
20048
20049 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20050 in the second character class of the regexp.
20051
20052 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20053 mh-etc, too.
20054
20055 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20056 nil.
20057
20058 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20059
20060 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20061 argument.
20062
20063 2000-04-27 Sen Nagata <sen@eccosys.com>
20064
20065 * emacs-lisp/crm.el (crm-completion-table): New variable.
20066 (crm-collection-fn, crm-test-completion)
20067 (completing-read-multiple): Use it.
20068
20069 2000-04-27 Dave Love <fx@gnu.org>
20070
20071 * help.el (locate-library): Use mapc.
20072 (help-manyarg-func-alist): Add call-process-region.
20073
20074 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20075
20076 * subr.el (add-minor-mode): Make argument MAP optional.
20077
20078 * desktop.el (desktop-save): Save list of minor modes.
20079 (desktop-create-buffer): Restore minor modes.
20080 (desktop-minor-mode-table): New user-option.
20081
20082 * subr.el (add-minor-mode): New function.
20083
20084 * image.el (find-image): New function.
20085 (defimage): Rewritten to find image at load time.
20086
20087 * startup.el (normal-top-level-add-to-load-path): Handle
20088 case that the default directory is not in load-path.
20089
20090 * help.el: Old patch from Stefan Monnier.
20091 (help-xref-on-pp): New function.
20092 (describe-variable): Use it to display xrefs in a symbol's value.
20093
20094 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20095
20096 * cus-edit.el (custom-face): Fix parenthesis.
20097
20098 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20099
20100 * mail/rmail.el (rmail-expunge): When there are no deleted
20101 messages, do nothing.
20102
20103 2000-04-26 Dave Love <fx@gnu.org>
20104
20105 * international/mule-cmds.el (locale-translation-file-name):
20106 Defvar to nil.
20107 (set-locale-environment): Set it here (at runtime).
20108
20109 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20110
20111 * replace.el (perform-replace): Add parameters START and END. Use
20112 them instead of the check for a region in Transient Mark mode.
20113 (query-replace-read-args): Return two more list elements for the
20114 start and end of the region in Transient Mark mode.
20115 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20116 (map-query-replace-regexp, replace-string, replace-regexp): Add
20117 optional last arguments START and END and pass them to
20118 perform-replace.
20119
20120 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20121 form with additional arguments for perform-replace.
20122
20123 * progmodes/etags.el (tags-query-replace): Add parameters START
20124 and END. Construct a form with additional arguments for
20125 perform-replace.
20126
20127 * simple.el (shell-command): Set default directory for "*Shell
20128 Command Output" buffer.
20129
20130 * language/european.el (iso-latin-4): Fix typo.
20131
20132 * emacs-lisp/crm.el: New file.
20133
20134 2000-04-24 Dave Love <fx@gnu.org>
20135
20136 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20137 (Custom-reset-saved, Custom-reset-standard)
20138 (custom-group-value-create, custom-group-set, custom-group-save)
20139 (custom-group-reset-current, custom-group-reset-saved)
20140 (custom-group-reset-standard): Use mapc.
20141 (custom-buffer-create-internal): Disable undo when creating items.
20142 Use mapc.
20143 (custom-face): Avoid redundant lambda.
20144
20145 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20146
20147 * startup.el (auto-save-list-file-prefix): Set default to
20148 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20149
20150 2000-04-24 Sam Steingold <sds@gnu.org>
20151
20152 * time-stamp.el (time-stamp-string-preprocess): Always convert
20153 `field-result' to a string.
20154
20155 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20156
20157 * frame.el (scrolling): New group.
20158 (automatic-hscrolling): New user-option.
20159
20160 * startup.el (command-line-x-option-alist): Add `-lsp' and
20161 `--line-spacing'.
20162
20163 2000-04-19 Dave Love <fx@gnu.org>
20164
20165 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20166 (cl-mapc): Rename from mapc. Fix the funcall.
20167
20168 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20169
20170 * simple.el (clone-indirect-buffer-other-window): New command.
20171 (clone-indirect-buffer): Add optional arg NORECROD.
20172 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20173
20174 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20175
20176 * window.el (count-screen-lines): New function.
20177 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20178 instead of window-buffer-height.
20179
20180 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20181 non-existing variable comint-input-sentinel.
20182 (inferior-lisp-args-to-list): Removed.
20183 (inferior-lisp): Use split-string instead of
20184 inferior-lisp-args-to-list.
20185
20186 * hexl.el (hexl-insert-hex-string): New command.
20187
20188 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20189 instead of concat.
20190
20191 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20192
20193 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20194 at the start of an existing but empty folder.
20195
20196 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20197
20198 * ps-mule.el: Customization fix, doc fix.
20199 (ps-multibyte-buffer): Customization fix.
20200
20201 2000-04-17 Richard M. Stallman <rms@gnu.org>
20202
20203 * subr.el (read-passwd): Use read-char-exclusive.
20204
20205 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20206
20207 * textmodes/texinfo.el (texinfo-insert-@email)
20208 (texinfo-insert-@emph, texinfo-insert-@quotation)
20209 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20210 (texinfo-mode-map): Add key bindings for them.
20211
20212 * files.el (basic-save-buffer-2): Use a template with `$'
20213 instead of `#' for VMS.
20214
20215 * simple.el (clone-indirect-buffer): New function.
20216
20217 2000-04-16 Stephen Eglen <stephen@gnu.org>
20218
20219 * iswitchb.el (iswitchb-case): New function. If the user input
20220 contains any upper-case characters, the search is made
20221 case-sensitive.
20222
20223 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20224
20225 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20226 comment-end.
20227 (texinfo-font-lock-syntactic-keywords): New var.
20228 (texinfo-font-lock-keywords): Remove comment regexp.
20229 (texinfo-insert-block): New function.
20230 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20231 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20232 and font-lock-defaults. Use regexp-opt for outline-regexp.
20233 (texinfo-environments): New var.
20234 (texinfo-environment-regexp): Use regexp-opt and
20235 texinfo-environments.
20236
20237 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20238 ispell-process is bound since this might be eval'd before ispell
20239 is loaded.
20240 (ispell-message): Use a tiny bit less magic and a bit more hard
20241 data to figure out what kind of sc-cite-regexp to use.
20242
20243 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20244
20245 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20246 (insert-cyclic-diary-entry): Unquote the lambda.
20247
20248 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20249
20250 * files.el (backup-enable-predicate): Unquote the lambda.
20251
20252 * cus-edit.el (custom-face, face): Unquote the lambda.
20253
20254 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20255
20256 * ps-print.el: Check for line-beginning-position definition.
20257
20258 * ps-print.el: Fix counting lines in a region.
20259 (ps-print-version): New version number (5.1.5).
20260 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20261 (ps-printing-region): Fun code fix.
20262
20263 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20264
20265 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20266 to file-directory-p.
20267
20268 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20269
20270 * gud.el (gud-jdb-build-source-files-list): Check that directory
20271 exists before calling directory-files.
20272
20273 2000-04-13 Dave Love <fx@gnu.org>
20274
20275 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20276 syntax.
20277
20278 * emacs-lisp/cl-specs.el: Remove when, unless.
20279
20280 * emacs-lisp/cl-extra.el: Don't quote keywords.
20281 (cl-old-mapc): New variable.
20282 (mapc): Use it.
20283 (cl-map-intervals): Use with-current-buffer. Don't check for
20284 next-property-change.
20285 (cl-map-overlays): Use with-current-buffer.
20286 (cl-expt): Remove.
20287 (copy-tree, remprop): Define unconditionally.
20288
20289 * emacs-lisp/cl-compat.el (keywordp): Remove.
20290
20291 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20292 to use keywordp.
20293 (edebug-spec): Enable keywordp.
20294
20295 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20296 string-lessp.
20297
20298 * cus-start.el: Use keywordp.
20299
20300 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20301
20302 * diary-lib.el (include-other-diary-files): Fix the fix of
20303 2000-02-18 by doing a save-excursion.
20304
20305 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20306
20307 * ps-print.el: Customization fix, doc fix.
20308 (ps-print-version): New version number (5.1.4).
20309 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20310 (ps-print-preprint): Adjust code.
20311 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20312 (ps-print-prologue-header, ps-print-control-characters)
20313 (ps-spool-config): Customization fix.
20314
20315 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20316
20317 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20318 converted to the new menu-item format, names silightly changed,
20319 help strings added.
20320
20321 Support for spelling without async subprocesses:
20322
20323 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20324 (ispell-session-buffer): New variables.
20325 (ispell-start-process, ispell-process-status,
20326 ispell-accept-output, ispell-send-string): New functions, for
20327 Ispell invocation when async subprocesses aren't supported.
20328 (ispell-word, ispell-pdict-save, ispell-command-loop,
20329 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20330 to process-send-string with calls to ispell-send-string, and
20331 accept-process-output with ispell-accept-output.
20332 (ispell-init-process): Call ispell-process-status instead of
20333 process-status with.
20334 (ispell-init-process): Call ispell-start-process. Call
20335 ispell-accept-output and ispell-send-string. Don't call
20336 process-kill-without-query and kill-process if they are unbound.
20337 (ispell-async-processp): New function.
20338
20339 2000-04-12 Dave Love <fx@gnu.org>
20340
20341 * info.el: Add debug-ignored-errors.
20342 (Info-mode-menu): Add some items.
20343 (Info-directory): Add autoload cookie.
20344
20345 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20346 Modify `truncate-lines'. Make `describe-language-environment'
20347 always visible and add help. Modify `describe-key' help. Invoke
20348 Info-directory from `info'. New entry `emacs-manual'.
20349
20350 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20351
20352 * progmodes/ebrowse.el (ebrowse-tree-mode):
20353 Use propertized-buffer-identification.
20354 (ebrowse-update-member-buffer-mode-line): Likewise.
20355 (ebrowse--mode-strings): Removed.
20356 (ebrowse--mode-line-props): Removed.
20357
20358 * files.el (auto-mode-alist): Add `EBROWSE'.
20359
20360 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20361 space before testing for end of buffer.
20362 (ebrowse-load): Removed.
20363 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20364 (ebrowse-create-tree-buffer): Rewritten.
20365 (ebrowse-tree-mode): Read tree from buffer.
20366
20367 * progmodes/ebrowse-ffh.el: Removed.
20368
20369 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20370
20371 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20372
20373 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20374
20375 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20376 at the wrong place.
20377
20378 2000-04-09 Dave Love <fx@gnu.org>
20379
20380 * files.el (backup-enable-predicate):
20381 Use temporary-file-directory, small-temporary-file-directory.
20382 (make-backup-file-name-function, backup-directory-alist): New vars.
20383 (make-backup-file-name-1): New function.
20384 (make-backup-file-name): Use it.
20385 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20386 (file-newest-backup): Use make-backup-file-name.
20387
20388 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20389
20390 * progmodes/ebrowse-ffh.el: New file.
20391
20392 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20393 Moved to ebrowse-ffh.el.
20394 (ebrowse-load): Add autoload.
20395
20396 * finder.el (finder-commentary): Add autoload cookie.
20397
20398 * mail/rfc2368.el: Correct author's email address.
20399
20400 * progmodes/ebrowse.el: New file.
20401
20402 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20403 item help string.
20404 (easy-menu-do-add-item): Ditto.
20405 (easy-menu-define): Extend doc string.
20406
20407 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20408 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20409 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20410 with-buffer-unmodified.
20411
20412 2000-04-08 Dave Love <fx@gnu.org>
20413
20414 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20415 unless, when.
20416
20417 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20418
20419 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20420 (viper-flash-search-pattern): No operation when using Emacs
20421 doesn't support face.
20422 Use `viper-put-on-search-overlay'.
20423
20424 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20425
20426 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20427 like C-r.
20428
20429 * progmodes/make-mode.el: Some doc fixes.
20430 (makefile-mode-abbrev-table): New variable.
20431 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20432 (makefile-font-lock-keywords): Fontify includes and conditionals.
20433 (toplevel): Require `dabbrev' and `add-log' when compiling.
20434
20435 * replace.el (perform-replace): Don't move forward one char
20436 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20437 to do that because it leaves point 1 position after the last
20438 replacement, after everything has been replaced.
20439
20440 * jit-lock.el (with-buffer-unmodified): New macro.
20441 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20442 modified state.
20443 (jit-lock-function-1): Extracted from jit-lock-function; not
20444 preserving buffer's modified state.
20445 (jit-lock-function, jit-lock-stealth-fontify):
20446 Call jit-lock-function-1.
20447
20448 * mail/rfc2368.el: Remove supernumerary copyright line.
20449
20450 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20451
20452 * glasses.el: Provide facilities for inserting space before left
20453 parentheses and uncapitalization of identifiers.
20454 (glasses-mode): Try to remove old overlays in all cases.
20455
20456 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20457
20458 * progmodes/compile.el (compile-internal): Display the compilation
20459 buffer in a different frame, if it's already displayed there.
20460
20461 * mail/rfc2368.el: New file.
20462
20463 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20464 header and insert its value as mail body.
20465
20466 * subr.el (member-ignore-case): New function.
20467
20468 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20469 (dabbrev--find-expansion): Ignore buffers matching a regexp
20470 from dabbrev-ignored-regexps.
20471
20472 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20473 to extensions handled by gzip.
20474
20475 2000-04-03 Richard M. Stallman <rms@gnu.org>
20476
20477 * files.el (insert-directory): List the total free space
20478 along with the used space.
20479
20480 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20481 line is followed by one that matches CITATION-REGEXP, end the
20482 paragraph.
20483
20484 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20485
20486 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20487 (rmail-make-basic-summary-line): Use that option.
20488
20489 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20490
20491 * international/mule-cmds.el (encoded-string-description):
20492 Rewritten. Try pretty description for ISO 2022 escape sequences
20493 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20494 for hexadecimal format.
20495
20496 2000-04-01 Dave Love <fx@gnu.org>
20497
20498 * cpp.el: Change customization group to `c' from `C'.
20499
20500 * vcursor.el (vcursor-move): Use display-color-p.
20501
20502 * international/mule-util.el: Provide mule-utils.
20503 (string-to-sequence): Simplify and speed up.
20504
20505 * international/mule.el (make-coding-system): Purecopy doc-string.
20506
20507 * international/mule-cmds.el: Various menu changes.
20508 (describe-specified-language-support): Handle `Default'.
20509 (set-language-info): Purecopy `info'.
20510
20511 2000-03-31 Andrew Innes <andrewi@gnu.org>
20512
20513 * vc.el (vc-backend-diff): Return the correct status if we had to
20514 retry the rcsdiff command without the --brief option.
20515
20516 2000-03-31 Dave Love <fx@gnu.org>
20517
20518 * help.el (help-manyarg-func-alist): Correct several omissions.
20519
20520 * add-log.el: Don't require cl, fortran.
20521 (add-log-current-defun-function): Doc fix.
20522 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20523 (change-log-version-rcs): Function deleted.
20524 (change-log-version-number-search): Doc fix.
20525 Use vc-workfile-version. Avoid CL dolist.
20526 (add-change-log-entry): Just call add-log-current-defun to get
20527 defun. Simplify somewhat.
20528 (change-log-get-method-definition-1): Likewise.
20529 (add-log-current-defun): Return nil if calling
20530 add-log-current-defun-function does so. Move Fortran stuff to
20531 fortran.el. Return string without properties.
20532
20533 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20534 and :alpha: char classes.
20535
20536 * mail/supercite.el: Defvar curline when compiling.
20537 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20538 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20539 rather than a-zA-Z0-9 to allow non-ASCII characters.
20540
20541 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20542
20543 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20544
20545 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20546 Re-enable new code.
20547
20548 * lpr.el (print-region-1): Use -d to specify printer name for
20549 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20550
20551 2000-03-31 Dave Love <fx@gnu.org>
20552
20553 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20554 Look for function definition in symbol's function value slot first
20555 instead of first consulting byte-compile-function-environment.
20556
20557 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20558
20559 * language/european.el ("Polish"): New language environment.
20560 (setup-polish-environment): New function.
20561
20562 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20563
20564 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20565 Disable new code.
20566
20567 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20568 trying to `load' the symbol of an autoload instead of the file
20569 recorded in the autoload. Fix error messages.
20570
20571 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20572
20573 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20574 (ps-print-version): New version number (5.1.3).
20575 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20576 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20577 (ps-generate-postscript-with-faces): Code fix.
20578 (ps-color-values): XEmacs compatibility.
20579 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20580 (ps-default-fg, ps-default-bg): Adjust customization.
20581 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20582 (ps-color-scale): Renaming old ps-color-value fun.
20583 (ps-print-headers): Replace ps-print-header group to avoid conflict
20584 with ps-print-header variable.
20585 (ps-print-miscellany): New group.
20586 (ps-format-color, ps-rgb-color): New funs.
20587 (ps-default-foreground): New var.
20588 (ps-printer-name-option): New const.
20589
20590 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20591
20592 * net/net-utils.el:
20593 (network-connection-host, network-connection-service): New variables
20594 (network-connection-mode): New mode, derived from comint-mode
20595 (network-connection-mode-setup): New function, saves host and
20596 service information in local variables.
20597
20598 * lisp/locate.el:
20599 (locate-word-at-point): Added this function
20600 (locate): Default to using locate-word-at-point as input
20601 Run dired-mode-hook
20602
20603 2000-03-29 Dave Love <fx@gnu.org>
20604
20605 * calendar/appt.el: Doc fixes.
20606 (appt-check): Convert min-to-app to a string before passing to
20607 appt-disp-window-function or concat.
20608 (appt-delete-window): Remove test for frame-root-window.
20609 (appt-select-lowest-window, appt-convert-time): Simplify.
20610
20611 * emacs-lisp/bytecomp.el: Doc fixes.
20612 (byte-compile-file-form-autoload):
20613 Update byte-compile-function-environment.
20614
20615 2000-03-29 Andreas Schwab <schwab@suse.de>
20616
20617 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20618
20619 * dired.el (dired-insert-directory): If dired-free-space-program
20620 failed just delete its output.
20621
20622 2000-03-29 Dave Love <fx@gnu.org>
20623
20624 * international/iso-cvt.el: Move provide to end. Doc fixes.
20625 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20626 (iso-iso2sgml, iso-sgml2iso): New functions.
20627 (iso-cvt-define-menu): Fix some entries and use backquote for
20628 clarity.
20629
20630 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20631
20632 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20633
20634 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20635 ISO-DATE. If non-nil, return date in ISO 8601 format.
20636
20637 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20638
20639 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20640 if it ever becomes used.
20641 (log-edit-mode-hook): Default to vc-log-mode-hook.
20642 (log-edit-mode): Fix the docstring.
20643
20644 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20645 the code.
20646
20647 2000-03-26 Dave Love <fx@gnu.org>
20648
20649 * net/browse-url.el (browse-url): Re-fix case of
20650 browse-url-browser-function being an alist.
20651 (browse-url): Add :link to defgroup.
20652
20653 * files.el: Doc fixes.
20654 (file-truename): Include `[' in wildcard characters.
20655 (automount-dir-prefix): Customize.
20656 (find-file-wildcards): Add :version.
20657 (find-file-noselect): Simplify a mapcar call.
20658
20659 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20660 compatible with inf-lisp version.
20661 (eval-defun-1): Fix custom-declare-variable case.
20662
20663 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20664
20665 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20666
20667 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20668
20669 * Makefile (COMPILE_FIRST): New macro.
20670 (compile-files): Compile files from COMPILE_FIRST first.
20671
20672 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20673
20674 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20675 matching open parenthesis in column 0 to defun-prompt-regexp
20676 only if open-paren-in-column-0-is-defun-start is set.
20677
20678 * sun-curs.el: Require CL at compile-time only.
20679
20680 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20681 instead of copy-list which is a function from CL.
20682 (msb--choose-menu, msb--mode-menu-cond)
20683 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20684 (msb--init-file-alist): Use mapcar instead of mapcan.
20685 (msb--aggregate-alist): Use mapcar instead of mapcan.
20686 Fix `(' in column 0 in doc string.
20687 (msb--add-separators): Use mapcar instead of mapcan.
20688
20689 * cus-dep.el: Require CL at compile-time only.
20690
20691 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20692
20693 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20694 (byte-compile-warnings): New warning `noruntime'.
20695 (byte-compile-constants, byte-compile-variables): Fix docstring.
20696 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20697 execute `eval-whenc-compile's body.
20698 (byte-compile-unresolved-functions): Fix docstring.
20699 (byte-compile-eval): New function.
20700 (byte-compile-callargs-warn): Check if the function will be available
20701 at runtime (via property `byte-compile-noruntime').
20702 (byte-compile-print-syms): New function.
20703 (byte-compile-warn-about-unresolved-functions): Also warn about
20704 `noruntime' functions (and use `byte-compile-print-syms').
20705 (byte-compile-file): Capitalize the message.
20706
20707 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20708
20709 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20710 (rmail-expunge): Ask for confirmation depending on the setting
20711 of rmail-confirm-expunge.
20712
20713 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20714
20715 * Makefile (bootstrap-clean): If $(emacs) exists, build
20716 loaddefs.el first. A loaddefs.el that's not up-to-date might
20717 cause a bootstrap failure because things don't autoload as expected.
20718
20719 2000-03-23 Dave Love <fx@gnu.org>
20720
20721 * net/browse-url.el: Restore previous use of
20722 browse-url-maybe-new-window.
20723
20724 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20725
20726 * ps-print.el: Skip banner page fix.
20727 (ps-print-version): New version number (5.1.2).
20728 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20729
20730 2000-03-23 Dave Pearson <davep@davep.org>
20731
20732 * net/quickurl.el Changed the type of parameter passed to the
20733 function defined by `quickurl-format-function'. Before only the
20734 text of the URL was passed. Now the whole URL structure is passed
20735 and the function is responsible for extracting the parts it requires.
20736 Changed the default of `quickurl-format-function' accordingly.
20737 (quickurl-insert): Changed the `funcall' of
20738 `quickurl-format-function' to match the above change.
20739 (quickurl-list-insert): Changed the `url' case so that it makes
20740 use of `quickurl-format-function', previous to this the format was
20741 hard wired.
20742
20743 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20744
20745 * startup.el: Change some spellings for the X Window System.
20746
20747 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20748
20749 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20750 Clean up the code and the regexp and make sure the cursor is
20751 temporarily moved to the suspicious line while querying the user.
20752
20753 2000-03-22 Jason Rumney <jasonr@gnu.org>
20754
20755 * w32-fns.el (w32-charset-info-alist): Initialize.
20756
20757 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20758
20759 * ps-print.el: N-up last page fix.
20760 (ps-print-version): New version number (5.1.1).
20761 (ps-end-file, ps-end-job, ps-generate): Code fix.
20762
20763 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20764
20765 * files.el (find-file-run-dired): Update docstring.
20766 (find-directory-functions): New hook.
20767 (find-file-noselect): Run find-directory-functions rather than
20768 calling dired directly.
20769
20770 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20771
20772 * pcvs.el: Add a minimal leading commentary.
20773 (cvs-make-cvs-buffer): Change the header part by removing the startup
20774 message and adding a `Module' entry. Also replace the FOOTER and
20775 HEADER special fileinfos with the new support in ewoc for updating
20776 its own footer and header.
20777 (cvs-update-header): Update to use the header/footer of the ewoc.
20778 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20779 (cvs-is-within-p): New function.
20780 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20781 to only examine some subset of the buffers.
20782
20783 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20784 `format' instead of our own ad-hoc functions.
20785 Remove HEADER and FOOTER cases, now handled in the EWOC.
20786 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20787
20788 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20789 output to avoid scaring the user.
20790 (cvs-parse-table): Catch message for non-up-to-date commits.
20791
20792 * pcvs-defs.el (cvs-startup-message): Remove.
20793 (cvs-global-menu): New autoloaded menu.
20794
20795 * pcvs-util.el (cvs-string-fill): Remove.
20796
20797 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20798 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20799 PP part of it and also make it work for footers and headers.
20800 (ewoc-create): Drop POS and BUFFER arguments.
20801 Use the DLL's dummy node to store the end-of-footer position.
20802 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20803 (ewoc-refresh): Remove unused `header' variable.
20804 (ewoc-(get|set)-hf): New functions.
20805
20806 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20807 log-view-*-(message|file) and use easy-mmode-define-navigation.
20808 (log-view-message-re): Match SCCS format as well.
20809 And match the revision line rather than the dashed separator line.
20810 (log-view-mode): Use the new define-derived-mode.
20811 (log-view-current-tag): Fill in with an actual implementation.
20812
20813 * cvs-status.el (cvs-status-(prev|next)): Rename from
20814 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20815 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20816 to let the output "breathe" a little more (more readable).
20817 (cvs-status-mode): Use the new define-derived-mode.
20818
20819 * smerge-mode.el (smerge-auto-leave): New function and variable.
20820 (smerge-basic-map): Rename from smerge-basic-keymap.
20821 Change the bindings for smerge-diff-*.
20822 (smerge-*-map): Use easy-mmode-defmap.
20823 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20824 (smerge-keep-*): Use smerge-auto-leave.
20825
20826 2000-03-21 Jason Rumney <jasonr@gnu.org>
20827
20828 * cus-edit.el (custom-button-face): Use 3D look for w32.
20829 (custom-button-pressed-face): Likewise.
20830
20831 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20832
20833 * progmodes/etags.el (tags-case-fold-search): New user-option.
20834 (tags-loop-eval): New function. Bind case-fold-search around eval
20835 depending on the value of tags-case-fold-search.
20836 (tags-loop-continue): Use tags-loop-eval.
20837 (find-tag-in-order): Bind case-fold-search depending on the value
20838 of tags-case-fold-search.
20839
20840 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20841
20842 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20843 (diff-end-of-hunk): Return the end position for use in
20844 `easy-mmode-define-navigation'.
20845 (diff-recenter): Remove.
20846 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20847 of `easy-mmode-define-navigation'.
20848 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20849 previous renaming) and fix to use new names.
20850 (diff-merge-strings): Use \n as separator: simpler, faster.
20851 (diff-mode): Use `define-derived-mode'.
20852
20853 * derived.el (define-derived-mode): Don't autoload anymore.
20854 Prefer the macro-only version provided by easy-mmode.el.
20855
20856 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20857 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20858 (easy-mmode-define-navigation): New macro.
20859
20860 * subr.el (combine-run-hooks): New function.
20861
20862 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20863
20864 * term/x-win.el: Fontsets related initialization is simplified.
20865
20866 * international/mule-diag.el (describe-font): Don't refer to
20867 global-fontset-alist, instead call font-list.
20868 (describe-fontset, list-fontsets, mule-diag): Likewise.
20869 (print-fontset): Adjusted for the change of fontset implementation.
20870
20871 * international/fontset.el (x-charset-registries): Variable removed,
20872 instead the corresponding data is stored in the default fontset.
20873 (register-alternate-fontnames): Function removed.
20874 (resolved-ascii-font): Variable removed.
20875 (x-compose-font-name): Ignore the second argument REDOCE.
20876 (x-complement-fontset-spec): Complement only an ASCII font and
20877 element for those charsets than can use that ASCII font.
20878 (generate-fontset-menu): Don't refer to global-fontset-alist,
20879 instead call fontset-list.
20880 (uninstantiated-fontset-alist): Variable removed.
20881 (x-style-funcs-alist): Likewise.
20882 (fontset-default-styles): Likewise.
20883 (x-modify-font-name): Function removed.
20884 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20885 (create-fontset-from-ascii-font): Docsting adjusted for the above
20886 change.
20887 (instantiate-fontset, resolve-fontset-name): Functions removed.
20888 (fontset-list): Now implemented by C code.
20889
20890 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20891 (describe-face): Include `font' attribute in the description.
20892
20893 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20894
20895 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20896
20897 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20898
20899 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20900 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20901 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20902
20903 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20904 about behavior of set-buffer-modified-p wrt redisplay.
20905
20906 2000-03-19 Richard M. Stallman <rms@gnu.org>
20907
20908 * view.el (view-mode-disable): Kill local binding of view-read-only.
20909
20910 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20911
20912 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20913 is a string, convert it to a syntax cell using string-to-syntax.
20914
20915 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20916 (string-to-syntax): New function.
20917
20918 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20919 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20920 try to use passive ftp mode.
20921
20922 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20923
20924 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20925
20926 * simple.el (append-to-buffer): Update point of windows after
20927 insertion.
20928
20929 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20930 forward then moving backward. Reindent.
20931
20932 * frame.el (other-frame): Call x-focus-frame only if
20933 focus-follows-mouse is off.
20934
20935 2000-03-17 Dave Love <fx@gnu.org>
20936
20937 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20938
20939 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20940
20941 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20942 regexp for labels cannot span several lines.
20943
20944 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20945 `(setq :<key> ':<key>)' to the macro expansion.
20946
20947 2000-03-16 Dave Love <fx@gnu.org>
20948
20949 * progmodes/f90.el (f90): Put custom group under `languages', not
20950 `fortran'.
20951 (f90-mode-hook): Customize.
20952 (f90-mode): Set add-log-current-defun-function.
20953 (f90-current-defun): New function.
20954
20955 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20956
20957 * cus-edit.el (custom-variable-tag-face): Handle case that
20958 default face's height is not a number.
20959 (custom-face-tag-face, custom-group-tag-face-1)
20960 (custom-group-tag-face): Ditto.
20961 (custom-group-tag-face-1): Add :group.
20962
20963 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20964
20965 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20966
20967 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20968 requiring easymenu.
20969
20970 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20971
20972 * ps-print.el: PostScript user-defined prologue, PostScript error
20973 handler, doc fix.
20974 (ps-print-version): New version number (5.1).
20975 (ps-user-defined-prologue, ps-error-handler-message)
20976 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20977 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20978 (ps-insert-string): New function.
20979
20980 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20981
20982 * international/ccl.el (ccl-compile-expression): Don't generate
20983 invalid self-assignment code.
20984
20985 2000-03-14 Dave Love <fx@gnu.org>
20986
20987 * subr.el (replace-regexp-in-string): Renamed from
20988 replace-regexps-in-string. Doc fix.
20989
20990 2000-03-12 Dave Love <fx@gnu.org>
20991
20992 * cus-edit.el: Doc fixes.
20993 (customize-set-variable, customize-save-variable): Rename args for doc.
20994 (custom-variable-tag-face, custom-face-tag-face)
20995 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20996 style which user identify as hyperlink.
20997 (hook): Don't add undefined functions to the hook.
20998 (debug-ignored-errors): Transfer message from bindings.el.
20999
21000 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21001
21002 * recentf.el (recentf-keep-non-readable-files-p):
21003 Remove double/nested definition.
21004
21005 2000-03-12 Dave Love <fx@gnu.org>
21006
21007 * facemenu.el (facemenu-get-face): Use display-color-p.
21008 * enriched.el (enriched-decode-foreground): Likewise.
21009 (enriched-decode-background): Likewise.
21010 * isearch.el (isearch-highlight): Likewise.
21011 * info-look.el (info-lookup): Likewise.
21012 * simple.el (completion-setup-function): Likewise.
21013
21014 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21015 :options.
21016
21017 * bindings.el (mode-line-format): Fix line-number and
21018 column-number items. Add help-echo for the background.
21019 (mode-line-mule-info): Modify help-echo.
21020
21021 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21022
21023 * files.el (load-file): Allow completion to .elc.
21024
21025 * man.el: Doc fixes.
21026 (Man-init-defvars): Use display-color-p to set fontification.
21027
21028 * play/hanoi.el (hanoi-internal): Don't use oddp.
21029
21030 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21031
21032 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21033
21034 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21035
21036 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21037
21038 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21039 Fix comment.
21040
21041 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21042
21043 * font-lock.el (font-lock-keywords): Fix the doc now that
21044 regexp-opt-depth is unnecessary.
21045 (save-buffer-state): Set an edebug spec.
21046 (font-lock-fontify-anchored-keywords): Properly handle the case when
21047 the matcher goes past the limit.
21048
21049 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21050 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21051
21052 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21053 dll.el and cookie.el (from Elib) with heavy renaming and other
21054 massaging.
21055
21056 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21057 Autoload the functions used.
21058 (easy-mmode-define-syntax): Fix CL typo.
21059 (easy-mmode-define-derived-mode): Improve the docstring generation.
21060
21061 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21062
21063 * textmodes/texinfo.el (texinfo-version): Variable and function
21064 removed.
21065
21066 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21067
21068 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21069 allow more flexibility.
21070 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21071 (easy-mmode-defmap, easy-mmode-defsyntax)
21072 (easy-mmode-define-derived-mode): New macros.
21073
21074 2000-03-09 Didier Verna <didier@xemacs.org>
21075
21076 * rect.el (replace-rectangle): New function.
21077
21078 2000-03-09 Dave Love <fx@gnu.org>
21079
21080 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21081 (fortran-comment-line-start-skip): Don't match cpp stuff.
21082 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21083 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21084 (fortran-mode): Don't set fortran-comment-line-start-skip,
21085 fortran-comment-line-start here. Set comment-start,
21086 add-log-current-defun.
21087 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21088 (fortran-current-defun): New function.
21089
21090 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21091
21092 * emacs-lisp/re-builder.el: New file.
21093
21094 * mouse.el (mouse-drag-region): Don't run up-event handler
21095 if hscroll has changed.
21096
21097 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21098 builtin operators, use `font-lock-builtin-face' for Emacs and
21099 `font-lock-preprocessor-face' otherwise.
21100
21101 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21102 `(defun (setf foo)' differently.
21103
21104 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21105
21106 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21107 (regexp-opt): Update comment and adapt the code the new meaning of
21108 the `paren' argument of regex-opt-group for shy-groups.
21109 (regexp-opt-depth): Handle shy groups as well as backslashed
21110 backslashes.
21111 (regexp-opt-group): Turn the leading comment into a docstring.
21112 Allow `paren' to be a string (the string to use to open a group).
21113 Remove open-presuf and close-presuf. Instead of checking for `all
21114 one-char' and then later on check for `several one-char', handle
21115 both cases close together. Also apply a more generic algorithm
21116 for suffixes (the mirror image of the algorithm used for
21117 prefixes). Use shy-groups. Use nreverse rather than reverse.
21118 (regexp-opt-try-suffix): Removed.
21119
21120 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21121 from comint-mode-map, so we can just inherit from it. Also, move
21122 the initialization into the `defvar' since there's no docstring
21123 anyway and it's fairly short.
21124 (inferior-scheme-mode): Define it as derived-mode: the code is
21125 shorter and this way we inherit from comint-mode-map rather than
21126 copying it.
21127
21128 * subr.el (replace-regexps-in-string): Properly handle the case
21129 where we match an empty string.
21130
21131 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21132 when the command has a directory component (such as "./testml").
21133 Also fix a typo in the comment.
21134
21135 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21136
21137 * Makefile (compile-files): Compile files one by one because
21138 that's the only way to ensure a clean compilation environment for
21139 each individual file.
21140
21141 * frame.el (other-frame): Call x-focus-frame.
21142
21143 2000-03-07 Dave Love <fx@gnu.org>
21144
21145 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21146 :require to defcustom.
21147
21148 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21149
21150 * files.el (auto-mode-alist): Add configure.in.
21151
21152 * progmodes/autoconf.el: New file.
21153
21154 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21155
21156 * mail/mh-e.el: Change maintainer to `none'.
21157
21158 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21159 to remove-hook and add-hook.
21160
21161 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21162
21163 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21164 it as the default.
21165 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21166 (sendmail-send-it): Conditionally add MIME headers specifying the
21167 used character set.
21168
21169 2000-03-07 Dave Love <fx@gnu.org>
21170
21171 * winner.el: Fix keywords, autoload cookies.
21172 Split eval-when-compile form to avoid compilation failure.
21173
21174 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21175
21176 * international/mule.el: Modify comment about coding system
21177 property `coding-category'.
21178 (make-coding-system): New argument EOL-TYPE. Pay attention to
21179 coding-category property of PROPERTIES.
21180
21181 * international/mule-conf.el (coding-category-utf-8)
21182 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21183 categories. Include them in the argument for set-coding-priority.
21184
21185 * international/mule-cmds.el (reset-language-environment):
21186 Include coding-category-utf-8, coding-category-utf-16-be, and
21187 coding-category-utf-16-le in the argument for set-coding-priority.
21188 (reset-language-environment): Initialize coding-category-utf-8,
21189 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21190
21191 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21192
21193 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21194 code abstracted out of `bookmark-jump-noselect'. Now tries info
21195 extensions as well as compression extensions.
21196 (bookmark-jump-noselect): Use above new func.
21197
21198 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21199
21200 * strokes.el: Change maintainer's mail address.
21201
21202 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21203
21204 * international/mule-diag.el (list-character-sets): Make help-echo
21205 string by substitute-command-keys.
21206 (list-character-sets): Likewise.
21207 (sort-listed-character-sets): Call help-setup-xref.
21208
21209 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21210
21211 * time.el (display-time-mail-file): Add `none' to the list of choices.
21212
21213 2000-03-01 Dave Love <fx@gnu.org>
21214
21215 * help.el (help-xref-go-back): Don't try to set position.
21216
21217 * international/mule-diag.el (list-character-sets):
21218 Call help-setup-xref. Add help-echo to xrefs.
21219 (list-character-sets-1): Add help-echo to xrefs.
21220
21221 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21222
21223 * frame.el (blink-cursor-mode): Switch cursor on when turning
21224 the mode off.
21225
21226 * add-log.el (add-log-current-defun): Add support for
21227 Autoconf mode.
21228
21229 * mail/rmail.el (rmail-quit-hook): New variable.
21230
21231 2000-03-01 Dave Love <fx@gnu.org>
21232
21233 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21234
21235 * help.el (help-xref-button): Add help-echo arg.
21236 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21237
21238 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21239
21240 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21241
21242 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21243
21244 * image.el (defimage): Look for image files in load-path.
21245
21246 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21247
21248 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21249
21250 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21251
21252 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21253
21254 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21255 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21256 action to select/unselect a file.
21257 (recentf-edit-list): Code cleanup and improvement.
21258 (recentf-open-more-files-action): `recentf-open-more-files' button
21259 widget action to open a file.
21260 (recentf-open-more-files): No more use standard completion but widgets.
21261 (recentf-more-collection): Deleted.
21262 (recentf-more-history): Deleted.
21263 (recentf-setup-more-completion): Deleted.
21264
21265 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21266
21267 * recentf.el (recentf-mode): No more needs that Emacs is running
21268 under a window-system.
21269
21270 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21271
21272 * recentf.el (recentf-edit-list): New command to edit the recent
21273 list which allow the user to remove files.
21274 (recentf-edit-selected-items): New global variable, used by
21275 `recentf-edit-list' to hold the list of files to be removed from
21276 the recent list.
21277 (recentf-make-menu-items): Updated to display a "Edit list..."
21278 menu item. Minor code cleanup.
21279
21280 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21281
21282 * recentf.el (recentf-open-more-files): New command to open files
21283 that are not displayed in the menu.
21284 (recentf-more-collection): New global variable holding the set of
21285 permissible completions used by `recentf-open-more-files'.
21286 (recentf-more-history): New global variable holding the history list
21287 used by `recentf-open-more-files' completion.
21288 (recentf-setup-more-completion): New function to setup completion for
21289 `recentf-open-more-files'.
21290 (recentf-make-menu-items): Updated to display a "More..." menu item.
21291
21292 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21293
21294 * recentf.el (recentf-menu-action): Doc fixed.
21295
21296 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21297
21298 * recentf.el (recentf-menu-filter): Doc updated.
21299 (recentf-update-menu-hook): Allow menu filters to force menu update.
21300 (recentf-make-menu-items): New menu filter handling.
21301 (recentf-make-menu-item): New helper function.
21302 (recentf-menu-elements): New menu handling function.
21303 (recentf-sort-ascending): Updated to new menu filter handling.
21304 (recentf-sort-descending): Updated to new menu filter handling.
21305 (recentf-sort-basenames-ascending): New menu filter function.
21306 (recentf-sort-basenames-descending): New menu filter function.
21307 (recentf-show-basenames): New menu filter function.
21308 (recentf-show-basenames-ascending): New menu filter function.
21309 (recentf-show-basenames-descending): New menu filter function.
21310
21311 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21312
21313 * diary-lib.el (list-diary-entries): Don't try to go forward at
21314 the end of the buffer.
21315
21316 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21317
21318 * international/mule-diag.el (list-character-sets):
21319 Completely rewritten.
21320 (sort-listed-character-sets): New function.
21321 (list-character-sets-1): Completely rewritten.
21322 (list-character-sets-2): New function.
21323 (non-iso-charset-alist): New variable.
21324 (decode-codepage-char): New function.
21325 (charset-history): New variable.
21326 (read-charset) (list-block-of-chars)
21327 (list-iso-charset-chars)
21328 (list-non-iso-charset-chars)
21329 (list-charset-chars): New functions.
21330 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21331 (dump-charsets): Likewise.
21332
21333 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21334
21335 * dired-x.el (dired-filename-at-point): Add `@' to valid
21336 file name characters.
21337 (dired-filename-at-point): Handle ange-ftp file names.
21338
21339 * frame.el (frame-notice-user-settings): Use assq-delete-all
21340 instead of assoc-delete-all.
21341 (frame-notice-user-settings): Ditto.
21342
21343 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21344 Don't copy alist.
21345
21346 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21347
21348 * calculator.el (calculator-use-menu): New option.
21349 (calculator-initial-bindings): Changed some bindings to work as macros.
21350 (calculator-forced-input): Removed.
21351 (calculator-restart-other-mode): New variable.
21352 (calculator-mode-map): Set up menu.
21353
21354 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21355
21356 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21357
21358 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21359
21360 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21361 translate all ESC key sequences.
21362 (viper-goto-mark-subr): Restore markers for files for which
21363 they were saved.
21364 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21365 * viper-util.el (viper-set-replace-overlay-glyphs)
21366 (viper-set-replace-overlay): Always check if the replacement
21367 overlay is live.
21368 * viper.el (viper-vi-state-mode-list): Add major modes.
21369 * ediff-wind.el: Minor comment changes.
21370 * ediff.el: Copyright notice date fix.
21371
21372 2000-02-27 Jason Rumney <jasonr@gnu.org>
21373
21374 * faces.el (face-font-family-alternatives): Add arial to helv.
21375 (mode-line, header-line, tool-bar): Same default as x for w32.
21376 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21377 face-font-family-alternatives from working.
21378 * term/w32-win.el (mouse-set-font): Do not build fontset from
21379 chosen font.
21380
21381 2000-02-25 Sam Steingold <sds@goems.com>
21382
21383 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21384 properly.
21385
21386 2000-02-25 Richard M. Stallman <rms@gnu.org>
21387
21388 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21389
21390 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21391
21392 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21393
21394 * frame.el (busy-cursor-delay-seconds): New option.
21395
21396 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21397
21398 * frame.el (show-cursor-in-non-selected-windows): New option.
21399
21400 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21401
21402 * diary-lib.el (include-other-diary-files): Undo the selective
21403 display in any included file and don't kill it.
21404
21405 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21406
21407 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21408 Menu items converted to (menu-item format, help strings added.
21409 [downcase, upcase]: Don't enable on MS-DOS.
21410 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21411 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21412
21413 2000-02-23 Dave Love <fx@gnu.org>
21414
21415 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21416 (backward-kill-word): Revert addition of * to interactive spec --
21417 it's a feature.
21418
21419 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21420 (backward-kill-sentence, kill-sentence): Likewise.
21421
21422 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21423 scratch buffer name.
21424 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21425
21426 * term/w32-win.el (internal-face-interactive): Update prompt for
21427 new read-face-name.
21428
21429 * mail/footnote.el (footnote): Add :version to defgroup.
21430 (footnote-section-tag-regexp): Customize.
21431 (footnote-start-tag, footnote-end-tag): New option.
21432 (footnote-latin-regexp): New variable.
21433 (Footnote-latin): New function.
21434 (footnote-style-alist): Add element for latin style.
21435 (footnote-style): Moved.
21436 (Footnote-goto-footnote): Use eq to test arg.
21437
21438 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21439
21440 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21441 (byte-compile-trueconstp): Include keywords.
21442 (byte-optimize-quote, byte-optimize-lapcode):
21443 Use byte-compile-const-symbol-p.
21444 (byte-optimize-char-before): New optimization.
21445
21446 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21447 (byte-compile-const-symbol-p): New function.
21448 (byte-compile-constp, byte-compile-out-toplevel)
21449 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21450 Use it.
21451
21452 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21453
21454 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21455
21456 * international/encoded-kb.el: Be sure to update minor-mode-alist
21457 and minor-mode-map-alist.
21458 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21459 codes SS2 and SS3 correctly.
21460 (encoded-kbd-self-insert-ccl): New function.
21461 (encoded-kbd-setup-keymap): New function.
21462 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21463 by calling encoded-kbd-setup-keymap.
21464
21465 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21466 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21467
21468 2000-02-22 Dave Love <fx@gnu.org>
21469
21470 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21471 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21472 (lisp-mode-syntax-table): Set up for #|...|# comments.
21473 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21474 classes. Match `defface'.
21475 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21476 (eval-defun-1): Fix for defcustom.
21477 (lisp-indent-region): Doc fix.
21478
21479 * subr.el (when, unless, split-string): Doc fix.
21480 (read-passwd): Move call of clear-this-command-keys to the right place.
21481 (replace-regexps-in-string): New function.
21482
21483 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21484
21485 * help.el (describe-variable): Set syntax table to
21486 emacs-lisp-mode-syntax-table when moving forward over the
21487 symbol's name.
21488
21489 2000-02-22 Dave Love <fx@gnu.org>
21490
21491 * xt-mouse.el: Doc fixes.
21492 (xterm-mouse-position-function): New function, replacing advice of
21493 mouse-position.
21494 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21495
21496 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21497
21498 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21499
21500 * format.el (format-annotate-single-property-change):
21501 Handle properties.with dotted-list values.
21502 (format-proper-list-p): New function.
21503
21504 * enriched.el (enriched-face-ans): Handle '(foreground-color
21505 . COLOR) and (background-color . COLOR).
21506
21507 2000-02-20 Dave Love <fx@gnu.org>
21508
21509 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21510 and assignments to it.
21511 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21512 current local map.
21513 (make-flyspell-overlay): Use it.
21514 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21515
21516 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21517 (lm-get-header-re): Defun, not defsubst.
21518 (lm-get-package-name): Defun, not defsubst. Simplify.
21519 (lm-version): Doc fix. Simplify.
21520 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21521 (lm-crack-address, lm-last-modified-date, lm-commentary)
21522 (lm-verify, lm-synopsis): Simplify.
21523 (lm-report-bug): Require emacsbug. Use compose-mail.
21524
21525 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21526
21527 * dired.el (dired-mode): Call propertized-buffer-identification
21528 to set mode-line-buffer-identification to something having
21529 the right text properties.
21530
21531 * bindings.el (propertized-buffer-identification): New function.
21532
21533 2000-02-20 Dave Love <fx@gnu.org>
21534
21535 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21536 check for t-mouse too.
21537
21538 * cus-start.el: Make echo-keystrokes `number'.
21539
21540 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21541
21542 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21543 Don't call ring-empty-p unless tags-location-ring is bound.
21544 From Noah Friedman <friedman@splode.com>.
21545
21546 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21547
21548 * progmodes/hideshow.el (hs-flag-region): No longer use
21549 `intangible' overlay property.
21550
21551 (hs-toggle-hiding): New command.
21552 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21553
21554 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21555 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21556 and deactivation.
21557
21558 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21559
21560 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21561
21562 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21563
21564 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21565
21566 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21567 of `*' to handle `(* ... *)' comments.
21568
21569 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21570
21571 * faces.el (list-faces-display): Use display-mouse-p instead of
21572 window-system.
21573
21574 * menu-bar.el (global-map): Menu-bar items converted to the new
21575 format (menu-item..., rearranged for better CUA compliance, and
21576 their names changed for better clarity. Help strings added.
21577
21578 * international/mule-cmds.el (mule-menu-keymap)
21579 (describe-language-environment-map, set-coding-system-map)
21580 (setup-language-environment-map): Convert to new (menu-item...
21581 form, add help strings. Change names of menu items for better clarity.
21582 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21583
21584 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21585
21586 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21587 within the code.
21588
21589 2000-02-16 Dave Love <fx@gnu.org>
21590
21591 * faces.el: Don't require custom. Add more specific :groups to
21592 various deffaces.
21593 (set-face-attribute): Purecopy args.
21594 (read-face-name): Default to name at point and use it in prompt.
21595 Remove colon from arg in all callers.
21596 (list-faces-display): Hyperlink to face descriptions and customize
21597 buffers.
21598
21599 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21600
21601 * wid-edit.el (widget-match-inline): An atom never matches a list.
21602
21603 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21604
21605 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21606 at ':' characters by call to split-string.
21607
21608 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21609
21610 * textmodes/bibtex.el: Added RCS version identification.
21611
21612 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21613
21614 * textmodes/bibtex.el: Some temporary comments removed.
21615 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21616 (bibtex-field-const): Allow capital letters.
21617 (bibtex-start-of-string): Deleted because unused.
21618
21619 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21620 use the term 'reference' to describe a bibtex entry as a whole.
21621 Further, reference keys are no longer called 'labels'.
21622 (bibtex-keys): Renamed to bibtex-reference-keys.
21623 (bibtex-reformat-previous-labels): Renamed to
21624 bibtex-reformat-previous-reference-keys.
21625 (bibtex-reference-type): Renamed to bibtex-entry-type.
21626 (bibtex-reference-head): Renamed to bibtex-entry-head.
21627 (bibtex-reference-maybe-empty-head): Renamed to
21628 bibtex-entry-maybe-empty-head.
21629 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21630 (bibtex-search-reference): Renamed to bibtex-search-entry.
21631 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21632 bibtex-enclosing-entry-maybe-empty-head.
21633 (bibtex-entry-field-alist, bibtex-entry-head)
21634 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21635 (bibtex-map-entries, bibtex-search-entry)
21636 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21637 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21638 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21639 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21640 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21641 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21642 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21643
21644 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21645
21646 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21647 comment.
21648 (bibtex-format-field-delimiters): New function, functionality
21649 extracted from bibtex-format-entry.
21650 (bibtex-autokey-get-yearfield-digits): New function, functionality
21651 extracted from bibtex-autokey-get-yearfield.
21652
21653 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21654 entries in order to avoid stack overflow in the regexp matcher if
21655 field contents become large.
21656 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21657 (bibtex-field-string-part-not-braced)
21658 (bibtex-field-string-part-no-inner-braces)
21659 (bibtex-field-string-part-1-inner-brace)
21660 (bibtex-field-string-part-2-inner-braces)
21661 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21662 (bibtex-field-string-quoted, bibtex-field-string)
21663 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21664 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21665 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21666 Deleted as parsing is now performed by the following functions.
21667 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21668 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21669 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21670 (bibtex-parse-association, bibtex-field-name-for-parsing)
21671 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21672 (bibtex-search-forward-field, bibtex-search-backward-field)
21673 (bibtex-start-of-field, bibtex-end-of-field)
21674 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21675 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21676 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21677 (bibtex-parse-string, bibtex-search-forward-string)
21678 (bibtex-search-backward-string, bibtex-start-of-string)
21679 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21680 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21681 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21682 entries. Instead of reporting the results of the parsing by
21683 match-beginning or match-end, these functions return data structures
21684 that hold the corresponding positions.
21685 (bibtex-enclosing-field): Changed to also report field boundaries by
21686 return values rather than by match-beginning or match-end.
21687 The following functions have been adapted to use the new
21688 parsing functions.
21689 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21690 (bibtex-enclosing-field, bibtex-format-entry)
21691 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21692 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21693 (bibtex-print-help-message, bibtex-end-of-entry)
21694 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21695 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21696 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21697 Use the new method for parsing.
21698 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21699 (bibtex-map-entries, bibtex-flash-head)
21700 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21701 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21702 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21703 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21704 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21705 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21706 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21707 order to make the new binding of case-fold-search immediately visible.
21708
21709 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21710
21711 * textmodes/bibtex.el: Copyright notice is up to date.
21712 Added constant 'bibtex-maintainer-salutation.
21713
21714 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21715 than make-temp-name, use match-string-no-properties and eliminate
21716 a quadratic behavior when building bibtex-strings.
21717
21718 * bibtex.el (bibtex-reference-key): Accept string entries whose
21719 reference key contains upper case letters.
21720
21721 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21722
21723 * bibtex.el (bibtex-reference-head): Allow entries to start with
21724 a new line.
21725
21726 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21727
21728 * bibtex.el: Hiding of entry bodies is not longer provided by
21729 bibtex.el directly. Instead the hideshow package can be used.
21730 Added a special bibtex entry to hs-special-modes-alist.
21731 (bibtex-hs-forward-sexp): Added for hideshow.el.
21732
21733 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21734
21735 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21736 proceedings entry type (for cross referencing). Thanks to Wagner
21737 Toledo Correa for the suggestion.
21738
21739 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21740
21741 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21742
21743 * international/characters.el: Setup case table for Vietnamese.
21744
21745 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21746
21747 * uniquify.el (toplevel): Require CL at compile time.
21748 (uniquify-push): Removed.
21749
21750 * shadowfile.el (shadow-when): Removed.
21751
21752 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21753 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21754
21755 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21756 regexp for paragraph-start.
21757
21758 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21759 commas as well.
21760
21761 2000-02-10 Dave Love <fx@gnu.org>
21762
21763 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21764 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21765 Deleted.
21766 (widget-specify-field, widget-specify-button): Don't use
21767 widget-mouse-help as help-echo property.
21768 (default): Use #'ignore for :validate and :mouse-down-action.
21769 (checkbox): Add help-echo.
21770 (widget-sexp-validate): Rewritten to clarify error messages.
21771 (character): Use char-valid-p in :match function.
21772 (widget-color-complete): Use facemenu-color-alist.
21773 (widget-color-action): Use facemenu-read-color.
21774
21775 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21776 set up `caar' &c that we now have.
21777
21778 2000-02-09 Ray Blaak <blaak@gnu.org>
21779
21780 * delphi.el: Make resourcestring a declaration region, like const
21781 and var.
21782
21783 2000-02-09 Dave Love <fx@gnu.org>
21784
21785 * bindings.el (mode-line-input-method-map): New variable.
21786 (mode-line-mule-info): Use it; fix last change.
21787 (mode-line-mode-menu): Move definition.
21788 (mode-line-mouse-sensitive-p): Deleted.
21789 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21790 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21791
21792 * startup.el (command-line-1): Don't call
21793 make-mode-line-mouse-sensitive.
21794
21795 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21796
21797 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21798 before rmail-toggle-header, because the former toggles headers.
21799
21800 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21801
21802 * diff-mode.el (diff-kill-junk): New interactive function.
21803 (diff-reverse-direction): Use delete-and-extract-region.
21804 (diff-post-command-hook): Restrict the area so that the hook also works
21805 outside of any diff hunk. This is necessary for the minor-mode.
21806 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21807 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21808
21809 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21810 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21811 so that it can be used more easily in <foo>-mode-hook. Also make sure
21812 to avoid duplicate entries.
21813 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21814 (font-lock-remove-keywords): Just as was done for `add', allow it to
21815 work even if font-lock-mode is nil. Also make sure we don't modify
21816 any pre-existing list by forcing a copy-sequence. Finally rename
21817 `major-mode' to `mode'.
21818 (font-lock-fontify-syntactic-anchored-keywords)
21819 (font-lock-fontify-anchored-keywords)
21820 (font-lock-fontify-keywords-region): Use line-end-position.
21821 Don't make `font-lock-multiline' local (it's now done in
21822 font-lock-set-defaults).
21823 (font-lock-set-defaults): Make `font-lock-multiline' local.
21824 Move the `font-lock-fontified' creation to inside the `unless'.
21825
21826 2000-02-06 Andrew Innes <andrewi@gnu.org>
21827
21828 * term/w32-win.el (x-handle-args): Comment out call to message,
21829 which occurs before window system is initialized.
21830
21831 * makefile.nt: Add support for recompiling lisp code.
21832
21833 2000-02-04 Dave Love <fx@gnu.org>
21834
21835 * bindings.el (mode-line-mule-info): Fix/extend last change.
21836
21837 * completion.el: Replace completion-dolist with dolist.
21838
21839 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21840
21841 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21842
21843 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21844 environment names before they go into the section regexp.
21845
21846 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21847 char class in regexp.
21848
21849 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21850 Bind `case-fold-search' to nil.
21851
21852 * progmodes/idlwave.el (idlwave-template):
21853 Respect `idlwave-abbrev-change-case'.
21854 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21855 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21856 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21857 (idlwave-rw-case): New function.
21858 (idlwave-statement-match): Fixed problem with assignment regexp.
21859 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21860 (idlwave-surround): New argument LENGTH to support padding of
21861 operators longer than 1 char.
21862
21863 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21864 idlwave-shell-expression-overlay. Implemented printing of
21865 expressions on higher levels of the calling stack.
21866 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21867 (idlwave-retrieve-expression-from-level): New function.
21868 (idlwave-shell-last-calling-stack): Variable removed.
21869 (idlwave-shell-reset): Argument action reversed (`visible' to
21870 `hidden'). Also remove stop-line overlay.
21871 (idlwave-shell-calling-stack-routine): New variable.
21872 (idlwave-shell-parse-stack-and-display): Messages now display
21873 negative level numbers.
21874 (idlwave-shell-mode): Set `modeline-format'.
21875 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21876 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21877 (idlwave-shell-print-expression-function): New option.
21878
21879 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21880 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21881 `tool-bar' instead of `toolbar'.
21882
21883 2000-02-02 Dave Love <fx@gnu.org>
21884
21885 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21886 emacs-lisp-mode-hook. Don't check for defalias being defined.
21887
21888 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21889 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21890 Use the new builtins directly.
21891
21892 * whitespace.el (whitespace): Add :version to defgroup.
21893
21894 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21895 Doc fix.
21896
21897 * thingatpt.el (sexp-at-point, symbol-at-point)
21898 (number-at-point, list-at-point): Add autoload cookie.
21899
21900 * recentf.el (recentf): Add :version to defgroup.
21901
21902 * quickurl.el (quickurl): Add :version to defgroup.
21903
21904 * elide-head.el (elide-head): Use point-marker more.
21905
21906 * bs.el (bs): Add :version to defgroup.
21907
21908 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21909
21910 * progmodes/delphi.el (delphi): Add :version to defgroup.
21911
21912 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21913
21914 * ange-ftp.el (ange-ftp-write-region): Handle case that
21915 succeeding process operation sets a different coding system.
21916
21917 * calculator.el: New file.
21918
21919 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21920
21921 * frame.el (frames-on-display-list, framep-on-display): New functions.
21922 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21923 (display-selections-p, display-screens, display-pixel-width)
21924 (display-pixel-height, display-mm-width, display-mm-height)
21925 (display-backing-store, display-save-under, display-planes)
21926 (display-color-cells, display-visual-class): New functions.
21927
21928 * term/tty-colors.el (tty-color-gray-shades): New function.
21929
21930 * faces.el (display-color-p): Use framep-on-display.
21931 (display-grayscale-p): New function.
21932
21933 2000-01-31 Dave Love <fx@gnu.org>
21934
21935 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21936 (create-fontset-from-x-resource): Don't concat integers.
21937
21938 2000-01-31 Inge Frick <inge@nada.kth.se>
21939
21940 * view.el: Some changes in documentation. Removed some trailing
21941 whitespace. Changed some parameter names to agree with documentation.
21942 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21943 window is not deleted. Modifies change 1998-04-26.
21944
21945 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21946
21947 * windmove.el: New file.
21948
21949 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21950 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21951 progmodes/ebnf-yac.el: Update copyright and license info.
21952
21953 * jit-lock.el (jit-lock-function): Widen before calculating
21954 end position.
21955 (jit-lock-stealth-chunk-start): Rewritten.
21956
21957 * info.el (Info-title-face-alist): Removed.
21958 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21959 (Info-fontify-node): Use these faces.
21960
21961 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21962
21963 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21964 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21965 `&allow-other-keywords'.
21966
21967 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21968 the list of directories scanned heuristically.
21969
21970 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21971
21972 2000-01-30 Jason Rumney <jasonr@gnu.org>
21973
21974 * w32-fns.el: Define w32-tty-standard-colors.
21975
21976 * startup.el (command-line): Use w32-tty-standard-colors when in
21977 w32 console mode.
21978
21979 2000-01-30 Dave Love <fx@gnu.org>
21980
21981 * jka-compr.el (jka-compr-load): Fix up load-history.
21982
21983 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21984
21985 * emacs-lisp/cl-macs.el: Revert previous change.
21986
21987 2000-01-29 Dave Love <fx@gnu.org>
21988
21989 * facemenu.el: Purecopy various strings.
21990
21991 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21992 years. Deal with three-digit years.
21993
21994 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21995 Use defconst, purecopy.
21996 (help-back-label): Purecopy it.
21997
21998 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21999
22000 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22001 variable. If non-nil, order the buffer list according to the
22002 currently selected frame.
22003 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22004 non-nil, pass the selected frame to function buffer-list.
22005
22006 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22007
22008 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22009
22010 2000-01-28 Dave Love <fx@gnu.org>
22011
22012 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22013
22014 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22015 Don't use lisp-indent-hook property.
22016 (cl-abs): Remove.
22017
22018 * subr.el: Move out indent and edebug specs for when and unless.
22019
22020 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22021 when, unless.
22022
22023 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22024 unless, when.
22025
22026 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22027
22028 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22029 `collecting' as synonym for `collect'.
22030
22031 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22032 for the case it contains spaces.
22033
22034 * simple.el (what-cursor-position): Change formatting of messages.
22035
22036 * frame.el (delete-other-frames): New function.
22037 (toplevel): Bind it to C-x 5 1.
22038
22039 * sort.el (sort-numeric-base): New option.
22040 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22041 interpret it as octal or hexadecimal. Use sort-numeric-base
22042 as default base.
22043
22044 * progmodes/glasses.el: New file.
22045
22046 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22047
22048 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22049 userids differently.
22050
22051 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22052 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22053 progmodes/ebnf-yac.el: New files.
22054
22055 2000-01-26 Dave Love <fx@gnu.org>
22056
22057 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22058 on a function with an empty body. [From Eric Ludlam.]
22059
22060 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22061
22062 * vc.el (vc-version-diff): Make sure file name is expanded.
22063
22064 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22065
22066 * scroll-bar.el (scroll-bar-timer): Variable removed.
22067 (scroll-bar-toolkit-scroll): Don't use a timer.
22068
22069 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22070
22071 * language/thai-util.el (thai-composition-function):
22072 Delete superfluous `a'.
22073
22074 2000-01-24 Dave Love <fx@gnu.org>
22075
22076 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22077 end-of-defun-function.
22078
22079 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22080
22081 2000-01-22 Jason Rumney <jasonr@gnu.org>
22082
22083 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22084 conflicts with new face support.
22085
22086 2000-01-22 Richard M. Stallman <rms@gnu.org>
22087
22088 * replace.el (query-replace): Rename last arg to DELIMITED.
22089 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22090 (query-replace-regexp): Likewise.
22091
22092 2000-01-20 Richard M. Stallman <rms@gnu.org>
22093
22094 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22095
22096 * emacs-lisp/lisp.el (beginning-of-defun-function):
22097 Variable renamed from beginning-of-defun.
22098 Do not call make-variable-buffer-local.
22099 (beginning-of-defun-raw): Use new variable name; doc fix.
22100 (beginning-of-defun): Doc fix.
22101 (end-of-defun-function): Variable renamed from end-of-defun.
22102 Do not call make-variable-buffer-local.
22103 (end-of-defun): Use new variable name; doc fix.
22104
22105 * subr.el (dolist, dotimes): Copied from cl-macs.el
22106 and made to work.
22107
22108 * mail/undigest.el (rmail-digest-end-regexps):
22109 Variable replaces rmail-digest-end-regexp.
22110 Allows multiple regexps for detecting the end line.
22111 (undigestify-rmail-message): Corresponding changes.
22112
22113 2000-01-19 Dave Love <fx@gnu.org>
22114
22115 * files.el (user-init-file): Don't declare here -- is primitive.
22116
22117 * startup.el (command-line): Check for compiled user-init-file and
22118 set to uncompiled version if necessary.
22119
22120 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22121
22122 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22123 (undigestify-rmail-message): Use it.
22124
22125 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22126
22127 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22128
22129 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22130 of mini-buffer.
22131
22132 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22133
22134 * emacs-lisp/copyright.el (copyright-update): Removed the
22135 requirement for a trailing space from `copyright-regexp', to
22136 support copyrights with owner specified on a separate line..
22137
22138 * align.el: New file.
22139
22140 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22141
22142 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22143
22144 2000-01-13 Dave Love <fx@gnu.org>
22145
22146 * ph.el: Removed. (Obsoleted by EUDC.)
22147
22148 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22149
22150 * net/eudc.el (toplevel): Remove autoloaded code installing
22151 menu with easymenu, because that causes build problems.
22152
22153 * frame.el (frame-notice-user-settings): New variable.
22154 (frame-notice-user-settings): Don't modify frame parameters
22155 if called a second time.
22156
22157 2000-01-13 Richard M. Stallman <rms@gnu.org>
22158
22159 * frame.el (frame-notice-user-settings):
22160 Notice default-frame-parameters even for non-window frames.
22161
22162 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22163
22164 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22165 for Emacs.
22166 (eudc-bob-can-display-inline-images): Extend for Emacs.
22167 (eudc-bob-toggle-inline-display): Ditto.
22168 (eudc-bob-display-jpeg): Ditto.
22169
22170 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22171
22172 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22173 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22174 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22175
22176 * add-log.el (add-change-log-entry): Fix error trying an
22177 `(insert nil)'.
22178
22179 * subdirs.el: Add `net' directory.
22180
22181 * net: New directory.
22182
22183 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22184 eval-last-sexp. Don't bind debug-on-error here.
22185 (eval-last-sexp): New function. Bind debug-on-error if
22186 eval-expression-debug-on-error is non-nil.
22187 (eval-defun-2, eval-defun): Likewise.
22188
22189 * simple.el (eval-expression): Don't bind debug-on-error if
22190 eval-expression-debug-on-error is nil. Detect changed
22191 debug-on-error, and propagate new value to global binding, if
22192 eval-expression-debug-on-error is non-nil,
22193 (eval-expression-debug-on-error): Change doc string.
22194
22195 2000-01-11 Richard M. Stallman <rms@gnu.org>
22196
22197 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22198
22199 * emacs-lisp/lisp-mode.el (with-syntax-table):
22200 Set up lisp-indent-function property.
22201
22202 * subr.el (with-syntax-table): Moved from simple.el.
22203
22204 * simple.el (with-syntax-table): Moved to subr.el.
22205
22206 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22207
22208 * tmm.el (tmm-shortcut): Delete region after prompt instead
22209 of erasing buffer.
22210
22211 * textmodes/fill.el (fill-common-string-prefix): New function.
22212 (fill-context-prefix): Use the longest common prefix of first
22213 and second line fill prefix, if there is one.
22214
22215 2000-01-11 Richard M. Stallman <rms@gnu.org>
22216
22217 * array.el (array-mode): Don't use make-variable-buffer-local.
22218 Use make-local-variable for `truncate-lines'.
22219
22220 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22221
22222 * add-log.el (add-log-current-defun): Handle user-defined
22223 add-log-current-function returning nil,
22224
22225 * add-log.el (add-change-log-entry): Insert version number
22226 if having found a current function
22227
22228 * add-log.el (add-log-current-defun):
22229 Call `add-log-current-defun-function'. Try matches at level 0 and
22230 level 1. Strip whitespace from defun found.
22231
22232 2000-01-10 John Wiegley <johnw@gnu.org>
22233
22234 * allout.el (isearch-done/outline-provisions): Added `edit'
22235 argument to correspond with the current definition of `isearch-done'.
22236
22237 2000-01-10 Dave Love <fx@gnu.org>
22238
22239 * elide-head.el (elide-head): Use point-marker, not point.
22240
22241 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22242
22243 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22244 before and after the year 2000.
22245
22246 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22247 Add ispell- prefix.
22248
22249 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22250
22251 * ispell.el: Only define dictionaries in menus when they exist.
22252 (version18p): New variable.
22253 (version20p): New variable.
22254 (xemacsp): New variable.
22255 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22256 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22257 (ispell-dictionary-alist6): Russian command lines no longer accept
22258 run-together words.
22259 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22260 (ispell-dictionary-alist): Add koi8-r to customize definition.
22261 (check-ispell-version): Added documentation string. Return library
22262 path when called non-interactively.
22263 (ispell-menu-map-needed): Uses new variables.
22264 (ispell-library-path): New variable.
22265 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22266 (ispell-word): Improved documentation string. Test for valid
22267 character mappings. Correctly check typed in word changes that can
22268 result in single words split into multiple words.
22269 Return replacement word.
22270 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22271 replace in recursive query replace mode. Help message for
22272 recursive edit mode.
22273 (ispell-show-choices): Protect against bad framepop bindings.
22274 (ispell-help): Fix to work with XEmacs.
22275 (ispell-highlight-spelling-error): Use new variables.
22276 (ispell-overlay-window): Fix to work with XEmacs.
22277 (ispell-parse-output): Passed and returns location information
22278 tracking spelling corrections. Doesn't recheck same word on
22279 current line.
22280 (ispell-init-process): Protect against bogus XEmacs variable binding.
22281 Fix call to single argument in sleep-for. Use new variables.
22282 (ispell-region): Passed and returns location information tracking
22283 spelling corrections. Doesn't check same word on current line.
22284 Improved documentation string. Doesn't resend a line already
22285 checked to the ispell process - fixes bug in LaTeX parsing.
22286 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22287 (ispell-skip-region): No longer skips <TT> in SGML.
22288 (ispell-process-line): Tracks location information with spelling
22289 corrections. Added documentation string. Accounts for words
22290 already accepted on this line. Don't allow query-replace on line
22291 starting with math characters. Doesn't resend a line already sent
22292 to ispell process. Fixes alignment error bug.
22293
22294 2000-01-10 Richard M. Stallman <rms@gnu.org>
22295
22296 * dired-x.el (dired-guess-shell-alist-default):
22297 Suggest xloadimage, which is free, not xv, which isn't.
22298
22299 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22300 Don't ever include the host name or user name in the value.
22301
22302 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22303
22304 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22305 of a real newline.
22306
22307 2000-01-09 Stephen Eglen <stephen@gnu.org>
22308
22309 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22310 for .png files.
22311
22312 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22313
22314 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22315
22316 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22317
22318 * progmodes/cperl-mode.el: Replace ^F with ^L.
22319
22320 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22321 `require'ing rmail and mailalias to prevent infinite recursion.
22322
22323 2000-01-08 Dave Love <fx@gnu.org>
22324
22325 * emacs-lisp/backquote.el: Remove inappropriate customization
22326 (allowing custom.el to use backquote).
22327
22328 2000-01-07 Dave Love <fx@gnu.org>
22329
22330 * add-log.el (add-log-debugging): Deleted.
22331 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22332 file. Remove debugging code.
22333 (change-log-get-method-definition, change-log-name): Add doc.
22334 (change-log-sortable-date-at): New function.
22335 (change-log-merge): New command.
22336
22337 * time.el (display-time-string-forms): Make the Mail string active.
22338 (display-time-update): Provide help-echo for load average.
22339
22340 * bindings.el (make-mode-line-mouse2-map): New function.
22341 (mode-line-modified): Use it and simplify.
22342 (mode-line-mule-info): Provide help-echo info.
22343 (minor-mode-alist): Activate the strings.
22344 (make-mode-line-mouse-sensitive): Simplify for
22345 mode-line-buffer-identification.
22346
22347 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22348
22349 * play/pong.el: New file.
22350
22351 2000-01-06 Dave Love <fx@gnu.org>
22352
22353 * array.el: Assorted cleanups for compiler warnings, doc strings,
22354 `array-' prefix for symbols.
22355
22356 2000-01-05 Dave Love <fx@gnu.org>
22357
22358 * textmodes/outline.el (outline-mode-menu-bar-map):
22359 Add outline-headers-as-kill.
22360 (outline-mode): Define imenu-generic-expression.
22361 (outline-headers-as-kill): New command.
22362
22363 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22364 from paragraph-start.
22365 (paragraph-indent-minor-mode): New command.
22366
22367 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22368 M-C-e, M-C-h, C-j, C-xnd, TAB.
22369 (fortran-mode): Set beginning-of-defun, end-of-defun.
22370 (fortran-column-ruler): Simplify.
22371 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22372 (fortran-with-subprogram-narrowing): Likewise.
22373 (fortran-indent-subprogram): Call mark-defun.
22374 (fortran-check-for-matching-do): Change narrowing.
22375
22376 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22377 (cl-lucid-hash-tag): Delete.
22378 (cl-hash-table-p): Correct test for native table.
22379 (cl-hash-table-count): Use hash-table-count.
22380
22381 * browse-url.el (browse-url): Fix case of
22382 browse-url-browser-function being an alist.
22383
22384 2000-01-05 Carsten Dominik <cd@gnu.org>
22385
22386 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22387 (reftex-index-phrase-file-extension): New options.
22388
22389 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22390 Use new option `reftex-index-phrase-file-extension'.
22391
22392 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22393 `reftex-parse-file-extension'.
22394
22395 2000-01-05 Dave Love <fx@gnu.org>
22396
22397 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22398 (beginning-of-defun-raw): Use it.
22399 (end-of-defun): New variable.
22400 (end-of-defun): Use it.
22401 (check-parens): New command.
22402
22403 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22404
22405 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22406 (hs-show-block): Don't use `mapcar' when not accumulating.
22407
22408 Fix buglet in local variables initialization.
22409
22410 2000-01-05 Andreas Schwab <schwab@suse.de>
22411
22412 * hscroll.el (hscroll): Doc fix.
22413
22414 2000-01-05 Carsten Dominik <cd@gnu.org>
22415
22416 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22417 Require idlw-toolbar.
22418
22419 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22420 file idlw-rinfo.el.
22421 (idlwave-customize): Load must read file idlw-shell.el.
22422 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22423
22424 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22425
22426 * progmodes/idlw-shell.el: Also provide idlwave-shell
22427 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22428 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22429
22430 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22431 both reftex-dcr and reftex-vcr.
22432
22433 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22434
22435 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22436
22437 * ps-print.el: PostScript code now is in separate files, doc fix.
22438 (ps-print-version): New version number (5.0.3).
22439 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22440 local.
22441 (ps-spool-config): Initialization fix.
22442 (ps-print-prologue-1, ps-print-prologue-2)
22443 (ps-print-duplex-feature): PostScript code moved to separated file.
22444 (ps-background-image): Little code reformating.
22445 (ps-begin-file, ps-begin-job): Fix code.
22446 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22447 (ps-prologue-file): New fun.
22448
22449 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22450
22451 * ps-vars.el: Eliminated.
22452
22453 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22454 `;;;###autoload'.
22455
22456 * ps-print.el: ps-vars eliminated, doc fix.
22457 (ps-print-version): New version number (5.0.2).
22458 (ps-spool-config): Initialization fix.
22459 (ps-print-customize): New fun.
22460
22461 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22462
22463 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22464
22465 2000-01-04 Dave Love <fx@gnu.org>
22466
22467 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22468 menu items.
22469
22470 2000-01-03 Dave Love <fx@gnu.org>
22471
22472 * elide-head.el (elide-head) [defgroup]: Add :version.
22473
22474 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22475 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22476 Use `cl-hash-table-p', not `hash-table-p'.
22477 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22478
22479 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22480
22481 * faces.el (face-read-integer, read-face-attribute)
22482 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22483
22484 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22485
22486 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22487 at comment end, and re-insert them after filling.
22488
22489 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22490
22491 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22492 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22493 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22494
22495 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22496
22497 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22498 the new name of face-color-supported-p.
22499
22500 * term/w32-win.el (xw-defined-colors): Likewise.
22501
22502 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22503
22504 * simple.el (completion-setup-function): Count completion-size
22505 from minibuffer-prompt-end, not from point-min.
22506
22507 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22508
22509 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22510 Pass the frame to tty-color-* functions.
22511 (display-color-p, frame-set-background-mode): Pass the frame to
22512 tty-display-color-p.
22513
22514 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22515 tty-color-alist.
22516 (tty-color-alist, tty-modify-color-alist): New functions.
22517 (tty-color-define, tty-color-clear, tty-color-approximate)
22518 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22519 optional parameter FRAME.
22520
22521 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22522
22523 * image.el (create-image, defimage): Don't assume image data is
22524 a string.
22525
22526 * image.el (defimage): Handle specifications containing :data
22527 instead of :file.
22528 (image-type-from-data): New function.
22529 (image-type-from-file-header): Use it.
22530 (create-image): Add parameter DATA-P.
22531
22532 See ChangeLog.8 for earlier changes.
22533
22534 ;; Local Variables:
22535 ;; coding: iso-2022-7bit
22536 ;; End:
22537
22538 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22539 Copying and distribution of this file, with or without modification,
22540 are permitted provided the copyright notice and this notice are preserved.