]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Add pagination.
[gnu-emacs] / lisp / ChangeLog
1 2001-11-24 Richard M. Stallman <rms@gnu.org>
2
3 * startup.el (command-line-1): Don't do startup screen
4 if a subprocess is running.
5
6 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
7 (browse-url-galeon): Use that variable.
8
9 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
10 eval-expression. Eval and set the variable simply.
11
12 * files.el (temporary-file-directory): Use defcustom.
13 (small-temporary-file-directory): Likewise.
14 (normal-backup-enable-predicate): Move down in file
15 after definition of temporary-file-directory.
16
17 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
18
19 2001-11-24 Colin Walters <walters@debian.org>
20
21 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
22 autoload names to match files renamed on initial calc import.
23
24 * calc/calc.el (Commentary): Cleanup, and add logistic curve
25 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
26
27 2001-11-23 Colin Walters <walters@debian.org>
28
29 * Makefile.in (finder_setwins, setwins): Include Calc again.
30
31 * calc/calc-rules.el: Add header comment.
32
33 2001-11-23 Andre Spiegel <spiegel@gnu.org>
34
35 * vc.el (with-vc-properties): Don't bind `filename' locally.
36 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
37 to avoid name clashes. Fix `lisp-indent-function' property for
38 both.
39
40 2001-11-23 Francesco Potorti` <pot@gnu.org>
41
42 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
43
44 2001-11-22 Colin Walters <walters@debian.org>
45
46 * calc/calc-misc.el (report-calc-bug):
47 Use `reporter-prompt-for-summary-p'.
48
49 * calc/INSTALL, calc/Makefile: Remove.
50
51 2001-11-22 Miles Bader <miles@gnu.org>
52
53 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
54 (reb-match-2, reb-match-3): Add dark-background variants.
55
56 2001-11-22 Colin Walters <walters@debian.org>
57
58 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
59 (info "Calc").
60 (report-calc-bug): Use reporter.el.
61
62 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
63
64 2001-11-21 Richard M. Stallman <rms@gnu.org>
65
66 * which-func.el (which-function): Call imenu--make-index-alist
67 if necessary to get a list of functions.
68 (which-function-imenu-failed): New variable.
69 (which-func-update): Handle all visible windows.
70 (which-func-update-1): New subroutine broken out of which-func-update.
71
72 * files.el (temporary-file-directory, null-device)
73 (small-temporary-file-directory): Definitions moved up.
74
75 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
76 (cperl-non-problems, cperl-praise): Doc fixes.
77
78 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
79 (sh-mode-syntax-table): Function restored.
80 Variable set up for use by function sh-mode-syntax-table.
81 (sh-set-shell): Set the syntax table.
82
83 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
84
85 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
86
87 * international/encoded-kb.el: Don't alter minor-map-alist.
88
89 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
90
91 * files.el (auto-save-file-name-transforms): Put remote files in
92 temporary-file-directory rather than /tmp.
93
94 2001-11-21 Colin Walters <walters@debian.org>
95
96 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
97 of (function ...) wrapper.
98
99 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
100
101 * derived.el (define-derived-mode): Create the abbrev-table
102 from inside the `defvar'.
103
104 * jit-lock.el (jit-lock-defer-time): New var.
105 (jit-lock-defer-timer, jit-lock-buffers): New vars.
106 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
107 (jit-lock-function): Defer fontification if requested.
108 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
109 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
110 text property.
111 (jit-lock-deferred-fontify): New fun.
112
113 2001-11-20 Richard M. Stallman <rms@gnu.org>
114
115 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
116 Set local-abbrev-table to lisp-mode-abbrev-table.
117
118 * emacs-lisp/re-builder.el (reb-mode):
119 Don't use define-derived-mode. Call kill-all-local-variables.
120
121 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
122 Don't use define-derived-mode.
123
124 * help-mode.el (help-mode): Undo 2001-10-07 change.
125
126 * replace.el (occur-mode): Undo 2001-5-20 change.
127
128 2001-11-20 Jason Rumney <jasonr@gnu.org>
129
130 * w32-fns.el (w32-system-coding-system): Change to an alias for
131 locale-coding-system.
132 (set-w32-system-coding-system): Document the above change.
133 Set locale-coding-system instead.
134
135 2001-11-20 Richard M. Stallman <rms@gnu.org>
136
137 * ruler-mode.el: Add pagination.
138 (ruler-mode-toggle-show-tab-stops): No need to
139 test `ruler-mode' variable.
140
141 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
142
143 * play/landmark.el: Mark lm-mode as special.
144
145 * play/gomoku.el: Mark gomoku-mode as special.
146
147 2001-11-20 Juanma Barranquero <lektu@terra.es>
148
149 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
150 (top-level): Bind it to C-c C-b.
151 (re-builder): Don't re-enter RE Builder Mode.
152
153 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
154
155 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
156
157 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
158 `manual-program'.
159
160 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
161 to a line without a comment.
162
163 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
164
165 * dired.el (dired-listing-switches): Mention in the doc string
166 that some switches are not supported by ls-lisp.el
167
168 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
169
170 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
171 (imenu--create-keymap-2): Remove.
172 (imenu--create-keymap-1): Simplify, remove third argument.
173 (imenu--generic-function): Use dolist.
174 (imenu-find-default): New function.
175 (imenu--completion-buffer): Use it.
176 (imenu--mouse-menu): Use popup-menu.
177 (imenu--menubar-select): Return t rather than calling imenu.
178
179 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
180 New functions, extracted from fill-region-as-paragraph.
181 (fill-region-as-paragraph): Use them.
182 Use an end marker instead of eob.
183 Ignore whitespace-only fill-prefixes when indenting according to mode.
184 Simplify the loop that searches for spaces backwards.
185
186 * textmodes/picture.el (picture-vertical-step)
187 (picture-horizontal-step): Don't use defconst for variables.
188
189 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
190 (mail-extract-address-components): Downcase domain names.
191 (mail-extr-delete-char): Remove. Use delete-char instead.
192
193 * emulation/pc-select.el: Doc string fixes.
194 (pc-selection-mode): Don't treat macos as a tty.
195
196 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
197
198 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
199
200 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
201 (mouse-wheel-progessive-speed): New var.
202 (mwheel-scroll): Use it and handle float values.
203
204 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
205
206 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
207 (iswitchb): Fix the case where the result was selected with the mouse.
208 (iswitchb-completion-help): Use the normal *Completions* now that
209 mouse selection works.
210 (iswitchb-minibuffer-setup): Simplify.
211
212 * newcomment.el (comment-column, comment-style, comment-multi-line)
213 (comment-auto-fill-only-comments): Remove :group arg.
214 (comment-padding): Add :type.
215 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
216 if called interactively.
217
218 2001-11-19 Colin Walters <walters@verbum.org>
219
220 * calc/calc.el (toplevel): Add comment and version header.
221 (calc-init-base): Bump version to 2.02f, update date.
222
223 2001-11-19 Richard M. Stallman <rms@gnu.org>
224
225 * net/browse-url.el: Support Mozilla and Galeon.
226 By default, find the installed browser whichever it is.
227 (browse-url-mozilla): New function.
228 (browse-url-mozilla-sentinel): New function.
229 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
230 (browse-url-default-browser): New function.
231 (browse-url-process-environment): Use browse-url-browser-display.
232 (browse-url-browser-display): Renamed from browse-url-netscape-display.
233 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
234 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
235 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
236 (browse-url-browser-function): New default, new options.
237
238 2001-11-19 Sam Steingold <sds@gnu.org>
239
240 * bindings.el (last-buffer, unbury-buffer): New function.
241 (mode-line-unbury-buffer): Use `unbury-buffer'.
242
243 2001-11-18 Stephen Eglen <stephen@gnu.org>
244
245 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
246 control behaviour when no further completion is possible.
247
248 2001-11-19 Colin Walters <walters@verbum.org>
249
250 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
251 (math-showing-full-precision, math-with-extra-prec, math-working)
252 (calc-with-default-simplification)
253 (calc-with-trail-buffer): Use backtick.
254 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
255 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
256 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
257 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
258 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
259 (Math-num-integerp, Math-bignum-test, Math-equal-int)
260 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
261 (calc-record-compilation-date-macro): Deleted. Callers updated.
262 (math-format-radix-digit): Move to calc-bin.el.
263
264 * calc/calc.el (calc-record-compilation-date): Remove.
265 (calc-bug-address): Update.
266 (calc-settings-file): Use `user-init-file'.
267
268 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
269 Handle null `calc-settings-file'.
270
271 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
272 * calc/calc-keypd.el (calc-keypad-mode): New.
273 (calc-do-keypad): Use it.
274 (calc-keypad-map): Move into `calc-keypad-mode'.
275
276 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
277 to defalias argument.
278
279 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
280 (calcFunc-floor): Ditto.
281
282 * calc-units.el (calcFunc-usimplify): Ditto.
283
284 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
285 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
286 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
287 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
288 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
289 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
290 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
291 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
292 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
293 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
294 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
295 and move them before their first use. Use `when', `unless'.
296 Remove trailing periods from error forms. Add description and
297 headers suggested by Emacs Lisp coding conventions.
298
299 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
300
301 * newcomment.el (comment-indent):
302 Fix misindentation for comment-only lines.
303 (comment-indent-new-line): Only obey comment-multi-line if the
304 comment-ender is not the end-of-line.
305
306 2001-11-19 Richard M. Stallman <rms@gnu.org>
307
308 * net/net-utils.el (network-connection-service-abbrev-alist):
309 New variable.
310
311 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
312 Advance to start of 3rd sexp by moving fwd and backing over it.
313 At first three elements, act like defun.
314
315 * delsel.el (delete-selection-pre-hook): Handle and resignal
316 file-supersession errors to interact properly with userlock.el.
317
318 2001-11-18 Richard M. Stallman <rms@gnu.org>
319
320 * progmodes/fortran.el (fortran-mode-syntax-table):
321 Specify punctuation syntax for backslash.
322
323 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
324 All calls deleted.
325
326 * international/mule-util.el (string-to-sequence): Make it obsolete.
327 (string-to-list, string-to-vector): Implement them directly
328 using append and vconcat, not with string-to-sequence.
329
330 * startup.el (command-line): Set abbrevs-changed to nil after
331 reading the init file and the abbrevs file.
332
333 * isearch.el (isearch): Use magenta2 as bg for (background light)
334
335 2001-11-17 Richard M. Stallman <rms@gnu.org>
336
337 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
338
339 * simple.el (minibuffer-history-sexp-flag): Doc fix.
340
341 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
342
343 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
344 If set and if applicable, add a regexp to highlight defun-like
345 text inside comments and strings.
346 (font-lock-fontify-keywords-region): Pass that new arg.
347 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
348 to the end and pass that new arg.
349 (c-font-lock-keywords-2): Fix regex for labels.
350 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
351 Make it work when LIMIT is several lines further.
352 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
353 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
354 Use backquote and make the regexes for `int a, b, c;' work on
355 multiple lines.
356
357 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
358 (font-lock-defaults-alist): Don't change it any more.
359 (reb-subexp-mode-map): Cleanup.
360
361 * custom.el (custom-current-group-alist): New var.
362 (custom-declare-group): Set it.
363 (custom-current-group): New fun.
364 (custom-declare-variable, custom-handle-all-keywords):
365 Use it as a default if no :group argument is specified.
366
367 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
368 (standard-keyboard-coding-systems): New var.
369 (set-locale-environment): Use it to decide whether or not to call
370 set-keyboard-coding-system.
371 (locale-language-names): Use \"French\" for "fr".
372
373 2001-11-17 Richard M. Stallman <rms@gnu.org>
374
375 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
376 (add-to-list): Delete compatibility code.
377 (checkdoc-next-message-error): Doc fix.
378
379 2001-11-17 Stephen Eglen <stephen@gnu.org>
380
381 * locate.el (locate): Show default locate pattern within the
382 prompt, but don't insert it into the minibuffer contents.
383 Catch the case when pattern is the empty string.
384
385 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
386
387 * language/european.el ("French"): New language environment.
388
389 2001-11-16 Richard M. Stallman <rms@gnu.org>
390
391 * calendar/todo-mode.el (todo-save): Fix previous change.
392
393 * subr.el (functionp): Do use cdr-safe on object.
394
395 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
396
397 * bindings.el (mode-line-mode-name): Only put the help-echo property
398 if the local-map property was put as well.
399 (global-map): Bind switch-frame, delete-frame, iconify-frame
400 and make-frame-visible events.
401
402 * emacs-lisp/elp.el (elp-not-profilable): New var.
403 (elp-not-profilable-p): New function.
404 (elp-instrument-function): Use it. Use backquotes and push.
405
406 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
407 (byte-stack+-info, byte-compile-last-warned-form)
408 (byte-compile-last-logged-file): Don't defconst a variable.
409 (no-byte-compile): Declare.
410 (byte-compile-file): Don't boundp-check no-byte-compile any more.
411 (byte-compile-defvar): Leave defconst as is.
412
413 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
414 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
415 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
416 (edebug-best-error): Don't defconst a variable.
417 (edebug-read-syntax-table): Use a char-table.
418 (edebug-lemacs-specific): Remove.
419 Toplevel: Eliminate check for Lucid Emacs.
420
421 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
422
423 * rect.el (move-to-column-force): Mark obsolete.
424 (operate-on-rectangle, delete-extract-rectangle-line)
425 (insert-rectangle, delete-whitespace-rectangle-line)
426 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
427 (string-rectangle-history): New var.
428 (string-rectangle, string-insert-rectangle): Use it.
429 (delete-rectangle-line): Fix pos/column mixup and simplify.
430
431 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
432 (normal-top-level, command-line, command-line-1): Simplify.
433
434 * tar-mode.el (tar-mode): Use define-derived-mode.
435
436 * view.el (view-mode-enable): Don't use make-local-hook.
437
438 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
439
440 2001-11-16 Richard M. Stallman <rms@gnu.org>
441
442 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
443 if it doesn't make sense as anything else.
444 Don't recognize a "telephone number" at the beginning of the name.
445 (mail-extr-leading-garbage): Match non-word characters only.
446
447 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
448
449 * startup.el (command-line-processed): Doc fix.
450
451 * apropos.el (apropos-next-label-button): Doc fix.
452
453 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
454
455 * comint.el (comint-mode): Simplify.
456 (make-comint-in-buffer): Run `comint-mode' only if necessary.
457
458 * subr.el (eval-after-load): Make it work with features as well.
459
460 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
461
462 * international/mule-cmds.el (describe-input-method): Setup xref.
463 (set-language-environment): Use functionp.
464 (locale-language-names, locale-charset-language-names)
465 (locale-preferred-coding-systems): Defconst and purecopy.
466
467 * language/european.el (mac-roman): Add mime-charset property.
468
469 2001-11-15 Richard M. Stallman <rms@gnu.org>
470
471 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
472 (multiple-value-apply, nth-value): Use defsubst rather than defalias
473 to get better doc strings.
474
475 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
476
477 * derived.el: Fix autoload cookie.
478
479 2001-11-15 Richard M. Stallman <rms@gnu.org>
480
481 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
482
483 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
484
485 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
486
487 2001-11-15 Richard M. Stallman <rms@gnu.org>
488
489 * dired.el (dired-undo): Display a message to explain
490 that this does not undo file system changes.
491
492 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
493
494 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
495 into `unread-command-events' instead of trying keymap
496 lookups ourselves. This makes mouse-clicks do the right
497 thing even when keymaps of overlays are involved.
498 (mouse-drag-drag): Likewise.
499
500 2001-11-15 Andreas Schwab <schwab@suse.de>
501
502 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
503 characters and append anchor to pattern added to auto-mode-alist.
504
505 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
506
507 * server.el (server-process-filter): Run pore/post-comment-hook
508 before/after visiting the file.
509
510 * info-look.el (makefile-mode): Add info for automake.
511 (autoconf-mode): Fix the name of the index for automake.
512
513 * international/latin-9.el: Give pilcrow punctuation syntax.
514
515 2001-11-15 Andre Spiegel <spiegel@gnu.org>
516
517 * vc.el: Documentation fixes.
518
519 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
520
521 * smerge-mode.el (smerge-match-conflict): Fix typo.
522 (smerge-diff): Be careful to read match-data early enough.
523
524 2001-11-14 Colin Walters <walters@verbum.org>
525
526 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
527 (calcFunc-subst): Use `defalias' instead of `fset' and
528 `symbol-function'.
529
530 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
531 (calcFunc-ceil, calcFunc-round): Ditto.
532
533 * calc/calc-bin.el (calcFunc-clip): Ditto.
534
535 * calc/calc-ext.el (calcFunc-evalv): Ditto.
536
537 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
538
539 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
540 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
541
542 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
543
544 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
545 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
546 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
547 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
548 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
549 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
550 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
551 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
552 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
553 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
554 * calcsel2.el: Style cleanup; don't put closing parens on their
555 own line, add "foo.el ends here" to each file, and update
556 copyright date.
557
558 * README: Update maintainer.
559
560 2001-11-13 Alan Shutko <ats@acm.org>
561
562 * compile.el (recompile): Use compilation-arguments if set, so as
563 to be able to M-x recompile the exact command which created a
564 compilation-mode buffer.
565
566 2001-11-13 Richard M. Stallman <rms@gnu.org>
567
568 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
569
570 2001-11-13 Gerd Moellmann <gerd@gnu.org>
571
572 * mouse.el (mouse-drag-region): Don't run the up-event
573 handler if window start changed due to the down-mouse event.
574
575 2001-11-13 Richard M. Stallman <rms@gnu.org>
576
577 * mouse.el (mouse-show-mark): Either move point to the mark
578 or use highlighting, never both.
579 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
580
581 2001-11-13 Simon Josefsson <jas@extundo.com>
582
583 * mail/smtpmail.el (top-level): Change maintainer to Simon
584 Josefsson, cleanup the smtpmail.el header.
585
586 * mail/smtpmail.el (top-level): Don't require cl or base64.
587 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
588 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
589 Defsubst instead of defmacro.
590 (smtpmail-intersection): Return value in reverse order.
591 (smtpmail-open-stream): Use stringp instead of string-to-list.
592 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
593 separated from smtpmail-via-smtp.
594
595 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
596 rfc2104. Require base64 and cl.
597 (smtpmail-smtp-service): Doc fix. :type fix.
598 (smtpmail-debug-info): Doc fix.
599 (smtpmail-debug-verb, smtpmail-auth-credentials)
600 (smtpmail-starttls-credentials, smtpmail-auth-supported):
601 New variables.
602 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
603 mail-utils (it is autoloaded).
604 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
605 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
606 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
607 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
608 (smtpmail-via-smtp): Support AUTH.
609 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
610
611 2001-11-13 Richard M. Stallman <rms@gnu.org>
612
613 * ebuff-menu.el (electric-buffer-update-highlight): New function.
614 (electric-buffer-overlay): New variable.
615 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
616 (electric-buffer-list): Likewise.
617
618 2001-11-13 Per Starback <starback@ling.uu.se>
619
620 * isearch.el (isearch-whitespace-chars): Doc fix.
621 (isearch-mode): Handle negative search-slow-window-lines correctly.
622
623 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
624
625 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
626
627 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
628 From Emmanuel Briot <briot@act-europe.fr>.
629
630 2001-11-13 Colin Walters <walters@debian.org>
631
632 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
633
634 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
635 "~/.emacs"; use `read-file-name'.
636
637 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
638 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
639 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
640 * calc/calc.el: Use `frame-width' instead of `screen-width',
641 `frame-height' instead of `screen-height', and,
642 `executing-kbd-macro' instead of `executing-macro'.
643
644 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
645 correct number of arguments.
646
647 * calc/calc-aent.el (calc-do-alg-entry):
648 Use `blink-paren-function' instead of `blink-paren-hook'.
649
650 2001-11-12 Richard M. Stallman <rms@gnu.org>
651
652 * calendar/todo-mode.el (todo-save): Add save-excursion
653 and save-restriction.
654
655 * server.el (server-edit, server-done): Doc fix.
656
657 * simple.el (clone-indirect-buffer): Error if major mode symbol
658 has a no-clone-indirect property.
659 (clone-buffer): Check for obvious errors before reading clone name.
660
661 * info.el (Info-mode): Add a no-clone-indirect property.
662
663 2001-11-12 Sam Steingold <sds@gnu.org>
664
665 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
666 set-buffer-modified-p to nil after `vc-exec-after'.
667 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
668 (log-view-mode): Make read-only.
669 (log-view-current-file): Do final `expand-file-name' in the
670 current `default-directory'.
671 (log-view-current-tag): Take an optional `where' arg.
672 (log-view-diff): New user command.
673
674 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
675
676 * progmodes/cpp.el (cpp-choose-face): Fix typo.
677
678 2001-11-12 Sam Steingold <sds@gnu.org>
679
680 * emacs-lisp/cl-indent.el (toplevel): Indent properly
681 `generic-flet', `generic-labels', `with-accessors',
682 `with-condition-restarts'.
683
684 2001-11-12 Richard M. Stallman <rms@gnu.org>
685
686 * dired.el: Many trivial doc fixes.
687 (dired-get-file-for-visit): New function.
688 (dired-find-alternate-file, dired-mouse-find-file-other-window):
689 (dired-view-file, dired-find-file-other-window, dired-display-file):
690 (dired-find-file): Use dired-get-file-for-visit.
691
692 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
693
694 * sql.el (sql-mode): Doc change.
695
696 * sql.el (sql-mode-syntax-table): The backslash is no longer an
697 escape character.
698
699 2001-11-12 Colin Walters <walters@debian.org>
700
701 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
702 (calc-do-keypad): Don't attempt to use nonexistent global
703 mouse-map, use calc-keypad-map.
704 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
705 (calc-keypad-left-click): Don't use mouse-map; update to new event
706 interface.
707 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
708 (calc-keypad-press): Use `unread-command-events' instead of
709 `unread-command-char'.
710
711 * calc/calc-ext.el (calc-init-extensions): Update autoload names
712 to match files renamed on initial calc import.
713
714 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
715
716 * textmodes/flyspell.el (flyspell-default-dictionary):
717 Fix previous change.
718
719 2001-11-12 Richard M. Stallman <rms@gnu.org>
720
721 * textmodes/flyspell.el (flyspell-default-dictionary):
722 Fix custom type.
723
724 2001-11-11 Richard M. Stallman <rms@gnu.org>
725
726 * calendar/solar.el (solar-sunrise-and-sunset):
727 Exchange the two extreme values of day-length.
728
729 * progmodes/sh-script.el (sh-must-be-shell-mode):
730 Allow modes derived from sh-mode.
731
732 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
733 Turn off error in some re-search-forward calls.
734
735 * replace.el (query-replace-skip-read-only): New variable.
736 (perform-replace): If that variable is non-nil, ignore matches
737 that have a read-only property.
738
739 * derived.el (define-derived-mode): Doc fix.
740
741 * server.el (server-buffer-done): Test of server-existing-buffer
742 was backwards.
743 (server-existing-buffer): Doc fix.
744
745 * textmodes/flyspell.el (flyspell-default-dictionary):
746 Allow nil as value, and make nil the default.
747
748 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
749
750 * subdirs.el: Regenerated.
751
752 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
753 it is not fboundp.
754 (clipboard-yank): Ditto.
755
756 2001-11-11 Colin Walters <walters@verbum.org>
757
758 The following changes are based on patches from
759 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
760 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
761
762 * calc/calc.el (toplevel): Require calc-macs.
763 (calc-minibuffer-size): New.
764 (calcDigit-nondigit): Use it instead of `buffer-size'.
765 (calcDigit-backspace): Likewise.
766 (calcDigit-nondigit): Use `minibuffer-contents' instead of
767 `buffer-string'.
768 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
769 `point-min'.
770 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
771 `save-excursion'.
772
773 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
774 simple `setq' form.
775
776 * calc/calc-ext.el: (toplevel): Require calc.
777 (calc-fancy-prefix-map): New.
778 (calc-fancy-prefix): Use it.
779 (calc-fancy-prefix-other-key): New.
780
781 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
782 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
783 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
784 (calcAlg-enter): Likewise.
785 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
786
787 2001-11-10 Richard M. Stallman <rms@gnu.org>
788
789 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
790 (quietly-read-abbrev-file): Doc fix.
791
792 * startup.el (command-line): Read standard abbrev
793 file (abbrev-file-name), if it exists.
794
795 * files.el (save-abbrevs): Default value is t.
796
797 * progmodes/compile.el (compile-goto-error): Fix previous change
798 in the case where subsequent errors have not been parsed yet
799 because they are in a different source file.
800
801 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
802
803 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
804 Merge two regular expressions into one.
805 (ps-mode): Make local bindings for `comment-start' and
806 `comment-start-skip'.
807 (ps-mode-looking-at-nested): Simplify an if-else construct;
808 use `set-match-data' to set the result.
809
810 2001-11-10 Richard M. Stallman <rms@gnu.org>
811
812 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
813 Function deleted.
814 (flyspell-correct-word): Old definition deleted.
815 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
816 All references renamed too.
817
818 2001-11-10 Gerd Moellmann <gerd@gnu.org>
819
820 * Makefile.in (finder_setwins, setwins): Exclude Calc.
821
822 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
823
824 * wid-edit.el (checklist): Removed `:menu-tag'.
825 (radio-button-choice): Ditto.
826 (editable-list): Ditto.
827
828 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
829
830 * play/gomoku.el: Move definitions of constants to the beginning
831 of file, before their use.
832
833 2001-11-09 Richard M. Stallman <rms@gnu.org>
834
835 * textmodes/flyspell.el: Use the keymap property
836 instead of local-map, and don't use a minor-mode map.
837 (flyspell-mode-map): Variable deleted.
838 Don't mess with minor-mode-map-alist.
839 (calling add-minor-mode): Specify nil for keymap.
840 And always use add-minor-mode, now that it exists.
841 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
842 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
843 or flyspell-local-mouse-map.
844 (make-flyspell-overlay): Use flyspell-mouse-map directly.
845 (flyspell-mode): Doc fix.
846 (flyspell-mode-on): Don't call make-local-hook.
847
848 2001-11-09 Sam Steingold <sds@gnu.org>
849
850 * emacs-lisp/debug.el (debugger-make-xrefs):
851 Add buttons to all symbols.
852
853 2001-11-09 Andre Spiegel <spiegel@gnu.org>
854
855 * vc.el: Add John David Smith to credits.
856
857 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
858
859 * vc-hooks.el (vc-error-occured): Backquotified.
860 (vc-file-prop-obarray): Use prime length for better efficiency.
861
862 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
863
864 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
865
866 * info.el (Info-file-list-for-emacs): Add entries for Calc.
867
868 2001-11-09 Miles Bader <miles@gnu.org>
869
870 * subr.el (functionp): Don't consider macros as functions.
871
872 2001-11-08 Miles Bader <miles@gnu.org>
873
874 * subr.el (functionp): Make work correctly for macros and unbound
875 symbols.
876
877 * comint.el (comint-send-input): Fix description of
878 `comint-process-echoes' in the doc-string.
879
880 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
881
882 * international/mule.el (make-translation-table): Doc fix.
883 Suggested by Alex Schroeder <alex@gnu.org>.
884
885 2001-11-07 Richard M. Stallman <rms@gnu.org>
886
887 * info.el (Info-fontify-node): Highlight every third menu item.
888
889 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
890
891 * cus-edit.el (custom-face-value-create): Don't ignore the
892 `customized-face' attribute when finding the current face spec.
893
894 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
895
896 * subr.el (with-local-quit): New macro.
897 (make-syntax-table): Always inherit.
898 (functionp): Be more careful when `object' is a symbol.
899
900 * dabbrev.el (dabbrev-completion): Use "*Completions*".
901
902 2001-11-07 Paul Eggert <eggert@twinsun.com>
903
904 * dired.el (dired-move-to-filename-regexp):
905 Do not distinguish between ASCII letters and non-ASCII characters.
906 Don't allow comma except in the form "month day, year".
907 Don't allow space between month name and comma.
908 Clean up the code that checks for trailing period, comma, and space.
909 Remove now-obsolete comments, and add more commentary about
910 Japanese dates.
911 Always gobble up trailing spaces, instead of doing it only sometimes.
912
913 2001-11-07 Miles Bader <miles@gnu.org>
914
915 * paren.el (show-paren-match-face): Add dark-background variant.
916
917 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
918
919 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
920 (lisp-mode-variables): Don't set paragraph-{start,separate}.
921 Don't disable adaptive-fill-mode.
922 (lisp-fill-paragraph): Use tab-width rather than 8.
923 Prevent filling the first line of docstrings.
924
925 2001-11-06 Richard M. Stallman <rms@gnu.org>
926
927 * play/gomoku.el (gomoku): Doc fix.
928
929 * jka-compr.el (jka-compr-partial-uncompress):
930 Support an alternative of not using dd.
931 (jka-compr-dd-program): Use defcustom to define this.
932 (jka-compr-load-suffixes): Use defcustom.
933 (jka-compr-mode-alist-additions): Use defcustom.
934
935 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
936
937 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
938 Also work when LIMIT is further than the end of line.
939
940 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
941
942 * international/quail.el (quail-update-leim-list-file): Print the
943 offending file name if some of its quail-define-package forms is broken.
944
945 2001-11-05 Richard M. Stallman <rms@gnu.org>
946
947 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
948 of the evaluated form.
949
950 2001-11-05 Paul Eggert <eggert@twinsun.com>
951
952 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
953 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
954 stamps always line up by default. Also, it uses a slightly
955 different window to determine whether files are "recent".
956
957 2001-11-05 Andrew Innes <andrewi@gnu.org>
958
959 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
960 Don't attempt to remake autoloads before nuking .elc files.
961
962 2001-11-04 Richard M. Stallman <rms@gnu.org>
963
964 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
965 previous-single-property-change or next-single-char-property-change
966 returns nil.
967
968 * international/mule-cmds.el (set-locale-environment):
969 Make it interactive; make arg optional.
970
971 * international/mule-diag.el (help-funs): Require help-funs.
972
973 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
974
975 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
976
977 2001-11-04 Miles Bader <miles@gnu.org>
978
979 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
980 shadow of the splash image grey on a dark background instead of black.
981
982 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
983
984 * term.el (all faces): Don't (copy-face 'default <foo>).
985
986 * term/xterm.el (function-key-map):
987 Add entry for `ESC [ 3 ~' -> <delete>
988 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
989 Use inheritance so that .emacs and terminfo take precedence.
990
991 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
992
993 * tooltip.el (tooltip-delay): Decrease to 0.7.
994 (tooltip-hide-delay): Enlarge to 10.
995
996 2001-11-03 Richard M. Stallman <rms@gnu.org>
997
998 * startup.el (fancy-splash-tail): Explain how to recover
999 from a crash, if there was a crash.
1000 (command-line-1): Reorganize display of startup screen,
1001 to simplify the logic. Use a temp buffer for it.
1002
1003 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1004
1005 * frame.el (set-background-color, set-foreground-color):
1006 Call face-set-after-frame-default, to propagate the new colors to
1007 the frame's parameters alist.
1008
1009 * calendar/timeclock.el (timeclock-out): Signal an error if
1010 timeclock-last-event is nil.
1011
1012 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1013
1014 * textmodes/fill.el (fill-context-prefix): Fix braino.
1015
1016 * international/quail.el (quail-help):
1017 Use `help-buffer' and move `help-setup-xref' to beginning.
1018
1019 * international/mule-cmds.el (describe-language-environment):
1020 Use `help-buffer' and move `help-setup-xref' to beginning.
1021
1022 * international/mule-diag.el (list-character-sets)
1023 (sort-listed-character-sets, describe-character-set)
1024 (describe-coding-system, describe-fontset, list-fontsets):
1025 Use `help-buffer' and move `help-setup-xref' to beginning.
1026 (describe-char-after): Use `internal-describe-syntax-value'.
1027
1028 2001-11-02 Richard M. Stallman <rms@gnu.org>
1029
1030 * mouse.el (popup-menu): If the user refuses to select
1031 from a menu, don't try to invoke the menu.
1032
1033 2001-11-02 Miles Bader <miles@gnu.org>
1034
1035 * help-mode.el (help-xref): New button type.
1036 (help-function, help-variable, help-face, help-coding-system)
1037 (help-input-method, help-character-set, help-type, help-symbol)
1038 (help-back, help-info, help-customize-variable, help-customize-face)
1039 (help-function-def, help-variable-def): Use it as a supertype.
1040 Remove `action' property.
1041
1042 * international/mule-diag.el (describe-character-set)
1043 (describe-coding-system): Pass correct args to `help-xref-button'.
1044 (sort-listed-character-sets): New button type.
1045 (list-character-sets): Use it.
1046 (list-charset-chars): New button type.
1047 (list-character-sets-1): Use it.
1048
1049 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1050
1051 * indent.el (tab-always-indent, indent-for-tab-command):
1052 Remove redundant `never' setting.
1053
1054 * fill.el (fill-region-as-paragraph): Don't forget to skip
1055 over current whitespace before looking for a preceding space.
1056
1057 2001-11-01 Richard M. Stallman <rms@gnu.org>
1058
1059 * files.el (file-newest-backup): Don't pass backup file name
1060 thru file-name-sans-versions, because it never has version numbers.
1061
1062 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1063 to avoid ambiguous nested loops.
1064
1065 * files.el (find-file-noselect): Offer to change buffer-read-only
1066 only when the file's read-only status has changed from before
1067 as well as disagreeing with the buffer's current status.
1068 (buffer-file-read-only): New var, local in all buffers.
1069
1070 * buff-menu.el (buffer-menu): Doc fix.
1071 (buffer-menu-other-window): Doc fix.
1072 (list-buffers, list-buffers-noselect): Doc fix.
1073
1074 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1075
1076 * startup.el (command-line): If the terminal Emacs is running on
1077 has erase char set to ^H, use the Backspace key for deleting
1078 backward, and the Delete key for deleting forward.
1079
1080 2001-11-01 Miles Bader <miles@gnu.org>
1081
1082 * button.el (define-button-type): Make sure every user-defined
1083 button type has a supertype.
1084
1085 2001-10-31 Jason Rumney <jasonr@gnu.org>
1086
1087 * international/mule-cmds.el (locale-language-names): Add chs and
1088 cht as aliases for Chinese-GB and Chinese-BIG5.
1089
1090 2001-10-31 Richard M. Stallman <rms@gnu.org>
1091
1092 * bindings.el (mode-line-frame-identification): Add doc string.
1093 (mode-line-position, mode-line-modes): New variables.
1094 (mode-line-format): Use mode-line-position for the part
1095 that displays the position-in-buffer info.
1096 Use mode-line-modes for the part that displays major and minor modes.
1097
1098 2001-10-31 Sam Steingold <sds@gnu.org>
1099
1100 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1101 (debugger-setup-buffer): Call it.
1102 (debugger-mode-map): Bind RET and mouse-2.
1103
1104 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1105
1106 * startup.el: Document command line option --no-window-system
1107 instead of --no-windows.
1108
1109 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1110
1111 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1112
1113 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1114 (font-lock-defaults-alist): Use it.
1115 From David Ponce <david.ponce@wanadoo.fr>
1116
1117 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1118 output of `char-after'.
1119
1120 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1121
1122 * simple.el (reindent-then-newline-and-indent): Insert the newline
1123 before indenting the first line.
1124 (undo-get-state, undo-revert-to-state): New funs.
1125 (shell-command): Don't kill the buffer even if empty.
1126 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1127 (transpose-subr-end2): Remove.
1128 (transpose-subr): Add `special' arg and simplify.
1129 (transpose-subr-1): Rewrite.
1130 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1131 (rfc822-goto-eoh): Simplify.
1132
1133 2001-10-30 Richard M. Stallman <rms@gnu.org>
1134
1135 * enriched.el (enriched-face-ans): FIx previous change.
1136
1137 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1138
1139 * international/iso-acc.el (iso-accents-compose): Remove a
1140 superfluous setq.
1141
1142 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1143
1144 * buff-menu.el (list-buffers-noselect): If the buffer's name
1145 starts with a blank, but it visits a file, do show it (for files
1146 whose names start with a blank).
1147
1148 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1149
1150 * textmodes/fill.el (sentence-end-double-space)
1151 (sentence-end-without-period): Move to paragraphs.el.
1152 (fill-indent-according-to-mode): Change default to t.
1153 (fill-context-prefix): Simplify control-flow and use a more
1154 sophisticated merge that unifies both previous checks.
1155 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1156 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1157 (fill-nobreak-p): New fun.
1158 (fill-region-as-paragraph): Use it.
1159 Handle `fill-indent-according-to-mode' slightly differently.
1160 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1161 (fill-individual-paragraphs-citation): Fix.
1162
1163 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1164 (paragraph-start): Change default to the `text-mode' value.
1165 (sentence-end-double-space, sentence-end-without-period):
1166 Move from fill.el.
1167 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1168 rather than rebinding `paragraph-start' and `paragraph-separate'.
1169
1170 * indent.el (indent-line-function): Change default to indent-relative.
1171 (tab-always-indent): Add an `never' setting.
1172 (indent-according-to-mode): Handle `indent-relative' and
1173 `indent-relative-maybe' specially.
1174 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1175 Handle the `never' case for `tab-always-indent'.
1176 Don't call indent-according-to-mode for indent-relative' and
1177 `indent-relative-maybe'.
1178 (insert-tab): Rename `prefix-arg' to `arg'.
1179 (indent-region): Indent the first line as well.
1180 (indent-relative): Don't mark the buffer modified if the indentation
1181 is unchanged.
1182
1183 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1184 Don't set paragraph-separate. Set paragraph-start more carefully.
1185 Set indent-line-function.
1186 (paragraph-indent-text-mode): Use it and define-derived-mode.
1187 (text-mode-map): Remove the \t binding.
1188 (text-mode): Simplify now that the default is more favorable.
1189
1190 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1191
1192 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1193 If the regexp doesn't match, use a looser one.
1194 (find-variable-noselect): Add `file' argument.
1195
1196 * pcvs.el (cvs-mode-commit-hook): New hook.
1197 (cvs-mode-commit): Run it.
1198
1199 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1200
1201 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1202 (edebug-instrument-function): Use `find-function-noselect'.
1203
1204 2001-10-29 Richard M. Stallman <rms@gnu.org>
1205
1206 * term.el (term-if-emacs19): Macro deleted.
1207 Callers changed to use progn instead.
1208
1209 * frame.el (blink-cursor-mode): Doc fix.
1210
1211 * files.el (find-backup-file-name): Use make-backup-file-name.
1212
1213 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1214 window-live-p.
1215 (edebug-set-conditional-breakpoint): Unconditionally use
1216 the former Emacs >=19 definition.
1217 (edebug-mark): Define unconditionally.
1218 (edebug-eval-expression): Always call read-from-minibuffer
1219 and specify history list.
1220 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1221 edebug-set-conditional-breakpoint.
1222 (edebug-emacs-version-specific): Function deleted;
1223 do the job at top level.
1224 (edebug-emacs-19-specific): Function deleted, this is the default.
1225
1226 2001-10-29 Sam Steingold <sds@gnu.org>
1227
1228 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1229 "/cygdrive/LETTER/" pathnames.
1230
1231 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1232
1233 * faces.el (invert-face): Check for 'unspecified, not for nil,
1234 when testing whether face colors are not specified.
1235 From David.Kastrup@t-online.de (David Kastrup).
1236 (read-face-name): Doc fix.
1237 (make-face-bold, make-face-unbold, make-face-italic)
1238 (make-face-unitalic, make-face-bold-italic, invert-face):
1239 Remove trailing blank from the prompt passed to read-face-name.
1240
1241 2001-10-29 Sam Steingold <sds@gnu.org>
1242
1243 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1244 Report numbers of files skipped and failed too.
1245 (byte-compile-file): Return 'no-byte-compile for skipped files.
1246
1247 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1248
1249 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1250 and `M p'.
1251
1252 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1253
1254 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1255 as is on unread-command-events instead of `(SECOND-CHAR)'.
1256
1257 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1258
1259 * vc.el: Mention vc-*-switches in backend API documentation.
1260 (vc-annotate): Adapt doc string to recent change.
1261
1262 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1263
1264 * enriched.el (enriched-face-ans): Handle face attributes
1265 of the form `(FACE1 FACE2 ...)'.
1266
1267 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1268
1269 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1270
1271 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1272
1273 * progmodes/sql.el (sql-db2): Doc change.
1274 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1275 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1276
1277 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1278
1279 * env.el (substitute-env-vars): Don't quote argument to `rx';
1280 it's a macro.
1281
1282 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1283
1284 * cus-start.el (recursive-load-depth-limit): Added.
1285
1286 2001-10-28 Richard M. Stallman <rms@gnu.org>
1287
1288 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1289 All uses removed--assume Emacs version is >= 20.
1290
1291 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1292 by really checking that it is not version 18.
1293
1294 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1295
1296 2001-10-28 Miles Bader <miles@gnu.org>
1297
1298 * faces.el (face-attribute): Add INHERIT argument, consider face
1299 inheritance if it's non-nil.
1300 (face-attribute-merged-with): New function.
1301 (face-attribute-specified-or): New macro.
1302 (face-foreground, face-background, face-stipple): Add INHERIT
1303 argument. Use `face-attribute-specified-or'.
1304
1305 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1306
1307 * font-lock.el: Require `syntax'.
1308 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1309 Use `c-font-lock-syntactic-face-function' for c languages.
1310 (font-lock-mode): Don't unset vars when turning the mode off.
1311 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1312 (font-lock-extra-managed-props): New var.
1313 (font-lock-default-unfontify-region): Use it.
1314 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1315 Don't eval the value when there's no match.
1316 (font-lock-ppss-stats): New var.
1317 (font-lock-ppss): New fun.
1318 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1319 (font-lock-apply-highlight): Allow `highlight' to set several props.
1320 (font-lock-set-defaults): Use dolist.
1321 (font-lock-unset-defaults): Remove.
1322 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1323 Try to recognize prototypes using `foo P_ ((args))'.
1324 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1325 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1326 (c-font-lock-syntactic-face-function): New function.
1327 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1328 (c++-keywords): Use a more sophisticated regexp to handle
1329 shallowly nested templates.
1330
1331 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1332
1333 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1334 (sgml-tag): Use it. Cleanup with `cond'.
1335 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1336 Mark the overlays and only delete those that are marked.
1337 (sgml-skip-close-p): Remove.
1338 (sgml-value): Replace sgml-skip-close-p with its definition.
1339 (html-tag-alist): Use sgml-xml a bit more.
1340 (html-mode): Set sgml-empty-tags.
1341
1342 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1343 (texinfo-update-node, texinfo-sequential-node-update):
1344 Don't bind the obsolete `auto-fill-hook'.
1345 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1346 Use `set-buffer' rather than `switch-to-buffer'.
1347 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1348 Use `set-buffer' rather than `switch-to-buffer'.
1349
1350 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1351 text-mode-syntax-table.
1352 (mail-mode): Use define-derived-mode.
1353 Fix ordering of alternatives in adaptive-fill-regexp.
1354 (mail-mode-map): Don't rely on keymap's internal representation.
1355
1356 2001-10-27 Sam Steingold <sds@gnu.org>
1357
1358 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1359 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1360 (sgml-mode-common): Call it.
1361 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1362 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1363 (html-horizontal-rule, html-image, html-ordered-list):
1364 (html-unordered-list, html-list-item, html-paragraph):
1365 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1366 `html-xhtml'.
1367
1368 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1369
1370 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1371 (ifnothtml): New alias.
1372
1373 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1374
1375 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1376 (toggle-text-mode-auto-fill): Use derived-mode-p.
1377
1378 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1379
1380 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1381 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1382
1383 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1384
1385 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1386 Add make-obsolete cookies, to follow faces.el.
1387
1388 These changes avoid warnings from the byte compiler in faces.el:
1389
1390 * faces.el (internal-get-face): Use facep instead of the obsolete
1391 internal-find-face.
1392 (internal-frob-font-weight, internal-frob-font-slant):
1393 New defaliases for obsolete functions.
1394 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1395 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1396 (x-make-font-bold-italic): Use internal-frob-font-weight and
1397 internal-frob-font-slant aliases instead of the obsolete
1398 x-frob-... functions.
1399
1400 2001-10-26 Sam Steingold <sds@gnu.org>
1401
1402 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1403 DOCTYPE; set `mode-name' based on it.
1404 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1405 (sgml-tag): Close empty tags in XHTML.
1406
1407 2001-10-26 Jason Rumney <jasonr@gnu.org>
1408
1409 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1410 when UNICODE is not defined.
1411
1412 2001-10-26 Sam Steingold <sds@gnu.org>
1413
1414 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1415 be alone on the line.
1416
1417 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1418
1419 * button.el (button): Special face definition for MS-DOS terminals.
1420
1421 2001-10-26 Sam Steingold <sds@gnu.org>
1422
1423 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1424 Protect the /= test by checking that the args are non-nil.
1425 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1426
1427 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1428
1429 * textmodes/artist.el (artist-version): 1.2.4.
1430 (artist-butlast-fn): New variable.
1431 (artist-butlast): New function.
1432 (artist-ellipse-mirror-quadrant): Use it.
1433 (artist-mouse-draw-poly): Use nil for `point-list'.
1434 (artist-mouse-draw-poly): Check for point-list being nil.
1435
1436 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1437
1438 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1439 lambda expression.
1440 (ps-mode-menu-main): Submenu with options on/off was replaced with
1441 a toggle button.
1442 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1443 (ps-mode): Autoload cookie added on same line as comment
1444 (ps-mode-tabkey, ps-mode-backward-delete-char):
1445 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1446 `indent-to' with `indent-line-to'
1447 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1448 instead of `eval'.
1449 (ps-mode-print-region): Use `with-temp-buffer'.
1450 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1451 (numerous places): Add back-tick and tick around names in
1452 docstrings, fix punctuation in docstrings, remove trailing spaces.
1453
1454 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1455
1456 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1457 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1458 (sgml-font-lock-syntactic-keywords): New var.
1459 (sgml-mode-common): Drop the two args.
1460 Don't make buffer-local variables that aren't used.
1461 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1462 Don't set `before-string' props from sgml-display-text.
1463 (sgml-mode): Use define-derived-mode.
1464 (sgml-tags-invisible): Use sgml-display-text.
1465 (sgml-quote): New command.
1466 (html-tag-alist): Add args for `span'.
1467 (html-mode): Use define-derived-mode.
1468 Set sgml-display-text and sgml-tag-face-alist.
1469
1470 2001-10-25 Sam Steingold <sds@gnu.org>
1471
1472 * add-log.el (add-log-always-start-new-record): New user option.
1473 (add-change-log-entry): Use it.
1474
1475 2001-10-25 Richard M. Stallman <rms@gnu.org>
1476
1477 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1478 bind case-fold-search if FROM is not all lower case.
1479
1480 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1481
1482 * startup.el (normal-top-level): Check for frame-initial-frame
1483 only if it's really used.
1484
1485 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1486
1487 * progmodes/compile.el (compilation-parse-errors-filename-function):
1488 New variable.
1489 (compilation-parse-errors): Use it.
1490
1491 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1492
1493 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1494 interactively so that C-u M-C-x still does edebug.
1495 (checkdoc-sentencespace-region-engine): Don't force a double-space
1496 after `.' if it doesn't look like an end-of-sentence.
1497 (debug-ignored-errors): Add `disambiguate ...'.
1498
1499 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1500
1501 * textmodes/texinfo.el (texinfo-environments)
1502 (texinfo-environment-regexp): Hoist.
1503 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1504 Only highlight the menu name in menu items.
1505 Setup `@foo ... @end foo' as text clones.
1506 (texinfo-clone-environment): New function.
1507 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1508 (texinfo-insert-block): Simplify.
1509 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1510 the command is repeated.
1511 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1512 (texinfo-insert-@end): Simplify.
1513
1514 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1515 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1516 (texinfo-subsubsection-level-regexp)
1517 (texinfo-update-menu-same-level-regexps)
1518 (texinfo-update-menu-higher-regexps)
1519 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1520
1521 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1522 (derived-mode-p): Autoload.
1523
1524 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1525 New vars and functions.
1526 (text-clone-maintain, text-clone-create): New functions.
1527
1528 2001-10-25 Miles Bader <miles@gnu.org>
1529
1530 * facemenu.el (facemenu-add-new-face): Fix variable names.
1531
1532 2001-10-24 Richard M. Stallman <rms@gnu.org>
1533
1534 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1535 of t and nil values.
1536 (facemenu-set-face): Handle START and END interactively.
1537 (facemenu-set-foreground): Don't use a face; specify color directly.
1538 (facemenu-set-background): Likewise.
1539 (facemenu-set-face-from-menu): Doc fix.
1540 (facemenu-active-faces): Use face-attribute-vector
1541 to handle bare attributes not in faces.
1542 (facemenu-get-face): Don't handle face names fg:... and bg:...
1543 specially.
1544 (facemenu-add-new-face): New argument MENU.
1545 New way to handle adding colors to the color menus.
1546
1547 * env.el (substitute-env-vars): Quote the arg to rx.
1548
1549 2001-10-24 Sam Steingold <sds@gnu.org>
1550
1551 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1552 Control" and "SGML" groups.
1553
1554 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1555
1556 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1557 Better handling of C++ template args to avoid confusion with `<'
1558 and `>' used as operators in member init expressions.
1559
1560 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1561
1562 * replace.el (perform-replace): Move START and END parameters
1563 to the end of the argument list and make them optional.
1564
1565 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1566 perform-replace.
1567
1568 * international/fontset.el (x-must-resolve-font-name): New function.
1569 (x-complement-fontset-spec): Use it.
1570
1571 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1572
1573 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1574
1575 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1576 Turn caadr into caar of cdr.
1577
1578 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1579
1580 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1581 of mouse-{1,2} since dragging is on the down event.
1582
1583 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1584
1585 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1586 if ARG is nil.
1587
1588 * desktop.el (desktop-last-buffer): New variable.
1589 (desktop-create-buffer): Set it.
1590 (desktop-read): Bind it and switch to that buffer.
1591
1592 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1593
1594 * progmodes/compile.el (compilation-set-window-height):
1595 Select old window only if it's still live.
1596
1597 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1598
1599 * help-mode.el (help-buffer): Remove debugging code.
1600 From Stefan Monnier <monnier@cs.yale.edu>.
1601
1602 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1603
1604 * files.el (file-name-sans-extension, file-name-extension):
1605 Don't count the leading dots in file names as signaling an extension.
1606
1607 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1608
1609 * vc.el (vc-diff-switches): Doc rewritten.
1610
1611 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1612
1613 * tooltip.el (tooltip-set-param): Doc fix.
1614
1615 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1616 127 to sgml-maybe-name-self.
1617 (sgml-name-8bit-mode): Doc fix.
1618 (sgml-char-names-table): New variable.
1619 (sgml-name-char): Support non-ASCII and mule-unicode-*
1620 characters. Doc fix.
1621 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1622
1623 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1624 doc string the effect of `left' and `top' parameters in
1625 tooltip-frame-parameters, the default values, and the units.
1626 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1627 (tooltip-show): Mention in the doc string the `top' and `left'
1628 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1629
1630 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1631
1632 Add autoscaling support for vc-annotate.
1633 From J.D. Smith <jdsmith@alum.mit.edu>.
1634
1635 * vc.el (vc-annotate-display-default): Accept colormap scaling
1636 ratio (now deprecated).
1637 (vc-annotate-display-autoscale): Added.
1638 (vc-annotate-add-menu): New autoscaling menu options "Span to
1639 Oldest" and "Span Oldest->Newest". Easymenu support added for
1640 toggle menus driven by customize variable `vc-annotate-display-mode'.
1641 (vc-annotate-display-select): Added.
1642 (vc-annotate): Changed temp-buffer-show-function to
1643 `vc-annotate-display-select'.
1644 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1645 Added argument OFFSET. Instead of backend function, calls now
1646 generic `vc-annotate-difference'.
1647 (vc-annotate-difference): Added as generic function instead of
1648 backend-specific function. No longer takes argument POINT, but
1649 instead accepts a time OFFSET.
1650 (vc-default-annotate-current-time): Added.
1651
1652 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1653 version in vc.el, with
1654 (vc-cvs-annotate-current-time): Added, as override of default.
1655 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1656 `vc-cvs-annotate-difference'.
1657
1658 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1659
1660 * saveplace.el (save-place): Require `saveplace'.
1661
1662 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1663 Use `sexp' for :value-type instead of `face'.
1664
1665 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1666
1667 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1668 regexps due to 5-digit message IDs.
1669
1670 2001-10-21 Jason Rumney <jasonr@gnu.org>
1671
1672 * term/w32-win.el (redisplay-dont-pause): Don't set.
1673
1674 2001-10-21 Miles Bader <miles@gnu.org>
1675
1676 * help-funs.el (help-manyarg-func-alist): Variable removed.
1677
1678 2001-10-21 Miles Bader <miles@gnu.org>
1679
1680 * help-funs.el (help-manyarg-func-alist): Remove entries for
1681 `insert', `insert-and-inherit', `insert-before-markers',
1682 `insert-before-markers-and-inherit', `message', `message-box',
1683 `message-or-box', `propertize', `format', `encode-time', `append',
1684 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1685 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1686 `ml-prefix-argument-loop'.
1687
1688 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1689
1690 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1691 (vc-default-diff-tree): New functions.
1692 (vc-version-diff): Use them. As a result, coding systems are now
1693 set up properly for all sorts of diffs, and tree diffs can now
1694 also be done locally.
1695 (vc-diff): With a prefix argument, don't require that it's called
1696 from a buffer under version control.
1697 (diff-switches): Remove duplicate definition.
1698
1699 * vc-cvs.el (vc-cvs-diff-tree): New function.
1700
1701 2001-10-21 Miles Bader <miles@gnu.org>
1702
1703 * help-funs.el (help-manyarg-func-alist): Remove entries for
1704 `list', `vector', `make-byte-code', `call-process',
1705 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1706 `logand', `logior', and `logxor'.
1707
1708 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1709 image bits to compensate. Use `make-string' instead of
1710 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1711
1712 2001-10-20 Kim F. Storm <storm@cua.dk>
1713
1714 * simple.el (kill-ring-save): Don't show extent of copied region
1715 if using transient-mark-mode and region is fully visible.
1716
1717 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1718
1719 * (Version 21.1 released.)
1720
1721 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1722
1723 * files.el (auto-mode-alist): Associate .indent.pro with
1724 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1725
1726 2001-10-18 Sam Steingold <sds@gnu.org>
1727
1728 Put the *Compile-Log* buffer in `compilation-mode'.
1729 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1730 (byte-compile-log-1, byte-compile-log-file)
1731 (displaying-byte-compile-warnings): Use it
1732
1733 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1734
1735 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1736
1737 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1738
1739 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1740
1741 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1742
1743 * obsolete/hilit19.el (hilit-lookup-face-create):
1744 Call set-face-font only if display-graphic-p.
1745 (toplevel): Remove references to window-system.
1746
1747 2001-10-18 Miles Bader <miles@gnu.org>
1748
1749 * simple.el (what-line): Avoid problems with field properties.
1750
1751 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1752
1753 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1754 Define special colors for a tty.
1755
1756 2001-10-17 Francesco Potorti` <pot@gnu.org>
1757
1758 * comint.el (comint-password-prompt-regexp): Make it less
1759 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1760
1761 2001-10-17 John Wiegley <johnw@gnu.org>
1762
1763 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1764 a regular file, before checking if it is a directory or symlink.
1765 This avoids a call to eshell-file-attributes, which can be
1766 expensive in some situations.
1767
1768 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1769 customization variable, to differentiate ls-in-dired from regular
1770 uses of ls.
1771
1772 2001-10-17 Miles Bader <miles@gnu.org>
1773
1774 * custom.el (defface): Mention `:inherit' in doc-string.
1775
1776 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1777
1778 * paren.el: Update the Commentary with installation instructions.
1779
1780 2001-10-15 Dave Love <fx@gnu.org>
1781
1782 * international/mule.el (set-auto-coding): Fix regexps for local
1783 variables section not to eat newlines.
1784
1785 2001-10-15 Miles Bader <miles@gnu.org>
1786
1787 * simple.el (display-message-or-buffer): Pass the correct buffer
1788 to `display-buffer'.
1789
1790 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1791
1792 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1793 (executable-find): Use exec-suffixes.
1794 (executable-set-magic): Don't use make-local-hook.
1795
1796 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1797
1798 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1799
1800 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1801 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1802 Add .so to the Unix and GNU branch.
1803
1804 * international/latin-1.el:
1805 * international/latin-2.el:
1806 * international/latin-3.el:
1807 * international/latin-4.el:
1808 * international/latin-5.el:
1809 * international/latin-8.el:
1810 * international/latin-9.el: Add no-byte-compile: t, since
1811 Makefile.in instructs make-docfile to look at .el files.
1812
1813 2001-10-14 Miles Bader <miles@gnu.org>
1814
1815 * button.el (define-button-type): Allow supertype property to be
1816 specified with a keyword `:supertype' too.
1817 (button-put, make-text-button): Allow button type property to be
1818 specified using the keyword `:type' too.
1819 (button-type): New function.
1820 (button): Add `button-category-symbol' property.
1821
1822 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1823
1824 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1825 indent-new-comment-line from comment-indent-new-line.
1826
1827 * textmodes/refill.el (refill-mode):
1828 Bind DEL to backward-delete-char-untabify.
1829 Set backward-delete-char-untabify-method to `hungry'.
1830
1831 * textmodes/bib-mode.el (bib-mode):
1832 * play/gomoku.el (gomoku-mode):
1833 * textmodes/page-ext.el (pages-directory-mode):
1834 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1835
1836 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1837
1838 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1839
1840 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1841 Handle here-docs differently.
1842 (sh-font-lock-heredoc): Remove.
1843 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1844 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1845 (sh-font-lock-open-heredoc): New functions.
1846 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1847 (sh-font-lock-keywords-1): Use regexp-opt.
1848 (sh-in-comment-or-string): Use syntax-ppss.
1849 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1850 (sh-select, sh-tmp-file): Add explicit terminating \n.
1851
1852 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1853 Use with-current-buffer.
1854 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1855 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1856 filename), catch any error that occurs in `ange-ftp-cd'.
1857 If an error happened, don't bother sending `cmd' at all.
1858 Fix a parenthesis typo.
1859 (ange-ftp-write-region): Don't blindly use binary if the remote host
1860 is unix-like.
1861
1862 * play/pong.el (pong-init): Don't use make-local-hook.
1863
1864 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1865
1866 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1867 (viper-get-ex-address-subr): More precise addr for the $ marker
1868
1869 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1870
1871 * version.el (emacs-version): Bump to 21.1.50.
1872
1873 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1874
1875 * mail/mailalias.el (mail-directory-stream): Do not double
1876 variables in the lambda-list.
1877
1878 * play/gomoku.el (gomoku-init-display): Ditto.
1879
1880 * play/landmark.el (lm-init-display): Ditto.
1881
1882 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1883 (delimit-columns-rectangle-line): Ditto.
1884
1885 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1886
1887 * newcomment.el (comment-region-internal): Don't rebind
1888 invisibility_spec now that the C routines handle it correctly.
1889
1890 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1891
1892 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1893 and `same-frame'.
1894
1895 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1896
1897 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1898
1899 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1900 C-p and C-r. Remove redundant bindings from inheriting maps.
1901
1902 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1903 After 4.23 and: After 4.24:
1904 (cperl-contract-levels): Restore position.
1905 (cperl-beautify-level): Likewise.
1906 (cperl-beautify-regexp): Likewise.
1907 (cperl-commentify): Rudimental support for length=1 runs
1908 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1909 After 4.25:
1910 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1911 (imenu-example--create-perl-index): Was not enforcing
1912 syntaxification-to-the-end.
1913 (cperl-invert-if-unless): Allow `for', `foreach'.
1914 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1915 Mark qw(), m()x as indentable.
1916 (cperl-init-faces): Highlight `sysopen' too.
1917 Highlight $var in `for my $var' too.
1918 (cperl-invert-if-unless): Was leaving whitespace at end.
1919 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1920 (cperl-calculate-indent): Remove old commented out code.
1921 Support (primitive) indentation of qw(), m()x.
1922 After 4.26:
1923 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1924 q [] with intervening newlines.
1925 (cperl-autoindent-on-semi): New customization variable.
1926 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1927 (cperl-tips): Mention how to make CPerl the default mode.
1928 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1929 (cperl-outline-level): New function.
1930 (cperl-highlight-variables-indiscriminately): New customization var.
1931 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1932 From Sean Kamath <kamath@pogo.wv.tek.com>.
1933 (cperl-after-block-p): Support CHECK and INIT.
1934 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1935 From Doug MacEachern <dougm@covalent.net>.
1936 After 4.27:
1937 (cperl-find-pods-heres): Recognize \"" as a string.
1938 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1939 Allow whitespace between << and "FOO".
1940 (cperl-problems): Remove \"" and q [] with intervening newlines.
1941 Mention multiple <<EOF as unsupported.
1942 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1943 (cperl-indent-parens-as-block): New configuration variable.
1944 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1945 Use `cperl-indent-parens-as-block'.
1946 (cperl-find-pods-heres): Test for =cut without empty line instead of
1947 complaining about no =cut.
1948 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1949 (cperl-find-pods-heres): Likewise.
1950 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1951 POD could've been marked as comment already.
1952 (cperl-unwind-to-safe): Unwind before start of POD too.
1953 After 4.28:
1954 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1955 After 4.29:
1956 (x-color-defined-p): Make an extra case to peacify the warning.
1957 Toplevel: `defvar' to peacify the warnings.
1958 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1959 No -nw-compile time warnings now.
1960 (cperl-find-tags): TAGS file had too short substring-to-search.
1961 Be less verbose in non-interactive mode
1962 (imenu-example--create-perl-index): Set index-marker after name
1963 (cperl-outline-regexp): New variable.
1964 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1965 (cperl-mode): Made use `cperl-outline-regexp'.
1966 After 4.30:
1967 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1968 (cperl-outline-level): Make start-of-file same level as `package'.
1969 After 4.31:
1970 (cperl-electric-pod): `head1' and `over' electric only if empty.
1971 (cperl-unreadable-ok): New variable.
1972 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1973 on an unreadable file.
1974 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1975 on an unreadable directory.
1976
1977 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1978 Consider the text between two errors as belonging to the first error.
1979 (compilation-goto-locus): Use pop-to-buffer rather than
1980 switch-to-buffer-other-frame.
1981
1982 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1983 (awk-font-lock-syntactic-keywords): New var.
1984 (awk-mode): Use it.
1985
1986 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1987
1988 * faces.el (describe-face): Call help-setup-xref earlier.
1989
1990 * jka-compr.el (jka-compr-load-suffixes): New var.
1991 (jka-compr-install): Add its content to load-suffixes.
1992 (jka-compr-uninstall): Remove its content from load-suffixes.
1993
1994 2001-10-12 Sam Steingold <sds@gnu.org>
1995
1996 * bindings.el (completion-ignored-extensions): CL-related
1997 extensions are platform-independent.
1998
1999 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2000 asynchronous multiple file copying.
2001
2002 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2003
2004 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2005 Turn error for repeated variables into warning.
2006
2007 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2008 New function checking that lambda-list consists of non-constant
2009 symbols, that &rest and &optional are followed by variable names,
2010 that &rest VAR is the last element, and that variables aren't doubled.
2011 (byte-compile-lambda): Use it.
2012
2013 2001-10-12 Eli Barzilay <eli@barzilay.org>
2014
2015 * calculator.el (calculator-eng-display): Don't call concat
2016 with an integer argument.
2017
2018 2001-10-12 Miles Bader <miles@gnu.org>
2019
2020 * help-mode.el (help-customize-face): New button-type.
2021
2022 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2023 (describe-face): Fix args to `help-xref-button'.
2024 Don't switch to help-buffer around call to `help-setup-xref'.
2025 Use `help-buffer' instead of hard-wired "*Help*".
2026 Require `help-mode'.
2027
2028 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2029
2030 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2031
2032 * help-mode.el (help-buffer): New function.
2033 Returns the buffer-name to use for help output.
2034 Change all the code to use it instead of hard-coding *Help*.
2035 (help-mode-map): Put back the mouse-2 binding.
2036 (help-xref-stack): Change the format and make buffer-local.
2037 (help-xref-stack-item): Make buffer-local.
2038 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2039 (help-xref-interned): Display the face doc as well.
2040 (help-follow-mouse): Re-introduce.
2041 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2042 (help-do-xref): Don't `push' any more.
2043 (help-follow): Also follow face names.
2044
2045 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2046 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2047 Autoload and cleanup.
2048 (describe-function): Call help-setup-xref.
2049 (describe-variable): Call help-setup-xref earlier.
2050
2051 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2052 (view-lossage): Call help-setup-xref correctly and earlier.
2053 (describe-bindings): Call help-setup-xref earlier.
2054 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2055 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2056
2057 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2058
2059 * master.el (master-mode): Use define-minor-mode instead of
2060 easy-mmode-define-minor-mode. Add autload cookie.
2061 (Commentary): Remove the line showing how to autoload master-mode,
2062 since it's always autoloaded.
2063
2064 * master.el: New file.
2065
2066 2001-10-11 Dave Love <fx@gnu.org>
2067
2068 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2069 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2070 <const-C varset-X const-C>: Fix car/cdr typo.
2071
2072 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2073
2074 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2075 New function extracted from byte-compile-log-1.
2076 (byte-compile-log-1): Change output to be more in line with
2077 the output of other GNU tools.
2078 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2079 (byte-compile-report-error): Downcase error message.
2080 Use `error' instead of `!!' for error messages.
2081 (byte-compile-print-syms): Treat non-interactive case specially.
2082 (displaying-byte-compile-warnings): Use backquote.
2083 (byte-compile-from-buffer): Bind byte-compile-last-line.
2084 (batch-byte-compile): Remove `Done' message.
2085
2086 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2087
2088 * emacs-lisp/copyright.el (copyright): Add final \n.
2089
2090 2001-10-11 Miles Bader <miles@gnu.org>
2091
2092 * diff.el (diff): Display default values in prompts as
2093 `(default ...)', not `(...)'.
2094
2095 * info.el (Info-follow-reference): Likewise.
2096
2097 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2098
2099 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2100
2101 * newcomment.el (comment-indent): Be a little more robust in case
2102 comment-indent-function does funny things.
2103 (comment-normalize-vars): Autoload.
2104 (comment-region-internal): Fiddle with the visibility spec.
2105 (comment-valid-prefix): New function.
2106 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2107 that would turn comment-text into non-comment-text.
2108
2109 * emacs-lisp/syntax.el: New file.
2110
2111 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2112 compatibility cruft.
2113 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2114 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2115 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2116 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2117 tcl-submit-bug-report.
2118 (tcl-mode-syntax-table): Leave \f alone.
2119 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2120 tcl-end-of-defun, tcl-submit-bug-report.
2121 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2122 (tcl-add-emacs-menu): Remove.
2123 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2124 (tcl-keyword-list): Add `chain'.
2125 (tcl-font-lock-syntactic-keywords): New variable.
2126 (tcl-pps-has-arg-6): Remove.
2127 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2128 (tcl-internal-mark-defun): Remove.
2129 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2130 (tcl-mode): Use define-derived-mode. Simplify.
2131 Set comment-indent-function.
2132 (tcl-indent-command): Use line-beginning-position and comment-indent.
2133 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2134 (tcl-indent-line): Use tcl-calculate-indent.
2135 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2136 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2137 (tcl-filter): Use with-current-buffer, simplify.
2138 (inferior-tcl-mode): Use define-derived-mode.
2139 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2140 (tcl-simple-in-comment, tcl-in-comment): Removed.
2141 (tcl-files-alist): New function.
2142 (tcl-help-snarf-commands): Use it and return the result directly
2143 rather than through a global variable.
2144 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2145 (tcl-help-on-word): Provide the default value to completing-read.
2146 (tcl-hilit): Remove.
2147 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2148 (tcl-comment-indent): New function.
2149 (tcl-submit-bug-report): Remove.
2150 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2151 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2152 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2153
2154 2001-10-10 Miles Bader <miles@gnu.org>
2155
2156 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2157 (Info-fontify-node): Don't fontify the node if it's already been done.
2158
2159 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2160
2161 * international/iso-transl.el (iso-transl-e-caret)
2162 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2163 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2164
2165 * simple.el (end-of-buffer): Fix code scrolling specially
2166 for the buffer end.
2167
2168 * startup.el (command-line-1): Bind tab-width to 8.
2169
2170 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2171
2172 * emulation/tpu-edt.el: Use defalias instead of fset for
2173 user-visible commands. From Rob Riepel
2174 <riepel@Networking.Stanford.EDU>.
2175
2176 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2177
2178 * ruler-mode.el: New file.
2179
2180 2001-10-09 Miles Bader <miles@gnu.org>
2181
2182 * apropos.el (button): New require.
2183
2184 * help-funs.el: New file, contents mostly from `help.el'.
2185 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2186
2187 * help-mode.el: New file, contents mostly from `help.el'.
2188
2189 * help.el: Don't require `view' when compiling.
2190 (help-with-tutorial, describe-function, describe-function-1)
2191 (variable-at-point, describe-variable, locate-library):
2192 Functions moved into `help-funs.el'.
2193 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2194 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2195 (help-setup-xref, help-xref-following, help-make-xrefs)
2196 (help-xref-button, help-insert-xref-button, help-xref-interned)
2197 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2198 (help-xref-on-pp): Functions moved into `help-mode.el'
2199 (help-mode-map, help-xref-stack, help-xref-stack-item)
2200 (help-highlight-p, help-highlight-face, help-back-label)
2201 (help-xref-symbol-regexp, help-xref-mule-regexp)
2202 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2203 (help-symbol, help-back, help-info, help-customize-variable)
2204 (help-function-def, help-variable-def):
2205 Button-types moved into `help-mode.el'.
2206 (load-symbol-file-load-history, symbol-file):
2207 Functions moved into `subr.el'.
2208 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2209 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2210
2211 * subr.el (symbol-file-load-history-loaded)
2212 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2213
2214 * loadup.el ("button"): Load removed.
2215
2216 * button.el (define-button-type): Respect any `supertype' property.
2217 (button-type-subtype-p, button-has-type-p): New functions.
2218
2219 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2220 dollar-signs.
2221
2222 * comint.el (comint-insert-previous-argument): New function.
2223 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2224 (comint-insert-previous-argument-last-start-pos)
2225 (comint-insert-previous-argument-last-index): New variables.
2226
2227 * apropos.el (apropos-next-label-button): Use the presence of a
2228 `apropos-label' property to detect label buttons.
2229
2230 2001-10-08 Miles Bader <miles@gnu.org>
2231
2232 * button.el (next-button, previous-button): Remove N and WRAP
2233 parameters. Don't pay attention to `skip' properties.
2234 (forward-button): Implement wrapping, iterating, and skipping here
2235 instead.
2236 (button-activate): USE-MOUSE-ACTION is optional.
2237 (button-nop): Function removed.
2238 (default-button): Use `ignore' as default button action.
2239
2240 * apropos.el (apropos-next-label-button): Update arguments to
2241 `next-button'.
2242 (apropos-symbol): Add `skip' property.
2243 (apropos-function, apropos-macro, apropos-command)
2244 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2245 (apropos-plist): New button types.
2246 (apropos-label-properties): Variable removed.
2247 (apropos-print): Pass button-type to apropos-print-doc, rather
2248 than help function and label text.
2249 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2250 Get button label from TYPE.
2251
2252 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2253
2254 * help.el (help-mode): Use define-derived-mode.
2255 (describe-mode): Add optional `buffer' arg.
2256 Use it instead of going through help-xref-mode.
2257 Avoid doubling the word `minor' when prettifying.
2258 (describe-function-1): List the corresponding key bindings.
2259 (describe-variable): Say if the var is automatically buffer-local.
2260 If the source is `loaddefs.el', look for the real source.
2261 (help-xref-mode): Remove.
2262
2263 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2264 the file says no-byte-compile.
2265
2266 2001-10-08 Miles Bader <miles@gnu.org>
2267
2268 * button.el (next-button, previous-button): Respect `skip' property.
2269
2270 2001-10-07 Miles Bader <miles@gnu.org>
2271
2272 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2273 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2274 `woman-follow-word' instead of `woman-mouse-2'.
2275 (woman-follow-word): Renamed from `woman-mouse-2'.
2276 Follow current unconditionally, since this function is now only
2277 bound to M-mouse-2. Use accessor functions.
2278 (WoMan-highlight-references): Use `make-text-button'.
2279 (woman-xref): New button type.
2280
2281 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2282 ("button"): New load, just before "help" (which uses it).
2283
2284 * help.el (help-mode-map): Make button-buffer-map our parent.
2285 Don't bind mouse events or tab/backtab.
2286 (help-function, help-variable, help-face, help-coding-system)
2287 (help-input-method, help-character-set, help-back, help-info)
2288 (help-customize-variable, help-function-def, help-variable-def):
2289 New button types.
2290 (help-button-action): New function.
2291 (describe-function-1): Pass help button-types to
2292 `help-xref-button' rather than help function and help-echo string.
2293 Don't put multiple help-function args in a list to pass them to
2294 help-xref-button, just pass them as multiple arguments.
2295 Use `help-insert-xref-button' to make [back]-button, rather than
2296 `help-xref-button'.
2297 (help-xref-button): Take a button-type TYPE as a parameter rather
2298 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2299 and add a &rest parameter ARGS to serve the same purpose.
2300 Use `make-text-button' to add the button.
2301 (help-insert-xref-button): Use `insert-text-button' to add the button.
2302 (help-follow-mouse, help-next-ref, help-previous-ref):
2303 Functions removed.
2304 (help-do-xref): New function.
2305 (help-follow): Use `push-button' and `help-do-xref' to do most of
2306 the work.
2307
2308 * apropos.el (apropos-symbol, apropos-label): New button types.
2309 (apropos-symbol-button-display-help)
2310 (apropos-label-button-display-help, apropos-next-label-button):
2311 New functions.
2312 (apropos-mode-map): Make button-buffer-map our parent.
2313 Don't bind mouse events.
2314 (apropos-print, apropos-print-doc): Create buttons instead of text
2315 properties.
2316 (apropos-mouse-follow): Function removed.
2317 (apropos-follow): Use buttons.
2318
2319 * button.el: New file.
2320
2321 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2322
2323 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2324 Remove.
2325
2326 2001-10-05 Richard M. Stallman <rms@gnu.org>
2327
2328 * add-log.el (add-change-log-entry): Skip copyright notice
2329 and copying permission notice at start of file, if any.
2330 Make use of terms "entry" and "item" accord with Emacs manual.
2331 Simplify the logic for moving point while entering or creating
2332 an entry and then an item.
2333 (add-change-log-entry-other-window): Doc fix.
2334
2335 2001-10-06 Miles Bader <miles@gnu.org>
2336
2337 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2338 removed; they apparently don't work with faces.
2339
2340 2001-10-05 Sam Steingold <sds@gnu.org>
2341
2342 * textmodes/sgml-mode.el (html-xhtml): New user option.
2343 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2344 (html-ordered-list, html-unordered-list, html-list-item)
2345 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2346 (sgml-skip-close-p): New function.
2347 (sgml-value): Use it.
2348
2349 2001-10-05 Sam Steingold <sds@gnu.org>
2350
2351 * calendar/diary-lib.el (diary-entry-compare): When times are
2352 identical, compare the entries lexicographically.
2353
2354 2001-10-06 Miles Bader <miles@gnu.org>
2355
2356 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2357 Use `minibuffer-prompt-end'.
2358
2359 * simple.el (previous-matching-history-element): Fix misplaced
2360 parentheses.
2361
2362 2001-10-05 Miles Bader <miles@gnu.org>
2363
2364 * rfn-eshadow.el: New file.
2365
2366 2001-10-05 Miles Bader <miles@gnu.org>
2367
2368 * cus-face.el (custom-face-attributes): Make sure each attribute
2369 has a valid default value. Remove hacks that mapped `nil' to
2370 `off' and used nil to mean `unspecified'. Remove `unspecified'
2371 choices from all attributes (unspecified is handled by the parent
2372 checklist).
2373 * cus-edit.el (custom-face-edit-convert-widget)
2374 (custom-face-edit-deactivate, custom-face-edit-activate)
2375 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2376 New functions.
2377 (custom-face-edit): Specify a custom :convert-widget.
2378 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2379 Don't pass in default filters that map between `nil' and `off' and
2380 `unspecified' and `nil'.
2381
2382 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2383
2384 * progmodes/compile.el (compilation-buffer-name): New function.
2385 (compile-internal): Use it to determine the name of the
2386 compilation buffer.
2387
2388 2001-10-05 Miles Bader <miles@gnu.org>
2389
2390 * progmodes/compile.el (grep-use-null-device): New variable.
2391 (grep-command): Mention `grep-use-null-device'.
2392 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2393 Make computation of `grep-command' respect `grep-use-null-device'.
2394 (grep): Respect `grep-use-null-device'.
2395 Call `grep-compute-defaults' even if grep-command is set, if
2396 grep-use-null-device is still tentative.
2397
2398 * subr.el (call-process-shell-command): New function.
2399
2400 2001-10-05 Miles Bader <miles@gnu.org>
2401
2402 * simple.el (previous-matching-history-element)
2403 (next-history-element, next-complete-history-element): Use
2404 `minibuffer-' functions instead of calling `field-' functions directly.
2405 (minibuffer-prompt-end, minibuffer-contents):
2406 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2407 Functions removed (now subrs).
2408 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2409
2410 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2411 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2412 instead of calling `field-' functions directly.
2413 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2414
2415 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2416
2417 * files.el (find-file-noselect): If file's read-only status has
2418 changed on disk, ask if buffer's read-only status should be
2419 changed, unless NOWARN is set.
2420
2421 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2422 alias for define-setf-method.
2423
2424 * bindings.el: Remove no-byte-compile from file local variables
2425 to enable bootstrapping.
2426
2427 2001-10-04 Andrew Innes <andrewi@gnu.org>
2428
2429 * faces.el (face-font-registry-alternatives) [windows-nt]:
2430 Make gb2312 an alias for gb2312.1980.
2431
2432 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2433
2434 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2435 (uniquify-reverse-components): Remove.
2436
2437 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2438 Make sure the file is readable.
2439 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2440 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2441 (batch-byte-recompile-directory): Pass arg=0.
2442
2443 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2444 (perl-calculate-indent): Use it.
2445 (perl-backward-to-noncomment): Use forward-comment.
2446
2447 * derived.el (define-derived-mode, derived-mode-make-docstring):
2448 Allow `parent' to be nil.
2449
2450 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2451 Use define-derived-mode.
2452 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2453
2454 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2455
2456 * emacs-lisp/lselect.el: Use facep iso find-face.
2457
2458 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2459 Use regexp-opt.
2460 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2461 (lisp-font-lock-syntactic-face-function): New function.
2462 (lisp-mode-variables): Use it. Make arg optional.
2463 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2464 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2465 Set comment-start-skip.
2466
2467 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2468
2469 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2470 (ignore-errors): Don't bother using a `err' symbol.
2471
2472 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2473 (autoload-insert-section-header, autoload-before-p)
2474 (autoload-remove-section): New functions.
2475 (generate-file-autoloads): Use them.
2476 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2477 Make sure the autoload file is properly formatted when creating it.
2478 (update-autoloads-from-directories): Use them as well.
2479 Only update autoloads for files whose timestamp has changed.
2480 Add a dummy entry to remember the files which had no autoload cookies.
2481
2482 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2483
2484 * subr.el (define-key-after): Allow `key' to be longer than 1.
2485 (make-local-hook): Make obsolete.
2486 (add-hook, remove-hook): Don't use make-local-hook any more.
2487 (make-syntax-table): Inherit all chars from s-s-t.
2488
2489 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2490
2491 This is a fix for a report saying that resuming a search with C-s
2492 C-s doesn't use the case-fold-search setting of the previous
2493 search (C-s ... M-c ... then C-s C-s).
2494
2495 * isearch.el (isearch-last-case-fold-search): New variable.
2496 (isearch-mode): Remember value of isearch-case-fold-search
2497 in isearch-last-case-fold-search.
2498 (isearch-done): Quote value of isearch-case-fold-search.
2499 (isearch-repeat): When resuming a search, restore
2500 isearch-case-fold-search from isearch-last-case-fold-search.
2501
2502 Added to NEWS.
2503
2504 * startup.el (inhibit-startup-buffer-menu): New user-option.
2505 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2506 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2507
2508 This allows upto 99999 messages in the summary without screwing up
2509 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2510
2511 * mail/rmailsum.el (rmail-make-summary-line)
2512 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2513 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2514 Allow 5-digit message ids instead of 4.
2515
2516 This adds expansion of environment variables in the value
2517 specified with M-x setenv. Added to NEWS.
2518
2519 * env.el (substitute-env-vars): New function.
2520 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2521 environment variables in VALUE. Return VALUE.
2522
2523 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2524
2525 * Branch for 21.1.
2526
2527 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2528
2529 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2530
2531 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2532
2533 * emulation/tpu-edt.el: Make messages match original TPU/edt
2534 editor. From riepel@Stanford.EDU (Rob Riepel).
2535
2536 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2537
2538 * rect.el: Update maintainer's email address.
2539
2540 2001-10-02 Andreas Schwab <schwab@suse.de>
2541
2542 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2543 and Extended Passive Mode, resp.
2544
2545 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2546
2547 These changes add support for Calendar-related items in the
2548 menu bar on tty's as well:
2549
2550 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2551 unconditionally.
2552 (calendar-mode): Set up activate-menubar-hook unconditionally.
2553
2554 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2555 calls x-popup-menu only if popup menus are supported.
2556 (calendar-mouse-insert-hebrew-diary-entry)
2557 (calendar-mouse-insert-islamic-diary-entry)
2558 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2559 (calendar-mouse-view-other-diary-entries)
2560 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2561 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2562 Call cal-menu-x-popup-menu instead of x-popup-menu.
2563
2564 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2565
2566 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2567
2568 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2569
2570 * emacs-lisp/rx.el: New file.
2571
2572 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2573
2574 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2575
2576 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2577
2578 * frame.el (select-frame-by-name, other-frame): Doc fix.
2579
2580 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2581
2582 * play/snake.el (snake-score-file): Use temporary-file-directory
2583 instead of a literal "/tmp". Suggested by Robert
2584 <robert@chezmarshall.freeserve.co.uk>.
2585
2586 * play/tetris.el (tetris-score-file): Ditto.
2587
2588 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2589
2590 * apropos.el (apropos-print): Make the directions inserted at the
2591 beginning of the *Apropos* buffer more clear.
2592
2593 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2594
2595 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2596 Added comments.
2597
2598 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2599
2600 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2601 "\\s-" when defining comment-end-skip.
2602
2603 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2604
2605 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2606 Call get-buffer-window first second arg `visible'.
2607
2608 * international/mule-diag.el (list-input-methods-1):
2609 Output something that's independent of Emacs' version.
2610
2611 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2612 calling byte-to-position with a nil tar-header-offset.
2613
2614 2001-09-27 Simon Josefsson <jas@extundo.com>
2615
2616 * mail/sendmail.el (send-mail-function): Doc fix.
2617 (mail-do-fcc): Error if header-end is not a marker.
2618 (mail-do-fcc): Add a comment.
2619 (mail-reply-to): Doc fix.
2620 (mail-signature): Make ATPOINT optional.
2621 (mail-yank-original): Use cond instead of nestled if.
2622
2623 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2624
2625 * info.el (Info-on-current-buffer): Default arg to "Top".
2626
2627 2001-09-25 Eli Barzilay <eli@barzilay.org>
2628
2629 * calculator.el (calculator-copy-displayer): New user-option.
2630 (calculator-displayer-prev, calculator-displayer-next):
2631 Renamed from calculator-displayed-{left,right}.
2632 (calculator, calculator-standard-displayer)
2633 (calculator-num-to-string, calculator-update-display)
2634 (calculator-copy, calculator-put-value): Bug and display fixes.
2635
2636 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2637
2638 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2639 (ebnf-version): New version (3.6.1).
2640
2641 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2642 (ebnf-bnf-non-terminal-chars): New internal const.
2643 (ebnf-bnf-lex): Fix code.
2644
2645 * ebnf-iso.el: Fix character range regexp. Doc fix.
2646 (ebnf-iso-non-terminal-chars): New internal const.
2647 (ebnf-iso-lex): Fix code.
2648
2649 * ebnf-yac.el: Fix character range regexp. Doc fix.
2650 (ebnf-yac-skip-chars): New internal const.
2651 (ebnf-yac-skip-code): Fix code.
2652
2653 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2654
2655 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2656
2657 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2658 passing it to VC.
2659
2660 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2661 case where the file is relative.
2662
2663 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2664
2665 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2666 same on each side. Make sure we properly handle simple quotes.
2667 From Daiki Ueno <ueno@unixuser.org>.
2668
2669 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2670
2671 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2672 <jas@extundo.com>.
2673
2674 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2675 some items of the Options menu.
2676
2677 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2678
2679 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2680
2681 * vc-hooks.el (vc-delete-automatic-version-backups):
2682 Don't fail if the directory doesn't exist.
2683
2684 * diff-mode.el (diff-default-read-only): New var.
2685 (diff-mode): Use it.
2686
2687 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2688
2689 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2690 Use make-keymap instead of copy-keymap, since copying the global
2691 keymap messes up the menu bar.
2692
2693 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2694 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2695
2696 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2697
2698 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2699
2700 * dired-aux.el (dired-insert-subdir): Pass switches to
2701 dired-build-subdir-alist.
2702
2703 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2704
2705 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2706 caused %#a and %#b to be mis-formatted.
2707
2708 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2709
2710 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2711 ccmode, emacs-mime, and eudc manuals.
2712
2713 2001-09-19 Sam Steingold <sds@gnu.org>
2714
2715 w32 find cannot be used with `grep-find'.
2716 * progmodes/compile.el (find-program): New variable.
2717 (grep-compute-defaults): Use it to set `grep-find-command'.
2718
2719 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2720
2721 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2722
2723 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2724
2725 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2726 programming. Doc fix.
2727 (ebnf-version): New version (3.6).
2728 (ebnf-eps-begin): Data fix.
2729 (ebnf-begin-file): Code fix.
2730
2731 * ebnf-bnf.el: Doc fix.
2732 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2733
2734 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2735
2736 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2737
2738 * ps-print.el: Better face mapping for black/white PostScript printers.
2739 Check if mark is active when printing a region. Doc fix.
2740 (ps-print-version): New version number (6.5.5).
2741 (ps-print-color-p): Customization fix.
2742 (ps-black-white-faces): New option.
2743 (ps-black-white-faces-alist): New internal var.
2744 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2745 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2746 (ps-nb-pages-region): Interactive fix.
2747 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2748 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2749
2750 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2751
2752 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2753 numeric month value, and allow the Kanji character after the it to
2754 be missing (happens with ls-lisp's output on Japanese versions of
2755 MS-Windows).
2756
2757 2001-09-18 Miles Bader <miles@gnu.org>
2758
2759 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2760 it's empty (and thus probably a new patch file about to be edited).
2761
2762 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2763
2764 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2765 Check for '(' in column 0 of doc string.
2766
2767 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2768 of `nth' so that using a vector as bounding-box works.
2769 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2770
2771 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2772
2773 * vc.el (vc-annotate): Use current workfile version explicitly as
2774 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2775
2776 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2777
2778 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2779 convert-standard-filename doesn't guarantee that the .el extension
2780 is preserved.
2781
2782 * dos-fns.el (convert-standard-filename): Replace invalid
2783 characters only after converting dash/underscore to a period.
2784 (original-make-auto-save-file-name): New.
2785 (make-auto-save-file-name): New function, overrides the definition
2786 on files.el and calls the original function via
2787 original-make-auto-save-file-name.
2788
2789 * mail/rmail.el (top-level): Require mule-utils when compiling.
2790 (rmail-decode-babyl-format): Use detect-coding-with-priority
2791 instead of detect-coding-region, to favor detection of emacs-mule
2792 encoded Babyl files written by rmailout.el etc. Suggested by
2793 Kenichi Handa <handa@etl.go.jp>.
2794
2795 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2796
2797 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2798 Use `equal', not `=', since the device number can be a cons cell.
2799
2800 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2801
2802 * simple.el: Comment out change of 2001-09-13.
2803
2804 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2805
2806 * progmodes/compile.el (grep-compute-defaults): Don't set
2807 grep-command/grep-find-command when it is already non-nil.
2808 (grep-command): Make it a user option.
2809 (grep-find-command): Likewise.
2810
2811 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2812
2813 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2814 inhibit quit.
2815
2816 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2817
2818 * files.el (make-auto-save-file-name): If long file names are not
2819 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2820 generating an auto-save file name from it.
2821
2822 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2823
2824 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2825 (ps-nb-pages-region): Signal an error if called interactively
2826 and the mark is not active.
2827
2828 * simple.el (minibuffer-prompt-modification)
2829 (minibuffer-prompt-insertion): New functions.
2830 (minibuffer-prompt-properties): Use `modification-hooks' and
2831 `insert-in-front-hooks'.
2832
2833 2001-09-12 Richard M. Stallman <rms@gnu.org>
2834
2835 * textmodes/outline.el (outline-regexp): Doc fix.
2836 Initialize it in the defcustom, the usual way.
2837
2838 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2839
2840 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2841 from `ediff-meta-info' properties need not be an overlay.
2842 From David Ponce <dponce@voila.fr>.
2843
2844 * isearch.el (isearch-intersects-p): Fix end checks.
2845
2846 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2847
2848 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2849 `t' branch of `cond', since Irix 6.1 and up is a special case of
2850 the standard dbx interface.
2851
2852 2001-09-11 Miles Bader <miles@gnu.org>
2853
2854 * comint.el (comint-send-input): When waiting for echoed input,
2855 don't save the expected end position in `echo-end', so that things
2856 work properly even if the buffer is modified elsewhere at the same
2857 time [this happens if `comint-truncate-buffer' is used].
2858
2859 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2860
2861 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2862 when constructing imenu-generic-expression from outline-regexp.
2863
2864 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2865
2866 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2867 `equal' instead of `=', since they can be cons cells. From Nils
2868 Goesche <cartan@cartan.de>.
2869
2870 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2871
2872 * vc.el (vc-annotate): Rewrote doc string.
2873
2874 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2875
2876 * time-stamp.el: Update Stephen Gildea's email address.
2877
2878 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2879
2880 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2881 enable-multibyte-characters = nil. From Hallvard B Furuseth
2882 <h.b.furuseth@usit.uio.no>.
2883
2884 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2885
2886 * ediff-init.el (ediff-highest-priority): Bug fix.
2887
2888 * viper-cmd.el (viper-special-read-and-insert-char): New function
2889 that reads a character and uses the current input method or
2890 iso-accents when appropriate.
2891
2892 * viper.el and all others: Corrections to the comment blocks at
2893 the top.
2894
2895 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2896
2897 * info.el (Info-goto-node): Doc fix.
2898
2899 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2900
2901 * isearch.el (isearch-intersects-p): New function.
2902 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2903 use isearch-intersects-p, and clean up.
2904
2905 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2906
2907 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2908 and "german8", for the new German orthography dictionaries,
2909 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2910 the entries, to keep the line length balanced for loaddefs.el.
2911
2912 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2913
2914 * comint.el (comint-send-input): Handle comint-process-echoes
2915 differently.
2916
2917 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2918
2919 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2920
2921 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2922
2923 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2924
2925 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2926
2927 * server.el (server-switch-buffer):
2928 * textmodes/refer.el (refer-find-entry-internal):
2929 * term/sup-mouse.el (sup-pos-to-window):
2930 * term/bg-mouse.el (bg-window-from-x-y):
2931 * emacs-lisp/edebug.el (edebug-window-live-p):
2932 Use get-window-with-predicate.
2933
2934 * window.el (get-window-with-predicate): Renamed from some-window.
2935 (some-window): Make it an alias.
2936
2937 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2938
2939 * simple.el (undo): Remove positions from buffer-undo-list up to
2940 the next undo boundary only.
2941
2942 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2943
2944 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2945 Kim <ryk@dspwiz.com>
2946
2947 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2948 the message "Creating customization items...done".
2949
2950 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2951
2952 * font-lock.el (toplevel): Require `jit-lock' only if
2953 font-lock-support-mode is set to jit-lock-mode.
2954
2955 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2956
2957 * international/quail.el (quail-use-package, quail-inactivate)
2958 (quail-activate): Mention the hooks these functions run in their
2959 doc strings.
2960
2961 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2962
2963 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2964 of file in header of menu.
2965
2966 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2967
2968 * env.el (setenv): Interactively, if VARIABLE has a current value,
2969 add that to the front of the history, as the doc string says.
2970
2971 * comint.el (comint-send-input): Change help-echo.
2972 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2973
2974 * bookmark.el (bookmark-write-file): Bind print-length and
2975 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2976
2977 * obsolete/uncompress.el: Moved there from lisp/.
2978
2979 * comint.el (comint-insert-clicked-input): Goto point-max before
2980 deleting previous input. From "Dr Francis J. Wright"
2981 <F.J.Wright@qmw.ac.uk>.
2982
2983 * simple.el (backward-word): Doc fix.
2984
2985 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2986
2987 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2988 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2989 * w32-fns.el: Add Keywords header.
2990
2991 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2992
2993 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2994 "Text Properties". Suggested by Simon Marshall
2995 <Simon.Marshall@midas-kapiti.com>.
2996
2997 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2998
2999 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3000 consulting the value of file-name-coding-system.
3001
3002 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3003
3004 * help.el (describe-function-1): Save precomputed `file-name' rather
3005 than recomputing it (incorrectly) with `symbol-file'.
3006
3007 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3008
3009 * international/isearch-x.el (isearch-exit-recursive-edit):
3010 Take three parameters, since it's used as an after-change-function.
3011
3012 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3013 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3014 from doc strings.
3015
3016 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3017
3018 * progmodes/glasses.el (glasses-convert-to-unreadable):
3019 Consider underscores as in `glasses-make-readable'.
3020
3021 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3022
3023 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3024 MS-DOS, since cpp might not be available.
3025
3026 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3027 Mention "yank" in the help-echo text.
3028 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3029
3030 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3031
3032 * newcomment.el (comment-indent): Insert spaces more carefully.
3033
3034 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3035
3036 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3037 exists. From Andy Petrusenco <andy@int.spb.ru>.
3038
3039 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3040 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3041 <andy@int.spb.ru>.
3042
3043 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3044
3045 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3046 Instead of running mouse-yank-at-click, see what the event is
3047 bound to outside Isearch and run that.
3048
3049 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3050
3051 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3052 Fix the menu entry to mention transient-mark-mode.
3053
3054 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3055
3056 * simple.el (eval-expression-print-level): Fix last change.
3057
3058 * bindings.el (mode-line-coding-system-map): New variable.
3059 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3060
3061 * simple.el (eval-expression-print-level): Change the type
3062 of the defcustom to allow nil.
3063
3064 * emacs-lisp/find-gc.el: Moved here from lisp/.
3065
3066 * international/quail.el (quail-completion-1):
3067 Reverse the ((CHAR . DEFN) ...) list before processing it.
3068 From Kenichi Handa <handa@etl.go.jp>.
3069
3070 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3071 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3072
3073 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3074
3075 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3076 aren't supported. This avoids the annoying gray strip drawn by
3077 the Windows version instead of the missing tool bar.
3078
3079 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3080
3081 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3082 and tooltips more consistent. From "Marshall, Simon"
3083 <Simon.Marshall@midas-kapiti.com>.
3084
3085 * startup.el (fancy-splash-screens): Temporarily set
3086 minor-mode-map-alist to nil while displaying splash screens.
3087
3088 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3089
3090 * buff-menu.el: Add Keywords header.
3091 Doc fix (C-x C-b is bound to list-buffers).
3092
3093 * dired-x.el: Add keyword files to get listed in finder.
3094 Remove confusing notes about GNU Emacs 19.
3095
3096 * dired.el, dired-aux.el: Add Keywords header.
3097
3098 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3099
3100 * vc.el (vc-revert-file): Call the backend even if the FILE's
3101 contents can be reverted locally; pass new arg CONTENTS-DONE
3102 down to the backend.
3103
3104 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3105 optional arg CONTENTS-DONE.
3106
3107 2001-08-28 Andrew Innes <andrewi@gnu.org>
3108
3109 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3110
3111 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3112
3113 * makefile.nt (install): Copy more *.el files.
3114
3115 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3116
3117 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3118 instead of `w' which is already in use.
3119
3120 * gs.el (gs-load-image): Use sleep-for.
3121 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3122
3123 2001-08-28 Miles Bader <miles@gnu.org>
3124
3125 * replace.el (query-replace-regexp-eval): Return args from
3126 `interactive' form in correct order.
3127
3128 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3129
3130 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3131 major modes, don't create panes for modes for which
3132 mouse-buffer-menu-alist returns an empty alist.
3133
3134 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3135
3136 * progmodes/hideshow.el: Update first-line description.
3137 Sync comments w/ maintainer version 5.31.
3138
3139 (hs-isearch-open): Default value now `code'.
3140 Fix docstring to use "code blocks" vs "comment blocks",
3141 as opposed to "block" vs "comment".
3142 (hs-flag-region): Accept `hs-isearch-open' value
3143 of `block' as synonymous w/ `code'.
3144 (hs-hide-block-at-point): For code blocks, pass `code'
3145 to `hs-flag-region' instead of `block'.
3146
3147 2001-08-28 Miles Bader <miles@gnu.org>
3148
3149 * comint.el (comint-next-prompt): Don't loop infinitely if
3150 {next,previous}-single-char-property-change returns its input
3151 position when the search fails.
3152
3153 2001-08-27 Miles Bader <miles@gnu.org>
3154
3155 * comint.el (comint-get-old-input-default): Don't signal an error
3156 if point is not on an input field; instead, return the current
3157 line (using `comint-bol' to skip any prompt, in case we're not
3158 using fields at all).
3159
3160 * man.el (Man-mode-line-format): Variable removed.
3161 (Man-mode): Change `mode-line-buffer-identification' instead of
3162 `mode-line-format'.
3163
3164 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3165
3166 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3167 From Simon Josefsson <jas@extundo.com>.
3168
3169 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3170
3171 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3172 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3173
3174 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3175 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3176
3177 * emacs-lisp/lselect.el: Ditto.
3178
3179 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3180 Remove periods from the end of error message strings.
3181 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3182
3183 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3184 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3185
3186 * net/telnet.el: Ditto.
3187
3188 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3189
3190 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3191 KEYMAP to the call to define-minor-mode.
3192
3193 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3194
3195 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3196 Replace some of the undefined characters with emulations of bidi
3197 formatting characters and Niqud as per SI 1311-1.
3198 (IT-unicode-translations): Ditto.
3199 (IT-display-table-setup, IT-setup-unicode-display):
3200 Fill characters without translations with dos-unsupported-char-glyph.
3201
3202 2001-08-24 Simon Josefsson <jas@extundo.com>
3203
3204 * hl-line.el (hl-line-mode): Don't be a global mode.
3205 (global-hl-line-mode): New function.
3206
3207 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3208
3209 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3210 being reset by Ghostscript. Don't kill the gs process.
3211 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3212
3213 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3214
3215 * term/mac-win.el: Require scroll-bar.
3216
3217 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3218
3219 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3220
3221 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3222
3223 * hexl.el (hexl-insert-multibyte-char) New function.
3224 (hexl-quoted-insert, hexl-self-insert-command)
3225 (hexl-insert-hex-char, hexl-insert-decimal-char)
3226 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3227 Fix the doc strings accordingly.
3228 (hexl-insert-char): Reject characters whose code is above 255.
3229 Doc fix.
3230 (hexl-mode-map): Copy the global keymap instead of creating a
3231 sparse keymap, and bind all self-inserting characters to
3232 hexl-self-insert-command.
3233
3234 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3235
3236 * wid-edit.el (text): Re-order docstring correctly.
3237
3238 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3239
3240 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3241
3242 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3243
3244 * simple.el (line-number-mode): Mention the variable
3245 line-number-display-limit-width in the doc string.
3246
3247 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3248
3249 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3250 Temporarily select EVENT's window for switching buffers.
3251 (mode-line-bury-buffer): New function.
3252 (mode-line-buffer-identification-keymap): Use it instead of
3253 bury-buffer. Bind down-mouse events to prevent global down-mouse
3254 events from shining through.
3255
3256 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3257
3258 * newcomment.el (comment-beginning): Make sure the comment-start
3259 we found isn't a comment-end (in cases where confusion is possible).
3260
3261 2001-08-22 Miles Bader <miles@gnu.org>
3262
3263 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3264 before writing it, so that hard-links don't see new version.
3265
3266 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3267
3268 * gs.el (gs-set-ghostview-colors-window-prop):
3269 Call x-change-window-property with 3rd arg FRAME.
3270 (gs-load-image): Wait for a previous Ghostscript process
3271 to complete before starting a new one.
3272
3273 * image.el (image-type-regexps): Make sure that the TIFF
3274 pattern is only matched at the beginning of a string.
3275 From Markus Rost <rost@math.ohio-state.edu>.
3276
3277 * international/swedish.el: Pre-Mule file removed. From Jonas
3278 Oberg <jonas@gnu.org>.
3279
3280 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3281
3282 * whitespace.el (whitespace-abort-on-error): Add custom variable
3283 to whitespace to abort a write-file if whitespace is detected in file.
3284
3285 * whitespace.el (whitespace-write-file-hook): Hook to be called
3286 when writing a file. If `whitespace-abort-on-error' is set, the
3287 write will abort on detecting whitespaces.
3288 If `whitespace-auto-cleanup' is set, the file will be cleaned
3289 automatically prior to writing.
3290
3291 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3292 whitespaces in the error output!
3293
3294 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3295 `indent-tabs-mode', since the latter notes user preferences on
3296 TABs anyway.
3297
3298 * whitespace.el (whitespace-version): 3.1. All of the above issues
3299 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3300
3301 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3302
3303 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3304 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3305
3306 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3307
3308 2001-08-20 Alex Schroeder <alex@gnu.org>
3309
3310 * sql.el (sql-db2): Doc change.
3311
3312 2001-08-20 Alex Schroeder <alex@gnu.org>
3313
3314 * sql.el (sql-postgres): Add the database at the end of the
3315 parameters instead of at the beginning.
3316 (sql-postgres-options): Doc change.
3317
3318 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3319
3320 * custom.el (defcustom): Doc fix.
3321
3322 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3323
3324 * ps-mule.el (find-composition): Check if (char-after POS)
3325 returns a valid character.
3326
3327 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3328
3329 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3330 original-point for extra CR characters that are added/removed when
3331 the buffer is written/read whose EOL type is -dos.
3332
3333 2001-08-16 Miles Bader <miles@gnu.org>
3334
3335 * simple.el (line-move): Undo previous change.
3336
3337 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3338 property to input-terminating `boundary' overlays to avoid
3339 line-move wierdness.
3340
3341 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3342
3343 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3344 buffer in a save-restriction. Under one test case with Ediff,
3345 window-scroll-functions are run with a window start that's
3346 temporarily outside of the restriction.
3347
3348 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3349
3350 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3351 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3352 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3353 (texinfo-update-menu-region-beginning)
3354 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3355 command, @ifnottex, to regexps, so it is found.
3356
3357 2001-08-16 Andrew Innes <andrewi@gnu.org>
3358
3359 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3360 (DONTCOMPILE): Omit sc.el.
3361
3362 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3363 (DONTCOMPILE): Omit sc.el.
3364
3365 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3366
3367 * replace.el (occur): Bind inhibit-read-only to t.
3368
3369 2001-08-16 Miles Bader <miles@gnu.org>
3370
3371 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3372 calling `constrain-to-field', to avoid problems with comint prompts.
3373
3374 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3375
3376 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3377 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3378
3379 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3380 of a while-loop.
3381
3382 * Makefile.in (DONTCOMPILE): Remove sc.el.
3383
3384 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3385 Don't include term/.
3386
3387 * mail/sc.el: Moved to obsolete/.
3388
3389 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3390
3391 * ps-print.el: Change error function arguments to follow Emacs
3392 message convention. Doc fix.
3393 (ps-print-version): New version number (6.5.4).
3394 (coding-system-for-write): Change declaration position to avoid
3395 XEmacs compilation gripes.
3396 (coding-system-for-read, buffer-file-coding-system):
3397 Declarations to avoid XEmacs compilation gripes.
3398
3399 * ps-mule.el: Doc fix.
3400 (ps-mule-encode-header-string): If STRING is not a string, replace
3401 STRING by empty string.
3402
3403 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3404
3405 * frame.el (show-trailing-whitespace): Doc fix.
3406
3407 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3408
3409 * desktop.el (desktop-save): Insert the coding: tag before
3410 desktop-header.
3411
3412 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3413
3414 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3415 its path from $els.
3416
3417 * image.el (image-jpeg-p): Fix call of substring.
3418
3419 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3420
3421 * play/animate.el (animate-string): Doc fix. Use a buffer
3422 name with stars in it.
3423 (animate-sequence): New function.
3424 From Richard Stallman <rms@gnu.org>.
3425
3426 * frame.el (select-frame-set-input-focus): New function
3427 extracted from other-frame.
3428 (other-frame): Use it.
3429 (next-multiframe-window, previous-multiframe-window): Use it.
3430
3431 * isearch.el (isearch-other-meta-char): Don't switch to the
3432 buffer of a window clicked on, when the current buffer is
3433 in Isearch mode.
3434
3435 * image.el (image-jpeg-p): Test for APPn markers in the range
3436 #xe0..#xef.
3437
3438 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3439
3440 * desktop.el (desktop-save): Don't use concat to form a file
3441 name, use expand-file-name.
3442
3443 * mouse.el (mouse-delete-window): Do nothing if frame has just
3444 one window.
3445
3446 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3447 for the minor mode name.
3448
3449 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3450 minor mode name.
3451
3452 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3453 instead of make-mode-line-mouse2-map.
3454
3455 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3456 the minor mode name.
3457
3458 * emacs-lisp/easy-mmode.el (define-minor-mode):
3459 Use mode-line-minor-mode-keymap for the minor mode name.
3460
3461 * calendar/calendar.el (calendar-mode-line-format):
3462 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3463
3464 * bindings.el (make-mode-line-mouse-map): Renamed from
3465 make-mode-line-mouse2-map. Take additional arg MOUSE.
3466 (mode-line-modified): Use mouse-3 instead of mouse-2.
3467 (mode-line-buffer-identification-keymap): Bind keys differently.
3468 (propertized-buffer-identification): Adapt help-echo to new bindings.
3469
3470 * bindings.el (mode-line-format): Specify help-echo for line
3471 number, column number and buffer-percent part of the mode-line.
3472
3473 * image.el (image-type-regexps): Allow whitespace at the start
3474 of the image data for XPM, XBM and Postscript, which are
3475 text files.
3476 (image-jpeg-p): Correct calculation of next field offset.
3477
3478 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3479
3480 * battery.el: Fix typo.
3481
3482 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3483
3484 * image.el (image-type-regexps): Allow predicates. Change the way
3485 JPEG images are recognized.
3486 (image-jpeg-p): New function.
3487 (image-type-from-data): Handle predicates in image-type-regexps.
3488
3489 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3490 #:, #x, #o, and similar constructs.
3491
3492 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3493
3494 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3495
3496 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3497 instead of `progn'.
3498
3499 * tar-mode.el (tar-extract): Avoid generating a new buffer
3500 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3501
3502 * textmodes/paragraphs.el (forward-sentence): Avoid building
3503 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3504
3505 * progmodes/executable.el (executable-set-magic):
3506 If executable-find returns a quoted file name, unquote it before
3507 inserting it.
3508
3509 * image.el (image-type-regexps): For JPEG files, use a regexp
3510 derived from the JFIF spec.
3511
3512 * image.el (image-type-regexps): Use `\`' instead of `^' in
3513 most regular expressions.
3514
3515 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3516
3517 * play/animate.el: Re-insert a reference to re-inserted function.
3518
3519 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3520
3521 * help.el (describe-function-1): Use find-function-search-for-symbol
3522 instead of find-function-noselect because the latter follows aliases.
3523
3524 * play/animate.el (animate-birthday-present): Re-insert.
3525
3526 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3527 Handle old-style menu definitions.
3528
3529 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3530
3531 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3532 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3533
3534 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3535 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3536 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3537
3538 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3539
3540 * textmodes/tildify.el: Milan Zamazal has new address.
3541
3542 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3543
3544 * custom.el (custom-set-variables): Don't test `custom-requests'
3545 properties, check the third element of the options passed to
3546 custom-set-variables instead.
3547
3548 * info.el (info-insert-file-contents): Use info-file-exists-p
3549 instead of file-exists-p.
3550
3551 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3552 the mode-line face is restored. Fix several bugs.
3553
3554 * replace.el (perform-replace): Doc fix.
3555
3556 2001-08-02 Francesco Potorti` <pot@gnu.org>
3557
3558 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3559 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3560 (uniquify-fix-item-base, uniquify-fix-item-filename)
3561 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3562 Callers changed.
3563 (uniquify-set-proposed): Changed to work with a vector item.
3564 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3565 the fix list, and a list of strings for the non-file buffer
3566 names. Both changes reduce consing.
3567 (uniquify-rationalize-a-list): Local variable renaming.
3568 (uniquify-rationalize-conflicting-sublist): Use member instead of
3569 assoc.
3570 (uniquify-rename-buffer): Use unless instead of if not.
3571
3572 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3573
3574 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3575
3576 * custom.el (custom-set-variables): Set options with :require
3577 clauses last.
3578
3579 * custom.el (defcustom): Doc fix.
3580
3581 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3582
3583 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3584
3585 * man.el (man): Mention Man-switches in the doc string.
3586 (Man-switches): Mention -a in the doc string.
3587
3588 * textmodes/ispell.el (ispell-alternate-dictionary):
3589 Add /usr/share/lib/dict/words, for Irix.
3590
3591 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3592 corresponding non-kp keys. Suggested by Stephen Gildea
3593 <gildea@stop.mail-abuse.org>.
3594
3595 2001-08-01 Francesco Potorti` <pot@gnu.org>
3596
3597 * uniquify.el: These changes correct a corner case that the old
3598 code managed correctly.
3599 (uniquify-fix-item-proposed): Renamed from
3600 uniquify-fix-item-min-proposed.
3601 (uniquify-set-proposed): New function.
3602 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3603 clarity and speed.
3604 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3605 This is equivalent to what the old code did.
3606 (uniquify-rationalize-a-list): Never recompute the proposed
3607 name. Sort the conflicting sublist before rationalising it: this
3608 is equivalent to what the old code did, but one directory element
3609 at a time, and only when necessary.
3610 (uniquify-rationalize-conflicting-sublist): Recompute here the
3611 proposed name.
3612
3613 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3614
3615 * play/animate.el: Add Keywords and Maintainer. Remove a
3616 reference to a removed function.
3617
3618 * play/animate.el (animate-string): Handle case that the string is
3619 longer than the window is wide.
3620
3621 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3622
3623 * desktop.el (desktop-save): Bind coding-system-for-write to
3624 `emacs-mule' for write-region.
3625
3626 * delsel.el (delete-selection-pre-hook): Don't set this-command
3627 to `ignore' if the region is empty.
3628
3629 * international/mule.el (set-keyboard-coding-system):
3630 Set keyboard-coding-system.
3631
3632 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3633 before accessing it.
3634
3635 2001-07-30 Andreas Schwab <schwab@suse.de>
3636
3637 * menu-bar.el (toggle-highlight-paren-mode):
3638 Use `(show-paren-mode)' as body.
3639
3640 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3641
3642 * vc.el (vc-checkout-hook): New hook.
3643 (vc-checkout): Run it.
3644
3645 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3646
3647 * progmodes/make-mode.el (makefile-macroassign-regex):
3648 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3649
3650 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3651
3652 * vc.el (vc-switch-backend): Fix autoload cookie.
3653
3654 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3655 the desktop file.
3656
3657 2001-07-30 Simon Josefsson <jas@extundo.com>
3658
3659 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3660 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3661
3662 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3663
3664 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3665 (last-sexp-toggle-display): Renamed from last-sexp-print.
3666 (last-sexp-toggle-display, eval-last-sexp-1):
3667 Use last-sexp-setup-props.
3668
3669 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3670 New user-options.
3671 (mouse-wheel-change-button): New function.
3672 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3673 (mwheel-scroll): Ditto.
3674
3675 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3676
3677 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3678 `...', compare with unabbreviated printed representation instead.
3679 (last-sexp-print): Bind print-length and print-level to nil.
3680
3681 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3682 before assigning text properties. Make properties rear-nonsticky.
3683
3684 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3685 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3686 <mouse-2> and <RET> in that map to a function printing the
3687 unabbreviated value.
3688
3689 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3690 is a buffer, put a text property `printed-value' on the printed
3691 representation, with the Lisp object printed as value.
3692
3693 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3694
3695 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3696 Mention the effect of eval-expression-print-length and
3697 eval-expression-print-level in the doc strings. Suggested by
3698 Kevin Gallagher <kevingal@onramp.net>.
3699
3700 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3701
3702 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3703 for buttons > 3.
3704 (xterm-mouse-translate): Handle the case that we don't get a
3705 down-event.
3706
3707 * emacs-lisp/find-func.el (find-function-regexp):
3708 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3709 in front of the function name.
3710
3711 * isearch.el (isearch-other-meta-char): Fix last change.
3712
3713 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3714 similar events for which fake prefix keys are generated. It's no
3715 longer necessary since read_key_sequence doesn't modify these
3716 events for internal purposes anymore.
3717
3718 * files.el (auto-mode-alist): Use nroff-mode for files ending
3719 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3720
3721 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3722
3723 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3724 tool-bar-lines parameter, behave as if its value were zero.
3725 (mouse-avoidance-set-pointer-shape): Don't do anything if
3726 x-pointer-shape is not boundp.
3727
3728 2001-07-23 Francesco Potorti` <pot@gnu.org>
3729
3730 * uniquify.el: Overall speedup changes when using many buffers.
3731 (uniquify-fix-item-base, uniquify-fix-item-filename)
3732 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3733 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3734 place in the item, but was never used.
3735 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3736 in the item is now used as cache for the proposed name.
3737 (uniquify-rationalize-file-buffer-names): Move computation made on
3738 newbuffile out of the loop, in the newbuffile-nd local var.
3739 Use dolist (cosmetic change). Compute the proposed name for the most
3740 common case and cache it in the fourth place in the item.
3741 (uniquify-rationalize-file-buffer-names): Used to return a a list
3742 of buffer whose name was changed, but that return value was never used.
3743 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3744 the cached proposed name, does much less consing and is quicker.
3745 (uniquify-filename-lessp): Deleted.
3746 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3747 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3748 cached proposed name is possible.
3749 (uniquify-get-proposed-name): Arguments changed, callers changed.
3750 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3751 uniquify-possibly-resolvable flag, which is no more bound locally.
3752 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3753 flag, which does not exist any more.
3754
3755 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3756
3757 * term/internal.el (IT-unicode-translations): Fix the appearance of
3758 "6`".
3759
3760 * progmodes/compile.el (compile-internal): If EMACS is already
3761 defined in the environment, don't override its value.
3762
3763 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3764
3765 * play/fortune.el: Undo change of 2001-07-13.
3766 Fix autoload cookies. Add types to defcustoms.
3767 (fortune) <defgroup>: Add :link.
3768 (fortune-from-region): Use eq, not eql.
3769 From Dave Love <fx@gnu.org>.
3770
3771 * play/animate.el (animate-birthday-present): Function removed.
3772
3773 * play/animate.el: New file.
3774
3775 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3776
3777 * startup.el (normal-top-level-add-subdirs-to-load-path):
3778 On Windows, put into normal-top-level-add-subdirs-inode-list the
3779 canonicalized names of the directories instead of inode numbers.
3780
3781 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3782
3783 * ediff-util.el: Copyright years.
3784 (ediff-choose-syntax-table): New function.
3785 (ediff-setup): Use ediff-choose-syntax-table.
3786 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3787 vc-state is available.
3788 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3789
3790 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3791 with-syntax-table.
3792 (ediff-coding-system-for-read): From ediff-diff.el
3793 (ediff-coding-system-for-write): New variable.
3794 (ediff-highest-priority): Fixed the bug having to do with disappearing
3795 overlays.
3796 (ediff-file-remote-p): Use file-remote-p, if available.
3797 (ediff-listable-file): New function.
3798 (ediff-file-attributes): Use ediff-listable-file.
3799
3800 * ediff-mult.el (ediff-meta-insert-file-info1):
3801 Use ediff-listable-file.
3802
3803 * ediff-ptch.el (ediff-prompt-for-patch-file):
3804 Use ediff-coding-system-for-read.
3805 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3806
3807 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3808 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3809
3810 * ediff.el: Date of last update, copyright years.
3811
3812 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3813
3814 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3815 of Scott Bronson.
3816 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3817 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3818 Deleted functions.
3819 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3820 ex-token-list.
3821 (viper-get-ex-address-subr): Convert registers to char data type.
3822
3823 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3824 (viper-memq-char): Use viper-int-to-char.
3825 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3826 vc-locking-state.
3827 (viper-read-key): Use viper-read-key-sequence.
3828
3829 * viper.el (viper-major-mode-modifier-list):
3830 Added inferior-emacs-lisp-mode.
3831 (this-major-mode-requires-vi-state): New function that uses simple
3832 heuristics to decide if vi state is appropriate.
3833 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3834 (viper-non-hook-settings): Don't advise read-key-sequence.
3835 (viper-read-key-sequence): New function that replaces the
3836 previously used advice to read-key-sequence.
3837
3838 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3839 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3840 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3841 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3842 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3843 Got rid of the negative character hack.
3844 (viper-escape-to-state,viper-replace-state-exit-cmd):
3845 Use viper-read-key-sequence.
3846 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3847 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3848 Don't override existing minibuffer-setup-hook.
3849 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3850 Convert registers to char data type.
3851 (viper-autoindent): Use viper-indent-line.
3852
3853 * viper-keym.el: Use viper-exec-key-in-emacs.
3854
3855 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3856
3857 * server.el (server-visit-files): Fix variable name typo.
3858
3859 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3860
3861 * simple.el (delete-trailing-whitespace): Save match data
3862 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3863
3864 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3865
3866 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3867 return a this-error using the alternative format (a pair of markers).
3868
3869 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3870
3871 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3872
3873 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3874 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3875
3876 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3877
3878 * international/iso-transl.el: Fix typo in the header of the file.
3879
3880 * textmodes/picture.el (picture): Doc fix.
3881
3882 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3883 follow coding conventions in generated files.
3884
3885 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3886
3887 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3888 (tool-bar-add-item): Don't call image-related primitives if the
3889 display doesn't support images.
3890
3891 * frame.el (display-images-p): New function.
3892
3893 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3894
3895 * server.el (server-visit-files): Handle the case the specified
3896 column number is <= 0.
3897
3898 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3899
3900 * startup.el (command-line-1): Add support for +LINE:COLUMN
3901 command line argument.
3902
3903 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3904
3905 * server.el (server-process-filter, server-visit-files):
3906 Add support for +LINE:COLUMN style emacsclient calls.
3907
3908 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3909
3910 * emacs-lisp/easy-mmode.el: Add Keywords header.
3911
3912 * play/pong.el: Author has new address.
3913
3914 * play/landmark.el: Author is no more reachable.
3915
3916 * play/handwrite.el: Author is no more reachable.
3917
3918 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3919
3920 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3921 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3922 Complete bindings for F<1..12> keys.
3923 (global-map): Remove `undo' binding (already in the default).
3924 Replace `t<n>' bindings with `f<n>' bindings.
3925
3926 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3927
3928 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3929 (tcl-mode): Use tcl-add-log-defun.
3930 (tcl-indent-line): Use tcl-calculate-indent.
3931 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3932 (tcl-indent-exp): Renamed from indent-tcl-exp.
3933 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3934 (tcl-indent-for-comment): Call comment-indent-function properly
3935 and handle the case where it returns nil.
3936
3937 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3938
3939 * calendar/cal-islam.el (calendar-goto-islamic-date):
3940 Remove autoload cookie.
3941
3942 * calendar/calendar.el (calendar-goto-islamic-date):
3943 Add call to autoload.
3944
3945 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3946
3947 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3948 Don't change compile-auto-highlight globally.
3949 Don't bother with `font-lock-defaults' property since XEmacs
3950 also understands the `font-lock-defaults' variable.
3951 Use make-local-variable rather than make-variable-buffer-local.
3952 Don't `defconst' comment-indent-function: keep the default.
3953 Call easy-menu-add unconditionally.
3954 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3955 (ada-create-menu): Use :included for Emacs as well.
3956
3957 * vc.el (vc-do-command): Autoload.
3958
3959 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3960
3961 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3962
3963 * ps-print.el: Fix Author: header.
3964
3965 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3966
3967 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3968 mouse-1 etc., bind them to `ignore'.
3969
3970 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3971 send-invisible, which is already defined in Comint.
3972 (eshell-watch-for-password-prompt): Use it.
3973
3974 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3975
3976 * which-func.el (which-func-mode): Doc fix.
3977
3978 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3979 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3980 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3981 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3982 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3983 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3984 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3985 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3986 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3987 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3988 * emulation/edt-mapper.el, emulation/edt-pc.el,
3989 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3990 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3991 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3992 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3993 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3994 * international/isearch-x.el, international/iso-cvt.el,
3995 * international/ogonek.el, international/quail.el,
3996 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3997 * language/devanagari.el, language/ethio-util.el,
3998 * language/ethiopic.el, language/european.el, language/indian.el,
3999 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4000 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4001 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4002 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4003 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4004 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4005 * progmodes/autoconf.el, progmodes/cmacexp.el,
4006 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4007 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4008 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4009 * progmodes/ebnf2ps.el, progmodes/executable.el,
4010 * progmodes/fortran.el, progmodes/idlw-shell.el,
4011 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4012 * progmodes/m4-mode.el, progmodes/mantemp.el,
4013 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4014 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4015 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4016 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4017 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4018 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4019 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4020 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4021 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4022 * textmodes/two-column.el, time-stamp.el, timezone.el,
4023 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4024 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4025 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4026 conventions.
4027
4028 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4029
4030 * simple.el (set-variable): Require 'cus-edit' instead of
4031 `wid-edit', so that the Custom widgets get defined.
4032
4033 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4034
4035 * allout.el: A fix to follow coding conventions.
4036
4037 * find-lisp.el: A fix to follow coding conventions.
4038
4039 * term/w32-win.el: A fix to follow coding conventions.
4040
4041 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4042
4043 * term/xterm.el: A fix to follow coding conventions.
4044
4045 * term/news.el: A fix to follow coding conventions.
4046
4047 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4048 header line fixed.
4049
4050 * sun-curs.el: Fix Maintainer: header line.
4051
4052 * emacs-lisp/easymenu.el: Address of the author added.
4053
4054 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4055
4056 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4057 property.
4058
4059 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4060
4061 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4062 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4063 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4064 Some fixes to follow coding conventions.
4065
4066 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4067
4068 * which-func.el (which-func-mode): Doc fix.
4069
4070 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4071
4072 * net/rcompile.el (remote-compile): Use make-local-variable.
4073
4074 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4075
4076 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4077
4078 * mail/reporter.el (reporter-submit-bug-report):
4079 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4080
4081 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4082
4083 * calendar/cal-china.el, calendar/cal-coptic.el,
4084 * calendar/cal-dst.el, calendar/cal-french.el,
4085 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4086 * calendar/cal-iso.el, calendar/cal-julian.el,
4087 * calendar/cal-mayan.el, calendar/cal-persia.el,
4088 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4089 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4090 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4091 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4092 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4093 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4094 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4095 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4096 * progmodes/ada-xref.el, progmodes/cc-align.el,
4097 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4098 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4099 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4100 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4101 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4102 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4103 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4104 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4105 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4106 * textmodes/reftex.el: Some fixes to follow coding
4107 conventions in Eshell files with known maintainers.
4108
4109 * emulation/viper.el: A fix to follow coding conventions.
4110
4111 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4112 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4113 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4114 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4115 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4116 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4117 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4118 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4119 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4120 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4121 conventions in Eshell files.
4122
4123 * composite.el, diff.el, emacs-lisp/levents.el,
4124 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4125 * emulation/pc-mode.el, emulation/viper-cmd.el,
4126 * emulation/viper-ex.el, emulation/viper-init.el,
4127 * emulation/viper-keym.el, emulation/viper-macs.el,
4128 * emulation/viper-mous.el, emulation/viper-util.el,
4129 * emulation/viper.el, forms-pass.el, international/ccl.el,
4130 * international/characters.el, international/encoded-kb.el,
4131 * international/fontset.el, international/ja-dic-cnv.el,
4132 * international/ja-dic-utl.el, international/kinsoku.el,
4133 * international/kkc.el, international/mule-cmds.el,
4134 * international/mule-diag.el, international/mule-util.el,
4135 * international/mule.el, international/titdic-cnv.el,
4136 * language/china-util.el, language/chinese.el,
4137 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4138 * language/greek.el, language/hebrew.el, language/japan-util.el,
4139 * language/japanese.el, language/korea-util.el, language/korean.el,
4140 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4141 * language/slovak.el, language/thai-util.el, language/thai.el,
4142 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4143 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4144 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4145 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4146 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4147 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4148 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4149 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4150 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4151 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4152 to follow coding conventions in files without maintainer or in files
4153 with clear maintainer (but without Maintainer header stating so).
4154
4155 * emacs-lisp/elp.el: A fix to follow coding conventions.
4156
4157 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4158 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4159 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4160 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4161 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4162 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4163 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4164 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4165 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4166 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4167 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4168 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4169 conventions in files from Gnus.
4170
4171 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4172 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4173 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4174 * echistory.el, electric.el, emacs-lisp/authors.el,
4175 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4176 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4177 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4178 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4179 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4180 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4181 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4182 * international/codepage.el, international/iso-ascii.el,
4183 * international/iso-insert.el, international/iso-transl.el,
4184 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4185 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4186 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4187 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4188 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4189 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4190 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4191 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4192 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4193 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4194 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4195 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4196 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4197 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4198 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4199 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4200 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4201 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4202 * textmodes/tex-mode.el, textmodes/text-mode.el,
4203 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4204 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4205 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4206 files maintained by FSF.
4207
4208 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4209
4210 * arc-mode.el: A fix to follow coding conventions.
4211
4212 * bindings.el: Ditto.
4213
4214 * cdl.el: Ditto.
4215
4216 * comint.el: Ditto.
4217
4218 * cus-start.el: Ditto.
4219
4220 * shell.el: Ditto.
4221
4222 * skeleton.el: Ditto.
4223
4224 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4225
4226 * info.el (Info-build-node-completions):
4227 Make Info-current-file-completions buffer local.
4228
4229 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4230
4231 * which-func.el (which-func-mode, which-func-ff-hook)
4232 (which-function-mode): Remove references to which-func-mode-global.
4233
4234 * calendar/cal-islam.el (calendar-goto-islamic-date):
4235 Add autoload cookie.
4236
4237 * play/fortune.el: Add types to defcustoms.
4238
4239 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4240
4241 * language/czech.el: A fix to follow coding conventions.
4242
4243 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4244
4245 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4246 to the extension list, for antlr-mode. From Christoph Wedler
4247 <Christoph.Wedler@sap.com>.
4248
4249 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4250
4251 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4252 (vc-dired-mode-map): Fix the madness.
4253
4254 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4255 (vc-prefix-map): Moved back from vc.el.
4256
4257 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4258
4259 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4260 Increase the size of the obarray.
4261 (mail-extr-all-top-level-domains): Add more toplevel domains,
4262 add more long names.
4263 From: Per Starback <starback@ling.uu.se>.
4264
4265 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4266
4267 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4268 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4269
4270 * progmodes/ada-mode.el: Ditto.
4271
4272 * progmodes/ada-xref.el: Ditto.
4273
4274 2001-07-11 Miles Bader <miles@gnu.org>
4275
4276 * finder.el (finder-insert-at-column): Also move to the next line
4277 if exactly at COLUMN.
4278
4279 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4280
4281 * help.el (describe-function-1): When printing FUNCTION's
4282 documentation, don't assume FUNCTION is a symbol.
4283
4284 * startup.el (normal-top-level): Don't operate on the initial
4285 frame if we failed to create one.
4286
4287 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4288
4289 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4290 itself, i.e. only indent the contents in it.
4291
4292 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4293
4294 * mail/rmail.el (rmail-show-message): Show beginning of message in
4295 all windows containing it.
4296
4297 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4298
4299 * term/tty-colors.el: Fix the header line and copyright years.
4300
4301 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4302
4303 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4304 original definition has an interactive form, but is Elp
4305 instrumented, use the interactive form of the function called by
4306 elp-wrapper.
4307
4308 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4309 configurations with compare-window-configuration; they aren't
4310 window configurations.
4311
4312 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4313 from the server for the format we expect. Don't use it if it
4314 doesn't look like what the Internet draft for FTP extensions specifies.
4315
4316 * toolbar/*.pbm: Cleaned up.
4317 From Luis Fernandes <elf@ee.ryerson.ca>.
4318
4319 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4320
4321 * cc-cmds.el: Extended the kludge to interoperate with the
4322 delsel and pending-del packages wrt to the new function
4323 `c-electric-delete-forward'.
4324
4325 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4326
4327 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4328 to delay the call to <mode> for global minor modes.
4329 (easy-mmode-define-navigation): Only recenter if interactive.
4330
4331 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4332
4333 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4334 to lisp-indent-line.
4335
4336 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4337 from the server. Call encode-time only when we are sure that we
4338 got a 213 response.
4339
4340 2001-07-06 Simon Josefsson <jas@extundo.com>
4341
4342 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4343 (mail-envelope-from): New user option.
4344 (sendmail-send-it): Use it.
4345
4346 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4347
4348 * ps-print.el: Use locale dependant date to print date in header.
4349 Doc fix.
4350 (ps-print-version): New version number (6.5.3).
4351 (ps-right-header, ps-right-footer): Initialization and doc fix.
4352 (ps-time-stamp-locale-default): New fun.
4353
4354 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4355
4356 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4357 field problem with MIME-mode.
4358
4359 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4360
4361 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4362
4363 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4364 MIME-mode.
4365
4366 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4367
4368 * bindings.el (mode-line-mule-info): Don't show the tip with
4369 buffer-file-coding-system if that is nil.
4370
4371 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4372
4373 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4374 instead of kill-line.
4375
4376 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4377 <Pavel@Janik.cz>.
4378
4379 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4380 <Pavel@Janik.cz>.
4381
4382 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4383
4384 * font-lock.el (c-font-lock-keywords-3): When matching something
4385 like `struct X Y', finish with point after Y.
4386
4387 2001-07-04 Simon Josefsson <jas@extundo.com>
4388
4389 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4390 in caller buffer.
4391
4392 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4393
4394 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4395 instead of string-match to find the basename of the file.
4396 From Pascal Obry <p.obry@wanadoo.fr>.
4397
4398 * net/browse-url.el (browse-url-default-windows-browser):
4399 Support the MS-DOS port when it runs on Windows.
4400 (browse-url-browser-function) [ms-dos]: Default to
4401 browse-url-default-windows-browser.
4402
4403 * help.el (locate-library): Enable code that looks for compressed
4404 libraries if auto-compression-mode is on.
4405
4406 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4407
4408 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4409
4410 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4411
4412 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4413
4414 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4415
4416 * allout.el: Fix the header line, so that finder.el recognizes it.
4417 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4418
4419 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4420 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4421
4422 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4423
4424 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4425
4426 * ps-bdf.el (bdf-directory-list): Use the value relative to
4427 installation-directory for MS-Windows as well.
4428
4429 2001-06-29 Richard M. Stallman <rms@gnu.org>
4430
4431 * wid-edit.el (widget-color-sample-face-get):
4432 Return ((foreground-color . COLOR)) instead of constructing a face.
4433
4434 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4435
4436 * faces.el (region): Change the background color for the
4437 light-background color display to lightgoldenrod2, to make it
4438 visible on some laptops.
4439
4440 2001-06-28 Richard M. Stallman <rms@gnu.org>
4441
4442 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4443 (rmail-msg-restore-non-pruned-header): Likewise.
4444 If point was in the old pruned header, put it at the top.
4445 (rmail-msg-prune-header): If point was at the top, keep it there.
4446
4447 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4448 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4449
4450 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4451
4452 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4453
4454 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4455
4456 * saveplace.el: Update maintainer email address.
4457
4458 2001-06-27 Francesco Potorti` <pot@gnu.org>
4459
4460 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4461 Undo previous change.
4462
4463 2001-06-27 Francesco Potorti` <pot@gnu.org>
4464
4465 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4466 preliminary quick reordering. Can speed things up dramatically.
4467
4468 2001-06-26 Richard M. Stallman <rms@gnu.org>
4469
4470 * dired.el (dired-get-filename): A file name starting with ~
4471 is not absolute in this context.
4472
4473 * which-func.el (which-func-maxout): Increase default to 500000.
4474 (which-function-mode): This is now the "real" name of the function.
4475 (which-func-mode): Now an alias.
4476 (which-func-mode-global): Name deleted.
4477
4478 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4479 button-2, when binding hs-mouse-toggle-hiding.
4480
4481 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4482
4483 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4484 (rmail-msg-prune-header): Likewise.
4485 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4486 and `rmail-msg-prune-header'.
4487
4488 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4489
4490 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4491 back than LINEBEG.
4492
4493 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4494
4495 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4496 window where they clicked the mouse has a header line, adjust
4497 vertical movement by one.
4498
4499 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4500
4501 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4502 too when separating a parenthesis.
4503
4504 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4505
4506 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4507 (bookmark-bmenu-hide-filenames): Add help-echo to
4508 mouse-highlighted text.
4509 (bookmark-bmenu-show-filenames): Remove help-echo property from
4510 the whitespace.
4511
4512 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4513
4514 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4515 From Karl Eichwalder <ke@suse.de>.
4516
4517 2001-06-23 Richard M. Stallman <rms@gnu.org>
4518
4519 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4520
4521 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4522 contents for completing-read.
4523
4524 2001-06-22 Richard M. Stallman <rms@gnu.org>
4525
4526 * menu-bar.el (menu-bar-make-toggle): Construct the
4527 function's doc string from HELP, not DOC, and make it accurate by
4528 adding "Toggle whether to " at the front and downcasing the initial.
4529 Change the HELP arg in some calls to make it fit this usage.
4530
4531 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4532 Undo previous change.
4533
4534 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4535
4536 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4537
4538 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4539
4540 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4541
4542 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4543
4544 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4545
4546 2001-06-20 Richard M. Stallman <rms@gnu.org>
4547
4548 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4549 broken out from dabbrev--find-expansion. Handle minibuffer
4550 specially here.
4551 (dabbrev--find-expansion): Simplify code in various ways.
4552 Don't treat minibuffers specially.
4553 Call dabbrev--make-friend-buffer-list.
4554 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4555 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4556
4557 2001-06-19 John Wiegley <johnw@gnu.org>
4558
4559 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4560 Also, added a comment describing how to greatly speedup Eshell
4561 loadup time, by concatenating together all of Eshell's .elc files.
4562
4563 2001-06-19 John Wiegley <johnw@gnu.org>
4564
4565 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4566
4567 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4568
4569 * woman.el (WoMan-highlight-references): Add help-echo to
4570 mouse-highlighted text.
4571
4572 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4573
4574 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4575
4576 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4577
4578 * international/quail.el (quail-start-conversion):
4579 Reset quail-translating to nil.
4580
4581 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4582 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4583
4584 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4585
4586 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4587 mouse-highlighted text.
4588
4589 * dired.el (dired-mark-pop-up): Fix last change.
4590
4591 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4592
4593 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4594 mouse-highlighted text.
4595
4596 * net/quickurl.el (quickurl-url-file): Run through
4597 convert-standard-filename.
4598 (quickurl-list-populate-buffer): Add help-echo to
4599 mouse-highlighted text.
4600 (top-level): Update Dave's URL.
4601
4602 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4603 mouse-highlighted text.
4604
4605 * textmodes/page-ext.el (pages-copy-header-and-position):
4606 Add help-echo to mouse-highlighted text.
4607
4608 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4609 mouse-highlighted text.
4610
4611 * replace.el (occur): Add help-echo to mouse-highlighted text.
4612
4613 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4614 mouse-highlighted text.
4615
4616 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4617 mouse-highlighted text.
4618
4619 * progmodes/compile.el (compile-reinitialize-errors):
4620 Add help-echo to mouse-highlighted messages.
4621 (compilation-forget-errors): Remove help-echo property as well.
4622
4623 * play/landmark.el (lm-plot-square, lm-init-display):
4624 Add help-echo to mouse-highlighted text.
4625
4626 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4627 Add help-echo to mouse-highlighted text.
4628
4629 * dired.el (dired-insert-set-properties): Add help-echo to
4630 mouse-highlighted text.
4631 (dired-mark-pop-up): Remove help-echo property from the file name.
4632
4633 * comint.el (comint-send-input): Add help-echo to
4634 mouse-highlighted text.
4635
4636 * buff-menu.el (list-buffers-noselect): Add help-echo to
4637 mouse-highlighted text.
4638
4639 * arc-mode.el (archive-summarize-files): Add help-echo to
4640 mouse-highlighted text.
4641
4642 * ffap.el (ffap-machine-p): Always return nil if
4643 open-network-stream is not fboundp.
4644
4645 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4646
4647 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4648 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4649 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4650 incorrectly binding chars between 128 and 256 to it.
4651 (sgml-maybe-name-self): Handle latin-1 chars properly.
4652 (sgml-tags-invisible): Bind buffer-file-name to nil.
4653 Use unwind-protect and restore-buffer-modified-p.
4654 (sgml-point-entered): Use buffer-substring-no-properties.
4655 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4656 (html-mode): Don't force `imenu-sort-function'.
4657
4658 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4659
4660 * tar-mode.el: Fix the copyright notice.
4661
4662 * font-lock.el (font-lock-comment-face): For tty's with dark
4663 background, use "red1", since "lightred" is not one of the colors
4664 recognized by tty-colors.el.
4665
4666 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4667 create a buffer for extracted file, in case there's more than one
4668 file by that name in an archive, possibly in different
4669 directories. From Kevin Rodgers <kevinr@ihs.com>.
4670
4671 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4672 <alex@gnu.org>.
4673
4674 2001-06-15 Miles Bader <miles@gnu.org>
4675
4676 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4677 Revert previous change.
4678
4679 2001-06-14 Richard M. Stallman <rms@gnu.org>
4680
4681 * replace.el (keep-lines-read-args): Return just a regexp.
4682 Provide nil for the region args.
4683 (keep-lines, flush-lines, how-many):
4684 Calculate the defaults for the region here, when args are nil.
4685
4686 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4687
4688 * rot13.el (rot13-other-window): Some more doc fix.
4689
4690 2001-06-14 Per Starback <starback@ling.uu.se>
4691
4692 * replace.el (case-replace, query-replace-from-history-variable)
4693 (query-replace-to-history-variable, keep-lines-read-args)
4694 (occur-revert-function, query-replace-help): Dox fix.
4695
4696 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4697
4698 * rot13.el (rot13-other-window): Doc fix.
4699
4700 2001-06-14 Miles Bader <miles@gnu.org>
4701
4702 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4703 of " and \ to "." (punctuation).
4704 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4705
4706 2001-06-13 Richard M. Stallman <rms@gnu.org>
4707
4708 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4709
4710 * simple.el (shell-command-on-region): Never kill the
4711 *Shell Command Output* buffer.
4712
4713 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4714
4715 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4716
4717 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4718
4719 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4720 New var, to recognize ${ $' and PODs.
4721 (perl-font-lock-syntactic-face-function): New function.
4722 (perl-mode): Use them.
4723 (perl-continuation-line-p): New function, from perl-calculate-indent.
4724 (perl-calculate-indent): Use it, to properly handle continuation
4725 lines of continuation lines.
4726
4727 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4728
4729 * server.el (server-process, server-buffer-clients): Doc fix.
4730 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4731
4732 2001-06-09 John Wiegley <johnw@gnu.org>
4733
4734 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4735 test if the last command was Lisp or not.
4736 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4737 B x C".
4738
4739 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4740
4741 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4742 general one on compile.el supports drive letters.
4743
4744 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4745
4746 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4747 key description.
4748
4749 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4750
4751 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4752 (reftex-toc-jump): New command.
4753
4754 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4755 to parse international characters as well.
4756
4757 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4758 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4759
4760 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4761
4762 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4763 TAB to the key separators.
4764
4765 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4766
4767 * international/mule.el (auto-coding-alist): Remove redundant
4768 up-cased versions of the extensions (auto-coding-alist-lookup is
4769 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4770 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4771
4772 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4773
4774 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4775
4776 2001-06-01 Richard M. Stallman <rms@gnu.org>
4777
4778 * help.el (describe-variable): Put value on same line
4779 with preceding text, if it is short enough to look good that way.
4780
4781 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4782
4783 * term/internal.el (IT-unicode-translations): New variable.
4784 (IT-setup-unicode-display): New function.
4785
4786 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4787
4788 * ps-print.el: Handle before-string and after-string overlay properties
4789 in ps-print-*-with-faces commands. Doc fix.
4790 (ps-print-version): New version number (6.5.2).
4791 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4792 for XEmacs.
4793 (ps-prefix-quote): Doc fix.
4794 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4795 (ps-basic-plot-str, ps-plot-string): New funs.
4796
4797 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4798
4799 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4800 and :type spec.
4801
4802 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4803
4804 * international/mule-cmds.el (inactivate-input-method):
4805 Set input-method-function to nil.
4806
4807 * xml.el (xml-parse-tag): The document may contain invalid characters.
4808 From ShengHuo ZHU <zsh@cs.rochester.edu>
4809
4810 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4811
4812 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4813 `rmail-summary-line-decoder' if the message does not have
4814 a Subject: field.
4815
4816 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4817
4818 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4819 New variable.
4820 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4821 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4822 is non-nil.
4823
4824 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4825
4826 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4827
4828 2001-05-29 Sam Steingold <sds@gnu.org>
4829
4830 * faces.el (face-valid-attribute-values): Bind `valid' directly
4831 instead of using `setq'.
4832
4833 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4834 Use `tex-shell-buf'.
4835 (tex-shell-proc): Use `tex-shell-running'.
4836 (tex-shell-buf-no-error): New function.
4837 (tex-send-tex-command): Use it.
4838 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4839 (tex-kill-job): Check the process before calling `quit-process'.
4840
4841 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4842
4843 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4844 UTF-8 sequences.
4845
4846 2001-05-28 Miles Bader <miles@gnu.org>
4847
4848 * comint.el (comint-carriage-motion): Renamed from
4849 `comint-cr-magic'. Operate on the buffer instead of the string
4850 (for use as a comint post-output filter, instead of as a
4851 pre-output filter). Handle backspaces too. Add to the
4852 `comint-output-filter-functions' hook instead of
4853 `comint-preoutput-filter-functions'.
4854
4855 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4856
4857 * language/japan-util.el (japanese-hankaku): Prefer the charset
4858 `jisx0201' when the optional argument `ascii-only' is not specified.
4859 (japanese-hankaku-region): Ditto.
4860 From Katsumi Yamaoka <yamaoka@jpl.org>
4861
4862 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4863
4864 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4865 (outline-invisible-p): New function.
4866 (hide-leaves): Save excursion.
4867 (hide-other): Stop looping when reaching bobp.
4868
4869 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4870
4871 * cus-edit.el (custom-file): Fix last change.
4872
4873 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4874
4875 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4876 same definition in byte-compile-function-environment as `autoload'
4877 would put in `symbol-function'.
4878
4879 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4880 patch to correct the error message as well.
4881
4882 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4883
4884 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4885 unless ~/.emacs exists.
4886
4887 * novice.el (enable-command): If user-init-file is nil or does not
4888 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4889
4890 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4891
4892 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4893 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4894 Allow spaces around macro arguments.
4895 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4896 indent-for-tab-command.
4897 (latex-mode-map, plain-tex-mode-map): New keymaps.
4898 Inherit from tex-mode-map.
4899 (tex-common-initialization): Don't setup the keymap any more
4900 since it's now done right by define-derived-mode.
4901 (latex-mode): Set skeleton-end-hook to nil.
4902 (latex-skeleton-end-hook): Remove.
4903 (tex-latex-block, latex-insert-item): Simplify.
4904 (latex-syntax-after): Use following-char rather than char-after.
4905 (tex-discount-args-cmds, tex-count-words): New functions.
4906
4907 * textmodes/tildify.el (tildify-ignored-environments-alist):
4908 Recognize \verb* as well.
4909
4910 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4911 (perl-comment-indent): Simplify to let newcomment.el do its job.
4912 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4913 (perl-mark-function): Cleanup the namespace.
4914 (perl-calculate-indent): Don't be fooled by nested functions.
4915
4916 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4917
4918 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4919 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4920
4921 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4922
4923 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4924 actually be `\\'.
4925 (ctlau-b5-converter): Likewise.
4926
4927 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4928
4929 * international/titdic-cnv.el (quail-misc-package-ext-info):
4930 Change CTLauB.el to CTLau-b5.el.
4931
4932 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4933
4934 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4935 rather than beginning-of-line to avoid problems with fields.
4936 (gud-perldb-massage-args): Use unless and push.
4937 (gud-chdir-before-run): New var.
4938 (gud-common-init): Use it.
4939
4940 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4941
4942 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4943 delete entries for chinese-ctlau and chinese-ctlaub.
4944 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4945 chinese-ctlaub.
4946 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4947 New functions.
4948
4949 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4950
4951 * cus-edit.el (custom-comment-show): Remove debug code.
4952
4953 * language/japan-util.el (japanese-symbol-table): Fix handling of
4954 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4955
4956 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4957
4958 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4959 Renamed by removing the silly `-flag' suffix.
4960 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4961
4962 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4963
4964 * replace.el (keep-lines-read-args): Use `copy-marker'.
4965 (how-many): Save excursion properly.
4966 (occur-mode): Use define-derived-mode.
4967 (perform-replace): Use with-current-buffer.
4968
4969 2001-05-20 Richard M. Stallman <rms@gnu.org>
4970
4971 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4972
4973 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4974
4975 * info.el (Info-read-subfile): Widen before finding the
4976 desired node in the subfile.
4977
4978 * startup.el (command-line-1): When >2 files visited,
4979 leave the last one visible, and make that the selected window.
4980
4981 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4982
4983 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4984
4985 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4986
4987 * international/ccl.el (define-ccl-program): Fix a typo.
4988 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4989
4990 * international/mule.el (decode-char): Fix a typo. From Pavel
4991 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4992
4993 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4994 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4995
4996 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4997 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4998
4999 2001-05-18 Sam Steingold <sds@gnu.org>
5000
5001 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5002 and [RET] to `cvs-mode-find-file'.
5003
5004 2001-05-18 John Wiegley <johnw@gnu.org>
5005
5006 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5007 configuration variable, which determines the initial character
5008 that forces use of an external version of a command. The default
5009 is *, but may be set to \, for example.
5010
5011 * eshell/esh-ext.el (eshell-explicit-command):
5012 Use `eshell-explicit-command-char' instead of ?*.
5013
5014 * eshell/esh-cmd.el (eshell/which):
5015 Use `eshell-explicit-command-char' instead of ?*.
5016
5017 * eshell/em-cmpl.el (eshell-completion-command-name)
5018 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5019 instead of ?*.
5020
5021 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5022
5023 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5024 subst-char-in-string.
5025 (ange-ftp-after-parse-ls-hook): New variable.
5026 (ange-ftp-ls): Run that hook.
5027 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5028
5029 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5030 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5031 text into *Completions*.
5032
5033 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5034 part of which look like email addresses.
5035
5036 2001-05-18 Andrew Innes <andrewi@gnu.org>
5037
5038 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5039 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5040 cmd.exe's handling of FOR loops.
5041 (autoloads): Set find-file-suppress-same-file-warnings to t to
5042 avoid slew of spurious messages.
5043
5044 2001-05-18 Simon Josefsson <simon@josefsson.org>
5045
5046 * mail/smtpmail.el (maybe-append-domain): Renamed to
5047 `smtpmail-maybe-append-domain'.
5048 (smtpmail-via-smtp): Use the new name.
5049
5050 * net/browse-url.el (browse-url-browser-function): Add kde.
5051 (browse-url-kde-program, browse-url-kde-args): New variables.
5052 (browse-url-kde): New function.
5053
5054 2001-05-18 Miles Bader <miles@gnu.org>
5055
5056 * simple.el (delete-horizontal-space, just-one-space):
5057 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5058 because it's more efficient for large files.
5059
5060 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5061
5062 * mail/rmail.el (rmail-require-mime-maybe): New function.
5063 (rmail): Use it.
5064 (rmail-mode): Handle the case of finding Rmail files.
5065
5066 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5067 functions.
5068
5069 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5070
5071 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5072 text-property after moving to the beginning of line and regardless
5073 of the value of font-lock-multiline.
5074
5075 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5076
5077 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5078
5079 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5080 last coding system used before calling set-buffer-modified-p
5081 because that function changes last-coding-system.
5082
5083 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5084
5085 * files.el (switch-to-buffer-other-window)
5086 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5087 the doc string.
5088
5089 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5090
5091 * language/slovak.el, language/czech.el: New maintainer.
5092
5093 2001-05-16 Sam Steingold <sds@gnu.org>
5094
5095 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5096 sub-form of `defgeneric' correctly.
5097
5098 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5099
5100 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5101 of `c'.
5102
5103 * textmodes/outline.el (outline-font-lock-level): Remove the
5104 condition-case, test what outline-level returns instead, to
5105 ease debugging.
5106
5107 * international/mule.el (auto-coding-regexp-alist): New user-option.
5108 (auto-coding-from-file-contents): New function.
5109 (set-auto-coding): Use it to determine a coding system.
5110
5111 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5112
5113 * mouse.el (mouse-delete-other-windows): Doc fix.
5114
5115 * emacs-lisp/lisp-mode.el (lisp-mode):
5116 Make font-lock-keywords-case-fold-search a buffer-local variable with
5117 make-local-variable before setting it.
5118
5119 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5120
5121 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5122 prefixes.
5123
5124 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5125
5126 * hexl.el (hexl-current-address): Print a message when called
5127 interactively.
5128
5129 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5130
5131 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5132
5133 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5134
5135 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5136
5137 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5138
5139 * startup.el (command-line): If parameters have been changed in
5140 the init files which influence font selection, clear the face
5141 cache so that faces get realized with the new parameters.
5142
5143 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5144
5145 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5146
5147 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5148
5149 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5150
5151 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5152 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5153
5154 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5155
5156 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5157 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5158
5159 2001-05-09 John Wiegley <johnw@gnu.org>
5160
5161 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5162 Annotated the documentation string to tell users about
5163 `eshell-no-numeric-conversions'.
5164
5165 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5166 conversions if a Lisp function has the property
5167 `eshell-no-numeric-conversions' set to a non-nil value.
5168
5169 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5170 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5171 property `eshell-no-numeric-conversions' on the following
5172 functions (which all deal with filesystem entities, and never Lisp
5173 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5174 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5175 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5176 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5177 eshell/which, eshell/addpath.
5178
5179 2001-05-09 John Wiegley <johnw@gnu.org>
5180
5181 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5182 encountered as an argument, don't convert it right away, but tag
5183 the first character of the string with the text properties
5184 `number', which signifies to `eshell-lisp-command' that the
5185 argument should be passed through `string-to-number' if it is
5186 actually used in the call to a Lisp function.
5187
5188 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5189 function, convert any string arguments that have been tagged as
5190 "numbers", by calling string-to-number.
5191
5192 * eshell/esh-util.el (eshell-number-regexp): Now that number
5193 conversions only happen for Lisp function calls, the number regexp
5194 should now match all integer and floating point forms.
5195
5196 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5197 `eshell-continue-process', since they are both nonfunctional at
5198 the moment.
5199 (eshell-proc-initialize): Don't bind keys for
5200 `eshell-stop-process' or `eshell-continue-process'.
5201
5202 * eshell/em-unix.el (eshell-shuffle-files):
5203 Apply `directory-file-name' before calling `file-name-directory'.
5204
5205 * eshell/em-hist.el (eshell-add-to-history): Reference to
5206 `eshell-history-ring' needed to be `eshell-history-index'.
5207
5208 * calendar/timeclock.el (timeclock-find-discrep):
5209 Initialize `elapsed' to 0.
5210 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5211 it's still nil.
5212
5213 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5214
5215 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5216 (archive-mode): Use capitalize.
5217 (archive-unique-fname): Use make-temp-file.
5218
5219 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5220
5221 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5222
5223 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5224
5225 * tar-mode.el (tar-extract): Pay attention to the value of
5226 coding-system-for-read, if it is non-nil.
5227
5228 * calendar/holidays.el (holidays): Add an autoload cookie.
5229 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5230
5231 2001-05-08 John Wiegley <johnw@gnu.org>
5232
5233 * calendar/timeclock.el (timeclock-workday-remaining):
5234 Changed logic for determining how much time is remaining.
5235 (timeclock-workday-elapsed): Don't accept a "relative" argument
5236 for the current day's elapsed time. What could that have meant?
5237 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5238 (timeclock-when-to-leave): Changed logic, similarly to what was
5239 done for `timeclock-workday-remaining'.
5240 (timeclock-find-discrep): Removed "today-only" argument, which had
5241 no meaning. Fixed some more math problems. The function now
5242 returns a three member list: (TOTAL-TIME-DISCREPANCY
5243 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5244
5245 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5246
5247 * w32-fns.el (convert-standard-filename): Start replacing slashes
5248 from the beginning of the file name, not from where the last
5249 invalid character was. From "Andrew Maguire (SWW)"
5250 <Andrew.Maguire@Smallworld.co.uk>
5251
5252 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5253
5254 The following changes are to provide infrastructure for handling
5255 MIME messages to rmail. They don't affect the original behaviour
5256 if rmail-enable-mime is nil.
5257
5258 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5259 (rmail-search-mime-message-function)
5260 (rmail-search-mime-header-function): New variables.
5261 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5262 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5263 `rmail-view-buffer' is hidden.
5264 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5265 call rmai-show-mime-function.
5266 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5267 mode-line-process of rmail-view-buffer.
5268 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5269 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5270 buffer.
5271 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5272 set-buffer to the Rmail buffer.
5273 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5274 rmail-search-mime-header-function.
5275 (rmail-search-message): New function.
5276 (rmail-search): Call rmail-search-message to check if a message
5277 matches REGEXP, lastly update point after calling
5278 rmail-show-message.
5279 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5280 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5281 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5282 header region, refer to rmail-msgref-vector while setting the
5283 current buffer to rmail-buffer temporarily.
5284 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5285 If rmail-enable-mime is non-nil, call
5286 rmail-insert-mime-forwarded-message-function instead of inserting
5287 forwarded message by itself.
5288
5289 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5290 Rmail buffer.
5291 (rmail-set-label, rmail-next-labeled-message): Likewise.
5292
5293 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5294 set-buffer to the Rmail buffer.
5295 (rmail-output-to-rmail-file): Likewise.
5296 (rmail-output): Likewise.
5297
5298 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5299 of mail-fetch-field by rmail-summary-line-decoder.
5300 (rmail-new-summary): Be sure to go to the Rmail buffer.
5301 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5302 rmail-view-buffer to nil.
5303 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5304 rmail-view-buffer.
5305 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5306 rmail-buffer.
5307 (rmail-summary-scroll-msg-down): Likewise.
5308 (rmail-summary-beginning-of-message): Likewise.
5309 (rmail-summary-wipe): Likewise.
5310 (rmail-summary-toggle-header): Use save-window-excursion, not
5311 save-excursion. Update point in rmail-view-buffer, not in
5312 rmail-buffer.
5313 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5314 rmail-view-buffer, not rmail-buffer.
5315
5316 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5317
5318 * cus-edit.el (custom-file): Signal an error if user-init-file is
5319 nil (running -q).
5320
5321 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5322
5323 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5324 Add :version.
5325
5326 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5327 New option.
5328 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5329 only if smtpmail-warn-about-unknown-extensions is set.
5330
5331 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5332 instead of rmail-sort-by-keywords.
5333
5334 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5335 rmail-sort-by-keywords.
5336
5337 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5338 rmail-summary-sort-by-keywords. Doc fix.
5339 (rmail-summary-mode): Doc fix.
5340
5341 * mail/rmail.el (rmail-edit): New Custom group.
5342
5343 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5344 (rmail-edit-mode-hook): New user-option.
5345
5346 2001-05-05 Richard M. Stallman <rms@gnu.org>
5347
5348 * help.el (help-xref-symbol-regexp): Recognize "source of"
5349 and friends, meaning make a link to the source file.
5350 (help-make-xrefs): Handle "source of" and friends
5351 by constructing a link that visits the source file.
5352
5353 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5354
5355 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5356
5357 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5358 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5359 Renamed from perl-font-lock-keywords to avoid clashes.
5360 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5361 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5362 Updated correspondingly.
5363
5364 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5365 Typo `nonexistant' -> `nonexistent'.
5366
5367 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5368
5369 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5370 Split `c-electric-delete' into two functions where
5371 `c-electric-delete-forward' always deletes forward and
5372 `c-electric-delete' only contains the code necessary for XEmacs to
5373 choose between backward and forward deletion.
5374
5375 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5376 get the electric behavior on that key too.
5377 (c-fill-paragraph): Fixed bogus direct use of
5378 c-comment-prefix-regexp, which caused an error when it's a list.
5379
5380 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5381
5382 * dired-aux.el (dired-diff): Doc fix.
5383
5384 * dired.el (dired-diff): Likewise.
5385
5386 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5387
5388 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5389
5390 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5391
5392 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5393 if both the buffer and the file are read-only.
5394
5395 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5396 rather than font-lock-string-face.
5397 (sh-get-indent-info): Treat heredocs like strings.
5398
5399 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5400
5401 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5402 a newline following `}'.
5403 (texinfo-format-email): New function.
5404 (toplevel): Use texinfo-format-email for @email.
5405 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5406 Add `display'.
5407 (texinfo-sort-region): Goto point-min before sorting.
5408 (texinfo-set): Remove leading white space from value.
5409 From yagi@is.titech.ac.jp.
5410
5411 * replace.el (query-replace-regexp-eval): Doc fix.
5412
5413 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5414
5415 * diff-mode.el (diff-nonexistant-face): New face.
5416 (diff-font-lock-keywords): Use it.
5417
5418 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5419
5420 * font-lock.el (font-lock-mode): Doc fix.
5421
5422 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5423 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5424
5425 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5426
5427 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5428 backslash at the start of the here-document delimiter.
5429 (sh-font-lock-syntactic-keywords): Likewise.
5430
5431 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5432
5433 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5434
5435 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5436 (tty-color-translate, tty-color-by-index, tty-color-values)
5437 (tty-color-desc): Doc fix.
5438
5439 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5440
5441 * dired-aux.el (dired-do-create-files, dired-do-copy)
5442 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5443 Mention dired-dwim-target in the doc string.
5444
5445 2001-04-28 Miles Bader <miles@gnu.org>
5446
5447 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5448 (dabbrev--find-expansion): Use it.
5449 (dabbrev--select-buffers): Don't select ignored buffers.
5450
5451 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5452
5453 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5454
5455 2001-04-26 Richard M. Stallman <rms@gnu.org>
5456
5457 * dabbrev.el: Add doc strings for some functions.
5458 (dabbrev--eliminate-newlines): New variable.
5459 (dabbrev--substitute-expansion): Convert newlines to spaces
5460 if dabbrev--eliminate-newlines is set.
5461 If abbrev and expansion are both all-lower-case,
5462 leave dabbrev--last-case-pattern nil.
5463
5464 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5465
5466 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5467 if necessary, like in rmail-show-message.
5468
5469 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5470
5471 * ps-print.el: Color specified by number is forced to be float number.
5472 (ps-print-version): New version number (6.5.1.1).
5473 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5474 initialization.
5475 (ps-prefix-quote): New internal var.
5476 (ps-print-quote): New fun.
5477 (ps-setup, ps-output-frame-properties, ps-float-format)
5478 (ps-format-color): Code fix.
5479 (ps-plot-region): Eliminate redundant foreground color text setting.
5480
5481 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5482
5483 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5484
5485 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5486
5487 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5488
5489 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5490
5491 * info.el (Info-additional-directory-list): Doc fix.
5492
5493 * find-lisp.el (find-lisp-find-dired-filter)
5494 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5495 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5496
5497 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5498
5499 * progmodes/make-mode.el (makefile-font-lock-keywords):
5500 Rationalize the rules for includes and conditionals and use the
5501 keyword face for them.
5502
5503 * faces.el (modify-face): Add compatibility for non-interactive use.
5504
5505 2001-04-24 John Wiegley <johnw@gnu.org>
5506
5507 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5508 fix from last night, since it wasn't finding eshell/cd.
5509
5510 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5511
5512 * rect.el (string-rectangle): Revert to 20.x behaviour.
5513 (replace-rectangle): Make it an alias for string-rectangle.
5514 (string-insert-rectangle): New function.
5515
5516 2001-04-23 John Wiegley <johnw@gnu.org>
5517
5518 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5519 occurring with Emacs 21's diff.el/compile.el interaction layer.
5520
5521 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5522
5523 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5524 case where the function was defined in a file, but not part of an
5525 eshell module.
5526
5527 2001-04-23 John Wiegley <johnw@gnu.org>
5528
5529 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5530 code to work around a redisplay problem I've been having.
5531
5532 2001-04-23 John Wiegley <johnw@gnu.org>
5533
5534 * calendar/timeclock.el (timeclock-day-required): If the time
5535 required for a particular day is not set, use `timeclock-workday'.
5536 (timeclock-find-discrep): Added some sample code in a comment.
5537
5538 * eshell/eshell.el (eshell-command): Made a few changes so that
5539 `eshell-command' could be called programmatically.
5540
5541 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5542
5543 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5544
5545 2001-04-23 John Wiegley <johnw@gnu.org>
5546
5547 * calendar/timeclock.el: Updated copyright.
5548 (timeclock-generate-report): Don't report the daily or two-week
5549 total, if no time has been worked in that period.
5550 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5551 final computational form, which was unnecessary; corrected a
5552 parsing problem when timeclock-relative was nil.
5553
5554 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5555
5556 * calendar/timeclock.el (timeclock-modeline-display): Check if
5557 `list-entry' is null.
5558 (timeclock-use-display-time): The first argument to `set-variable'
5559 must be a symbol.
5560
5561 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5562
5563 * calendar/calendar.el (diary-entry-marker)
5564 (calendar-today-marker, calendar-holiday-marker):
5565 Use display-color-p instead of window-system.
5566 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5567 instead of window-system.
5568 (calendar-hide-window): Use display-multi-frame-p instead of
5569 window-system.
5570
5571 * calendar/cal-x.el (calendar-two-frame-setup)
5572 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5573 Use display-multi-frame-p instead of window-system.
5574
5575 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5576
5577 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5578
5579 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5580 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5581
5582 2001-04-23 Alex Schroeder <alex@gnu.org>
5583
5584 * goto-addr.el: Instead of defining line-beginning-position and
5585 line-end-position a defalias is used for point-at-bol and point-at-eol.
5586
5587 2001-04-23 Alex Schroeder <alex@gnu.org>
5588
5589 * goto-addr.el: Added XEmacs compatibility code.
5590 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5591
5592 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5593
5594 * textmodes/paragraphs.el (sentence-end): Doc fix.
5595
5596 2001-04-20 Alex Schroeder <alex@gnu.org>
5597
5598 * sql.el (sql-escape-newlines-and-send): New function.
5599 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5600
5601 2001-04-20 Alex Schroeder <alex@gnu.org>
5602
5603 * sql.el (sql-db2-program): New option.
5604 (sql-db2-options): New option.
5605 (sql-db2): New function.
5606
5607 2001-04-20 Alex Schroeder <alex@gnu.org>
5608
5609 * sql.el (sql-mode-menu): Added highlighting entries.
5610 (sql-highlight-oracle-keywords): New function.
5611 (sql-highlight-postgres-keywords): New function.
5612 (sql-highlight-ansi-keywords): New function.
5613
5614 2001-04-20 Alex Schroeder <alex@gnu.org>
5615
5616 * sql.el (sql-help): Doc change.
5617
5618 2001-04-19 Karl Fogel <kfogel@collab.net>
5619
5620 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5621 that inserted file content only to delete it immediately.
5622 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5623 <lektu@uol.com.br> for the patch.
5624
5625 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5626
5627 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5628
5629 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5630
5631 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5632 for defmethod.
5633
5634 * comint.el (comint-cr-magic): New function.
5635 (toplevel): Add it to comint-preoutput-filter-functions.
5636
5637 2001-04-18 Andrew Innes <andrewi@gnu.org>
5638
5639 * makefile.w32-in (EMACSLOADPATH): Define.
5640 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5641 (recompile): Remove stuff to set EMACSLOADPATH.
5642
5643 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5644
5645 * language/slovak.el ("Slovak"): Add tutorial entry.
5646
5647 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5648 browse-url-new-window-p.
5649
5650 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5651
5652 * info.el (Info-menu-update): When there are no menus and/or no
5653 cross references in the node, make the respective items of the
5654 Info menu-bar menu inactive.
5655
5656 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5657
5658 * indent.el (indent-for-tab-command): Call indent-line-function
5659 with no argument if PREFIX-ARG is non-nil.
5660
5661 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5662
5663 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5664
5665 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5666 an async subprocess if start-process is unavailable. Suggested by
5667 Tim Van Holder <tim.van.holder@pandora.be>.
5668
5669 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5670
5671 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5672 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5673
5674 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5675
5676 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5677 manual.
5678
5679 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5680
5681 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5682 (cvs-menu): Add a few entries.
5683
5684 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5685 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5686 lock file appears to be reachable from Emacs.
5687 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5688 (cvs-mode-find-file): Look for cvs-header-face rather than
5689 cvs-dirname-face (which doesn't exist).
5690 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5691
5692 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5693
5694 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5695
5696 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5697 normal-erase-is-backspace on a tty. Instead, bind some keys such
5698 as [delete] directly, like pc-select.el did before
5699 normal-erase-is-backspace was invented.
5700
5701 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5702
5703 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5704
5705 2001-04-11 John Wiegley <johnw@gnu.org>
5706
5707 * eshell/em-ls.el (eshell-ls-insert-directory):
5708 Set font-lock-defaults to nil, to prevent fontification in dired
5709 buffers, if Eshell's ls is being used.
5710
5711 2001-04-11 John Wiegley <johnw@gnu.org>
5712
5713 * calendar/timeclock.el (timeclock-completing-read): New function.
5714 (timeclock-ask-for-project, timeclock-ask-for-reason):
5715 Call `timeclock-completing-read'.
5716
5717 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5718 required where `member' was being used.
5719
5720 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5721
5722 * eshell/em-hist.el (eshell-previous-matching-input):
5723 Don't display "History item" if the the minibuffer is active.
5724
5725 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5726
5727 * startup.el (command-line): Output a newline after printing
5728 an error from loading the window system's init file.
5729
5730 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5731
5732 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5733 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5734 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5735 keywords whose arguments routinely include @@.
5736
5737 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5738
5739 * emacs-lisp/advice.el (ad-make-advised-definition):
5740 Construct advice for subrs differently.
5741
5742 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5743 regexp in parentheses when building the regexp for searching backwards.
5744
5745 * simple.el (completion-list-mode-finish): New function.
5746 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5747
5748 * language/european.el ("Polish"): Change sample text.
5749 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5750
5751 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5752 parameter.
5753
5754 * faces.el (menu): Doc fix.
5755
5756 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5757
5758 * ps-print.el: Footer implementation. Doc fix.
5759 (ps-print-version): New version number (6.5.1).
5760 (ps-header-frame-alist): New customization var for header frame
5761 properties.
5762 (ps-line-number-color): New customization var for line number color.
5763 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5764 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5765 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5766 (ps-right-footer): New customization vars for footers.
5767 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5768 footers.
5769 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5770 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5771 Code fix.
5772 (ps-prologue-file): Indentation fix.
5773 (ps-print-quote): Fun eliminated.
5774 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5775 (ps-output-frame-properties): New fun.
5776 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5777 (ps-skip-newline): Replace defun by defsubst.
5778
5779 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5780
5781 * eshell/eshell.el (eshell-command): Needed a "%s" format
5782 specifier, in case the buffer contains percent characters.
5783
5784 2001-04-10 John Wiegley <johnw@gnu.org>
5785
5786 * calendar/timeclock.el (timeclock-generate-report): Added a
5787 missing insert of the project name.
5788
5789 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5790
5791 * obsolete/profile.el: Moved from emacs-lisp/.
5792
5793 * Makefile.in (nonobsolete_setwins): New macro.
5794 (finder-data): Use it instead of `setwins'.
5795 From: Dave Love <fx@gnu.org>.
5796
5797 * server.el (server-visit-files): Set server-existing-buffer correctly.
5798 (server-visit-files): Run server-visit-hook after going to
5799 line 1 so that the hook can set point as it sees fit.
5800
5801 * bindings.el (mode-line-modified): Unify help messages.
5802
5803 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5804
5805 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5806 All callers changed.
5807
5808 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5809
5810 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5811 long file names aren't supported, truncate the file names in
5812 quail-misc-package-ext-info to 8+3 before matching them against
5813 FILENAME.
5814
5815 * dos-fns.el (dos-truncate-to-8+3): New function.
5816
5817 * progmodes/compile.el (grep-compute-defaults): Use null-device
5818 instead of literal /dev/null. Reported by Jens Schmidt
5819 <schmidt@mathematik.uni-kl.de>.
5820
5821 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5822
5823 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5824
5825 * textmodes/sgml-mode.el: Add unknown maintainer.
5826 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5827 (html-mode-map): Use set-keymap-parent.
5828
5829 2001-04-06 Dave Love <fx@gnu.org>
5830
5831 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5832 Remove redundant string-to-list.
5833
5834 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5835
5836 * composite.el (reference-point-alist): Doc fix.
5837
5838 2001-04-05 Sam Steingold <sds@gnu.org>
5839
5840 * font-lock.el (font-lock-keywords-case-fold-search):
5841 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5842 file made font-lock case-insensitive.
5843
5844 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5845
5846 * faces.el (defface menu): Doc fix.
5847
5848 * wid-edit.el (widget-color-sample-face-get): Don't make
5849 faces for undefined colors.
5850
5851 * version.el (emacs-version): Include LessTif/Motif version info.
5852
5853 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5854
5855 * ps-mule.el: Eliminate cl package dependence.
5856 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5857 if they aren't defined yet.
5858 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5859 Eliminate cl package dependence.
5860
5861 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5862
5863 * progmodes/cc-cmds.el (c-outline-level):
5864 Bind buffer-invisibility-spec. Originally from Dave Love, but
5865 got lost when incorporating version 5.26.
5866
5867 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5868
5869 * emulation/pc-select.el (pc-selection-mode):
5870 Call normal-erase-is-backspace-mode instead of binding
5871 keys individually.
5872
5873 * cus-load.el (normal-erase-is-backspace): Use it instead of
5874 delete-key-deletes-forward.
5875
5876 * startup.el (command-line): Use normal-erase-is-backspace and
5877 normal-erase-is-backspace-mode.
5878
5879 * simple.el (normal-erase-is-backspace): Rename from
5880 delete-key-deletes-forward. Doc fix.
5881 (normal-erase-is-backspace-mode): Rename from
5882 delete-key-deletes-forward-mode. Doc fix.
5883 Run normal-erase-is-backspace-hook.
5884
5885 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5886 ``human-readable'' format produced by GNU `ls'.
5887 (dired-move-to-filename-regexp): Recognize ISO format dates.
5888 From Paul Eggert <eggert@twinsun.com>.
5889
5890 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5891
5892 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5893 New functions.
5894 (lm-verify): Check keywords.
5895 From Eric M. Ludlam <eric@siege-engine.com>.
5896
5897 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5898
5899 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5900 `xemacs' feature instead of for the function `set-extent-property'.
5901
5902 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5903
5904 * mail/mh-utils.el (mh-folder-hist): New var.
5905 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5906
5907 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5908
5909 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5910 region, position point on the first or last 16-byte group.
5911 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5912 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5913 hexl-beginning-of-line.
5914
5915 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5916
5917 * icomplete.el (icomplete-mode): Treat an argument like other
5918 modes do.
5919
5920 * startup.el (fancy-splash-head): Use splash8.xpm for color
5921 depth 8.
5922
5923 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5924 Add an antry for ``converts''.
5925
5926 * language/slovak.el ("Slovak"): Add documentation string.
5927 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
5928
5929 * language/czech.el ("Czech"): Add documentation string.
5930 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
5931
5932 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5933 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5934
5935 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5936
5937 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5938 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5939 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5940 Use `defsubst' rather than a macro to ease debugging.
5941 (mail-extr-last): Remove (use `last' instead).
5942 (mail-extract-address-components): Properly reset the syntax-table
5943 after parsing an address. Use `last' rather than mail-extr-last.
5944 Make sure the end marker stays at the very end.
5945
5946 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5947
5948 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5949 last change.
5950
5951 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5952
5953 * ps-print.el: Line and paragraph spacing feature. Region to cut
5954 out when printing. Doc fix.
5955 (ps-print-version): New version number (6.5).
5956 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5957 New vars. Line and paragraph spacing feature.
5958 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5959 out when printing.
5960 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5961 (ps-get-font-size, ps-begin-job, ps-continue-line)
5962 (ps-plot-region): Code fix.
5963 (ps-print-prologue-2): Var eliminated.
5964 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5965 New internal vars.
5966 (ps-get-size): New fun.
5967 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5968 (ps-next-line): Replace defun by defsubst.
5969 (ps-mule-plot-string): Autoload doc fix.
5970
5971 * ps-bdf.el: XEmacs compatibility. Doc fix.
5972 (installation-directory, coding-system-for-read): Declare vars if
5973 it's not declared yet.
5974 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5975
5976 * ps-mule.el: XEmacs compatibility. Doc fix.
5977 (leading-code-private-22): Declare var if it's not declared yet.
5978 (charset-bytes, charset-dimension, charset-id, charset-width)
5979 (find-charset-region, split-char, char-width, chars-in-region)
5980 (forward-point, decompose-composite-char, encode-coding-string)
5981 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5982 Define funs if not defined yet.
5983 (encode-composition-rule, find-composition): Define funs if not
5984 loaded yet.
5985 (ps-mule-prologue): PostScript code fix.
5986
5987 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5988
5989 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5990 non-nil, generate font for the header strings.
5991 (ps-mule-prepare-font): Likewise.
5992 (ps-mule-generate-glyphs): Likewise.
5993 (ps-mule-string-encoding): Likewise.
5994 (ps-mule-header-charsets): New variable.
5995 (ps-mule-encode-header-string): New function.
5996 (ps-mule-header-string-charsets): New function.
5997 (ps-mule-begin-job): Check charsets in the header strings. If there
5998 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5999
6000 * ps-print.el (ps-generate-header-line): Encode the header string by
6001 ps-mule-encode-header-string.
6002 (ps-mule-encode-header-string): Declare autoload.
6003
6004 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6005
6006 * frame.el (cursor-in-non-selected-windows):
6007 Replaces show-cursor-in-non-selected-windows.
6008
6009 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6010
6011 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6012 Delete entries for "chinese-py" and "chinese-ziranma".
6013 (quail-misc-package-ext-info): New variable.
6014 (tsang-quick-converter): New function.
6015 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6016 (quick-cns-converter, py-converter, ziranma-converter)
6017 (miscdic-convert, batch-miscdic-convert): New functions.
6018
6019 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6020
6021 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6022 eight-bit-control chars.
6023
6024 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6025 Reduce making temporary vector (suggested by Dave Love).
6026
6027 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6028
6029 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6030 string as well.
6031
6032 2001-03-30 Andreas Schwab <schwab@suse.de>
6033
6034 * files.el (backup-directory-alist): Fix typo.
6035
6036 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6037
6038 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6039 <eggert@twinsun.com>.
6040
6041 2001-03-30 Dave Love <fx@gnu.org>
6042
6043 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6044
6045 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6046
6047 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6048
6049 2001-03-30 Miles Bader <miles@gnu.org>
6050
6051 * subr.el (interactive-form): Fix paren typo.
6052
6053 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6054
6055 * emacs-lisp/profile.el: Say that it's obsolete in the header
6056 line, so that finder.el puts that into its data-base.
6057 Suggested by Alex Schroeder <alex@gnu.org>.
6058
6059 2001-03-29 Paul Eggert <eggert@twinsun.com>
6060
6061 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6062 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6063
6064 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6065
6066 * generic.el (generic-mode-set-comments): Use "" rather than nil
6067 for comment-end.
6068
6069 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6070
6071 * emacs-lisp/advice.el (ad-make-advised-definition):
6072 Call interactive-form to obtain the interactive spec of subrs.
6073
6074 * subr.el (interactive-form): New function.
6075
6076 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6077
6078 * vc-sccs.el (vc-sccs-register): Use relative file names.
6079
6080 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6081
6082 * bookmark.el (bookmark-get-bookmark): Handle case that
6083 BOOKMARK is not a string.
6084
6085 * image.el (image-type-regexps): Change type for PS files
6086 to `postscript'.
6087
6088 * subr.el (read-passwd): Clear command history after each
6089 character entered. From: Stephen Gildea
6090 <gildea@stop.mail-abuse.org>.
6091
6092 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6093
6094 * international/kkc.el (kkc-save-init-file): Locally bind
6095 print-length to nil.
6096
6097 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6098
6099 * textmodes/flyspell.el: Some doc fixes.
6100 (flyspell-maybe-correct-transposition)
6101 (flyspell-maybe-correct-doubling): Use a temporary buffer
6102
6103 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6104
6105 * emacs-lisp/byte-opt.el (byte-optimize-while)
6106 (byte-optimize-form-code-walker): Diagnose too few arguments
6107 for `if' and `while'.
6108
6109 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6110
6111 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6112 Prepend `\' to "\<quail-translation-docstring>".
6113
6114 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6115
6116 * autorevert.el (global-auto-revert-non-file-buffers):
6117 Remove duplicate defcustom.
6118
6119 2001-03-26 Miles Bader <miles@gnu.org>
6120
6121 * international/latin1-disp.el (latin1-char-displayable-p):
6122 Add leading "-" for X font pattern.
6123
6124 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6125
6126 * international/mule-diag.el (describe-coding-system):
6127 For raw-text and emacs-mule, don't add anymore text about what
6128 charsets they can encode.
6129
6130 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6131
6132 * help.el (view-lossage): Mention open-dribble-file in the doc
6133 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6134
6135 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6136
6137 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6138 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6139
6140 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6141
6142 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6143 Call ccl-execute-on-string directly so that CCL program handling
6144 multibyte sequence can work correctly.
6145 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6146 property of the coding system.
6147
6148 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6149
6150 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6151 Fix transcription typo.
6152
6153 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6154
6155 * whitespace.el: Add buffer local variables to toggle testing of
6156 whitespaces in buffers without affecting the default values.
6157 Bump version to 3.0 to account for a few other changes.
6158 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6159 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6160 (whitespace-toggle-spacetab-check): New functions.
6161
6162 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6163
6164 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6165
6166 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6167
6168 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6169 bs-cycle-configuration-name. From Juanma Barranquero
6170 <lektu@uol.com.br>.
6171
6172 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6173 and cc-vars.el.
6174
6175 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6176 headers. Always invoke sendmail with option -t.
6177
6178 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6179
6180 * Release of cc-mode 5.28.
6181
6182 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6183
6184 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6185 Removed the hardcoded switch to "java" style in Java mode.
6186 It's instead taken care of by the default value for c-default-style.
6187
6188 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6189
6190 * cc-align.el (c-lineup-math): Fix bug where lineup was
6191 triggered by equal signs in string literals.
6192
6193 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6194
6195 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6196 limit detection when at the ends of the buffer.
6197
6198 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6199 "for" statement clause in case 7F; a better one is done
6200 earlier in case 7D anyway.
6201
6202 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6203
6204 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6205 somewhat more and did a small optimization.
6206
6207 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6208
6209 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6210 Use the limit argument only to limit the syntactic context
6211 search, not to limit the actual movement.
6212
6213 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6214 inside multiline strings, just like in comments. Also various
6215 fixes to the paragraph and comment prefix recognition, block
6216 comment ender handling etc.
6217
6218 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6219
6220 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6221 the relative position of the point.
6222
6223 * cc-cmds.el (c-electric-continued-statement): New function to
6224 use as abbrev hook to reindent for keywords such as "else"
6225 that continues an earlier statement.
6226
6227 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6228 like classes.
6229
6230 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6231 (pike-mode): Populate the default abbrev tables to reindent for
6232 keywords such as "else" that can continue earlier statements.
6233 Abbrev mode is therefore turned on by default now. (Note that
6234 this doesn't apply to idl-mode, since IDL afaik doesn't have
6235 statements at all.)
6236
6237 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6238
6239 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6240 bracelists where the declaration contains template arguments.
6241
6242 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6243
6244 * cc-cmds.el (c-comment-indent):
6245 Use `c-get-syntactic-indentation' to correctly calculate the
6246 syntactic indentation. Fixes bug with lineup functions that
6247 return vectors.
6248
6249 * cc-engine.el (c-get-syntactic-indentation): Split the
6250 indentation sum calculation from `c-indent-line' to a separate
6251 function.
6252
6253 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6254
6255 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6256 Fixed places where it was assumed that preprocessor directives
6257 have to start in column zero.
6258
6259 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6260 template arguments after a class identifier properly.
6261
6262 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6263 lists for `new Foo[]' constructs in Java as expressions and
6264 not top level definition brace lists on the top level, so that
6265 they'll get indented consistently with the same type of
6266 expression in a normal block.
6267
6268 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6269
6270 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6271 whether the adaptive filling package fails to keep the comment
6272 prefix is now kludged further to check for filladapt-mode
6273 which doesn't have that problem. This is really icky, but it's
6274 the only way that works with the current misfeatures/bugs in
6275 both adaptive-fill-mode and filladapt-mode.
6276
6277 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6278 around point is recognized more robust.
6279
6280 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6281
6282 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6283 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6284 (c-lit-type): Fixed all internal variables used dynamically so
6285 that they are always bound.
6286
6287 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6288 errors:
6289
6290 (c-indent-region): Fixed reporting of syntactic errors so that
6291 the region is fully reindented even when an error occurs.
6292 The last syntactic error is printed afterwards. Also cleanup up a
6293 whole lot of code that tried to optimize indentation of whole
6294 sexps but in reality accomplishes nothing.
6295
6296 (c-indent-sexp): Use c-indent-region.
6297
6298 (c-parsing-error): Changed this variable to hold the message
6299 for any syntactic error that is discovered.
6300
6301 (c-parse-state): Search backward from point instead of the bod
6302 position when the latter is invalid. This makes CC Mode
6303 recover faster when there are unbalanced close braces.
6304
6305 (c-backward-to-start-of-if): Use c-parsing-error to report
6306 dangling "else" clauses instead of throwing an error, and fall
6307 back to a reasonable position.
6308
6309 (c-indent-line): Added argument to avoid reporting syntactic errors.
6310
6311 (c-show-syntactic-information): Don't report any syntactic errors.
6312
6313 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6314
6315 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6316 paragraph recognition when moving by sentence in literals.
6317
6318 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6319 start regexp for javadoc to recognize javadoc markup in general instead
6320 of a specific set of keywords, to be more future-safe.
6321
6322 (c-Pike-pikedoc-paragraph-start)
6323 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6324 pikedoc markup.
6325
6326 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6327
6328 (pike-mode): Initialize paragraph settings pikedoc recognition.
6329
6330 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6331
6332 (c-comment-prefix-regexp): Made it possible to use an
6333 association list on this to specify mode specific regexps.
6334 The default value now use a special regexp in Pike mode to
6335 recognize pikedoc markup.
6336
6337 (c-current-comment-prefix): New variable containing the actual
6338 regexp from c-comment-prefix-regexp for the current buffer.
6339
6340 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6341
6342 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6343 lists: We can't look at the syntax, since a brace list can get
6344 recognized as a plain statement-cont.
6345
6346 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6347 special brace list opener broken over two lines got recognized
6348 as a statement on the second line. Case 9A changed.
6349
6350 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6351
6352 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6353 adjustment after line is reindented.
6354
6355 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6356
6357 * cc-defs.el (c-point): Added optional argument for position
6358 to use instead of the current point.
6359
6360 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6361 the in-expression block symbols when the construct starts at
6362 boi, to avoid the extra level of indentation in that case.
6363 Cases 4, 16A and 17E affected.
6364
6365 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6366
6367 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6368 calls to `c-indent-line', to adhere better to Emacs conventions.
6369
6370 * cc-engine.el (c-indent-line): Use the syntax already bound
6371 to `c-syntactic-context', if there is any.
6372
6373 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6374
6375 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6376 wasn't added up correctly when a lineup function returned nil.
6377
6378 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6379
6380 * cc-engine.el (c-collect-line-comments): Fixed bug where
6381 empty lines were ignored when collecting line comments backwards.
6382
6383 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6384
6385 * cc-align.el (c-lineup-dont-change): Return an absolute
6386 indentation column to work correctly in the case when several
6387 syntactic elements are processed for the same line.
6388
6389 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6390 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6391 (c-set-offset): Added absolute indentation column settings by
6392 using the vector type.
6393
6394 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6395
6396 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6397 Implemented two new cleanups `space-before-funcall' and
6398 `compact-empty-funcall'.
6399
6400 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6401
6402 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6403 helping building regexps.
6404
6405 * cc-engine.el (c-on-identifier): New function for detecting
6406 identifiers. It takes keywords into account.
6407
6408 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6409 lists. `c-keywords' is set to a regexp matching all keywords
6410 in the current language.
6411
6412 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6413
6414 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6415 list of characters to skip backwards over at the beginning of
6416 a statement, since it can precede string literals in Pike.
6417
6418 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6419
6420 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6421 recognition when standing on the last line in a C++ comment
6422 with nothing but whitespace after the prefix.
6423
6424 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6425 given no limit argument.
6426
6427 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6428
6429 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6430 recognition for the `[]= operator symbol in Pike.
6431
6432 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6433
6434 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6435 around a bug in `eval-when-compile' in the byte compiler.
6436
6437 * cc-engine.el (c-forward-token-1): Fixed bug with return
6438 value when count is zero and there's no token start within the limit.
6439
6440 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6441 "prefix comments", i.e. comments which are followed by code on
6442 the same line.
6443
6444 * cc-mode-19.el: Fixes so that checks that must be done at
6445 compile time also are done then.
6446
6447 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6448
6449 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6450 time and at runtime, and only when it's needed.
6451
6452 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6453
6454 Major cleanup for less error prone and more warning free
6455 compilation, including some fixes for bugs due to different
6456 compilation orders. Thanks to Martin Buchholz for providing
6457 the basis for all this.
6458
6459 * cc-bytecomp.el: New file that provides some byte compilation
6460 features: It ensures that files always are loaded from the
6461 current source directory during compilation, and it provides a
6462 set of macros to turn off specific compiler warnings for
6463 specific symbols. (It's not CC Mode specific in any way.)
6464
6465 Fixed a nearly acyclic dependency tree (both runtime and
6466 compile-time) between all files.
6467
6468 * cc-defs.el: Separated all macros before the inline functions,
6469 to ensure correct compilation.
6470
6471 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6472 cc-defs.el to cc-engine.el and made it a function instead.
6473
6474 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6475 about char-after.
6476
6477 * cc-vars.el: Cope even when there isn't a custom package
6478 containing defcustom available.
6479
6480 * cc-make.el: Removed since it's no longer necessary.
6481
6482 README: Updated installation instructions.
6483
6484 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6485
6486 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6487 improve the modularity: Moved all mode init stuff from
6488 cc-langs.el to cc-mode.el, including the keymap
6489 initialization; cc-langs now only contains the various
6490 variables for configuring the language syntax.
6491
6492 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6493 (c-get-offset): Moved from cc-styles to cc-engine since file
6494 dependency analysis suggests they belong there (which also
6495 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6496
6497 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6498
6499 * cc-cmds.el (c-fn-region-is-active-p): New function that
6500 wraps the corresponding macro, for use in places that aren't
6501 compiled. Thanks to Martin Buchholz for pointing out this.
6502
6503 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6504
6505 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6506 add things to the bug report.
6507
6508 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6509
6510 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6511 returned prefix could contain a newline when the search for a
6512 good prefix line failed.
6513
6514 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6515
6516 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6517 (c-toggle-auto-hungry-state): Made the argument optional, as
6518 the documentation says it is.
6519
6520 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6521
6522 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6523 multiline string syntax, #"...", as a cpp macro.
6524
6525 2001-03-21 Paul Eggert <eggert@twinsun.com>
6526
6527 * international/mule-cmds.el (set-locale-environment):
6528 Set system-messages-locale and system-time-locale, but only if the
6529 caller specifies a non-nil locale name.
6530
6531 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6532
6533 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6534 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6535
6536 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6537
6538 * follow.el (follow-avoid-tail-recenter): Doc fix.
6539
6540 * custom.el (custom-set-variables): Avoid reversing the list
6541 of args needlessly.
6542
6543 * startup.el (fancy-splash-head): Don't change the colors of the
6544 XPM image on a dark background.
6545
6546 * comint.el (comint-exec-1): Set columns of the terminal to
6547 window-width instead of frame-width.
6548
6549 * info.el (Info-scroll-down): Add missing WINDOW arg for
6550 pos-visible-in-window-p.
6551
6552 * ehelp.el (electric-help-mode-hook): Add defcustom.
6553
6554 * mail/sendmail.el (mail-mode): Activate case-folding in
6555 font-lock-defaults.
6556
6557 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6558
6559 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6560 (completion-ignored-extensions): Remove duplicate ".class".
6561
6562 2001-03-19 Andreas Schwab <schwab@suse.de>
6563
6564 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6565 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6566
6567 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6568
6569 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6570 methods since there are not prefix input methods.
6571
6572 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6573
6574 * international/mule-cmds.el (read-input-method-name):
6575 Locally bind enable-recursive-minibuffers to t.
6576
6577 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6578
6579 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6580
6581 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6582
6583 * ediff-util.el: Copyright years.
6584 (ediff-choose-syntax-table): New function.
6585 (ediff-setup): Use ediff-choose-syntax-table.
6586
6587 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6588 with-syntax-table.
6589
6590 * ediff.el: Date of last update, copyright years.
6591
6592 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6593
6594 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6595 of Scott Bronson.
6596 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6597 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6598 Deleted functions.
6599 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6600 ex-token-list.
6601
6602 * viper-util.el: Spaces, indentation.
6603
6604 * viper.el: Changed version, modification time.
6605
6606 2001-03-16 John Wiegley <johnw@gnu.org>
6607
6608 * calendar/timeclock.el (timeclock-workday-remaining):
6609 Check whether `discrep' is non-null before using it.
6610
6611 2001-03-16 John Wiegley <johnw@gnu.org>
6612
6613 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6614 first-time checkins.
6615 (timeclock-log-data): Fixed problem with reading timelog log file.
6616 Resulting data in the "day list" was incorrect.
6617 (timeclock-find-discrep): Check if `timeclock-file' is readable
6618 before opening it.
6619 (timeclock-time-less-p): New function.
6620 (timeclock-day-base): New function.
6621 (timeclock-geometric-mean): New function.
6622 (timeclock-generate-report): Generate a summary report based on
6623 the contents of the log file. This uses `timeclock-log-data', and
6624 is an example of writing a timelog manipulation function.
6625 (timeclock-visit-timelog): A quick command for opening the timelog
6626 file.
6627 (timeclock-log-data): Bound the variable event.
6628
6629 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6630
6631 * international/mule-cmds.el (select-safe-coding-system):
6632 Fix typo: symbol-name -> symbol-value.
6633
6634 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6635 before substitute-in-file-name to handle double slashes in FILE
6636 correctly.
6637
6638 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6639
6640 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6641 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6642
6643 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6644
6645 * bindings.el (features): Add `md5' and `overlay' to the list.
6646
6647 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6648 bound before using it. It's not bound when configured without X,
6649 for instance.
6650
6651 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6652
6653 * progmodes/hideshow.el: Update copyright.
6654 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6655 (hs-minor-mode-hook): Include `:version' in defcustom form.
6656
6657 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6658
6659 * help.el (string-key-binding): Don't call event-start on
6660 a non-list.
6661
6662 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6663
6664 * startup.el (fancy-splash-tail, command-line-1): Fix the
6665 copyright year.
6666
6667 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6668
6669 * term.el: These changes are based on a patch sent from Yong Lu
6670 <lyongu@yahoo.com>.
6671 (term-set-escape-char): Bind M-x to execute-extended-command in
6672 term-raw-escape-map.
6673 (term-move-columns): Don't try to move to negagive column.
6674 (term-emulate-terminal): Insert a string before deleting a text to
6675 overwrite.
6676
6677 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6678
6679 * play/life.el (life): Rearrange code so that all calls to
6680 life-display-generation are in a catch-form.
6681
6682 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6683 file that isn't interesting. In an interesting file, push the old
6684 value of point on the mark ring.
6685
6686 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6687 New function.
6688 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6689 Use it.
6690
6691 * emacs-lisp/autoload.el (generate-file-autoloads):
6692 Remove warning about line lengths.
6693
6694 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6695
6696 * progmodes/etags.el (tags-compression-info-list): New variable.
6697 (find-tag-in-order): Use it to deal with compressed source files.
6698 (tag-file-name-match-p): New function.
6699 (etags-recognize-tags-table): Use it for better match of file names.
6700
6701 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6702
6703 * international/mule-cmds.el (register-input-method): Doc fix.
6704
6705 * international/quail.el (quail-translate-key): Fix condition to
6706 check if there's another breaking point in the current key.
6707
6708 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6709
6710 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6711 Babyl header to the newly-created output file, bind
6712 coding-system-for-write to either rmail-file-coding-system or
6713 emacs-mule-unix.
6714
6715 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6716
6717 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6718 Fix the name and regexp used for subsubsections.
6719
6720 2001-03-10 Dave Love <fx@gnu.org>
6721
6722 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6723 and save-buffer if buffer-file-name non-nil. From rms.
6724
6725 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6726
6727 * vc.el (vc-do-command): If the destination buffer is already
6728 current, don't set it up and don't erase it. Updated doc string
6729 to reflect that.
6730 (vc-version-diff): When doing a single file diff, don't switch to the
6731 *vc-diff* buffer before the command. This is to preserve local
6732 variable bindings that might affect the diff command.
6733 (vc-print-log): Don't switch to the *vc* buffer before the
6734 command, so that local variable bindings are preserved.
6735
6736 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6737 not the current buffer.
6738 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6739
6740 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6741 make output go to buffer *vc*, not the current buffer.
6742
6743 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6744
6745 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6746 so ^, $, *, ? and + are interpreted correctly.
6747
6748 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6749
6750 * help.el (string-key-binding): Renamed from
6751 mode-line-key-binding. Handle any event on a string.
6752 Check for `keymap' properties as well as `local-map' properties.
6753
6754 * comint.el (comint-insert-clicked-input): Use the last key
6755 from this-command-keys to lookup the global key definition.
6756
6757 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6758
6759 * international/characters.el: Add category `j' for
6760 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6761
6762 * international/mule-conf.el (no-conversion): Fix docstring.
6763 (raw-text): Fix docstring.
6764
6765 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6766
6767 * simple.el (choose-completion-string): When not leaving the
6768 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6769 is set.
6770
6771 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6772 parameter `(minibuffer . t)'.
6773
6774 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6775
6776 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6777 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6778 (sh-mode): Remove `make-local-variable' for unused var
6779 `font-lock-unfontify-region-function'.
6780
6781 2001-03-07 Richard M. Stallman <rms@gnu.org>
6782
6783 * info.el (Info-scroll-down): Fix previous change.
6784
6785 * mail/rmail.el (rmail-toggle-header): Use a window which
6786 is showing the Rmail buffer, rather than the selected window.
6787
6788 2001-03-07 Dave Love <fx@gnu.org>
6789
6790 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6791 now, to avoid problems with binding imenu directly to a mouse event.
6792
6793 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6794
6795 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6796 second arg t.
6797
6798 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6799
6800 * log-edit.el (log-edit-common-indent): New var.
6801 (log-edit-set-common-indentation): Renamed from
6802 log-edit-delete-common-indentation. Use the new var.
6803 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6804
6805 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6806 (cvs-mode-add-change-log-entry-other-window):
6807 Don't presume change-log-default-name is defined.
6808
6809 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6810
6811 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6812 the "tree" operation as well.
6813
6814 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6815
6816 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6817 to match paragraph-start.
6818
6819 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6820 comment-start-skip and set comment-end-skip as well.
6821 (sgml-comment-indent): Fix for new value of comment-start-skip.
6822 (html-autoview-mode): Don't bother using make-local-hook.
6823
6824 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6825
6826 * cus-edit.el (custom-save-delete): Move in front of local
6827 variables, otherwise long Custom entries would make them ineffective.
6828
6829 * uniquify.el: Set maintainer to FSF.
6830
6831 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6832
6833 * dired-aux.el (dired-do-shell-command): Doc fix.
6834
6835 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6836
6837 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6838
6839 * which-func.el (which-func-modes): Add cperl-mode.
6840 (which-func-mode-global): Use define-minor-mode.
6841
6842 * info-look.el: Docstring fixes and dead code eliminated.
6843 (cperl-mode): Add support.
6844 (emacs-lisp-mode): List all entries from elisp manual, whether
6845 or not they are currently (f)bound or not. Update regexp.
6846
6847 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6848
6849 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6850 so that C-h m shows the correct information.
6851 Use make-local-variable rather than make-variable-buffer-local.
6852 (cperl-info-buffer, cperl-setup-tmp-buf):
6853 Use make-local-variable rather than make-variable-buffer-local.
6854 (cperl-msb-fix, cperl-get-help-defer):
6855 Check major-mode for `cperl-mode' as well.
6856
6857 * progmodes/cperl-mode.el: Updated to author version 4.23.
6858 (cperl-electric-pod): SYNOPSIS was misspelled.
6859 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6860 (cperl-after-expr-p): Make true after __END__.
6861
6862 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6863
6864 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6865 bookmark-completion-ignore-case is t.
6866
6867 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6868 switch, like xterm, and concat resource strings, with a newline
6869 between them.
6870
6871 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6872
6873 * international/codepage.el (cp770-decode-table)
6874 (cp773-decode-table, cp774-decode-table): New variables.
6875
6876 * man.el (Man-hyphenated-reference-regexp): New variable.
6877 (Man-build-references-alist): Use it to search for referenced
6878 manpages. If hyphenated is non-nil, record a concatenated word in
6879 Man-refpages-alist only if it matches Man-reference-regexp.
6880 Update word's length when it is concatenated. Reverse the list,
6881 to get the first manpage at the head.
6882 (Man-possibly-hyphenated-word): New function.
6883 (Man-follow-manual-reference): Use it instead of current-word to
6884 find a manpage at point, in a way that accounts for hyphenated
6885 references.
6886
6887 2001-03-06 Alex Schroeder <alex@gnu.org>
6888
6889 * sql.el (sql-interbase): New function.
6890 (sql-interbase-program): New option.
6891 (sql-interbase-options): New option.
6892 And some typos fixed: "customise" to "customize".
6893
6894 2001-03-06 Dave Love <fx@gnu.org>
6895
6896 * textmodes/flyspell.el (flyspell-region):
6897 Set up flyspell-local-mouse-map.
6898
6899 2001-03-05 Richard M. Stallman <rms@gnu.org>
6900
6901 * mail/rmail.el (rmail-retry-failure):
6902 Don't call rmail-beginning-of-message.
6903 Don't discard From: field. Do discard Received: field.
6904 Use unwind-protect to re-prune.
6905 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6906
6907 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6908
6909 * international/quail.el (quail-title): Add autoload cookie.
6910
6911 2001-03-05 Dave Love <fx@gnu.org>
6912
6913 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6914 new defs.
6915
6916 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6917
6918 * language/ethio-util.el (ethio-toggle-space):
6919 Update current-input-method-title if necessary.
6920 (ethio-toggle-punctuation): Likewise.
6921
6922 * international/quail.el (quail-title): Fix for the case that a
6923 title of an input method is specified by a list of the same form
6924 as used in mode-line-format.
6925
6926 * international/mule-cmds.el (activate-input-method):
6927 If current-input-method-title is set by activating INPUT-METHOD,
6928 respect that value.
6929
6930 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6931
6932 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6933
6934 2001-03-05 Alex Schroeder <alex@gnu.org>
6935
6936 * sql.el (sql-sybase): Fix typo (was: query user about server two
6937 times instead of server and database).
6938
6939 * sql.el (sql-sybase): Doc change.
6940 (sql-mysql): Doc change.
6941 (sql-postgres): Doc change.
6942
6943 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6944
6945 * international/mule-conf.el (emacs-mule, raw-text):
6946 Docstring modified.
6947
6948 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6949
6950 * term/internal.el: Update copyright notice.
6951
6952 * term/pc-win.el: Update copyright notice.
6953
6954 2001-03-02 Dave Love <fx@gnu.org>
6955
6956 * files.el (insert-file-contents-literally):
6957 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6958 not jka-compr-compression-info-list.
6959
6960 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6961
6962 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6963 spaces in default comment-start-skip settings rather than \s-.
6964
6965 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6966
6967 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6968 default-frame-alist as well.
6969
6970 2001-03-01 Dave Love <fx@gnu.org>
6971
6972 * textmodes/reftex.el (defvar): Wrap some defvars in
6973 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6974
6975 * subr.el (event-basic-type): Doc fix.
6976
6977 * international/quail.el: Doc fixes.
6978
6979 * international/utf-8.el: Doc fixes.
6980
6981 * international/mule-cmds.el: Doc fixes.
6982 (leim-list-header): Fix header text.
6983
6984 * international/mule.el (coding-system-category): Doc fix.
6985
6986 * international/ccl.el (ccl-compile): Doc fix.
6987
6988 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6989
6990 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6991 rather than (before|after)-change-functions.
6992
6993 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6994
6995 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6996 scroll-left and scroll-right being called interactively so that
6997 they set the window's min_hscroll.
6998
6999 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7000
7001 * info.el (info-insert-file-contents-1): Accept an additional
7002 argument `lfn': if it is non-nil, concatenate `filename' and
7003 `suffix'; otherwise use the complicated MS-DOS code.
7004 All callers changed.
7005 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7006 can access long file names, try the long file-name version of
7007 `info-insert-file-contents-1', then the short file-name version.
7008
7009 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7010
7011 * language/ethio-util.el (setup-ethiopic-environment-internal):
7012 Change bindings of functions keys to conform to "Emacs Lisp Coding
7013 Convention".
7014
7015 * language/ethiopic.el ("Ethiopic"): Add documentation.
7016
7017 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7018
7019 * international/utf-8.el (mule-utf-8): Set coding-category
7020 property to coding-category-utf-8.
7021
7022 2001-02-27 Richard M. Stallman <rms@gnu.org>
7023
7024 * lpr.el (lpr-page-header-switches, print-region-1):
7025 Undo 2000-07-06 change.
7026 (lpr-add-switches): Default to t on gnu/linux.
7027
7028 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7029
7030 * bs.el (bs-attributes-list): Doc fix.
7031
7032 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7033
7034 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7035
7036 * help.el (view-order-manuals): Use goto-address.
7037
7038 * startup.el (command-line-1): Add info about ordering manuals
7039 to the not so fancy splash screens.
7040
7041 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7042
7043 * vc.el (vc-default-workfile-unchanged-p)
7044 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7045
7046 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7047
7048 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7049 fontify in the right buffer.
7050
7051 * allout.el (outline-flag-region): Move macro in front of first
7052 use to avoid a run-time error.
7053
7054 2001-02-24 Andrew Innes <andrewi@gnu.org>
7055
7056 * makefile.w32-in: Fix copyright notice.
7057
7058 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7059
7060 * international/utf-8.el (mule-utf-8): Set correct value for
7061 valid-codes property.
7062
7063 * international/fontset.el (x-complement-fontset-spec): In the
7064 case that we use ASCII font for the other charsets, use only
7065 family and registry part of it.
7066
7067 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7068
7069 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7070 (shrink-window-if-larger-than-buffer): Doc fix.
7071
7072 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7073
7074 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7075 predicate passed to completing-read.
7076
7077 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7078
7079 * startup.el (command-line): Fix last change.
7080
7081 2001-02-23 Jason Rumney <jasonr@gnu.org>
7082
7083 * startup.el (tool-bar-originally-present): New variable.
7084 (command-line): Set it if the tool-bar is switched on at startup.
7085
7086 * frame.el (frame-notice-user-settings): Only adjust frame height
7087 for no tool-bar case if tool-bar was originally switched on.
7088 From E. Jay Berkenbilt.
7089
7090 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7091
7092 * server.el (server-switch-buffer): Only switch window if the
7093 current one is dedicated.
7094
7095 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7096 rather than using (match-beginning 0) when searching for break point.
7097
7098 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7099
7100 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7101 @ follows an accent command such as @'. Support optional braces
7102 in commands that insert accents, like makeinfo does.
7103
7104 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7105
7106 * startup.el (fancy-splash-text): Add a line for ordering
7107 manuals. Reverse order of splash screens shown.
7108 (use-fancy-splash-screens-p): Adapt to the text line added.
7109
7110 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7111 manuals from the FSF.
7112
7113 * help.el (view-order-manuals): New function.
7114 (toplevel): Bind C-h C-m to this function.
7115
7116 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7117
7118 * newcomment.el (comment-forward): Skip the comment-start before
7119 searching for the comment-end.
7120
7121 2001-02-21 Dave Love <fx@gnu.org>
7122
7123 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7124
7125 * international/mule-cmds.el, international/mule.el: Doc fixes.
7126
7127 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7128
7129 * startup.el (fancy-splash-screens): Use display-hourglass
7130 instead of display-busy-cursor.
7131
7132 * frame.el (display-hourglass): Renamed from busy-cursor.
7133 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7134 (show-cursor-in-non-selected-windows): Doc fix.
7135
7136 2001-02-20 Dave Love <fx@gnu.org>
7137
7138 * international/utf-8.el: Doc and commentary fixes.
7139
7140 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7141
7142 * ehelp.el (with-electric-help): Doc fix.
7143
7144 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7145
7146 * msb.el (msb-mode): Call the update-buffers function explicitly
7147 with a FORCE argument.
7148
7149 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7150 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7151 returns nil.
7152
7153 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7154
7155 * ps-print.el: Timestamp package replacement. Some enhancements.
7156 Some XEmacs compatibility. Doc fix.
7157 (ps-print-version): New version number (6.4).
7158 (ps-printer-name): Initialization fix.
7159 (ps-zebra-stripe-follow): Funcionality enhancement.
7160 (ps-prologue-file): Code enhancement.
7161 (ps-right-header): Timestamp package replacement.
7162 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7163 (ps-get-page-dimensions)
7164 (ps-generate-header, ps-begin-file, ps-begin-job)
7165 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7166 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7167 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7168 (coding-system-for-write): Var declaration (XEmacs compatibility).
7169
7170 2001-02-20 Miles Bader <miles@gnu.org>
7171
7172 * image-file.el (image-file-name-extensions): Add "tif".
7173
7174 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7175
7176 * wid-edit.el (widget-button-click): Save the selected window
7177 around the code handling clicks on buttons.
7178
7179 2001-02-18 Dave Love <fx@gnu.org>
7180
7181 * imenu.el (imenu--generic-function): Use mapc to iterate over
7182 syntax characters.
7183
7184 2001-02-17 Richard M. Stallman <rms@gnu.org>
7185
7186 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7187
7188 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7189
7190 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7191
7192 * mouse.el (mouse-save-then-kill): If the distance from the new
7193 point to the mark is equal to the distance of point from the new
7194 point, move point instead of the mark.
7195
7196 2001-02-16 Dave Love <fx@gnu.org>
7197
7198 * textmodes/flyspell.el (flyspell-get-word): Return string without
7199 properties.
7200
7201 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7202
7203 * generic.el (generic-find-file-regexp): Doc fix.
7204 (generic-ignore-files-regexp): New defcustom.
7205 (generic-mode-find-file-hook): If the file's name matches the
7206 regexp in `generic-ignore-files-regexp', don't enter
7207 default-generic-mode. Doc fix.
7208
7209 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7210
7211 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7212 Add autoload cookies.
7213
7214 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7215 of cal-tex-24.
7216
7217 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7218
7219 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7220
7221 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7222 the character class after the (optional) drive, to support file
7223 names with embedded blanks.
7224
7225 2001-02-15 Sam Steingold <sds@gnu.org>
7226
7227 * textmodes/tex-mode.el (tex-shell-running):
7228 Check the process buffer too.
7229
7230 2001-02-15 Dave Love <fx@gnu.org>
7231
7232 * battery.el (battery-status-function): Fix doc, :type.
7233
7234 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7235
7236 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7237
7238 * subr.el (read-passwd): Clear Lisp memory holding password.
7239
7240 2001-02-15 Miles Bader <miles@gnu.org>
7241
7242 * info.el (Info-copy-current-node-name): New function.
7243 (Info-mode-menu): Add it to the menu.
7244
7245 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7246
7247 * international/mule-cmds.el (toggle-input-method): Doc fix.
7248
7249 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7250
7251 * replace.el (occur): Stop at end of buffer.
7252
7253 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7254
7255 * international/mule-cmds.el (set-input-method): Another doc fix.
7256
7257 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7258
7259 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7260
7261 2001-02-13 Miles Bader <miles@gnu.org>
7262
7263 * faces.el (set-face-background, set-face-foreground)
7264 (set-face-stipple): Treat a value of nil as being `unspecified'.
7265
7266 2001-02-12 Dave Love <d.love@dl.ac.uk>
7267
7268 * international/latin1-disp.el: Doc fixes.
7269 (latin1-display) <defgroup>: Add :link.
7270 (latin1-display) <function>: Set variable latin1-display.
7271
7272 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7273
7274 * international/mule-cmds.el (set-input-method): Doc fix.
7275
7276 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7277
7278 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7279 (speedbar-line-file): Return nil if not a file.
7280 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7281
7282 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7283
7284 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7285 for remote files.
7286 (ediff-coding-system-for-read): Replaced the no-conversion default
7287 with raw-text.
7288
7289 * ediff-init.el: Removed :version from defcustom vars.
7290
7291 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7292 Better handling of the diff mode.
7293
7294 * ediff.texi: Added ediff-coding-system-for-read.
7295
7296 * viper.texi: Fix typos.
7297
7298 2001-02-11 Dave Love <fx@gnu.org>
7299
7300 * shadowfile.el: Doc fixes.
7301 (shadow) <defgroup>: Add :link.
7302 (shadowfile-unload-hook): New function.
7303 (shadow-initialize): Use defalias, not fset.
7304 (shadow-define-cluster, shadow-define-literal-group)
7305 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7306
7307 * international/mule.el: Doc and message fixes.
7308
7309 * international/ccl.el (define-ccl-program): Doc fix.
7310
7311 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7312
7313 * faces.el (mode-line): Set :line-width property to -1.
7314
7315 2001-02-10 Richard M. Stallman <rms@gnu.org>
7316
7317 * complete.el (partial-completion-mode): Doc fix.
7318
7319 * simple.el (delete-key-deletes-forward-mode):
7320 Change `let' to `let*' to fix gross bug in last change.
7321
7322 * repeat.el (repeat): Don't let execute-kbd-macro alter
7323 real-last-command.
7324
7325 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7326
7327 * simple.el (eval-expression): Doc fix.
7328
7329 2001-02-09 Dave Love <fx@gnu.org>
7330
7331 * imenu.el (imenu-generic-expression): Doc fix.
7332
7333 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7334 From Juanma Barranquero.
7335
7336 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7337
7338 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7339
7340 * faces.el (set-face-attribute): Describe the case of a negative
7341 value specified for :line-width.
7342
7343 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7344
7345 * which-func.el (which-func-mode): Invert which-func-mode-global.
7346 From Juanma Barranquero <lektu@uol.com.br>.
7347
7348 2001-02-08 Dave Love <fx@gnu.org>
7349
7350 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7351 widget-plist-value-type.
7352 (widget-alist-convert-widget): Replace binding of
7353 widget-alist-value-type.
7354
7355 * textmodes/paragraphs.el (sentence-end): Doc fix.
7356
7357 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7358 Remove `backward-line'.
7359
7360 * play/pong.el (pong-blank-color, pong-bat-color)
7361 (pong-ball-color, pong-border-color, pong-left-key)
7362 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7363 (pong-pause-key, pong-resume-key, pong-timer-delay):
7364 * mail/mh-comp.el (mh-compose-letter-function):
7365 * eshell/esh-mode.el (eshell-skip-prompt-function):
7366 * emulation/viper-ex.el (ex-unix-type-shell-options):
7367 * recentf.el (recentf-menu-filter):
7368 * ps-print.el (ps-print-region-function):
7369 * lpr.el (print-region-function):
7370 * forms.el (forms-mode-hooks):
7371 * dirtrack.el (dirtrack-directory-change-hook):
7372 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7373 * textmodes/spell.el (spell-filter):
7374 * textmodes/fill.el (adaptive-fill-function):
7375 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7376 * progmodes/etags.el (find-tag-default-function):
7377 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7378 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7379
7380 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7381
7382 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7383 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7384 Meyering <jim@meyering.net>.
7385
7386 * loadup.el: Revert last change.
7387
7388 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7389
7390 * international/mule.el (transform-make-coding-system-args):
7391 Make it work also for coding systems not using CCL.
7392
7393 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7394
7395 * simple.el (previous-matching-history-element)
7396 (next-matching-history-element): Doc fix.
7397
7398 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7399 specific part.
7400
7401 2001-02-06 Dave Love <fx@gnu.org>
7402
7403 * add-log.el (add-log-current-defun-function)
7404 (add-log-buffer-file-name-function, add-log-file-name-function):
7405 Fix :type.
7406 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7407
7408 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7409
7410 * info.el (info-initialize): Remove the test for system-type when
7411 invocation-directory is non-nil.
7412
7413 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7414 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7415
7416 2001-02-06 Andrew Innes <andrewi@gnu.org>
7417
7418 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7419 absolute.
7420
7421 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7422
7423 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7424 buffers. When hi-lock turned on rather than only checking current
7425 buffer for regexps, all buffers are checked. Moved activation of
7426 font-lock to hi-lock-refontify. When font-lock turned off rather
7427 than removing added highlighting just in current buffer, remove it
7428 in all buffers. Changed edit menu text from "Automatic
7429 Highlighting" to "Regexp Highlighting" Documentation for
7430 highlighting phrases, minor documentation changes.
7431 (hi-lock-set-file-patterns): Execute only if there are new or
7432 existing file patterns.
7433 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7434 unfontify and, if a support mode is active, will not refontify the
7435 whole buffer. If necessary, turn on font lock. (Removed
7436 font-lock-unfontify and font-lock support-mode-specific calls,
7437 such as lazy-lock-fontify-window.)
7438 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7439 patterns are found. Not useful now since find-file-hook is removed
7440 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7441 (hi-lock-face-phrase-buffer): New function. Also added related
7442 menu item and keybinding.
7443 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7444 (hi-lock-process-phrase): New function.
7445 (hi-lock-line-face-buffer): Doc fixes.
7446 (hi-lock-face-buffer): Doc fixes.
7447 (hi-lock-unface-buffer): Doc fixes.
7448
7449 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7450
7451 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7452 dabbrev-ignored-regexps.
7453
7454 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7455
7456 * simple.el (kill-line): Doc fix.
7457
7458 2001-02-05 Dave Love <fx@gnu.org>
7459
7460 * loadup.el: Revert last two changes -- bootstrapping works with
7461 regenerated loaddefs.
7462
7463 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7464
7465 * isearch.el (isearch-forward): Doc fix.
7466
7467 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7468 of font-lock-defaults to backward-paragraph.
7469
7470 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7471
7472 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7473 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7474
7475 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7476
7477 * ebnf2ps.el: Eliminate time-stamp functions.
7478 (ebnf-version): New version (3.5).
7479 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7480 format-time-string.
7481
7482 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7483
7484 * simple.el (next-line): Goto end-of-line before inserting a newline.
7485
7486 2001-02-05 Miles Bader <miles@gnu.org>
7487
7488 * image-file.el (insert-image-file): When visiting an image, also
7489 set `truncate-lines' to t so that any fringe arrow looks correct.
7490
7491 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7492
7493 * isearch.el (isearch-forward): Add description about input method
7494 in the docsting.
7495
7496 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7497
7498 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7499
7500 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7501
7502 * info.el (info-initialize): If installation-directory is nil, for
7503 DOS/Windows systems try looking in a sibling of invocation-directory.
7504
7505 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7506
7507 * wid-edit.el (widget-button-click): Fix last change.
7508
7509 * frame.el (frame-notice-user-settings): When resizing the initial
7510 frame because the tool bar is off, also change the frame's top
7511 position if a negative top position was specified.
7512
7513 2001-02-02 Miles Bader <miles@gnu.org>
7514
7515 * image-file.el (insert-image-file): When visiting an image,
7516 suppress the cursor in the image buffer.
7517
7518 2001-02-01 Dave Love <fx@gnu.org>
7519
7520 * progmodes/f90.el (f90-mode): Remove startup message.
7521
7522 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7523
7524 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7525
7526 * startup.el (command-line): Fix code determining whether or not
7527 to use delete-key-deletes-forward-mode.
7528
7529 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7530
7531 * vc.el (vc-diff-switches): New user option.
7532 (vc-version-diff): Use it.
7533 (vc-diff-switches-list): New macro.
7534
7535 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7536 New customization options.
7537 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7538
7539 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7540
7541 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7542
7543 * msb.el (toplevel): Quote hook symbols.
7544
7545 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7546
7547 * international/mule.el (make-coding-system): Add description
7548 about recognized properties in the docstring.
7549
7550 * international/mule-conf.el: Remove unused charsets
7551 mac-roman-lower and mac-roman-upper.
7552
7553 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7554
7555 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7556 is in front of the left-margin, if any.
7557
7558 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7559 like `delete'.
7560
7561 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7562
7563 * term/w32-win.el (mouse-set-font): Doc fix.
7564
7565 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7566
7567 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7568 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7569 on already.
7570
7571 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7572
7573 * files.el (save-buffer): Don't give message if (buffer-file-name)
7574 returns nil.
7575
7576 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7577
7578 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7579
7580 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7581 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7582
7583 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7584 display problems.
7585
7586 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7587
7588 * international/mule.el (charset-info): Fix docstring.
7589
7590 * international/mule-diag.el (describe-character-set): Check final
7591 char valid before printing it.
7592
7593 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7594
7595 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7596
7597 * frame.el (frame-notice-user-settings): Do the tool-bar
7598 stuff only for graphical displays. Fix a braino.
7599
7600 * frame.el (frame-initialize): Create initial frame visible.
7601 (frame-notice-user-settings): When tool-bar has been switched off,
7602 correct the frame size and sync tool-bar-mode.
7603
7604 * startup.el (command-line): Remove manipulation of frame
7605 height for tool bars.
7606
7607 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7608
7609 * lpr.el: Compatibility with XEmacs and doc fixes.
7610 (lpr-windows-system, lpr-lp-system): New vars.
7611 (lpr-printer-switch): New defcustom.
7612 (printer-name, lpr-command): Customization fix.
7613 (print-region-1): Code fix.
7614 (print-region-new-buffer, printify-region): Indentation fix.
7615 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7616 New functions.
7617
7618 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7619
7620 * msb.el (toplevel): Fix the eval-after-load.
7621
7622 2001-01-29 Dave Love <fx@gnu.org>
7623
7624 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7625
7626 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7627
7628 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7629 (tcl-using-emacs-19-23): Consider Emacs 21+.
7630 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7631 (tcl-add-emacs-menu): Supply menu name.
7632 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7633
7634 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7635
7636 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7637
7638 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7639
7640 * pcvs.el (cvs-mark-fis-dead): New function.
7641 (cvs-mode-add): Use it.
7642 (cvs-mode-add-change-log-entry-other-window):
7643 Rebind change-log-default-name to itself rather than to nil.
7644
7645 2001-01-29 Sam Steingold <sds@gnu.org>
7646
7647 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7648 `autoload' statements.
7649
7650 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7651
7652 * files.el (confirm-kill-emacs): Doc fix.
7653
7654 * frame.el (frame-initialize): Doc fix.
7655
7656 * time-stamp.el (time-stamp-string): Doc fix.
7657
7658 * woman.el (WoMan-log-1): Make the log buffer writable.
7659 From Markus Rost <rost@math.ohio-state.edu>.
7660
7661 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7662
7663 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7664 the `make-variable-buffer-local'.
7665
7666 2001-01-29 Dave Love <fx@gnu.org>
7667
7668 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7669 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7670 Add autoload cookie.
7671 (ansi-color-apply-sequence): Fix typo.
7672
7673 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7674
7675 * menu-bar.el (menu-bar-files-menu): Add menu items for
7676 Postscript printing in black and white.
7677
7678 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7679 X-Mailman-Version, Precedence, List-Help, List-Post,
7680 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7681 Content-Type, Content-Length.
7682
7683 2001-01-29 Dave Love <fx@gnu.org>
7684
7685 * elide-head.el (elide-head): Make overlay evaporate.
7686
7687 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7688
7689 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7690
7691 * isearch.el (isearch-highlight): Don't punt if the display
7692 doesn't support colors, since isearch faces are defined for
7693 monochrome displays as well.
7694
7695 2001-01-27 Sam Steingold <sds@gnu.org>
7696
7697 * shell.el (shell-write-history-on-exit): Make sure that we are in
7698 the shell buffer (M-x tex-file RET inserted the error message into
7699 the TeX buffer).
7700
7701 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7702
7703 * simple.el (transient-mark-mode): Doc fix.
7704
7705 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7706
7707 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7708
7709 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7710
7711 * shell.el (shell-unquote-argument): If the shell is one of the
7712 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7713 quote character.
7714 (shell-dumb-shell-regexp): Document that the shells which match
7715 this regexp are supposed to not treat a backslash as a quote character.
7716
7717 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7718 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7719
7720 2001-01-27 Richard M. Stallman <rms@gnu.org>
7721
7722 * dabbrev.el (dabbrev--substitute-expansion):
7723 Treat a one-capital-letter abbrev as "not all upper case",
7724 so as to force preservation of the expansion's pattern
7725 if the expansion starts with a capital letter.
7726
7727 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7728
7729 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7730 Doc fix.
7731
7732 * simple.el (transient-mark-mode): Document the fact that many
7733 commands act on the region when mark is active.
7734
7735 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7736
7737 * international/quail.el (quail-setup-completion-buf): Make the
7738 multibyteness of current buffer inherited to Quail completion buffer.
7739 (quail-show-guidance-buf): Make the multibyteness of current
7740 buffer inherited to Quail guidance buffer.
7741 (quail-help): Make the multibyteness of current buffer inherited
7742 to Quail help buffer.
7743
7744 2001-01-26 Dave Love <fx@gnu.org>
7745
7746 * time-stamp.el: Doc fixes.
7747
7748 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7749 (delphi-keyword-face, delphi-other-face): Fix :type.
7750
7751 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7752
7753 * mail/feedmail.el (feedmail): Add :link.
7754 (feedmail-send-it): Doc fix.
7755
7756 * mail/sendmail.el: Doc fixes.
7757 (sendmail-send-it): Fix the non-ASCII regexp and use
7758 rfc2047-encode-string.
7759
7760 * dired.el, dired-aux.el: Revert last change.
7761
7762 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7763
7764 * makefile.w32-in (DONTCOMPILE): Add various term files.
7765
7766 2001-01-26 Dave Love <fx@gnu.org>
7767
7768 * Makefile.in (DONTCOMPILE): Add various term files.
7769
7770 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7771
7772 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7773
7774 * startup.el (display-startup-echo-area-message): Make sure
7775 the echo area is resized to fit the size of the startup message.
7776
7777 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7778 part of which is a constant.
7779
7780 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7781
7782 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7783
7784 2001-01-26 Richard M. Stallman <rms@gnu.org>
7785
7786 * simple.el (next-line): Don't let `newline' expand abbrevs.
7787 Simplify slightly.
7788 (open-line): Don't let `newline' expand abbrevs.
7789
7790 2001-01-25 John Wiegley <johnw@gnu.org>
7791
7792 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7793 to `repeat' in the :type field.
7794
7795 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7796 allow a choice of regexp or nil.
7797 (pcomplete-dir-ignore): Same.
7798
7799 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7800 a command) to always fail.
7801
7802 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7803
7804 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7805 discard the result.
7806 (iswitchb-to-end): Likewise.
7807
7808 2001-01-25 Sam Steingold <sds@gnu.org>
7809
7810 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7811 Require vc.
7812
7813 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7814
7815 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7816
7817 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7818
7819 2001-01-25 Dave Love <fx@gnu.org>
7820
7821 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7822 (describe-coding-system): Tweak the English text.
7823
7824 * loadup.el: Preload international/ccl for utf-8.
7825
7826 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7827
7828 * mail/rmail.el (rmail-redecode-body): Doc fix.
7829
7830 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7831
7832 * international/mule-cmds.el (reset-language-environment):
7833 Reset coding-category-utf-8 to mule-utf-8.
7834
7835 * international/mule-conf.el (coding-category-utf-8):
7836 Initialize to mule-utf-8.
7837
7838 * loadup.el: Preload international/utf-8.
7839
7840 * international/utf-8.el: New file.
7841
7842 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7843
7844 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7845
7846 2001-01-24 Sam Steingold <sds@gnu.org>
7847
7848 * dired.el (dired-replace-in-string): Removed.
7849 (dired-sort-toggle): Use `replace-regexps-in-string'
7850 instead of `dired-replace-in-string'.
7851
7852 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7853 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7854
7855 * gs.el (gs-replace-in-string): Removed.
7856 (gs-options): Use `replace-regexps-in-string'
7857 instead of `gs-replace-in-string'.
7858
7859 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7860
7861 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7862 bug report is mailed to an email list and posted to a news group.
7863
7864 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7865
7866 * comint.el (comint-replace-by-expanded-history-before-point):
7867 Fix change of 2000-08-03 to move point to the start of the line again.
7868
7869 * startup.el (tool-bar-images-pixel-height): New variable.
7870 (command-line): After loading the user's init file, when
7871 tool-bar-mode is on, increase the frame's size by some lines for
7872 the tool-bar.
7873
7874 * frame.el (frame-initialize): Create the initial frame invisible.
7875
7876 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7877
7878 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7879 (chinese-big5): MIME:Big5.
7880
7881 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7882
7883 * international/mule-cmds.el (universal-coding-system-argument):
7884 Handle commands with prefix args.
7885
7886 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7887
7888 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7889 being a list of numbers.
7890 (diary-mail-entries): Rewritten.
7891
7892 2001-01-23 Dave Love <fx@gnu.org>
7893
7894 * international/mule.el (make-coding-system): Fix typo.
7895
7896 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7897 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7898
7899 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7900
7901 * font-lock.el (font-lock-mode): Doc fix.
7902
7903 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7904
7905 * international/mule.el (make-translation-table): Fix docstring.
7906
7907 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7908
7909 * mail/rmail.el (rmail-redecode-body): New function.
7910
7911 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7912
7913 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7914
7915 * isearch.el (isearch-lazy-highlight-case-fold-search)
7916 (isearch-lazy-highlight-regexp): New variables.
7917 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7918 case-fold search or regexp search has been toggled.
7919
7920 * wid-edit.el (widget-button-click): Avoid a save-excursion
7921 around running a global binding.
7922
7923 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7924 to 0.25.
7925
7926 2001-01-20 Miles Bader <miles@gnu.org>
7927
7928 * cus-edit.el (custom-face-save): Do post-processing on the face's
7929 new value like `custom-face-set' does.
7930
7931 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7932
7933 * mail/emacsbug.el (report-emacs-bug): Report the value of
7934 LC_CTYPE, not LC_TYPE.
7935
7936 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7937 isearch-toggle-regexp and isearch-edit-string to doc string.
7938
7939 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7940
7941 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7942 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7943
7944 * jit-lock.el (jit-lock-fontify-now): Don't bind
7945 font-lock-beginning-of-syntax-function to nil.
7946
7947 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7948
7949 * mail/emacsbug.el (report-emacs-bug): Report values of
7950 locale-coding-system, default-enable-multibyte-characters, and the
7951 environment variables LC_ALL, LC_TYPE, and LANG.
7952
7953 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7954
7955 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7956
7957 * font-lock.el (font-lock-multiline): Default to nil.
7958 (font-lock-default-fontify-region): If font-lock-multiline is
7959 nil, don't check the property `font-lock-multiline'.
7960
7961 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7962 is nil, don't check the `font-lock-multiline' text property.
7963
7964 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7965
7966 * viper.el: Call initial-major-mode on startup.
7967
7968 * ediff.el (ediff-patch-file): Use better defaults.
7969
7970 * ediff-vers.el: Fix for 8+3 DOS file systems.
7971
7972 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7973
7974 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7975 diff mode, if available.
7976
7977 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7978
7979 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7980
7981 * ediff-init.el (subst-char-in-string): Define and use it, unless
7982 it's already defined.
7983
7984 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7985
7986 * tooltip.el (tooltip-hide-delay): New user-option.
7987 (tooltip-show): Use tooltip-hide-delay instead of the default.
7988
7989 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7990
7991 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7992 kill-local-variable doesn't work for enable-multibyte-characters.
7993
7994 2001-01-17 Dave Love <fx@gnu.org>
7995
7996 * ediff-init.el (ediff-before-setup-hook)
7997 (ediff-merge-filename-prefix): Add :version.
7998
7999 * international/latin1-disp.el: Require disp-table.
8000 (latin1-display): Fix :set.
8001
8002 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8003
8004 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8005
8006 * isearch.el (isearch-lazy-highlight-initial-delay)
8007 (isearch-lazy-highlight-interval): Default to 0.
8008
8009 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8010
8011 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8012 1 here rather than each time through
8013 isearch-lazy-highlight-new-loop.
8014 (isearch-lazy-highlight-max): Variable deleted.
8015 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8016 isearch-lazy-highlight-max but controls a single invocation of
8017 isearch-lazy-highlight-update.
8018 (isearch-lazy-highlight-wrapped): Variable recreated.
8019 (isearch-lazy-highlight-window-start): New variable.
8020 (isearch-lazy-highlight-cleanup): Restored to behavior of
8021 before 2-Jan.
8022 (isearch-lazy-highlight-remove-overlays): Function deleted;
8023 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8024 behavior removed.
8025 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8026 isearch-lazy-highlight-update in a loop rather than just once.
8027 Test isearch-invalid-regexp here and decide not to start a new
8028 loop, rather than testing it each time through
8029 isearch-lazy-highlight-update.
8030 (isearch-lazy-highlight-search): Function restored.
8031 (isearch-lazy-highlight-update): Get called in a timer loop again,
8032 but this time highlight more than one match each time through.
8033 Only highlight matches in the visible part of the window.
8034 Start at point, move in the direction of the search, and wrap around at
8035 the edge of the window. Use sit-for to force redisplay and ensure
8036 window-start is credible. "Face suppressing" behavior removed;
8037 overlay priorities should make it unnecessary, right?
8038 (isearch-highlight): Face suppressing behavior removed.
8039 (isearch-dehighlight): Face suppressing behavior removed.
8040 (isearch-set-lazy-highlight-faces-at): Removed.
8041
8042 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8043
8044 * language/european.el ("Latin-1"): Make the format of description
8045 about additional language environments same as that of Latin-2.
8046
8047 2001-01-16 Dave Love <fx@gnu.org>
8048
8049 * isearch.el (isearch-lazy-highlight): Add :version.
8050
8051 * simple.el (backward-delete-char-untabify-method)
8052 (next-line-add-newlines): Add :version.
8053
8054 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8055
8056 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8057 Don't bind <delete> otherwise.
8058
8059 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8060 and <delete> via function-key-map.
8061
8062 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8063 Subject line only if point is after the `Subject:'.
8064
8065 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8066
8067 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8068 japanese-jisx0213-2 in `charset' property of this lang. env.
8069
8070 * language/european.el ("Latin-1"): Add description for Dutch and
8071 Spanish lang. env.
8072
8073 * international/mule.el (decode-char): Fix conditions.
8074 (encode-char): Handle eight-bit-control too.
8075 (transform-make-coding-system-args): New function.
8076 (make-coding-system): Accept XEmacs style arguments for CCL base
8077 coding system.
8078
8079 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8080
8081 * progmodes/etags.el (find-tag-noselect): Save the value of
8082 tags-file-name before switching buffers, for the case it has a
8083 buffer-local value.
8084
8085 2001-01-15 Alex Schroeder <alex@gnu.org>
8086
8087 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8088 From Dave Love <fx@gnu.org>.
8089 (ansi-color-for-comint-mode): Fix :version.
8090
8091 2001-01-15 Alex Schroeder <alex@gnu.org>
8092
8093 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8094
8095 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8096
8097 * dired.el (dired-insert-directory): If file-system-info fails,
8098 remove the " free " part, but don't signal an error.
8099
8100 2001-01-12 Sam Steingold <sds@gnu.org>
8101
8102 * bookmark.el (bookmark-maybe-historicize-string):
8103 Use new backquote syntax.
8104
8105 2001-01-12 Richard M. Stallman <rms@gnu.org>
8106
8107 * subr.el (last): Handle a list that doesn't end in nil.
8108
8109 2001-01-12 Sam Steingold <sds@gnu.org>
8110
8111 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8112 to `backward-delete-char-untabify'.
8113
8114 2001-01-12 Dave Love <fx@gnu.org>
8115
8116 * cus-edit.el (customize-menu-create): Fix the :filter following
8117 easymenu change.
8118
8119 * wid-edit.el (function): Add :match-alternatives.
8120 (widget-color-action): Doc fix.
8121
8122 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8123
8124 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8125
8126 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8127
8128 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8129
8130 * international/ccl.el (define-ccl-program): Fix docstring.
8131
8132 2001-01-11 Dave Love <fx@gnu.org>
8133
8134 * international/mule-cmds.el (standard-display-european-internal):
8135 Set display table for 2208 as for 160.
8136
8137 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8138
8139 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8140 entry for custom-menu-create change.
8141 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8142 don't cons it in the search loop.
8143
8144 * imenu.el (imenu--truncate-items): Revert last change.
8145
8146 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8147
8148 * info.el (Info-setup-header-line): If the node header includes
8149 either Next: or Prev: links, don't show the File: and Node: parts
8150 in the header line.
8151
8152 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8153
8154 * comint.el (comint-goto-process-mark): Don't print a message
8155 when running in batch mode.
8156
8157 * isearch.el (isearch-search): In the condition-case handler for
8158 `error', set isearch-invalid-regexp to the whole error message.
8159
8160 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8161 ensure that eval-after-load works for files dumped with Emacs.
8162
8163 * help.el (load-symbol-file-load-history): New function extracted
8164 from function symbol-file.
8165 (symbol-file): Use it.
8166
8167 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8168
8169 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8170
8171 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8172 behave as if there were no prefix argument.
8173 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8174 argument were nil.
8175
8176 2001-01-11 Richard M. Stallman <rms@gnu.org>
8177
8178 * isearch.el (isearch-lazy-highlight-update):
8179 Don't look for more potential matches once maximum is exceeded.
8180 Use overlays-in to check correctly for overlap with current match.
8181 Ignore empty matches.
8182
8183 2001-01-11 Miles Bader <miles@gnu.org>
8184
8185 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8186 (ispell-overlay-window, ispell-help, ispell-show-choices)
8187 (ispell-command-loop): Use it instead of `window-height'.
8188
8189 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8190
8191 * files.el (confirm-kill-emacs): New user-option.
8192 (save-buffers-kill-emacs): Ask for final confirmation before
8193 killing Emacs.
8194
8195 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8196 to nil.
8197
8198 2001-01-10 Dave Love <fx@gnu.org>
8199
8200 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8201
8202 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8203
8204 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8205
8206 * calculator.el (calculator-number-digits): Fix :type.
8207
8208 * vc-cvs.el (vc-cvs-header): Fix :type.
8209 * vc-rcs.el (vc-rcs-header): Fix :type.
8210 * vc-sccs.el (vc-sccs-header): Fix :type.
8211
8212 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8213
8214 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8215
8216 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8217
8218 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8219
8220 * simple.el (set-variable): Force a thorough redisplay for the
8221 case that the variable has an effect on the display, like
8222 `tab-width' has.
8223
8224 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8225
8226 * vc.el: Add documentation for backend interface.
8227
8228 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8229
8230 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8231
8232 * international/mule-conf.el (latin-extra-code-table): Set to t
8233 for \223 and \224.
8234
8235 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8236
8237 * international/mule-cmds.el (locale-language-names): Map "es" to
8238 "Spanish" and "nl" to "Dutch".
8239
8240 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8241
8242 * bindings.el (global-map): Bind <home> to beginning-of-line,
8243 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8244 C-<end> to end-of-buffer.
8245
8246 * language/european.el: Add Dutch and Spanish language info
8247 to be able to use the appropriate tutorials.
8248
8249 2001-01-09 Alex Schroeder <alex@gnu.org>
8250
8251 * ansi-color.el (ansi-color-process-output): Use markers instead
8252 of positions for start and end of region.
8253 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8254 Previously, occasional mistakes happend when fontifying many
8255 chunks of output (eg. ls --color=yes /dev). This happened
8256 whenever an overlay was created up to the end of the region, which
8257 coincided with the process-mark. New text would then be added
8258 within that overlay instead of after it.
8259 (ansi-color-make-extent): Overlays are created with the property
8260 `modification-hooks' set to '(ansi-color-freeze-overlay).
8261 (ansi-color-freeze-overlay): New function. When inserting text at
8262 the end of the overlay, the overlay will resize.
8263
8264 2000-01-09 Alex Schroeder <alex@gnu.org>
8265
8266 * ansi-color.el (ansi-color-process-output): Doc change.
8267 (ansi-color-unfontify-region): Doc change. No longer installed
8268 automatically in font-lock-unfontify-region-function.
8269 (ansi-color-apply): Doc change.
8270 (ansi-color-apply-on-region): Use extents or overlays instead of
8271 text-properties.
8272 (ansi-color-make-extent): New function.
8273 (ansi-color-set-extent-face): New function.
8274
8275 2000-01-09 Alex Schroeder <alex@gnu.org>
8276
8277 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8278 both use ansi-color-process-output, now.
8279 (ansi-color-process-output): Doesn't return string anymore. It is
8280 installed in comint-output-filter-functions for both Emacs and
8281 XEmacs, now.
8282 (ansi-color-unfontify-region): Simplified code removing variables
8283 pos and start-ansi.
8284 (ansi-color-apply): Put text-property ansi-color before putting
8285 text-property face because ansi-color-unfontify-region is called
8286 immediately after the call to put-text-property.
8287 (ansi-color-context-region): Doc change.
8288 (ansi-color-filter-region): Simplified code.
8289 (ansi-color-apply-on-region): Changed start to start-marker, using
8290 a marker explicitly. Put text-property ansi-color before putting
8291 text-property face because ansi-color-unfontify-region is called
8292 immediately after the call to put-text-property.
8293
8294 2000-01-09 Alex Schroeder <alex@gnu.org>
8295
8296 * ansi-color.el (ansi-color-faces-vector): Doc change.
8297 (ansi-color-for-comint-mode): Changed :type property to choice.
8298 (ansi-color-last-context): Removed.
8299 (ansi-color-process-output): Don't use ansi-color-last-context, as
8300 the main functions will store their context now.
8301 (ansi-color-context): Doc change.
8302 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8303 Uses ansi-color-context such that repeated calls will strip
8304 partial escape sequences, too.
8305 (ansi-color-apply): Simplified code. Colorize end of string if
8306 face is not null. Store context in new (FACE STRING) format, such
8307 that repeated calls will strip partial escape sequences, too.
8308 Append faces to face property using ansi-color-apply-sequence such
8309 that cumulative mode actually works.
8310 (ansi-color-context-region): New variable.
8311 (ansi-color-filter-region): Rewrote it based on
8312 ansi-color-apply-on-region. Uses ansi-color-context-region such
8313 that repeated calls will strip partial escape sequences, too.
8314 (ansi-color-apply-on-region): Simplified code. Colorize end of
8315 region if face is not null. Store context in new (FACE POS)
8316 format, such that repeated calls will strip partial escape
8317 sequences, too. Append faces to face property using
8318 ansi-color-apply-sequence such that cumulative mode actually works.
8319 (ansi-color-apply-sequence): New function.
8320 (ansi-color-get-face): When the default face is added to the list
8321 of faces, all previous settings are discarded and the list of
8322 faces is set to '(default).
8323
8324 2000-01-09 Alex Schroeder <alex@gnu.org>
8325
8326 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8327 face, such that ansi-color-apply and ansi-color-apply-on-region
8328 will do the right thing.
8329 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8330 returns nil, set the list of faces back to nil instead of
8331 appending the result of ansi-color-get-face to the front of the list.
8332
8333 2000-01-09 Alex Schroeder <alex@gnu.org>
8334
8335 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8336 (ansi-color-process): Doc change.
8337 (ansi-color-last-context): New buffer-local variable.
8338 (ansi-color-process-output): New function. It is automatically
8339 added to comint-output-filter-functions if this is XEmacs.
8340 (ansi-color-unfontify-region): New optional parameter for XEmacs
8341 compatibility. Check wether font-lock-syntactic-keywords is
8342 boundp before removing the syntax table text property, as XEmacs
8343 doesn't have it.
8344 (ansi-color-filter-region): Doc change.
8345 (ansi-color-apply-on-region): Doc change.
8346 (ansi-color-make-face): New function. Compatibility layer for
8347 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8348 (ansi-color-make-color-map): Use ansi-color-make-face.
8349 (ansi-color-get-face): Avoid face text property '(nil) as results
8350 in an errow for XEmacs.
8351
8352 2000-01-09 Alex Schroeder <alex@gnu.org>
8353
8354 * ansi-color.el (ansi-color-unfontify-region): New function.
8355 Uses text-property ansi-color in order to preserve fontification by
8356 ansi-color. When the package is loaded, a lambda expression is
8357 put onto font-lock-mode-hook. This lambda expression will check
8358 font-lock-unfontify-region-function and replace
8359 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8360 (ansi-color-apply): Add text-property ansi-color in addition to
8361 text-property face.
8362 (ansi-color-apply-on-region): Add text-property ansi-color in
8363 addition to text-property face.
8364 (save-buffer-state): Copy of the macro that is also used by
8365 lazy-lock and font-lock.
8366
8367 (ansi-color-for-comint-mode): New option.
8368 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8369 (ansi-color-for-comint-mode-off): Ditto.
8370 (ansi-color-for-comint-mode-filter): Ditto.
8371 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8372 decide what to do. This function is added to
8373 comint-preoutput-filter-functions when the package is loaded.
8374
8375 (ansi-color-for-shell-mode-set): Removed.
8376 (ansi-color-for-shell-mode): Removed.
8377
8378 2000-01-09 Alex Schroeder <alex@gnu.org>
8379
8380 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8381 the lambda expression from the ansi-color-for-shell-mode :set
8382 property. Additionally, modify shell-mode-hook to enable or
8383 disable font-lock-mode for future shell buffers.
8384 (ansi-color-for-shell-mode): The :set property calls
8385 ansi-color-for-shell-mode-set instead of a lambda expression.
8386
8387 2000-01-09 Alex Schroeder <alex@gnu.org>
8388
8389 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8390 (ansi-color-context): New variable.
8391 (ansi-color-apply): Save context between calls.
8392
8393 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8394
8395 * isearch.el (isearch, isearch-lazy-highlight-face):
8396 New definitions for face colors and attributes.
8397
8398 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8399 of display-mouse-p.
8400
8401 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8402
8403 * international/mule.el (make-coding-system): If the coding system
8404 accepts extra latin codes, register such codes as safe for the
8405 coding system.
8406
8407 2001-01-08 Richard M. Stallman <rms@gnu.org>
8408
8409 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8410 don't mention the file name or the date here, because they are
8411 logged at the start of the file.
8412
8413 2001-01-08 Richard M. Stallman <rms@gnu.org>
8414
8415 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8416 Change screen-width to frame-width.
8417
8418 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8419
8420 * info.el (Info-search): Print the default as part of the prompt.
8421
8422 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8423
8424 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8425 constant implementations in backends.
8426
8427 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8428 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8429
8430 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8431 WRITABLE to EDITABLE.
8432
8433 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8434 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8435 to EDITABLE.
8436
8437 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8438
8439 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8440 (copyright, copyright-update): Compute the current year at run time.
8441
8442 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8443
8444 * isearch.el (isearch-old-signal-hook): Removed.
8445 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8446 instead of setting signal-hook-function.
8447 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8448
8449 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8450
8451 * emulation/edt.el: Update to version 4.0. Provide support for
8452 EDT scroll margins at top and bottom of the window. Provide an
8453 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8454 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8455 user when file-related buffer modifications exist.
8456 Provide support for running EDT Emulation in XEmacs.
8457 Provide customize access to some user updatable variables.
8458 Add Commentary section to file header.
8459 Fixed a few minor bugs and cleaned up some code.
8460
8461 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8462 for detecting a keypress that generates an ASCII key sequence.
8463 (Previously, only a keypress that generates a vector was
8464 recognized.) Embed Window Manager name into name of the generated
8465 EDT Emulation initialization file since the initialization file is
8466 Window Manager specific. Add Commentary section to file header.
8467
8468 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8469
8470 * mail/sendmail.el (mail-mode): Doc fix.
8471
8472 * info.el (Info-goto-emacs-command-node): Doc fix.
8473 (Info-goto-emacs-key-command-node): Doc fix.
8474
8475 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8476
8477 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8478 systems without long file-name support.
8479
8480 2001-01-06 Andrew Innes <andrewi@gnu.org>
8481
8482 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8483
8484 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8485
8486 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8487 (isearch-lazy-highlight-update): Doc fix.
8488
8489 * ffap.el (ffap-bindings): Doc fix.
8490
8491 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8492
8493 2001-01-05 Dave Love <fx@gnu.org>
8494
8495 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8496
8497 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8498
8499 * mouse-drag.el (mouse-drag-safe-scroll):
8500 Bind scroll-preserve-screen-position to nil.
8501
8502 * isearch.el (isearch-old-signal-hook): New variable.
8503 (isearch-mode): Set signal-hook-function to isearch-done.
8504 (isearch-done): Restore old signal-hook-function.
8505
8506 * info.el (Info-fontify-node): Mark one more char as intangible.
8507
8508 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8509
8510 * composite.el (compose-last-chars): New argument COMPONENTS.
8511 If it is non-nil, compose preceding characters by compose-region with
8512 COMPONENTS.
8513
8514 * international/quail.el (quail-input-string-to-events): New function.
8515 (quail-input-method): Convert input string to events here.
8516 (quail-start-translation): Return input string, not event list.
8517 (quail-start-conversion): Likewise.
8518
8519 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8520
8521 * tooltip.el (tooltip-cancel-delayed-tip)
8522 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8523 and tooltip-add-timeout.
8524 (tooltip-show): Set border color from faces's foreground.
8525 (tooltip-show-help-function): If called with the same help string
8526 as last time, do nothing.
8527 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8528
8529 * startup.el (fancy-splash-screens): Don't bind show-help-function
8530 to nil.
8531
8532 * tooltip.el (tooltip-frame-parameters): Remove colors.
8533 (tooltip): New face
8534 (tooltip-set-param): New function.
8535 (tooltip-show): Set up color frame parameters from face `tooltip'.
8536 Display the tooltip text in face `tooltip'.
8537
8538 2001-01-04 Dave Love <fx@gnu.org>
8539
8540 * whitespace.el (whitespace-global-mode): Fix typo.
8541
8542 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8543
8544 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8545
8546 * help.el (help-for-help): Fix a typo in a doc string.
8547 From kwzh@gnu.org (Karl Heuer).
8548
8549 2001-01-03 Dave Love <fx@gnu.org>
8550
8551 * dired-x.el: Doc fixes. Maintainer change.
8552 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8553 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8554 (dired-guess-shell-alist-user): Customize.
8555 (dired-x-help-address): Set to bug-gnu-emacs.
8556 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8557 (dired-default-directory): Renamed from default-directory.
8558
8559 * hl-line.el (hl-line): Doc fix.
8560
8561 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8562
8563 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8564
8565 2001-01-02 Richard M. Stallman <rms@gnu.org>
8566
8567 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8568 to remove all the current alternative-match highlighting.
8569 If nil, remove only what's outside the current window.
8570 (isearch-lazy-highlight-remove-overlays): Take optional
8571 region within which NOT to remove them.
8572 (isearch-lazy-highlight-new-loop): Greatly simplified.
8573 (isearch-lazy-highlight-update): Find all the other occurrences
8574 visible in the window, in just one call.
8575 (isearch-lazy-highlight-start): Now holds start of region to scan.
8576 (isearch-lazy-highlight-end): Now holds end of region to scan.
8577 (isearch-lazy-highlight-wrapped): Variable deleted.
8578 (isearch-lazy-highlight-search): Function deleted.
8579
8580 2000-01-02 Andrew Innes <andrewi@gnu.org>
8581
8582 * w32-fns.el (convert-standard-filename): Do length check on name
8583 before aref.
8584
8585 2001-01-02 Dave Love <fx@gnu.org>
8586
8587 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8588 value.
8589 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8590
8591 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8592
8593 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8594 read syntax.
8595
8596 * calendar/todo-mode.el (todo): Add :link, :version.
8597 (todo-save-top-priorities): Remove autoload cookie.
8598 (todo-add-category, todo-add-item-non-interactively)
8599 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8600
8601 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8602
8603 * comint.el (comint-input-history-ignore): New variable.
8604 (comint-read-input-ring): Ignore entries matching
8605 comint-input-history-ignore.
8606
8607 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8608
8609 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8610 (lm-copyright-mark): New function.
8611 (lm-crack-copyright): New function.
8612 (lm-verify): Check that the file has a copyright.
8613 Check that the file is copyright Free Software Foundation.
8614
8615 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8616
8617 * international/mule-diag.el (print-fontset): Indent font name by
8618 24 columns, not 25.
8619
8620 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8621
8622 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8623 in Subject line.
8624
8625 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8626 Use mail-mode-hook instead of mail-setup-hook.
8627 Otherwise continuing an interrupted message with C-u C-x m for
8628 instance, winds up in Mail mode without abbrevs.
8629
8630 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8631
8632 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8633 non-nil. Adding almost all customization variables on ps-setup.
8634 Doc fix.
8635 (ps-print-version): New version number (6.3.3).
8636 (ps-end-with-control-d): Initialization fix.
8637 (ps-lines-printed): New var.
8638 (ps-skip-newline): New fun.
8639 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8640 (ps-next-line, ps-continue-line, ps-plot-region)
8641 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8642
8643 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8644
8645 * international/fontset.el (x-complement-fontset-spec):
8646 Resolve ASCII font name so that the same family name is used for fonts
8647 registered in x-font-name-charset-alist.
8648 (create-fontset-from-fontset-spec): Adjusted for the above change.
8649 The name of fontset alias should be a unresolved ASCII font name.
8650
8651 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8652
8653 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8654 and delete in isearch-mode-map.
8655
8656 2000-12-28 Richard M. Stallman <rms@gnu.org>
8657
8658 * dired-x.el (dired-guess-shell-alist-default):
8659 Use xpdf instead of acroread.
8660
8661 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8662
8663 * textmodes/artist.el (artist-butlast): Deleted.
8664 (artist-ellipse-mirror-quadrant): Use butlast instead of
8665 artist-butlast.
8666
8667 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8668
8669 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8670
8671 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8672
8673 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8674
8675 * ls-lisp.el: Better support for the Mac and MS-Windows.
8676 (ls-lisp): New defgroup.
8677 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8678 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8679 (ls-lisp-support-shell-wildcards): New defcustoms.
8680 (ls-lisp-parse-symlink): New function.
8681 (insert-directory): Code to convert switches to a list and set up
8682 the wildcard argument copied from ls-lisp-insert-directory.
8683 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8684 for -C and -R switches.
8685 (ls-lisp-column-format): New function.
8686 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8687 (ls-lisp-format-time): Add doc strings.
8688 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8689 Support ls-lisp-dirs-first.
8690 (ls-lisp-classify, ls-lisp-extension): New functions.
8691 (ls-lisp-format): Optionally support emulation of symlinks.
8692 Support -i, -s, and -G switches.
8693
8694 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8695
8696 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8697
8698 * version.el (emacs-version): Print X scroll bar information.
8699
8700 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8701 instead of x-toolkit-scroll-bars-p.
8702
8703 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8704 of x-toolkit-scroll-bars-p.
8705
8706 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8707
8708 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8709 (ffap-bindings): Doc fix, to reflect the above change.
8710
8711 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8712
8713 * term.el (term-char-mode): Define all non-ascii self-inserting
8714 characters to 'term-send-raw in term-raw-map.
8715
8716 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8717
8718 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8719
8720 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8721 Changed initialization; use add-hook.
8722 (ediff-file-remote-p): Use file-local-copy.
8723
8724 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8725
8726 * ediff.el (ediff-patch-buffer): Bug fix.
8727 (ediff-revision): Allow selection of the file at the prompt.
8728
8729 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8730
8731 * subr.el (combine-run-hooks): Remove.
8732
8733 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8734 and remove the rogue second spec.
8735
8736 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8737
8738 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8739
8740 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8741
8742 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8743 Use minibuffer menu prompt for the `=' prefix.
8744 (smerge-command-prefix): Change default to C-^.
8745 (smerge-mode): Don't assume font-lock doesn't move point.
8746
8747 * skeleton.el (skeleton-internal-1): Make sure the first line of
8748 the region is also re-indented.
8749 (skeleton-end-newline): New var.
8750 (skeleton-end-hook): Use it.
8751
8752 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8753
8754 * comint.el (comint-password-prompt-regexp): Support CVS.
8755
8756 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8757
8758 * simple.el (delete-key-deletes-forward-mode): Simplify.
8759 Also backspace key combinations, depending on
8760 delete-key-deletes-forward.
8761
8762 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8763
8764 * simple.el (delete-key-deletes-forward): Doc fix.
8765
8766 2000-08-22 Emmanuel Briot <briot@gnat.com>
8767
8768 * xml.el (top level comment): Updated to reflect the fact that
8769 white spaces are relevant in the XML file.
8770 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8771 to parse was already edited. This allows for on-the-fly analysis
8772 of XML files.
8773 (xml-parse-tag): Check that the casing is the same in the start
8774 tag and end tag, since XML is case-sensitive. Allows for spaces
8775 in the end tag, after the name of the tag.
8776 (xml-parse-attlist): Allow for the character '-' in the name of
8777 attributes, as in the standard http-equiv attribute Do not save
8778 the properties in the XML tree, since they are not relevant.
8779
8780 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8781
8782 * generic.el (generic-read-type): Undo last change, inline into
8783 `generic-mode' and then remove.
8784 (generic-mode): Inline generic-read-type.
8785 (define-generic-mode): Push the symbol name rather than the symbol
8786 onto generic-mode-list.
8787
8788 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8789
8790 * generic.el (generic-read-type): Build an alist for
8791 completing-read as in 20.7.
8792
8793 * play/landmark.el (lm): Use interactive spec `P'.
8794 (toplevel): Don't set debug-on-error.
8795
8796 * server.el (server-switch-buffer): Choose a window on a visible frame.
8797
8798 2000-12-21 Dave Pearson <davep@davep.org>
8799
8800 * quickurl.el: Commentry change, I've moved my web site.
8801
8802 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8803
8804 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8805 ranges like \177-\237, but accepts the character sequence from \177 to
8806 \237. Doc fix.
8807 (ebnf-version): New version (3.4).
8808 (ebnf-setup): Code fix.
8809 (ebnf-range-regexp): New fun.
8810 (ebnf-8-bit-chars): Const fix.
8811
8812 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8813 entry. Doc fix.
8814 (ebnf-bnf-lex): Code fix.
8815 (ebnf-bnf-comment-chars): Const fix.
8816
8817 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8818 entry. Doc fix.
8819 (ebnf-iso-comment-chars): Const fix.
8820
8821 * ebnf-otz.el: Doc fix.
8822
8823 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8824 entry. Doc fix.
8825 (ebnf-yac-skip-code): Code fix.
8826 (ebnf-yac-comment-chars): Const fix.
8827
8828 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8829
8830 * files.el (insert-directory-safely): New function.
8831 (recover-file): Use it instead of insert-directory.
8832 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8833
8834 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8835
8836 * international/mule-cmds.el (select-safe-coding-system):
8837 Check coding-category-list more rigidly. Improve help message.
8838
8839 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8840
8841 2000-12-21 Miles Bader <miles@gnu.org>
8842
8843 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8844
8845 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8846
8847 * international/mule-diag.el (describe-char-after): Make *Help*
8848 buffer inherit multibyteness of the current buffer.
8849
8850 * international/mule.el (make-char): Docstring adjusted for the
8851 change of make-char-internal.
8852
8853 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8854
8855 * international/iso-cvt.el: Docstrings fix.
8856
8857 2000-12-20 Dave Love <fx@gnu.org>
8858
8859 * subr.el (eval-after-load): Doc fix.
8860
8861 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8862
8863 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8864 for numbers.
8865
8866 2000-12-20 Miles Bader <miles@gnu.org>
8867
8868 * international/quail.el (quail-help): Resize the help window
8869 again after it has all its contents. Remove unneeded progn.
8870
8871 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8872
8873 * pcmpl-linux.el: Fix copy/paste error.
8874
8875 2000-12-19 Andrew Innes <andrewi@gnu.org>
8876
8877 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8878
8879 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8880
8881 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8882
8883 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8884
8885 * progmodes/idlw-shell.el: Fixed copyright notice.
8886
8887 * progmodes/idlwave.el: Fixed copyright notice.
8888
8889 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8890 TAB as key separators.
8891
8892 2000-12-19 Alex Schroeder <alex@gnu.org>
8893
8894 * sql.el (sql-sybase-options): New option.
8895 (sql-sybase): Use it. Add sql-database to the list of parameters
8896 provided for login. The options -w 2048 -n are not used any more.
8897 (sql-postgres-options): Changed default from "--pset" to "-P".
8898 (sql-mysql-options): Doc change.
8899 (sql-stop): Doc change.
8900
8901 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8902
8903 * international/quail.el (quail-input-method): Always hide
8904 the guidance buffer on exiting.
8905
8906 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8907
8908 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8909 isn't fboundp.
8910
8911 * server.el (server-buffer-done): Bury the buffer before
8912 killing it.
8913
8914 * faces.el (face-spec-set): Interpret a nil in specs for
8915 foreground and background colors as `unspecified', for
8916 compatibility with 20.x.
8917
8918 2000-12-18 Dave Love <fx@gnu.org>
8919
8920 * simple.el (mail-user-agent): Doc fix.
8921 (input-mode-8-bit): Removed.
8922
8923 * international/mule.el (set-keyboard-coding-system): Doc fix.
8924 (keyboard-coding-system): New option.
8925
8926 * mail/sendmail.el (send-mail-function): Customize.
8927
8928 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8929
8930 * international/codepage.el (cp866-decode-table): New table.
8931
8932 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8933
8934 * version.el (emacs-version): Remove `%a' from the time format
8935 because the weekday doesn't fit well into each locale.
8936
8937 2000-12-18 Miles Bader <miles@gnu.org>
8938
8939 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8940
8941 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8942 Check that emacs-major-version is `=' to 20, not `>='.
8943 (artist-replace-chars): Use `make-string' instead of a loop.
8944
8945 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8946
8947 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8948 (cvs-execute-single-file): Don't change directory.
8949 Patch from Per Cederqvist.
8950
8951 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8952
8953 * textmodes/ispell.el (check-ispell-version):
8954 If `ispell-program-name' is "aspell", pass it the -v switch instead
8955 of -vv.
8956
8957 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8958
8959 * international/mule-diag.el (mule-diag): Insert information about
8960 configure options, multibyte awareness, language env.
8961
8962 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8963 regexp to search for candidates.
8964
8965 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8966
8967 * info.el (Info-forward-node): If the node has an
8968 Info-header-line, widen the buffer before searching for "next:"
8969 and "up:" pointers, and set the search limit to stay in the
8970 current node.
8971
8972 2000-12-16 Miles Bader <miles@gnu.org>
8973
8974 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8975
8976 2000-12-15 Miles Bader <miles@gnu.org>
8977
8978 * comint.el (comint-send-string, comint-send-region): Also accept
8979 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8980 process-send-string/region.
8981
8982 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8983
8984 * isearch.el (isearch-lazy-highlight-max): New user-option.
8985 (isearch-lazy-highlight-update): Don't highlight more than
8986 isearch-lazy-highlight-max matches.
8987
8988 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8989
8990 2000-12-15 Richard M. Stallman <rms@gnu.org>
8991
8992 * sort.el (sort-columns): Fix error message.
8993
8994 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8995 `upcase' or `downcase' or nil.
8996 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8997 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8998 (dabbrev--substitute-expansion): New arg record-case-pattern.
8999 If it is non-nil, set dabbrev--last-case-pattern.
9000 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9001
9002 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9003
9004 2000-12-15 Miles Bader <miles@gnu.org>
9005
9006 * paths.el (Info-default-directory-list): Don't delete
9007 configure-info-directory from the list of standard info
9008 directories when appending it to the end -- their order is important.
9009
9010 * faces.el (read-face-attribute): If there's no entry for the
9011 user's input in VALID, just use it as-is (this will often result
9012 in an error, but it may be OK for e.g. colors using hexadecimal
9013 notation, and at least will yield a better error message).
9014
9015 * window.el (mode-line-window-height-fudge): Function removed.
9016 (height-affecting-face-attributes, mode-line-window-height-fudge):
9017 Variables removed.
9018 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9019 window is really the right size. Use vertical-motion
9020 rather than forward-line.
9021 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9022 (ispell-command-loop, ispell-show-choices): Use the variable
9023 ispell-choices-win-default-height, rather than the function.
9024 (ispell-choices-win-default-height): Function removed.
9025 (ispell-mode-line-window-height-fudge): Function removed.
9026
9027 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9028
9029 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9030
9031 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9032
9033 * paths.el (Info-default-directory-list):
9034 If configure-info-directory is not one of the standard directories,
9035 put it first in the list; otherwise put it last. Doc string
9036 changed accordingly.
9037
9038 * info.el (Info-directory-list): Change doc string to reflect the
9039 change in Info-default-directory-list.
9040
9041 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9042 windows-nt as windowed environments, even under -nw.
9043
9044 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9045 if not fboundp. Switch delete-forward mode for the <delete> key
9046 on all PC platforms, even under -nw.
9047
9048 * term/internal.el ([M-delete]): Remap to M-d.
9049
9050 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9051
9052 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9053
9054 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9055
9056 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9057
9058 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9059
9060 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9061 if appropriate.
9062
9063 * simple.el (delete-key-deletes-forward): New user-option.
9064 (delete-key-deletes-forward-mode): New function.
9065
9066 * bindings.el: Bind `delete' to backward-delete-char.
9067
9068 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9069 Test if symbol is bound before getting its value.
9070
9071 * tooltip.el (tooltip-show): If an error is signaled in
9072 x-show-tip, display that error, and display the help in the
9073 echo area.
9074
9075 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9076
9077 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9078 Show "... entries" messages for every 10000 entries, not 10.
9079
9080 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9081
9082 * bookmark.el: Provide a generic exit hook, as suggested by
9083 Ovidiu Predescu <ovidiu@cup.hp.com>:
9084 (bookmark-exit-hook): New var.
9085 (bookmark-exit-hook-internal): New func, replaces
9086 old raw lambda form in `kill-emacs-hook', and runs new
9087 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9088 as logically that feature must have been provided if this function
9089 is running.
9090 Removed ;;;###autoload before the `add-hook' call.
9091
9092 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9093
9094 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9095 (easy-menu-current-active-maps): New function.
9096 (easy-menu-get-map): Use it.
9097 Make a proper menu entry when creating a new keymap.
9098
9099 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9100
9101 * international/characters.el: Fix cases and syntaxes for
9102 mule-unicode-0100-24ff.
9103
9104 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9105 that a Japanese character is not appended after day and year.
9106
9107 * info.el (Info-suffix-list): Change format for a command that
9108 requires arguments.
9109 (info-insert-file-contents): Adjusted for the above change.
9110
9111 2000-12-12 Andreas Schwab <schwab@suse.de>
9112
9113 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9114 on the name of the tar buffer. Verify that the existing buffer is
9115 visiting the same subfile.
9116
9117 2000-12-12 Dave Love <fx@gnu.org>
9118
9119 * subdirs.el: Add obsolete.
9120
9121 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9122
9123 * mail/rmailsum.el (rmail-summary-expunge)
9124 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9125 instead of rmail-confirm-expunge.
9126
9127 * replace.el (perform-replace): Don't use an empty match adjacent
9128 to a non-empty match when computing the next match before the
9129 replacement is performed.
9130
9131 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9132
9133 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9134 definition (patch by Stefan Monnier).
9135 (glasses-mode): Use jit-lock instead of `after-change-functions'
9136 (patch by Stefan Monnier).
9137
9138 2000-12-12 Miles Bader <miles@gnu.org>
9139
9140 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9141 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9142
9143 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9144
9145 * term/mac-win.el: Remove load for ls-lisp.
9146
9147 * loadup.el: Load ls-lisp for system-type `macos'.
9148
9149 2000-12-12 Miles Bader <miles@gnu.org>
9150
9151 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9152 Respect field end too.
9153 (just-one-space): Respect fields as `delete-horizontal-space'.
9154 (newline-and-indent, reindent-then-newline-and-indent):
9155 Use `delete-horizontal-space'.
9156
9157 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9158
9159 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9160 (so as to obey the field property in the minibuffer).
9161
9162 * obsolete/c-mode.el: Moved from lisp/progmodes.
9163 * obsolete/auto-show.el: Moved from lisp.
9164 * obsolete/ooutline.el: Moved from lisp/textmodes.
9165
9166 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9167
9168 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9169 changes to list them here.
9170
9171 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9172 Too many changes to list them here.
9173
9174 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9175 Too many changes to list them here.
9176
9177 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9178
9179 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9180
9181 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9182
9183 * cus-edit.el (custom-save-variables, custom-save-faces):
9184 Comment fix.
9185
9186 * hscroll.el: Moved to `obsolete' subdir.
9187
9188 2000-12-11 Miles Bader <miles@gnu.org>
9189
9190 * window.el (window-text-height): Function removed (now in C).
9191
9192 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9193
9194 * log-edit.el (log-edit-parent-buffer): New var.
9195 (log-edit): Set it. Add BUFFER argument.
9196 (log-edit-done): Use char-before.
9197 Don't bother checking validity of vc-comment-ring.
9198 Only bury the buffer if log-edit popped it up.
9199
9200 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9201 (cvs-mode-diff-help): Remove.
9202 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9203 (cvs-mode-marked): Set up the default for CMD manually.
9204
9205 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9206 Remove binding for ? now made unnecessary.
9207
9208 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9209
9210 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9211 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9212
9213 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9214 when master file is not open.
9215
9216 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9217
9218 * progmodes/ada-stmt.el: Update `maintainer'.
9219
9220 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9221
9222 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9223 choices to match documentation string.
9224
9225 2000-12-09 Miles Bader <miles@gnu.org>
9226
9227 * minibuf-eldef.el: New file.
9228
9229 * window.el (fit-window-to-buffer): Don't pass last argument to
9230 pos-visible-in-window-p, now that its meaning is inverted.
9231
9232 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9233
9234 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9235 <ceder@lysator.liu.se>.
9236
9237 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9238
9239 * autoinsert.el (auto-insert-alist): Add missing final \n.
9240
9241 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9242 (cvs-menu-map): Remove.
9243 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9244 (cvs-mode-quit): Turn it back into a plain function.
9245
9246 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9247 (texinfo-filter): Remove (move to texinfo.el).
9248
9249 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9250 file where it's more visible.
9251 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9252 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9253 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9254 (texinfo-inside-macro-p): Only catch `scan-error's.
9255 (texinfo-inside-env-p): Make better use of the match info.
9256 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9257 (texinfo-insert-@end): Slight re-organization.
9258 Also remove useless `looking-at' call.
9259
9260 2000-12-08 Andrew Innes <andrewi@gnu.org>
9261
9262 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9263 accessible in -nw mode.
9264
9265 * term/w32-win.el: Remove stuff about selection timeout, which is
9266 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9267 it is accessible in -nw mode.
9268
9269 2000-12-08 Dave Love <fx@gnu.org>
9270
9271 * emacs-lisp/lisp-mode.el (lisp-mode):
9272 Set font-lock-keywords-case-fold-search.
9273
9274 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9275
9276 * textmodes/ispell.el (ispell): Doc fix.
9277
9278 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9279
9280 * international/quail.el (quail-insert-decode-map): Check the
9281 frame width of a window displaying the current buffer, not that of
9282 the selected frame.
9283 (quail-help): Make sure that the help buffer has window before
9284 inserting text in it.
9285
9286 2000-12-07 Sam Steingold <sds@gnu.org>
9287
9288 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9289 Backquote is used in isearch.el, so autoloading saves nothing.
9290
9291 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9292
9293 * startup.el (normal-top-level-add-subdirs-to-load-path):
9294 Ignore the CVS and RCS subdirectories case-insensitively.
9295
9296 * dired.el (dired-insert-directory): If file-system-info is
9297 fboundp, call it instead of invoking dired-free-space-program.
9298
9299 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9300
9301 * server.el (server-visit-files): Push files on file-name-history.
9302
9303 * progmodes/cc-langs.el: Update copyright.
9304
9305 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9306
9307 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9308
9309 * bindings.el (mode-line-mode-menu): Reverse the order
9310 of define-keys so that the menu appears in alphabetical order.
9311
9312 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9313
9314 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9315 of the function.
9316
9317 2000-12-07 Dave Love <fx@gnu.org>
9318
9319 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9320
9321 * facemenu.el (facemenu-unlisted-faces): Fix value.
9322
9323 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9324
9325 * font-lock.el (font-lock-default-fontify-region):
9326 Include the terminating \n (off-by-one error).
9327 (font-lock-set-defaults): Use dolist.
9328
9329 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9330
9331 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9332
9333 * international/mule-cmds.el (describe-language-environment):
9334 Fix for the case that an input method title is not string but a list.
9335
9336 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9337 of wrong SIZE record.
9338
9339 2000-12-06 Dave Love <fx@gnu.org>
9340
9341 * newcomment.el (comment-region, comment-dwim): Doc fix.
9342
9343 * textmodes/texinfo.el: Require tex-mode when compiling.
9344 (texinfo-update-node): Doc fix.
9345 (texinfo-imenu-generic-expression): Add @anchor.
9346 (texinfo-font-lock-keywords): Add @uref.
9347 (texinfo-inside-macro-p): Don't use ignore-errors.
9348 (texinfo-insert-quote): Match more contexts.
9349
9350 * international/mule.el (decode-char, encode-char): Doc fix.
9351 (auto-coding-alist): Customize.
9352
9353 * files.el (load-file): Fix change of 2000-03-12.
9354
9355 * wid-edit.el (widget-text-keymap): Doc fix.
9356
9357 2000-12-06 Andrew Innes <andrewi@gnu.org>
9358
9359 * makefile.w32-in (lisp): Set to an absolute directory, namely
9360 $(CURDIR).
9361
9362 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9363
9364 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9365 read generated-autoload-file, and set buffer-file-coding-system to
9366 raw-text-unix after reading the file.
9367
9368 * international/mule-conf.el (file-coding-system-alist):
9369 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9370
9371 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9372
9373 * replace.el (occur): Make line-number-width 1 smaller for the
9374 colon following the line number.
9375
9376 * startup.el (fancy-splash-text, command-line-1):
9377 Use `File' for the menu name instead of `Files'.
9378
9379 * tmm.el: Update copyright.
9380
9381 * cus-start.el: Add entry for even-window-heights.
9382
9383 2000-12-06 Miles Bader <miles@gnu.org>
9384
9385 * faces.el (frame-set-background-mode): Avoid stomping on
9386 locally modified faces.
9387
9388 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9389
9390 * international/fontset.el: Correct the font registries for
9391 japanese-jisx0213-1 and japanese-jisx0213-2.
9392
9393 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9394
9395 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9396
9397 * iswitchb.el: Update customization commentary.
9398
9399 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9400
9401 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9402 (tpu-search-highlight): Fixed comparison of overlay end positions.
9403 (tpu-trim-line-ends): Implemented trimming logic locally.
9404
9405 * emulation/tpu-extras.el (tpu-write-file-hook)
9406 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9407
9408 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9409
9410 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9411 to cn-gb.
9412 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9413
9414 2000-12-04 Dave Love <fx@gnu.org>
9415
9416 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9417
9418 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9419
9420 * mail/rmailsum.el (rmail-summary-expunge)
9421 (rmail-summary-expunge-and-save): Ask for confirmation with
9422 rmail-expunge-confirmed.
9423
9424 * mail/rmail.el (rmail-expunge-confirmed): New function.
9425 (rmail-expunge): Use it.
9426
9427 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9428
9429 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9430 (etags-recognize-tags-table, find-tag-in-order):
9431 New functionality: interpret file names as tags.
9432
9433 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9434
9435 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9436 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9437 the first subnode until the bottom of the current node is visible.
9438
9439 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9440
9441 * format.el (format-decode): Don't change buffer's undo list.
9442
9443 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9444
9445 * faces.el (face-font-registry-alternatives): Add entries for CJK
9446 fonts. Doc-string adjusted for the actual usage of this data.
9447
9448 * international/fontset.el: Change the font registries for CJK
9449 fonts in the default fontset. Don't append '*' to registries.
9450
9451 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9452
9453 * emacs-lisp/easy-mmode.el (define-derived-mode)
9454 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9455
9456 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9457 (derived-mode-p): New function.
9458 (derived-mode-make-docstring): Add `docstring' argument.
9459 Use it if available and complete it if necessary.
9460
9461 2000-12-03 Andreas Schwab <schwab@suse.de>
9462
9463 * type-break.el (type-break): Don't make parent of itself.
9464
9465 2000-12-03 Miles Bader <miles@gnu.org>
9466
9467 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9468
9469 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9470
9471 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9472 (tex-main-file, tex-file): Simplify.
9473 (tex-generate-zap-file-name): Use subst-char-in-string.
9474 (tex-strip-dots): Remove.
9475
9476 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9477
9478 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9479 to check if the match succeeded.
9480
9481 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9482
9483 * startup.el (use-fancy-splash-screens-p): New function.
9484 (command-line-1): Use it to determine whether or not to use
9485 a fancy splash screen.
9486
9487 2000-12-02 Andreas Schwab <schwab@suse.de>
9488
9489 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9490
9491 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9492
9493 * international/mule.el (make-char): Fix last change.
9494
9495 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9496 New defcustoms.
9497 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9498 autoloading tex-mode; instead, do the same manually.
9499 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9500 with numeric argument. Docstring fix.
9501 (toplevel): Require cl when compiling.
9502
9503 * international/mule.el (make-char): Doc fix.
9504
9505 2000-12-02 Jason Rumney <jasonr@gnu.org>
9506
9507 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9508 the Emacs Lisp manual)
9509
9510 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9511
9512 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9513
9514 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9515 the Emacs Lisp manual).
9516
9517 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9518
9519 * simple.el (next-line-add-newlines): Change default to nil.
9520
9521 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9522
9523 * files.el (revert-buffer, recover-file):
9524 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9525
9526 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9527
9528 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9529
9530 2000-12-01 Miles Bader <miles@gnu.org>
9531
9532 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9533
9534 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9535
9536 * international/mule-diag.el (describe-char-after): Fix typo.
9537 (describe-character-set, non-iso-charset-alist): Fix typo.
9538
9539 2000-12-01 Miles Bader <miles@gnu.org>
9540
9541 * image-file.el (image-file-name-regexp): Automatically add
9542 upper-case variants of each filename extension in
9543 `image-file-name-extensions', since they seem to be common.
9544
9545 * simple.el (minibuffer-contents)
9546 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9547 New functions.
9548 * filecache.el (file-cache-directory-name)
9549 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9550
9551 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9552
9553 * filecache.el (file-cache-minibuffer-complete): Don't try to
9554 delete the minibuffer prompt.
9555
9556 2000-11-30 Dave Love <fx@gnu.org>
9557
9558 * cus-start.el: Fix read-buffer-function type.
9559
9560 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9561
9562 * md5.el: Removed. There's a built-in function, now.
9563
9564 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9565
9566 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9567 as dummy 0-th char of rmail-deleted-vector.
9568
9569 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9570
9571 * ps-print.el (ps-end-job): Bind case-fold-search only after
9572 switching to ps-spool-buffer.
9573
9574 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9575
9576 * ps-print.el: Line number font customization. PostScript: Lines and
9577 PageCount are initialized on each page. Doc Fix.
9578 (ps-print-version): New version number (6.3.2).
9579 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9580 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9581 (ps-right-header): Customization fix.
9582 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9583 Fix code.
9584 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9585 New vars.
9586
9587 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9588
9589 * bs.el: Fix typos and spelling errors.
9590 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9591 (bs-configuration): Doc fix.
9592
9593 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9594
9595 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9596
9597 * emulation/tpu-edt.el (tpu-version): New version.
9598 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9599 (tpu-original-mode-line): Variable deleted.
9600 (tpu-mark-flag): New initial value.
9601 (tpu-set-mode-line): Don't redefine mode-line-format.
9602 Add tpu-mark-flag to minor-mode-alist.
9603 (tpu-update-mode-line): New mark flag logic.
9604 (tpu-get): Use find-file-wildcards.
9605 (tpu-search-highlight): Move overlay less, reset overlay properly.
9606 (tpu-unselect): Deactivate mark.
9607 (tpu-lm-replace): Reset overlay properly.
9608 (tpu-forward-line): Use forward-visible-line.
9609 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9610
9611 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9612
9613 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9614
9615 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9616
9617 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9618
9619 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9620 and skip whitespace and newlines.
9621
9622 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9623
9624 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9625
9626 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9627
9628 * help.el (describe-function-1): Regexp-quote function name
9629 when used as part of a regexp.
9630
9631 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9632 Use face-attribute instead of face-foreground and face-background.
9633 (tool-bar-add-item): Likewise, and handle unspecified colors.
9634
9635 * enriched.el (enriched-face-ans): Use face-attribute instead
9636 of face-foreground and face-background.
9637
9638 * faces.el (face-foreground, face-background, face-stipple):
9639 Return nil if attribute is unspecified, for backward compatibility.
9640
9641 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9642
9643 * play/5x5.el: Remove version info.
9644
9645 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9646
9647 * frame.el (blink-cursor-mode): Doc fix.
9648
9649 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9650
9651 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9652 to create Makefile rules.
9653 (antlr-tool-command): New user option.
9654 (antlr-ask-about-save): New user option.
9655 (antlr-makefile-specification): New user option.
9656 (antlr-file-formats-alist): New variable.
9657 (antlr-special-file-formats): New variable.
9658 (antlr-unknown-file-formats): New user option.
9659 (antlr-help-unknown-file-text): New variable.
9660 (antlr-help-rules-intro): New variable.
9661 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9662 (antlr-mode-menu): Add entries.
9663 (antlr-file-dependencies): New function.
9664 (antlr-directory-dependencies): New function.
9665 (antlr-superclasses-glibs): New function.
9666 (antlr-run-tool): New command.
9667 (antlr-makefile-insert-variable): New function.
9668 (antlr-insert-makefile-rules): New function.
9669 (antlr-show-makefile-rules): New command.
9670
9671 * antlr-mode.el: More Emacs/XEmacs stuff.
9672 (antlr-no-action-keywords): New constant with value nil.
9673 (antlr-font-lock-keywords-alist): Use it. Old value would break
9674 syntax highlighting in Emacs-21.0.
9675 (antlr-default-directory): Emacs/XEmacs dependend function.
9676 (antlr-read-shell-command): Ditto.
9677 (antlr-with-displaying-help-buffer): Ditto.
9678
9679 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9680
9681 * antlr-mode.el: imenu, parsing and highlighting changes.
9682 (antlr-imenu-create-index-function): Don't create extra submenus
9683 for definitions in different grammar classes. It is not necessary
9684 for the menu and would make command `imenu' awkward to use.
9685 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9686 header actions and more than one.
9687 (antlr-font-lock-tokendef-face): Changed color.
9688 (antlr-font-lock-tokenref-face): Changed color.
9689 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9690 (antlr-mode-syntax-table): New variable.
9691 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9692 (antlr-with-syntax-table): Don't copy syntax table.
9693
9694 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9695
9696 * antlr-mode.el: Minor changes: language setting.
9697 (antlr-language-alist): The value for file option "language" can
9698 be both an identifier and a string.
9699 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9700 (antlr-language-limit-n-regexp): Change accordingly.
9701
9702 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9703
9704 * antlr-mode.el: Minor changes: tabs, hiding.
9705 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9706 (antlr-action-visibility): Also allow value nil to also hide the
9707 braces. Renamed from `antlr-tiny-action-length'.
9708 Suggested by Jay@aol.com.
9709 (antlr-hide-actions): Change accordingly. Hide line if completely
9710 hidden action is on a line of its own.
9711
9712 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9713
9714 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9715
9716 * sort.el (sort-columns): Don't concat strings with numbers.
9717
9718 2000-11-29 Dave Love <fx@gnu.org>
9719
9720 * cus-edit.el (face): Fix :format.
9721
9722 * mail/feedmail.el: Require smtpmail when compiling.
9723 (mail-do-fcc): Autoload.
9724 (feedmail) <defgroup>: Fix :link.
9725 (feedmail-nuke-body-in-fcc): Fix :type.
9726 (feedmail-send-it): Add autoload cookie.
9727
9728 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9729
9730 * newcomment.el (comment-indent): Save excursion around call to
9731 comment-indent-function.
9732
9733 2000-11-29 Miles Bader <miles@gnu.org>
9734
9735 * subr.el (member-ignore-case): Return the tail of the list who's
9736 car matches, like `member', not the matching element itself.
9737
9738 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9739
9740 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9741 should not contain `\n'.
9742
9743 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9744
9745 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9746
9747 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9748
9749 * dired-aux.el (dired-do-create-files): Construct default file
9750 name for dired-mark-read-file-name so that when the user enters
9751 just RET, the target file will end up in the target directory.
9752
9753 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9754 local-abbrev-table before changing buffers because it might
9755 have a buffer-local binding.
9756
9757 2000-11-28 Miles Bader <miles@gnu.org>
9758
9759 * simple.el (delete-horizontal-space): Handle fields more generally.
9760
9761 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9762
9763 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9764
9765 2000-11-28 Dave Love <fx@gnu.org>
9766
9767 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9768 comment-start-skip locally.
9769
9770 * progmodes/fortran.el (fortran-mode): Don't set
9771 fortran-comment-line-start-skip. Set comment-start to
9772 fortran-comment-line-start.
9773 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9774 (fortran-comment-line-start-skip): Simplify slightly.
9775
9776 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9777
9778 * play/5x5.el: Remove RCS keyword.
9779
9780 * bs.el: Mistaken commit, undone 2000-11-30.
9781
9782 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9783
9784 * textmodes/tildify.el (tildify-string-alist):
9785 Add `plain-tex-mode' here.
9786
9787 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9788
9789 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9790 reference.
9791
9792 2000-11-28 Miles Bader <miles@gnu.org>
9793
9794 * cus-face.el (custom-face-attributes): Add post-filter function
9795 for :box. Make pre-filter function for :box handle all cases.
9796
9797 * wid-edit.el (widget-choose): Make sure pop-up window is large
9798 enough to display all the choices, as there's no way to scroll it.
9799
9800 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9801
9802 * international/mule-conf.el: Make the coding system no-conversion
9803 safe for all characters.
9804
9805 2000-11-27 Dave Love <fx@gnu.org>
9806
9807 * net/ldap.el (ldap) <defgroup>: Add :version.
9808
9809 * tooltip.el (tooltip-use-echo-area): Doc fix.
9810
9811 * cus-start.el <minibuffer-prompt-properties>: Add version.
9812 <read-buffer-function>: Add.
9813
9814 * apropos.el (apropos-print): Add help-echo to active text.
9815
9816 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9817
9818 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9819
9820 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9821 type, group and version.
9822
9823 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9824
9825 * select.el (x-get-selection): Docstring fix.
9826
9827 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9828
9829 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9830
9831 2000-11-27 Andrew Innes <andrewi@gnu.org>
9832
9833 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9834
9835 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9836
9837 2000-11-27 Miles Bader <miles@gnu.org>
9838
9839 * dired.el (dired-get-filename): Return filename verbatim if
9840 LOCALP is `verbatim'.
9841 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9842 `verbatim' so that we don't inadvertently delete a non-existant
9843 directory name.
9844
9845 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9846
9847 * international/characters.el: Specify cases and syntaxes for
9848 mule-unicode-0100-24ff.
9849
9850 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9851
9852 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9853 that foreground and/or background colors of the face `tool-bar'
9854 are unspecified.
9855
9856 2000-11-27 Miles Bader <miles@gnu.org>
9857
9858 * wid-edit.el (widget-field-buffer, widget-field-start)
9859 (widget-field-end): Handle widget field `pseudo-overlays'.
9860 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9861 if it's there instead of in `widget-field-list'.
9862
9863 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9864 (help-make-xrefs): Delete extraneous newlines at the end of the
9865 docstring.
9866
9867 2000-11-25 Jason Rumney <jasonr@gnu.org>
9868
9869 * startup.el (command-line): Call set-locale-environment after
9870 Window System init file is read, as it can result in a call to
9871 redraw-frame.
9872
9873 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9874
9875 * simple.el (shell-command): Mention the effect of the prefix
9876 argument in the doc string.
9877
9878 2000-11-25 Miles Bader <miles@gnu.org>
9879
9880 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9881
9882 * wid-edit.el (widget-field-value-delete): Don't try to delete
9883 overlay when it's the `pseudo-overlay' that exists at some points.
9884
9885 2000-11-24 Jason Rumney <jasonr@gnu.org>
9886
9887 * international/mule-cmds.el (locale-language-names): Add "jp" as
9888 a non-standard alternative for Japanese.
9889
9890 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9891
9892 * vc-hooks.el: Require 'cl during compilation.
9893
9894 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9895
9896 * faces.el (face-set-after-frame-default): Let face attributes
9897 specified for new frames override frame parameters.
9898
9899 * startup.el (command-line): Fix computation of the source file
9900 for user-init-file when user-init-file is a compiled file.
9901
9902 2000-11-24 Miles Bader <miles@gnu.org>
9903
9904 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9905 (custom-post-filter-face-spec): New functions.
9906 (custom-face-set, custom-face-value-create): Filter the face spec
9907 before and after customization.
9908 (custom-face-set): If VALUE specifies a null face, pass a
9909 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9910 * cus-face.el (custom-face-attributes): Remove SET and GET
9911 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9912 cases they're needed.
9913
9914 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9915 that it's distinguishable from the :off-glyph on dark-background
9916 displays. Set its background color too.
9917
9918 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9919 so that people can easily turn it off.
9920
9921 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9922
9923 * ediff-diff.el: Moved variables around to have it compile under NT.
9924
9925 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9926
9927 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9928
9929 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9930 redundant skip-small-frames test.
9931
9932 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9933 (viper-downgrade-to-insert): Protect against errors in hooks.
9934
9935 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9936 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9937 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9938 New functions.
9939
9940 * viper-util.el (viper-memq-char): Bug fixes.
9941
9942 * viper.el (viper-mode): Fix cursor handling.
9943
9944 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9945
9946 * international/mule-diag.el (list-iso-charset-chars):
9947 For two-byte charset, fix the `while' condition.
9948 (list-non-iso-charset-chars): Fix the `while' condition.
9949
9950 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9951
9952 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9953 if the variable is make-variable-buffer-local.
9954
9955 * progmodes/ada-stmt.el (ada-template-map):
9956 Initialize and bind it to C-c t in ada-mode-map.
9957 (ada-stmt-mode-hook): New function extracted from old code.
9958 Only change the buffer-local side of skeleton-*.
9959 (ada-mode-hook): Use it.
9960
9961 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9962
9963 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9964 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9965 we expect to be returned by minibuffer-depth once we prompt the
9966 user in the minibuffer.
9967 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9968 as recorded in iswitchb-minibuf-depth, return non-nil.
9969
9970 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9971
9972 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9973 (hscroll-window-maybe): Docstring fix.
9974
9975 2000-11-23 Dave Love <fx@gnu.org>
9976
9977 * rect.el (string-rectangle): Don't test delete-selection-mode.
9978
9979 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9980
9981 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9982 is in the tool bar.
9983
9984 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9985 with `no-dir'; we want the directory part to be able to remove it.
9986
9987 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9988
9989 * textmodes/outline.el (outline-flag-region):
9990 Don't bind inhibit-read-only since we don't modify the buffer.
9991 (outline-isearch-open-invisible): Don't jump to overlay-start
9992 since we're trying to unhide text around point.
9993 (outline-discard-overlays): Use dolist.
9994
9995 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9996
9997 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9998
9999 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10000
10001 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10002
10003 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10004 Fix ARG regexp to skip quoted braces.
10005 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10006 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10007 are (correctly) handled separately).
10008 Remove `caption' and `footnote' from `citations': they contain text.
10009 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10010 (latex-skeleton-end-hook): New function.
10011 (latex-mode): Use it.
10012 (tex-start-tex-marker): Remove.
10013 (tex-send-tex-command): Don't set tex-start-tex-marker.
10014 (tex-error-parse-syntax-table): New var.
10015 (tex-compilation-parse-errors): Use it.
10016 Ignore tex-start-tex-marker. Don't bother with marker-position.
10017 (tex-validate-buffer): Don't bother with marker-position.
10018
10019 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10020 (flyspell-generic-progmode-verify): Use it.
10021
10022 2000-11-22 Sam Steingold <sds@gnu.org>
10023
10024 * simple.el (delete-trailing-whitespace): New interactive function.
10025
10026 * progmodes/ada-mode.el (ada-mode): Use it instead of
10027 `ada-remove-trailing-spaces'.
10028 (ada-remove-trailing-spaces): Removed.
10029
10030 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10031
10032 * textmodes/picture.el (picture-clean): Removed.
10033 (picture-mode-exit): Call it instead of `picture-clean'.
10034
10035 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10036
10037 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10038
10039 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10040 jit-lock-fontify-buffer; it should anyway be unneccessary to
10041 do anything special when jit-lock is active.
10042 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10043
10044 2000-11-22 Dave Love <fx@gnu.org>
10045
10046 * calendar/todo-mode.el (todo-top-priorities): Use
10047 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10048
10049 * language/chinese.el, language/cyrillic.el:
10050 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10051 * language/hebrew.el, language/indian.el, language/japanese.el:
10052 * language/korean.el, language/lao.el, language/misc-lang.el:
10053 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10054 Use provide.
10055
10056 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10057 (custom-variable-set): Improve validation error mesage.
10058
10059 * rect.el (string-rectangle): Revert last change.
10060 (string-rectangle-line): New arg DELETE.
10061 (string-rectangle): Check delete-selection-mode.
10062
10063 * emacs-lisp/edebug.el (edebug-version)
10064 (edebug-maintainer-address): Deleted.
10065 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10066 (edebug-read-function): Account for other `'#' read forms.
10067 (edebug-mode-menus): Make some items toggles.
10068 (edebug-outside-unread-command-event, unread-command-event):
10069 Remove these to avoid warnings.
10070
10071 2000-11-22 David Ponce <david@dponce.com>
10072
10073 * recentf.el (recentf-menu-items-for-commands)
10074 (recentf-make-menu-items, recentf-make-menu-item)
10075 (recentf-filter-changer): Added :help and :active menu-item properties.
10076
10077 (recentf-build-dir-rules, recentf-dump-variable)
10078 (recentf-edit-list, recentf-open-files-item)
10079 (recentf-open-files): Replaced unnecessary `mapcar' with new
10080 built-in `mapc'.
10081
10082 2000-11-23 Miles Bader <miles@gnu.org>
10083
10084 * faces.el (menu): Make inverse-video on ttys too.
10085
10086 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10087
10088 * simple.el (comment-line-break-function): Use the new name
10089 indent-new-comment-line -> comment-indent-new-line.
10090 (clone-indirect-buffer): Don't ignore NORECORD.
10091 (next-completion): Properly handle the case where items are adjacent.
10092
10093 * mouse.el (popup-menu): Stupid typo.
10094
10095 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10096
10097 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10098 maintainer, keywords tags.
10099
10100 * rect.el (replace-rectangle): Don't call string-rectangle-line
10101 with too many arguments.
10102
10103 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10104
10105 * ediff-util.el (ediff-file-checked-out-p)
10106 (ediff-file-checked-in-p): Call vc-state instead of
10107 vc-locking-user, which no longer exists.
10108
10109 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10110
10111 2000-11-22 Dave Love <fx@gnu.org>
10112
10113 * md5.el (md5): Provide.
10114 (md5): Fix error call.
10115
10116 2000-11-22 Miles Bader <miles@gnu.org>
10117
10118 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10119 (refill-fill-paragraph-at): Remove debugging code.
10120
10121 * calendar/calendar.el (generate-calendar-window): When we don't
10122 call `fit-window-to-buffer', make sure the top line is fully visible.
10123
10124 * image-file.el (insert-image-file): Don't make `read-only'
10125 property rear-nonsticky.
10126
10127 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10128 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10129 stashing away its original value.
10130 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10131 in the recursive edit.
10132 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10133 (isearch-done): Restore `minibuffer-message-timeout'.
10134
10135 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10136
10137 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10138
10139 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10140
10141 * find-lisp.el (find-lisp-find-files-internal):
10142 Use dolist, when and file-name-as-directory.
10143
10144 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10145 (define-derived-mode, define-minor-mode): Add specs.
10146
10147 * window.el: General comment and spacing fixes.
10148 (save-selected-window): Use backquotes.
10149 (window-safely-shrinkable-p): New function.
10150 (shrink-window-if-larger-than-buffer): Use it.
10151
10152 * subr.el (make-local-hook): Docstring fix.
10153
10154 * shell.el (shell-mode): Use define-derived-mode.
10155
10156 * newcomment.el (comment-indent): Insert comment before calling
10157 comment-indent-function. Don't insert in column 0.
10158 (comment-dwim): Indent before inserting comment.
10159
10160 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10161 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10162 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10163 Use mapc rather than map.
10164
10165 * files.el (find-buffer-visiting): Compare all attributes before
10166 declaring two files identical (rather than just their inode-no).
10167 (auto-mode-alist): Use \' rather than $.
10168
10169 * which-func.el: Update maintainer line.
10170
10171 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10172 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10173 (uniquify-buffer-file-name): Use it.
10174
10175 2000-11-22 Miles Bader <miles@gnu.org>
10176
10177 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10178 * simple.el (minibuffer-avoid-prompt): New function.
10179
10180 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10181
10182 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10183
10184 2000-11-21 Miles Bader <miles@gnu.org>
10185
10186 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10187 inclusion of `track-mouse'.
10188
10189 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10190 (refill-adjust-ignorable-overlay): New function.
10191 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10192 only the paragraph's tail if possible.
10193 Update `refill-ignorable-overlay'.
10194 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10195
10196 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10197 point inside the fill-prefix.
10198
10199 * textmodes/refill.el (refill-post-command-function): Don't reset
10200 refill-doit in the case where a self-insertion command doesn't
10201 case a refill. Use `refill-fill-paragraph-at', getting position
10202 from `refill-doit'.
10203 (refill-after-change-function): Set `refill-doit' to END.
10204 (refill-fill-paragraph-at): New function, mostly from old
10205 refill-fill-paragraph.
10206 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10207 (refill-pre-command-function): New function.
10208 (refill-mode): Add it to `pre-command-hook'.
10209
10210 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10211
10212 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10213
10214 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10215 javadoc tags.
10216
10217 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10218
10219 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10220 vc.el).
10221
10222 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10223 require vc.
10224
10225 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10226 checkouts.
10227
10228 2000-11-20 Dave Love <fx@gnu.org>
10229
10230 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10231
10232 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10233
10234 * calculator.el (calculator-paste): Use `if' instead of `and'
10235 and `or'.
10236 (calculator-help): Don't use electric-describe-mode for XEmacs.
10237
10238 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10239
10240 * info.el (info-menu-5): Doc fix.
10241
10242 * textmodes/artist.el: New file.
10243
10244 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10245
10246 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10247 and differentiate according to checkout model.
10248 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10249 since this function is only concerned with master state.
10250
10251 * vc-hooks.el (vc-workfile-unchanged-p)
10252 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10253
10254 * vc.el (vc-workfile-unchanged-p)
10255 (vc-default-workfile-unchanged-p): See above.
10256
10257 2000-11-19 Miles Bader <miles@gnu.org>
10258
10259 * image-file.el (insert-image-file): Make `intangible' and
10260 `read-only' properties rear-nonsticky too.
10261
10262 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10263
10264 * ps-print.el: Update copyright notice.
10265
10266 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10267 (tooltip-show): Use the offsets.
10268
10269 * bindings.el (mode-line-modified): Fix a typo.
10270 (mode-line-toggle-modified, mode-line-widen)
10271 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10272
10273 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10274
10275 * ps-print.el (toplevel): Test for find-coding-system being
10276 fboundp before calling ps-x-find-coding-system.
10277
10278 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10279
10280 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10281 (vc-version-backup-file): Docstring fix.
10282
10283 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10284
10285 * files.el (basic-save-buffer): Don't add a newline if
10286 find-file-literally is non-nil.
10287 (find-file-literally): Extend doc string.
10288
10289 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10290 sort(1) with the `-f' argument.
10291
10292 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10293
10294 * vc.el: Updated backend documentation.
10295 (vc-default-check-headers): New function.
10296
10297 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10298
10299 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10300 up-to-date.
10301 (vc-do-command): In the asynchronous case, output messages only if
10302 the minibuffer is not active.
10303
10304 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10305 `vc-cvs-use-edit' is on.
10306 (vc-cvs-checkout): When this is used for reverting the workfile,
10307 make a backup of the original contents and revert to that in case
10308 of error.
10309 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10310 remote repositories.
10311
10312 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10313 for both version and ratio in the minibuffer.
10314
10315 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10316 Use vc-do-command to perform the annotation, not call-process.
10317
10318 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10319
10320 * international/quail.el (quail-start-translation): Don't call
10321 `message' before reading key sequence.
10322
10323 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10324
10325 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10326
10327 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10328
10329 * window.el (fit-window-to-buffer): Be sure to acquire at least
10330 one text line even if the buffer is empty.
10331
10332 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10333
10334 * net/ange-ftp.el (ange-ftp-file-writable-p)
10335 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10336 Bind ange-ftp-process-verbose to nil.
10337
10338 2000-11-15 Dave Love <fx@gnu.org>
10339
10340 * wid-edit.el (widget-specify-field, widget-specify-button):
10341 If :help-echo is a function, set help-echo of overlay to
10342 widget-mouse-help.
10343 (widget-mouse-help): New function.
10344 (widget-echo-help): Rewritten for :help-echo functions only taking
10345 a widget arg.
10346
10347 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10348 Use display-graphic-p.
10349 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10350 and that JPEG is available.
10351 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10352
10353 * international/mule-cmds.el (locale-charset-language-names):
10354 Match @euro.
10355
10356 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10357
10358 * faces.el (face-set-after-frame-default):
10359 If `inhibit-default-face-x-resources' is bound, don't intialize the
10360 default face from X resources.
10361
10362 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10363
10364 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10365 Don't set EMACSLOADPATH.
10366
10367 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10368
10369 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10370 texinfo-insert-@url.
10371 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10372 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10373
10374 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10375
10376 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10377 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10378 (checkdoc-minor-keymap): Backward compatibility.
10379 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10380 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10381 (checkdoc-this-string-valid-engine): Be a bit more strict
10382 to avoid matching substrings of `...' quoted vars/funs.
10383 (checkdoc-defun-info): Only look for `interactive' if alone.
10384 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10385
10386 * progmodes/compile.el (grep): `tag-default' can be nil.
10387
10388 * newcomment.el (comment-indent): Paren typo.
10389
10390 2000-11-14 Dave Love <fx@gnu.org>
10391
10392 * calculator.el: New maintainer version.
10393
10394 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10395
10396 * cmuscheme.el: Doc fixes.
10397 (cmuscheme) <defgroup>: Use `scheme' as parent.
10398 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10399
10400 * xscheme.el (scheme-program-name): Don't define here.
10401
10402 * progmodes/scheme.el (scheme-program-name): New variable
10403 (originally in cmuscheme).
10404
10405 2000-11-14 Miles Bader <miles@gnu.org>
10406
10407 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10408 Handle header-lines. Don't loop forever if we can't enlarge the
10409 window anymore. Simplify a bit.
10410
10411 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10412
10413 * window.el (fit-window-to-buffer): Don't check
10414 window-text-height. Assure that the last line is fully visible.
10415
10416 * international/quail.el (quail-show-guidance-buf):
10417 Call fit-window-to-buffer to assure the enough height of the guidance
10418 buffer.
10419 (quail-update-guidance): Avoid making the guidance buffer shorter.
10420
10421 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10422
10423 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10424 rather than `prepend' and add an interesting comment.
10425 (tex-math-face, tex-font-lock-syntactic-face-function):
10426 New face and function to use it.
10427 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10428 than `menu-enable' symbol property.
10429 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10430 (tex-mode): Add some latex-mode commands for auto-selection.
10431 Use tex-font-lock-syntactic-face-function.
10432 (tex-insert-quote): Simplify.
10433 (tex-shell): New mode.
10434 (tex-start-shell): Use it.
10435 (tex-shell-proc, tex-shell-buf): New functions.
10436 (tex-send-command): Use it.
10437 (tex-main-file): Fix the meaning of the new arg REALFILE.
10438 (tex-send-tex-command): New function split from `tex-start-tex'.
10439 Set compilation-last-buffer and compilation-parsing-end.
10440
10441 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10442 when it follows non-comment text on the line.
10443
10444 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10445 Set font-lock-defaults.
10446 (lisp-mode-shared-map): Init inside the defvar.
10447 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10448 Use define-derived-mode.
10449
10450 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10451
10452 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10453
10454 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10455
10456 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10457 Don't recursively optimize body because that can lead to infinite
10458 recursion; see comment there.
10459
10460 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10461
10462 * faces.el (face-spec-set-match-display): Revert the change from
10463 2000-10-24. Add a FIXME for after v21.1.
10464
10465 2000-11-13 Miles Bader <miles@gnu.org>
10466
10467 * textmodes/fill.el (skip-line-prefix): New function.
10468 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10469 (fill-paragraph): Don't leave point inside the fill-prefix.
10470 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10471 point inside the fill-prefix.
10472
10473 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10474
10475 * calendar/calendar.el (generate-calendar-window):
10476 Use `fit-window-to-buffer'.
10477
10478 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10479
10480 * gud.el (gud-minor-mode): New var.
10481 (gud-symbol, gud-val): New functions.
10482 (gud-find-file): Copy gud-minor-mode to the new buffer.
10483 (gud-menu-map): Include entries for commands that are not always
10484 available, using :enable to (de)activate them.
10485 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10486 (gud-mode-map): New map.
10487 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10488 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10489 Don't set up gud's menu (it's done by the minor-mode).
10490 (gud-minibuffer-local-map): New.
10491 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10492 (gud-query-cmdline): New function.
10493 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10494 (gud-mode): Use define-derived-mode.
10495 Don't set up gud's menu (it's done by the minor-mode).
10496 (gud-chop-words): Remove.
10497 (gud-common-init): Use split-string instead.
10498 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10499
10500 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10501 Add keyword arg :name.
10502
10503 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10504 (diff-count-matches, diff-split-hunk): New functions.
10505 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10506
10507 * pcvs-info.el (cvs-fi-conflict-face): New var.
10508
10509 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10510 Make it into a simple syntax-table, shared among all submodes.
10511 (sh-heredoc-face): Re-introduce.
10512 (sh-font-lock-syntactic-face-function): New function.
10513 (sh-mode): Use it. Also use define-derived-mode.
10514 Remove old bogus setting of indent-region-function.
10515 (sh-set-shell): Don't set the syntax-table any more.
10516 (sh-mode-syntax-table) <defun>: Remove.
10517
10518 2000-11-12 Miles Bader <miles@gnu.org>
10519
10520 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10521 message if interactive.
10522
10523 2000-11-12 Dave Love <fx@gnu.org>
10524
10525 * mail/feedmail.el: Fix header,
10526 (feedmail) <defgroup>: Add :link.
10527
10528 * view.el: Use local-map property, not keymap on mode-line string.
10529
10530 * scroll-all.el (scroll-all-mode): Customize variable.
10531 Add autoload cookie to function.
10532
10533 * lazy-lock.el: Remove compatibility code.
10534
10535 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10536 (finder-help-echo): New variable.
10537 (finder-mouse-face-on-line): Add help-echo stuff.
10538 (finder-list-keywords, finder-list-matches): Use mapc.
10539
10540 * faces.el (face-font-registry-alternatives): Add :version.
10541
10542 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10543 tags-table-list.
10544
10545 * net/browse-url.el (browse-url-browser-function): Update :version.
10546
10547 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10548 (mail-mode): Use [:alnum:] in some regexps.
10549
10550 2000-11-10 Dave Love <fx@gnu.org>
10551
10552 * ediff.el (ediff-regions-internal, ediff-documentation):
10553 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10554 fundamental mode.
10555
10556 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10557 buffer into fundamental mode.
10558 (ediff-set-difference): Use copy-sequence if available.
10559
10560 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10561 Check ediff-patch-map non-nil.
10562 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10563 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10564 buffer into fundamental mode.
10565
10566 * ediff-merg.el (state-or-merge): Defvar when compiling.
10567
10568 2000-11-10 Jason Rumney <jasonr@gnu.org>
10569
10570 * w32-fns.el (w32-add-charset-info): New function.
10571 (w32-charset-info-alist): Use it.
10572
10573 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10574
10575 * faces.el (face-font-registry-alternatives): New user-option.
10576
10577 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10578
10579 * textmodes/texinfo.el (texinfo-block-default): New var.
10580 (texinfo-insert-block): Use it. Insert a newline if needed.
10581
10582 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10583 (fill-region-as-paragraph): Use it.
10584
10585 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10586 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10587 Tweak paragraph regexps to allow a leading [ \t]*.
10588 (tex-latex-block): Insert a newline if necessary.
10589 (latex-insert-item): Only insert a newline if necessary.
10590 (tex-guess-main-file): New function.
10591 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10592 Set tex-main-file if TeX-master is provided.
10593 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10594
10595 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10596
10597 * startup.el (command-line): Set the default tooltip-mode
10598 to t for graphical displays which implement x-show-tip.
10599
10600 * tooltip.el (tooltip-mode): Add a comment about startup.el
10601 setting the default value of this user-option.
10602
10603 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10604
10605 * font-lock.el (font-lock-*-face) <defvar>: Move.
10606 (font-lock-defaults-alist): Mark obsolete.
10607 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10608 (font-lock-mode): Use define-minor-mode.
10609 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10610 (font-lock-turn-off-thing-lock): Be more explicit.
10611 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10612 (font-lock-syntactic-face-function): New var.
10613 (font-lock-fontify-syntactically-region): Use it.
10614 (font-lock-doc-face): New.
10615
10616 * pcvs.el (cvs-enabledp): Ignore errors.
10617 (cvs-commit-filelist): Never query.
10618 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10619 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10620 (cvs-do-removal): Use cvs-partition rather than delete-if.
10621 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10622 cvs-bury-buffer.
10623
10624 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10625 Allow `next' to jump to after the end of the last match.
10626
10627 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10628
10629 * simple.el (byte-compiling-files-p): New function.
10630
10631 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10632 if it is there.
10633
10634 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10635 nil again.
10636
10637 * textmodes/ispell.el (ispell-library-path): Don't call
10638 check-ispell-version when byte-compiling because that starts
10639 an ispell process, and ispell might not be installed.
10640 (toplevel): Don't set up a menu when byte-compiling.
10641
10642 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10643 it, so that a boundp test can be used to determine if we're
10644 currently byte-compiling.
10645
10646 2000-11-09 Dave Love <fx@gnu.org>
10647
10648 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10649
10650 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10651
10652 * ps-print.el: Patch for variable initialization when spooling.
10653 Doc fix.
10654 (ps-output-list): Fun eliminated.
10655 (ps-begin-file, ps-begin-job): Code fix.
10656
10657 2000-11-08 Dave Love <fx@gnu.org>
10658
10659 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10660
10661 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10662
10663 * simple.el (shell-command, display-message-or-buffer)
10664 (shell-command-on-region): Mention resize-mini-windows in the doc
10665 string.
10666 (display-message-or-buffer): Take the value of resize-mini-windows
10667 into account.
10668
10669 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10670
10671 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10672
10673 * dired.el (dired-between-files): Add `^. find' as an alternative
10674 to the regular expression, for find-dired.
10675
10676 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10677
10678 * textmodes/texnfo-upd.el: Require texinfo.
10679 (defmacro, defgroup): Remove.
10680 (texinfo-section-to-generic-alist): Remove.
10681 Use texinfo-section-list instead (i.e. level is changed string->int).
10682 (texinfo-filter): New function.
10683 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10684 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10685 Use it. And use regexp-opt.
10686 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10687 (texinfo-update-menu-region-beginning)
10688 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10689 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10690 (texinfo-update-menu-same-level-regexps): Update.
10691 (texinfo-update-node, texinfo-every-node-update)
10692 (texinfo-sequential-node-update): Remove autoload cookie.
10693
10694 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10695 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10696 (texinfo-chapter-level-regexp): Remove.
10697 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10698
10699 2000-11-06 Dave Love <fx@gnu.org>
10700
10701 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10702
10703 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10704 Match defun*.
10705
10706 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10707
10708 * composite.el (composition-function-table): Variable declaration
10709 moved to src/composite.c.
10710 (compose-chars-after): New optional arg object.
10711
10712 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10713
10714 * bindings.el (mode-line-toggle-read-only)
10715 (mode-line-toggle-modified, mode-line-widen)
10716 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10717 (make-mode-line-mouse2-map): Rewritten.
10718 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10719 functions so that C-h k can show something with a doc string.
10720
10721 * startup.el (fancy-splash-delay): Set to 10 seconds.
10722 (fancy-splash-max-time): New user-option.
10723 (fancy-splash-stop-time): New variable.
10724 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10725 (fancy-splash-screens-1): Throw `stop-splashing' when current
10726 time is greater than fancy-splash-stop-time.
10727
10728 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10729
10730 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10731
10732 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10733 Prompt user for a file rather than raising an error.
10734 (cvs-enabledp): Fix call to cvs-mode-marked.
10735 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10736 (cvs-mode-insert): Use it. Change the init prompt' value.
10737 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10738
10739 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10740 Don't pass default arg to ewoc-locate.
10741 (ewoc-collect): Return result in the right order.
10742
10743 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10744
10745 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10746 (cvs-status-get-tags): Fix regexp.
10747 (cvs-status-trees, cvs-status-cvstrees):
10748 Combine after change hooks and don't sit-for.
10749 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10750 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10751 Use make-char rather than hard-coded cryptic data.
10752 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10753
10754 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10755
10756 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10757 (cvs-insert-strings): New function.
10758
10759 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10760
10761 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10762 `mwheel-scroll-amount'.
10763 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10764 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10765 string-matching against the version string.
10766
10767 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10768
10769 * language/thai.el ("Thai"): Set a lisp form that produces
10770 composed string in `sample-text' language info.
10771
10772 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10773 composed string in `sample-text' language info.
10774
10775 * international/mule-cmds.el (describe-language-environment):
10776 Eval `sample-text' data and insert the result.
10777
10778 * international/mule-conf.el (compound-text): Define this coding
10779 system here. Make x-ctext and ctext aliases of it.
10780
10781 * language/european.el (compound-text, ctext): Moved to
10782 international/mule-conf.el.
10783
10784 2000-11-05 Andrew Innes <andrewi@gnu.org>
10785
10786 * w32-fns.el (w32-version): New function.
10787
10788 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10789
10790 * progmodes/awk-mode.el: Update copyright.
10791 (awk-mode-abbrev-table): Remove.
10792 (awk-font-lock-keywords): Use regexp-opt.
10793 (awk-mode): Use define-derived-mode.
10794
10795 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10796 when extracting a suffix.
10797
10798 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10799
10800 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10801 auto-save-mode.
10802
10803 2000-11-04 Jason Rumney <jasonr@gnu.org>
10804
10805 * language/european.el (decode-mac-roman): Test against r1 not r0.
10806
10807 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10808
10809 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10810 (icon-mode): Define indent-line-function.
10811 (icon-comment-indent): Simplify.
10812 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10813
10814 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10815
10816 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10817 Bind change-log-default-mode to defeat the caching done on it.
10818 Don't bother saving excursion any more.
10819
10820 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10821
10822 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10823 (set-frame-font): Use the new name (and the old for compatibility).
10824
10825 * toolbar/tool-bar.el (tool-bar-mode):
10826 * time.el (display-time-mode):
10827 * recentf.el (recentf-mode):
10828 * paren.el (show-paren-mode):
10829 * mwheel.el (mouse-wheel-mode):
10830 * msb.el (msb-mode):
10831 * jka-compr.el (auto-compression-mode):
10832 * image-file.el (auto-image-file-mode):
10833 * hl-line.el (hl-line-mode):
10834 * delsel.el (delete-selection-mode):
10835 * autoinsert.el (auto-insert-mode):
10836 * complete.el (partial-completion-mode): Drop unneeded positional args.
10837
10838 * info.el (Info-mode):
10839 * comint.el (comint-mode): Don't bother with make-local-hook.
10840
10841 * log-edit.el (log-edit-menu): New menu.
10842
10843 2000-11-03 Miles Bader <miles@gnu.org>
10844
10845 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10846 definition, so that trailing spaces are handled properly.
10847 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10848
10849 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10850
10851 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10852 tab character.
10853 (fancy-splash-screens): Set tab-width to 20.
10854
10855 2000-11-03 Dave Love <fx@gnu.org>
10856
10857 * comint.el (comint-completion-addsuffix): Fix custom type.
10858
10859 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10860
10861 * font-lock.el (font-lock-buffers): Remove.
10862 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10863 (font-lock-change-major-mode): Remove.
10864 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10865 (font-lock-default-fontify-region): Extend the multiline
10866 fontification to whole lines.
10867 (font-lock-fontify-anchored-keywords)
10868 (font-lock-fontify-keywords-region): If matching just one
10869 line (with \n) only mark the \n as multiline.
10870
10871 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10872 Correctly handle the case where several :group args are supplied.
10873 Allow :extra-args.
10874 (easy-mmode-define-global-mode): Allow :extra-args.
10875 Correctly handle the case where several :group args are supplied.
10876
10877 2000-11-02 Miles Bader <miles@gnu.org>
10878
10879 * calendar/calendar.el (diary-face, calendar-today-face)
10880 (holiday-face): Remove dependency on `window-system'.
10881
10882 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10883
10884 * Makefile.in (emacs): Set EMACSLOADPATH always.
10885 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10886 (compile-files): Bomb out if compilation of a file fails.
10887
10888 2000-11-02 Dave Love <fx@gnu.org>
10889
10890 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10891
10892 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10893
10894 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10895 punctuation in the warning inserted into the *mail* buffer.
10896
10897 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10898
10899 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10900 (authors-public-domain-p): New function.
10901 (authors-print): Use it.
10902
10903 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10904
10905 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10906
10907 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10908
10909 * ps-print.el: Extension for even/odd printing. Doc fix.
10910 (ps-print-version): New version number (6.3.1).
10911 (ps-even-or-odd-pages): Customization fix.
10912 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10913 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10914 (ps-page-count): Var replaced by `ps-page-column'.
10915 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10916 (ps-print-sheet-p): New fun.
10917
10918 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10919
10920 * tooltip.el (tooltip-gud-tips-setup): New function.
10921 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10922 (tooltip-mode): Call tooltip-gud-tips-setup.
10923 (tooltip-gud-tips): Use `gud-basic-call' instead of
10924 process-send-string, so the prompt gets frobbed appropriately.
10925 Handle nil return value from `tooltip-gud-print-command'.
10926
10927 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10928
10929 * comint.el (comint-add-to-input-history): New function.
10930 (comint-send-input): Use `comint-add-to-input-history'.
10931
10932 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10933
10934 * info.el (info-menu-header): New face.
10935 (Info-fontify-menu-headers): New function.
10936 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10937
10938 * info.el (Info-insert-dir): Don't include blank lines at
10939 beginning of additional dir files (one is added automatically).
10940
10941 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10942
10943 * emacs-lisp/easy-mmode.el (define-minor-mode):
10944 Revert the latest changes.
10945 Allow the three positional arguments to be skipped and replaced
10946 by keyword arguments.
10947 Add a :toggle argument to determine whether a nil arg means toggle
10948 or means turn-on. The default is unchanged.
10949 Add a call to force-mode-line-update.
10950
10951 2000-11-01 Dave Love <fx@gnu.org>
10952
10953 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10954
10955 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10956
10957 * calendar/calendar.el (diary-face, holiday-face):
10958 Add dark-background variants.
10959
10960 2000-10-31 Sam Steingold <sds@gnu.org>
10961
10962 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10963 `tex-main-file' does not have directory in it.
10964
10965 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10966
10967 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10968
10969 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10970
10971 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10972 functional change.
10973
10974 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10975
10976 * files.el (find-file-noselect): When we expand a wildcard, return
10977 a list of buffers, as we should do according to the doc string.
10978
10979 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10980
10981 * loadup.el (top level): Adjust load path if program name is
10982 "../src/bootstrap-emacs", in case it's not dumped and thus the
10983 load path adjustment hasn't already been done.
10984
10985 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10986
10987 * ps-print.el: Fix bug on selected pages for printing.
10988 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10989 is on. Try to avoid warning messages when compiling. Doc Fix.
10990 (ps-print-version): New version number (6.3).
10991 (ps-color-device): Use `color-values' to determine if device
10992 supports color.
10993 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10994 (ps-print-page-p): Changed from defsubst to defun.
10995 (ps-page-number): Changed from defmacro to defun.
10996 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10997 printing.
10998 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10999 (ps-end-file, ps-dummy-page): Funs eliminated.
11000 (ps-print-color-scale): Changed default value.
11001 (ps-page-n-up, ps-print-page-p): New internal vars.
11002 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11003 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11004
11005 * delim-col.el: Little programming improvement.
11006 (delimit-columns-str): New macro.
11007 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11008
11009 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11010
11011 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11012 Moved to european.el.
11013 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11014 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11015 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11016 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11017
11018 2000-10-30 Dave Love <fx@gnu.org>
11019
11020 * progmodes/cc-menus.el (imenu-generic-expression)
11021 (imenu-progress-message): Only defvar when compiling.
11022
11023 * emacs-lisp/elp.el (elp-unload-hook): New function.
11024
11025 * loadhist.el (unload-feature): Call elp-restore-function,
11026 checking for symbols; don't use elp-restore-all.
11027 (loadhist-hook-functions): Doc fix.
11028
11029 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11030
11031 * log-edit.el (log-edit-confirm): Fix the default.
11032
11033 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11034
11035 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11036 delimit-columns-format.
11037 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11038
11039 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11040
11041 * comint.el (comint-replace-by-expanded-history): Don't use
11042 comint-get-old-input (we're not looking at *old* input).
11043 (comint-get-old-input-default): If using fields, signal an error
11044 when the point is not in an input field.
11045
11046 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11047
11048 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11049 and mule-unicode-e000-ffff.
11050
11051 * international/mule.el (decode-char, encode-char): New functions.
11052 (make-coding-system): Accept a symbol of translation table as a
11053 value of property `safe-chars'.
11054
11055 * international/mule-cmds.el (encode-coding-char): Check property
11056 safe-chars instead of safe-charsets.
11057
11058 * international/fontset.el (fontset-default): Modified for
11059 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11060 (x-font-name-charset-alist): Likewise.
11061 (ccl-encode-unicode-font): New CCL program. Record it in
11062 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11063
11064 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11065 New translation tables.
11066 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11067 programs are modified and moved from mac-win.el.
11068 (mac-roman): Definition of this coding system is modified and
11069 moved from mac-win.el.
11070
11071 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11072
11073 * ediff-wind.el (ediff-setup-control-frame): Enclose
11074 face-attribute in condition-case to avoid errors in older emacsen.
11075
11076 2000-10-29 Miles Bader <miles@gnu.org>
11077
11078 * custom.el (custom-add-to-group): Allow multiple entries for a
11079 given value OPTION, as long as their widget types are different.
11080 * cus-edit.el (custom-face-value-create): If face name doesn't end
11081 with "face", add such here (similar to custom group widgets).
11082
11083 * comint.el (comint-highlight-prompt): Add :type.
11084
11085 2000-10-28 John Wiegley <johnw@gnu.org>
11086
11087 * calendar/timeclock.el (timeclock-log): Doc fix.
11088 (timeclock-last-event): Doc fix.
11089 (timeclock-log): Kill the timelog buffer after appending a new event.
11090 (timeclock-find-discrep): Use a temp buffer to read in the
11091 timelog, instead of visiting the file.
11092 (timeclock-log-data): A new function, along with a host of helper
11093 functions, for the purpose of making timelog data accessible to
11094 programmers.
11095
11096 * eshell/esh-mode.el (window-height test): Make certain that
11097 `eshell-stringify-t' is non-nil.
11098 (eshell-password-prompt-regexp): Changed to a much simpler
11099 password regexp.
11100 (eshell-send-input): If `eshell-invoke-directly' returns t,
11101 directly invoke the parsed command using `eval'. This improves
11102 turn-around time on simple commands by a factor of three or
11103 greater, such as cd, ls, pwd, etc. -- which get used very often.
11104 It also conserves thousands of cons cells per call (since
11105 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11106 in the Pacific Cookie Company).
11107
11108 * eshell/esh-test.el (eshell-test): Whitespace fix.
11109
11110 * eshell/em-ls.el (eshell-ls-insert-directory):
11111 Make `eshell-ls-initial-args' nil when inserting directory contents.
11112
11113 * eshell/em-script.el (eshell-script-initialize): Add names to
11114 `eshell-complex-commands, since `source' and `.' are complex.
11115
11116 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11117 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11118 `eshell-copy-handles'.
11119 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11120 bodies.
11121 (eshell-separate-commands): Whitespace fix.
11122 (eshell-complex-commands): Added a new list of names, for
11123 determining whether a given command is as simple as it looks.
11124 (eshell-invoke-directly): New function. Returns t if a command
11125 should be invoked directly (using `eval'), rather than indirectly
11126 using `eshell-do-eval'.
11127 (eshell-do-eval): Whitespace fix.
11128
11129 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11130 which provides an emulation of the DOS shell behavior of assuming
11131 that cp/mv/ln should copy/move/link to the current directory.
11132 (eshell-remove-entries): Added a doc string.
11133 (eshell-shuffle-files): Removed the check for `target' being null.
11134 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11135 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11136 it to do a smarter check of whether a destination was provided.
11137 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11138 (eshell/ln): Enable `:preserve-args', and use
11139 `eshell-mvcpln-template' to implement the body of the function.
11140 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11141 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11142 list after flattening it. This makes it possible to cat files
11143 with numerical names.
11144 (eshell-unix-initialize): Added several names to
11145 `eshell-complex-commands.
11146 (eshell-unix-command-complex-p): Return t if a given command name
11147 may result in external processes being invoked.
11148
11149 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11150 variable nil by default, since it slows down glob processing by a
11151 factor of two or more, and increases memory consumption.
11152
11153 * eshell/em-smart.el: Added a note about how memory consumptive
11154 smart display mode can be (at least this is true in Emacs 21).
11155 (eshell-smart-initialize): Whitespace fix.
11156 (eshell-refresh-windows): Use `if' instead of `when'.
11157 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11158 not necessary.
11159 (eshell-currently-handling-window): Added a missing global variable.
11160
11161 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11162 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11163 Whitespace fix.
11164 (eshell-ls-exclude-hidden): Added this variable in addition to
11165 `eshell-ls-exclude-regexp'. This one prevents files beginning
11166 with . from even being read, which can improve memory consumption
11167 quite a bit.
11168 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11169 read file entries beginning with a dot. In home directories with
11170 lots of hidden files, fully two-thirds of the time spent in ls is
11171 used to read directory entries that are immediately thrown away.
11172 (eshell-ls-initial-args): Added back this configuration variable,
11173 for specifying default initial arguments to every call to ls.
11174 Much faster than using an alias to do the same thing.
11175 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11176 (eshell-ls-dir): Whitespace change.
11177
11178 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11179
11180 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11181 (eshell-stringify-t): Added a customization variable, to indicate
11182 whether `t' should be rendered as a string at all. If not, one
11183 can still determine if the result of an expression is true using
11184 "file-exists-p FILE && echo true".
11185 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11186 stringify t!
11187
11188 * eshell/esh-module.el: Whitespace fix.
11189
11190 * eshell/em-alias.el (eshell-alias-initialize):
11191 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11192 (eshell-command-aliased-p): New function that returns t if a
11193 command name names an aliased.
11194
11195 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11196
11197 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11198 redrawing the screen when changing cursor color.
11199 (viper-insert-state-pre-command-sentinel)
11200 (viper-replace-state-pre-command-sentinel)
11201 (viper-replace-state-post-command-sentinel):
11202 Use viper-preserve-cursor-color.
11203 Many functions changed to use viper= instead of = when comparing
11204 characters.
11205 * viper-util.el (viper-memq-char,viper=): New functions for
11206 working with characters.
11207 (viper-change-cursor-color): Fixed buglet.
11208 Many functions changed to use viper= instead of = when comparing
11209 characters.
11210 * viper.el (viper-insert-state-mode-list): Added eshell.
11211
11212 * ediff-init.el (ediff-before-setup-hook): New hook.
11213 Several typos fixed in various docstrings.
11214 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11215 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11216 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11217 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11218 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11219 (ediff-get-selected-buffers): New function.
11220 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11221 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11222 Use save-window-excursion.
11223 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11224 termination check in while loop.
11225 * ediff.el (ediff-get-default-file-name): Better defaults when in
11226 dired buffer.
11227 (ediff-files,ediff-merge-files,ediff-files3)
11228 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11229
11230 2000-10-28 Dave Love <fx@gnu.org>
11231
11232 * info.el (Info-fontify-node): Add help-echo for menu items.
11233
11234 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11235
11236 * startup.el (normal-top-level): If the value of $TERM indicates
11237 we are running from xterm or one of its work-alikes, default to a
11238 light background mode.
11239
11240 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11241 * faces.el (tty-handle-reverse-video): New function.
11242 (tty-create-frame-with-faces): Call it.
11243
11244 * frame.el (frame-notice-user-settings): Don't apply
11245 default-frame-alist and initial-frame-alist to MS-DOS frames.
11246 Call tty-handle-reverse-video, frame-set-background-mode, and
11247 face-set-after-frame-default for non-MS-DOS frames.
11248
11249 * startup.el (tty-long-option-alist): New variable.
11250 (tty-handle-args): New function.
11251 (command-line): Call tty-handle-args.
11252
11253 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11254 startup.el now does that for all character-terminal frames.
11255
11256 2000-10-28 Miles Bader <miles@gnu.org>
11257
11258 * emacs-lisp/easy-mmode.el (define-minor-mode):
11259 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11260 is global. If :global is followed by a non-nil but non-t value,
11261 make the mode buffer-local, but also generate a `global-MODE'
11262 version using `easy-mmode-define-global-mode'.
11263 Add :conditional-turn-on keyword argument.
11264
11265 2000-10-28 Dave Love <fx@gnu.org>
11266
11267 * international/latin1-disp.el (latin1-char-displayable-p):
11268 Don't use window-system.
11269
11270 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11271
11272 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11273 Don't call find-buffer-file-type-coding-system. Instead, just
11274 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11275 if the file is on an untranslated filesystem.
11276 (add-untranslated-filesystem): Use "D" instead of "f" inside
11277 interactive.
11278
11279 2000-10-27 Dave Love <fx@gnu.org>
11280
11281 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11282 (refill-mode): Use it.
11283
11284 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11285
11286 * international/quail.el (quail-activate): Don't make-local-hook.
11287
11288 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11289
11290 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11291 manual backups and file.~<rev>.~ for automatic ones.
11292 (vc-make-version-backup): Don't do it on MS-DOS without long file
11293 names.
11294
11295 * vc.el (vc-version-other-window): If an automatic backup of the
11296 desired version exists, rename it instead of copying it.
11297
11298 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11299 after command. If there's an unexpected error, signal it instead
11300 of being silent.
11301 (vc-cvs-merge-news): Be prepared for no news at all.
11302
11303 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11304
11305 * shell.el (shell): Add BUFFER argument.
11306 * comint.el (make-comint-in-buffer): New function.
11307 (make-comint): Use it.
11308
11309 * faces.el (face-spec-choose): Change syntax so that the list of
11310 attribute-value pairs is now the cdr of each clause, not the cadr.
11311 Detect old-style entries, and handle them. Use pop.
11312
11313 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11314
11315 * cus-edit.el (custom-mode-map): Use a sparse map.
11316 (custom-mode): Don't bother with make-local-hook.
11317
11318 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11319
11320 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11321
11322 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11323
11324 * ps-print.el: Avoid compilation gripes.
11325 (ps-print-version): New version number (6.2.1).
11326
11327 2000-10-26 Dave Love <fx@gnu.org>
11328
11329 * menu-bar.el: Modify some menu item help strings.
11330 (menu-bar-help-menu): Add link to MORE.STUFF.
11331
11332 * cus-edit.el (custom-mode): Add `special' mode-class property.
11333
11334 * wid-browse.el (widget-browse-mode): Likewise.
11335
11336 * wid-edit.el (widget-specify-field): Revert to using local-map
11337 property, not keymap.
11338
11339 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11340
11341 * wid-edit.el (widget-field-end): When checking for a `boundary'
11342 field, do so in the correct buffer.
11343
11344 * simple.el (undo): Correctly distinguish between numeric and
11345 non-numeric prefix args in non-transient-mark-mode, as per the doc
11346 string. When in transient-mark-mode, treat all prefix-args as
11347 numeric.
11348
11349 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11350 Position point on match. Handle N == 0 correctly.
11351
11352 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11353 (comint-mode-map): Reverse order of `comint-write-output' and
11354 `comint-append-output-to-file'.
11355 (comint-append-output-to-file): Reinstate this function, for the
11356 benefit of the menu.
11357
11358 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11359
11360 * vc.el (vc-version-other-window): Bind `file'.
11361
11362 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11363
11364 * Makefile.in (update-authors): New target for maintenance purposes.
11365
11366 * emacs-lisp/authors.el (batch-update-authors): New function.
11367 (authors-fixed-entries): New defconst.
11368 (authors-add-fixed-entries): New function.
11369 (authors): Call it.: Don't process lispref/.
11370
11371 2000-10-25 Jason Rumney <jasonr@gnu.org>
11372
11373 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11374 Merge x w32 and mac definitions.
11375
11376 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11377
11378 * menu-bar.el (menu-bar-options-menu): Add a help string for
11379 `uniquify'.
11380
11381 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11382
11383 * time-stamp.el (time-stamp-string-preprocess):
11384 Fix a wrong type argument error.
11385
11386 2000-10-25 Miles Bader <miles@gnu.org>
11387
11388 * recentf.el (recentf-mode): Variable removed.
11389 (recentf-mode): Use `define-minor-mode'.
11390
11391 * mwheel.el (mouse-wheel-mode): New global minor mode.
11392 (mwheel-install): Use `mouse-wheel-mode'.
11393
11394 2000-10-25 Dave Love <fx@gnu.org>
11395
11396 * progmodes/cperl-mode.el (cperl-mode):
11397 Set normal-auto-fill-function correctly.
11398
11399 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11400 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11401 bindings.
11402
11403 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11404
11405 * wid-edit.el (widget-field-at): New function.
11406 (widget-at, widget-field-activate): Use it.
11407 (widget-tabable-at): Use `widget-at'.
11408 (widget-specify-field): If the terminating character of the widget
11409 field (which is read-only) is a newline, put it into a special
11410 `boundary' field so that C-n/C-p act more naturally.
11411 (widget-field-end): Also don't subtract one if a special
11412 `boundary' field has been added after the widget field.
11413
11414 * comint.el (comint-output-filter, comint-send-input):
11415 Don't bother adding stickiness fields to overlays to fool the field
11416 code, since it should notice the overlay insertion-types now.
11417
11418 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11419 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11420 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11421
11422 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11423
11424 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11425 (authors): Set file coding system to iso-2022-7bit.
11426 Add file-local variables to output buffer.
11427
11428 * files.el (after-find-file): Don't print any warnings if
11429 WARN is nil.
11430
11431 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11432
11433 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11434
11435 * delim-col.el: Now there is a column formatting mechanism.
11436 Modified to customization mechanisms convention. Doc fix.
11437 (columns): New group for delim-col.
11438 (delimit-columns-before, delimit-columns-after)
11439 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11440 (delimit-columns-end): New vars.
11441 (delimit-columns-customize, delimit-columns-format): New funs.
11442 (delimit-columns-region, delimit-columns-rectangle)
11443 (delimit-columns-rectangle-line): Modified to support column
11444 formatting.
11445
11446 2000-10-24 Dave Love <fx@gnu.org>
11447
11448 * log-edit.el (log-edit): Add :version and a :group for vc.
11449
11450 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11451
11452 * files.el (after-find-file): Don't print a message ``New file''
11453 if WARN is nil.
11454
11455 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11456 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11457 get duplicate tool-bar entries because we'll see the global ones
11458 on more than one path through keymaps.
11459
11460 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11461
11462 * progmodes/cmacexp.el: Change Francesco's email address.
11463
11464 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11465
11466 * window.el (fit-window-to-buffer): Adjust point of the window
11467 buffer, not that of the current buffer.
11468
11469 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11470
11471 * progmodes/cmacexp.el: Update the euthor's email address.
11472
11473 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11474
11475 * faces.el (face-spec-set-match-display): Add `graphic' display
11476 type (the inverse of `tty'). Use `display-graphic-p' instead of
11477 the window-system variable.
11478
11479 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11480
11481 * international/isearch-x.el (isearch-with-input-method):
11482 Call input-method-function with the first event in
11483 unread-command-events.
11484
11485 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11486
11487 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11488
11489 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11490
11491 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11492 New charsets.
11493
11494 * term/mac-win.el: Remove definitions of mac-roman-lower and
11495 mac-roman-upper, require dired, and define instead of set
11496 mac-ready-for-drag-n-drop to avoid compilation error.
11497
11498 2000-10-23 Andrew Innes <andrewi@gnu.org>
11499
11500 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11501 Remove superfluous calls to subst-char-in-string; instead apply
11502 expand-file-name after convert-standard-filename to ensure
11503 expected directory separators are used.
11504
11505 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11506
11507 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11508
11509 2000-10-23 Dave Love <fx@gnu.org>
11510
11511 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11512 (tool-bar-add-item): Set foreground and background for XBM icons.
11513
11514 * international/latin1-disp.el (latin1-char-displayable-p):
11515 New function (from Handa).
11516 (latin1-display-check-font): Use it.
11517
11518 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11519 using :key-sequence, making it much more usable.
11520 Use nconc, not append.
11521 (imenu--create-keymap-1): Avoid append.
11522
11523 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11524
11525 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11526
11527 [the following changes fix a bug where `define-minor-mode' didn't
11528 correctly generate :require clauses for defcustoms in compiled files]
11529 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11530 (byte-compile-log-file, byte-compile-log-1): Don't set
11531 `byte-compile-current-file' to nil. Instead set
11532 `byte-compile-last-logged-file' to it. Test whether
11533 byte-compile-current-file equals byte-compile-last-logged-file
11534 instead of whether its nil.
11535 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11536
11537 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11538
11539 * textmodes/refill.el: Fix var names in doc.
11540 (refill-mode): Don't bother with make-local-hook anymore.
11541
11542 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11543
11544 * faces.el (face-user-default-spec, face-default-spec): New functions.
11545 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11546 (frame-set-background-mode, face-set-after-frame-default):
11547 Use `face-user-default-spec'. Simplify code slightly.
11548
11549 * woman.el (woman-italic-face, woman-bold-face)
11550 (woman-unknown-face): Add dark-background variants.
11551 (woman-default-faces): Renamed from `woman-colour-faces'.
11552 Set using the stored defaults, rather than using hard-wired colors.
11553 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11554 Just make the foreground `unspecified' rather than "black".
11555 (woman-menu): Rename menu entries accordingly.
11556
11557 * faces.el (header-line): Make more reasonable on mono/grayscale
11558 displays.
11559
11560 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11561
11562 * cus-edit.el (custom-button-face): Use 3D look for mac.
11563 (custom-button-pressed-face): Likewise.
11564
11565 * faces.el (set-face-attributes-from-resources): Handle mac frames
11566 in the same way as x and w32 frames.
11567 (face-valid-attribute-values): Likewise.
11568 (read-face-attribute): Likewise.
11569 (defined-colors): Likewise.
11570 (color-defined-p): Likewise.
11571 (color-values): Likewise.
11572 (display-grayscale-p): Likewise.
11573 (face-set-after-frame-default): Likewise.
11574 (mode-line): Same default face as for x and w32.
11575 (tool-bar): Likewise.
11576
11577 * frame.el: Remove call to frame-notice-user-settings at end of
11578 the file.
11579
11580 * info.el (Info-fontify-node): Make underlines invisible for mac
11581 as for x, pc, and w32 frame types.
11582
11583 * term/mac-win.el: New file.
11584
11585 2000-10-22 Dave Love <fx@gnu.org>
11586
11587 * textmodes/refill.el: New file.
11588
11589 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11590
11591 * vc-hooks.el (vc-version-backup-file-name): New optional args
11592 MANUAL and REGEXP.
11593 (vc-delete-automatic-version-backups, vc-make-version-backup):
11594 New functions.
11595 (vc-before-save): Use the latter.
11596 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11597 confusion.
11598
11599 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11600 expected by vc[-hooks].el.
11601
11602 * vc.el (vc-checkout): Added `-p' suffix in call to
11603 vc-make-version-backups-p; use vc-make-version-backup to actually
11604 make the backup.
11605 (vc-version-other-window, vc-version-backup-file): Handle both
11606 automatic and manual backups.
11607 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11608 of all of them.
11609
11610 2000-10-22 Miles Bader <miles@gnu.org>
11611
11612 * comint.el (comint-highlight-input, comint-highlight-prompt):
11613 Renamed, `-face' at end removed.
11614 (comint-send-input, comint-output-filter): Use renamed faces.
11615
11616 * window.el (fit-window-to-buffer): Change defaulting of
11617 MAX-HEIGHT slightly.
11618
11619 * faces.el (color-values, color-defined-p): Use `member', not
11620 `memq', because it works correctly for strings.
11621 (frame-set-background-mode): Actually, "unspecified-fg" and
11622 "unspecified-bg" *are* strings. Use `member', not `memq', and
11623 `equal', not `eq', when a string value is possible.
11624
11625 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11626
11627 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11628
11629 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11630
11631 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11632 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11633 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11634 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11635 (sh-font-lock-syntactic-keywords): Use them.
11636 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11637 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11638 (sh-mode): Don't override font-lock-unfontify-region-function.
11639 Use a copy of sh-font-lock-syntactic-keywords.
11640 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11641 Don't call sh-scan-buffer since font-lock does it on the fly.
11642 (sh-get-indent-info): Use `face' rather than `syntax-table'
11643 text-property to detect here-documents.
11644 Replace sh-special-syntax with sh-st-punc.
11645 (sh-prev-line): Use `face' rather than `syntax-table'
11646 text-property to skip over here-documents.
11647 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11648 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11649 (sh-electric-less, sh-set-here-doc-region)
11650 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11651 (sh-scan-buffer, sh-rescan-buffer): Remove.
11652
11653 2000-10-21 Andrew Innes <andrewi@gnu.org>
11654
11655 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11656 remote (ange-ftp) file names.
11657
11658 2000-10-21 Miles Bader <miles@gnu.org>
11659
11660 * window.el (fit-window-to-buffer): New function.
11661 (shrink-window-if-larger-than-buffer): Use it.
11662 (window-text-height): Don't expect minibuffers to have mode-lines.
11663
11664 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11665 * international/quail.el (quail-update-guidance):
11666 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11667
11668 * international/quail.el (quail-show-guidance-buf): Make sure
11669 guidance window really has enough room.
11670 (quail-update-guidance): If quail-guidance-win is already shown,
11671 make sure its height is OK.
11672
11673 * window.el (window-text-height, set-window-text-height):
11674 New functions.
11675 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11676 instead of `window-height' & `mode-line-window-height-fudge'.
11677 (mode-line-window-height-fudge): Add FACE parameter.
11678 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11679 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11680
11681 2000-10-20 Miles Bader <miles@gnu.org>
11682
11683 * window.el (height-affecting-face-attributes): Use `defconst'.
11684
11685 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11686 New function, conditionally aliased to `mode-line-window-height-fudge'.
11687 (ispell-help): Use it.
11688 (ispell-choices-win-default-height): Don't include mode-line fudge.
11689 (ispell-choices-win-default-height): New function.
11690 (ispell-show-choices, ispell-command-loop): Use function
11691 `ispell-choices-win-default-height' instead of variable.
11692
11693 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11694
11695 * window.el (mode-line-window-height-fudge): New variable.
11696 (height-affecting-face-attributes): New variable.
11697 (mode-line-window-height-fudge): New function.
11698 (shrink-window-if-larger-than-buffer): Use it.
11699 * help.el (resize-temp-buffer-window): Likewise.
11700
11701 * info.el (Info-fontify-node): Add support for @subsubsection
11702 titles, which use `Info-title-4-face'.
11703 (Info-title-4-face): New face.
11704 (Info-title-3-face): Inherit from Info-title-4-face instead of
11705 variable-pitch.
11706
11707 2000-10-19 Jason Rumney <jasonr@gnu.org>
11708
11709 * dired.el (dired-insert-directory): Do not let errors signalled by
11710 attempt to run dired-free-space-program prevent dired from working.
11711
11712 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11713
11714 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11715
11716 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11717
11718 * dirtrack.el (dirtrack): Fix call to run-hooks.
11719
11720 * cmuscheme.el (cmuscheme-program-name): Renamed from
11721 scheme-program-name because xscheme.el contains a defcustom with
11722 the same name. As a consequence, customizing group `cmuscheme'
11723 loaded `xscheme' which redefined run-scheme.
11724 (run-scheme): Use cmuscheme-program-name.
11725
11726 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11727
11728 * play/doctor.el (doctor-death): Update the Samaritans'
11729 anonymous address, and add a website for Befrienders International.
11730
11731 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11732
11733 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11734 Avoid compilation gripes. Doc fix.
11735 (ps-print-version): New version number (6.2).
11736 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11737 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11738 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11739 (ps-x-extent-priority, ps-x-extent-start-position)
11740 (ps-x-face-font-instance, ps-x-find-coding-system)
11741 (ps-x-font-instance-properties, ps-x-make-color-instance)
11742 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11743 avoid compilation gripes without defining functions.
11744 (ps-e-find-composition): Alias for function find-composition, to have a
11745 suitable function depending on Emacs version.
11746 (ps-color-device, ps-color-values, ps-face-foreground-name)
11747 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11748 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11749 (ps-print-ensure-fontified): Function definitions surrounded by
11750 `eval-and-compile' to avoid compilation gripes.
11751 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11752 by symbol-value to avoid compilation gripes.
11753 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11754 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11755
11756 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11757
11758 * startup.el (normal-top-level): Call `frame-set-background-mode'
11759 after `frame-notice-user-settings' because the latter doesn't call
11760 the former on a tty.
11761
11762 * faces.el (frame-set-background-mode): `unspecified' &c are
11763 symbols, not strings.
11764
11765 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11766
11767 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11768 why some "light*" colors are deliberately absent from the alist.
11769
11770 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11771 Change colors for tty's, as suggested by Miles Bader.
11772
11773 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11774
11775 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11776 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11777 for ISO10646-1 fonts.
11778 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11779
11780 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11781
11782 * faces.el (frame-set-background-mode): If a tty frame defines a
11783 background color, use that to compute the background mode, instead
11784 of always defaulting to "dark".
11785
11786 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11787
11788 * comint.el (comint-write-output): New function.
11789 (comint-mode-map): Add it to the menu.
11790 Bind `C-c C-s' to comint-write-output.
11791
11792 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11793
11794 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11795 Use fancy-splash-delay.
11796
11797 2000-10-18 Alex Schroeder <alex@gnu.org>
11798
11799 * progmodes/sql.el (sql-sybase-options): New option.
11800 (sql-sybase): Use it. Add sql-database to the list of parameters
11801 provided for login. The options -w 2048 -n are not used any more.
11802
11803 * comint.el (comint-read-input-ring): Bugfix such that the first
11804 and the last entry of the input ring file are not lost.
11805
11806 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11807
11808 * ps-print.el: Internal variable changes to defcustom,
11809 make-local-hook changes to defvar. Doc fix.
11810 (ps-print-version): New version number (6.1).
11811 (ps-setup, ps-do-despool): Code fix.
11812 (ps-printer-name): Customization fix.
11813 (ps-printer-name-option): Now is a defcustom instead of an
11814 internal variable.
11815 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11816 (ps-print-begin-column-hook): Now are defvar instead of
11817 make-local-hook.
11818
11819 2000-10-18 Miles Bader <miles@gnu.org>
11820
11821 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11822 (comint-kill-output): Changed into an alias for `comint-delete-output',
11823 and made obsolete.
11824 (comint-mode-map): Rename references to comint-kill-output.
11825
11826 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11827
11828 * diff-mode.el (diff-header-face, diff-file-header-face)
11829 (diff-changed-face): Add bold and italic attributes to tty faces.
11830 (diff-function-face): New face.
11831 (diff-font-lock-keywords): Use it.
11832
11833 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11834
11835 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11836 Remove commented-out call to force-mode-line-update.
11837 (comint-kill-output): Use `forward-line 0' instead of
11838 beginning-of-line to make sure we get past the prompt.
11839
11840 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11841
11842 * diff-mode.el (diff-header-face, diff-file-header-face):
11843 Add specific setting for dark background.
11844 (diff-context-face): Renamed from diff-comment-face.
11845 Set explicitly rather than inheriting from font-lock-comment-face.
11846
11847 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11848
11849 * startup.el (command-line): Move the code which sets the default
11850 TTY colors to before before-init-hook.
11851
11852 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11853
11854 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11855
11856 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11857
11858 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11859 extensions, for MS-DOS.
11860
11861 * diff-mode.el (diff-header-face, diff-file-header-face)
11862 (diff-changed-face): Define tty-specific colors.
11863
11864 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11865
11866 * startup.el (fancy-splash-text): Realign the text.
11867
11868 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11869
11870 * font-lock.el (font-lock-comment-face): Define a separate default
11871 for dark-background tty's.
11872
11873 2000-10-17 Miles Bader <miles@gnu.org>
11874
11875 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11876 being obscured by whizzy mode-lines on graphics displays.
11877
11878 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11879
11880 * info.el (Info-title-1-face, Info-title-2-face)
11881 (Info-title-3-face): Define colors for tty's.
11882 (info-header-node): Remove unneeded tty-specific definition.
11883
11884 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11885
11886 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11887 reverse from the frame parameters, and don't invert foreground and
11888 background colors.
11889
11890 2000-10-16 Miles Bader <miles@gnu.org>
11891
11892 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11893 string "*Info*". Call propertized-buffer-identification to spruce
11894 up the result.
11895
11896 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11897
11898 * help.el: Provide `help' for the sake of define-minor-mode
11899 which generates defcustoms with requires.
11900
11901 * jit-lock.el (jit-lock-after-change): If we're in text that
11902 matches a multi-line font-lock pattern, make sure the whole text
11903 will be redisplayed.
11904
11905 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11906 author's name is unknown.
11907
11908 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11909 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11910 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11911 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11912 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11913 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11914 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11915 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11916 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11917 Add author information.
11918
11919 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11920
11921 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11922 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11923 full-color version (using the Gimp) to eliminate dithering artifacts.
11924
11925 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11926
11927 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11928
11929 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11930
11931 2000-10-15 Dave Love <fx@gnu.org>
11932
11933 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11934
11935 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11936
11937 * whitespace.el: Doc fixes.
11938 (top-level): Don't add hooks here.
11939 (whitespace-running-emacs): Deleted.
11940 (timer): Don't require.
11941 (whitespace): Add back :version conditional on xemacs test.
11942 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11943 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11944 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11945 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11946 Avoid specific xemacs test.
11947 (whitespace-global-mode): New option.
11948 (whitespace-global-mode): New command.
11949 (whitespace-unload-hook): New function.
11950
11951 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11952 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11953 (Info-fontify-node): `Goto' goes to `Go to'.
11954 (Info-fontify-node): Add help-echo to xref links.
11955
11956 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11957
11958 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11959
11960 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11961
11962 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11963 Use plist-get and allow :inherit.
11964
11965 * emacs-lisp/cl-macs.el (cl-do-arglist):
11966 Use plist-get and plist-member instead of memq.
11967
11968 * emacs-lisp/ewoc.el (ewoc-location): New function.
11969 (ewoc-enter-after, ewoc-enter-before): Document return value.
11970 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11971 Don't need make-local-hook any more.
11972 (cvs-addto-collection): Return the new tin.
11973 (cvs-mode-insert): Jump to the new line.
11974
11975 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11976
11977 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11978
11979 * font-lock.el (font-lock-syntactically-fontified): New var.
11980 (font-lock-fontify-syntactic-keywords-region): Use it.
11981 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11982
11983 * diff-mode.el (diff-find-file-name): Fix regexp.
11984
11985 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11986 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11987
11988 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11989 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11990 (sh-mode): Don't make all vars local here.
11991 (sh-kw): Reformat.
11992 (sh-set-shell): Use dolist. Don't set indent-region-function.
11993 (sh-mode-syntax-table): Use pop.
11994 (sh-remember-variable): Use push.
11995 (sh-help-string-for-variable): Use memq.
11996 (sh-safe-backward-sexp): Remove.
11997 (sh-safe-forward-sexp): Add ARG.
11998 (sh-get-indent-info, sh-prev-stmt): Use it.
11999 (sh-prev-line): Simplify by using forward-comment.
12000 (sh-this-is-a-continuation): Simplify.
12001 (sh-learn-buffer-indent): Use dolist.
12002 (sh-do-nothing): Remove.
12003 (sh-set-char-syntax, sh-set-here-doc-region):
12004 Use inhibit-modification-hooks.
12005 (sh-name-style): Use mapcar and push.
12006 (sh-load-style): Use dolist.
12007 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12008 (sh-case, sh-while-getopts): Use propertize directly rather
12009 than sh-electric-rparen.
12010
12011 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12012
12013 * textmodes/tex-mode.el: Require CL when compiling.
12014 (tex-mode-syntax-table): Init immediately.
12015 (tex-mode-map): Bind M-RET to latex-insert-item.
12016 (latex-mode): Set indent-line-function to latex-indent.
12017 (tex-common-initialization): Don't setup the syntax-table any more.
12018 (latex-insert-item): New skeleton.
12019 (tex-next-unmatched-end): Fix copy/paste braino.
12020 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12021 (latex-indent, latex-find-indent): New functions.
12022 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12023 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12024 (tex-compilation-parse-errors): Use with-syntax-table.
12025
12026 2000-10-15 Miles Bader <miles@gnu.org>
12027
12028 * font-lock.el (font-lock-comment-face): Change dark-background,
12029 color, non-tty, default to `chocolate1'.
12030
12031 2000-10-13 John Wiegley <johnw@gnu.org>
12032
12033 * eshell/esh-util.el (require): Added a missing `require' form,
12034 needed when compiling (for an ange-ftp macro definition).
12035
12036 2000-10-13 Dave Love <fx@gnu.org>
12037
12038 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12039
12040 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12041
12042 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12043
12044 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12045 transparent -colors 8).
12046
12047 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12048
12049 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12050 that breaks with old list format timestamps.
12051 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12052 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12053
12054 2000-10-13 John Wiegley <johnw@gnu.org>
12055
12056 * align.el, pcomplete.el, calendar/timeclock.el,
12057 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12058
12059 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12060 faulty math, where holiday hours were being computing as seconds.
12061
12062 2000-10-13 John Wiegley <johnw@gnu.org>
12063
12064 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12065 specifying what "other" kinds of buffers should be saved.
12066 This used to be hard-coded.
12067 (desktop-buffer-misc-functions): A global for specifying how
12068 auxiliary data should be determined for special buffer types.
12069 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12070 instead of hard-coding the special buffer types.
12071 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12072 auxiliary data, instead of hard-coding for Info buffers and dired.
12073 (desktop-buffer-info-misc-data): Aux function for determining Info
12074 buffer auxiliary info.
12075 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12076 (desktop-buffer-info): Changed this function to use the info
12077 gathered above.
12078 (desktop-create-buffer): Be a little more careful about what
12079 `minor-mode' means before calling it. This is important for some
12080 buffer types.
12081
12082 2000-10-13 John Wiegley <johnw@gnu.org>
12083
12084 * eshell/esh-util.el: Added a global form which declares an
12085 autoload for `parse-time-string', if that function is not already
12086 defined, and if parse-time.el is available on the user's system.
12087
12088 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12089 to be aware of ange-ftp user info.
12090 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12091 (eshell-ls-annotate): Use `eshell-file-attributes'.
12092 (eshell-ls-file): Made the user-id printing code a bit smarter.
12093
12094 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12095 allow identification of alias user ids in remote directories.
12096 It's manual, but there's no other way to know when the current user
12097 on the local machine, is also the owning user on the remote machine.
12098 (fboundp): Bind `ange-cache'.
12099 (eshell-directory-files-and-attributes): Re-organized the logic a
12100 bit to use `eshell-file-attributes' instead of `file-attributes'.
12101 The former is more sensitive to directories that are read via FTP,
12102 and knows how to use ange-ftp to determine full attribute
12103 information, instead of just the name and last modtime.
12104 (eshell-current-ange-uids): Return the current user id when in a
12105 remote directory.
12106 (eshell-parse-ange-ls): Parse a full directory listing that has
12107 been returned by ange-ftp.
12108 (eshell-file-attributes): This beefed up version of
12109 `file-attributes' is only special if the user is currently in a
12110 remote directory, in which case it does a lot of work to find out
12111 what the real attributes of a file are, as they appear on the
12112 remote machine. This makes usage of remote directories (i.e.,
12113 ange-ftp pathnames) much more useful. You can now use Eshell as a
12114 full-fledged FTP client, with much more manipulation ability than
12115 most other clients.
12116
12117 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12118 variable, which means that Eshell's du should always be preferred
12119 in remote directories.
12120 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12121 just `file-attributes'.
12122 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12123 when reading remote directories. This is an Eshell-specific
12124 variable (not part of ange-ftp).
12125 (eshell/ln): Bind `ange-cache'.
12126 (eshell/du): Added some extra logic for determining when to use
12127 Eshell's du (which is slow), and when to use the external version
12128 (which may or may not exist).
12129
12130 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12131 Call `eshell-interactive-process', rather than using
12132 `get-buffer-process', since backgrounded processes don't count in
12133 the context of this function's logic.
12134
12135 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12136 `forward-char', so that null strings are parsed correctly.
12137
12138 2000-09-13 John Wiegley <johnw@gnu.org>
12139
12140 * eshell/em-pred.el (eshell-pred-file-type)
12141 (eshell-pred-file-links, eshell-pred-file-size):
12142 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12143
12144 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12145 that remote file globbing is more efficient.
12146
12147 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12148 gathering the files and attributes within a directory.
12149
12150 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12151 the command line is a special file (not a regular file, directory
12152 or symlink), always attempt to call the external version of cat.
12153
12154 2000-09-13 John Wiegley <johnw@gnu.org>
12155
12156 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12157 Eshell-friendly version of find-tag.
12158
12159 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12160
12161 * image-file.el (image-file-name-extensions)
12162 (image-file-name-regexps): Add autoload cookies.
12163
12164 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12165
12166 * international/mule-cmds.el (select-safe-coding-system): If FROM
12167 is string, show it in *Warning* buffer.
12168
12169 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12170
12171 * startup.el (normal-top-level): Use display-popup-menus-p instead
12172 of window-system.
12173 (command-line): Use display-graphic-p instead of window-system.
12174 (command-line-1): Use display-popup-menus-p and display-mouse-p
12175 instead of window-system.
12176
12177 2000-10-12 Sam Steingold <sds@gnu.org>
12178
12179 * tooltip.el (tooltip-use-echo-area): New user variable.
12180 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12181
12182 2000-10-12 Dave Love <fx@gnu.org>
12183
12184 * recentf.el: Maintainer's checkdoc fixes.
12185
12186 * startup.el (normal-top-level-add-subdirs-to-load-path):
12187 Use character class, not ASCII when matching file names.
12188 (fancy-splash-head): Add trailing slash to URL.
12189 (command-line): Don't require XPM support for toolbar.
12190
12191 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12192 (cperl-invalid-face): Revert last change.
12193 (cperl-init-faces): Quote cperl-invalid-face.
12194
12195 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12196
12197 * startup.el (fancy-splash-text): Remove superfluous quote.
12198
12199 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12200
12201 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12202 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12203 (command-line-1): Don't use fancy-splash-pending-command.
12204 (fancy-splash-screens-1): Goto point-min after inserting text.
12205
12206 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12207
12208 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12209 instead of shared-lisp-mode-map.
12210
12211 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12212
12213 * faces.el (header-line): Change tty-variant to use underlining.
12214
12215 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12216 (isearch-highlight): Restore lazy-isearch face properties at old
12217 position, and suppress them at new position.
12218 (isearch-dehighlight): Restore lazy-isearch face properties.
12219 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12220 over the real isearch overlay, but in that case, don't give it a
12221 face property. Use `push'.
12222
12223 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12224
12225 * man.el (Man-getpage-in-background): Fix previous change.
12226 Decode the process output only when we are in multibyte mode.
12227
12228 2000-10-11 Dave Love <fx@gnu.org>
12229
12230 * info.el (Info-mode-menu): Fix some help.
12231 (info-tool-bar-map): Add entry for Info-last.
12232
12233 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12234 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12235 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12236 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12237 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12238 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12239 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12240 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12241 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12242 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12243 Reduce colour requirements to 25 overall. (Probably wants
12244 revisiting from the originals to reduce further.)
12245
12246 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12247
12248 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12249 buffer-file-coding-system, instead of raw-text.
12250 (dehexlify-buffer): Bind coding-system-for-read to
12251 buffer-file-coding-system, instead of raw-text.
12252
12253 2000-10-11 Sam Steingold <sds@gnu.org>
12254
12255 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12256 `underline' - fixes the bug introduced on 2000-09-21.
12257
12258 2000-10-11 Dave Love <fx@gnu.org>
12259
12260 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12261 Avoid compiler warnings.
12262 (scheme-mode): Doc fix.
12263 (scheme-font-lock-keywords-1): Match `define-syntax'.
12264
12265 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12266
12267 * faces.el (frame-set-background-mode): Pay attention to saved
12268 face specs as well as default ones. Only do anything if the
12269 bg-mode or display-type has actually changed. Use `dolist'.
12270 (region): Make dark-background `region' face less in-your-face.
12271
12272 2000-10-10 Sam Steingold <sds@gnu.org>
12273
12274 * chistory.el, ielm.el, ledit.el:
12275 * progmodes/inf-lisp.el, progmodes/scheme.el:
12276 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12277
12278 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12279
12280 * textmodes/texinfo.el: Update copyright and fix typo.
12281
12282 * desktop.el (desktop-modes-not-to-save): New var.
12283 (desktop-save-buffer-p): Use it.
12284 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12285 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12286
12287 2000-10-10 Dave Love <fx@gnu.org>
12288
12289 * toolbar/tool-bar.el (tool-bar-add-item)
12290 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12291
12292 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12293 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12294 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12295 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12296 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12297 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12298 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12299 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12300 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12301 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12302 the .xpms; probably need retouching.
12303
12304 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12305
12306 * subr.el (add-to-list): Add optional argument APPEND.
12307 * battery.el (display-battery): Use `add-to-list'.
12308
12309 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12310
12311 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12312 properties.
12313 (zone, zone-when-idle, zone-leave-me-alone)
12314 (zone-pgm-whack-chars): Use new symbol properties.
12315
12316 * battery.el (display-battery): Doc spelling fix.
12317
12318 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12319 property.
12320
12321 2000-10-09 Dave Love <fx@gnu.org>
12322
12323 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12324 has been initialized before calling tool-bar-setup.
12325 (tool-bar-add-item-from-menu): Add autoload cookie.
12326
12327 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12328
12329 * menu-bar.el (send-mail-item-name): New function.
12330 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12331 of mail-user-agent in the menu. Don't display the "Send Mail"
12332 item if mail-user-agent is nil or its value is ignore.
12333 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12334 if read-mail-command is nil or its value is ignore.
12335
12336 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12337
12338 2000-10-09 Miles Bader <miles@gnu.org>
12339
12340 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12341 Correct image size.
12342 * toolbar/left_arrow.xpm: Correct image size.
12343
12344 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12345 will be done by the definition of `auto-compression-mode' if
12346 necessary. Move code to uninstall existing file-name handler
12347 before definition of `auto-compression-mode'.
12348
12349 * image-file.el (auto-image-file-mode): Move to the end of the
12350 file, because `define-minor-mode' actually calls the mode-function
12351 if the associated variable is non-nil, which requires that all
12352 needed functions be already defined.
12353
12354 * mouse.el (popup-menu): Balance parens.
12355
12356 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12357
12358 * mouse.el (popup-menu): Move the command call outside the loop
12359 so that popup-menu returns whatever the command returns.
12360
12361 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12362 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12363 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12364 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12365
12366 * vc.el (vc-version-diff): diff-switches can be a list.
12367 Use relative filenames for prettier output.
12368
12369 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12370 (vc-post-command-functions): Remove old-VC compatibility code.
12371
12372 * newcomment.el (comment-indent-default): Autoload.
12373
12374 * font-lock.el (font-lock-defaults): Make buffer-local.
12375 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12376 (font-lock-choose-keywords):
12377 Ignore LEVEL unless KEYWORDS is a list of syms.
12378 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12379 Don't wrap regexp-opt things in \(...\) unnecessarily.
12380
12381 * jit-lock.el: Don't require font-lock any more.
12382 (jit-lock-functions): Make buffer-local.
12383 (jit-lock-saved-fontify-buffer-function): Remove.
12384 (jit-lock-mode): Remove autoload cookie.
12385 Remove font-lock specific code.
12386 (jit-lock-unregister): Don't bother handling complex hooks any more.
12387 (jit-lock-refontify): New function.
12388 (jit-lock-fontify-buffer): Use it.
12389 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12390 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12391 Add optional args START and END.
12392 Never call font-lock-fontify-region directly.
12393 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12394
12395 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12396
12397 2000-10-08 Dave Love <fx@gnu.org>
12398
12399 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12400
12401 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12402
12403 * play/studly.el (studlify-region, studlify-word): Add autoload
12404 cookie.
12405
12406 * play/morse.el (morse-region, unmorse-region): Add autoload
12407 cookie.
12408
12409 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12410 concat.
12411
12412 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12413 insist on symbols starting with word syntax.
12414 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12415 (eval-defun-1): Doc fix.
12416 (indent-sexp): Use nconc to build up indent-stack.
12417
12418 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12419 Gnus with little use.
12420 (mail-setup-hook): Add mail-abbrevs-setup to options.
12421
12422 * recentf.el: Doc fixes.
12423
12424 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12425 Clean up remainder.
12426
12427 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12428 without timezone and (8) with timezone to enforce some whitespace.
12429 Simplify code somewhat.
12430
12431 * options.el (list-options): Doc that you should use customize.
12432
12433 * iswitchb.el (iswitchb-mode): Add :require.
12434
12435 * info.el (Info-goto-node, Info-menu): Doc fix.
12436 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12437 (info-tool-bar-map): New variable.
12438 (Info-mode): Use it.
12439 (Info-edit-map): Define all in defvar.
12440 (speedbar-attached-frame): Avoid compiler warning.
12441
12442 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12443 (global-map): Bind [tool-bar] to a filtered map.
12444 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12445 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12446 Allow PBM icons.
12447 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12448
12449 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12450 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12451 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12452 icons, except up_arrow, which is left-arrow rotated.
12453
12454 * imenu.el (imenu-add-to-menubar): Fix last change.
12455
12456 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12457
12458 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12459 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12460
12461 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12462
12463 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12464 typos in doc strings.
12465
12466 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12467 the doc strings how to customize Font Lock faces.
12468
12469 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12470 computing growth when dragging the header line.
12471
12472 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12473
12474 * simple.el (kill-line): Doc fix.
12475
12476 2000-10-08 Miles Bader <miles@gnu.org>
12477
12478 * faces.el (secondary-selection): Make foreground visible on tty.
12479
12480 * jka-compr.el (auto-compression-mode): Move to the end of the
12481 file, because `define-minor-mode' actually calls the mode-function
12482 if the associated variable is non-nil, which requires that all
12483 needed functions be already defined.
12484 (with-auto-compression-mode): Add autoload cookie.
12485
12486 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12487
12488 * files.el (find-backup-file-name) [ms-dos]: If support for long
12489 file names is not available, behave as if version-control were set
12490 to never.
12491
12492 2000-10-07 Dave Love <fx@gnu.org>
12493
12494 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12495 (browse-url-gnome-moz): New function.
12496 (browse-url-browser-function): Use it.
12497 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12498
12499 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12500
12501 * indent.el (tab-always-indent): New var.
12502 (indent-for-tab-command): Use it.
12503
12504 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12505 raise an error. This way it can still default to a sane value.
12506
12507 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12508
12509 * startup.el (fancy-splash-screens): Use local rather than global map.
12510 Don't use `update-menu-bindings' any more.
12511 Get rid of assumptions about keymap representation.
12512
12513 2000-10-06 Dave Love <fx@gnu.org>
12514
12515 * textmodes/fill.el (sentence-end-double-space)
12516 (sentence-end-without-period): Doc fix.
12517 (adaptive-fill-regexp): Purecopy.
12518 (unjustify-current-line): Use line-end-position.
12519 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12520
12521 * net/eudc-vars.el (eudc): Add :version, :link.
12522
12523 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12524
12525 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12526 Fix for define-minor-mode.
12527 (function-at-point): Alias to function-called-at-point.
12528
12529 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12530
12531 * simple.el (backward-word): Doc fix.
12532
12533 * image-file.el (image-file-name-regexp): image-file-regexps ->
12534 image-file-name-regexps.
12535 (image-file-name-extensions): Add pbm.
12536
12537 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12538
12539 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12540 and add filename to the names so that diff-mode can jump to source.
12541
12542 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12543 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12544 (tex-font-lock-keywords-1): Remove.
12545 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12546 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12547 (font-lock-default-fontify-region):
12548 Expand beg..end correctly when just following a multiline region.
12549 (font-lock-fontify-anchored-keywords):
12550 Include the anchor text as part of the multiline.
12551
12552 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12553
12554 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12555 latter needs the autoloaded define-minor-mode macro during the
12556 bootstrap.
12557
12558 * startup.el (command-line): For now, activate tool-bar-mode only
12559 if XPM images are supported.
12560
12561 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12562 window by dragging a header-line at the top of the frame; that's
12563 confusing because the header-line doesn't move.
12564 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12565 of treating the event as a list. Some cleanup.
12566
12567 2000-10-06 Miles Bader <miles@gnu.org>
12568
12569 * simple.el (display-message-or-buffer): New function.
12570 (shell-command-on-region): Use `display-message-or-buffer'.
12571
12572 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12573 docstring parts.
12574
12575 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12576 (smbclient-prompt-regexp): Add usage note to doc string.
12577 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12578 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12579 Use add-hook for adding the comint filter function, and only do so
12580 if it's not already in the global hook list.
12581 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12582 to `make-local-variable'.
12583 (nslookup-font-lock-keywords): Remove prompt entry.
12584 (nslookup): Don't set the process-filter.
12585 (finger): Exit the loop correctly when the regexps list runs out.
12586 (ftp, smbclient, smbclient-list-shares):
12587 Set the real major mode immediately, not after execing.
12588 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12589
12590 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12591
12592 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12593
12594 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12595
12596 * which-func.el (which-func-format): Remove spurious space.
12597 (which-func-mode): Don't make it permanent-local.
12598 (which-func-ff-hook): Allow which-func-maxout to be nil.
12599 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12600 (which-func-mode): Simplify.
12601 Use post-command-idle-hook rather than post-command-hook.
12602 Go through all buffers and update their state.
12603 (which-function): Also try add-log-current-defun-function.
12604
12605 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12606 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12607 Update call to with-vc-properties accordingly.
12608 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12609 (vc-revert-buffer): More careful about window selection and deletion.
12610 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12611
12612 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12613 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12614 (cvs-dired-action): Change the default to quickdir.
12615
12616 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12617 if comment-indent-function returns nil.
12618 (comment-indent-default): New function.
12619 (comment-indent-function): Use it and document the new semantics.
12620
12621 * image-file.el: Docstring fixes.
12622
12623 * help.el (help-xref-on-pp): Use match-string.
12624 (describe-variable): New arg BUFFER.
12625 Store the current buffer in the help-xref-stack.
12626 (temp-buffer-resize-mode): Use define-minor-mode.
12627
12628 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12629 consistently with its docstring.
12630 Set jit-lock-first-unfontify-pos in an idempotent way.
12631 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12632
12633 2000-10-05 Alex Schroeder <alex@gnu.org>
12634
12635 * sql.el (sql-mysql-options): New variable.
12636 (sql-mysql): Use it.
12637
12638 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12639
12640 * image.el (image): New group.
12641
12642 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12643 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12644
12645 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12646
12647 * net/net-utils.el (nslookup-font-lock-keywords)
12648 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12649 Ignore the value of wqindow-system; always define keywords
12650
12651 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12652
12653 * startup.el (fancy-splash-screens): Remove the code for
12654 debugging; `(trace-to-stderr "EXITTT\n")'.
12655
12656 2000-10-05 Miles Bader <miles@gnu.org>
12657
12658 * diff-mode.el (diff-goto-source): Update call to
12659 `diff-hunk-status-msg' to reflect new REV variable.
12660
12661 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12662
12663 * progmodes/icon.el (icon-mode):
12664 Don't gratuitously override the default for comment-column.
12665
12666 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12667
12668 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12669 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12670 (jit-lock-functions): New var.
12671 (jit-lock-function-1): Use it if non-nil.
12672 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12673 Set the `fontified' property before doing the fontification to avoid
12674 repeatedly going through the same error.
12675 Don't turn errors into messages.
12676 (jit-lock-register, jit-lock-unregister): New functions.
12677
12678 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12679 Use with-current-buffer.
12680
12681 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12682 Turn comment into docstring.
12683
12684 * apropos.el (apropos-mode): Use define-derived-mode.
12685
12686 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12687
12688 * startup.el (fancy-splash-pending-command): New variable.
12689 (fancy-splash-pre-command): New function.
12690 (fancy-splash-screens): Rewritten.
12691 (command-line-1): If fancy-splash-pending-command is set, call it
12692 interactively.
12693
12694 2000-10-04 Dave Love <fx@gnu.org>
12695
12696 * toolbar/tool-bar.el (tool-bar-setup): New function.
12697 (tool-bar-mode): Use it.
12698
12699 * subr.el (substitute-key-definition): Doc fix.
12700 (play-sound-file): New command.
12701
12702 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12703
12704 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12705 vc-version-backup-file-name): New functions.
12706
12707 * files.el (basic-save-buffer): Call vc-before-save before saving.
12708
12709 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12710 vc-cvs-stay-local-p.
12711
12712 * vc.el (vc-revert-buffer): Handle empty diff properly.
12713 (vc-version-backup-file): New function.
12714 (vc-checkout): Create a version backup if necessary.
12715 (vc-checkin): If a version backup file exists, delete it.
12716 (vc-version-diff): Diff locally using version backups, if available.
12717 (vc-revert-file): If there's a version backup, revert locally.
12718 (vc-transfer-file): Use version backup for base version, if
12719 available. If not, ask for confirmation whether to get it from the
12720 server. Update mode line before check-in.
12721
12722 2000-10-04 Dave Love <fx@gnu.org>
12723
12724 * toolbar/tool-bar.el (tool-bar-setup): New function.
12725 (tool-bar-mode): Use it.
12726
12727 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12728
12729 * net/net-utils.el (nslookup-font-lock-keywords)
12730 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12731 Only set if window-system is non-nil
12732 (net-utils-run-program): Returns buffer.
12733 (network-connection-reconnect): Added this function.
12734
12735 * generic.el:
12736 Incorporates extensive cleanup and docfixes by
12737 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12738 Uses cl compile-time macros.
12739 (generic-mode-name, generic-comment-list)
12740 (generic-keywords-list, generic-font-lock-expressions)
12741 (generic-mode-function-list, generic-mode-syntax-table):
12742 Removed variables.
12743 (generic-mode-alist): Renamed to generic-mode-list.
12744 (generic-find-file-regexp): Default changed to "^#".
12745 (generic-read-type): Uses completing read on generic-mode-list.
12746 (generic-mode-sanity-check): removed this function.
12747 (generic-add-to-auto-mode): Removed this function
12748 (generic-mode-internal): Bind mode-specific definitions
12749 into function instead of putting them in alist.
12750 (generic-mode-set-comments): Reworked extensively.
12751 (generic-mode-find-file-hook): Simplified regexp searching
12752 (generic-make-keywords-list): Omit extra pair of parens
12753
12754 * find-lisp.el (find-lisp-find-files-internal):
12755 Make sure directory name ends with "/".
12756
12757 * generic-x.el (apache-conf-generic-mode):
12758 Regexp now allows leading whitespace.
12759 (rc-generic-mode): Added eval-when-compile
12760 around generic-make-keywords-list.
12761 Deleted duplicate regexp
12762 (rul-generic-mode): Added eval-when-compile
12763 around generic-make-keywords-list.
12764 (etc-fstab-generic-mode): New generic mode.
12765 (rul-generic-mode): Removed one eval-when-compile
12766 which caused a max-specpdl-size exceeded error.
12767
12768 2000-10-04 Miles Bader <miles@gnu.org>
12769
12770 * simple.el (minibuffer-temporary-goal-position): New variable.
12771 (next-history-element): Try to keep the position of point in the
12772 input string constant.
12773
12774 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12775 (dired-do-create-files): If there's only one file, pass it in as
12776 the DEFAULT arg to dired-mark-read-file-name.
12777
12778 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12779
12780 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12781 (diff-goto-source): Be smarter when choosing REVERSE or not.
12782
12783 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12784 (texinfo-mode-menu): Add an explicit shortcut for update all.
12785
12786 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12787
12788 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12789 factorize backend-specific code cleanly (this was essentially
12790 conceived by Stefan Monnier).
12791 (vc-unregister): Function removed.
12792 (vc-revert-file): New function.
12793 (vc-revert-buffer): Delegate some of the work to it.
12794
12795 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12796 default branch unconditionally.
12797 (vc-rcs-set-default-branch): New function.
12798 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12799 (vc-rcs-checkin): If an appropriate default branch has been set,
12800 force creation of that branch.
12801 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12802 code (as suggested by Stefan Monnier).
12803
12804 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12805
12806 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12807 highlighting overlay with a different face over the overlay
12808 isearch uses to highlight the current match because that can lead
12809 to bad face combinations.
12810
12811 * loadup.el (toplevel): Load faces before isearch.
12812
12813 * isearch.el (isearch-faces): New custom group.
12814 (isearch): New defface; was already tested for in the code.
12815 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12816 (isearch-highlight): Always use face `isearch'.
12817
12818 2000-10-02 Dave Love <fx@gnu.org>
12819
12820 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12821 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12822 comparison of opcode with operand.
12823
12824 2000-10-03 Miles Bader <miles@gnu.org>
12825
12826 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12827 buffer, since the echo area will now grow to accommodate them.
12828
12829 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12830
12831 * vc-hooks.el (vc-registered): If FILE used to be registered under
12832 a certain backend, try that one first.
12833
12834 * vc.el (vc-responsible-backend): Undo the previous change in the
12835 argument list. Handle multiple backends correctly.
12836 (vc-find-new-backend): Function removed.
12837 (vc-register): Use vc-responsible-backend, as before.
12838 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12839
12840 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12841
12842 * startup.el (fancy-splash-head): Change message below the
12843 logo.
12844
12845 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12846
12847 * diff-mode.el (diff-goto-source): Emit a status message.
12848 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12849 (diff-test-hunk): Fix doc string.
12850 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12851 (diff-advance-after-apply-hunk): New variable.
12852 (diff-apply-hunk): Don't return a value.
12853
12854 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12855
12856 * vc.el (vc-editable-p): Minor optimization.
12857 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12858 (vc-find-new-backend): New function split from vc-responsible-backend.
12859 (vc-register): Use it.
12860 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12861 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12862 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12863 (vc-clear-headers): Don't use find-file.
12864 (vc-revert-buffer): Use `and' again (must have been a braino).
12865 (vc-switch-backend): Only prompt if requested.
12866 Short circuit if nothing is to be done.
12867 Don't use vc-resynch-buffer which could lose unsaved editing.
12868 (vc-default-receive-file): Update call to vc-unregister.
12869 (with-vc-file, vc-next-action-on-file):
12870 Use vc-backend rather than vc-registered.
12871 (vc-next-action-on-file): Use intern-soft.
12872 Deal with read-only *vc-diff* buffer.
12873 (vc-transfer-file): Docstring fix.
12874
12875 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12876 (vc-rcs-receive-file): Avoid with-vc-properties.
12877 Update call to vc-unregister.
12878 Use constant `RCS' rather than (dynamically bound) var `backend'.
12879
12880 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12881
12882 * vc.el (vc-next-action-on-file): Update mode line only if file
12883 is visited.
12884 (vc-start-entry): New argument initial-contents. Don't visit the file
12885 if it isn't already visited. Brought documentation up-to-date.
12886 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12887 (vc-checkin): New optional arg initial-contents, which is passed to
12888 vc-start-entry.
12889 (vc-finish-logentry): Make sure to bury log buffer only if there
12890 really is one. Call `vc-resynch-buffer' on log-file, not
12891 buffer-file-name.
12892 (vc-default-comment-history, vc-default-wash-log): New functions.
12893 (vc-index-of): Removed.
12894 (vc-transfer-file): Make do without the above.
12895 (vc-default-receive-file): Call comment-history unconditionally. Pass
12896 the resulting string to vc-checkin, instead of inserting it into the
12897 comment ring.
12898
12899 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12900 unconditionally. Use the comments as initial contents of the log
12901 entry buffer. Document the trick to force branch creation with no
12902 changes.
12903
12904 2000-10-01 Miles Bader <miles@gnu.org>
12905
12906 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12907 `recenter' with an arg to prevent redrawing the display.
12908
12909 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12910
12911 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12912
12913 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12914
12915 * progmodes/c-mode.el (c-mode):
12916 Don't gratuitously override the default for comment-column.
12917
12918 * textmodes/tex-mode.el (latex-metasection-list): New var.
12919 (latex-imenu-create-index): Use it.
12920 Move the regexp construction outside loops (and use push).
12921 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12922 (tex-font-lock-keywords): Moved from font-lock.el.
12923 (tex-comment-indent): Remove.
12924 (tex-common-initialization): Don't set comment-indent-function.
12925 (latex-block-default): New var.
12926 (tex-latex-block): Use it to provide a default choice.
12927 Add any unknown choice to latex-block-names.
12928 Insert [...] after {...}.
12929 (tex-last-unended-begin): Simplify regexp.
12930 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12931 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12932 (latex-mode): Set forward-sexp-function.
12933
12934 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12935 Add regexp for @ignore ... @end ignore.
12936 (texinfo-heading-face): New face.
12937 (texinfo-font-lock-keywords): Use it.
12938 (texinfo-mode-menu): New menu.
12939 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12940 New functions.
12941 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12942 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12943 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12944 Remove declaration.
12945 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12946
12947 * delsel.el (delete-selection-mode): Use define-minor-mode.
12948
12949 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12950
12951 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12952
12953 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12954
12955 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12956
12957 * replace.el (keep-lines-read-args): New function.
12958 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12959 read arguments interactively. Add parameters RSTART and REND.
12960 Operate on the active region in Transient Mark mode.
12961
12962 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12963
12964 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12965 (authors-obsolete-files-regexps): New variable.
12966 (authors-add): Don't record changes in obsolete files.
12967
12968 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12969
12970 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12971
12972 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12973 (comment-indent): Make sure there's a space between code and comment.
12974 Shift comments left to avoid going past fill-column.
12975
12976 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12977
12978 * startup.el (startup-echo-area-message): New function.
12979 (display-startup-echo-area-message): Use it.
12980 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12981 (fancy-splash-default-action): New function.
12982 (fancy-splash-screens-1): New function.
12983 (fancy-splash-head): Put a help-echo and a keymap under the image.
12984
12985 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12986
12987 * diff-mode.el (diff-add-log-file-name): Remove.
12988 (diff-mode): Use add-log-buffer-file-name-function.
12989
12990 * add-log.el (find-change-log): New arg BUFFER-FILE.
12991 (add-log-file-name): Obey add-log-file-name-function.
12992 (add-log-buffer-file-name-function): New var.
12993 (add-change-log-entry): Use it.
12994
12995 2000-09-29 Miles Bader <miles@gnu.org>
12996
12997 * image-file.el (image-file-name-extensions): New variable.
12998 (image-file-name-regexps): Renamed from `image-file-regexps'.
12999 New default value is nil. Call `auto-image-file-mode'.
13000 (image-file-name-regexp): New function.
13001 (auto-image-file-mode): New minor mode.
13002 (insert-image-file): Don't make conditional on the image-file
13003 handler being enabled.
13004 (image-file-handler): Make the call here conditional instead.
13005 (set-image-file-handler-enabled, enable-image-file-handler)
13006 (disable-image-file-handler): Functions removed.
13007
13008 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13009 string.
13010
13011 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13012
13013 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13014 it's a function from CL.
13015 (latex-imenu-create-index): Replace eval-when-compile with progn
13016 because latex-section-alist is not bound while compiling.
13017
13018 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13019
13020 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13021 (outline-mode): Use define-derived-mode.
13022
13023 * progmodes/perl-mode.el (perl-mode):
13024 * progmodes/awk-mode.el (awk-mode):
13025 * progmodes/asm-mode.el (asm-mode):
13026 Don't gratuitously override the default for comment-column.
13027
13028 * emacs-lisp/lisp.el (lisp-complete-symbol):
13029 Distinguish the let-binding case from the funcall case.
13030 (forward-sexp-function): New variable.
13031 (forward-sexp): Use it.
13032
13033 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13034 (easy-mmode-defmap): Remove the now useless autoload.
13035
13036 * time.el (display-time-mode): Use define-minor-mode.
13037
13038 * subr.el (add-minor-mode): Don't eval NAME.
13039 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13040 Use if rather than cond.
13041
13042 * simple.el (read-expression-map): Define more properly.
13043 (comment-indent-hook): Remove.
13044 (string-to-syntax): Bug fix.
13045
13046 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13047 (cvs-ediff-diff): Fix typo.
13048 (cvs-revert-if-needed): Don't bother preserving read-only.
13049
13050 * paren.el (show-paren-mode): Use define-minor-mode.
13051
13052 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13053 (toggle-auto-compression): Remove.
13054 (jka-compr-build-file-regexp): Remove useless grouping.
13055
13056 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13057 Avoid user-reserved bindings.
13058 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13059 (diff-header-face): Revert to grey85.
13060
13061 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13062
13063 * complete.el (partial-completion-mode) <defcustom>: Remove.
13064 (partial-completion-mode): Use define-minor-mode.
13065 (PC-do-completion): Understand `completion-auto-help = delay'
13066 to mean to popup the completion buffer only the second time.
13067 (PC-include-file-all-completions, PC-include-file-all-completions)
13068 (PC-include-file-all-completions): Don't quote lambda.
13069
13070 * comint.el (comint-mode-hook): Docstring fix.
13071 (comint-mode): Use define-derived-mode.
13072 (comint-mode-map): Remove obsolete comment.
13073 (make-comint): Minor stylistic change.
13074 (comint-insert-clicked-input): Be more careful to find the overlay.
13075 Use this-command-keys rather than hardcoding mouse-2.
13076
13077 * font-lock.el: Replace confusing (,@ with ,
13078 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13079 Don't use regexp-opt-depth. Spice up the regexp for args.
13080 Don't distinguish between cmds that can take an opt arg or not.
13081 Use `append' and `prepend' rather than `keep'.
13082
13083 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13084 (latex-outline-regexp): New var.
13085 (latex-outline-level): New fun.
13086 (latex-section-alist): New var.
13087 (latex-imenu-create-index): Use it. Use `push' as well.
13088 (tex-shell-map): Initialize it properly.
13089 (tex-mode): Minor stylistic change.
13090 (plain-tex-mode): Use define-derived-mode.
13091 (latex-mode): Use define-derived-mode.
13092 Construct the paragraph regexps in a more readable way.
13093 Set the buffer-local outline-{level,regexp} vars.
13094 (slitex-mode): Derive from latex-mode.
13095 (tex-common-initialization): Don't kill-all-vars anymore.
13096 Add setting for comment-add and font-lock-defaults.
13097 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13098 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13099 (tex-start-tex): New arg DIR (and send a chdir command for it).
13100 Also display the shell buffer and save it in tex-last-buffer-texed.
13101 (tex-region): Use expand-file-name rather than concat.
13102 Remove code made useless by changes in tex-start-tex.
13103 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13104
13105 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13106
13107 2000-09-28 Dave Love <fx@gnu.org>
13108
13109 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13110
13111 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13112
13113 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13114 `append'.
13115
13116 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13117
13118 * info.el (Info-extract-pointer): Undo last change.
13119 Instead, fix the position of the `bound' arg to re-search-backward.
13120
13121 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13122
13123 * info.el (Info-extract-pointer):
13124 Widen more carefully, to avoid finding pointers in other nodes.
13125 (Info-index): Use push.
13126
13127 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13128
13129 * frame.el (set-frame-font): Remove call to obsolete function
13130 frame-update-faces.
13131 (set-foreground-color, set-background-color): Likewise for
13132 frame-update-face-colors.
13133
13134 2000-09-27 Miles Bader <miles@gnu.org>
13135
13136 * image-file.el: New file.
13137
13138 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13139
13140 * frame.el (frame-notice-user-settings): Don't call
13141 frame-update-faces, which is a no-op now.
13142
13143 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13144 tool-bar-lines.
13145
13146 2000-09-27 Dave Love <fx@gnu.org>
13147
13148 * mouse.el: Fix last change.
13149
13150 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13151
13152 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13153
13154 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13155
13156 * international/quail.el (quail-help): The output message is
13157 improved.
13158
13159 2000-09-26 Dave Love <fx@gnu.org>
13160
13161 * mouse.el (popup-menu): If POSITION is nil, set it using
13162 mouse-position.
13163
13164 2000-09-25 Sam Steingold <sds@gnu.org>
13165
13166 * net/browse-url.el (browse-url-file-url): Check for null maps.
13167
13168 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13169
13170 * frame.el (frame-notice-user-settings): Don't add a
13171 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13172
13173 * frame.el (frame-notice-user-settings):
13174 Make tool-bar-mode and default-frame-alist consistent.
13175
13176 * toolbar/tool-bar.el (tool-bar-help): New function.
13177
13178 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13179
13180 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13181 current-load-list in top-level forms. Else this leaks a cons cell
13182 every time a defun is called.
13183
13184 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13185
13186 2000-09-25 Dave Love <fx@gnu.org>
13187
13188 * startup.el (fancy-splash-head): Check XPM is available.
13189
13190 * autoinsert.el (auto-insert): Doc fix.
13191 (auto-insert-alist): Following GNU notices, don't say `copyright
13192 _by_'. Use line-beginning-position.
13193 (auto-insert): Check buffer-file-name is non-nil before use.
13194
13195 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13196
13197 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13198 starting with `@def' or `@multitable', in addition to ones
13199 specified by the user in auto-fill-inhibit-regexp.
13200
13201 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13202
13203 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13204 rmail-dont-reply-to-names matches the empty string.
13205
13206 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13207
13208 * startup.el (command-line-1, fancy-splash-text): Change the
13209 text to sound more friendly.
13210
13211 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13212
13213 * progmodes/hideshow.el: Update author email address.
13214 Generally, sync w/ maintainer version 5.22.
13215 (hs-hide-all-non-comment-function): New var.
13216 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13217 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13218 (hs-show-region): Delete this command.
13219 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13220
13221 2000-09-22 Dave Love <fx@gnu.org>
13222
13223 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13224 (hl-line-highlight): Specify buffer when moving overlay.
13225
13226 * progmodes/fortran.el (fortran-mode): Locally set
13227 normal-auto-fill-function.
13228 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13229 (fortran-mode-map): Adjust auto-fill menu entry.
13230
13231 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13232
13233 * vc-rcs.el (toplevel): Require `vc' when compiling.
13234
13235 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13236
13237 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13238
13239 * vc.el (vc-switch-backend): Signal an error if the file is not
13240 registered under the new backend.
13241
13242 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13243 without explicit revision number.
13244
13245 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13246
13247 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13248 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13249 (diff-xor): New function.
13250 (diff-find-source-location): Use it. Fix a stupid name clash.
13251 (diff-hunk-status-msg): New function.
13252 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13253 (diff-test-hunk): Use diff-find-source-location.
13254 (diff-goto-source): Favor the `reverse'.
13255 (diff-hunk-text): Properly handle one-sided context diffs.
13256 (diff-apply-hunk): When done, advance to the next hunk.
13257
13258 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13259
13260 * startup.el (command-line): If frame was created with a non-zero
13261 tool-bar-lines parameter, switch tool-bar-mode on.
13262
13263 * add-log.el (change-log-date-face, change-log-name-face)
13264 (change-log-email-face, change-log-file-face)
13265 (change-log-list-face, change-log-conditionals-face)
13266 (change-log-function-face, change-log-acknowledgement-face):
13267 New faces, inheriting from font-lock faces.
13268 (change-log-font-lock-keywords): Use them.
13269
13270 2000-09-21 Dave Love <fx@gnu.org>
13271
13272 * progmodes/cperl-mode.el (top-level): Clean up
13273 `eval-when-compile's and assorted defvars.
13274 (cperl-invalid-face): Don't double-quote value. Change custom
13275 type.
13276 (cperl-mode): Set normal-auto-fill-function and don't zap
13277 auto-fill-function.
13278 (cperl-imenu--function-name-regexp-perl): Renamed from
13279 imenu-example--function-name-regexp-perl.
13280 (cperl-imenu--create-perl-index): Renamed from
13281 imenu-example--create-perl-index.
13282 (cperl-xsub-scan): Don't require cl.
13283
13284 * msb.el (msb-mode-map): Use substitute-key-definition.
13285 (msb-mode): Use msb-mode-map.
13286
13287 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13288
13289 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13290 New functions.
13291 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13292 (vc-switch-backend): New function.
13293 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13294 (vc-register): Fix prompt.
13295 (vc-unregister, vc-default-unregister): New functions.
13296 (vc-version-diff): Handle empty buffer in sentinel.
13297
13298 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13299 (vc-rcs-state-heuristic): Use it to guess the state of files with
13300 non-strict locking.
13301 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13302 been set with -b, but not created yet.
13303 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13304 contents in order to find the state.
13305 (vc-rcs-checkin): Allow creation of branches with no changes.
13306 (vc-rcs-unregister, vc-rcs-receive-file)
13307 (vc-rcs-set-non-strict-locking): New functions.
13308
13309 * vc-hooks.el (vc-name): Force correct computation of the value
13310 in case it is missing.
13311
13312 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13313
13314 * startup.el (fancy-splash-tail): Use a different foreground
13315 color on a dark frame background.
13316
13317 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13318
13319 * info.el: Use the correct capitalization when making Info-mode
13320 and Info-edit-mode `special' modes.
13321
13322 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13323
13324 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13325 (diff-mode): Add support for add-log.el.
13326 (diff-hunk-text): Use char offsets rather than line offsets.
13327 (diff-find-source-location): Replace LINE with line-offset (nil
13328 if not found) and always set POS to a meaningful position.
13329 Adapt to the new char-offsets.
13330 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13331 Adapt to the new diff-find-source-location.
13332 (diff-goto-source): Adapt to the new diff-find-source-location.
13333
13334 * add-log.el (add-log-file-name): New function (split out of
13335 add-change-log-entry).
13336 (add-change-log-entry): Use it.
13337 Call add-log-file-name-function with the changelog file name if
13338 the current buffer is not associated with any file.
13339 Avoid find-file if the selected window is dedicated.
13340
13341 * diff-mode.el (diff-find-source-location):
13342 Move code from diff-apply-hunk. Return buffer rather than file.
13343 (diff-apply-hunk): Use the new result from diff-find-source-location.
13344 (diff-goto-source): Use the new diff-find-source-location.
13345
13346 2000-09-20 Dave Love <fx@gnu.org>
13347
13348 * iswitchb.el: Some doc fixes.
13349 (iswitchb-mode-map): Define completely initially. Inherit
13350 minibuffer-local-map.
13351 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13352 fundamental-mode.
13353 (iswitchb-global-map): New variable.
13354 (iswitchb-summaries-to-end): Amalgamate regexps.
13355 (iswitchb-mode): New.
13356 (iswitchb-mode-hook): New variable.
13357 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13358 `extensions'.
13359
13360 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13361
13362 * ehelp.el (electric-help): New defgroup.
13363 (electric-help-shrink-window): New user-option.
13364 (with-electric-help): Use it.
13365
13366 * window.el (shrink-window-if-larger-than-buffer): If face
13367 `mode-line' has a :box, and we're on a graphical frame, add 1
13368 to the needed window height.
13369
13370 * frame.el (frame-notice-user-settings): Add a last parameter nil
13371 to a call to `append', because the last list passed to `append' is
13372 not copied, and so subsequent calls to assq-delete-all will modify
13373 default-frame-alist.
13374
13375 * startup.el (fancy-splash-image): Change :type.
13376 (fancy-splash-head): Use an XBM image if appropriate.
13377 (command-line-1): Show splash screens in more cases.
13378
13379 * startup.el (fancy-splash-text): Don't quote faces.
13380
13381 * dired.el (dired-font-lock-keywords): Undo last change.
13382 (dired-readin): Bind indent-tabs-mode to nil.
13383
13384 * startup.el (fancy-splash-head): If frame's background mode
13385 is `dark', change the black background of the image to gray.
13386 (fancy-splash-screens): Display startup echo area message.
13387 (display-startup-echo-area-message): New function.
13388
13389 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13390
13391 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13392
13393 * info.el (info-header-node): Tweak for color ttys.
13394
13395 * faces.el (face-valid-attribute-values): Make sure directories we
13396 search for stipples both exist and are readable before trying to
13397 search them.
13398
13399 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13400 in the dry-run case.
13401
13402 * jka-compr.el (with-auto-compression-mode): New macro.
13403
13404 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13405 (custom-group-tag-face, custom-variable-tag-face): Use relative
13406 :height and inherit from `variable-pitch' face instead of
13407 hardwiring :family.
13408 * hi-lock.el (hi-black-hb): Likewise.
13409
13410 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13411 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13412 toolbar-add-item, if image doesn't have a mask add a `:mask
13413 heuristic'.
13414
13415 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13416
13417 * diff-mode.el: Docstring fixes.
13418 (diff-header-face, diff-comment-face): New faces.
13419 (diff-font-lock-keywords): Highlight a bit differently.
13420 (diff-find-source-location): Don't return SPAN any more.
13421 (diff-hunk-text): Don't bother erasing the temp buffer.
13422 (diff-find-text): Drop argument LINE.
13423 (diff-apply-hunk): Update calls to diff-find-text.
13424 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13425
13426 * calendar/calendar.el: Docstring fixes.
13427 (calendar-make-alist): Don't quote lambda.
13428 (calendar-star-date): Use make-local-variable.
13429
13430 2000-09-19 Dave Love <fx@gnu.org>
13431
13432 * toolbar/tool-bar.el: Renamed from toolbar.el.
13433 Change `toolbar' to `tool-bar' generally in symbols.
13434 Make some items invisible in `special' major modes.
13435 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13436 Add arg PROPS.
13437
13438 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13439 Add :version here.
13440 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13441
13442 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13443
13444 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13445
13446 * files.el (find-file-suppress-same-file-warnings): New user-option.
13447 (find-file-noselect): Use it.
13448
13449 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13450 (fancy-splash-screen): Defgroup.
13451
13452 * add-log.el (change-log-font-lock-keywords): Match names
13453 more exactly for the case that font-lock-constant-face is
13454 underlined.
13455
13456 2000-09-19 Richard M. Stallman <rms@gnu.org>
13457
13458 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13459
13460 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13461
13462 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13463
13464 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13465
13466 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13467 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13468 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13469 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13470 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13471 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13472 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13473 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13474 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13475 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13476 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13477 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13478
13479 * startup.el (fancy-splash-text): New variable.
13480 (fancy-splash-delay, fancy-splash-image): New user-options.
13481 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13482 (fancy-splash-screens): New functions.
13483 (command-line-1): If display has a `display' frame parameter, has
13484 colors, and we have XPM support, show more fancy splash screens.
13485
13486 2000-09-19 Dave Love <fx@gnu.org>
13487
13488 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13489 with null `help'. Use modern backquote syntax.
13490
13491 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13492
13493 * font-lock.el (font-lock-mode): Change message telling the user
13494 that ``the buffer is too big''.
13495
13496 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13497 for instance for the case that tab-width is 2.
13498
13499 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13500
13501 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13502 toolbar-add-item, if image doesn't have a mask add a `:mask
13503 heuristic'.
13504
13505 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13506
13507 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13508 and return a cons if it's non-nil.
13509 (diff-apply-hunk): Try to jump to the line in the source text
13510 corresponding to the position of point in the in the hunk.
13511
13512 * info.el (Info-title-3-face, Info-title-2-face)
13513 (Info-title-1-face): Use face inheritance and relative sizes
13514 instead of hard-wiring things.
13515
13516 * faces.el (secondary-selection): Make dark-background variant sane.
13517
13518 2000-09-16 Andrew Innes <andrewi@gnu.org>
13519
13520 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13521 read-only, since they aren't under VC now.
13522
13523 2000-09-17 Dave Love <fx@gnu.org>
13524
13525 * tmm.el: Replace mapcar with mapc in several places.
13526
13527 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13528 ad-unadvise.
13529
13530 * international/latin1-disp.el: New file.
13531
13532 * calendar/cal-move.el (scroll-calendar-left)
13533 (scroll-calendar-right): Make arg optional (for active mode line).
13534
13535 * calendar/calendar.el (calendar-mode-line-format): Make fields
13536 mouse-sensitive.
13537 (calendar-read-date, calendar-read-date, calendar-window-list):
13538 Unquote lambda.
13539 (calendar-month-name): Use aref, not sref.
13540
13541 * view.el (minor-mode-alist): Propertize the string.
13542
13543 * international/characters.el (standard-case-table): Add entries
13544 for Greek.
13545
13546 2000-09-18 Miles Bader <miles@gnu.org>
13547
13548 * info.el (info-node, info-xref): Add dark-background variants.
13549
13550 * faces.el (header-line): Change defaults to be less confusing
13551 when mixed with mode-lines.
13552
13553 * info.el (Info-fontify-node): Make a few cleanups.
13554 Add extra `help-echo' and `local-map' props to node xrefs.
13555 Use header-specific faces for node-names & xrefs.
13556 (Info-use-header-line): New variable.
13557 (info-header-xref, info-header-node): New faces.
13558 (Info-setup-header-line): New function.
13559 (Info-select-node): Call Info-setup-header-line when enabled.
13560 (Info-extract-pointer): Work even if the header line is hidden.
13561 (Info-header-line): New variable.
13562
13563 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13564
13565 * vms-patch.el (print-region-function): Don't quote lambda.
13566
13567 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13568
13569 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13570 (lm-get-header-re): Allow spaces between the header and the colon.
13571 (lm-header): Allow $ in non-RCS headers.
13572 (lm-header-multiline): Put the strings back into order.
13573 Stop at an empty line. Don't require two space chars if the
13574 line is clearly not another header line.
13575
13576 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13577 (popup-menu-popup): Remove.
13578
13579 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13580
13581 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13582 specification if or if not tool-bar item contains an `:enabled'
13583 property.
13584
13585 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13586 current buffer has no file name.
13587
13588 2000-09-15 Dave Love <fx@gnu.org>
13589
13590 * strokes.el: Sync with maintainer's current version with changes
13591 for Emacs, but avoid runtime cl and levents.
13592 (toplevel): Change autoloads and compilation requires.
13593 (strokes-version, strokes-bug-address, strokes-lift): Values
13594 changed.
13595 (strokes-xpm-header, strokes-insinuated): New variable.
13596 (strokes): Add :link.
13597 (strokes-mode): Customized.
13598 (strokes-while-inhibiting-garbage-collector): New macro.
13599 (strokes-remassoc): Avoid remove-if.
13600 (strokes-fix-button2-command): Don't use ad-do-it.
13601 (strokes-insinuate): New function.
13602 (strokes-button-press-event-p, strokes-button-release-event-p):
13603 New functions, used instead of non-`strokes-' versions..
13604 (strokes-mouse-event-p): Rewritten.
13605 (strokes-event-closest-point): Avoid event-point.
13606 (strokes-get-grid-position): Avoid cdadr, caadr
13607 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13608 functions.
13609 (strokes-help): Use with-output-to-temp-buffer.
13610 (strokes-window-configuration-changed-p): New function.
13611 (strokes-update-window-configuration): Use buffer-live-p,
13612 strokes-window-configuration-changed-p.
13613 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13614 (strokes-char-face): New face.
13615 (strokes-char-table, strokes-base64-chars): New variable.
13616 (strokes-xpm-for-stroke, strokes-list-strokes)
13617 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13618 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13619 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13620 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13621 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13622 functions.
13623
13624 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13625
13626 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13627
13628 * image.el (create-image): Doc fix.
13629
13630 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13631 instead of `:heuristic-mask t'.
13632
13633 2000-09-14 Andrew Innes <andrewi@gnu.org>
13634
13635 * makefile.w32-in: Revert to Unix line endings.
13636
13637 2000-09-14 Andrew Innes <andrewi@gnu.org>
13638
13639 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13640 when installing.
13641
13642 * makefile.nt (DONTCOMPILE): Fix typo.
13643
13644 * shell.el (shell-write-history-on-exit): New function.
13645 (shell-dumb-shell-regexp): New custom variable.
13646 (shell-mode): Make shell-write-history-on-exit the process
13647 sentinel if shell name matches shell-dumb-shell-regexp.
13648
13649 * w32-fns.el: Comment out before-init-hook function which resets
13650 source-directory based; this breaks bootstrap.
13651
13652 2000-09-14 Dave Love <fx@gnu.org>
13653
13654 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13655 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13656 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13657 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13658 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13659 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13660 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13661 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13662 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13663
13664 * toolbar/toolbar.el: New.
13665
13666 * subdirs.el: Add toolbar.
13667
13668 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13669
13670 * indent.el (indent-for-tab-command): Doc fix.
13671
13672 2000-09-14 Alex Schroeder <alex@gnu.org>
13673
13674 * ansi-color.el (ansi-colors): Doc change.
13675 (ansi-color-get-face): Simplified regexp.
13676 (ansi-color-faces-vector): Added more faces, doc change.
13677 (ansi-color-names-vector): Doc change.
13678 (ansi-color-regexp): Simplified regexp.
13679 (ansi-color-parameter-regexp): New regexp.
13680 (ansi-color-filter-apply): Doc change.
13681 (ansi-color-filter-region): Doc change.
13682 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13683 deal with zero length parameters.
13684 (ansi-color-apply-on-region): Doc change.
13685 (ansi-color-map): Doc change.
13686 (ansi-color-map-update): Removed debugging message.
13687 (ansi-color-get-face-1): Added condition-case to trap
13688 args-out-of-range errors.
13689 (ansi-color-get-face): Doc change.
13690 (ansi-color-make-face): Removed.
13691 (ansi-color-for-shell-mode): New option.
13692
13693 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13694
13695 * international/quail.el (quail-start-translation): Translate KEY
13696 if necessary even if it doesn't have any mapping in the current
13697 input method.
13698 (quail-start-conversion): Likewise.
13699 (quail-help): The output message is improved.
13700
13701 2000-09-13 Miles Bader <miles@gnu.org>
13702
13703 * comint.el (comint-output-filter): Revert to using
13704 `insert-before-markers'. Add bletcherous hack to undo damage
13705 caused by `insert-before-markers'. Put `front-sticky' property on
13706 overlays created here so that the field code understands how the
13707 overlay works. Use a let when making comint-last-prompt-overlay,
13708 so that the code is easier to read.
13709
13710 2000-09-13 Dave Love <fx@gnu.org>
13711
13712 * wid-edit.el (widget-default-format-handler): DTRT when
13713 doc-property is a function.
13714
13715 2000-09-12 Francesco Potorti` <pot@gnu.org>
13716
13717 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13718 filed name if it's not there.
13719
13720 2000-09-12 Dave Love <fx@gnu.org>
13721
13722 * simple.el (read-mail-command): Doc fix.
13723 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13724
13725 * vc.el (vc-dired-listing-switches): Fix :version.
13726
13727 * vc-hooks.el: Doc fixes.
13728
13729 * subr.el (add-minor-mode): Use toggle-fun arg.
13730
13731 * speedbar.el: Add :version to several defcustoms.
13732
13733 * imenu.el (imenu--truncate-items, imenu--cleanup)
13734 (imenu--generic-function): Avoid mapcar.
13735 (imenu--replace-spaces): Function removed.
13736 (imenu--completion-buffer): Use subst-char-in-string.
13737 (imenu-add-to-menubar): Use keymap inheritance.
13738
13739 2000-09-12 Miles Bader <miles@gnu.org>
13740
13741 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13742 (diff-mode-map): Bind `diff-test-hunk'.
13743 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13744
13745 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13746
13747 * bytecomp.el (byte-compile-defvar): Undo last change
13748 because it breaks '(make-variable-buffer-local (defvar ...)'
13749 which is used at least in dired.
13750
13751 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13752
13753 * international/quail.el (quail-define-package): Docstring
13754 modified.
13755
13756 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13757
13758 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13759 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13760 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13761 docstring of "chinese-py".
13762
13763 * international/quail.el (quail-translation-docstring): New
13764 variable.
13765 (quail-show-keyboard-layout): Docstring modified.
13766 (quail-select-current): Likewise.
13767 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13768 infinite recursive call.
13769 (quail-help): Check quail-translation-docstring. Format of the
13770 output changed.
13771 (quail-help-insert-keymap-description): Adjusted for the above
13772 change.
13773
13774 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13775
13776 * bytecomp.el (byte-compile-defvar): Only cons onto
13777 current-load-list in top-level forms. Else this leaks a cons cell
13778 every time a defun is called.
13779
13780 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13781
13782 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13783 Now understands non-unified diffs. Some functionality moved into
13784 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13785 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13786 modify anything. Only reposition point in the patched file if the
13787 patch succeeds. Only pop up another window if POPUP is true.
13788 Emit a message describing what happened if successful, and at what
13789 line-offset. Automatically detect reversed hunks and do something
13790 appropriate.
13791 (diff-hunk-text, diff-find-text): New functions.
13792 (diff-filter-lines): Function removed.
13793 (diff-test-hunk): New function.
13794 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13795
13796 2000-09-10 Dave Love <fx@gnu.org>
13797
13798 * textmodes/tildify.el: Minor doc/commentary fixes.
13799 (tildify) <defgroup>: Add :version.
13800
13801 * faces.el (face-x-resources): Make custom type more specific.
13802 (frame-background-mode): Use mapc.
13803 (region) <defcustom>: Add :version.
13804
13805 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13806
13807 * vc-sccs.el (vc-sccs-register):
13808 * vc-rcs.el (vc-rcs-register):
13809 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13810 * vc.el (vc-register): Clear file's properties.
13811
13812 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13813
13814 * faces.el (face-spec-set): Only face-spec-reset-face when
13815 ATTRS is non-nil.
13816
13817 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13818
13819 * help.el (help-insert-xref-button): Fix a typo in doc string.
13820
13821 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13822
13823 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13824 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13825 methods.
13826
13827 * menu-bar.el (read-mail-item-name): New function.
13828 (menu-bar-tools-menu): Use it to compute and display the package
13829 used to read email.
13830 (menu-bar-tools-menu): Fix typo in GUD's help string.
13831
13832 2000-09-07 Dave Love <fx@gnu.org>
13833
13834 * diff-mode.el (diff-mouse-goto-source): New function.
13835
13836 * vc-sccs.el: Doc fixes.
13837 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13838
13839 * vc-rcs.el: Doc fixes.
13840 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13841 (vc-rcs-checkout-switches, vc-rcs-header)
13842 (vc-rcs-master-templates): Add or change :version.
13843
13844 * vc-cvs.el: Doc fixes.
13845 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13846 (vc-cvs-stay-local): Add :version.
13847
13848 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13849
13850 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13851
13852 * international/quail.el (quail-help): Fix previous change.
13853
13854 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13855
13856 * faces.el (color-values): Doc fix.
13857
13858 * faces.el (frame-set-background-mode): Use frame-parameter
13859 instead of frame-parameters.
13860
13861 * frame.el (filtered-frame-list): Reduce consing.
13862 (frames-on-display-list): Call frame-parameter instead of
13863 frame-parameters.
13864
13865 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13866
13867 * language/devan-util.el (devanagari-to-indian-region): In the
13868 loop, change the following char, not preceding char.
13869
13870 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13871
13872 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13873 instead of frame-parameters.
13874
13875 * faces.el (set-face-attribute): Simplify by calling
13876 internal-set-lisp-face-attribute with FRAME being 0.
13877
13878 * vc.el: Remove `Id' version control keyword.
13879
13880 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13881
13882 * help.el (help-make-xrefs): Adjusted for the change of
13883 help-xref-mule-regexp.
13884 (help-insert-xref-button): New function.
13885
13886 * international/mule-cmds.el (help-xref-mule-regexp-template):
13887 Include the pattern for character set.
13888 (leim): New group.
13889
13890 * international/quail.el: Don't require face.
13891 (quail): New group.
13892 (quail-other-command): Dummy command to make quail-help work better.
13893 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13894 (quail-keyboard-layout-substitution): New variable.
13895 (quail-update-keyboard-layout): New function.
13896 (quail-keyboard-layout-type): New customizable variable.
13897 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13898 (quail-keyboard-translate): Pay attention to
13899 quail-keyboard-layout-substitution.
13900 (quail-insert-kbd-layout): New function.
13901 (quail-show-keyboard-layout): New function.
13902 (quail-get-translation): If the definition is a vector of length
13903 1, and the element is a string of length 1, return the character
13904 in that string.
13905 (quail-update-current-translations): Fix the case of
13906 relative-index out of range.
13907 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13908 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13909 Show key sequences for all available characters.
13910 (quail-help-insert-keymap-description): Don't show such verbose
13911 key bindings as quail-self-insert-command.
13912
13913 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13914 Format changed, and each element now have extra documentations.
13915 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13916 Adjusted for the change of quail-cxterm-package-ext-info.
13917
13918 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13919
13920 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13921 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13922 during bootstrap.
13923
13924 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13925
13926 * vc.el: (toplevel): Don't require `dired' at run-time.
13927 (vc-dired-resynch-file): Remove autoload cookie.
13928
13929 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13930
13931 * vc.el: Made several backend functions optional.
13932 (vc-default-responsible-p): New function.
13933 (vc-merge): Use RET for first version to trigger merge-news, not
13934 prefix arg.
13935 (vc-annotate): Handle backends that do not support annotation.
13936 (vc-default-merge-news): Removed. The existence of a merge-news
13937 implementation is now checked on caller sites.
13938
13939 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13940 case.
13941
13942 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13943 special case that has been removed from the default in vc-hooks.el.
13944
13945 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13946
13947 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13948
13949 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13950
13951 * vc-hooks.el: Require vc during compilation.
13952 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13953 macro `with-vc-properties' in vc.el.
13954 (vc-file-getprop): Doc fix.
13955 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13956
13957 * vc.el: Require dired-aux during compilation.
13958 (vc-name-assoc-file): Moved to vc-sccs.el.
13959 (with-vc-properties): New macro.
13960 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13961 vc-finish-steal): Use it.
13962 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13963 to the backend-specific function is now supposed to do the checkout,
13964 too.
13965 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13966
13967 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13968 set file properties; that gets done in the generic code now.
13969
13970 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13971 Changed parameter list, added code from vc.el that does the
13972 checkout, possibly with a double-take.
13973
13974 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13975 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13976 the above under the new name.
13977 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13978 parameter list, added checkout command.
13979 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13980 properties; that gets done in the generic code now.
13981
13982 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13983
13984 * vc.el: Docstring fixes (courtesy of checkdoc).
13985
13986 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13987
13988 * vc.el (vc-checkout-writable-buffer-hook)
13989 (vc-checkout-writable-buffer): Remove.
13990 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13991 (vc-log-mode): Make it into a clean derived major mode.
13992 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13993 vc-log-mode if log-edit is not available.
13994 (vc-dired-mode-map): Don't set-keymap-parent yet.
13995 (vc-dired-mode): Do set-keymap-parent here.
13996 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13997
13998 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13999
14000 * faces.el (set-face-attribute, face-spec-reset-face)
14001 (face-spec-set): Avoid consing by removing calls to `apply'.
14002
14003 * frame.el (frame-parameter): Move to C code.
14004
14005 2000-09-05 Dave Love <fx@gnu.org>
14006
14007 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14008 insert-before-markers-and-inherit. Now checked systematically!
14009
14010 2000-09-05 Alex Schroeder <alex@gnu.org>
14011
14012 * sql.el (sql-postgres): Use sql-postgres-options.
14013 (sql-postgres-options): New variable.
14014
14015 2000-09-05 Alex Schroeder <alex@gnu.org>
14016
14017 * sql.el (sql-mode-menu): Work around missing variable mark-active
14018 in XEmacs.
14019 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14020 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14021 compatibility.
14022
14023 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14024
14025 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14026
14027 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14028
14029 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14030
14031 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14032
14033 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14034 don't support anything else under SCCS yet.
14035
14036 * vc-hooks.el: Minor doc fixes.
14037
14038 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14039
14040 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14041 not necessary. If verbose in state `needs-patch', do the same as
14042 under `up-to-date'. When NOT verbose and `needs-patch', check out
14043 latest version instead of `merge-news'.
14044 (vc-next-action-dired): Don't mess with default-directory here; it
14045 breaks other parts of dired. It is the job of the
14046 backend-specific functions to adjust it temporarily if they need it.
14047 (vc-next-action): Remove a special CVS case.
14048 (vc-clear-headers): New optional arg FILE.
14049 (vc-checkin, vc-checkout): Set properties vc-state and
14050 vc-checkout-time properly.
14051 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14052 (vc-print-log): Use new backend function `show-log-entry'.
14053 (vc-cancel-version): Do the checks in a different order. Added a
14054 FIXME concerning RCS-only code.
14055
14056 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14057 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14058
14059 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14060
14061 * vc-hooks.el (vc-default-mode-line-string): Show state
14062 `needs-patch' as a `-' too.
14063
14064 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14065
14066 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14067 (vc-default-could-register): New function.
14068 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14069 (vc-resynch-buffer): Call vc-dired-resynch-file.
14070 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14071 vc-resynch-buffer instead of vc-resynch-window.
14072 (vc-next-action-dired): Don't redisplay here, that gets done as a
14073 result of the individual file operations.
14074 (vc-retrieve-snapshot): Corrected prompt order.
14075
14076 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14077
14078 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14079 as well.
14080 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14081 hostname regexps. Updated all callers.
14082 (vc-cvs-responsible-p): Handle directories as well.
14083 (vc-cvs-could-register): New function.
14084 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14085 properties up-to-date.
14086
14087 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14088 user whether to create one.
14089
14090 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14091
14092 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14093 check out a non-existing file.
14094
14095 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14096 workfile does not exist.
14097
14098 * vc.el (vc-version-diff): Use `require' to check for existence of
14099 diff-mode.
14100
14101 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14102
14103 * vc-cvs.el (vc-cvs-registered): Use new function
14104 vc-cvs-parse-entry to do the actual work.
14105
14106 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14107
14108 * vc-hooks.el (vc-find-backend-function): If function doesn't
14109 exist, return nil instead of error.
14110 (vc-call-backend): Doc fix.
14111
14112 * vc.el (vc-do-command): Doc fix.
14113 (vc-finish-logentry): When checking in from vc-dired, choose the
14114 right backend for logentry check.
14115 (vc-dired-mode-map): Inherit from dired-mode-map.
14116 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14117 simplified.
14118 (vc-dired-state-info): Removed, updated caller.
14119 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14120 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14121 (vc-dired-listing-switches): New variable.
14122 (vc-directory): Use it, instead of dired-listing-switches.
14123
14124 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14125 (vc-cvs-dir-state): New function.
14126 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14127 (vc-cvs-parse-entry): New function, also to be used in
14128 vc-cvs-registered.
14129
14130 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14131
14132 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14133 *or* single-window-frames.
14134
14135 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14136
14137 * vc.el (vc-update-changelog): Split into generic part and default
14138 implementation. Doc string adapted.
14139 (vc-default-update-changelog): New function. Call the `rcs2log'
14140 script in exec-directory, to fix a long-standing nuisance.
14141
14142 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14143 simply signals an error.
14144
14145 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14146
14147 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14148 control-flow more clear and to avoid running `cvs' twice.
14149
14150 * vc.el (vc-next-action-on-file): Doc fix.
14151 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14152 (vc-print-log): Eval `file' before constructing the continuation.
14153
14154 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14155
14156 * vc.el (vc-next-action-on-file): Corrected several messages.
14157 (vc-merge): Add prefix arg `merge-news'; handle it.
14158
14159 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14160 is not reached. It is.
14161 (vc-cvs-merge): Set state to 'edited after merge.
14162 (vc-cvs-merge-news): Set workfile version to nil if not known.
14163 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14164
14165 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14166 via stdout. (Merge from main line.)
14167
14168 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14169
14170 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14171 detection.
14172
14173 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14174
14175 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14176 against kill-all-local-variables.
14177 (vc-log-edit): Don't save vc-parent-buffer any more.
14178 (vc-last-comment-match): Initialize to an empty string.
14179 (vc-post-command-functions): New hook.
14180 (vc-do-command): Run it.
14181 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14182 (vc-finish-logentry): Only add the comment to the ring if it's
14183 different from the last comment entered.
14184 (vc-new-comment-index): New function.
14185 (vc-previous-comment): Use it. Make the minibuffer message
14186 slightly less terse.
14187 (vc-comment-search-reverse): Make it work forward as well. Don't
14188 set vc-comment-ring-index if no match is found. Use
14189 vc-new-comment-index.
14190 (vc-comment-search-forward): Use vc-comment-search-reverse.
14191 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14192 define-derived-mode will do it for us. Bind `v' to a keymap that
14193 inherits from vc-prefix-map so that we can bind `vt' without
14194 binding C-x v t.
14195 (vc-retrieve-snapshot): Parenthesis typo.
14196
14197 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14198 to 1. Make sure to switch to *vc* before looking for an error
14199 message. Use vc-parse-buffer.
14200
14201 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14202
14203 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14204 and NAME.
14205 (vc-retrieve-snapshot): Split into two parts.
14206 (vc-default-retrieve-snapshot): New function.
14207
14208 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14209 (vc-cvs-retrieve-snapshot): New function (untested).
14210 (vc-cvs-stay-local): Default to t.
14211 (vc-cvs-remote-p): New function and property.
14212 (vc-cvs-state): Stay local only if the above is t.
14213 (vc-handle-cvs): Removed.
14214 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14215 done via vc-handled-backends now.
14216 (vc-cvs-header): Escape Id.
14217
14218 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14219
14220 * vc.el (vc-do-command): Remove unused commands.
14221 (vc-version-diff): Make sure default-directory ends with a slash.
14222 Move the window commands into a vc-exec-after.
14223 (vc-print-log): Move more of the code into the `vc-exec-after'.
14224
14225 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14226
14227 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14228 (vc-print-log): Search current revision from beginning of buffer.
14229 (vc-revert-buffer): Clear echo area after the diff is finished.
14230 (vc-prefix-map): Removed definition of "t" for terse display in vc
14231 dired.
14232 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14233 definition of "vt" for terse display.
14234 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14235
14236 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14237
14238 * vc.el (vc-exec-after): Avoid caddr.
14239
14240 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14241
14242 * vc.el (vc-exec-after): New function.
14243 (vc-do-command): Use it to add a termination message for async
14244 procs.
14245 (vc-checkout): Try to handle a missing-backend situation.
14246 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14247 of a directory with a backend using async diffs.
14248 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14249 present.
14250
14251 * vc-sccs.el (vc-sccs-state-heuristic): Use
14252 file-ownership-preserved-p.
14253
14254 * vc-rcs.el (vc-rcs-state-heuristic): Use
14255 file-ownership-preserved-p.
14256 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14257
14258 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14259
14260 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14261 vc-do-command.
14262
14263 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14264 when there are no changes.
14265
14266 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14267
14268 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14269
14270 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14271
14272 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14273
14274 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14275
14276 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14277 the `fset' outside of the defvar so that it works even if
14278 vc-prefix-map was already defined.
14279 (vc-setup-buffer): New function, split out of vc-do-command.
14280 (vc-do-command): Allow BUFFER to be t to mean `just use the
14281 current buffer without any fuss'.
14282 (vc-version-diff): Change the `diff' backend operation to just put
14283 the diff in the current buffer without erasing it. Always use
14284 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14285 shrink-window-if-larger-than-buffer.
14286 (vc-print-log): Change the `print-log' backend operation to just
14287 put the log in the current buffer without erasing it. Protect
14288 shrink-window-if-larger-than-buffer.
14289 (vc-update-change-log): Fix setd typo.
14290
14291 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14292 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14293
14294 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14295 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14296 CMP.
14297
14298 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14299 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14300 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14301
14302 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14303
14304 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14305 not possible, use vc-BACKEND-workfile-unchanged-p.
14306 (vc-default-workfile-unchanged-p): New function. Delegates to a
14307 full vc-BACKEND-diff.
14308
14309 * vc-hooks.el (vc-simple-command): Removed.
14310
14311 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14312 instead of vc-simple-command.
14313 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14314 avoid doing a diff when opening a file.
14315 (vc-rcs-state): Added check for unlocked-changes.
14316 (vc-rcs-header): Escape Id.
14317 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14318 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14319 version.
14320
14321 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14322 (vc-sccs-diff): Remove optional arg CMP.
14323 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14324 SCCS-specific function.
14325
14326 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14327 vc-simple-command.
14328
14329 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14330
14331 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14332 (with-vc-file, vc-merge): Use vc-editable-p.
14333 (vc-do-command): Remove unused var vc-file and fix the
14334 doubly-defined `status' var. Add a user message when starting an
14335 async command.
14336 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14337 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14338 Use with-current-buffer.
14339 (vc-buffer-sync): Use unless.
14340 (vc-next-action-on-file): If the file is 'edited by read-only,
14341 make it read-write instead of trying to commit.
14342 (vc-version-diff, vc-update-change-log): Use `setq
14343 default-directory' rather than `cd'.
14344 (vc-log-edit): Don't forget to set default-directory in the
14345 buffer.
14346
14347 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14348 (vc-sccs-state-heuristic): Use file-writable-p instead of
14349 comparing userids.
14350 (vc-sccs-checkout): Use `unless'.
14351
14352 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14353 of comparing userids.
14354 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14355 Simplify the logic by eliminating unreachable code.
14356 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14357 just do a recursive call if we need to retry.
14358 (vc-rcs-checkout): Handle the case where rcs is missing by making
14359 the buffer read-write if requested and re-signalling the error.
14360
14361 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14362
14363 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14364
14365 * vc-hooks.el (vc-handled-backends): Docstring change.
14366 (vc-ignore-vc-files): Mark obsolete.
14367 (vc-registered): Check vc-ignore-vc-files.
14368 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14369 vc-ignore-vc-files.
14370
14371 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14372
14373 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14374
14375 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14376 files since ange-ftp already has vc-registered return nil.
14377
14378 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14379 (vc-sccs-workfile-version): Use with-temp-buffer and new
14380 vc-parse-buffer and don't bother setting the property.
14381 (vc-sccs-add-triple): Use with-current-buffer and
14382 find-file-noselect.
14383 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14384
14385 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14386 derives from the old vc-parse-buffer but uses the revision number
14387 rather than the date (much easier to compare robustly).
14388 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14389 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14390 locking-user more directly. Check strict locking and set
14391 checkout-model appropriately.
14392 (vc-rcs-parse-locks): Remove.
14393 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14394 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14395 (vc-rcs-system-release): Use with-current-buffer and
14396 vc-parse-buffer.
14397 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14398
14399 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14400 (vc-simple-command): Docstring fix.
14401 (vc-registered): Align the way the file-handler is called with the
14402 way the function itself works.
14403 (vc-file-owner): Remove.
14404
14405 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14406 extraction of fields and call to file-attributes because of a
14407 temporary bug in rcp.el.
14408 (vc-cvs-fetch-status): Use with-current-buffer.
14409
14410 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14411
14412 * vc.el (vc-do-command): Use file-relative-name.
14413 (vc-responsible-backend): Use vc-backend if possible.
14414 (vc-create-snapshot): Improve the `interactive' spec. Add support
14415 for branches and dispatch to backend-specific `create-snapshot'.
14416 (vc-default-create-snapshot): New function, containing the bulk of
14417 the old vc-create-snapshot.
14418 (vc-retrieve-snapshot): Improve the interactive spec.
14419
14420 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14421 (vc-backend-hook-functions): Remove.
14422 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14423 (vc-backend): Reintroduce the test for `file = nil' now that I
14424 know why it was there (and added a comment to better remember).
14425
14426 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14427 code from vc-sccs-hooks.el.
14428 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14429 'vc anymore.
14430 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14431 and file-directory-p instead of file-exists-p.
14432 (vc-sccs-check-headers): Simplify the regexp.
14433
14434 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14435 from vc-rcs-hooks.el. Don't require 'vc anymore.
14436 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14437 file-directory-p instead of file-exists-p.
14438
14439 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14440 from vc-cvs-hooks.el.
14441 (proto vc-cvs-registered): Require 'vc-cvs instead of
14442 'vc-cvs-hooks. Don't require 'vc anymore.
14443 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14444 file-directory-p instead of file-exists-p.
14445 (vc-cvs-create-snapshot): New function, replacing
14446 vc-cvs-assign-name.
14447 (vc-cvs-assign-name): Remove.
14448
14449 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14450
14451 * vc-cvs.el (vc-cvs-header): New var.
14452
14453 * vc-rcs.el (vc-rcs-exists): Remove.
14454 (vc-rcs-header): New var.
14455
14456 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14457 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14458 (vc-sccs-header): New var.
14459
14460 * vc.el (vc-do-command): Get rid of the `last' argument.
14461 (vc-header-alist): Remove, replaced by vc-X-header.
14462 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14463 (vc-dired-hook): Use expand-file-name instead of concat.
14464 (vc-directory): Use file-name-as-directory.
14465 (vc-snapshot-precondition, vc-create-snapshot)
14466 (vc-retrieve-snapshot): Allow the command to operate on any
14467 directory.
14468
14469 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14470 just removing the 'WORKFILE argument or by removing the 'MASTER
14471 argument and replacing `file' with (vc-name file).
14472
14473 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14474
14475 * vc.el: Update Copyright and add a crude list of backend funs.
14476 (vc-writable-p): New function.
14477 (with-vc-file): Use vc-writable-p.
14478 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14479 (vc-register): Avoid vc-name.
14480 (vc-locking-user): Remove.
14481 (vc-steal-lock): Make the `owner' arg non-optional.
14482 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14483 vc-checkout-model.
14484 (vc-default-dired-state-info): Use vc-state instead of
14485 vc-locking-user and return special strings for special states.
14486 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14487 and get rid of one of the special CVS cases.
14488 (vc-cancel-version): prettify error message with \\[...].
14489 (vc-rename-master): New function.
14490 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14491 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14492 the CVS special case generic.
14493 (vc-default-record-rename): Remove.
14494 (vc-file-tree-walk-internal): Only call FUNC for files that are
14495 under control of some VC backend and replace `concat' with
14496 expand-file-name.
14497 (vc-file-tree-walk): Update docstring.
14498 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14499 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14500
14501 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14502 vc-sccs-record-rename. Use `find-file-noselect' rather than
14503 `find-file' and call `vc-rename-master' to do the actual move.
14504 (vc-sccs-diff): Remove unused `backend' variable.
14505
14506 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14507 to delay loading of vc-sccs until it is really used.
14508 (vc-sccs-master-templates): Preload.
14509 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14510 (vc-sccs-project-dir): Remove (merged into
14511 vc-sccs-search-project-dir).
14512 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14513 rather than `concat', make sure it is preloaded and don't bother
14514 to check that the file actually exists.
14515 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14516 `locks' argument (use buffer's content instead) and eliminate n^2
14517 behavior.
14518
14519 * vc-rcs.el: Update Copyright.
14520 (vc-rcs-rename-file): New function.
14521 (vc-rcs-diff): Remove unused `backend' variable.
14522
14523 * vc-hooks.el: Update Copyright.
14524 (vc-backend): Don't accept a nil argument any more.
14525 (vc-up-to-date-p): Turn into a defsubst.
14526 (vc-possible-master): New function.
14527 (vc-check-master-templates): Use `vc-possible-master' and allow
14528 funs in vc-X-master-templates to return a non-existent file.
14529
14530 * vc-cvs.el: Update Copyright.
14531 (vc-cvs-diff): Remove unused `backend' variable.
14532 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14533
14534 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14535
14536 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14537
14538 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14539 since it can be called from vc-rcs.el.
14540 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14541
14542 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14543
14544 * vc.el (vc-version-diff): Expand file name read from the
14545 minibuffer. Handle the case when a previous version number can't
14546 be guessed. Give suitable messages when there were no differences
14547 found.
14548 (vc-clear-headers): Call backend-specific implementation, if one
14549 exists.
14550 (vc-cancel-version): Made error checks generic. When done, clear
14551 headers generically, too.
14552
14553 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14554 from vc-clear-headers in vc.el.
14555
14556 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14557 correctly.
14558 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14559 optional. Handle the case when it's not there.
14560
14561 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14562
14563 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14564
14565 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14566
14567 * vc-hooks.el (vc-loadup): Remove.
14568 (vc-find-backend-function): Use `require'. Also, handle the case
14569 where vc-BACKEND-hooks.el doesn't exist.
14570 (vc-call-backend): Cleanup.
14571
14572 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14573
14574 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14575 vc-rcs-grab-templates)
14576 (vc-rcs-registered): Remove. The default function works as well.
14577 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14578 vc-sccs-grab-templates)
14579 (vc-sccs-registered): Remove. The default function works as well.
14580
14581 * vc.el (vc-version-diff): Left out a vc- in call to
14582 vc-call-backend.
14583 (vc-default-dired-state-info, vc-default-record-rename)
14584 (vc-default-merge-news): Update for the new backend argument.
14585
14586 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14587 using the default function.
14588 (vc-call-backend): If calling the default function, pass it the
14589 backend as first argument. Update the docstring accordingly.
14590 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14591 for the new backend argument.
14592 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14593 (vc-find-backend-function): Use the new name.
14594 (vc-default-registered): New function.
14595
14596 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14597
14598 * vc.el (vc-merge): Use vc-find-backend-function.
14599
14600 * vc-hooks.el (vc-backend-functions): Remove.
14601 (vc-loadup): Don't setup 'vc-functions.
14602 (vc-find-backend-function): New function.
14603 (vc-call-backend): Use above fun and populate 'vc-functions
14604 lazily.
14605 (vc-backend-defines): Remove.
14606
14607 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14608
14609 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14610 Call vc-call-backend without the leading vc-.
14611 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14612 (vc-check-headers): Call vc-call-backend without the leading vc-.
14613 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14614 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14615 Call vc-call-backend without the leading vc-.
14616
14617 * vc-cvs.el (tail): Provide vc-cvs.
14618 * vc-sccs.el (tail): Provide vc-sccs.
14619 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14620
14621 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14622 (vc-make-backend-function, vc-call): Pass names without leading
14623 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14624 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14625 (vc-call-backend): Always try to load vc-X-hooks.
14626 (vc-registered): Remove vc- in call to vc-call-backend.
14627
14628 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14629
14630 * vc.el (vc-process-filter): New function.
14631 (vc-do-command): Setup `vc-process-filter' for the async process.
14632 (vc-maybe-resolve-conflicts): New function to reduce
14633 code-duplication. Additionally, it puts the buffer in
14634 `smerge-mode' if applicable.
14635 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14636 calling `merge-news'.
14637 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14638 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14639 interfacing to log-edit.el.
14640 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14641 log-edit is available.
14642 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14643
14644 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14645
14646 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14647 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14648 defvar and the initialization.
14649 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14650
14651 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14652 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14653
14654 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14655
14656 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14657
14658 * vc.el (vc-file-clear-masterprops): Removed.
14659 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14660 (vc-version-diff): Use buffer-size without argument.
14661 (vc-register): Heed vc-initial-comment.
14662
14663 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14664 default branch.
14665
14666 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14667 file name and workfile version.
14668 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14669
14670 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14671 vc-file-clear-masterprops.
14672
14673 * vc-sccs.el (vc-sccs-checkout): Removed call to
14674 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14675 rather than user login name.
14676
14677
14678 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14679
14680 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14681 `want-differences-if-changed' and simplify.
14682 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14683 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14684 output (which is invalid for async vc-diff) to decide whether to
14685 do the revert silently or not.
14686
14687 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14688
14689 * vc-hooks.el (vc-loadup): Load files quietly.
14690 (vc-call-backend): Oops, brain fart.
14691
14692 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14693
14694 * vc-cvs.el (vc-cvs-state): Typo.
14695 (vc-cvs-merge-news): Return the status code rather than the error msg.
14696
14697 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14698
14699 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14700 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14701 vc-state or vc-up-to-date-p.
14702 (vc-merge): Use vc-backend-defines to check whether merging is
14703 possible. Set state to 'edited after successful merge.
14704
14705 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14706 return that name. Redocumented.
14707
14708 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14709
14710 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14711 new `vc-state' semantics.
14712 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14713 'vc-locking-user to the current user.
14714 (vc-merge): Inline vc-backend-merge. Comment out code that I
14715 don't understand and hence can't adapt to the new `vc-state' and
14716 `vc-locking-user' semantics.
14717 (vc-backend-merge): Remove.
14718
14719 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14720 rather than 'vc-locking-user.
14721
14722 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14723
14724 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14725 (vc-state): Don't use 'reserved any more. Just use the same
14726 convention as the one used for vc-<backend>-state where the
14727 locking user (as a string) is returned.
14728 (vc-locking-user): Update, based on the above convention. The
14729 'vc-locking-user property has disappeared.
14730 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14731
14732 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14733 with a heuristic one.
14734 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14735 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14736 error. That allows us to get to 'needs-merge even in the
14737 stay-local case. There's still no way to detect 'needs-patch in
14738 such a setup (or to force an update for that matter).
14739 (vc-cvs-logentry-check): Remove, the default works as well.
14740
14741 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14742
14743 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14744
14745 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14746 major-mode in which the buffer might have been put earlier. Use
14747 `remove' and `when'. Allow `okstatus' to be `async' and use
14748 `start-process' in this case.
14749 (vc-version-diff): Handle the case where the diff looks empty
14750 because of the use of an async process.
14751
14752 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14753
14754 * vc.el (vc-next-action-on-file): Removed optional parameter
14755 `simple'. Recompute state unconditionally.
14756 (vc-default-toggle-read-only): Removed.
14757
14758 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14759 (vc-toggle-read-only): Undid prev change.
14760
14761 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14762 vc-cvs-simple-toggle. Redocumented.
14763 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14764 (vc-cvs-toggle-read-only): Removed.
14765
14766 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14767
14768 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14769 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14770 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14771 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14772 still is. So maybe it should be removed.
14773 (vc-head-version, vc-find-binary): Remove.
14774 (vc-recompute-state): Move from vc-hooks.el.
14775 (vc-next-action-on-file): Add a `simple' argument to allow
14776 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14777 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14778 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14779 (vc-dired-mode-map): Properly defvar it.
14780 (vc-print-log): Call log-view-mode if available.
14781 (small-temporary-file-directory): defvar instead of use boundp.
14782 (vc-merge-news): Moved to vc-cvs.el.
14783 (vc-default-merge-news): New function.
14784
14785 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14786 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14787 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14788 unknown `vc-latest-version' function. It should probably refer to
14789 vc-workfile-version or somesuch, but it's very unclear to me and I
14790 don't have SCCS to test things.
14791
14792 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14793 (vc-sccs-state-heuristic): Fix typo.
14794 (vc-sccs-workfile-unchanged-p): Add missing argument.
14795
14796 * vc-rcs.el: Require vc and vc-rcs-hooks.
14797 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14798 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14799 (vc-release-greater-or-equal-p): Move from vc.
14800 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14801 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14802 (vc-rcs-checkout): Add a missing `new-version' argument in the
14803 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14804
14805 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14806 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14807 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14808 than the apparently unbound `workfile-version'.
14809
14810 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14811 (vc-file-prop-obarray): Use `make-vector'.
14812 (vc-backend-functions): Add new hookable functions
14813 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14814 (vc-loadup): If neither backend nor default functions exist, use
14815 the backend function rather than nil.
14816 (vc-call-backend): If the function if not bound yet, try to load
14817 the non-hook file to see if it provides it.
14818 (vc-call): New macro plus use it wherever possible.
14819 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14820 nor `vc-find-binary' since it's only called from
14821 vc-mistrust-permission which is only used once the backend is known.
14822 (vc-checkout-model): Fix parenthesis.
14823 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14824
14825 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14826 (vc-cvs-release, vc-cvs-system-release): Remove.
14827 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14828 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14829 status symbols.
14830 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14831 (vc-cvs-toggle-read-only): First cut at a function to allow a
14832 cvs-status-free vc-toggle-read-only.
14833 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14834 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14835 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14836 (vc-cvs-checkout): Modify access rights directly if the user
14837 requested not to use `cvs edit'. And refresh the mode line.
14838
14839 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14840 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14841
14842 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14843
14844 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14845 workfile' that got lost when the code was extracted from vc.el.
14846 And merged the tail with the rest of the code (not possible in the
14847 old vc.el where the tail was shared among all backends). And
14848 explicitly set the state to 'edited if `writable' is set.
14849
14850 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14851 (vc-cvs-state): Be careful to return the value from
14852 vc-cvs-parse-state.
14853 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14854 property but return it instead. Also be careful to handle a nil
14855 or "" `rev' when workfile is non-nil (it was handled properly when
14856 workfile was nil).
14857
14858 * vc.el: Removed those pesky unnecessary `(function' quotes.
14859 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14860 directly in the defvar.
14861 (vc-do-command): Bind inhibit-read-only so as to properly handle
14862 the case where the destination buffer has been made read-only.
14863 (vc-diff): Delegate to vc-version-diff in all cases.
14864 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14865 (vc-annotate-mode-variables): Removed (code moved partly to
14866 defvars and partly to vc-annotate-add-menu).
14867 (vc-annotate-mode): Turned into a derived-mode.
14868 (vc-annotate-add-menu): Moved in code in
14869 vc-annotate-mode-variables.
14870 (vc-update-change-log): Use make-temp-file if available.
14871
14872 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14873
14874 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14875 `vc-checkout-model' updated to `vc-cvs-update-model'.
14876
14877 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14878
14879 * vc.el (vc-next-action-on-file): Added handling of state
14880 `unlocked-changes'.
14881 (vc-checkout-carefully): Is now practically obsolete, unless the
14882 above is too slow to be enabled unconditionally.
14883 (vc-update-change-log): Fixed typo.
14884
14885 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14886
14887 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14888 Now handles state `unlocked-changes'.
14889 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14890
14891 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14892
14893 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14894 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14895 `unlocked-changes'.
14896 (vc-rcs-workfile-unchanged-p): Renamed from
14897 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14898 function yet, but supposed to become one soon.
14899
14900 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14901 `vc-steal-lock'.
14902 (vc-call-backend): Changed error message.
14903 (vc-state): Added description of state `unlocked-changes'.
14904
14905 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14906
14907 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14908 always return t in CVS-controlled directories.
14909
14910 * vc.el (vc-responsible-backend): New function.
14911 (vc-register): Largely rewritten.
14912 (vc-admin): Removed (implementation moved into vc-register).
14913 (vc-checkin): Redocumented.
14914 (vc-finish-logentry): If no backend defined yet (because we are in
14915 the process of registering), use the responsible backend.
14916
14917 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14918 Updated function lists.
14919 (vc-call-backend): Fixed typo.
14920
14921 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14922 New functions.
14923 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14924 Removed query option. Redocumented.
14925
14926 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14927
14928 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14929
14930 * vc.el: Updated callers of `vc-checkout-required' to use
14931 `vc-checkout-model'.
14932
14933 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14934
14935 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14936 stuff updated to reference this function instead of the old
14937 `vc-backend-release-p'.
14938
14939 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14940
14941 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14942 vc-checkout-model. Return appropriate values. Updated callers.
14943
14944 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14945
14946 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14947 (vc-backend-revert): Function moved into `vc-revert';
14948 `vc-next-action' must be updated to accomodate this change.
14949 (vc-backend-steal): Function moved into `vc-finish-steal'.
14950 (vc-backend-logentry-check): Function moved into
14951 `vc-finish-logentry'.
14952 (vc-backend-printlog): Function moved into `vc-print-log'.
14953 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14954 (vc-backend-assign-name): Function moved into
14955 `vc-create-snapshot'.
14956
14957 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14958
14959 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14960 Rename to vc-checkout-model. Return appropriate values.
14961 Update callers.
14962
14963 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14964 to vc-checkout-model.
14965 (vc-checkout-required): Rename to vc-checkout-model.
14966 Re-implement and re-comment.
14967 (vc-after-save): Use vc-checkout-model.
14968
14969 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14970
14971 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14972 Update to use the vc-BACKEND-diff functions instead.
14973 `vc-diff' is now working.
14974
14975 * vc-rcs.el (vc-rcs-logentry-check): New function.
14976
14977 * vc-cvs.el (vc-cvs-logentry-check): New function.
14978
14979 * vc-sccs.el (vc-sccs-diff): Function changed name from
14980 `vc-backend-diff'. This makes `vc-diff' work.
14981
14982 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14983 of functions possibly implemented in a vc-BACKEND library.
14984 (vc-checkout-required): Fix bug that caused an error to be
14985 signaled during `vc-after-save'.
14986
14987 * vc.el: Fix typo.
14988 This checkin is made with our new VC code base for the very first time.
14989 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14990
14991 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14992 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14993
14994 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14995 updated to `vc-uses-locking'.
14996 (vc-checkout-required): Call to backend function.
14997 `vc-checkout-required' updated to `vc-uses-locking' instead.
14998
14999 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15000 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15001
15002 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15003 to match the split into various backends.
15004 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15005 (vc-retrieve-snapshot): Bug fix.
15006
15007 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15008
15009 * vc-sccs.el (vc-sccs-release): Doc fix.
15010
15011 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15012
15013 * vc.el (vc-next-action-on-file): Bug found and fixed.
15014 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15015 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15016
15017 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15018 (vc-rcs-checkout): Name space cleaned up. No more revision number
15019 crunching function names that are not prefixed with vc-rcs.
15020 (vc-rcs-checkout-model): Function added. References to
15021 `vc-checkout-model' replaced.
15022
15023 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15024
15025 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15026 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15027 still need to be split, and implemented for RCS).
15028
15029 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15030
15031 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15032
15033 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15034 required by the vc.el file.
15035
15036 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15037 required by the vc.el file.
15038 (vc-rcs-exists): Function added.
15039
15040 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15041 required by the vc.el file.
15042
15043 * vc.el (vc-admin): Updated to handle selection of appropriate
15044 backend. Current implementation is crufty and need re-thinking.
15045
15046 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15047
15048 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15049
15050 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15051 beginning of annotate buffers correctly.
15052
15053 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15054 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15055 functionality updated quite a lot to support multiple backends.
15056 Variables `vc-annotate-mode', `vc-annotate-buffers',
15057 `vc-annotate-backend' added.
15058
15059 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15060 `vc-annotate-difference' added to supported backend functions.
15061
15062 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15063
15064 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15065 Use with-temp-file instead of /bin/sh. Merged from mainline
15066
15067 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15068
15069 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15070
15071 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15072
15073 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15074
15075 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15076
15077 * vc-hooks.el: vc-state-heuristic added to
15078 vc-backend-hook-functions.
15079
15080 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15081
15082 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15083
15084 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15085 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15086 state to `reserved'.
15087
15088 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15089 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15090
15091 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15092
15093 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15094 untouched.
15095
15096 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15097
15098 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15099 if defined. (Merged from main line, slightly adapted.)
15100
15101 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15102 millenium problem (merged from mainline).
15103
15104 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15105
15106 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15107 part and moved the non-BACKEND stuff to vc.el.
15108
15109 * vc.el: Split the annotate feature into a BACKEND specific part
15110 and moved it from the vc-cvs.el file to this one.
15111
15112 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15113
15114 * vc-hooks.el: Implement new state model.
15115 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15116 (vc-locking-user): Simplify. Now only needed if the file is
15117 locked by somebody else.
15118 (vc-lock-from-permissions): Remove. Functionality is in
15119 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15120 (vc-mode-line-string): New name for former vc-status. Adapted.
15121 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15122
15123 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15124 Various simplifications and adaptations all over the place.
15125
15126 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15127 Simplify and adapt the rest.
15128
15129 * vc.el (vc-resynch-window): Add TODO comment: check for
15130 interaction with view mode according to recent RCS change.
15131 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15132
15133 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15134
15135 * vc.el: Convert the remaining function comments to docstrings.
15136
15137 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15138
15139 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15140 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15141 (vc-minor-part, vc-previous-version): Functions that operate and
15142 compare revision numbers got proper documentation. Comments added
15143 about their possible removal.
15144
15145 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15146
15147 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15148 the vc-backend.el files.
15149
15150 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15151
15152 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15153 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15154 (vc-rcs-previous-version): Functions added.
15155
15156 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15157
15158 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15159
15160 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15161
15162 * vc-hooks.el (vc-master-templates): Is really obsolete.
15163 Comment out the definition for now. What is the right procedure
15164 to get rid of it?
15165 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15166 rewritten.
15167 (vc-default-registered): Remove.
15168 (vc-check-master-templates): New function; does mostly what the
15169 above did before.
15170 (vc-locking-user): Don't rely on the backend to set the property.
15171
15172 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15173 Rewrite documentation.
15174 (vc-rcs-templates-grabbed): New variable.
15175 (vc-rcs-grab-templates): New function.
15176 (vc-rcs-registered): Rewrite to use above mechanism.
15177
15178 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15179 Rewrite documentation.
15180 (vc-sccs-templates-grabbed): New variable.
15181 (vc-sccs-grab-templates): New function.
15182 (vc-sccs-registered): Rewrite to use above mechanism.
15183 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15184 Don't throw the result, simply return it.
15185
15186 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15187 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15188 (vc-cvs-registered): Does the check itself now. Simplify.
15189
15190 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15191 from main line.
15192
15193 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15194
15195 * vc-cvs.el (vc-cvs-diff): New function.
15196
15197 * vc-sccs.el (vc-sccs-diff): New function.
15198
15199 * vc-rcs.el (vc-rcs-diff): New function.
15200 (vc-rcs-checkout): Bug (typo) found and fixed.
15201 (vc-rcs-register-switches): New variable.
15202
15203 * vc.el (vc-backend-diff): Function removed and placed in the
15204 backend files.
15205
15206 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15207
15208 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15209
15210 * vc.el (vc-backend-checkout): Function removed and replaced in
15211 the vc-backend.el files.
15212
15213 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15214
15215 * vc.el (vc-backend-admin): Removed and replaced in the
15216 vc-backend.el files.
15217
15218 * vc.el (Martin): Removed all the annotate functionality since it
15219 is CVS backend specific.
15220
15221 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15222
15223 * spec.txt: Added specification of vc-state.
15224
15225 * vc-sccs-hooks.el (vc-sccs-master-properties):
15226 Remove handling of vc-latest-version and
15227 vc-your-latest-version. What used to be vc-latest-version, is now
15228 returned as vc-workfile-version.
15229 (vc-sccs-workfile-version): Adapt.
15230
15231 2000-09-04 Dave Love <fx@gnu.org>
15232
15233 * vc.el: [Merged from mainline.]
15234 (vc-dired-mode): Make the dired-move-to-filename-regexp
15235 regexp match the date, to avoid treating date as file size.
15236 Add YYYY S option to WESTERN/
15237
15238 2000-09-04 Dave Love <fx@gnu.org>
15239
15240 * vc.el: Require `compile' when compiling.
15241 (vc-logentry-check-hook): New option.
15242 (vc-steal-lock): Use compose-mail.
15243 (vc-dired-mode-map): Defvar when compiling.
15244 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15245 vc-sccs.el and renamed. Callers changed.
15246 (vc-backend-checkout, vc-backend-logentry-check)
15247 (vc-backend-merge-news): Doc fix.
15248 (vc-default-logentry-check): New function.
15249 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15250 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15251 (vc-backend-merge): Doc fix. Use backend functions.
15252 (vc-check-headers): Use backend functions.
15253
15254 * vc-cvs.el: Require vc when compiling.
15255 (vc-cvs-register-switches): Doc fix.
15256 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15257 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15258 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15259 New functions (code from vc.el).
15260 (vc-annotate-display-default): Fix interactive spec.
15261 (vc-annotate-time-span): Doc fix.
15262
15263 * vc-rcs.el: Require vc when compiling.
15264 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15265 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15266 (vc-rcs-checkin): New functions (code from vc.el).
15267 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15268 Doc fix.
15269 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15270
15271 * vc-sccs.el: Require vc when compiling.
15272 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15273 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15274 (vc-sccs-revert)
15275 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15276 from vc.el).
15277 (vc-sccs-add-triple, vc-sccs-record-rename)
15278 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15279 (vc-sccs-admin): Doc fix.
15280
15281 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15282
15283 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15284 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15285 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15286 from vc.el.
15287
15288 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15289
15290 * vc-cvs.el: Moved the annotate functionality from vc.el.
15291 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15292
15293 2000-09-04 Dave Love <fx@gnu.org>
15294
15295 * vc.el (vc-backend-release): Call vc-system-release.
15296
15297 * vc-sccs.el (vc-sccs-system-release):
15298 Renamed from vc-sccs-backend-release.
15299
15300 * vc-rcs.el (vc-rcs-system-release):
15301 Renamed from vc-rcs-backend-release.
15302
15303 * vc-cvs.el (vc-cvs-system-release):
15304 Renamed from vc-cvs-backend-release.
15305
15306 2000-09-04 Dave Love <fx@gnu.org>
15307
15308 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15309 backend files.
15310 (vc-backend-release): Dispatch to backend functions.
15311 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15312 probably needs attention.]
15313
15314 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15315 (vc-sccs-backend-release): New function.
15316
15317 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15318 (vc-cvs-backend-release): New function.
15319
15320 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15321 Doc fix.
15322 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15323 (vc-default-dired-state-info): New function.
15324 (vc-dired-state-info): Dispatch to backends.
15325 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15326
15327 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15328 from vc.el and renamed.
15329
15330 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15331
15332 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15333 (vc-version-other-window, vc-backend-assign-name): Removed
15334 references to vc-latest-version; sometimes changed into
15335 vc-workfile-version.
15336
15337 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15338 vc-rcs-master-workfile-version.
15339 (vc-rcs-workfile-version): Use the above. Don't call
15340 vc-latest-version (that was unreachable code, anyway).
15341 (vc-rcs-fetch-master-properties): Doc fix.
15342
15343 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15344 (vc-backend-hook-functions): Removed them from this list, too.
15345 (vc-fetch-properties): Removed.
15346 (vc-workfile-version): Doc fix.
15347
15348 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15349 (vc-rcs-workfile-version, vc-rcs-locking-user)
15350 (vc-rcs-uses-locking): Use it.
15351
15352 * vc-hooks.el (vc-consult-rcs-headers):
15353 Moved into vc-rcs-hooks.el, under the name
15354 vc-rcs-consult-headers.
15355
15356 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15357 headers.
15358 (vc-cvs-find-master): Use this name only; correct different
15359 versions of the name.
15360
15361 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15362 New functions.
15363 (vc-sccs-locking-user): Use the latter.
15364
15365 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15366 New functions.
15367
15368 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15369 Moved into both
15370 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15371 functions are implementation details of those two backends.
15372
15373 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15374
15375 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15376 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15377
15378 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15379 (vc-sccs-parse-locks): SCCS-specific code moved here from
15380 vc-hooks.
15381
15382 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15383 code moved here from vc-hooks.
15384
15385 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15386 into back-end specific parts and removed. Callers not updated
15387 yet; because I guess these callers will disappear into back-end
15388 specific files anyway.
15389
15390 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15391
15392 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15393 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15394 `vc-uses-locking'.
15395
15396 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15397 Store yes/no in the property, and return t/nil. Updated all
15398 callers.
15399
15400 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15401 vc-sccs-uses-locking. Don't set property.
15402 (vc-sccs-locking-user): Don't set property.
15403
15404 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15405 vc-cvs-uses-locking. Don't set property here; leave that to
15406 vc-hooks.
15407 (vc-cvs-locking-user): Reflect above change. Streamlined.
15408
15409 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15410 vc-rcs-uses-locking.
15411 (vc-rcs-locking-user): Reflect above change.
15412
15413 2000-09-04 Dave Love <fx@gnu.org>
15414
15415 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15416
15417 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15418
15419 * vc-hooks.el (vc-checkout-model): Punt to backends.
15420
15421 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15422
15423 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15424
15425 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15426 New functions.
15427
15428 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15429 New functions.
15430
15431 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15432 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15433
15434 * vc-hooks.el (vc-default-locking-user): New function.
15435 (vc-locking-user, vc-workfile-version): Punt to backends.
15436
15437 2000-09-04 Dave Love <fx@gnu.org>
15438
15439 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15440 (vc-master-workfile-version): Moved from vc-hooks.
15441
15442 * vc-rcs-hooks.el: Fix duplicate code in last change.
15443
15444 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15445 (vc-rcs-master-templates): Improve :type.
15446 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15447 vc-master-workfile-version): Moved from vc-hooks.
15448
15449 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15450 (vc-sccs-master-templates): Improve :type.
15451 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15452
15453 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15454
15455 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15456 (vc-cvs-master-templates): Improve :type. Use
15457 vc-cvs-find-cvs-master.
15458 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15459 from vc-hooks.
15460 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15461
15462 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15463 Moved to vc-cvs-hooks.
15464
15465 * vc-hooks.el: Add doc strings in various places. Simplify the
15466 minor mode setup.
15467 (vc-handled-backends): New user variable.
15468 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15469 simplification.
15470
15471 2000-09-04 Dave Love <fx@gnu.org>
15472
15473 * vc.el: Some doc fixes for autoloaded and interactive functions.
15474 Fix compilation warnings from ediff stuff.
15475 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15476
15477 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15478
15479 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15480
15481 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15482
15483 2000-09-04 Dave Love <fx@gnu.org>
15484
15485 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15486 New variable.
15487 (vc-make-backend-function, vc-loadup, vc-call-backend)
15488 (vc-backend-defines): New functions.
15489
15490 * vc-hooks.el: Various doc fixes.
15491 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15492 (vc-match-substring): Function removed. Callers changed to use
15493 match-string.
15494 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15495 Simplify.
15496
15497 2000-09-04 Dave Love <fx@gnu.org>
15498
15499 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15500 type.
15501 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15502 (vc-sccs-registered): Doc fix.
15503
15504 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15505 (vc-cvs-registered): Doc fix.
15506
15507 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15508 (vc-rcs-registered): Doc fix.
15509
15510 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15511
15512 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15513
15514 * vc-hooks.el: vc-registered has been renamed
15515 vc-default-registered. Some functions have been moved to the
15516 backend specific files. they all support the
15517 vc-BACKEND-registered functions.
15518
15519 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15520
15521 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15522
15523 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15524
15525 2000-09-04 Dave Love <fx@gnu.org>
15526
15527 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15528 menu-bar-update-hook.
15529
15530 * help.el (help-manyarg-func-alist): Add
15531 find-operation-coding-system.
15532
15533 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15534
15535 * custom.el (custom-set-variables): Print message about errors in
15536 setting.
15537
15538 2000-09-03 Andrew Innes <andrewi@gnu.org>
15539
15540 * makefile.w32-in: Change to DOS line endings.
15541
15542 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15543
15544 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15545 minor-mode keymaps, if they don't have one.
15546
15547 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15548
15549 * eshell/esh-module.el (eval-when-compile): Don't lose if
15550 esh-module.el's file name is truncated to DOS 8+3 limits.
15551
15552 2000-09-01 John Wiegley <johnw@gnu.org>
15553
15554 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15555 predicate, which caused entries in the completion list to be
15556 doubled.
15557
15558 2000-08-30 John Wiegley <johnw@gnu.org>
15559
15560 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15561 sending to subprocesses. Also, hook pre-command-hook if
15562 `eshell-send-direct-to-subprocesses' is non-nil.
15563 (eshell-send-direct-to-subprocesses): New config variable. If t,
15564 subprocess input is send immediately.
15565 (eshell-toggle-direct-send): New function.
15566 (eshell-self-insert-command): New function.
15567 (eshell-intercept-commands): New function.
15568 (eshell-send-input): If direct subprocess sending is enabled,
15569 don't echo any input to the Eshell buffer. Let the subprocess
15570 handle that. This requires "stty echo" in bash, for example.
15571
15572 2000-08-28 John Wiegley <johnw@gnu.org>
15573
15574 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15575 completion function for Eshell's implementation of `unset'.
15576
15577 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15578
15579 * info.el (Info-directory-list): Doc fix.
15580
15581 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15582
15583 * filecache.el (file-cache-add-directory-using-find): Don't quote
15584 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15585
15586 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15587
15588 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15589 coding systems.
15590
15591 2000-08-30 Andrew Innes <andrewi@gnu.org>
15592
15593 * timer.el (run-with-idle-timer): Undo last change, so that timer
15594 is not activated immediately if Emacs is already idle. Some
15595 existing code relies on this behaviour.
15596
15597 2000-08-30 Miles Bader <miles@gnu.org>
15598
15599 * frame.el (set-frame-font): Do completion of font-name for
15600 interactive use.
15601
15602 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15603
15604 * international/quail.el (quail-start-translation): Bind locally
15605 last-command-event, last-command, and this-command.
15606 (quail-start-conversion): Likewise.
15607 (quail-self-insert-command): Fix docstring.
15608
15609 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15610
15611 * progmodes/executable.el
15612 (executable-make-buffer-file-executable-if-script-p): Check that
15613 buffer contains at least 2 characters.
15614
15615 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15616
15617 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15618
15619 2000-08-29 Dave Love <fx@gnu.org>
15620
15621 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15622 (diff-mode-shared-map): Bind mouse-2.
15623 (diff-imenu-generic-expression): New variable.
15624 (diff-mode): Use it.
15625
15626 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15627 (mouse-popup-menubar): Add minor mode menus.
15628 (popup-menu): Check for lookup-key returning number.
15629
15630 2000-08-29 Miles Bader <miles@gnu.org>
15631
15632 * comint.el (comint-send-input): Create overlays using the proper
15633 front/read-advance arguments.
15634
15635 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15636
15637 * ps-print.el: Even/odd pages printing. Doc fix.
15638 (ps-print-version): New version number (6.0).
15639 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15640 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15641 (ps-print-duplex-feature): Variable eliminated.
15642 (ps-even-or-odd-pages): New variable.
15643
15644 * progmodes/ebnf2ps.el: Doc fix.
15645 (ebnf-version): New version (3.3).
15646 (ebnf-user-arrow): Change variable customization to sexp.
15647 (ebnf-user-arrow): Function eliminated.
15648 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15649
15650 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15651
15652 * help.el (help-xref-mule-regexp): New variable.
15653 (help-make-xrefs): Handle help-xref-mule-regexp.
15654
15655 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15656 variable.
15657 (describe-input-method): Temporarily activate the specfied input
15658 method to display the information.
15659 (describe-language-environment): Hyperlinks to mule related items.
15660
15661 * international/mule-diag.el (charset-multibyte-form-string): New
15662 function.
15663 (list-character-sets-1): Use charset-multibyte-form-string.
15664 (describe-character-set): New function.
15665 (describe-coding-system): Hyperlinks to safe character sets.
15666
15667 * international/quail.el (quail-help): New arg PACKAGE.
15668 Hyperlinks to mule related items.
15669 (quail-help-insert-keymap-description): Use
15670 substitute-command-keys instead of describe-bindings.
15671 (quail-translation-help): Hyperlinks to mule related items.
15672
15673 2000-08-28 John Wiegley <johnw@gnu.org>
15674
15675 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15676 have a defsubst call itself. Made `eshell-flatten-list' back into
15677 a function again.
15678
15679 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15680 catch, in case re-centering point at bottom messes up the display.
15681 This happens frequently in Emacs 21, due I believe to variable
15682 line heights.
15683
15684 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15685 to call `find-tag-interactive'.
15686
15687 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15688 the list of remember directories.
15689
15690 2000-08-28 John Wiegley <johnw@gnu.org>
15691
15692 * align.el: Test align-region-separate to see if it's a symbol.
15693
15694 2000-08-28 John Wiegley <johnw@gnu.org>
15695
15696 * eshell/esh-util.el (eshell-flatten-list): Made this function
15697 into a defsubst form. It gets used very frequently, although
15698 calls don't occur all that often.
15699
15700 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15701 examining it.
15702
15703 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15704 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15705 `eshell-protect'.
15706 (eshell-copy-handles): Created a new macro for duplicating the
15707 current set of open handles. This is needed by the looping
15708 functions.
15709 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15710 is not incorrectly stomped on.
15711
15712 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15713 declaration for pcomplete-use-paring.
15714 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15715 value of eshell-cmpl-use-paring.
15716 * pcomplete.el (pcomplete-use-paring): New config variable, to
15717 indicate whether paring should be used.
15718 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15719 completion alternatives that have already been used.
15720
15721 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15722 bound to C-c C-y, which will repeat the previous N arguments
15723 (based on prefix argument).
15724 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15725
15726 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15727 if there is no *Help* buffer. This is for XEmacs, which renames
15728 its help buffers uniquely. TODO: Find out what the current buffer
15729 name to delete is.
15730
15731 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15732 first entry that correlates to a passwd/group number. Later
15733 entries (used for group/user name aliasing to multiple IDs) are
15734 ignored.
15735
15736 * eshell/em-xtra.el (eshell/expr):
15737 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15738 (eshell-grep, eshell/diff, eshell/locate):
15739 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15740 argument list, before passing it to the system command.
15741
15742 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15743 `find-tag' for use at final position in Eshell buffers (which
15744 otherwise triggers an error on Emacs 21).
15745 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15746 buffer, if it is currently bound to `find-tag'.
15747
15748 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15749 in the list of matched Makefile names.
15750 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15751 directory, prefer its contents to Makefile.
15752
15753 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15754 directory parts (like "cd old new", or "cd =regexp"), are now case
15755 sensitive on non-Windows/DOS platforms.
15756
15757 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15758 types RET after an open delimiter (like "), display a message
15759 indicating that Eshell is waiting for the closing delimiter.
15760
15761 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15762 environment variables.
15763
15764 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15765 gracefully if the user enters incorrect arguments.
15766
15767 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15768 Eshell buffers.
15769
15770 * eshell/esh-var.el (eshell-interpolate-variable):
15771 * eshell/esh-mode.el (eshell-move-argument):
15772 * eshell/em-unix.el (eshell-du-sum-directory):
15773 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15774 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15775 (not (= ...)).
15776
15777 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15778 to ensure the `preserve' flag gets propagated when doing recursive
15779 directory copies.
15780
15781 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15782
15783 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15784 Don't convert \n into \0177 in memory.
15785 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15786 and back again, when reading and writing.
15787
15788 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15789
15790 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15791 testing of `fboundp' on `processp'.
15792
15793 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15794 (eshell/jobs): Don't call process-list if it is not bound.
15795 (eshell-gather-process-output): Support systems where async
15796 subprocesses aren't supported.
15797 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15798 variables.
15799
15800 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15801 eshell-do-eval returns t.
15802 (eshell-do-pipelines-synchronously): New defmacro.
15803 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15804 when async subprocesses aren't supported.
15805 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15806 if async subprocesses aren't supported.
15807 (eshell-resume-command): Don't assume STATUS is a string.
15808
15809 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15810
15811 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15812 (eshell-close-target, eshell-get-target): Use eshell-processp.
15813 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15814 fix.
15815 (eshell-get-target, eshell-create-handles): Doc fix.
15816
15817 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15818
15819 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15820 criterion to include commands that output something, as long as it
15821 leaves both the command and the end-of-buffer visible when the
15822 command has exited.
15823 (eshell-review-quick-commands): Adjust the help doc string
15824 accordingly.
15825
15826 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15827
15828 * locate.el (locate): Cleaned up locate command's interactive prompting
15829 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15830
15831 * filecache.el (file-cache-case-fold-search): New variable
15832 (file-cache-assoc-function): New variable
15833 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15834 Use file-cache-case-fold-search variable
15835 (file-cache-add-file): Use file-cache-assoc-function
15836 (file-cache-delete-file): likewise
15837 (file-cache-directory-name): likewise
15838 (file-cache-debug-read-from-minibuffer): likewise
15839
15840 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15841
15842 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15843 (abbrev-table-name): New function.
15844 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15845 If non-nil list local abbrev, only.
15846
15847 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15848
15849 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15850 from Gnus support code, and use special article copy buffer
15851 `(gnus-original-article-buffer)' instead. This allows to get rid
15852 of article-hide-headers usage (which breaks in the latest Gnus
15853 version). Thanks to Detlev Zundel.
15854
15855 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15856
15857 * international/quail.el (quail-use-package): Hide "... loaded"
15858 message.
15859 (quail-start-translation, quail-start-conversion): Likewise.
15860
15861 * international/kkc.el (kkc-region): Hide "... loaded" message.
15862
15863 2000-08-27 Dave Love <fx@gnu.org>
15864
15865 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15866
15867 2000-08-27 Miles Bader <miles@gnu.org>
15868
15869 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15870
15871 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15872
15873 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15874 'ja-dic-cnv), not (require 'skkdic-cnv).
15875
15876 2000-08-26 Miles Bader <miles@gnu.org>
15877
15878 * faces.el (face-x-resources): Add entry for :inherit.
15879 * cus-face.el (custom-face-attributes): Add support for :inherit
15880 attribute. Add support for relative face heights.
15881 (custom-face-attributes-get): Treat `nil' as being a default value
15882 for :inherit (as well as `unspecified').
15883
15884 * faces.el (set-face-attribute): Update doc string.
15885 (face-attribute-name-alist): Add :inherit.
15886 (face-valid-attribute-values): Handle :inherit.
15887 (face-read-string): Rephrase prompt to be less confusing.
15888 Assume that DEFAULT is a string, since we must return a string.
15889 (face-read-integer): Use `format' to turn DEFAULT into an
15890 acceptable default for face-read-string. Match NEW-VALUE against
15891 the string "unspecified", not the symbol `unspecified', since
15892 that's what face-read-string returns.
15893 (read-face-attribute): Lookup a name for old-value in valid, and
15894 use it as a default if we find one. Treat all values from
15895 face-read-string as strings. If the default is used, don't do any
15896 more processing on the value, just use the old value directly.
15897 (read-face-and-attribute, modify-face): Tweak prompt.
15898 (read-face-name): Don't assume prompt ends with a space.
15899
15900 * faces.el (describe-face): Add support for :inherit attribute.
15901
15902 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15903
15904 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15905 concat doesn't accept interger.
15906
15907 * international/kkc.el: Remove SKK from Keywords. Require
15908 ja-dic-utl instead of skkdic-utl.
15909
15910 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15911 Provide ja-dic-cnv instead of skkdic-cnv.
15912 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15913 (iso-2022-7bit-short): Add safe-charsets property.
15914 (skkdic-convert-postfix): Search Japanese chou-on character in
15915 addition to Hiragana character.
15916 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15917 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15918 (batch-skkdic-convert): Likewise.
15919
15920 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15921 Provide ja-dic-utl instead of skkdic-utl.
15922 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15923
15924 2000-08-24 Dave Love <fx@gnu.org>
15925
15926 * disp-table.el (standard-display-default): Make the test of `l'
15927 useful.
15928
15929 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15930 mod sample text.
15931
15932 * international/iso-ascii.el: Make pilcrow convenient string
15933 consistent with section.
15934 (iso-ascii-display): Set up multibyte characters as well as
15935 unibyte.
15936
15937 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15938
15939 * international/mule-cmds.el (reset-language-environment): Set
15940 default-process-coding-system to '(undecided . iso-latin-1), which
15941 makes process I/O almost consistent with file I/O. Call this
15942 function when mule-cmds.el[c] is loaded.
15943
15944 2000-08-22 Andrew Innes <andrewi@gnu.org>
15945
15946 * makefile.w32-in: New file.
15947
15948 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15949
15950 * comint.el (comint-output-filter): Compare end of
15951 comint-last-output-overlay with the start of the newly inserted
15952 text, not the end, when deciding whether to extend it.
15953 Set saved-point's insertion type to advance after insertion.
15954
15955 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15956 since this is now done independently of font-lock mode.
15957
15958 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15959
15960 * server.el (server-kill-new-buffers): New user option.
15961 (server-existing-buffer): New buffer-local variable.
15962 (server-visit-files): When using an existing buffer, set
15963 server-existing-buffer to t.
15964 (server-buffer-done): If server-kill-new-buffers is t, kill the
15965 buffer, unless it was already present before visiting it with
15966 Emacs server.
15967
15968 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15969
15970 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15971 even if the display doesn't support colors: some displays will
15972 support bold/underline faces.
15973
15974 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15975
15976 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15977
15978 * startup.el (command-line): If user's init file had an error,
15979 add explanatory text to *Messages*.
15980
15981 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15982
15983 * man.el (Man-getpage-in-background): Decode the process output by
15984 the system locale coding system.
15985
15986 2000-08-20 Dave Love <fx@gnu.org>
15987
15988 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15989 Don't test x-popup-menu.
15990 (function) <complete-function>: Complete only fbound symbols.
15991 <validate, value>: New.
15992 (variable) <complete-function>: Complete only bound symbols.
15993 (coding-system): Add :base-only, :complete-function, :validate,
15994 :value, :prompt-match.
15995 (widget-coding-system-prompt-value): Use read-coding-system and
15996 act on :base-only.
15997 (editable-field): Add :help-echo.
15998 (widget-push-button-gui, widget-push-button-cache)
15999 (widget-gui-action, widget-editable-list-gui): COmment out, along
16000 with uses.
16001 (widget-at): Make arg optional.
16002 (widget-echo-help): Adjust for current help-echo calling sequence.
16003 (widget-specify-field, widget-specify-button)
16004 (widget-specify-insert, widget-get-sibling, widget-image-find)
16005 (widget-convert, widget-insert, widget-leave-text)
16006 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16007 (widget-setup, widget-field-find, widget-before-change)
16008 (widget-after-change, widget-default-complete)
16009 (widget-default-create, widget-default-delete)
16010 (widget-push-button-value-create, editable-field)
16011 (widget-field-prompt-value, widget-field-validate)
16012 (widget-choice-value-create, widget-choice-action)
16013 (widget-choice-validate, widget-checklist-add-item)
16014 (widget-radio-add-item, widget-radio-chosen)
16015 (widget-radio-value-inline, widget-editable-list-value-create)
16016 (widget-editable-list-entry-create)
16017 (widget-documentation-link-add)
16018 (widget-documentation-string-value-create)
16019 (widget-regexp-validate, widget-file-complete)
16020 (widget-sexp-validate, widget-plist-convert-widget)
16021 (widget-plist-convert-widget, widget-alist-convert-widget)
16022 (widget-alist-convert-widget, widget-color-complete): Simplify,
16023 particularly to avoid bindings which aren't optimized out.
16024
16025 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16026 Doc fix.
16027 (down-list, backward-up-list, up-list, kill-sexp)
16028 (backward-kill-sexp, mark-sexp): Make arg optional.
16029 (lisp-complete-symbol): Add optional arg PREDICATE.
16030
16031 * cus-start.el: Add display-buffer-reuse-frames,
16032 file-coding-system-alist.
16033
16034 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16035
16036 * startup.el (command-line): Clear realized faces after
16037 modifying TTY color mappings.
16038
16039 2000-08-20 Miles Bader <miles@gnu.org>
16040
16041 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16042 merely a subset of FACE's attributes.
16043
16044 2000-08-19 Miles Bader <miles@gnu.org>
16045
16046 * comint.el (comint-output-filter): Save the point with a marker,
16047 not just a buffer position.
16048
16049 * international/mule.el (set-buffer-process-coding-system): Make
16050 interactive prompt less confusing.
16051
16052 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16053
16054 * hilit-chg.el: General cleanup of doc strings, comments and
16055 code formatting.
16056
16057 2000-08-19 Miles Bader <miles@gnu.org>
16058
16059 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16060 Compiler macro removed; beginning-of-line is no longer always
16061 equivalent to forward-line, in the presence of fields.
16062
16063 * comint.el (comint-output-filter): Remove ad-hoc saving of
16064 restriction, and just use save-restriction, now that it works
16065 correctly. Don't adjust comint-last-input-start to account for
16066 our insertion; it shouldn't have moved because we don't use
16067 insert-before-markers anymore. Comment out call to
16068 `force-mode-line-update'; why is it here?
16069
16070 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16071 while checking for prompt to delete. Use `forward-line 0'
16072 instead of beginning-of-line.
16073 (gud-filter): Temporarily widen gud comint buffer while
16074 examining output.
16075
16076 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16077
16078 * progmodes/sh-script.el: Big bag of typos.
16079
16080 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16081 check since ispell-process is not bound when ispell is not yet loaded.
16082
16083 2000-08-18 Dave Love <fx@gnu.org>
16084
16085 * image.el (find-image): Copy `spec' before using plist-put.
16086
16087 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16088
16089 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16090 `portugues'.
16091
16092 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16093 backward-kill-sexp, analogous to kill-sexp.
16094
16095 * progmodes/icon.el (icon-indent-line)
16096 (icon-is-continuation-line): Handle comments specially.
16097
16098 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16099
16100 * ispell.el: Set to standard author/maintainer/keyword fields.
16101 Fine tuning to menu map appearance and operation, and added help.
16102 Remove `start' and `end' error messages when compiling.
16103 (ispell-choices-win-default-height): Fixed comment string.
16104 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16105 castellano8 dictionaries.
16106 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16107 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16108 dictionary, added italiano dictionary.
16109 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16110 word character
16111 (ispell-tex-skip-alists): Added psfig support.
16112 (ispell-skip-html): Renamed from ispell-skip-sgml.
16113 (ispell-begin-skip-region-regexp, ispell-skip-region)
16114 (ispell-minor-check): Improved html skipping support to skip across
16115 code, and recognize `&' commands without propper `;' syntax;
16116 (ispell-process-line): Fix alignment error when manually
16117 correcting spelling.
16118 (ispell): Fix comment string.
16119 (ispell-add-per-file-word-list): Always put word list on new line.
16120
16121 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16122
16123 * format.el (format-encode-run-method): Fix error message to say
16124 `encode' instead of `decode'. Use save-window-excursion around
16125 shell-command-on-region as in format-decode-run-method because
16126 shell-command-on-region can display a buffer with error output.
16127 (format-decode): Don't record undo information for the decoding.
16128 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16129 that number part of the temporary buffer name so that more than
16130 one decoding using a temporary buffer can happen safely.
16131
16132 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16133 of `A-z' in the regexp.
16134
16135 * hilit-chg.el: Fix typos in commentary.
16136
16137 * help.el (view-emacs-news): Rewritten for new naming scheme
16138 for old NEWS files.
16139
16140 * startup.el (command-line): Pop to *Messages* in case an error
16141 is signaled while loading user-init-file.
16142
16143 2000-08-17 Andreas Schwab <schwab@suse.de>
16144
16145 * files.el (insert-directory): Don't lose original file name,
16146 undoing an undocumented change.
16147
16148 2000-08-17 Alex Schroeder <alex@gnu.org>
16149
16150 * sql.el (sql-magic-go): Use comint-bol.
16151 (sql-copy-column): Use comint-line-beginning-position.
16152 (comint-line-beginning-position): Define a replacement for
16153 comint-line-beginning-position if it is not fboundp.
16154
16155 2000-08-17 Alex Schroeder <alex@gnu.org>
16156
16157 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16158 it didn't have any effect anyway.
16159
16160 2000-08-17 Alex Schroeder <alex@gnu.org>
16161
16162 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16163 --pset and pager=off instead of sending \\o|cat at the beginning
16164 of the session.
16165
16166 2000-08-17 Miles Bader <miles@gnu.org>
16167
16168 * progmodes/octave-inf.el: Add compatibility definition of
16169 comint-line-beginning-position.
16170
16171 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16172
16173 * startup.el (normal-top-level): Look in each dir in load-path for
16174 a leim-list.el file too. This assures of loading leim-list.el
16175 that is created at Emacs installation time even if a user have his
16176 own leim-list.el.
16177
16178 2000-08-17 Miles Bader <miles@gnu.org>
16179
16180 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16181 foreground color to black if the background is dark.
16182
16183 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16184
16185 * loadhist.el (unload-feature): Typo.
16186
16187 * finder.el (finder-compile-keywords):
16188 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16189 to the generated file.
16190
16191 * mail/mh-e.el (mh-make-local-vars):
16192 Replace make-variable-buffer-local with make-local-variable.
16193
16194 * play/landmark.el:
16195 * options.el (Edit-options-{set,toggle,t,nil}):
16196 * mail/mailabbrev.el (mail-abbrevs-mode):
16197 * textmodes/tex-mode.el (tex-expand-files):
16198 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16199
16200 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16201
16202 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16203 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16204 Allow going past the last element.
16205 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16206 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16207 (cvs-mouse-toggle-mark): Don't move point.
16208 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16209
16210 * progmodes/compile.el (grep): Provide a default set of files.
16211 (next-error): Docstring fix.
16212 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16213
16214 * emacs-lisp/easy-mmode.el (define-minor-mode):
16215 Use `symbol-value' to keep the byte-compiler quiet.
16216
16217 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16218 (diff-find-source-location): New fun, extracted from diff-goto-source.
16219 (diff-goto-source): Use it.
16220 (diff-next-complex-hunk, diff-filter-lines): New function.
16221 (diff-apply-hunk): New command.
16222
16223 * smerge-mode.el (smerge-mode-menu): Doc fix.
16224
16225 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16226
16227 2000-08-16 Dave Love <fx@gnu.org>
16228
16229 * windmove.el (windmove) <defgroup>: Add :version.
16230
16231 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16232 (goto-address-fontify-p, goto-address-highlight-p)
16233 (goto-address-url-face, goto-address-url-mouse-face)
16234 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16235 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16236 (goto-address-fontify, goto-address-at-mouse): Simplify,
16237 (goto-address-at-point): browse-url-url-at-point,
16238 goto-address-find-address-at-point can return nil.
16239 (goto-address-find-address-at-point): Return nil on failure.
16240
16241 * align.el (align) <defgroup>: Add :version.
16242
16243 * calculator.el (calculator): Add :version.
16244 (calculator): Use two lines for calculator window if `modeline'
16245 face is boxed.
16246
16247 * play/5x5.el: Doc fixes.
16248 (5x5) <defgroup>: Add :version.
16249
16250 * play/fortune.el (fortune) <defgroup>: Add :version.
16251 (fortune-append): Fix error message.
16252 (fortune-from-region): Doc fix.
16253
16254 * play/pong.el (pong): Doc fix.
16255
16256 * play/morse.el: Keywords, commentary, autoloads.
16257
16258 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16259
16260 * desktop.el (desktop-save): Don't look at symbol-value of a
16261 member of minor-mode-alist, unless it is boundp.
16262
16263 2000-08-16 Sam Steingold <sds@gnu.org>
16264
16265 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16266 `while'; use `with-current-buffer' instead of `save-excursion'.
16267 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16268
16269 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16270
16271 * international/ccl.el (declare-ccl-program): Docstring modified.
16272 (ccl-execute-with-args): Likewise.
16273
16274 2000-08-16 Miles Bader <miles@gnu.org>
16275
16276 * progmodes/sql.el: Add compatibility definition of
16277 comint-line-beginning-position.
16278
16279 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16280
16281 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16282 'buffer-menu' property.
16283 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16284 fails.
16285 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16286 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16287 wasn't killed.
16288
16289 * buff-menu.el (list-buffers-noselect): Don't display the
16290 *Buffer List* buffer.
16291
16292 * font-lock.el: Require jit-lock to prevent a very late
16293 `Loading jit-lock' message.
16294
16295 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16296 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16297 mail address.
16298
16299 2000-08-15 Miles Bader <miles@gnu.org>
16300
16301 * textmodes/ispell.el (ispell-graphic-p): New constant.
16302 (ispell-choices-win-default-height, ispell-help): Use
16303 `ispell-graphic-p' instead of `xemacsp'.
16304
16305 2000-08-15 Dave Love <fx@gnu.org>
16306
16307 * simple.el: Autoload widget-convert when compiling.
16308 (mail-user-agent): Doc fix.
16309
16310 * help.el (function-called-at-point, variable-at-point): Use
16311 with-syntax-table.
16312 (help-manyarg-func-alist): Add insert-and-inherit.
16313
16314 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16315
16316 * delsel.el (delsel-unload-hook): New function.
16317
16318 * find-file.el: Doc fixes. Move provide to end.
16319 (ff) <defgroup>: Add :link.
16320 (ff-goto-click): Deleted.
16321 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16322 Use mouse-set-point.
16323
16324 * textmodes/tildify.el: Doc fixes.
16325 (tildify) <defgroup>: Add:version.
16326
16327 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16328 (glasses-custom-set): Use set-default, not set.
16329 (minor-mode-alist): Propertize the lighter.
16330 (glasses-mode): Provide optional arg.
16331
16332 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16333 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16334 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16335 option. Provide :type.
16336 (cwarn-configuration): Provide :type.
16337 (cwarn-mode): Doc fix.
16338
16339 * add-log.el (change-log-merge): Doc fix.
16340 (change-log-redate): New command.
16341
16342 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16343 Doze and Dog.
16344 (browse-url): Use dolist, not mapcar.
16345 (browse-url-at-point): Check for null url.
16346 (browse-url-event-buffer, browse-url-event-point): Functions
16347 deleted.
16348 (browse-url-at-mouse, browse-url-netscape): Simplify.
16349
16350 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16351 modes.
16352 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16353 Fix previous change to mapcan.
16354 (msb--init-file-alist, msb--add-separators)
16355 (msb--make-keymap-menu): Simplify.
16356 (msb--choose-file-menu): Use copy-sequence.
16357 (msb-mode-map): Add title to keymap.
16358 (msb-unload-hook): New function.
16359
16360 * bs.el: Fix indentation.
16361 (bs) <defgroup>: Add :links.
16362 (bs-show): Doc fix.
16363 (bs-apply-sort-faces): Don't use window-system.
16364 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16365
16366 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16367
16368 * calendar/timeclock.el (timeclock-file): Run .timelog through
16369 convert-standard-filename.
16370
16371 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16372
16373 * emacs-lisp/authors.el: New file.
16374
16375 * paren.el (show-paren-priority): New user option.
16376 (show-paren-function): Set overlay priorities to
16377 show-paren-priority.
16378
16379 2000-08-14 Miles Bader <miles@gnu.org>
16380
16381 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16382 beginning-of-line with inhibit-field-text-motion bound.
16383
16384 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16385
16386 * calendar/timeclock.el: New file.
16387
16388 2000-08-14 David Ponce <david@dponce.com>
16389
16390 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16391 `widget-button-click'. so that one can use left mouse button to
16392 click on dialog buttons.
16393
16394 2000-08-14 Emmanuel Briot <briot@gnat.com>
16395
16396 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16397 identifiers, since XML is case sensitive
16398
16399 2000-08-12 Miles Bader <miles@gnu.org>
16400
16401 * comint.el (comint-output-filter): Don't bother frobbing
16402 window-start, it doesn't seem to be necessary.
16403
16404 * comint.el (comint-send-string, comint-send-region): Make into
16405 real functions. Snapshot the prompt before sending.
16406
16407 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16408
16409 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16410 technique similar to Info-index, instead of relying on specific
16411 names of relevant Index nodes.
16412 (Info-goto-emacs-command-node): Bind Info-history to nil when
16413 going to the first node found by Info-find-emacs-command-nodes.
16414
16415 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16416
16417 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16418
16419 2000-08-10 Miles Bader <miles@gnu.org>
16420
16421 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16422
16423 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16424
16425 * info.el (Info-file-list-for-emacs): More elements for the
16426 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16427 and woman manuals.
16428
16429 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16430
16431 * comint.el (comint-send-input): Make the newline boundary overlay
16432 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16433 (comint-output-filter): Use `insert' instead of
16434 `insert-before-markers'. Extend comint-last-output-overlay when
16435 necessary since we can't rely on insert-before-markers to do it.
16436 * gud.el (gud-filter): Use `with-current-buffer' instead of
16437 save-excursion when inserting the output, so that point gets
16438 updated correctly; the old method relied on a rather dodgy
16439 side-effect of comint-output-filter to avoid the effect of
16440 save-excursion.
16441
16442 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16443
16444 * files.el (recover-file): Call insert-directory instead of
16445 invoking `ls' directly.
16446
16447 2000-08-10 Miles Bader <miles@gnu.org>
16448
16449 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16450 (comint-last-prompt-overlay): New variables.
16451 (comint-output-filter): Implement prompt highlighting.
16452 (comint-snapshot-last-prompt): New function.
16453 (comint-send-input): Snapshot the last prompt.
16454 Use comint-highlight-input-face.
16455 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16456 Use defface instead of defcustom.
16457 (send-invisible, comint-send-eof): Snapshot the last prompt.
16458 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16459 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16460
16461 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16462
16463 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16464 (regexp-opt-group): Use a list of chars for `letters'.
16465 (regexp-opt-charset): `chars' is now a list of chars.
16466 Use a char-table rather than a vector so it works for multibyte chars.
16467
16468 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16469 Set cvs-minor-current-files to the selected fileinfo.
16470 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16471 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16472
16473 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16474
16475 * files.el (insert-directory): Don't call access-file on
16476 directories on DOS and Windows.
16477
16478 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16479
16480 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16481 longer if necessary.
16482 (ccl-embed-code): Call ccl-embed-data to store CODE in
16483 ccl-program-vector.
16484
16485 2000-08-09 Miles Bader <miles@gnu.org>
16486
16487 * comint.el (comint-output-filter): Properly handle the case where
16488 the text surrounded by comint-last-output-overlay was deleted.
16489
16490 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16491
16492 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16493 non-nil.
16494 (Info-file-list-for-emacs): Remove "info" from the list because
16495 that leads to trying to use the documentation from file `info'
16496 in various situations where it isn't appropriate, for instance
16497 C-h C-k C-h i.
16498
16499 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16500 DIR and/or STRING are nil.
16501
16502 * progmodes/compile.el (compilation-setup): Make variable
16503 compilation-error-screen-columns buffer-local, as some comment
16504 in the code suggests it should be.
16505
16506 * files.el (auto-mode-interpreter-regexp): New variable.
16507 (set-auto-mode): Use it.
16508
16509 * indent.el (indent-for-tab-command): Doc fix.
16510
16511 * mouse-sel.el (mouse-sel-mode): Doc fix.
16512
16513 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16514 labels.
16515
16516 * help.el (print-help-return-message): When
16517 display-buffer-reuse-frames is set, let the help window been quit,
16518 instead of deleting it, which might delete a reused frame.
16519
16520 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16521
16522 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16523 rename a directory to a name that differs only by its letter case.
16524
16525 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16526
16527 * international/quail.el (quail-define-rules): Handle Quail decode
16528 map correctly. Add code for supporting annotations.
16529 (quail-install-decode-map): New function.
16530 (quail-defrule-internal): New optional arguments decode-map and
16531 props.
16532 (quail-advice): New function.
16533
16534 2000-08-07 Sam Steingold <sds@gnu.org>
16535
16536 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16537 `defconst', `define-condition', `with-slots'.
16538 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16539
16540 2000-08-03 Miles Bader <miles@gnu.org>
16541
16542 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16543 New variable.
16544 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16545 comint-use-prompt-regexp-instead-of-fields.
16546 (comint-send-input): Add `input' field property to stuff we send to
16547 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16548 (comint-output-filter): Add `output' field property to process
16549 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16550 (comint-replace-by-expanded-history)
16551 (comint-get-old-input-default, comint-show-output)
16552 (comint-backward-matching-input, comint-forward-matching-input)
16553 (comint-next-prompt, comint-previous-prompt): Use field
16554 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16555 (comint-line-beginning-position): New function.
16556 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16557 (comint-replace-by-expanded-history-before-point): Use
16558 comint-line-beginning-position and line-end-position.
16559 (comint-last-output-overlay): New variable.
16560 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16561
16562 * shell.el (shell-prompt-pattern): Doc change.
16563 (shell-backward-command): Use line-beginning-position.
16564
16565 * gud.el (gud-gdb-complete-command): Use
16566 comint-line-beginning-position.
16567
16568 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16569 comint-bol doesn't actually go to the beginning of the line.
16570
16571 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16572 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16573 (try-expand-line-all-buffers): Likewise.
16574
16575 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16576 explicitly matching comint-prompt-regexp.
16577 (sql-copy-column): Use comint-line-beginning-position instead of
16578 explicitly matching comint-prompt-regexp.
16579
16580 * progmodes/octave-inf.el (inferior-octave-complete): Use
16581 comint-line-beginning-position.
16582
16583 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16584
16585 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16586 looking for a prompt, use `forward-line 0' instead of
16587 `beginning-of-line', to avoid getting caught by an input field.
16588
16589 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16590
16591 * files.el (shell-quote-wildcard-pattern): Make sure to return
16592 PATTERN, in the Unix case.
16593
16594 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16595
16596 * play/zone.el (zone): Discard any pending input before running
16597 the randomly-chosen pgm.
16598
16599 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16600
16601 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16602 checking the existence of any multibyte characters.
16603
16604 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16605
16606 * help.el (describe-mode): Test minor-mode symbol for being
16607 bound before testing its value for being nil.
16608
16609 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16610 `first', `second', and `third'.
16611
16612 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16613 (second): Make it an alias for `cadr'.
16614
16615 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16616
16617 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16618 types of display support faces now.
16619
16620 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16621
16622 * pcvs.el (require): Require `cl' during compilation, only.
16623
16624 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16625 (toplevel): Remove `remq' and `remove' from autoloads.
16626 (cl-fake-autoloads): New variable. If set, arrange for an error
16627 when CL functions etc. are autoloaded.
16628
16629 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16630
16631 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16632
16633 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16634 popped up, but the user clicks outside the menu, return an empty
16635 regexp (that causes unhighlight-regexp to have no effect).
16636
16637 * menu-bar.el (menu-bar-games-menu): Add Zone.
16638
16639 * hi-lock.el (toplevel): Require font-lock.
16640
16641 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16642
16643 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16644 (ebnf-8-bit-chars): New var for bug fix.
16645 (ebnf-string): Bug fix.
16646
16647 2000-08-03 Sam Steingold <sds@gnu.org>
16648
16649 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16650 instead of `buffer-string'.
16651 (require 'cl): Always, not just when compiling.
16652 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16653 necessary.
16654
16655 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16656
16657 * international/mule-cmds.el (select-safe-coding-system): Make
16658 the message text about selecting a safe coding system more clear.
16659
16660 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16661
16662 * hi-lock.el: New file.
16663
16664 * play/zone.el: New file.
16665
16666 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16667 value of tab-width in the original buffer. Choose a line number
16668 format that's a multiple of the original buffer's tab width, so
16669 that lines appear right.
16670
16671 * textmodes/ispell.el (ispell): New function, replacing an alias.
16672 Spell-check active region if in transient-mark-mode and mark
16673 is active; otherwise spell-check buffer.
16674
16675 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16676
16677 * ps-mule.el: Fix a customization problem on
16678 ps-mule-font-info-database-default.
16679
16680 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16681
16682 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16683 display-mouse-p instead of window-system.
16684 (ebrowse-member-mode-map): Ditto.
16685
16686 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16687
16688 * progmodes/ebnf2ps.el: Update ps-print functions call.
16689 Indentation fix. Doc fix.
16690 (ebnf-version): New version number (3.2).
16691 (ebnf-format-color, ebnf-begin-job): Code fix.
16692
16693 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16694
16695 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16696 font lock support on window-system.
16697 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16698
16699 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16700 display-color-p, if fboundp, instead of window-system.
16701
16702 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16703
16704 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16705 instead of window-system.
16706
16707 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16708 window-system.
16709 (widget-choice-mouse-down-action): Use display-popup-menus-p
16710 instead of window-system.
16711
16712 * strokes.el (strokes-file): Run the file name through
16713 convert-standard-filename.
16714 (strokes-mode): Call display-mouse-p instead of looking at
16715 window-system. Change the error message accordingly.
16716
16717 * progmodes/cpp.el (toplevel): Support faces on tty's.
16718
16719 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16720 (lm-plot-square, lm-init-display): Don't use window-system.
16721
16722 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16723 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16724
16725 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16726 instead of looking at window-system.
16727
16728 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16729
16730 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16731 of testing if iswitchb-prepost-hooks is bound, because the
16732 latter will always be true when invoking a recursive minibuffer
16733 from an active Iswitchb buffer.
16734
16735 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16736
16737 * files.el (shell-quote-wildcard-pattern): New function.
16738 (insert-directory): Call it. Only prepend "\" to command on Unix
16739 and GNU/Linux systems.
16740
16741 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16742
16743 * eshell/esh-groups.el: Change custom :link file names
16744 from `eshell.info' to `eshell'.
16745
16746 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16747
16748 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16749 correctly in recursive ange-ftp listings.
16750
16751 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16752
16753 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16754 ps-header-font-size-internal and
16755 ps-header-title-font-size-internal variables are not set,
16756 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16757 face text property is (foreground-color . COLOR) or
16758 `(background-color . COLOR)', ps-print crashes. Doc fix.
16759 (ps-print-version): New version number (5.2.4).
16760 (ps-plot-region): Code fix.
16761 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16762 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16763 Bug fix 2.
16764
16765 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16766
16767 * glasses.el (glasses-make-readable): Fix uncapitalization of
16768 identifiers like `myXMLDocument'.
16769
16770 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16771
16772 * mail/mail-hist.el (mail-hist-previous-input)
16773 (mail-hist-next-input): Do the obvious code factorization.
16774 (mail-hist-retrieve-and-insert): New func, contains common
16775 code of above two.
16776 If inserting a message body, leave point at top.
16777
16778 2000-07-28 Sam Steingold <sds@gnu.org>
16779
16780 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16781 Use `<=', not `<' to compare times!
16782 (ange-ftp-ls): Remove.
16783
16784 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16785
16786 * play/cookie1.el: Add explanation of how to make cookie.el
16787 compatible with strfile(1) to comment.
16788
16789 * subr.el (remove, remq): New functions.
16790
16791 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16792 escape `*' in regexps.
16793 (midnight-find): Reverse order of arguments in the funcall of
16794 TEST.
16795
16796 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16797 and `.class'.
16798
16799 * play/meese.el: Add Commentary section.
16800
16801 2000-07-27 Alex Schroeder <alex@gnu.org>
16802
16803 * sql.el (sql-ms): Added autoload cookie.
16804 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16805 (sql-oracle): Ditto.
16806 (sql-help): Doc change.
16807
16808 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16809 types and exceptions.
16810
16811 2000-07-27 Alex Schroeder <alex@gnu.org>
16812
16813 * sql.el (sql-placeholder-history): New variable.
16814 (sql-query-placeholders-and-send): New function that will query
16815 the user and replace placeholders with user input.
16816 (sql-oracle): If running on NT, set comint-input-sender to
16817 sql-query-placeholders-and-send.
16818
16819 (sql-stop): If in the SQLi buffer, insert stop notification, else
16820 present it as a message.
16821
16822 2000-07-27 Alex Schroeder <alex@gnu.org>
16823
16824 * sql.el (sql-input-ring-separator): Doc change.
16825 (sql-input-ring-file-name): Doc change.
16826 (sql-interactive-mode): Use `sql-input-ring-separator' and
16827 `sql-input-ring-file-name' to set the comint-mode equivalents
16828 without making them local variables.
16829 (sql-stop): Don't bind `sql-input-ring-separator' and
16830 `sql-input-ring-file-name' dynamically to their comint-mode
16831 equivalents.
16832
16833 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16834
16835 * international/mule.el (register-char-codings): New function.
16836 (make-coding-system): Handle `safe-chars' specification in the arg
16837 PROPERTY.
16838
16839 * international/mule-cmds.el
16840 (find-coding-systems-region-subset-p): This function deleted.
16841 (sort-coding-systems-predicate): New variable.
16842 (sort-coding-systems): New function.
16843 (find-coding-systems-region): Use
16844 find-coding-systems-region-internal.
16845 (find-coding-systems-string): Use find-coding-systems-region.
16846 (find-coding-systems-for-charsets): Check
16847 char-coding-system-table.
16848 (select-safe-coding-system-accept-default-p): New variable.
16849 (select-safe-coding-system): Mostly rewritten. New argument
16850 ACCEPT-DEFAULT-P.
16851 (select-message-coding-system): Call select-safe-coding-system
16852 with ACCEPT-DEFAULT-P arg.
16853 (reset-language-environment): Reset default-sendmail-coding-system
16854 to the default value iso-latin-1.
16855 (set-language-environment): Don't set the obsolete variable
16856 charset-origin-alist.
16857
16858 * international/codepage.el (cp-coding-system-for-codepage-1):
16859 Give `safe-chars' property to make-coding-system.
16860
16861 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16862 calling select-message-coding-system twice.
16863
16864 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16865 instead of `safe-charsets'.
16866 (cyrillic-alternativnyj): Likewise.
16867 (ccl-encode-alternativnyj): Don't check the charset
16868 cyrillic-iso8859-5.
16869
16870 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16871
16872 * composite.el (compose-chars-after): Preserve match data.
16873
16874 2000-07-26 Sam Steingold <sds@gnu.org>
16875
16876 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16877 (ange-ftp-real-file-newer-than-file-p): New function.
16878 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16879 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16880
16881 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16882 * midnight.el (midnight-float-time): Ditto.
16883
16884 2000-07-26 Andreas Schwab <schwab@suse.de>
16885
16886 * files.el (normal-backup-enable-predicate): Correct
16887 interpretation of the return value of compare-strings.
16888
16889 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16890
16891 * isearch.el (isearch-resume): New function.
16892 (isearch-done): Add something to command-history to resume
16893 the search.
16894 (isearch-yank-line, isearch-yank-word): Use
16895 buffer-substring-no-properties instead of buffer-substring.
16896
16897 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16898 of flyspell-mouse-map.
16899
16900 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16901 duplicate definition.
16902 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16903
16904 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16905 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16906
16907 2000-07-25 Sam Steingold <sds@gnu.org>
16908
16909 * net/ange-ftp.el: Get modtime over the net.
16910 (ange-ftp-file-modtime): New function.
16911 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16912 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16913 Use it.
16914 (ange-ftp-dot-to-slash): New function.
16915 (ange-ftp-fix-name-for-vms): Use it.
16916
16917 * midnight.el (midnight-buffer-display-time): Use
16918 `with-current-buffer'.
16919
16920 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16921
16922 * find-dired.el: Update copyright notice.
16923 (find-dired): Offer to kill a running `find'.
16924
16925 * enriched.el (enriched-face-ans): For a `foreground-color'
16926 property, return '(("x-color" COLOR))' so that COLOR will be
16927 output as a parameter of the x-color annotation. Likewise for the
16928 `background-color' property. In the case of normal face
16929 properties, don't return annotations for unspecified foreground
16930 and background face attributes.
16931
16932 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16933
16934 * language/japan-util.el (japanese-katakana-region): Fix handling
16935 HANKAKU argument.
16936
16937 2000-07-25 Miles Bader <miles@gnu.org>
16938
16939 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16940 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16941 constrain-to-field.
16942
16943 2000-07-24 Andrew Innes <andrewi@gnu.org>
16944
16945 * timer.el (timer-activate-when-idle): Add optional parameter
16946 DONT-WAIT. Update docstring.
16947 (run-with-idle-timer): Specify extra parameter to
16948 timer-activate-when-idle, so that timer will be activated
16949 immediately if Emacs is already idle.
16950
16951 * w32-fns.el (w32-using-nt): Fix docstring.
16952
16953 2000-07-24 Dave Love <fx@gnu.org>
16954
16955 * mouse.el (popup-menu): Set last-command-event.
16956 (mouse-major-mode-menu-prefix): Declare.
16957
16958 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16959
16960 * textmodes/flyspell.el: Update to author's version 1.5d.
16961
16962 * progmodes/hideshow.el: Update copyright notice.
16963
16964 * vcursor.el: Set maintainer to FSF, since author cannot
16965 be reached.
16966
16967 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16968
16969 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16970 the prompt.
16971
16972 * mouse.el (popup-menu): Run the keymap through indirect-function,
16973 in case it was defined with define-prefix-key. If the menu is a
16974 list of keymaps, look up the binding of user's choice in each one
16975 of the keymaps.
16976 (mouse-popup-menubar): If the global and local menu-bar keymaps
16977 don't have a prompt string, create one and insert it into the
16978 keymap. Don't barf if current-local-map returns nil.
16979
16980 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16981
16982 * dired.el (dired-sort-R-check): Added to allow recursive listing
16983 to be undone.
16984 (dired-sort-other): Use it.
16985
16986 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16987
16988 * Release of cc-mode 5.27
16989
16990 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16991
16992 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16993 c-beginning-of-statement-1 that caused a bad case of recursion
16994 which could consume a lot of CPU in large classes in languages
16995 that have in-expression classes (i.e. Java and Pike).
16996
16997 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16998 statements before top level constructs (i.e. case 6 is moved
16999 before case 5 and is now case 4) to catch in-expression
17000 classes in top level expressions correctly.
17001
17002 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17003
17004 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17005 objc-method-intro. Case 4 removed and case 5I added.
17006
17007 * cc-langs.el (c-append-paragraph-start): New variable used by
17008 c-common-init to get paragraph-start correct.
17009 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17010 initialize paragraph-start to make it correct both with and
17011 without the javadoc special case.
17012
17013 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17014 initialize paragraph-start for javadoc markup.
17015
17016 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17017 change by defaulting this to t. It's motivated by the
17018 confusing behavior that otherwise arise from the style system
17019 when editing both java and non-java files at the same time
17020 (see the comments about style setting in c-common-init).
17021
17022 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17023
17024 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17025 similar to the one in c-fill-paragraph to check the fill
17026 prefix from the adaptive fill function for sanity.
17027
17028 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17029
17030 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17031 defun block.
17032
17033 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17034
17035 * cc-align.el (c-lineup-multi-inher): Handle lines with
17036 leading comma nicely. Extended to handle member initializers
17037 too.
17038
17039 * cc-engine.el: (c-beginning-of-inheritance-list,
17040 c-guess-basic-syntax): Fixed recognition of inheritance lists
17041 when the lines begins with a comma.
17042
17043 * cc-vars.el (c-offsets-alist): Changed default for
17044 member-init-cont to c-lineup-multi-inher since it now handles
17045 member initializers and indents better for leading commas.
17046
17047 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17048
17049 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17050 handling that caused class open lines to be recognized as
17051 statement-conts in some cases.
17052
17053 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17054 guessed by the adaptive fill function unless point is on the
17055 first line of a block comment.
17056
17057 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17058 when the buffer ends with a macro continuation char.
17059
17060 * cc-engine.el (c-guess-basic-syntax): Added support for
17061 function definitions as statements in Pike. The first
17062 statement in a lambda block is now labeled defun-block-intro
17063 instead of statement-block-intro.
17064
17065 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17066 so that the class surrounding point is selected, not the one
17067 innermost in the state.
17068
17069 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17070 recognition of switch labels having hanging multiline
17071 statements.
17072
17073 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17074 some code in c-guess-basic-syntax to a separate function.
17075 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17076 recognition of member inits with multiple line arglists.
17077 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17078 member-init-cont when the commas are in funny places.
17079
17080 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17081
17082 * cc-defs.el (c-auto-newline): Removed this macro since it's
17083 not used anymore.
17084
17085 * cc-engine.el (c-looking-at-bos): New helper function.
17086 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17087 inexpr and toplevel classes apart in Pike.
17088
17089 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17090 of case 9A.
17091
17092 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17093 constant, since "class" can introduce an in-expression class
17094 in Pike nowadays.
17095
17096 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17097
17098 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17099 indentation on cpp-macro lines.
17100
17101 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17102 a syntax modifier like comment-intro, to make it possible to
17103 get syntactic indentation for preprocessor directives. It's
17104 incompatible wrt to lineup functions on cpp-macro, but it has
17105 no observable effect in the 99.9% common case where cpp-macro
17106 is set to -1000.
17107
17108 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17109
17110 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17111 member-init-cont when the preceding arglist is several lines.
17112
17113 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17114
17115 * cc-styles.el (c-style-alist): The basic offset for the BSD
17116 style corrected to 8.
17117
17118 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17119
17120 * cc-styles.el (c-style-alist): Adjusted the indentation of
17121 brace list openers in the gnu style.
17122
17123 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17124
17125 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17126
17127 * cc-cmds.el (c-electric-brace, c-electric-slash,
17128 c-electric-star, c-electric-semi&comma, c-electric-colon,
17129 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17130 when c-syntactic-indentation is nil.
17131
17132 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17133 we were left at comments preceding the first statement when
17134 reaching the beginning of the buffer.
17135
17136 * cc-vars.el (c-syntactic-indentation): New variable to turn
17137 off all syntactic indentation.
17138
17139 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17140
17141 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17142 between the text and the block comment ender when it hangs,
17143 depending on how many there are before the fill.
17144
17145 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17146
17147 * cc-engine.el (c-beginning-of-closest-statement): New helper
17148 function to go back to the closest preceding statement start,
17149 which could be inside a conditional statement.
17150 * cc-engine.el (c-guess-basic-syntax): Use
17151 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17152
17153 * cc-engine.el (c-guess-basic-syntax): Better handling of
17154 arglist-intro, arglist-cont-nonempty and arglist-close when
17155 the arglist is nested inside parens. Cases 7A, 7C and 7F
17156 changed.
17157
17158 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17159 up-to-date with javadoc 1.2.
17160
17161 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17162
17163 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17164 multiline Pike type decls.
17165
17166 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17167
17168 * cc-cmds.el (c-indent-new-comment-line): Always break
17169 multiline comments in multiline mode, regardless of
17170 comment-multi-line.
17171
17172 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17173
17174 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17175 fully::qualified::names in C++ member init lists. Preamble in
17176 case 5D changed.
17177
17178 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17179
17180 * cc-langs.el (c-common-init): Handling of obsolete variables
17181 moved to c-initialize-cc-mode. More compatible style override
17182 when using global style variables.
17183 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17184 variables moved here.
17185
17186 * cc-styles.el (c-make-styles-buffer-local): Flag style
17187 variable localness in c-style-variables-are-local-p to make
17188 the compatibility measure in c-common-init work well.
17189
17190 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17191 longer contain set-from-style.
17192 * cc-styles.el (c-initialize-builtin-style): Don't check for
17193 set-from-style on c-special-indent-hook.
17194 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17195 copy-alist is sufficient now.
17196
17197 * cc-styles.el (c-set-style, c-set-style-1,
17198 c-get-style-variables): Fixes to variable initialization so
17199 that duplicate entries in styles have the same effect
17200 regardless of DONT-OVERRIDE.
17201
17202 * cc-styles.el (c-set-style-2): Fixed bug where the
17203 initialization of inheriting styles failed when the
17204 dont-override flag is set.
17205
17206 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17207 on this.
17208
17209 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17210
17211 * cc-defs.el (c-forward-comment): Removed the workaround
17212 introduced in 5.38 since it had worse side-effects. If a line
17213 contains the string "//\"", it regarded the // as a comment
17214 start since the \ temporarily doesn't have escape syntax.
17215
17216 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17217
17218 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17219 ada-xref.el before ada-prj.el, so that the Project menu is created
17220 when ada-prj tries to add to it.
17221 (ada-activate-keys-for-case): Suppress the characters that are not
17222 part of the Ada syntax. Better compatibility with else-mode
17223 (ada-adjust-case-interactive): When auto-casing is not active,
17224 correctly insert newlines (used to insert only ^M). Prevent the
17225 syntax table from being changed in case of an error
17226 (or '_' becomes part of a word and some commands are confused).
17227 Do nothing if ada-auto-case is nil.
17228 (ada-after-keyword-p): Ignore keywords that are also attributes
17229 (ada-batch-reformat): Update usage comment
17230 (ada-call-from-contextual-menu): New function
17231 (ada-case-read-exceptions): Reinitialize the casing exception list
17232 first to nil first, so that the casing exception file can be
17233 shared.
17234 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17235 files.
17236 (ada-compile-goto-error): Fix regexp used to detect a file:line
17237 anywhere in the error message
17238 (ada-contextual-menu-last-point): New variable
17239 (ada-create-keymap): If the variable delete-key-deletes-forward is
17240 t on XEmacs, it means that DEL should delete one character
17241 forward.
17242 (ada-create-menu): Use :included instead of :visible for XEmacs.
17243 New submenu "Options".
17244 (ada-end-stmt-re): Correctly indent "select ... then abort"
17245 statements.
17246 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17247 even if they don't match ada-fill-comment-prefix Fix handling of
17248 paragraphs on the first or last line of a file.
17249 (ada-format-paramlist): Fix handling of default parameter values.
17250 (ada-get-body-name): New function.
17251 (ada-get-current-indent): Optimized by searchling directly for an
17252 existing generic part or a statement outside of it. Handle
17253 ada-indent-align-comments when indenting comments Replaced some
17254 regexps by testing directly the next character. This results in a
17255 huge speedup on some files. New indentation scheme for renames
17256 statements. Stop looking for the 'while' or 'for' associated with
17257 a 'loop' at the first semicolon encountered. A "return" can also
17258 match an anonymous access subprogram declaration.
17259 (ada-get-indent-noindent): Ignore strings and comments when
17260 looking for the keywords "record" and "private".
17261 (ada-goto-matching-decl-start): When matching "if", make sure we
17262 are not in fact seeing "end if". Ignore "when" statements except
17263 when initial keyword was "begin". Fix handling of nested
17264 procedures. Add a recursive call to this function to skip over
17265 other 'end' statmts. Fix indentation for "when .. => begin"
17266 (ada-in-open-paren-p): Fix indentation for complex boolean
17267 expressions, where 'and then', 'or else' and parenthesis
17268 statements are mixed up.
17269 (ada-in-paramlist-p): Skip comments while searching for the
17270 beginning Fix handling of operator declarations.
17271 (ada-indent-align-comments): New variable
17272 (ada-indent-current): Change the syntax table only in the
17273 protected section, so that we are sure it is restored correctly.
17274 (ada-indent-on-previous-lines): Use ada-use-indent and
17275 ada-with-indent Correctly indent "select ... then"
17276 (ada-indent-region): Slight speedup.
17277 (ada-indent-renames): New variable.
17278 (ada-last-which-function-subprog, ada-last-which-function-line):
17279 New variables
17280 (ada-looking-at-semi-private): Correctly indent the 'private'
17281 keyword when it is the first word in a package declaration.
17282 (ada-loose-case-word): Stop searching if at the end of the buffer.
17283 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17284 even if point is not initially at the end of the word.
17285 (ada-matching-decl-start-re): Add "when".
17286 (ada-mode): Add support for abbrev-mode, outline-mode and
17287 which-func-mode Override the old find-file.el entry in
17288 ff-special-constructs since it is using the obsolete
17289 ada-spec-suffix variable
17290 (ada-no-auto-case): New function
17291 (ada-scan-paramlist): When parsing the argument type, accept
17292 spaces (as in "X 'Class", generated by Rational Rose).
17293 (ada-other-file-name): No longer loads the other file.
17294 (ada-popup-menu): Save and restore the current buffer and cursor
17295 position before and after displaying the menu.
17296 (ada-search-ignore-complex-boolean): New function.
17297 (ada-uncomment-region): Emacs21 already knows how to delete
17298 comments not starting in the first column.
17299 (ada-use-indent): New variable
17300 (ada-which-function): New function.
17301 (ada-with-indent): New variable
17302 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17303 can be batch-compiled from the command line.
17304
17305 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17306 Add to the menu when the file is loaded, not in ada-mode-hook.
17307 Add -toolbar to the default ddd command Switches moved from
17308 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17309 ada-prj-default-comp-opt
17310 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17311 Reference Manual to the menu
17312 (ada-check-current): rewritten as a call to ada-compile-current
17313 (ada-compile): Removed.
17314 (ada-compile-application, ada-compile-current, ada-check-current):
17315 Set the compilation-search-path so that compile.el automatically
17316 finds the sources in src_dir. Automatic scrollong of the
17317 compilation buffer. C-uC-cC-c asks for confirmation before
17318 compiling
17319 (ada-compile-current): New parameter, prj-field
17320 (ada-complete-identifier): Load the .ali file before doing
17321 processing
17322 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17323 conform to gnatmake's behavior.
17324 (ada-find-file-in-dir): New function
17325 (ada-find-references): Set the environment variables for gnatfind
17326 (ada-find-src-file-in-dir): New function.
17327 (ada-first-non-nil): Removed
17328 (ada-gdb-application): Add support for jdb, the java debugger.
17329 (ada-get-ada-file-name): Load the original-file first if not done
17330 yet.
17331 (ada-get-all-references): Handles the new ali syntax (parent types
17332 are found between <>).
17333 (ada-initialize-runtime-library): New function
17334 (ada-mode-hook): Always load a project file when a file is opened,
17335 so that the casing exceptions are correctly read.
17336 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17337 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17338 to open the project file, since the latter does not work with
17339 speedbar Get default values before loading the prj file, or the
17340 default executable file name is wrong. Use the absolute value of
17341 src_dir to initialize ada-search-directories and
17342 compilation-search-path,... Add the standard runtime library to
17343 the search path for find-file.
17344 (ada-prj-default-debugger): Was missing an opening '{'
17345 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17346 variables.
17347 (ada-prj-default-gnatmake-opt): New variable
17348 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17349 buffers, the project file is the default one Save the windows
17350 configuration before displaying the menu.
17351 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17352 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17353 ...) regexp-quote identifiers names to support operators +,
17354 -,... in regexps.
17355 (ada-remote): New function.
17356 (ada-run-application): Erase the output buffer before starting the
17357 run Support remote execution of the application. Use
17358 call-process, or the arguments are incorrectly parsed
17359 (ada-set-default-project-file): Reread the content of the active
17360 project file, not the one from the current buffer When a project
17361 file is set as the default project, all directories are
17362 automatically associated with it.
17363 (ada-set-environment): New function
17364 (ada-treat-cmd-string): New special variable ${current}
17365 (ada-treat-cmd-string): Revised. The substitution is now done for
17366 any ${...} substring
17367 (ada-xref-current): If no body was found, compiles the spec
17368 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17369 compiler to get rid of command line length limitations.
17370 (ada-xref-get-project-field): New function
17371 (ada-xref-project-files): New variable
17372 (ada-xref-runtime-library-specs-path)
17373 (ada-xref-runtime-library-ali-path): New variables
17374 (ada-xref-set-default-prj-values): Default run command now does a
17375 cd to the build directory. New field: main_unit Provide a default
17376 file name even if the current buffer has no prj file.
17377
17378 * ada-prj.el:
17379 Rewritten to show a tabbed-dialog.
17380 (ada-prj-add-ada-menu): Remove the map and name parameters.
17381 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17382 New function
17383 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17384 (ada-prj-load-from-file): New function
17385 (ada-prj-save): Always save fields that depend on the current buffer
17386 (ada-prj-show-value): New function
17387
17388 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17389 Ada mode. This will allow us to display the Ada menu in any buffer
17390 we want (for project items).
17391 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17392 number of spaces in the header.
17393
17394 2000-07-24 Dave Love <fx@gnu.org>
17395
17396 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17397
17398 2000-07-23 Noah Friedman <friedman@splode.com>
17399
17400 * type-break.el (type-break): perform autosave.
17401 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17402 (type-break-do-query): Cancel query schedule while performing
17403 actual query, to avoid possibility of a second query being made
17404 while first one is already in progress.
17405 (type-break-time-stamp-format): New variable.
17406 (type-break-time-stamp): New function.
17407 (type-break-time-warning): Use it.
17408 (type-break-keystroke-warning): Use it.
17409 (type-break-noninteractive-query): Use it.
17410
17411 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17412 cookie.
17413 Use add-minor-mode to set minor-mode-alist, if available.
17414 (eldoc-echo-area-use-multiline-p): New user option.
17415 (eldoc-echo-area-multiline-supported-p): New variable.
17416 (eldoc-docstring-format-sym-doc): Use them.
17417 (eldoc-mode): If not using idle timers, append to local post and
17418 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17419 (eldoc-display-message-no-interference-p): Don't interfere with
17420 edebug.
17421 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17422 (eldoc-function-arglist): New function.
17423 (eldoc-function-argstring): Use it.
17424
17425 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17426 auto save directory exists before calling directory-files.
17427
17428 2000-07-23 Dave Love <fx@gnu.org>
17429
17430 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17431 ^o, ^u.
17432
17433 2000-07-21 Dave Love <fx@gnu.org>
17434
17435 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17436 now passed to the function. It now works properly.
17437
17438 * smerge-mode.el (smerge-mode-menu): Fill it out.
17439
17440 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17441
17442 * info-look.el (info-lookup): If *info* is shown in another frame
17443 on the same display, select that frame, instead of switching to
17444 the Info buffer in another window of the selected frame.
17445
17446 * simple.el (universal-argument-map): Bind numeric keypad keys
17447 kp-0 to kp-9 and kp-subtract.
17448 (digit-argument): Handle these keys.
17449
17450 2000-07-20 Dave Love <fx@gnu.org>
17451
17452 * net/goto-addr.el (goto-address-fontify): Don't bother with
17453 buffer-modified and read-only stuff -- irrelevant with overlays.
17454 Put an extra property on the overlays and use it to clean up in
17455 case goto-address is re-run.
17456
17457 2000-07-19 Richard M. Stallman <rms@gnu.org>
17458
17459 * timer.el (run-with-idle-timer): Doc fix.
17460
17461 * mail/mail-utils.el (mail-strip-quoted-names):
17462 Handle case where <...> appears inside "...".
17463 Use replace-match to edit the string more simply.
17464 (rmail-dont-reply-to): Cope with an unmatched ".
17465
17466 2000-07-19 Dave Love <fx@gnu.org>
17467
17468 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17469 implementation.
17470
17471 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17472 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17473 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17474
17475 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17476
17477 * textmodes/refer.el: Correct maintainer's email address.
17478
17479 * progmodes/hideif.el: Correct author's email address.
17480 Fix typo in comment.
17481
17482 * xml.el: New file.
17483
17484 * mail/mailheader.el: Correct author's mail address.
17485
17486 * gnus/parse-time.el: Correct author's mail address.
17487
17488 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17489
17490 * comint.el (comint-highlight-input, comint-highlight-face):
17491 New user options.
17492 (comint-input-ring-file-name): Change custom type.
17493 (comint-mode-map): Bind mouse-2.
17494 (comint-insert-clicked-input): New function.
17495 (comint-send-input): Handle input highlighting.
17496
17497 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17498
17499 * mouse.el (popup-menu): New function.
17500 (mouse-major-mode-menu): Use it.
17501
17502 2000-07-18 Dave Love <fx@gnu.org>
17503
17504 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17505 improvements.
17506
17507 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17508
17509 * faces.el (face-font-selection-order)
17510 (face-font-family-alternatives): Add custom type.
17511
17512 2000-07-18 Dave Love <fx@gnu.org>
17513
17514 * cus-edit.el (custom-variable-reset-saved)
17515 (custom-variable-reset-standard): Remove unused bindings.
17516
17517 * rect.el (open-rectangle-line): Remove unused let.
17518
17519 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17520
17521 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17522
17523 * cdl.el: Fix `Maintainer' keyword.
17524
17525 * play/pong.el: Add author's email address.
17526
17527 2000-07-17 Sam Steingold <sds@gnu.org>
17528
17529 * files.el (insert-directory): Call `split-string' instead of
17530 re-implementing it.
17531
17532 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17533
17534 * mail/vms-pmail.el: Change maintainer to FSF.
17535
17536 * net/goto-addr.el: Change maintainer to FSF.
17537
17538 * info.el (Info-title-face-alist): Removed.
17539
17540 2000-07-18 David Ponce <david@dponce.com>
17541
17542 * recentf.el (recentf-open-files): New command that works like
17543 `recentf-open-more-files', but shows the whole list of files (not just
17544 those omitted from the menu). Useful if you don't use a menu-bar!
17545 (recentf-open-more-files) Modified to use `recentf-open-files'.
17546
17547 (recentf-open-files, recentf-open-more-files)
17548 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17549
17550 (recentf-dialog-mode): New mode for dialogs. You can now just type
17551 "q" to cancel the dialogs.
17552
17553 2000-07-18 David Ponce <david@dponce.com>
17554
17555 * recentf.el: This is a major update of recentf.el. It adds new
17556 features to better organize the recentf menu and "More..." buffer.
17557
17558 Using new provided menu filtering functions you can now organize the
17559 recent files list:
17560
17561 - by major modes
17562 - by directories
17563 - by user defined rules
17564
17565 Finally, with the new `recentf-filter-changer' customizable filter you
17566 can define a ring of filters and dynamically (via the menu) cycle on
17567 each menu organization in the ring (a la msb).
17568
17569 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17570
17571 * eshell/eshell.el (eshell): Replace links to eshell.info with
17572 links to eshell, to avoid problems on systems where the manual is
17573 installed as `eshell'.
17574 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17575 * eshell/em-smart.el (eshell-smart): Ditto.
17576 * eshell/em-banner.el (eshell-banner): Ditto.
17577 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17578
17579 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17580 same-file check in the MS-DOS version (it does support inodes).
17581
17582 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17583
17584 * eshell/eshell.el (eshell-directory-name):
17585 Run default directory name through convert-standard-filename.
17586
17587 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17588
17589 * international/mule-cmds.el (select-safe-coding-system):
17590 Fix typo in the comment.
17591
17592 * language/european.el (compound-text):
17593 Force katakana-jisx0201 to be designated to G1.
17594
17595 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17596 Don't translate some national variant characters of latin-jisx0201.
17597 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17598
17599 * international/kkc.el (kkc-after-update-conversion-functions):
17600 New variable.
17601 (kkc-update-conversion): Run functions in it at the tail.
17602
17603 2000-07-16 John Wiegley <johnw@gnu.org>
17604
17605 * lisp/align.el (align-newline-and-indent):
17606 Adding new function. for auto-aligning blocks of code on RET.
17607 (align-region): Fixed badly formatted minibuffer message.
17608
17609 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17610
17611 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17612 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17613 the conversion list at first if appropriate.
17614 (kkc-next): Don't update kkc-next-count here.
17615 (kkc-prev): Don't update kkc-prev-count here.
17616 (kkc-show-conversion-list-update): Fix setting up of conversion
17617 list message.
17618
17619 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17620
17621 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17622
17623 2000-07-16 Dave Love <fx@gnu.org>
17624
17625 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17626 function to be more specific.
17627
17628 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17629 non-string help-echo.
17630 (widget-types-convert-widget): Defsubst it.
17631 (widget-echo-help): Try to cope with a help-echo function of two
17632 possible sorts.
17633
17634 2000-07-15 Jason Rumney <jasonr@gnu.org>
17635
17636 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17637 Declare as obsolete.
17638
17639 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17640
17641 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17642
17643 * hilit-chg.el: Fix typo.
17644
17645 2000-07-14 Dave Love <fx@gnu.org>
17646
17647 * info.el (Info-mode-menu): Fix use of :help, :enable.
17648
17649 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17650
17651 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17652
17653 2000-07-13 Dave Love <fx@gnu.org>
17654
17655 * emacs-lisp/easymenu.el: Doc fixes.
17656 (easy-menu-remove): Defalias to ignore.
17657
17658 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17659 Call throw correctly.
17660
17661 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17662
17663 * faces.el (frame-background-mode): Doc fix.
17664
17665 * simple.el (eval-expression-print-length): Change custom type to
17666 allow entering nil as value.
17667
17668 2000-07-13 Dave Love <fx@gnu.org>
17669
17670 * progmodes/fortran.el (fortran-imenu-generic-expression):
17671 Change definition layout.
17672 (fortran-mode-menu): Reinstate customize entries.
17673
17674 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17675 Use :filter, per old XEmacs code.
17676
17677 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17678
17679 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17680 event when deciding what to send to the terminal.
17681
17682 2000-07-12 Dave Love <fx@gnu.org>
17683
17684 * cus-start.el: Add optional version as 4th element of specs and
17685 use it for several things new in v21. Remove load-path. Fix type
17686 of line-number-display-limit.
17687
17688 2000-07-11 Dave Love <fx@gnu.org>
17689
17690 * progmodes/fortran.el: Don't require easymenu.
17691 Use repeat counts in various regexps.
17692 (fortran-mode-syntax-table): Defvar directly.
17693 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17694 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17695 Use defvar, not defconst.
17696 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17697 (fortran-mode): Set fortran-comment-line-start-skip,
17698 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17699 (fortran-comment-indent): Use defsubst.
17700 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17701 Use fortran-comment-indent, not fortran-comment-indent-function.
17702 (fortran-comment-region, fortran-electric-line-number): Simplify.
17703 (fortran-auto-fill): New function.
17704 (fortran-do-auto-fill): Deleted.
17705 (fortran-find-comment-start-skip):
17706 Check for non-null comment-start-skip.
17707 (fortran-auto-fill-mode, fortran-fill-statement):
17708 Use fortran-auto-fill.
17709 (fortran-fill): Use fortran-auto-fill. Check for null
17710 comment-start-skip. Simplify final clause and use end-of-line finally.
17711
17712 * widget.el (widget-plist-member): New alias.
17713
17714 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17715
17716 * eshell/esh-module.el (toplevel): Reference
17717 byte-compile-current-file only if it is bound.
17718
17719 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17720
17721 * dired.el: Don't require `dired-aux'.
17722
17723 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17724
17725 * dired-aux.el (dired-show-file-type): New function.
17726 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17727 (dired-show-file-type): Add autoload.
17728
17729 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17730
17731 * international/mule-diag.el (describe-font): Adjusted for the
17732 change of fontset-info.
17733 (print-fontset): Likewise.
17734
17735 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17736
17737 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17738
17739 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17740
17741 * bindings.el: Bind `[delete]' to delete-char.
17742
17743 * dired.el (dired-find-alternate-file): New function.
17744 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17745 (toplevel): Require dired-aux when compiling.
17746 (dired-buffers): Move defvar within file to avoid compiler warning.
17747
17748 * info.el (Info-last-search): Variable removed.
17749 (Info-search-history): New variable.
17750 (Info-search): New Info-search-history.
17751
17752 * battery.el, info-look.el: Change author's mail address.
17753
17754 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17755
17756 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17757 if rmail-ignored-headers is nil.
17758 (rmail-retry-failure): Bind rmail-ignored-headers and
17759 rmail-displayed-headers to nil.
17760
17761 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17762
17763 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17764 (print-region-1): Don't hard code `-h' here.
17765
17766 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17767
17768 2000-07-01 Francesco Potorti` <pot@gnu.org>
17769
17770 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17771 exim can use "your message" instead of "the message".
17772
17773 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17774
17775 * facemenu.el: Docstrings fixes.
17776 (facemenu-get-face): Don't use internal-find-face.
17777 (facemenu-iterate): Rename arg to match the docstring.
17778
17779 * newcomment.el (uncomment-region): Be more careful when skipping
17780 backwards over `=' not to bump into BOBP.
17781
17782 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17783
17784 * ediff-diff.el (ediff-wordify): Use syntax table.
17785 * ediff-init.el (ediff-has-face-support-p): Use
17786 ediff-color-display-p.
17787 (ediff-color-display-p): Use display-color-p, changed to defun
17788 from defsubst.
17789 Got rid of special cases for NeXT and OS/2.
17790 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17791 face.
17792
17793 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17794
17795 * emacs-lisp/lucid.el: Require CL.
17796 (copy-tree, remprop): Remove, it's provided by CL.
17797 (map-keymap): Define in terms of cl-map-keymap.
17798 (extent-property, set-extent-end-glyph): New functions.
17799
17800 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17801
17802 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17803
17804 * Makefile.in (DONTCOMPILE): Add comment that the name may
17805 not be changed without changing the make-dist script.
17806
17807 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17808 (cl-mapc): Use mapc instead of cl-old-mapc.
17809
17810 2000-07-05 Andrew Innes <andrewi@gnu.org>
17811
17812 * makefile.nt: Add support for `bootstrap' and related targets.
17813
17814 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17815
17816 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17817 (easy-menu-do-define): Use `menu-item' format.
17818 Handle case where easy-menu-create-menu returns a symbol.
17819 Manually call the potential top-level filter in the function binding.
17820 (easy-menu-filter-return): New arg NAME.
17821 Convert to a keymap if MENU is an XEmacs menu.
17822 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17823 (easy-menu-converted-items-table, easy-menu-convert-item):
17824 New var and fun to memoize easy-menu-convert-item-1.
17825 (easy-menu-do-add-item): Use it.
17826 (easy-menu-create-menu): Use easy-menu-convert-item.
17827 Wrap easy-menu-filter-return around any :filter specification.
17828 Don't convert the menu if a filter was specified.
17829 Tell easy-menu-make-symbol not to check for MENU being an expression.
17830 (easy-menu-make-symbol): New arg NOEXP.
17831
17832 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17833
17834 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17835 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17836 (eval-defun): If called with prefix arg, instrument code for
17837 Edebug.
17838
17839 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17840 similar to that of eval-defun.
17841
17842 2000-07-04 Dave Love <fx@gnu.org>
17843
17844 * hl-line.el (hl-line-overlay): Make it permanent-local.
17845
17846 * calendar/todo-mode.el: Replaced with a working version, based on
17847 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17848
17849 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17850
17851 * paths.el (prune-directory-list): New function.
17852 (Info-default-directory-list): Rewritten to more methodically
17853 enumerate a big list of possible info directories (based on the
17854 list used by the standalone info reader).
17855
17856 * info.el (info-initialize): Use prune-directory-list to remove
17857 non-existent directories from Info-directory-list.
17858
17859 * paths.el (Info-default-directory-list): Try a list of possible
17860 info-directories instead of a single one. Add the possible
17861 info directory "/usr/share/info".
17862
17863 * woman.el (woman-man.conf-path): Explicitly include the debian
17864 man-db config file "/etc/manpath.config".
17865 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17866 are present in `manpath.config'.
17867 (woman-manpath): Include "/usr/share/man".
17868
17869 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17870
17871 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17872
17873 * startup.el (command-line): Initialize blink-cursor based
17874 on window-system.
17875
17876 * frame.el (blink-cursor): Default to nil if not running under
17877 a window-system.
17878
17879 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17880 (face-x-resources): Remove duplicate entry for :font.
17881
17882 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17883 instead of cycling through windows with next-window.
17884
17885 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17886 of cycling through windows with next-window.
17887
17888 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17889 of cycling through windows with next-window.
17890
17891 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17892 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17893 instead of cycling through windows with next-window.
17894
17895 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17896 instead of cycling through windows with next-window.
17897
17898 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17899 of cycling through windows with next-window.
17900
17901 * terminal.el (te-process-output): Use walk-windows instead of
17902 cycling through windows with next-window.
17903
17904 * server.el (server-switch-buffer): Use some-window instead of
17905 cycling through windows with next-window.
17906
17907 * window.el (some-window): New function.
17908 (walk-windows): Remove reference to walk-windows-start.
17909
17910 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17911
17912 2000-07-03 Richard Stallman <rms@gnu.org>
17913
17914 * window.el (walk-windows): Guarantee termination by keeping a list
17915 of all the windows already handled.
17916
17917 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17918
17919 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17920 window-system.
17921
17922 * man.el (Man-notify-when-ready): Don't use window-system. If
17923 Man-notify-method is newframe, and the display is not
17924 multi-frame, select the frame created for the man page.
17925 (Man-init-defvars): Doc fix.
17926
17927 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17928
17929 * faces.el (region): Change background color for light background.
17930
17931 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17932 attribute from mode-line face of Ediff control frame.
17933
17934 * replace.el (query-replace-map): Bind `e' like `E'.
17935
17936 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17937
17938 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17939 Change name to "Select All".
17940
17941 * dos-fns.el (convert-standard-filename): Fix last change.
17942
17943 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17944
17945 * help.el (describe-variable): Don't insert a second `'s' in front
17946 of the string `value is shown below'. Since the syntax-table is
17947 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17948 an existing `'s', so that this won't be deleted.
17949
17950 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17951 * pcmpl-unix.el: New files.
17952
17953 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17954
17955 * wid-edit.el (widget-member): Use the new plist-member.
17956
17957 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17958
17959 * replace.el (perform-replace): Undo change of 2000-04-04.
17960 Instead, move backward 1 character at the end of the loop when
17961 necessary.
17962
17963 * faces.el (fringe): Change face for different backgrounds.
17964
17965 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17966 patch from John.
17967
17968 * eshell/*.el: Change spelling of the Free Software Foundation.
17969
17970 * eshell/esh-toggle.el: Removed.
17971
17972 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17973
17974 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17975 interactively.
17976
17977 2000-06-26 Alex Schroeder <alex@gnu.org>
17978
17979 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17980 `define-key'; instead of checking `(emacs-version)' check for
17981 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17982 for `;' and `o' which might be electric.
17983
17984 (sql-electric-stuff): New user option.
17985 (sql-magic-go): New function which uses `sql-electric-stuff'.
17986 (sql-magic-semicolon): New function which uses
17987 `sql-electric-stuff'.
17988
17989 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17990 is not fboundp.
17991
17992 (sql-oracle-options): New variable.
17993 (sql-oracle): Use it.
17994
17995 (sql-imenu-generic-expression): Doc change.
17996 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17997 is used.
17998
17999 (sql-informix): Added command line parameter "-" to force
18000 sql-informix-program to use stdout.
18001
18002 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18003
18004 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18005 (cp864-decode-table): Doc fix.
18006 (cp720-decode-table): New variable, supports the Arabic OEM
18007 codepage used by Windows.
18008 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18009
18010 2000-06-23 Dave Love <fx@gnu.org>
18011
18012 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18013 (font-lock-fontify-anchored-keywords): Use
18014 line-beginning-position.
18015 (global-font-lock-mode): Use mapc.
18016
18017 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18018
18019 * eshell/esh-module.el: Require CL when compiling.
18020
18021 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18022
18023 * comint.el (comint-substitute-in-file-name): Call replace-match
18024 with second and third arg t.
18025
18026 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18027 Specify foreground color.
18028
18029 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18030 color.
18031
18032 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18033
18034 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18035 cddr instead of cdddr.
18036
18037 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18038 instead of copy-list.
18039
18040 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18041 of copy-list.
18042
18043 * subdirs.el: Add eshell subdirectory.
18044
18045 * eshell: New subdirectory containing the Eshell package.
18046
18047 * pcomplete.el: New file.
18048
18049 2000-06-23 Paul Eggert <eggert@twinsun.com>
18050
18051 * mail/mailpost.el (post-mail-send-it): Make sure file has
18052 proper permissions from birth.
18053
18054 * files.el (basic-save-buffer-2): When temporarily setting
18055 file modes, set them to current modes plus 0200, not to 0777.
18056
18057 * emerge.el (emerge-make-temp-file): Make sure file has proper
18058 permissions from birth.
18059
18060 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18061
18062 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18063 backup file name through convert-standard-filename.
18064
18065 * dos-fns.el (convert-standard-filename): Convert leading
18066 directories as well. When long file names are supported, convert
18067 characters that are invalid in Windows file names.
18068
18069 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18070
18071 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18072 ps-print crashes. New feature: page selection for printing. Create
18073 raw-text-unix coding system for XEmacs. Doc fix.
18074 (ps-print-version): New version number (5.2.3).
18075 (ps-plot-region): Bug fix.
18076 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18077 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18078 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18079 funs.
18080 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18081 (ps-last-page): New vars.
18082
18083 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18084
18085 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18086 empty option string.
18087
18088 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18089
18090 * man.el (man): Doc fix.
18091
18092 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18093
18094 * international/mule-cmds.el (set-language-info-alist): Docstring
18095 fixed.
18096
18097 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18098
18099 * version.el (emacs-version): Use ISO date format.
18100
18101 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18102 instead of `M-backspace'.
18103
18104 * simple.el (turn-off-auto-fill): New function.
18105
18106 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18107
18108 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18109 Renamed from with-buffer-prepared-for-font-lock and use
18110 inhibit-modification-hooks rather than setting *-change-functions.
18111 Update all functions to use the new name.
18112 (jit-lock-first-unfontify-pos): New semantics (and doc).
18113 (jit-lock-mode): Make non-interactive.
18114 Don't automatically turn on font-lock.
18115 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18116 Always use jit-lock-after-change.
18117 Remove and restore font-lock-after-change-function.
18118 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18119 (jit-lock-after-unfontify-buffer): Remove.
18120 (jit-lock-stealth-fontify):
18121 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18122 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18123
18124 2000-06-20 Sam Steingold <sds@gnu.org>
18125
18126 * emacs-lisp/cl-indent.el (toplevel): Indent
18127 `print-unreadable-object' properly. Untabify.
18128
18129 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18130
18131 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18132 Support for bibentry.
18133 (reftex-compile-variables): Fixed problem with end of section-re.
18134
18135 * texmodes/reftex-dcr.el (reftex-view-crossref,
18136 reftex-view-crossref-from-bibtex):
18137 Deal with changed `reftex-find-citation-regexp-format'.
18138 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18139 Replaced `remprop' with `put'.
18140 (reftex-view-crossref, reftex-view-crossref-when-idle):
18141 Support for bibentry.
18142
18143 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18144 New entry for bibentry package.
18145
18146 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18147 Regexp also matches "\nobibliography".
18148
18149 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18150 Call `reftex-ensure-write-access' before doing anything.
18151 (reftex-ensure-write-access): New function.
18152
18153 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18154
18155 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18156
18157 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18158
18159 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18160
18161 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18162
18163
18164 2000-06-20 Dave Love <fx@gnu.org>
18165
18166 * faces.el (frame-background-mode): Use set-default, not set, in
18167 setter.
18168 (frame-update-faces, frame-update-face-colors): Define with
18169 defalias.
18170
18171 * enriched.el (enriched-decode-foreground)
18172 (enriched-decode-background): Don't use internal-find-face.
18173
18174 * apropos.el: Doc fixes.
18175
18176 * cus-edit.el (customize-changed-options): Check arg.
18177 (customize-version-lessp): Don't require decimal point.
18178
18179 * custom.el (defcustom, defgroup): Doc fix.
18180
18181 * newcomment.el (comment) <defgroup>: Add :version.
18182 (comment-multi-line): Doc fix.
18183
18184 * emulation/mlsupport.el (define-hooked-local-abbrev,
18185 define-hooked-global-abbrev): Fix, using define-abbrev.
18186
18187 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18188
18189 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18190 the whole buffer.
18191
18192 2000-06-19 Dave Love <fx@gnu.org>
18193
18194 * menu-bar.el (menu-bar-options-save): New function.
18195 (menu-bar-options-menu): Use it.
18196 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18197 Simplify.
18198
18199 2000-06-19 Andreas Schwab <schwab@suse.de>
18200
18201 * progmodes/etags.el (tags-query-replace): Put new parameters
18202 START and END at the end, for backward compatibility.
18203
18204 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18205
18206 * international/codepage.el:
18207 (cp-coding-system-for-codepage-1): Delete special codes for
18208 generating xxx-dos coding system because now a CCL based coding
18209 system can handle EOL conversion by default.
18210
18211 * international/mule.el (make-coding-system): Generate subsidiary
18212 coding systems for EOL handling variants even for a CCL based
18213 coding system.
18214
18215 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18216
18217 * international/isearch-x.el (isearch-minibuffer-input-method)
18218 (isearch-minibuffer-input-method-function): These variables
18219 deleted.
18220 (isearch-with-input-method): Don't use the above variables.
18221 (isearch-process-search-multibyte-characters): Likewise. Call
18222 read-string with the arg INHERIT-INPUT-METHOD t.
18223
18224 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18225
18226 * font-lock.el (font-lock-after-fontify-buffer)
18227 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18228
18229 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18230 Use consistent make-local-variable style for font-lock-fontified.
18231 (jit-lock-fontify-buffer):
18232 Don't bother checking for font-lock-mode and jit-lock-mode.
18233
18234 * time.el: Remove trailing ^M that prevent CVS-merging.
18235
18236 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18237
18238 * Makefile.in (distclean): New target.
18239
18240 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18241
18242 * Makefile.in (srcdir): Define for update-subdirs.
18243
18244 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18245
18246 * find-lisp.el: New file.
18247
18248 2000-06-16 Andrew Innes <andrewi@gnu.org>
18249
18250 * time.el (display-time-mail-function): New variable, to allow
18251 external packages to indicate when new mail is available.
18252 (display-time-update): Use it.
18253
18254 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18255
18256 * international/mule.el (mule-version): Change version name to
18257 SAKAKI. AOI has already been used by Meadow.
18258
18259 * international/quail.el (quail-show-guidance-buf): To find the
18260 bottom window (but minibuffer), pay attention to the height of
18261 minibuffer.
18262
18263 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18264
18265 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18266 menu-bar menus. Add help strings. Don't remove the Edit menu
18267 from the menu bar, as the menu bar has enough space now.
18268
18269 * Makefile.in (SHELL): Make sure /bin/sh is used.
18270
18271 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18272 characters, which use series of two ^H characters instead of one.
18273
18274 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18275
18276 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18277 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18278 functions.
18279 (Info-find-node-2): Try a case-sensitive search first, then
18280 do a case-insensitive search.
18281
18282 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18283 tutorials.
18284
18285 * complete.el (PC-env-vars-alist): New variable.
18286 (PC-complete-as-file-name): New function.
18287 (partial-completion-mode): Initialize PC-env-vars-alist from
18288 process-environment.
18289 (PC-do-completion): Handle completion of env vars.
18290
18291 * info.el (Info-set-mode-line): Show file name in mode line,
18292 use `*Info*' instead of `Info:'.
18293
18294 * startup.el (command-line-1): Change copyright messages to year
18295 2000.
18296
18297 2000-06-15 Dave Love <fx@gnu.org>
18298
18299 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18300 not local-map.
18301
18302 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18303
18304 * international/mule.el (set-buffer-file-coding-system): Almost
18305 rewritten to handle `undecided' as no-op.
18306
18307 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18308
18309 * Makefile.in: New file.
18310
18311 * Makefile: Removed.
18312
18313 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18314 (goto-address-highlight-keymap): Bind C-c RET.
18315
18316 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18317
18318 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18319 inherits buffer-file-coding-system of the current buffer.
18320
18321 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18322 0. Give correct argument to set-auto-coding-function.
18323 (tar-expunge): For goto-char, use (point-min), not 0.
18324 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18325 (tar-subfile-save-buffer): Likewize.
18326
18327 * international/mule.el
18328 (after-insert-file-set-buffer-file-coding-system): Call
18329 set-buffer-file-coding-system with the arg FORCE t.
18330
18331 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18332
18333 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18334 nil. Contemporary sendmails issue an X-Authentication-Warning if
18335 the sender is set with `-f'.
18336
18337 2000-06-13 Dave Love <fx@gnu.org>
18338
18339 * help.el (describe-function-1): Kluge around cases of functions
18340 fset to subrs whose doc doesn't match their symbol-name.
18341
18342 * image.el (insert-image): Default STRING to a space.
18343
18344 * info.el Doc fixes.
18345 (Info-build-node-completions): Match Ref tags.
18346
18347 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18348
18349 * frame.el (display-multi-frame-p, display-multi-font-p): New
18350 defaliases for display-graphic-p.
18351
18352 * hl-line.el: Fixed a typo in commentary.
18353
18354 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18355
18356 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18357 fixed.
18358
18359 2000-06-12 Dave Love <fx@gnu.org>
18360
18361 * image.el (insert-image): Save a little consing.
18362
18363 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18364
18365 * language/tibet-util.el: Convert all tibetan-1-column characters
18366 to the corresponding tibetan characters.
18367 (tibetan-add-components): Delete code for the special treatment of
18368 'a chung.
18369
18370 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18371 change.
18372 (tibetan-vowel-transcription-alist): More rules added.
18373 (tibetan-composite-vowel-alist): New variable.
18374 (tibetan-precomposition-rule-alist): More rules added.
18375
18376 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18377
18378 * startup.el (command-line): Only call menu-bar-mode if interactive.
18379
18380 * thingatpt.el (toplevel symbol-properties):
18381 * textmodes/makeinfo.el (makeinfo-compile):
18382 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18383 * progmodes/hideif.el (hif-compress-define-list)
18384 (hide-ifdef-use-define-alist):
18385 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18386 (ange-ftp-vms-add-file-entry):
18387 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18388 * man.el (Man-build-man-command):
18389 * mail/rnewspost.el (news-reply-header-hook):
18390 * info.el (Info-insert-dir):
18391 * emulation/mlconvert.el (backward-word, forward-word, setq):
18392 * emacs-lisp/gulp.el (gulp-send-requests):
18393 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18394 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18395 (byte-optimize-apply, end of file):
18396 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18397 (ad-make-freeze-definition):
18398 * startup.el (command-line, command-line-1): Don't quote lambdas.
18399
18400 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18401 (cvs-cleanup-removed): New function.
18402 (cvs-cleanup-functions): New var.
18403 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18404 some flexibility in specifying additional entries to auto-cleanup.
18405 (cvs-quickdir): New function.
18406 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18407 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18408 (cvs-mode-find-file): Check that we are on a filename or dirname
18409 when invoked through a mouse-click.
18410 (cvs-full-path): Remove.
18411 (cvs-dired-action): Re-introduced.
18412 (cvs-dired-noselect): Use it.
18413 (vc-post-command-functions): use this new hook if available.
18414
18415 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18416 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18417 (cvs-filename-map, cvs-dirname-map): Remove.
18418 (cvs-default-action): Remove.
18419 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18420 if the arg is really a keymap.
18421 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18422 Don't hardcode the mapping from state (aka type) to face, but check
18423 the var cvs-fi-<type>-face instead.
18424 (cvs-fileinfo-from-entries): New function.
18425
18426 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18427 Docstring fix.
18428 (cvs-find-file-and-jump): Change default to be safer.
18429 (cvs-mode-diff-map): Define it as a function as well.
18430 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18431 Bind mouse-2 in this global map rather than with text-properties.
18432
18433 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18434 file to resolve the ambiguity between C(conflict) and C(need-merge).
18435
18436 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18437
18438 * international/mule.el (set-buffer-file-coding-system): If
18439 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18440 unconditionally.
18441
18442 2000-06-12 Dave Love <fx@gnu.org>
18443
18444 * wid-edit.el (widget-specify-button): Really suppress the face if
18445 required.
18446
18447 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18448
18449 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18450
18451 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18452
18453 * imenu.el (imenu-generic-expression): Docstring fix.
18454
18455 * composite.el (composition-function-table): Move the `put'
18456 below the autoload cookie so we can load the file before loaddefs.
18457
18458 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18459
18460 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18461 Handle easy-mmode-define-global-mode.
18462 For complex macros like define-minor-mode that can generate
18463 several autoload entries, try to autoload entries in the
18464 macroexpanded code.
18465
18466 * emacs-lisp/easy-mmode.el (define-minor-mode):
18467 If KEYMAP is a symbol, just use it.
18468 Use byte-compile-current-file and load-file-name to infer the
18469 proper :require to pass to defcustom.
18470 Wrap the hook var into `progn' so as not to autoload it.
18471 Add a :autoload-end cookie.
18472 Be more careful about the evaluation of KEYMAP.
18473 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18474 (define-derived-mode): Move define-abbrev-table outside of defvar.
18475
18476 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18477
18478 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18479 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18480 (backup-compiled-files): Ignore errors during `tar'.
18481 (bootstrap): Make autoloads before elc files.
18482
18483 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18484
18485 * international/mule.el (set-buffer-file-coding-system): If one of
18486 undecided-XXX is specified, change only EOL conversion.
18487
18488 * international/mule-conf.el (unix): New alias for the coding
18489 system undecided-unix.
18490
18491 2000-06-09 Dave Love <fx@gnu.org>
18492
18493 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18494
18495 * progmodes/executable.el: Byte compile dynamic.
18496 (executable-insert): Change custom type.
18497 (executable-find): Add autoload cookie.
18498 (executable-make-buffer-file-executable-if-script-p): New
18499 function. After Noah Friedman.
18500
18501 * files.el (after-save-hook): Customize, with
18502 executable-make-buffer-file-executable-if-script-p as an option.
18503
18504 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18505
18506 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18507 "tib24p-mule.bdf" for Tibetan.
18508
18509 * composite.el (decompose-composite-char): Declare it as obsolete.
18510
18511 * man.el (Man-fontify-manpage): Pay attention to underline and
18512 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18513
18514 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18515
18516 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18517 Set maintainer to FSF since author isn't reachable.
18518
18519 2000-06-08 Dave Love <fx@gnu.org>
18520
18521 * international/mule-cmds.el (select-safe-coding-system): If
18522 DEFAULT-CODING-SYSTEM is not specified, also check the most
18523 preferred coding-system if buffer-file-coding-system is
18524 `undecided'. From Handa.
18525
18526 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18527
18528 * international/mule.el
18529 (after-insert-file-set-buffer-file-coding-system): If the buffer
18530 size is greater than INSERTED, judget that we are not visiting.
18531
18532 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18533
18534 * whitespace.el (defgroup whitespace): Comment out `:version'.
18535 XEmacs 20.4 has problems defining the group with this present.
18536 We'll have this commented out till get resolve the problem.
18537
18538 2000-06-07 John Wiegley <johnw@gnu.org>
18539
18540 * align.el (align-dq-string-modes, align-sq-string-modes)
18541 (align-open-comment-modes): Add pyhton-mode.
18542 (align-rules-list): Use get-text-property instead of
18543 text-properties-at.
18544 (align-rules-list): Add python-assignment.
18545 (align-rules-list): Change perl-comma-delimiter to
18546 basic-comma-delimiter. Use if for Perl modes and python-mode.
18547 (align-rules-list): Add python-chain-logic and
18548 basic-line-continuation.
18549
18550 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18551
18552 * apropos.el (apropos-mode-hook): New user variable.
18553 (apropos-mode): Run apropos-mode-hook.
18554
18555 2000-06-07 David Ponce <david@dponce.com>
18556
18557 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18558 commands. Require `wid-edit' at run-time.
18559
18560 2000-06-07 David Ponce <david@dponce.com>
18561
18562 * recentf.el: Added some "Commentary".
18563 (recentf-open-more-files, recentf-edit-list): Minor changes to
18564 move the point at the top of the file list. This behaviour is
18565 consistent with the menu one when the list contains a lot of
18566 files.
18567 (recentf-cleanup): Now displays the number of items removed from
18568 the list.
18569 (recentf-relative-filter) New menu filter to show filenames
18570 relative to `default-directory'.
18571
18572 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18573
18574 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18575 with/without giving an error if PostScript printer doesn't have this
18576 kind of page size. Zebra Stripe continues or restarts on next page.
18577 Manual/automatic paper feeding. Switch or not the header.
18578 (ps-print-version): New version number (5.2.2).
18579 (ps-windows-system): Include emx as a Windows system.
18580 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18581 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18582 (ps-background-text): Code fix.
18583 (ps-error-handler-message, ps-user-defined-prologue)
18584 (ps-print-prologue-header, ps-printer-name)
18585 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18586 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18587 (ps-use-face-background): Customization fix.
18588 (ps-n-up-database): Data fix.
18589 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18590 (ps-switch-header): New vars.
18591 (ps-xemacs-color-name, ps-face-foreground-name)
18592 (ps-face-background-name, ps-boolean-constant): New funs.
18593
18594 2000-06-07 Dave Love <fx@gnu.org>
18595
18596 * allout.el: New version from Manheimer.
18597
18598 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18599
18600 * textmodes/fill.el (fill-find-break-point): Check the validity of
18601 charset.
18602
18603 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18604
18605 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18606 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18607 Call display-color-p and display-mouse-p instead of looking at
18608 window-system.
18609
18610 2000-06-06 Dave Love <fx@gnu.org>
18611
18612 * image.el (find-image): Doc fix. Return nil if image not found.
18613 (put-image, insert-image): Make STRING arg optional.
18614
18615 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18616
18617 * language/vietnamese.el: Remove eval-when-compile.
18618 (viet-viscii-nonascii-translation-table): Define it as a
18619 translation table made from viet-viscii-decode-table.
18620 (viet-viscii-encode-table): Define it as a translation table made
18621 from the reverse map of above.
18622 (viet-vscii-nonascii-translation-table): Define it as a
18623 translation table made from viet-vscii-decode-table.
18624 (viet-vscii-encode-table): Define it as a translation table made
18625 from the reverse map of above.
18626 (ccl-decode-viscii): Use translate-character.
18627 (ccl-encode-viscii, ccl-encode-viscii-font)
18628 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18629 Likewize.
18630
18631 * language/cyrillic.el: Remove eval-when-compile.
18632 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18633 translation table made from cyrillic-koi8-r-decode-table.
18634 (cyrillic-koi8-r-encode-table): Define it as a translation table
18635 made from the reverse map of above.
18636 (ccl-decode-koi8): Use translate-character.
18637 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18638 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18639 a translation table made from cyrillic-alternativnyj-decode-table.
18640 (cyrillic-alternativnyj-encode-table): Define it as a translation
18641 table made from the reverse map of above.
18642 (ccl-decode-alternativnyj): Use translate-character.
18643 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18644 Likewize
18645
18646 * international/mule-diag.el (non-iso-charset-alist): Specify
18647 translation table symbol instead of translation table itself.
18648 (list-block-of-chars): CHARSET may be a translation table symbol.
18649
18650 * international/mule.el (make-coding-system): If CODING-SYSTEM
18651 already exists, override it.
18652
18653 * international/fontset.el: Use family `proportional' for Tibetan
18654 fonts.
18655
18656 * international/ccl.el (ccl-compile-translate-character): Don't
18657 check if Rrr has property translation-table.
18658 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18659
18660 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18661
18662 * info.el: Bind case-fold-search to t when searching in case
18663 a user sets it to nil in a hook.
18664
18665 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18666
18667 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18668 * hl-line.el (hl-line-mode): Use the new :global key argument.
18669
18670 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18671 (tar-clip-time-string): Prepend a space.
18672 (tar-grind-file-mode): Construct a string rather than modifying one.
18673 (tar-header-block-summarize): Fix docstring.
18674 Use `format' rather than an error-prone set of copy-loops.
18675
18676 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18677 (diff-goto-source, diff-unified->context, diff-context->unified)
18678 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18679 understand the format output by the `-p' argument to diff.
18680
18681 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18682 (sh-re-done): Use defconst.
18683 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18684 (sh-help-string-for-variable, sh-guess-basic-offset):
18685 Don't quote lambdas.
18686 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18687 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18688
18689 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18690 (mh-letter-mode): Derive from text-mode.
18691 This implicitly means that it now calls kill-all-local-variables.
18692 Also remove the Emacs-18 compatibility code.
18693
18694 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18695 Make use of symbol-property doc-string-elt.
18696 Use memq rather than a sequence of eq.
18697 (doc-string-elt): Fix the wrong or missing previously unused values.
18698 (autoload-print-form): New function extracted from
18699 generate-file-autoloads to allow recursion when handling progn
18700 so that defvar's and defun's docstrings are properly printed.
18701 (generate-file-autoloads): Use it.
18702
18703 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18704 Use find-file-hooks in the minor-mode function.
18705 Be careful not to loop indefinitely in the post-command-hook function.
18706
18707 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18708
18709 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18710 tty's.
18711 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18712 differences whenever appropriate.
18713 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18714 * viper.el (find-file, find-file-other-window): Get viper to do
18715 wildcards.
18716
18717 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18718
18719 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18720 (jit-lock-fontify-buffer): New function for JIT refontification.
18721 (jit-lock-mode): Fix docstring.
18722 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18723 Remove jit-lock-after-change from the _local_ hook.
18724 (jit-lock-function-1): Fix docstring.
18725
18726 * info.el (Info-on-current-buffer): Initialize info.
18727
18728 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18729
18730 * progmodes/tcl.el (tcl-indent-for-comment):
18731 Ignore comment-indent-hook.
18732
18733 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18734 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18735 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18736 and improve to use the lighter to guess the capitalization.
18737 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18738 Add keyword arguments to specify global-ness or the custom group.
18739 Add local-map and help-echo properties to the lighter.
18740 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18741 (easy-mmode-define-global-mode): New macro.
18742
18743 2000-06-02 Dave Love <fx@gnu.org>
18744
18745 * wid-edit.el: byte-compile-dynamic since we typically don't use
18746 all the widgets. Don't require cl or widget. Remove
18747 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18748 (widget-read-event): Removed. Callers changed to use read-event.
18749 (widget-button-release-event-p): Renamed from
18750 button-release-event-p.
18751 (widget-field-add-space, widget-field-use-before-change):
18752 Uncustomize.
18753 (widget-specify-field): Use keymap property, not local-map.
18754 (widget-specify-button): Obey :suppress-face.
18755 (widget-specify-insert): Use modern backquote syntax.
18756 (widget-image-directory): Renamed from widget-glyph-directory.
18757 (widget-image-enable): Renamed from widget-glyph-enable.
18758 (widget-image-find): Replaces widget-glyph-find.
18759 (widget-button-pressed-face): Move defvar.
18760 (widget-image-insert): Replaces widget-glyph-insert.
18761 (widget-convert): Use keywordp.
18762 (widget-leave-text, widget-children-value-delete): Use mapc.
18763 (widget-keymap): Remove XEmacs stuff.
18764 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18765 (widget-button-click): Don't set point at the click, but re-centre
18766 if we scroll out of window. Rewritten for images v. glyphs &c.
18767 (widget-tabable-at): Use POS arg, not point.
18768 (widget-beginning-of-line, widget-end-of-line)
18769 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18770 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18771 (widget-default-create): Use widget-image-insert; some rewriting.
18772 (widget-visibility-value-create)
18773 (widget-push-button-value-create, widget-toggle-value-create): Use
18774 widget-image-insert.
18775 (checkbox): Create on and off images dynamically.
18776 (documentation-link): Change :help-echo.
18777 (widget-documentation-link-echo-help): Remove.
18778
18779 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18780
18781 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18782
18783 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18784 (easy-mmode-define-toggle, define-minor-mode): Use it.
18785 (easy-mmode-define-keymap): Docstring fix.
18786 (define-derived-mode): Default PARENT to fundamental-mode.
18787 Add the derived-mode-parent symbol-property.
18788 (easy-mmode-derived-mode-p): New function.
18789
18790 2000-06-02 Dave Love <fx@gnu.org>
18791
18792 * files.el (convert-standard-filename): Doc fix.
18793 (normal-backup-enable-predicate): New function.
18794 (backup-enable-predicate): Use it to replace the lambda form.
18795
18796 * calendar/todo-mode.el: [This needs more work on the outline
18797 stuff.] Doc fixes.
18798 (todo) <defgroup>: Add :version.
18799 (todo-add-category): Don't use pushnew.
18800 (todo-cmd-raise): Fix typo.
18801 (todo-top-priorities): Change temp buffer name.
18802 (todo-category-alist): Avoid redundant lambda.
18803 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18804 Use outline-next-heading.
18805
18806 * autoarg.el: Rewritten to use define-minor-mode.
18807 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18808 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18809
18810 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18811
18812 * isearch.el (isearch-other-meta-char): Fix previous change.
18813
18814 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18815
18816 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18817 (log-edit-done): Only add the comment to the ring if it's different
18818 from the last comment entered.
18819
18820 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18821
18822 2000-06-01 Dave Love <fx@gnu.org>
18823
18824 * hl-line.el: Rewritten using define-minor-mode.
18825
18826 * help.el (describe-function-1): Distinguish special form from
18827 builtin function. Sanity-check presence of arglist for builtins.
18828
18829 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18830
18831 * international/characters.el: Fix syntax/category setting of
18832 Tibetan characters.
18833
18834 * language/tibet-util.el (tibetan-add-components): Fixes for new
18835 encoding of Tibetan characters.
18836 (tibetan-decompose-precomposition-alist): New variable.
18837 (tibetan-decompose-region): Convert precomposed characters to
18838 non-precomposed characters.
18839 (tibetan-decompose-string): Likewise.
18840 (tibetan-composition-function): Fix args to
18841 thibetan-compose-string.
18842
18843 * language/tibetan.el (tibetan-composable-pattern): More
18844 characters included.
18845 (tibetan-consonant-transcription-alist): Rule for "R" added.
18846 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18847 "+R" added.
18848 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18849
18850 * language/lao-util.el (lao-composition-function): Fix args to
18851 compose-string.
18852
18853 * language/thai-util.el (thai-composition-function): Fix args to
18854 compose-string.
18855
18856 * isearch.el (isearch-update): Set disable-point-adjustment to t
18857 to prevent the point moving to the end of a composition when a
18858 part of a composition is searched.
18859 (isearch-other-meta-char): If the key invoking this command can be
18860 mapped by function-key-map to a printing char, call
18861 isearch-process-search-char directly.
18862
18863 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18864
18865 * emacs-lisp/bytecomp.el:
18866 * frame.el:
18867 * international/mule-cmds.el:
18868 * international/mule-util.el:
18869 * international/mule.el:
18870 * mouse.el:
18871 * subr.el:
18872 * faces.el: Update calls to make-obsolete with a WHEN argument.
18873
18874 * byte-run.el (make-obsolete, make-obsolete-variable):
18875 Add an optional WHEN argument and change the format of the
18876 symbol-property information.
18877 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18878 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18879 new obsolete-symbol-property format and print WHEN if it is provided.
18880
18881 2000-05-31 Dave Love <fx@gnu.org>
18882
18883 * loadhist.el (loadhist-hook-functions): Remove
18884 before-change-function, after-change-function.
18885 (unload-feature): Deal with symbols which are both bound and
18886 fbound.
18887
18888 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18889 before-change-function, after-change-function.
18890
18891 * simple.el (newline): Don't bind before-change-function,
18892 after-change-function.
18893
18894 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18895
18896 * whitespace.el (whitespace-rescan-timer-time): Update interval
18897 set to 600 seconds (10 minutes) instead of 60 seconds since
18898 a large number of whitespace buffers causes emacs to `freeze'
18899 for a considerable amount of time.
18900
18901 * whitespace.el: Updated email address
18902
18903 2000-05-31 Dave Love <fx@gnu.org>
18904
18905 * add-log.el (change-log-font-lock-keywords) <function>: Add
18906 pattern for function of change.
18907 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18908 acknowledgements patterns.
18909
18910 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18911
18912 * isearch.el (isearch-printing-char): If keyboard coding system is
18913 being used, call isearch-process-search-multibyte-characters.
18914
18915 * international/isearch-x.el: Mostly rewritten.
18916
18917 * international/quail.el (quail-start-conversion): Don't include
18918 unhandled events in the returned events, but set them in
18919 unread-command-events. Exit if all inputs are deleted.
18920
18921 2000-05-30 Jason Rumney <jasonr@gnu.org>
18922
18923 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18924
18925 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18926 Reenable code to create initial fontsets.
18927 Use set-fontset-font in place of put-charset-property.
18928
18929 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18930
18931 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18932 label, ensure that the first colon isn't followed by another.
18933
18934 * paths.el (Info-default-directory-list): Doc fix.
18935
18936 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18937 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18938 send a query containing USER only, not USER@HOST.
18939
18940 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18941 and rmail-msgend to compute the restriction at the end, instead of
18942 computing it.
18943
18944 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18945
18946 * dabbrev.el (dabbrev-expand): Don't display messages in the
18947 echo area if the minibuffer window is active.
18948
18949 * jit-lock.el (jit-lock-mode): Add after change function to
18950 local hook.
18951
18952 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18953
18954 * antlr-mode.el: New commands: hide/unhide actions,
18955 upcase/downcase literals.
18956 (antlr-tiny-action-length): New user option.
18957 (antlr-hide-actions): New command. Suggested by
18958 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18959 (antlr-mode-map): New binding [C-c C-v].
18960 (antlr-mode-menu): New entries.
18961 (antlr-downcase-literals): New command.
18962 (antlr-upcase-literals): Ditto.
18963
18964 * antlr-mode.el: Minor changes: indendation, mode-name.
18965 (antlr-indent-line): Indent cpp directive at column 0.
18966 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18967
18968 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18969 (antlr-font-lock-additional-keywords): Workaround for intentional
18970 bug in XEmacs version of font-lock.
18971 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18972 be used by a smarter version of `buffers-menu-grouping-function'.
18973
18974 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18975
18976 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18977 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18978
18979 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18980
18981 * international/encoded-kb.el
18982 (encoded-kbd-iso2022-designation-map): Pay attention to that
18983 charset-iso-final-char return -1 for eight-bit-control and
18984 eight-bit-graphic.
18985
18986 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18987
18988 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18989 (speedbar-easymenu-definition-base): Use display-graphic-p where
18990 available, instead of window-system.
18991
18992 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18993
18994 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18995 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18996 coding systems.
18997
18998 2000-05-26 Dave Love <fx@gnu.org>
18999
19000 * disp-table.el (standard-display-underline): Don't use
19001 internal-find-face.
19002
19003 * mail/reporter.el: Maintainer change. Doc fixes.
19004 (reporter-version): Deleted.
19005
19006 * emacs-lisp/elp.el: Maintainer change.
19007 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19008
19009 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19010
19011 * add-log.el (add-change-log-entry): Merge the current entry with the
19012 previous one if the previous one is empty.
19013
19014 2000-05-26 Dave Love <fx@gnu.org>
19015
19016 * loadhist.el (unload-feature): Fix interactive spec [from
19017 lijnzaad@ebi.ac.uk].
19018
19019 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19020 subr-arity to check primitives.
19021 (byte-compile-flush-pending, byte-compile-file-form-progn)
19022 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19023 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19024 mapcar.
19025
19026 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19027
19028 * international/fontset.el: Set family names of non-latin charsets
19029 in default fontset to "*".
19030
19031 * international/mule-diag.el (print-fontset): Combine family part
19032 and registry part of the fontname by "-*-" instead of "-".
19033
19034 * international/mule-cmds.el (encode-coding-char): Make strings
19035 multibyte before calling encode-coding-string.
19036
19037 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19038
19039 * derived.el: Fix keywords.
19040 (define-derived-mode): Only define if needed.
19041
19042 * simple.el (fill-comment, comment-column, comment-start)
19043 (comment-start-skip, comment-end, comment-indent-function)
19044 (block-comment-start, block-comment-end, indent-for-comment)
19045 (set-comment-column, kill-comment, comment-padding, comment-region)
19046 (comment-multi-line, indent-new-comment-line): Remove.
19047
19048 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19049 function names for comment operations.
19050
19051 * newcomment.el: Add abundant autoload cookies.
19052 (comment-style): Don't depend on runtime data at compile-time.
19053 (comment-indent-hook): Remove.
19054 (comment-indent): Check if comment-indent-hook is bound.
19055 (comment-region): Docstring fix.
19056
19057 2000-05-25 Dave Love <fx@gnu.org>
19058
19059 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19060 byte-code-function-p.
19061
19062 * mail/rmailsum.el: Add provide.
19063
19064 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19065
19066 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19067 defcustom.
19068
19069 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19070
19071 * ediff-diff.el (ediff-exec-process): delete --binary option from
19072 non-buffer ediff jobs.
19073
19074 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19075
19076 * hilit-chg.el (highlight-changes-mode): Ask about color or
19077 grayscale support, not about window-system.
19078
19079 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19080 window-system.
19081 (ffap-highlight): Always default to t.
19082
19083 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19084 display-popup-menus-p instead of looking at window-system.
19085
19086 * disp-table.el (standard-display-g1, standard-display-graphic):
19087 Only refuse to use string glyphs on X and MS-Windows.
19088
19089 * avoid.el: Remove window-system from commentary, suggest to use
19090 display-*-p instead.
19091
19092 * apropos.el (apropos-print): Use display-mouse-p instead of
19093 window-system.
19094
19095 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19096
19097 * international/codepage.el (cp-decoding-vector-for-codepage):
19098 Fill up unsupported characters with their own codes. From Kenichi
19099 Handa.
19100
19101 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19102
19103 * international/mule-diag.el (describe-char-after): Use
19104 display-graphic-p instead of window-system, so that this function
19105 works on MS-DOS.
19106
19107 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19108
19109 * international/codepage.el (cp-make-coding-systems-for-codepage):
19110 Remove the eight-bit-graphic and eight-bit-control charsets from
19111 the list of charsets which we convert into `?'.
19112
19113 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19114
19115 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19116 private charsets.
19117 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19118 japanese-jisx0213-2): New charsets.
19119
19120 * international/fontset.el: Setup default fontset for new charsets.
19121
19122 2000-05-24 Dave Love <fx@gnu.org>
19123
19124 * info.el (Info-find-node-2): Restructure [following "Vadim
19125 S. Solomin" <sovs@uic.nnov.ru>].
19126
19127 * icomplete.el: Fix header for Finder.
19128
19129 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19130
19131 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19132 STAY.
19133
19134 * rmail.el (rmail-automatic-folder-directives): New user variable.
19135 (rmail-show-message): Add call to `rmail-auto-file' during
19136 display.
19137 (rmail-auto-file): New function.
19138
19139 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19140
19141 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19142 account.
19143 (ediff-test-utility,ediff-diff-mandatory-option)
19144 (ediff-reset-diff-options): Utilities for proper initialization of
19145 ediff-diff-options and ediff-diff3-options on Windows.
19146
19147 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19148 variable.
19149
19150 * ediff-mult.el (ediff-filegroup-action): Use
19151 ediff-merge-filename-prefix.
19152
19153 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19154
19155 * viper-ex.el (ex-write): Set selective display to nil.
19156
19157 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19158
19159 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19160 aliases for hebrew-iso-8bit.
19161
19162 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19163
19164 * woman.el: New version from Francis J. Wright
19165 <F.J.Wright@Maths.QMW.ac.uk>.
19166 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19167 names in environment variables regardless of the path separator.
19168 (woman-topic-all-completions-1): Don't call file-name-directory-p
19169 on all files, since woman-file-regexp already filters out any
19170 directories.
19171
19172 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19173
19174 * international/quail.el (quail-start-translation): Don't change
19175 modified-p of the current buffer.
19176 (quail-start-conversion): Likewise.
19177
19178 * international/kkc.el (kkc-region): Don't change modified-p of
19179 the current buffer.
19180
19181 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19182 conform to RFC1468.
19183 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19184
19185 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19186
19187 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19188 (speedbar-insert-button): Invisible text property fix.
19189 (speedbar-directory-plus): Renamed from speedbar-directory-+
19190 (speedbar-directory-minus): Renamed from speedbar-directory--
19191 (speedbar-page-plus): Renamed from speedbar-file-+
19192 (speedbar-page-minus): Renamed from speedbar-file--
19193 (speedbar-page): Renamed from speedbar-file-
19194 (speedbar-tag): Renamed from speedbar-tag-
19195 (speedbar-tag-plus): Renamed from speedbar-tag-+
19196 (speedbar-tag-minus): Renamed from speedbar-tag--
19197 (speedbar-expand-image-button-alist): Use above renames.
19198
19199 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19200 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19201 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19202 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19203 * sb-pg.xpm: Renamed from sb-file.xpm
19204 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19205 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19206
19207 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19208
19209 * international/quail.el (quail-show-guidance-buf): Set
19210 current-input-method of the guidance buffer to the name of the
19211 curren input method.
19212
19213 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19214
19215 * progmodes/compile.el (compile-internal): Style typo.
19216
19217 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19218 quote vars and functions in the docstring.
19219
19220 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19221
19222 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19223 Don't quote lambdas.
19224
19225 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19226
19227 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19228
19229 * startup.el (command-line): Determine source file of compiled
19230 user init file differently. Warn if compiled user init file
19231 is older than its source file.
19232
19233 * ffap.el (ffap-url-regexp): Add `https'.
19234
19235 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19236
19237 * files.el (make-backup-file-name-1): Replace slashes with `!'
19238 rather than `|' (which is not allowed on Windows). Replace the
19239 drive letters with a string "drive_X".
19240
19241 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19242
19243 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19244
19245 * files.el (interpreter-mode-alist): Add `bash2'.
19246
19247 2000-05-22 Dave Love <fx@gnu.org>
19248
19249 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19250 mapc.
19251 (feature-file): Avoid calling symbol-name. Doc fix.
19252 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19253 (loadhist-hook-functions): Add mouse-position-function.
19254 (unload-feature): Change uses of mapcar.
19255
19256 * files.el (parse-colon-path): Doc fix.
19257 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19258 (set-auto-mode): Use mapc.
19259
19260 * complete.el (PC-look-for-include-file): Use :alnum: character
19261 class.
19262 (partial-completion-mode): Add autoload cookie.
19263
19264 2000-05-22 Sam Steingold <sds@gnu.org>
19265
19266 * info.el (Info-fontify-node): Fixed the call to
19267 `add-text-properties' (bug introduced on 2000-05-18).
19268
19269 2000-05-22 Dave Love <fx@gnu.org>
19270
19271 * bindings.el: Remove debug-ignored-errors set in other files.
19272
19273 * progmodes/etags.el: Add to debug-ignored-errors.
19274 (visit-tags-table-buffer): Clear out buffers holding old tables
19275 when making a new list.
19276 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19277 mapc.
19278
19279 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19280 quote keywords.
19281 (cmpl-string-case-type): Use character classes.
19282
19283 * comint.el:
19284 * textmodes/ispell.el:
19285 * imenu.el:
19286 * mail/mh-e.el:
19287 * progmodes/compile.el: Add to debug-ignored-errors.
19288
19289 * dabbrev.el: Add to debug-ignored-errors.
19290 (dabbrev-completion): Use mapc.
19291
19292 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19293
19294 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19295 (woman-mapcan, woman-parse-man.conf)
19296 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19297 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19298 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19299 path syntax better.
19300 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19301 (woman-manpath): Call woman-parse-man.conf.
19302 (woman-emulation): New defcustom, defaults to nroff.
19303 (woman-font-support): New defconst.
19304 (woman-use-symbol-font): New defcustom.
19305 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19306 "Emulation".
19307 Many functions: Doc fix.
19308
19309 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19310
19311 * international/quail.el (quail-simple-translation-keymap): Map
19312 128..255 to quail-self-insert-command.
19313 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19314
19315 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19316
19317 * help.el (help-manyarg-func-alist): Typo.
19318
19319 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19320 intervals which makes it heaps simpler.
19321
19322 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19323 the nested comment markers.
19324
19325 * subr.el (remove-hook): Don't turn the hook's value into a list.
19326
19327 2000-05-21 Dave Love <fx@gnu.org>
19328
19329 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19330 are invalid characters.
19331
19332 * international/mule-util.el (detect-coding-with-priority): Use
19333 mapc. Remove redundant lambda.
19334
19335 * international/mule-diag.el (list-non-iso-charset-chars)
19336 (describe-fontset): Remove redundant lambda.
19337
19338 * emulation/crisp.el (brief-mode): New alias.
19339
19340 * emacs-lisp/ring.el (ring-elements): New function.
19341
19342 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19343 (easy-menu-do-add-item): Use keywordp.
19344
19345 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19346
19347 * replace.el: Doc and error message fixes.
19348 (replace-highlight): Use facep, not internal-find-face.
19349
19350 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19351
19352 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19353
19354 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19355 (log-edit-insert-changelog): Drop `:' as well.
19356
19357 * log-view.el: Fix file description.
19358 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19359 available.
19360 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19361 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19362
19363 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19364 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19365 Print a status message if the toggle is called interactively.
19366 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19367 for global minor modes and use `defcustom' for them.
19368 Use add-minor-mode.
19369 (easy-mmode-define-derived-mode): Remove.
19370 (define-derived-mode): Fancier default docstring.
19371 (easy-mmode-define-navigation): Signal an error rather than (ding).
19372
19373 * newcomment.el (comment-styles): New `box-multi'.
19374 (comment-normalize-vars): Better default for comment-continue to
19375 avoid whitespace-only continuations.
19376 (comment-search-forward): Always move even in the no-syntax case.
19377 (comment-padright): Only obey N if it's only obeyed for padleft.
19378 (comment-make-extra-lines): Better handling of empty continuations.
19379 Use `=' for the filler if comment-start has only one character.
19380 (uncomment-region): Try handling the special `=' filler.
19381 (comment-region): Allow LINES even if MULTI is nil.
19382 (comment-box): Choose box style based on comment-style.
19383
19384 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19385
19386 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19387 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19388
19389 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19390
19391 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19392 and insert, not subst-char-in-region.
19393
19394 * international/mule-diag.el (list-character-sets-1): Handle
19395 charsets eight-bit-control and eight-bit-graphic.
19396 (list-iso-charset-chars): Likewise.
19397 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19398 charactes as is. Use indent-to to align characters.
19399
19400 * international/mule-cmds.el (find-multibyte-characters): Never
19401 exclude charsets eight-bit-control and eight-bit-graphic.
19402
19403 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19404
19405 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19406 Don't quote lambdas.
19407
19408 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19409
19410 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19411
19412 * gud.el (gud-jdb-directories): Doc fix.
19413
19414 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19415
19416 * newcomment.el: New file.
19417
19418 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19419
19420 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19421
19422 2000-05-18 Andreas Schwab <schwab@suse.de>
19423
19424 * dired.el (dired-between-files): Also skip lines beginning with
19425 `used'.
19426
19427 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19428
19429 * msb.el (msb-menu-cond): Add choice `user'.
19430
19431 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19432
19433 * ps-print.el: Compatibility, customization and doc fix.
19434 (ps-printer-name-option): Replace defconst by defvar.
19435 (ps-postscript-code-directory): XEmacs compatibility.
19436 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19437 fix.
19438 (ps-user-defined-prologue, ps-print-prologue-header)
19439 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19440 compatibility and code fix.
19441 (ps-print-background-image, ps-print-background-text):
19442 Customization fix.
19443 (ps-line-number-start, ps-n-up-on): New vars.
19444
19445 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19446
19447 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19448 the indent-comment function to just return the appropriate indent.
19449
19450 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19451
19452 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19453 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19454 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19455
19456 2000-05-18 Dave Love <fx@gnu.org>
19457
19458 * info.el (Info-fontify-node): Add intangible property as well as
19459 invisible.
19460
19461 * calendar/appt.el (appt-make-list): Match all lines of entry.
19462 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19463
19464 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19465
19466 * international/mule-diag.el (describe-char-after): Call
19467 internal-char-font, not char-font. If internal-char-font returns
19468 nil, display "-- none --".
19469
19470 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19471
19472 * image.el (image-type-available-p): Don't reference image-types
19473 if it isn't bound.
19474
19475 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19476
19477 * autoarg.el (autoarg-mode): Typo in the :set argument.
19478
19479 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19480
19481 * startup.el (command-line-1): Don't signal an error if the
19482 directory for auto-save-list files does not yet exist.
19483
19484 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19485
19486 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19487
19488 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19489
19490 * subr.el (remove-hook): `setq' hook-value, not `set'.
19491
19492 2000-05-16 Sam Steingold <sds@gnu.org>
19493
19494 * info.el (debug-ignored-errors): More errors to ignore.
19495
19496 2000-05-16 Dave Love <fx@gnu.org>
19497
19498 * cus-edit.el: Don't require cl or easymenu.
19499 (custom-variable-prompt): Test standard-value property, not
19500 user-variable-p.
19501
19502 2000-05-16 Sam Steingold <sds@gnu.org>
19503
19504 * subr.el (add-hook): `setq' hook-value, not `set'.
19505
19506 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19507
19508 * startup.el (command-line-1): Mention the FAQ in the startup
19509 message.
19510
19511 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19512
19513 * progmodes/compile.el (compilation-parse-errors): Collect
19514 `nomessage' regexps last.
19515
19516 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19517
19518 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19519 to the function name.
19520
19521 2000-05-15 Dave Love <fx@gnu.org>
19522
19523 * speedbar.el (speedbar-recenter): Typo.
19524 (speedbar-expand-line): Make arg optional.
19525 (speedbar-mode): Avoid a compiler warning.
19526
19527 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19528
19529 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19530 user-specified option string is empty.
19531
19532 * mouse.el (mouse-yank-at-click): Doc fix.
19533
19534 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19535
19536 * term/internal.el (IT-character-translations): More updates of
19537 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19538 documents.
19539
19540 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19541
19542 * env.el (getenv): New function, interactively callable.
19543 (setenv, getenv): Remove autoload cookies.
19544
19545 * loadup.el: Load `env'.
19546
19547 * progmodes/f90.el: Change author's mail address.
19548
19549 2000-05-14 Dave Love <fx@gnu.org>
19550
19551 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19552 goto-addr as an option.
19553
19554 * help.el (help-xref-stack): Doc fix.
19555 (help-xref-following): New variable.
19556 (help-make-xrefs): Use it.
19557 (help-xref-go-back): Use position information from stack element.
19558 (help-follow): Make position in stack element a pair. Use
19559 help-xref-following.
19560
19561 * autoarg.el: New file.
19562
19563 * faces.el: Declare more functions obsolete.
19564
19565 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19566 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19567 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19568 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19569 Remove all the setup-...-environment functions.
19570
19571 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19572
19573 * speedbar.el: Updated the commentary section. xemacs20p now uses
19574 >= when detecting. Require `defimage' safely.
19575 (speedbar-easymenu-definition-base): Add toggle for images.
19576 (speedbar-easymenu-definition-special): Add flush cache & expand.
19577 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19578 (speedbar-reconfigure-keymaps-hook): New variable.
19579 (speedbar-frame-parameters): Updated documentation.
19580 (speedbar-use-imenu-flag): Updated custom tag
19581 (speedbar-dynamic-tags-function-list): New variable.
19582 (speedbar-tag-hierarchy-method): Updated doc & custom.
19583 (speedbar-indentation-width, speedbar-indentation-width) New
19584 variables.
19585 (speedbar-hide-button-brackets-flag): Customizable.
19586 (speedbar-vc-indicator): Doc update.
19587 (speedbar-ignored-path-expressions): Updated default value.
19588 (speedbar-supported-extension-expressions): Updated default value.
19589 (speedbar-syntax-table): Remove {} paren status.
19590 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19591 as "+". Added overlay aliases.
19592 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19593 `force-mode-line-update'.
19594 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19595 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19596 `mouse-set-point'
19597 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19598 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19599 of arbitrary text, and new helper functions.
19600 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19601 filename finder.
19602 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19603 (speedbar-directory-buttons): Update path search/expansion.
19604 (speedbar-make-tag-line): Pay attention to
19605 `speedbar-indentation-width'. Use more care w/ invisible
19606 properties.
19607 (speedbar-change-expand-button-char): Call
19608 `speedbar-insert-image-button-maybe'.
19609 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19610 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19611 (speedbar-trim-words-tag-hierarchy)
19612 (speedbar-simple-group-tag-hierarchy): New functions
19613 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19614 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19615 functions.
19616 (speedbar-mouse-set-point): New function
19617 (speedbar-power-click): Updated documentation.
19618 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19619 of tag prefix text.
19620 (speedbar-expand-line, speedbar-contract-line): Make more robust
19621 to strange text.
19622 (speedbar-expand-line): Takes universal argument to flush the
19623 cache.
19624 (speedbar-flush-expand-line): New function.
19625 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19626 Use new generator insertion method.
19627 (speedbar-fetch-dynamic-tags): New function.
19628 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19629 `speedbar-fetch-dynamic-imenu'.
19630 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19631 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19632 "Revert Buffer" menu items.
19633 (speedbar-buffer-buttons-engine): Be smarter when creating a
19634 filename tag (for expansion purposes.).
19635 (speedbar-highlight-one-tag-line,
19636 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19637 (speedbar-recenter): New functions.
19638 (defimage-speedbar): Image loading abstraction.
19639 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19640 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19641 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19642 (speedbar-tag-type, speedbar-tag-mail): New images.
19643 (speedbar-expand-image-button-alist): New variable.
19644 (speedbar-insert-image-button-maybe): Insert an image over some
19645 buttons.
19646
19647 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19648
19649 * international/mule-cmds.el (encode-coding-char): An ASCII
19650 character is always encodable.
19651
19652 * international/mule-conf.el: Add more information in descriptions
19653 of character sets.
19654
19655 * international/mule-diag.el (describe-char-after): New function.
19656 (describe-font-internal): Adjusted for the change of font-info.
19657 (describe-font): Likewise.
19658 (print-fontset): Rewritten for the new fontset implementation.
19659 (describe-fontset): Include fontset alias names in completion.
19660 (list-fontsets): Adjusted for the change of print-fontset.
19661
19662 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19663 describe-char-after instead of displaying the detail in the echo
19664 area.
19665 (syntax-code-table): Format changed.
19666 (string-to-syntax): Adjusted for the above change.
19667
19668 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19669
19670 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19671
19672 2000-05-12 Dave Love <fx@gnu.org>
19673
19674 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19675 dependence. Use line-{beginning,end}-position, not
19676 point-at{b,e}ol. Some doc fixes.
19677 (todo-position): New function. Fix callers of position to use it.
19678 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19679
19680 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19681
19682 * time.el (display-time-mail-icon): Use `:ascent center'.
19683
19684 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19685 handling FTP security extensions.
19686
19687 2000-05-11 Dave Love <fx@gnu.org>
19688
19689 * calendar/todo-mode.el: New file.
19690
19691 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19692
19693 * comint.el (comint-read-input-ring): Move reference to
19694 comint-input-ring-size outside of the save-excursion. It was
19695 causing the default value to be the only one ever seen.
19696
19697 * font-lock.el: Update copyright. Remove Simon Marshall's email
19698 address on request from him.
19699
19700 * subr.el (substitute-key-definition): Add comment describing
19701 the meaning of PREFIX.
19702
19703 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19704
19705 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19706
19707 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19708 (add-minor-mode): Don't make the variable buffer-local and add a
19709 reference to define-minor-mode in the docstring.
19710
19711 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19712 HEADER/FOOTER and fix bug with trailing empty directory.
19713 (cvs-append-to-ignore): Use vc-editable-p if available.
19714 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19715 (vc-do-command): Tweak advice to handle the new VC.
19716
19717 * log-view.el (log-view-goto-rev): New function for the new VC.
19718 (log-view-minor-wrap): Use mark-active.
19719
19720 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19721 (log-edit-changelog-full-paragraphs): New var.
19722 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19723 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19724 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19725 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19726 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19727 Replace the `cvs' prefix with `log-edit'.
19728
19729 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19730
19731 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19732 (diff-font-lock-defaults): Explicitly turn off multiline.
19733 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19734 (diff-ediff-patch): Fix call to ediff-patch-file.
19735 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19736 Handle comments.
19737
19738 * frame.el (automatic-hscrolling): Typo.
19739
19740 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19741
19742 2000-05-09 Sam Steingold <sds@goems.com>
19743
19744 * apropos.el (apropos-print): use `describe-face' instead of
19745 `customize-face-other-window'.
19746
19747 2000-05-09 Dave Love <fx@gnu.org>
19748
19749 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19750
19751 * help.el (describe-variable): Have customize button pop the
19752 help-xref stack when invoked.
19753 (help-xref-symbol-regexp): Add `face'.
19754 (help-make-xrefs): Check for quoted face names and adapt regexp
19755 submatch numbers to cope.
19756 (help-xref-interned): Maybe insert face doc too. Separate
19757 sections with a line of hyphens.
19758
19759 * faces.el: Some doc fixes. Declare some functions obsolete.
19760 (describe-face): Add customize button. Return the help
19761 text. Fix prompt.
19762
19763 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19764
19765 * term/internal.el (IT-character-translations): Fix last change.
19766
19767 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19768
19769 * woman.el: New file
19770 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19771
19772 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19773
19774 * term/internal.el (IT-character-translations): Update ASCII
19775 simulations for greek-iso8859-7, add latin-iso8859-14 and
19776 latin-iso8859-15.
19777
19778 * international/mule-cmds.el (set-language-info-alist): Call
19779 define-prefix-command with 3 arguments, to make the map suitable
19780 for a menu.
19781
19782 2000-05-07 Dave Love <fx@gnu.org>
19783
19784 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19785
19786 2000-05-05 Dave Love <fx@gnu.org>
19787
19788 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19789 list in doc string. Don't quote keyword symbols.
19790 * emacs-lisp/cl.el: Likewise
19791 * emacs-lisp/cl-seq.el: Likewise
19792
19793 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19794
19795 * abbrev.el (abbrev-mode): Make ARG optional.
19796
19797 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19798
19799 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19800
19801 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19802
19803 * subr.el (substitute-key-definition): Clarify documentation.
19804
19805 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19806
19807 * glasses.el (glasses-convert-to-unreadable): Use
19808 `glasses-separator' instead of the hard-wired "_".
19809 (glasses-mode): Call `glasses-make-unreadable' only in a single
19810 place.
19811
19812 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19813
19814 * term/internal.el (cjk-codepages-alist): Add associations for
19815 Chinese and Korean codepages. Remove FIXME comment.
19816
19817 2000-05-03 Dave Love <fx@gnu.org>
19818
19819 * time.el (display-time-mail-face, display-time-use-mail-icon):
19820 New option.
19821 (display-time-mail-icon): New variable.
19822 (display-time-string-forms): Use the above. Fix the local-map.
19823
19824 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19825
19826 * replace.el (query-replace-map): Add binding for `E'.
19827 (query-replace-help): Extend help text.
19828 (perform-replace): Allow editing the replacement string.
19829
19830 * make-mode.el (makefile-mode-abbrev-table): New variable.
19831 (makefile-mode): Set local abbrev table to
19832 makefile-mode-abbrev-table.
19833 (makefile-font-lock-keywords): Fontify includes and conditionals.
19834
19835 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19836 set TOGGLE's value.
19837
19838 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19839 mail-interactive-insert-alias.
19840 (mail-abbrev-complete-alias): New command.
19841 (mail-mode-map): Bind it to `M-TAB'.
19842
19843 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19844
19845 * language/lao-util.el (lao-compose-region): New function.
19846
19847 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19848
19849 * files.el (recover-session): Make directories as necessary
19850 if they don't exist yet.
19851
19852 * calendar/cal-french.el
19853 (french-calendar-multibyte-special-days-array)
19854 (french-calendar-special-days-array): Change French text.
19855 (calendar-french-date-string): Change output.
19856 (calendar-goto-french-date): Likewise.
19857
19858 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19859
19860 * wid-edit.el (widget-default-active): Obey `:always-active'.
19861 (widget-documentation-string-value-create): Set `:always-active'.
19862
19863 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19864
19865 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19866 default prefix to `~/_emacs.d/auto-save.list/_s'.
19867 (normal-top-level): Create the directory for auto-save files, if
19868 it doesn't already exist (in the ms-dos case only).
19869
19870 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19871
19872 * international/mule-cmds.el (set-language-environment): Don't
19873 concat an integer (dos-codepage), use format instead.
19874
19875 2000-05-02 Dave Love <fx@gnu.org>
19876
19877 * help.el (help-xref-on-pp): Check for constant symbols.
19878
19879 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19880
19881 * startup.el (normal-top-level): Put a condition-case around
19882 the code loading subdirs.el.
19883
19884 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19885
19886 * ps-print.el: Upside-down and face background color printing,
19887 line number step, doc fix.
19888 (ps-print-version): New version number (5.2).
19889 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19890 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19891 (ps-spool-config): Var fix.
19892 (ps-printer-name-option): Const fix.
19893 (ps-print-upside-down, ps-use-face-background)
19894 (ps-line-number-step): New vars.
19895 (ps-window-system, ps-lp-system): New consts.
19896 (ps-face-background): New fun.
19897
19898 2000-04-28 Richard Stallman <rms@gnu.org>
19899
19900 * files.el (make-auto-save-file-name):
19901 Apply auto-save-file-name-transforms to visited file name
19902 before generating auto save file name.
19903 (auto-save-file-name-transforms): New variable.
19904
19905 * files.el (backup-enable-predicate):
19906 Correctly test for a file under a temporary directory.
19907
19908 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19909
19910 * subr.el (add-minor-mode): Rewritten.
19911
19912 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19913
19914 * mail/sendmail.el (sendmail-send-it): Set
19915 buffer-file-coding-system to the selected coding system for MIME
19916 header.
19917
19918 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19919
19920 * dired.el (dired-move-to-filename-regexp): Allow format where
19921 YYYY is followed by two spaces.
19922
19923 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19924 in the second character class of the regexp.
19925
19926 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19927 mh-etc, too.
19928
19929 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19930 nil.
19931
19932 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19933
19934 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19935 argument.
19936
19937 2000-04-27 Sen Nagata <sen@eccosys.com>
19938
19939 * emacs-lisp/crm.el (crm-completion-table): New variable.
19940 (crm-collection-fn, crm-test-completion)
19941 (completing-read-multiple): Use it.
19942
19943 2000-04-27 Dave Love <fx@gnu.org>
19944
19945 * help.el (locate-library): Use mapc.
19946 (help-manyarg-func-alist): Add call-process-region.
19947
19948 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19949
19950 * subr.el (add-minor-mode): Make argument MAP optional.
19951
19952 * desktop.el (desktop-save): Save list of minor modes.
19953 (desktop-create-buffer): Restore minor modes.
19954 (desktop-minor-mode-table): New user-option.
19955
19956 * subr.el (add-minor-mode): New function.
19957
19958 * image.el (find-image): New function.
19959 (defimage): Rewritten to find image at load time.
19960
19961 * startup.el (normal-top-level-add-to-load-path): Handle
19962 case that the default directory is not in load-path.
19963
19964 * help.el: Old patch from Stefan Monnier.
19965 (help-xref-on-pp): New function.
19966 (describe-variable): Use it to display xrefs in a symbol's value.
19967
19968 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19969
19970 * cus-edit.el (custom-face): Fix parenthesis.
19971
19972 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19973
19974 * mail/rmail.el (rmail-expunge): When there are no deleted
19975 messages, do nothing.
19976
19977 2000-04-26 Dave Love <fx@gnu.org>
19978
19979 * international/mule-cmds.el (locale-translation-file-name):
19980 Defvar to nil.
19981 (set-locale-environment): Set it here (at runtime).
19982
19983 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19984
19985 * replace.el (perform-replace): Add parameters START and END. Use
19986 them instead of the check for a region in Transient Mark mode.
19987 (query-replace-read-args): Return two more list elements for the
19988 start and end of the region in Transient Mark mode.
19989 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19990 (map-query-replace-regexp, replace-string, replace-regexp): Add
19991 optional last arguments START and END and pass them to
19992 perform-replace.
19993
19994 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19995 form with additional arguments for perform-replace.
19996
19997 * progmodes/etags.el (tags-query-replace): Add parameters START
19998 and END. Construct a form with additional arguments for
19999 perform-replace.
20000
20001 * simple.el (shell-command): Set default directory for "*Shell
20002 Command Output" buffer.
20003
20004 * language/european.el (iso-latin-4): Fix typo.
20005
20006 * emacs-lisp/crm.el: New file.
20007
20008 2000-04-24 Dave Love <fx@gnu.org>
20009
20010 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20011 (Custom-reset-saved, Custom-reset-standard)
20012 (custom-group-value-create, custom-group-set, custom-group-save)
20013 (custom-group-reset-current, custom-group-reset-saved)
20014 (custom-group-reset-standard): Use mapc.
20015 (custom-buffer-create-internal): Disable undo when creating items.
20016 Use mapc.
20017 (custom-face): Avoid redundant lambda.
20018
20019 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20020
20021 * startup.el (auto-save-list-file-prefix): Set default to
20022 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20023
20024 2000-04-24 Sam Steingold <sds@gnu.org>
20025
20026 * time-stamp.el (time-stamp-string-preprocess): Always convert
20027 `field-result' to a string.
20028
20029 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20030
20031 * frame.el (scrolling): New group.
20032 (automatic-hscrolling): New user-option.
20033
20034 * startup.el (command-line-x-option-alist): Add `-lsp' and
20035 `--line-spacing'.
20036
20037 2000-04-19 Dave Love <fx@gnu.org>
20038
20039 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20040 (cl-mapc): Rename from mapc. Fix the funcall.
20041
20042 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20043
20044 * simple.el (clone-indirect-buffer-other-window): New command.
20045 (clone-indirect-buffer): Add optional arg NORECROD.
20046 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20047
20048 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20049
20050 * window.el (count-screen-lines): New function.
20051 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20052 instead of window-buffer-height.
20053
20054 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20055 non-existing variable comint-input-sentinel.
20056 (inferior-lisp-args-to-list): Removed.
20057 (inferior-lisp): Use split-string instead of
20058 inferior-lisp-args-to-list.
20059
20060 * hexl.el (hexl-insert-hex-string): New command.
20061
20062 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20063 instead of concat.
20064
20065 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20066
20067 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20068 at the start of an existing but empty folder.
20069
20070 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20071
20072 * ps-mule.el: Customization fix, doc fix.
20073 (ps-multibyte-buffer): Customization fix.
20074
20075 2000-04-17 Richard M. Stallman <rms@gnu.org>
20076
20077 * subr.el (read-passwd): Use read-char-exclusive.
20078
20079 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20080
20081 * textmodes/texinfo.el (texinfo-insert-@email)
20082 (texinfo-insert-@emph, texinfo-insert-@quotation)
20083 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20084 (texinfo-mode-map): Add key bindings for them.
20085
20086 * files.el (basic-save-buffer-2): Use a template with `$'
20087 instead of `#' for VMS.
20088
20089 * simple.el (clone-indirect-buffer): New function.
20090
20091 2000-04-16 Stephen Eglen <stephen@gnu.org>
20092
20093 * iswitchb.el (iswitchb-case): New function. If the user input
20094 contains any upper-case characters, the search is made
20095 case-sensitive.
20096
20097 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20098
20099 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20100 comment-end.
20101 (texinfo-font-lock-syntactic-keywords): New var.
20102 (texinfo-font-lock-keywords): Remove comment regexp.
20103 (texinfo-insert-block): New function.
20104 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20105 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20106 and font-lock-defaults. Use regexp-opt for outline-regexp.
20107 (texinfo-environments): New var.
20108 (texinfo-environment-regexp): Use regexp-opt and
20109 texinfo-environments.
20110
20111 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20112 ispell-process is bound since this might be eval'd before ispell
20113 is loaded.
20114 (ispell-message): Use a tiny bit less magic and a bit more hard
20115 data to figure out what kind of sc-cite-regexp to use.
20116
20117 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20118
20119 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20120 (insert-cyclic-diary-entry): Unquote the lambda.
20121
20122 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20123
20124 * files.el (backup-enable-predicate): Unquote the lambda.
20125
20126 * cus-edit.el (custom-face, face): Unquote the lambda.
20127
20128 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20129
20130 * ps-print.el: Check for line-beginning-position definition.
20131
20132 * ps-print.el: Fix counting lines in a region.
20133 (ps-print-version): New version number (5.1.5).
20134 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20135 (ps-printing-region): Fun code fix.
20136
20137 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20138
20139 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20140 to file-directory-p.
20141
20142 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20143
20144 * gud.el (gud-jdb-build-source-files-list): Check that directory
20145 exists before calling directory-files.
20146
20147 2000-04-13 Dave Love <fx@gnu.org>
20148
20149 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20150 syntax.
20151
20152 * emacs-lisp/cl-specs.el: Remove when, unless.
20153
20154 * emacs-lisp/cl-extra.el: Don't quote keywords.
20155 (cl-old-mapc): New variable.
20156 (mapc): Use it.
20157 (cl-map-intervals): Use with-current-buffer. Don't check for
20158 next-property-change.
20159 (cl-map-overlays): Use with-current-buffer.
20160 (cl-expt): Remove.
20161 (copy-tree, remprop): Define unconditionally.
20162
20163 * emacs-lisp/cl-compat.el (keywordp): Remove.
20164
20165 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20166 to use keywordp.
20167 (edebug-spec): Enable keywordp.
20168
20169 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20170 string-lessp.
20171
20172 * cus-start.el: Use keywordp.
20173
20174 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20175
20176 * diary-lib.el (include-other-diary-files): Fix the fix of
20177 2000-02-18 by doing a save-excursion.
20178
20179 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20180
20181 * ps-print.el: Customization fix, doc fix.
20182 (ps-print-version): New version number (5.1.4).
20183 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20184 (ps-print-preprint): Adjust code.
20185 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20186 (ps-print-prologue-header, ps-print-control-characters)
20187 (ps-spool-config): Customization fix.
20188
20189 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20190
20191 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20192 converted to the new menu-item format, names silightly changed,
20193 help strings added.
20194
20195 Support for spelling without async subprocesses:
20196
20197 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20198 (ispell-session-buffer): New variables.
20199 (ispell-start-process, ispell-process-status,
20200 ispell-accept-output, ispell-send-string): New functions, for
20201 Ispell invocation when async subprocesses aren't supported.
20202 (ispell-word, ispell-pdict-save, ispell-command-loop,
20203 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20204 to process-send-string with calls to ispell-send-string, and
20205 accept-process-output with ispell-accept-output.
20206 (ispell-init-process): Call ispell-process-status instead of
20207 process-status with.
20208 (ispell-init-process): Call ispell-start-process. Call
20209 ispell-accept-output and ispell-send-string. Don't call
20210 process-kill-without-query and kill-process if they are unbound.
20211 (ispell-async-processp): New function.
20212
20213 2000-04-12 Dave Love <fx@gnu.org>
20214
20215 * info.el: Add debug-ignored-errors.
20216 (Info-mode-menu): Add some items.
20217 (Info-directory): Add autoload cookie.
20218
20219 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20220 Modify `truncate-lines'. Make `describe-language-environment'
20221 always visible and add help. Modify `describe-key' help. Invoke
20222 Info-directory from `info'. New entry `emacs-manual'.
20223
20224 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20225
20226 * progmodes/ebrowse.el (ebrowse-tree-mode):
20227 Use propertized-buffer-identification.
20228 (ebrowse-update-member-buffer-mode-line): Likewise.
20229 (ebrowse--mode-strings): Removed.
20230 (ebrowse--mode-line-props): Removed.
20231
20232 * files.el (auto-mode-alist): Add `EBROWSE'.
20233
20234 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20235 space before testing for end of buffer.
20236 (ebrowse-load): Removed.
20237 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20238 (ebrowse-create-tree-buffer): Rewritten.
20239 (ebrowse-tree-mode): Read tree from buffer.
20240
20241 * progmodes/ebrowse-ffh.el: Removed.
20242
20243 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20244
20245 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20246
20247 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20248
20249 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20250 at the wrong place.
20251
20252 2000-04-09 Dave Love <fx@gnu.org>
20253
20254 * files.el (backup-enable-predicate):
20255 Use temporary-file-directory, small-temporary-file-directory.
20256 (make-backup-file-name-function, backup-directory-alist): New vars.
20257 (make-backup-file-name-1): New function.
20258 (make-backup-file-name): Use it.
20259 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20260 (file-newest-backup): Use make-backup-file-name.
20261
20262 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20263
20264 * progmodes/ebrowse-ffh.el: New file.
20265
20266 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20267 Moved to ebrowse-ffh.el.
20268 (ebrowse-load): Add autoload.
20269
20270 * finder.el (finder-commentary): Add autoload cookie.
20271
20272 * mail/rfc2368.el: Correct author's email address.
20273
20274 * progmodes/ebrowse.el: New file.
20275
20276 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20277 item help string.
20278 (easy-menu-do-add-item): Ditto.
20279 (easy-menu-define): Extend doc string.
20280
20281 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20282 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20283 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20284 with-buffer-unmodified.
20285
20286 2000-04-08 Dave Love <fx@gnu.org>
20287
20288 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20289 unless, when.
20290
20291 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20292
20293 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20294 (viper-flash-search-pattern): No operation when using Emacs
20295 doesn't support face.
20296 Use `viper-put-on-search-overlay'.
20297
20298 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20299
20300 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20301 like C-r.
20302
20303 * progmodes/make-mode.el: Some doc fixes.
20304 (makefile-mode-abbrev-table): New variable.
20305 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20306 (makefile-font-lock-keywords): Fontify includes and conditionals.
20307 (toplevel): Require `dabbrev' and `add-log' when compiling.
20308
20309 * replace.el (perform-replace): Don't move forward one char
20310 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20311 to do that because it leaves point 1 position after the last
20312 replacement, after everything has been replaced.
20313
20314 * jit-lock.el (with-buffer-unmodified): New macro.
20315 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20316 modified state.
20317 (jit-lock-function-1): Extracted from jit-lock-function; not
20318 preserving buffer's modified state.
20319 (jit-lock-function, jit-lock-stealth-fontify):
20320 Call jit-lock-function-1.
20321
20322 * mail/rfc2368.el: Remove supernumerary copyright line.
20323
20324 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20325
20326 * glasses.el: Provide facilities for inserting space before left
20327 parentheses and uncapitalization of identifiers.
20328 (glasses-mode): Try to remove old overlays in all cases.
20329
20330 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20331
20332 * progmodes/compile.el (compile-internal): Display the compilation
20333 buffer in a different frame, if it's already displayed there.
20334
20335 * mail/rfc2368.el: New file.
20336
20337 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20338 header and insert its value as mail body.
20339
20340 * subr.el (member-ignore-case): New function.
20341
20342 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20343 (dabbrev--find-expansion): Ignore buffers matching a regexp
20344 from dabbrev-ignored-regexps.
20345
20346 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20347 to extensions handled by gzip.
20348
20349 2000-04-03 Richard M. Stallman <rms@gnu.org>
20350
20351 * files.el (insert-directory): List the total free space
20352 along with the used space.
20353
20354 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20355 line is followed by one that matches CITATION-REGEXP, end the
20356 paragraph.
20357
20358 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20359
20360 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20361 (rmail-make-basic-summary-line): Use that option.
20362
20363 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20364
20365 * international/mule-cmds.el (encoded-string-description):
20366 Rewritten. Try pretty description for ISO 2022 escape sequences
20367 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20368 for hexadecimal format.
20369
20370 2000-04-01 Dave Love <fx@gnu.org>
20371
20372 * cpp.el: Change customization group to `c' from `C'.
20373
20374 * vcursor.el (vcursor-move): Use display-color-p.
20375
20376 * international/mule-util.el: Provide mule-utils.
20377 (string-to-sequence): Simplify and speed up.
20378
20379 * international/mule.el (make-coding-system): Purecopy doc-string.
20380
20381 * international/mule-cmds.el: Various menu changes.
20382 (describe-specified-language-support): Handle `Default'.
20383 (set-language-info): Purecopy `info'.
20384
20385 2000-03-31 Andrew Innes <andrewi@gnu.org>
20386
20387 * vc.el (vc-backend-diff): Return the correct status if we had to
20388 retry the rcsdiff command without the --brief option.
20389
20390 2000-03-31 Dave Love <fx@gnu.org>
20391
20392 * help.el (help-manyarg-func-alist): Correct several omissions.
20393
20394 * add-log.el: Don't require cl, fortran.
20395 (add-log-current-defun-function): Doc fix.
20396 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20397 (change-log-version-rcs): Function deleted.
20398 (change-log-version-number-search): Doc fix.
20399 Use vc-workfile-version. Avoid CL dolist.
20400 (add-change-log-entry): Just call add-log-current-defun to get
20401 defun. Simplify somewhat.
20402 (change-log-get-method-definition-1): Likewise.
20403 (add-log-current-defun): Return nil if calling
20404 add-log-current-defun-function does so. Move Fortran stuff to
20405 fortran.el. Return string without properties.
20406
20407 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20408 and :alpha: char classes.
20409
20410 * mail/supercite.el: Defvar curline when compiling.
20411 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20412 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20413 rather than a-zA-Z0-9 to allow non-ASCII characters.
20414
20415 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20416
20417 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20418
20419 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20420 Re-enable new code.
20421
20422 * lpr.el (print-region-1): Use -d to specify printer name for
20423 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20424
20425 2000-03-31 Dave Love <fx@gnu.org>
20426
20427 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20428 Look for function definition in symbol's function value slot first
20429 instead of first consulting byte-compile-function-environment.
20430
20431 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20432
20433 * language/european.el ("Polish"): New language environment.
20434 (setup-polish-environment): New function.
20435
20436 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20437
20438 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20439 Disable new code.
20440
20441 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20442 trying to `load' the symbol of an autoload instead of the file
20443 recorded in the autoload. Fix error messages.
20444
20445 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20446
20447 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20448 (ps-print-version): New version number (5.1.3).
20449 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20450 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20451 (ps-generate-postscript-with-faces): Code fix.
20452 (ps-color-values): XEmacs compatibility.
20453 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20454 (ps-default-fg, ps-default-bg): Adjust customization.
20455 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20456 (ps-color-scale): Renaming old ps-color-value fun.
20457 (ps-print-headers): Replace ps-print-header group to avoid conflict
20458 with ps-print-header variable.
20459 (ps-print-miscellany): New group.
20460 (ps-format-color, ps-rgb-color): New funs.
20461 (ps-default-foreground): New var.
20462 (ps-printer-name-option): New const.
20463
20464 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20465
20466 * net/net-utils.el:
20467 (network-connection-host, network-connection-service): New variables
20468 (network-connection-mode): New mode, derived from comint-mode
20469 (network-connection-mode-setup): New function, saves host and
20470 service information in local variables.
20471
20472 * lisp/locate.el:
20473 (locate-word-at-point): Added this function
20474 (locate): Default to using locate-word-at-point as input
20475 Run dired-mode-hook
20476
20477 2000-03-29 Dave Love <fx@gnu.org>
20478
20479 * calendar/appt.el: Doc fixes.
20480 (appt-check): Convert min-to-app to a string before passing to
20481 appt-disp-window-function or concat.
20482 (appt-delete-window): Remove test for frame-root-window.
20483 (appt-select-lowest-window, appt-convert-time): Simplify.
20484
20485 * emacs-lisp/bytecomp.el: Doc fixes.
20486 (byte-compile-file-form-autoload):
20487 Update byte-compile-function-environment.
20488
20489 2000-03-29 Andreas Schwab <schwab@suse.de>
20490
20491 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20492
20493 * dired.el (dired-insert-directory): If dired-free-space-program
20494 failed just delete its output.
20495
20496 2000-03-29 Dave Love <fx@gnu.org>
20497
20498 * international/iso-cvt.el: Move provide to end. Doc fixes.
20499 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20500 (iso-iso2sgml, iso-sgml2iso): New functions.
20501 (iso-cvt-define-menu): Fix some entries and use backquote for
20502 clarity.
20503
20504 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20505
20506 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20507
20508 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20509 ISO-DATE. If non-nil, return date in ISO 8601 format.
20510
20511 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20512
20513 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20514 if it ever becomes used.
20515 (log-edit-mode-hook): Default to vc-log-mode-hook.
20516 (log-edit-mode): Fix the docstring.
20517
20518 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20519 the code.
20520
20521 2000-03-26 Dave Love <fx@gnu.org>
20522
20523 * net/browse-url.el (browse-url): Re-fix case of
20524 browse-url-browser-function being an alist.
20525 (browse-url): Add :link to defgroup.
20526
20527 * files.el: Doc fixes.
20528 (file-truename): Include `[' in wildcard characters.
20529 (automount-dir-prefix): Customize.
20530 (find-file-wildcards): Add :version.
20531 (find-file-noselect): Simplify a mapcar call.
20532
20533 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20534 compatible with inf-lisp version.
20535 (eval-defun-1): Fix custom-declare-variable case.
20536
20537 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20538
20539 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20540
20541 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20542
20543 * Makefile (COMPILE_FIRST): New macro.
20544 (compile-files): Compile files from COMPILE_FIRST first.
20545
20546 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20547
20548 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20549 matching open parenthesis in column 0 to defun-prompt-regexp
20550 only if open-paren-in-column-0-is-defun-start is set.
20551
20552 * sun-curs.el: Require CL at compile-time only.
20553
20554 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20555 instead of copy-list which is a function from CL.
20556 (msb--choose-menu, msb--mode-menu-cond)
20557 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20558 (msb--init-file-alist): Use mapcar instead of mapcan.
20559 (msb--aggregate-alist): Use mapcar instead of mapcan.
20560 Fix `(' in column 0 in doc string.
20561 (msb--add-separators): Use mapcar instead of mapcan.
20562
20563 * cus-dep.el: Require CL at compile-time only.
20564
20565 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20566
20567 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20568 (byte-compile-warnings): New warning `noruntime'.
20569 (byte-compile-constants, byte-compile-variables): Fix docstring.
20570 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20571 execute `eval-whenc-compile's body.
20572 (byte-compile-unresolved-functions): Fix docstring.
20573 (byte-compile-eval): New function.
20574 (byte-compile-callargs-warn): Check if the function will be available
20575 at runtime (via property `byte-compile-noruntime').
20576 (byte-compile-print-syms): New function.
20577 (byte-compile-warn-about-unresolved-functions): Also warn about
20578 `noruntime' functions (and use `byte-compile-print-syms').
20579 (byte-compile-file): Capitalize the message.
20580
20581 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20582
20583 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20584 (rmail-expunge): Ask for confirmation depending on the setting
20585 of rmail-confirm-expunge.
20586
20587 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20588
20589 * Makefile (bootstrap-clean): If $(emacs) exists, build
20590 loaddefs.el first. A loaddefs.el that's not up-to-date might
20591 cause a bootstrap failure because things don't autoload as expected.
20592
20593 2000-03-23 Dave Love <fx@gnu.org>
20594
20595 * net/browse-url.el: Restore previous use of
20596 browse-url-maybe-new-window.
20597
20598 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20599
20600 * ps-print.el: Skip banner page fix.
20601 (ps-print-version): New version number (5.1.2).
20602 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20603
20604 2000-03-23 Dave Pearson <davep@davep.org>
20605
20606 * net/quickurl.el Changed the type of parameter passed to the
20607 function defined by `quickurl-format-function'. Before only the
20608 text of the URL was passed. Now the whole URL structure is passed
20609 and the function is responsible for extracting the parts it requires.
20610 Changed the default of `quickurl-format-function' accordingly.
20611 (quickurl-insert): Changed the `funcall' of
20612 `quickurl-format-function' to match the above change.
20613 (quickurl-list-insert): Changed the `url' case so that it makes
20614 use of `quickurl-format-function', previous to this the format was
20615 hard wired.
20616
20617 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20618
20619 * startup.el: Change some spellings for the X Window System.
20620
20621 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20622
20623 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20624 Clean up the code and the regexp and make sure the cursor is
20625 temporarily moved to the suspicious line while querying the user.
20626
20627 2000-03-22 Jason Rumney <jasonr@gnu.org>
20628
20629 * w32-fns.el (w32-charset-info-alist): Initialize.
20630
20631 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20632
20633 * ps-print.el: N-up last page fix.
20634 (ps-print-version): New version number (5.1.1).
20635 (ps-end-file, ps-end-job, ps-generate): Code fix.
20636
20637 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20638
20639 * files.el (find-file-run-dired): Update docstring.
20640 (find-directory-functions): New hook.
20641 (find-file-noselect): Run find-directory-functions rather than
20642 calling dired directly.
20643
20644 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20645
20646 * pcvs.el: Add a minimal leading commentary.
20647 (cvs-make-cvs-buffer): Change the header part by removing the startup
20648 message and adding a `Module' entry. Also replace the FOOTER and
20649 HEADER special fileinfos with the new support in ewoc for updating
20650 its own footer and header.
20651 (cvs-update-header): Update to use the header/footer of the ewoc.
20652 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20653 (cvs-is-within-p): New function.
20654 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20655 to only examine some subset of the buffers.
20656
20657 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20658 `format' instead of our own ad-hoc functions.
20659 Remove HEADER and FOOTER cases, now handled in the EWOC.
20660 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20661
20662 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20663 output to avoid scaring the user.
20664 (cvs-parse-table): Catch message for non-up-to-date commits.
20665
20666 * pcvs-defs.el (cvs-startup-message): Remove.
20667 (cvs-global-menu): New autoloaded menu.
20668
20669 * pcvs-util.el (cvs-string-fill): Remove.
20670
20671 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20672 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20673 PP part of it and also make it work for footers and headers.
20674 (ewoc-create): Drop POS and BUFFER arguments.
20675 Use the DLL's dummy node to store the end-of-footer position.
20676 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20677 (ewoc-refresh): Remove unused `header' variable.
20678 (ewoc-(get|set)-hf): New functions.
20679
20680 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20681 log-view-*-(message|file) and use easy-mmode-define-navigation.
20682 (log-view-message-re): Match SCCS format as well.
20683 And match the revision line rather than the dashed separator line.
20684 (log-view-mode): Use the new define-derived-mode.
20685 (log-view-current-tag): Fill in with an actual implementation.
20686
20687 * cvs-status.el (cvs-status-(prev|next)): Rename from
20688 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20689 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20690 to let the output "breathe" a little more (more readable).
20691 (cvs-status-mode): Use the new define-derived-mode.
20692
20693 * smerge-mode.el (smerge-auto-leave): New function and variable.
20694 (smerge-basic-map): Rename from smerge-basic-keymap.
20695 Change the bindings for smerge-diff-*.
20696 (smerge-*-map): Use easy-mmode-defmap.
20697 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20698 (smerge-keep-*): Use smerge-auto-leave.
20699
20700 2000-03-21 Jason Rumney <jasonr@gnu.org>
20701
20702 * cus-edit.el (custom-button-face): Use 3D look for w32.
20703 (custom-button-pressed-face): Likewise.
20704
20705 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20706
20707 * progmodes/etags.el (tags-case-fold-search): New user-option.
20708 (tags-loop-eval): New function. Bind case-fold-search around eval
20709 depending on the value of tags-case-fold-search.
20710 (tags-loop-continue): Use tags-loop-eval.
20711 (find-tag-in-order): Bind case-fold-search depending on the value
20712 of tags-case-fold-search.
20713
20714 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20715
20716 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20717 (diff-end-of-hunk): Return the end position for use in
20718 `easy-mmode-define-navigation'.
20719 (diff-recenter): Remove.
20720 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20721 of `easy-mmode-define-navigation'.
20722 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20723 previous renaming) and fix to use new names.
20724 (diff-merge-strings): Use \n as separator: simpler, faster.
20725 (diff-mode): Use `define-derived-mode'.
20726
20727 * derived.el (define-derived-mode): Don't autoload anymore.
20728 Prefer the macro-only version provided by easy-mmode.el.
20729
20730 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20731 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20732 (easy-mmode-define-navigation): New macro.
20733
20734 * subr.el (combine-run-hooks): New function.
20735
20736 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20737
20738 * term/x-win.el: Fontsets related initialization is simplified.
20739
20740 * international/mule-diag.el (describe-font): Don't refer to
20741 global-fontset-alist, instead call font-list.
20742 (describe-fontset, list-fontsets, mule-diag): Likewise.
20743 (print-fontset): Adjusted for the change of fontset implementation.
20744
20745 * international/fontset.el (x-charset-registries): Variable removed,
20746 instead the corresponding data is stored in the default fontset.
20747 (register-alternate-fontnames): Function removed.
20748 (resolved-ascii-font): Variable removed.
20749 (x-compose-font-name): Ignore the second argument REDOCE.
20750 (x-complement-fontset-spec): Complement only an ASCII font and
20751 element for those charsets than can use that ASCII font.
20752 (generate-fontset-menu): Don't refer to global-fontset-alist,
20753 instead call fontset-list.
20754 (uninstantiated-fontset-alist): Variable removed.
20755 (x-style-funcs-alist): Likewise.
20756 (fontset-default-styles): Likewise.
20757 (x-modify-font-name): Function removed.
20758 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20759 (create-fontset-from-ascii-font): Docsting adjusted for the above
20760 change.
20761 (instantiate-fontset, resolve-fontset-name): Functions removed.
20762 (fontset-list): Now implemented by C code.
20763
20764 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20765 (describe-face): Include `font' attribute in the description.
20766
20767 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20768
20769 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20770
20771 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20772
20773 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20774 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20775 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20776
20777 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20778 about behavior of set-buffer-modified-p wrt redisplay.
20779
20780 2000-03-19 Richard M. Stallman <rms@gnu.org>
20781
20782 * view.el (view-mode-disable): Kill local binding of view-read-only.
20783
20784 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20785
20786 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20787 is a string, convert it to a syntax cell using string-to-syntax.
20788
20789 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20790 (string-to-syntax): New function.
20791
20792 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20793 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20794 try to use passive ftp mode.
20795
20796 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20797
20798 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20799
20800 * simple.el (append-to-buffer): Update point of windows after
20801 insertion.
20802
20803 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20804 forward then moving backward. Reindent.
20805
20806 * frame.el (other-frame): Call x-focus-frame only if
20807 focus-follows-mouse is off.
20808
20809 2000-03-17 Dave Love <fx@gnu.org>
20810
20811 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20812
20813 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20814
20815 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20816 regexp for labels cannot span several lines.
20817
20818 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20819 `(setq :<key> ':<key>)' to the macro expansion.
20820
20821 2000-03-16 Dave Love <fx@gnu.org>
20822
20823 * progmodes/f90.el (f90): Put custom group under `languages', not
20824 `fortran'.
20825 (f90-mode-hook): Customize.
20826 (f90-mode): Set add-log-current-defun-function.
20827 (f90-current-defun): New function.
20828
20829 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20830
20831 * cus-edit.el (custom-variable-tag-face): Handle case that
20832 default face's height is not a number.
20833 (custom-face-tag-face, custom-group-tag-face-1)
20834 (custom-group-tag-face): Ditto.
20835 (custom-group-tag-face-1): Add :group.
20836
20837 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20838
20839 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20840
20841 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20842 requiring easymenu.
20843
20844 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20845
20846 * ps-print.el: PostScript user-defined prologue, PostScript error
20847 handler, doc fix.
20848 (ps-print-version): New version number (5.1).
20849 (ps-user-defined-prologue, ps-error-handler-message)
20850 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20851 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20852 (ps-insert-string): New function.
20853
20854 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20855
20856 * international/ccl.el (ccl-compile-expression): Don't generate
20857 invalid self-assignment code.
20858
20859 2000-03-14 Dave Love <fx@gnu.org>
20860
20861 * subr.el (replace-regexp-in-string): Renamed from
20862 replace-regexps-in-string. Doc fix.
20863
20864 2000-03-12 Dave Love <fx@gnu.org>
20865
20866 * cus-edit.el: Doc fixes.
20867 (customize-set-variable, customize-save-variable): Rename args for doc.
20868 (custom-variable-tag-face, custom-face-tag-face)
20869 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20870 style which user identify as hyperlink.
20871 (hook): Don't add undefined functions to the hook.
20872 (debug-ignored-errors): Transfer message from bindings.el.
20873
20874 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20875
20876 * recentf.el (recentf-keep-non-readable-files-p):
20877 Remove double/nested definition.
20878
20879 2000-03-12 Dave Love <fx@gnu.org>
20880
20881 * facemenu.el (facemenu-get-face): Use display-color-p.
20882 * enriched.el (enriched-decode-foreground): Likewise.
20883 (enriched-decode-background): Likewise.
20884 * isearch.el (isearch-highlight): Likewise.
20885 * info-look.el (info-lookup): Likewise.
20886 * simple.el (completion-setup-function): Likewise.
20887
20888 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20889 :options.
20890
20891 * bindings.el (mode-line-format): Fix line-number and
20892 column-number items. Add help-echo for the background.
20893 (mode-line-mule-info): Modify help-echo.
20894
20895 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20896
20897 * files.el (load-file): Allow completion to .elc.
20898
20899 * man.el: Doc fixes.
20900 (Man-init-defvars): Use display-color-p to set fontification.
20901
20902 * play/hanoi.el (hanoi-internal): Don't use oddp.
20903
20904 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20905
20906 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20907
20908 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20909
20910 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20911
20912 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20913 Fix comment.
20914
20915 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20916
20917 * font-lock.el (font-lock-keywords): Fix the doc now that
20918 regexp-opt-depth is unnecessary.
20919 (save-buffer-state): Set an edebug spec.
20920 (font-lock-fontify-anchored-keywords): Properly handle the case when
20921 the matcher goes past the limit.
20922
20923 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20924 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20925
20926 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20927 dll.el and cookie.el (from Elib) with heavy renaming and other
20928 massaging.
20929
20930 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20931 Autoload the functions used.
20932 (easy-mmode-define-syntax): Fix CL typo.
20933 (easy-mmode-define-derived-mode): Improve the docstring generation.
20934
20935 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20936
20937 * textmodes/texinfo.el (texinfo-version): Variable and function
20938 removed.
20939
20940 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20941
20942 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20943 allow more flexibility.
20944 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20945 (easy-mmode-defmap, easy-mmode-defsyntax)
20946 (easy-mmode-define-derived-mode): New macros.
20947
20948 2000-03-09 Didier Verna <didier@xemacs.org>
20949
20950 * rect.el (replace-rectangle): New function.
20951
20952 2000-03-09 Dave Love <fx@gnu.org>
20953
20954 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20955 (fortran-comment-line-start-skip): Don't match cpp stuff.
20956 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20957 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20958 (fortran-mode): Don't set fortran-comment-line-start-skip,
20959 fortran-comment-line-start here. Set comment-start,
20960 add-log-current-defun.
20961 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20962 (fortran-current-defun): New function.
20963
20964 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20965
20966 * emacs-lisp/re-builder.el: New file.
20967
20968 * mouse.el (mouse-drag-region): Don't run up-event handler
20969 if hscroll has changed.
20970
20971 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20972 builtin operators, use `font-lock-builtin-face' for Emacs and
20973 `font-lock-preprocessor-face' otherwise.
20974
20975 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20976 `(defun (setf foo)' differently.
20977
20978 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20979
20980 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20981 (regexp-opt): Update comment and adapt the code the new meaning of
20982 the `paren' argument of regex-opt-group for shy-groups.
20983 (regexp-opt-depth): Handle shy groups as well as backslashed
20984 backslashes.
20985 (regexp-opt-group): Turn the leading comment into a docstring.
20986 Allow `paren' to be a string (the string to use to open a group).
20987 Remove open-presuf and close-presuf. Instead of checking for `all
20988 one-char' and then later on check for `several one-char', handle
20989 both cases close together. Also apply a more generic algorithm
20990 for suffixes (the mirror image of the algorithm used for
20991 prefixes). Use shy-groups. Use nreverse rather than reverse.
20992 (regexp-opt-try-suffix): Removed.
20993
20994 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20995 from comint-mode-map, so we can just inherit from it. Also, move
20996 the initialization into the `defvar' since there's no docstring
20997 anyway and it's fairly short.
20998 (inferior-scheme-mode): Define it as derived-mode: the code is
20999 shorter and this way we inherit from comint-mode-map rather than
21000 copying it.
21001
21002 * subr.el (replace-regexps-in-string): Properly handle the case
21003 where we match an empty string.
21004
21005 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21006 when the command has a directory component (such as "./testml").
21007 Also fix a typo in the comment.
21008
21009 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21010
21011 * Makefile (compile-files): Compile files one by one because
21012 that's the only way to ensure a clean compilation environment for
21013 each individual file.
21014
21015 * frame.el (other-frame): Call x-focus-frame.
21016
21017 2000-03-07 Dave Love <fx@gnu.org>
21018
21019 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21020 :require to defcustom.
21021
21022 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21023
21024 * files.el (auto-mode-alist): Add configure.in.
21025
21026 * progmodes/autoconf.el: New file.
21027
21028 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21029
21030 * mail/mh-e.el: Change maintainer to `none'.
21031
21032 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21033 to remove-hook and add-hook.
21034
21035 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21036
21037 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21038 it as the default.
21039 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21040 (sendmail-send-it): Conditionally add MIME headers specifying the
21041 used character set.
21042
21043 2000-03-07 Dave Love <fx@gnu.org>
21044
21045 * winner.el: Fix keywords, autoload cookies.
21046 Split eval-when-compile form to avoid compilation failure.
21047
21048 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21049
21050 * international/mule.el: Modify comment about coding system
21051 property `coding-category'.
21052 (make-coding-system): New argument EOL-TYPE. Pay attention to
21053 coding-category property of PROPERTIES.
21054
21055 * international/mule-conf.el (coding-category-utf-8)
21056 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21057 categories. Include them in the argument for set-coding-priority.
21058
21059 * international/mule-cmds.el (reset-language-environment):
21060 Include coding-category-utf-8, coding-category-utf-16-be, and
21061 coding-category-utf-16-le in the argument for set-coding-priority.
21062 (reset-language-environment): Initialize coding-category-utf-8,
21063 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21064
21065 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21066
21067 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21068 code abstracted out of `bookmark-jump-noselect'. Now tries info
21069 extensions as well as compression extensions.
21070 (bookmark-jump-noselect): Use above new func.
21071
21072 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21073
21074 * strokes.el: Change maintainer's mail address.
21075
21076 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21077
21078 * international/mule-diag.el (list-character-sets): Make help-echo
21079 string by substitute-command-keys.
21080 (list-character-sets): Likewise.
21081 (sort-listed-character-sets): Call help-setup-xref.
21082
21083 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21084
21085 * time.el (display-time-mail-file): Add `none' to the list of choices.
21086
21087 2000-03-01 Dave Love <fx@gnu.org>
21088
21089 * help.el (help-xref-go-back): Don't try to set position.
21090
21091 * international/mule-diag.el (list-character-sets):
21092 Call help-setup-xref. Add help-echo to xrefs.
21093 (list-character-sets-1): Add help-echo to xrefs.
21094
21095 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21096
21097 * frame.el (blink-cursor-mode): Switch cursor on when turning
21098 the mode off.
21099
21100 * add-log.el (add-log-current-defun): Add support for
21101 Autoconf mode.
21102
21103 * mail/rmail.el (rmail-quit-hook): New variable.
21104
21105 2000-03-01 Dave Love <fx@gnu.org>
21106
21107 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21108
21109 * help.el (help-xref-button): Add help-echo arg.
21110 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21111
21112 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21113
21114 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21115
21116 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21117
21118 * image.el (defimage): Look for image files in load-path.
21119
21120 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21121
21122 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21123
21124 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21125
21126 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21127
21128 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21129 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21130 action to select/unselect a file.
21131 (recentf-edit-list): Code cleanup and improvement.
21132 (recentf-open-more-files-action): `recentf-open-more-files' button
21133 widget action to open a file.
21134 (recentf-open-more-files): No more use standard completion but widgets.
21135 (recentf-more-collection): Deleted.
21136 (recentf-more-history): Deleted.
21137 (recentf-setup-more-completion): Deleted.
21138
21139 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21140
21141 * recentf.el (recentf-mode): No more needs that Emacs is running
21142 under a window-system.
21143
21144 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21145
21146 * recentf.el (recentf-edit-list): New command to edit the recent
21147 list which allow the user to remove files.
21148 (recentf-edit-selected-items): New global variable, used by
21149 `recentf-edit-list' to hold the list of files to be removed from
21150 the recent list.
21151 (recentf-make-menu-items): Updated to display a "Edit list..."
21152 menu item. Minor code cleanup.
21153
21154 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21155
21156 * recentf.el (recentf-open-more-files): New command to open files
21157 that are not displayed in the menu.
21158 (recentf-more-collection): New global variable holding the set of
21159 permissible completions used by `recentf-open-more-files'.
21160 (recentf-more-history): New global variable holding the history list
21161 used by `recentf-open-more-files' completion.
21162 (recentf-setup-more-completion): New function to setup completion for
21163 `recentf-open-more-files'.
21164 (recentf-make-menu-items): Updated to display a "More..." menu item.
21165
21166 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21167
21168 * recentf.el (recentf-menu-action): Doc fixed.
21169
21170 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21171
21172 * recentf.el (recentf-menu-filter): Doc updated.
21173 (recentf-update-menu-hook): Allow menu filters to force menu update.
21174 (recentf-make-menu-items): New menu filter handling.
21175 (recentf-make-menu-item): New helper function.
21176 (recentf-menu-elements): New menu handling function.
21177 (recentf-sort-ascending): Updated to new menu filter handling.
21178 (recentf-sort-descending): Updated to new menu filter handling.
21179 (recentf-sort-basenames-ascending): New menu filter function.
21180 (recentf-sort-basenames-descending): New menu filter function.
21181 (recentf-show-basenames): New menu filter function.
21182 (recentf-show-basenames-ascending): New menu filter function.
21183 (recentf-show-basenames-descending): New menu filter function.
21184
21185 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21186
21187 * diary-lib.el (list-diary-entries): Don't try to go forward at
21188 the end of the buffer.
21189
21190 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21191
21192 * international/mule-diag.el (list-character-sets):
21193 Completely rewritten.
21194 (sort-listed-character-sets): New function.
21195 (list-character-sets-1): Completely rewritten.
21196 (list-character-sets-2): New function.
21197 (non-iso-charset-alist): New variable.
21198 (decode-codepage-char): New function.
21199 (charset-history): New variable.
21200 (read-charset) (list-block-of-chars)
21201 (list-iso-charset-chars)
21202 (list-non-iso-charset-chars)
21203 (list-charset-chars): New functions.
21204 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21205 (dump-charsets): Likewise.
21206
21207 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21208
21209 * dired-x.el (dired-filename-at-point): Add `@' to valid
21210 file name characters.
21211 (dired-filename-at-point): Handle ange-ftp file names.
21212
21213 * frame.el (frame-notice-user-settings): Use assq-delete-all
21214 instead of assoc-delete-all.
21215 (frame-notice-user-settings): Ditto.
21216
21217 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21218 Don't copy alist.
21219
21220 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21221
21222 * calculator.el (calculator-use-menu): New option.
21223 (calculator-initial-bindings): Changed some bindings to work as macros.
21224 (calculator-forced-input): Removed.
21225 (calculator-restart-other-mode): New variable.
21226 (calculator-mode-map): Set up menu.
21227
21228 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21229
21230 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21231
21232 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21233
21234 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21235 translate all ESC key sequences.
21236 (viper-goto-mark-subr): Restore markers for files for which
21237 they were saved.
21238 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21239 * viper-util.el (viper-set-replace-overlay-glyphs)
21240 (viper-set-replace-overlay): Always check if the replacement
21241 overlay is live.
21242 * viper.el (viper-vi-state-mode-list): Add major modes.
21243 * ediff-wind.el: Minor comment changes.
21244 * ediff.el: Copyright notice date fix.
21245
21246 2000-02-27 Jason Rumney <jasonr@gnu.org>
21247
21248 * faces.el (face-font-family-alternatives): Add arial to helv.
21249 (mode-line, header-line, tool-bar): Same default as x for w32.
21250 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21251 face-font-family-alternatives from working.
21252 * term/w32-win.el (mouse-set-font): Do not build fontset from
21253 chosen font.
21254
21255 2000-02-25 Sam Steingold <sds@goems.com>
21256
21257 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21258 properly.
21259
21260 2000-02-25 Richard M. Stallman <rms@gnu.org>
21261
21262 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21263
21264 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21265
21266 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21267
21268 * frame.el (busy-cursor-delay-seconds): New option.
21269
21270 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21271
21272 * frame.el (show-cursor-in-non-selected-windows): New option.
21273
21274 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21275
21276 * diary-lib.el (include-other-diary-files): Undo the selective
21277 display in any included file and don't kill it.
21278
21279 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21280
21281 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21282 Menu items converted to (menu-item format, help strings added.
21283 [downcase, upcase]: Don't enable on MS-DOS.
21284 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21285 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21286
21287 2000-02-23 Dave Love <fx@gnu.org>
21288
21289 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21290 (backward-kill-word): Revert addition of * to interactive spec --
21291 it's a feature.
21292
21293 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21294 (backward-kill-sentence, kill-sentence): Likewise.
21295
21296 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21297 scratch buffer name.
21298 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21299
21300 * term/w32-win.el (internal-face-interactive): Update prompt for
21301 new read-face-name.
21302
21303 * mail/footnote.el (footnote): Add :version to defgroup.
21304 (footnote-section-tag-regexp): Customize.
21305 (footnote-start-tag, footnote-end-tag): New option.
21306 (footnote-latin-regexp): New variable.
21307 (Footnote-latin): New function.
21308 (footnote-style-alist): Add element for latin style.
21309 (footnote-style): Moved.
21310 (Footnote-goto-footnote): Use eq to test arg.
21311
21312 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21313
21314 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21315 (byte-compile-trueconstp): Include keywords.
21316 (byte-optimize-quote, byte-optimize-lapcode):
21317 Use byte-compile-const-symbol-p.
21318 (byte-optimize-char-before): New optimization.
21319
21320 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21321 (byte-compile-const-symbol-p): New function.
21322 (byte-compile-constp, byte-compile-out-toplevel)
21323 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21324 Use it.
21325
21326 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21327
21328 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21329
21330 * international/encoded-kb.el: Be sure to update minor-mode-alist
21331 and minor-mode-map-alist.
21332 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21333 codes SS2 and SS3 correctly.
21334 (encoded-kbd-self-insert-ccl): New function.
21335 (encoded-kbd-setup-keymap): New function.
21336 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21337 by calling encoded-kbd-setup-keymap.
21338
21339 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21340 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21341
21342 2000-02-22 Dave Love <fx@gnu.org>
21343
21344 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21345 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21346 (lisp-mode-syntax-table): Set up for #|...|# comments.
21347 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21348 classes. Match `defface'.
21349 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21350 (eval-defun-1): Fix for defcustom.
21351 (lisp-indent-region): Doc fix.
21352
21353 * subr.el (when, unless, split-string): Doc fix.
21354 (read-passwd): Move call of clear-this-command-keys to the right place.
21355 (replace-regexps-in-string): New function.
21356
21357 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21358
21359 * help.el (describe-variable): Set syntax table to
21360 emacs-lisp-mode-syntax-table when moving forward over the
21361 symbol's name.
21362
21363 2000-02-22 Dave Love <fx@gnu.org>
21364
21365 * xt-mouse.el: Doc fixes.
21366 (xterm-mouse-position-function): New function, replacing advice of
21367 mouse-position.
21368 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21369
21370 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21371
21372 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21373
21374 * format.el (format-annotate-single-property-change):
21375 Handle properties.with dotted-list values.
21376 (format-proper-list-p): New function.
21377
21378 * enriched.el (enriched-face-ans): Handle '(foreground-color
21379 . COLOR) and (background-color . COLOR).
21380
21381 2000-02-20 Dave Love <fx@gnu.org>
21382
21383 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21384 and assignments to it.
21385 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21386 current local map.
21387 (make-flyspell-overlay): Use it.
21388 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21389
21390 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21391 (lm-get-header-re): Defun, not defsubst.
21392 (lm-get-package-name): Defun, not defsubst. Simplify.
21393 (lm-version): Doc fix. Simplify.
21394 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21395 (lm-crack-address, lm-last-modified-date, lm-commentary)
21396 (lm-verify, lm-synopsis): Simplify.
21397 (lm-report-bug): Require emacsbug. Use compose-mail.
21398
21399 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21400
21401 * dired.el (dired-mode): Call propertized-buffer-identification
21402 to set mode-line-buffer-identification to something having
21403 the right text properties.
21404
21405 * bindings.el (propertized-buffer-identification): New function.
21406
21407 2000-02-20 Dave Love <fx@gnu.org>
21408
21409 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21410 check for t-mouse too.
21411
21412 * cus-start.el: Make echo-keystrokes `number'.
21413
21414 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21415
21416 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21417 Don't call ring-empty-p unless tags-location-ring is bound.
21418 From Noah Friedman <friedman@splode.com>.
21419
21420 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21421
21422 * progmodes/hideshow.el (hs-flag-region): No longer use
21423 `intangible' overlay property.
21424
21425 (hs-toggle-hiding): New command.
21426 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21427
21428 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21429 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21430 and deactivation.
21431
21432 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21433
21434 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21435
21436 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21437
21438 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21439
21440 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21441 of `*' to handle `(* ... *)' comments.
21442
21443 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21444
21445 * faces.el (list-faces-display): Use display-mouse-p instead of
21446 window-system.
21447
21448 * menu-bar.el (global-map): Menu-bar items converted to the new
21449 format (menu-item..., rearranged for better CUA compliance, and
21450 their names changed for better clarity. Help strings added.
21451
21452 * international/mule-cmds.el (mule-menu-keymap)
21453 (describe-language-environment-map, set-coding-system-map)
21454 (setup-language-environment-map): Convert to new (menu-item...
21455 form, add help strings. Change names of menu items for better clarity.
21456 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21457
21458 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21459
21460 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21461 within the code.
21462
21463 2000-02-16 Dave Love <fx@gnu.org>
21464
21465 * faces.el: Don't require custom. Add more specific :groups to
21466 various deffaces.
21467 (set-face-attribute): Purecopy args.
21468 (read-face-name): Default to name at point and use it in prompt.
21469 Remove colon from arg in all callers.
21470 (list-faces-display): Hyperlink to face descriptions and customize
21471 buffers.
21472
21473 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21474
21475 * wid-edit.el (widget-match-inline): An atom never matches a list.
21476
21477 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21478
21479 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21480 at ':' characters by call to split-string.
21481
21482 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21483
21484 * textmodes/bibtex.el: Added RCS version identification.
21485
21486 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21487
21488 * textmodes/bibtex.el: Some temporary comments removed.
21489 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21490 (bibtex-field-const): Allow capital letters.
21491 (bibtex-start-of-string): Deleted because unused.
21492
21493 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21494 use the term 'reference' to describe a bibtex entry as a whole.
21495 Further, reference keys are no longer called 'labels'.
21496 (bibtex-keys): Renamed to bibtex-reference-keys.
21497 (bibtex-reformat-previous-labels): Renamed to
21498 bibtex-reformat-previous-reference-keys.
21499 (bibtex-reference-type): Renamed to bibtex-entry-type.
21500 (bibtex-reference-head): Renamed to bibtex-entry-head.
21501 (bibtex-reference-maybe-empty-head): Renamed to
21502 bibtex-entry-maybe-empty-head.
21503 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21504 (bibtex-search-reference): Renamed to bibtex-search-entry.
21505 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21506 bibtex-enclosing-entry-maybe-empty-head.
21507 (bibtex-entry-field-alist, bibtex-entry-head)
21508 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21509 (bibtex-map-entries, bibtex-search-entry)
21510 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21511 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21512 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21513 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21514 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21515 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21516 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21517
21518 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21519
21520 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21521 comment.
21522 (bibtex-format-field-delimiters): New function, functionality
21523 extracted from bibtex-format-entry.
21524 (bibtex-autokey-get-yearfield-digits): New function, functionality
21525 extracted from bibtex-autokey-get-yearfield.
21526
21527 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21528 entries in order to avoid stack overflow in the regexp matcher if
21529 field contents become large.
21530 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21531 (bibtex-field-string-part-not-braced)
21532 (bibtex-field-string-part-no-inner-braces)
21533 (bibtex-field-string-part-1-inner-brace)
21534 (bibtex-field-string-part-2-inner-braces)
21535 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21536 (bibtex-field-string-quoted, bibtex-field-string)
21537 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21538 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21539 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21540 Deleted as parsing is now performed by the following functions.
21541 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21542 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21543 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21544 (bibtex-parse-association, bibtex-field-name-for-parsing)
21545 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21546 (bibtex-search-forward-field, bibtex-search-backward-field)
21547 (bibtex-start-of-field, bibtex-end-of-field)
21548 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21549 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21550 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21551 (bibtex-parse-string, bibtex-search-forward-string)
21552 (bibtex-search-backward-string, bibtex-start-of-string)
21553 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21554 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21555 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21556 entries. Instead of reporting the results of the parsing by
21557 match-beginning or match-end, these functions return data structures
21558 that hold the corresponding positions.
21559 (bibtex-enclosing-field): Changed to also report field boundaries by
21560 return values rather than by match-beginning or match-end.
21561 The following functions have been adapted to use the new
21562 parsing functions.
21563 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21564 (bibtex-enclosing-field, bibtex-format-entry)
21565 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21566 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21567 (bibtex-print-help-message, bibtex-end-of-entry)
21568 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21569 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21570 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21571 Use the new method for parsing.
21572 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21573 (bibtex-map-entries, bibtex-flash-head)
21574 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21575 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21576 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21577 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21578 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21579 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21580 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21581 order to make the new binding of case-fold-search immediately visible.
21582
21583 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21584
21585 * textmodes/bibtex.el: Copyright notice is up to date.
21586 Added constant 'bibtex-maintainer-salutation.
21587
21588 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21589 than make-temp-name, use match-string-no-properties and eliminate
21590 a quadratic behavior when building bibtex-strings.
21591
21592 * bibtex.el (bibtex-reference-key): Accept string entries whose
21593 reference key contains upper case letters.
21594
21595 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21596
21597 * bibtex.el (bibtex-reference-head): Allow entries to start with
21598 a new line.
21599
21600 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21601
21602 * bibtex.el: Hiding of entry bodies is not longer provided by
21603 bibtex.el directly. Instead the hideshow package can be used.
21604 Added a special bibtex entry to hs-special-modes-alist.
21605 (bibtex-hs-forward-sexp): Added for hideshow.el.
21606
21607 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21608
21609 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21610 proceedings entry type (for cross referencing). Thanks to Wagner
21611 Toledo Correa for the suggestion.
21612
21613 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21614
21615 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21616
21617 * international/characters.el: Setup case table for Vietnamese.
21618
21619 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21620
21621 * uniquify.el (toplevel): Require CL at compile time.
21622 (uniquify-push): Removed.
21623
21624 * shadowfile.el (shadow-when): Removed.
21625
21626 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21627 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21628
21629 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21630 regexp for paragraph-start.
21631
21632 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21633 commas as well.
21634
21635 2000-02-10 Dave Love <fx@gnu.org>
21636
21637 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21638 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21639 Deleted.
21640 (widget-specify-field, widget-specify-button): Don't use
21641 widget-mouse-help as help-echo property.
21642 (default): Use #'ignore for :validate and :mouse-down-action.
21643 (checkbox): Add help-echo.
21644 (widget-sexp-validate): Rewritten to clarify error messages.
21645 (character): Use char-valid-p in :match function.
21646 (widget-color-complete): Use facemenu-color-alist.
21647 (widget-color-action): Use facemenu-read-color.
21648
21649 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21650 set up `caar' &c that we now have.
21651
21652 2000-02-09 Ray Blaak <blaak@gnu.org>
21653
21654 * delphi.el: Make resourcestring a declaration region, like const
21655 and var.
21656
21657 2000-02-09 Dave Love <fx@gnu.org>
21658
21659 * bindings.el (mode-line-input-method-map): New variable.
21660 (mode-line-mule-info): Use it; fix last change.
21661 (mode-line-mode-menu): Move definition.
21662 (mode-line-mouse-sensitive-p): Deleted.
21663 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21664 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21665
21666 * startup.el (command-line-1): Don't call
21667 make-mode-line-mouse-sensitive.
21668
21669 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21670
21671 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21672 before rmail-toggle-header, because the former toggles headers.
21673
21674 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21675
21676 * diff-mode.el (diff-kill-junk): New interactive function.
21677 (diff-reverse-direction): Use delete-and-extract-region.
21678 (diff-post-command-hook): Restrict the area so that the hook also works
21679 outside of any diff hunk. This is necessary for the minor-mode.
21680 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21681 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21682
21683 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21684 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21685 so that it can be used more easily in <foo>-mode-hook. Also make sure
21686 to avoid duplicate entries.
21687 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21688 (font-lock-remove-keywords): Just as was done for `add', allow it to
21689 work even if font-lock-mode is nil. Also make sure we don't modify
21690 any pre-existing list by forcing a copy-sequence. Finally rename
21691 `major-mode' to `mode'.
21692 (font-lock-fontify-syntactic-anchored-keywords)
21693 (font-lock-fontify-anchored-keywords)
21694 (font-lock-fontify-keywords-region): Use line-end-position.
21695 Don't make `font-lock-multiline' local (it's now done in
21696 font-lock-set-defaults).
21697 (font-lock-set-defaults): Make `font-lock-multiline' local.
21698 Move the `font-lock-fontified' creation to inside the `unless'.
21699
21700 2000-02-06 Andrew Innes <andrewi@gnu.org>
21701
21702 * term/w32-win.el (x-handle-args): Comment out call to message,
21703 which occurs before window system is initialized.
21704
21705 * makefile.nt: Add support for recompiling lisp code.
21706
21707 2000-02-04 Dave Love <fx@gnu.org>
21708
21709 * bindings.el (mode-line-mule-info): Fix/extend last change.
21710
21711 * completion.el: Replace completion-dolist with dolist.
21712
21713 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21714
21715 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21716
21717 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21718 environment names before they go into the section regexp.
21719
21720 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21721 char class in regexp.
21722
21723 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21724 Bind `case-fold-search' to nil.
21725
21726 * progmodes/idlwave.el (idlwave-template):
21727 Respect `idlwave-abbrev-change-case'.
21728 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21729 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21730 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21731 (idlwave-rw-case): New function.
21732 (idlwave-statement-match): Fixed problem with assignment regexp.
21733 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21734 (idlwave-surround): New argument LENGTH to support padding of
21735 operators longer than 1 char.
21736
21737 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21738 idlwave-shell-expression-overlay. Implemented printing of
21739 expressions on higher levels of the calling stack.
21740 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21741 (idlwave-retrieve-expression-from-level): New function.
21742 (idlwave-shell-last-calling-stack): Variable removed.
21743 (idlwave-shell-reset): Argument action reversed (`visible' to
21744 `hidden'). Also remove stop-line overlay.
21745 (idlwave-shell-calling-stack-routine): New variable.
21746 (idlwave-shell-parse-stack-and-display): Messages now display
21747 negative level numbers.
21748 (idlwave-shell-mode): Set `modeline-format'.
21749 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21750 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21751 (idlwave-shell-print-expression-function): New option.
21752
21753 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21754 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21755 `tool-bar' instead of `toolbar'.
21756
21757 2000-02-02 Dave Love <fx@gnu.org>
21758
21759 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21760 emacs-lisp-mode-hook. Don't check for defalias being defined.
21761
21762 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21763 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21764 Use the new builtins directly.
21765
21766 * whitespace.el (whitespace): Add :version to defgroup.
21767
21768 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21769 Doc fix.
21770
21771 * thingatpt.el (sexp-at-point, symbol-at-point)
21772 (number-at-point, list-at-point): Add autoload cookie.
21773
21774 * recentf.el (recentf): Add :version to defgroup.
21775
21776 * quickurl.el (quickurl): Add :version to defgroup.
21777
21778 * elide-head.el (elide-head): Use point-marker more.
21779
21780 * bs.el (bs): Add :version to defgroup.
21781
21782 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21783
21784 * progmodes/delphi.el (delphi): Add :version to defgroup.
21785
21786 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21787
21788 * ange-ftp.el (ange-ftp-write-region): Handle case that
21789 succeeding process operation sets a different coding system.
21790
21791 * calculator.el: New file.
21792
21793 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21794
21795 * frame.el (frames-on-display-list, framep-on-display): New functions.
21796 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21797 (display-selections-p, display-screens, display-pixel-width)
21798 (display-pixel-height, display-mm-width, display-mm-height)
21799 (display-backing-store, display-save-under, display-planes)
21800 (display-color-cells, display-visual-class): New functions.
21801
21802 * term/tty-colors.el (tty-color-gray-shades): New function.
21803
21804 * faces.el (display-color-p): Use framep-on-display.
21805 (display-grayscale-p): New function.
21806
21807 2000-01-31 Dave Love <fx@gnu.org>
21808
21809 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21810 (create-fontset-from-x-resource): Don't concat integers.
21811
21812 2000-01-31 Inge Frick <inge@nada.kth.se>
21813
21814 * view.el: Some changes in documentation. Removed some trailing
21815 whitespace. Changed some parameter names to agree with documentation.
21816 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21817 window is not deleted. Modifies change 1998-04-26.
21818
21819 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21820
21821 * windmove.el: New file.
21822
21823 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21824 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21825 progmodes/ebnf-yac.el: Update copyright and license info.
21826
21827 * jit-lock.el (jit-lock-function): Widen before calculating
21828 end position.
21829 (jit-lock-stealth-chunk-start): Rewritten.
21830
21831 * info.el (Info-title-face-alist): Removed.
21832 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21833 (Info-fontify-node): Use these faces.
21834
21835 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21836
21837 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21838 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21839 `&allow-other-keywords'.
21840
21841 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21842 the list of directories scanned heuristically.
21843
21844 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21845
21846 2000-01-30 Jason Rumney <jasonr@gnu.org>
21847
21848 * w32-fns.el: Define w32-tty-standard-colors.
21849
21850 * startup.el (command-line): Use w32-tty-standard-colors when in
21851 w32 console mode.
21852
21853 2000-01-30 Dave Love <fx@gnu.org>
21854
21855 * jka-compr.el (jka-compr-load): Fix up load-history.
21856
21857 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21858
21859 * emacs-lisp/cl-macs.el: Revert previous change.
21860
21861 2000-01-29 Dave Love <fx@gnu.org>
21862
21863 * facemenu.el: Purecopy various strings.
21864
21865 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21866 years. Deal with three-digit years.
21867
21868 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21869 Use defconst, purecopy.
21870 (help-back-label): Purecopy it.
21871
21872 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21873
21874 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21875 variable. If non-nil, order the buffer list according to the
21876 currently selected frame.
21877 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21878 non-nil, pass the selected frame to function buffer-list.
21879
21880 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21881
21882 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21883
21884 2000-01-28 Dave Love <fx@gnu.org>
21885
21886 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21887
21888 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21889 Don't use lisp-indent-hook property.
21890 (cl-abs): Remove.
21891
21892 * subr.el: Move out indent and edebug specs for when and unless.
21893
21894 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21895 when, unless.
21896
21897 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21898 unless, when.
21899
21900 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21901
21902 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21903 `collecting' as synonym for `collect'.
21904
21905 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21906 for the case it contains spaces.
21907
21908 * simple.el (what-cursor-position): Change formatting of messages.
21909
21910 * frame.el (delete-other-frames): New function.
21911 (toplevel): Bind it to C-x 5 1.
21912
21913 * sort.el (sort-numeric-base): New option.
21914 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21915 interpret it as octal or hexadecimal. Use sort-numeric-base
21916 as default base.
21917
21918 * progmodes/glasses.el: New file.
21919
21920 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21921
21922 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21923 userids differently.
21924
21925 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21926 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21927 progmodes/ebnf-yac.el: New files.
21928
21929 2000-01-26 Dave Love <fx@gnu.org>
21930
21931 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21932 on a function with an empty body. [From Eric Ludlam.]
21933
21934 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21935
21936 * vc.el (vc-version-diff): Make sure file name is expanded.
21937
21938 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21939
21940 * scroll-bar.el (scroll-bar-timer): Variable removed.
21941 (scroll-bar-toolkit-scroll): Don't use a timer.
21942
21943 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21944
21945 * language/thai-util.el (thai-composition-function):
21946 Delete superfluous `a'.
21947
21948 2000-01-24 Dave Love <fx@gnu.org>
21949
21950 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21951 end-of-defun-function.
21952
21953 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21954
21955 2000-01-22 Jason Rumney <jasonr@gnu.org>
21956
21957 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21958 conflicts with new face support.
21959
21960 2000-01-22 Richard M. Stallman <rms@gnu.org>
21961
21962 * replace.el (query-replace): Rename last arg to DELIMITED.
21963 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21964 (query-replace-regexp): Likewise.
21965
21966 2000-01-20 Richard M. Stallman <rms@gnu.org>
21967
21968 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21969
21970 * emacs-lisp/lisp.el (beginning-of-defun-function):
21971 Variable renamed from beginning-of-defun.
21972 Do not call make-variable-buffer-local.
21973 (beginning-of-defun-raw): Use new variable name; doc fix.
21974 (beginning-of-defun): Doc fix.
21975 (end-of-defun-function): Variable renamed from end-of-defun.
21976 Do not call make-variable-buffer-local.
21977 (end-of-defun): Use new variable name; doc fix.
21978
21979 * subr.el (dolist, dotimes): Copied from cl-macs.el
21980 and made to work.
21981
21982 * mail/undigest.el (rmail-digest-end-regexps):
21983 Variable replaces rmail-digest-end-regexp.
21984 Allows multiple regexps for detecting the end line.
21985 (undigestify-rmail-message): Corresponding changes.
21986
21987 2000-01-19 Dave Love <fx@gnu.org>
21988
21989 * files.el (user-init-file): Don't declare here -- is primitive.
21990
21991 * startup.el (command-line): Check for compiled user-init-file and
21992 set to uncompiled version if necessary.
21993
21994 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21995
21996 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21997 (undigestify-rmail-message): Use it.
21998
21999 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22000
22001 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22002
22003 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22004 of mini-buffer.
22005
22006 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22007
22008 * emacs-lisp/copyright.el (copyright-update): Removed the
22009 requirement for a trailing space from `copyright-regexp', to
22010 support copyrights with owner specified on a separate line..
22011
22012 * align.el: New file.
22013
22014 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22015
22016 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22017
22018 2000-01-13 Dave Love <fx@gnu.org>
22019
22020 * ph.el: Removed. (Obsoleted by EUDC.)
22021
22022 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22023
22024 * net/eudc.el (toplevel): Remove autoloaded code installing
22025 menu with easymenu, because that causes build problems.
22026
22027 * frame.el (frame-notice-user-settings): New variable.
22028 (frame-notice-user-settings): Don't modify frame parameters
22029 if called a second time.
22030
22031 2000-01-13 Richard M. Stallman <rms@gnu.org>
22032
22033 * frame.el (frame-notice-user-settings):
22034 Notice default-frame-parameters even for non-window frames.
22035
22036 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22037
22038 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22039 for Emacs.
22040 (eudc-bob-can-display-inline-images): Extend for Emacs.
22041 (eudc-bob-toggle-inline-display): Ditto.
22042 (eudc-bob-display-jpeg): Ditto.
22043
22044 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22045
22046 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22047 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22048 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22049
22050 * add-log.el (add-change-log-entry): Fix error trying an
22051 `(insert nil)'.
22052
22053 * subdirs.el: Add `net' directory.
22054
22055 * net: New directory.
22056
22057 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22058 eval-last-sexp. Don't bind debug-on-error here.
22059 (eval-last-sexp): New function. Bind debug-on-error if
22060 eval-expression-debug-on-error is non-nil.
22061 (eval-defun-2, eval-defun): Likewise.
22062
22063 * simple.el (eval-expression): Don't bind debug-on-error if
22064 eval-expression-debug-on-error is nil. Detect changed
22065 debug-on-error, and propagate new value to global binding, if
22066 eval-expression-debug-on-error is non-nil,
22067 (eval-expression-debug-on-error): Change doc string.
22068
22069 2000-01-11 Richard M. Stallman <rms@gnu.org>
22070
22071 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22072
22073 * emacs-lisp/lisp-mode.el (with-syntax-table):
22074 Set up lisp-indent-function property.
22075
22076 * subr.el (with-syntax-table): Moved from simple.el.
22077
22078 * simple.el (with-syntax-table): Moved to subr.el.
22079
22080 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22081
22082 * tmm.el (tmm-shortcut): Delete region after prompt instead
22083 of erasing buffer.
22084
22085 * textmodes/fill.el (fill-common-string-prefix): New function.
22086 (fill-context-prefix): Use the longest common prefix of first
22087 and second line fill prefix, if there is one.
22088
22089 2000-01-11 Richard M. Stallman <rms@gnu.org>
22090
22091 * array.el (array-mode): Don't use make-variable-buffer-local.
22092 Use make-local-variable for `truncate-lines'.
22093
22094 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22095
22096 * add-log.el (add-log-current-defun): Handle user-defined
22097 add-log-current-function returning nil,
22098
22099 * add-log.el (add-change-log-entry): Insert version number
22100 if having found a current function
22101
22102 * add-log.el (add-log-current-defun):
22103 Call `add-log-current-defun-function'. Try matches at level 0 and
22104 level 1. Strip whitespace from defun found.
22105
22106 2000-01-10 John Wiegley <johnw@gnu.org>
22107
22108 * allout.el (isearch-done/outline-provisions): Added `edit'
22109 argument to correspond with the current definition of `isearch-done'.
22110
22111 2000-01-10 Dave Love <fx@gnu.org>
22112
22113 * elide-head.el (elide-head): Use point-marker, not point.
22114
22115 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22116
22117 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22118 before and after the year 2000.
22119
22120 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22121 Add ispell- prefix.
22122
22123 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22124
22125 * ispell.el: Only define dictionaries in menus when they exist.
22126 (version18p): New variable.
22127 (version20p): New variable.
22128 (xemacsp): New variable.
22129 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22130 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22131 (ispell-dictionary-alist6): Russian command lines no longer accept
22132 run-together words.
22133 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22134 (ispell-dictionary-alist): Add koi8-r to customize definition.
22135 (check-ispell-version): Added documentation string. Return library
22136 path when called non-interactively.
22137 (ispell-menu-map-needed): Uses new variables.
22138 (ispell-library-path): New variable.
22139 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22140 (ispell-word): Improved documentation string. Test for valid
22141 character mappings. Correctly check typed in word changes that can
22142 result in single words split into multiple words.
22143 Return replacement word.
22144 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22145 replace in recursive query replace mode. Help message for
22146 recursive edit mode.
22147 (ispell-show-choices): Protect against bad framepop bindings.
22148 (ispell-help): Fix to work with XEmacs.
22149 (ispell-highlight-spelling-error): Use new variables.
22150 (ispell-overlay-window): Fix to work with XEmacs.
22151 (ispell-parse-output): Passed and returns location information
22152 tracking spelling corrections. Doesn't recheck same word on
22153 current line.
22154 (ispell-init-process): Protect against bogus XEmacs variable binding.
22155 Fix call to single argument in sleep-for. Use new variables.
22156 (ispell-region): Passed and returns location information tracking
22157 spelling corrections. Doesn't check same word on current line.
22158 Improved documentation string. Doesn't resend a line already
22159 checked to the ispell process - fixes bug in LaTeX parsing.
22160 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22161 (ispell-skip-region): No longer skips <TT> in SGML.
22162 (ispell-process-line): Tracks location information with spelling
22163 corrections. Added documentation string. Accounts for words
22164 already accepted on this line. Don't allow query-replace on line
22165 starting with math characters. Doesn't resend a line already sent
22166 to ispell process. Fixes alignment error bug.
22167
22168 2000-01-10 Richard M. Stallman <rms@gnu.org>
22169
22170 * dired-x.el (dired-guess-shell-alist-default):
22171 Suggest xloadimage, which is free, not xv, which isn't.
22172
22173 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22174 Don't ever include the host name or user name in the value.
22175
22176 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22177
22178 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22179 of a real newline.
22180
22181 2000-01-09 Stephen Eglen <stephen@gnu.org>
22182
22183 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22184 for .png files.
22185
22186 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22187
22188 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22189
22190 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22191
22192 * progmodes/cperl-mode.el: Replace ^F with ^L.
22193
22194 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22195 `require'ing rmail and mailalias to prevent infinite recursion.
22196
22197 2000-01-08 Dave Love <fx@gnu.org>
22198
22199 * emacs-lisp/backquote.el: Remove inappropriate customization
22200 (allowing custom.el to use backquote).
22201
22202 2000-01-07 Dave Love <fx@gnu.org>
22203
22204 * add-log.el (add-log-debugging): Deleted.
22205 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22206 file. Remove debugging code.
22207 (change-log-get-method-definition, change-log-name): Add doc.
22208 (change-log-sortable-date-at): New function.
22209 (change-log-merge): New command.
22210
22211 * time.el (display-time-string-forms): Make the Mail string active.
22212 (display-time-update): Provide help-echo for load average.
22213
22214 * bindings.el (make-mode-line-mouse2-map): New function.
22215 (mode-line-modified): Use it and simplify.
22216 (mode-line-mule-info): Provide help-echo info.
22217 (minor-mode-alist): Activate the strings.
22218 (make-mode-line-mouse-sensitive): Simplify for
22219 mode-line-buffer-identification.
22220
22221 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22222
22223 * play/pong.el: New file.
22224
22225 2000-01-06 Dave Love <fx@gnu.org>
22226
22227 * array.el: Assorted cleanups for compiler warnings, doc strings,
22228 `array-' prefix for symbols.
22229
22230 2000-01-05 Dave Love <fx@gnu.org>
22231
22232 * textmodes/outline.el (outline-mode-menu-bar-map):
22233 Add outline-headers-as-kill.
22234 (outline-mode): Define imenu-generic-expression.
22235 (outline-headers-as-kill): New command.
22236
22237 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22238 from paragraph-start.
22239 (paragraph-indent-minor-mode): New command.
22240
22241 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22242 M-C-e, M-C-h, C-j, C-xnd, TAB.
22243 (fortran-mode): Set beginning-of-defun, end-of-defun.
22244 (fortran-column-ruler): Simplify.
22245 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22246 (fortran-with-subprogram-narrowing): Likewise.
22247 (fortran-indent-subprogram): Call mark-defun.
22248 (fortran-check-for-matching-do): Change narrowing.
22249
22250 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22251 (cl-lucid-hash-tag): Delete.
22252 (cl-hash-table-p): Correct test for native table.
22253 (cl-hash-table-count): Use hash-table-count.
22254
22255 * browse-url.el (browse-url): Fix case of
22256 browse-url-browser-function being an alist.
22257
22258 2000-01-05 Carsten Dominik <cd@gnu.org>
22259
22260 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22261 (reftex-index-phrase-file-extension): New options.
22262
22263 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22264 Use new option `reftex-index-phrase-file-extension'.
22265
22266 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22267 `reftex-parse-file-extension'.
22268
22269 2000-01-05 Dave Love <fx@gnu.org>
22270
22271 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22272 (beginning-of-defun-raw): Use it.
22273 (end-of-defun): New variable.
22274 (end-of-defun): Use it.
22275 (check-parens): New command.
22276
22277 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22278
22279 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22280 (hs-show-block): Don't use `mapcar' when not accumulating.
22281
22282 Fix buglet in local variables initialization.
22283
22284 2000-01-05 Andreas Schwab <schwab@suse.de>
22285
22286 * hscroll.el (hscroll): Doc fix.
22287
22288 2000-01-05 Carsten Dominik <cd@gnu.org>
22289
22290 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22291 Require idlw-toolbar.
22292
22293 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22294 file idlw-rinfo.el.
22295 (idlwave-customize): Load must read file idlw-shell.el.
22296 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22297
22298 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22299
22300 * progmodes/idlw-shell.el: Also provide idlwave-shell
22301 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22302 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22303
22304 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22305 both reftex-dcr and reftex-vcr.
22306
22307 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22308
22309 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22310
22311 * ps-print.el: PostScript code now is in separate files, doc fix.
22312 (ps-print-version): New version number (5.0.3).
22313 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22314 local.
22315 (ps-spool-config): Initialization fix.
22316 (ps-print-prologue-1, ps-print-prologue-2)
22317 (ps-print-duplex-feature): PostScript code moved to separated file.
22318 (ps-background-image): Little code reformating.
22319 (ps-begin-file, ps-begin-job): Fix code.
22320 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22321 (ps-prologue-file): New fun.
22322
22323 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22324
22325 * ps-vars.el: Eliminated.
22326
22327 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22328 `;;;###autoload'.
22329
22330 * ps-print.el: ps-vars eliminated, doc fix.
22331 (ps-print-version): New version number (5.0.2).
22332 (ps-spool-config): Initialization fix.
22333 (ps-print-customize): New fun.
22334
22335 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22336
22337 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22338
22339 2000-01-04 Dave Love <fx@gnu.org>
22340
22341 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22342 menu items.
22343
22344 2000-01-03 Dave Love <fx@gnu.org>
22345
22346 * elide-head.el (elide-head) [defgroup]: Add :version.
22347
22348 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22349 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22350 Use `cl-hash-table-p', not `hash-table-p'.
22351 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22352
22353 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22354
22355 * faces.el (face-read-integer, read-face-attribute)
22356 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22357
22358 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22359
22360 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22361 at comment end, and re-insert them after filling.
22362
22363 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22364
22365 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22366 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22367 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22368
22369 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22370
22371 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22372 the new name of face-color-supported-p.
22373
22374 * term/w32-win.el (xw-defined-colors): Likewise.
22375
22376 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22377
22378 * simple.el (completion-setup-function): Count completion-size
22379 from minibuffer-prompt-end, not from point-min.
22380
22381 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22382
22383 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22384 Pass the frame to tty-color-* functions.
22385 (display-color-p, frame-set-background-mode): Pass the frame to
22386 tty-display-color-p.
22387
22388 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22389 tty-color-alist.
22390 (tty-color-alist, tty-modify-color-alist): New functions.
22391 (tty-color-define, tty-color-clear, tty-color-approximate)
22392 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22393 optional parameter FRAME.
22394
22395 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22396
22397 * image.el (create-image, defimage): Don't assume image data is
22398 a string.
22399
22400 * image.el (defimage): Handle specifications containing :data
22401 instead of :file.
22402 (image-type-from-data): New function.
22403 (image-type-from-file-header): Use it.
22404 (create-image): Add parameter DATA-P.
22405
22406 See ChangeLog.8 for earlier changes.
22407
22408 ;; Local Variables:
22409 ;; coding: iso-2022-7bit
22410 ;; End:
22411
22412 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22413 Copying and distribution of this file, with or without modification,
22414 are permitted provided the copyright notice and this notice are preserved.