(query-replace-regexp-eval): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2002-02-18 Andreas Schwab <schwab@suse.de>
2
3 * replace.el (query-replace-regexp-eval): Doc fix.
4
5 2002-02-18 Colin Walters <walters@verbum.org>
6
7 * calc/calcalg2.el (math-solve-get-int): Convert return value from
8 `math-get-from-counter' to a string before calling `concat' on it.
9
10 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
11 (calc-public-autoloads): Obsolete; remove.
12 (calc-private-autoloads): Ditto.
13 (calc-add-autoloads): Ditto.
14
15 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
16 for body.
17
18 2002-02-17 Jason Rumney <jasonr@gnu.org>
19
20 * w32-win.el (x-option-alist, x-long-option-alist)
21 (x-switch-definitions): Remove, use command-line-x-option-alist
22 instead to be consistent with X.
23 (x-handle-initial-switch): New function.
24
25 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
26
27 * faces.el (mode-line-inactive, header-line): Add the :inherit
28 attribute for the tty case.
29
30 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
31
32 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
33 invoked from Rmail with full headers displayed.
34
35 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
36
37 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
38 when repeated.
39 * textmodes/paragraphs.el (mark-paragraph): Ditto.
40
41 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
42
43 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
44 (menu-bar-tools-menu): Removed speedbar.
45
46 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
47 and `flyspell-mode' entries.
48
49 * textmodes/flyspell.el (flyspell): Add to ispell group.
50
51 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
52
53 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
54 repeated.
55 (mark-defun): Mark more if repeated.
56
57 2002-02-17 Colin Walters <walters@verbum.org>
58
59 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work. Patch
60 from John Paul Wallington <jpw@shootybangbang.com>.
61
62 * ibuffer.el (ibuffer-truncate-lines): New option.
63 (ibuffer-mode): Use it.
64
65 2002-02-17 Kim F. Storm <storm@cua.dk>
66
67 * cus-start.el: Add mouse-highlight.
68
69 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
70
71 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
72
73 * cus-start.el: Add automatic-hscroll-margin and
74 automatic-hscroll-step.
75
76 2002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
77
78 * cus-start.el (x-autoselect-window): Allow customization.
79
80 * eshell/em-alias.el (eshell-alias-initialize): Do not use
81 make-local-hook.
82
83 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
84
85 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
86
87 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
88
89 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
90
91 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
92
93 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
94
95 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
96
97 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
98
99 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
100
101 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
102
103 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
104
105 * eshell/esh-io.el (eshell-io-initialize): Likewise.
106
107 * eshell/esh-mode.el (eshell-mode): Likewise.
108
109 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
110
111 * eshell/esh-var.el (eshell-var-initialize): Likewise.
112
113 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
114
115 * progmodes/idlwave.el (idlwave-mode): Likewise.
116
117 * textmodes/reftex-sel.el (reftex-select-label-mode)
118 (reftex-select-bib-mode): Likewise.
119
120 2002-02-16 John Wiegley <johnw@gnu.org>
121
122 * eshell/em-hist.el (eshell-hist-initialize): When in the
123 minibuffer, use the global value of `eshell-history-ring', and
124 never save it to disk, or ask to save it to disk. This allows
125 users of session.el to control whether its global state should be
126 persisted or not.
127 (eshell-add-command-to-history): Don't write Eshell's history out
128 to disk, let the governing mode control that upon exit.
129
130 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
131
132 * eshell/eshell.el (eshell-command): Before reading from the
133 minibuffer, add eshell-add-command-to-history to
134 minibuffer-exit-hook, and remove it after read-from-minibuffer
135 returns.
136
137 * eshell/em-hist.el (eshell-add-input-to-history): New function,
138 with most of the code from eshell-add-to-history.
139 (eshell-add-command-to-history): New function, to record in
140 eshell-history the commands run via eshell-command.
141 (eshell-add-to-history): Call eshell-add-command-to-history to do
142 most of the work.
143
144 2002-02-16 John Wiegley <johnw@gnu.org>
145
146 * eshell/esh-ext.el (eshell-external-command): Added a fix for
147 XEmacs' new dired.el, which adds a global entry in the
148 `file-name-handler-alist'.
149
150 2002-02-16 John Wiegley <johnw@gnu.org>
151
152 * align.el (align-region): Added a missing name argument.
153
154 2002-02-16 John Wiegley <johnw@gnu.org>
155
156 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
157 after the #! of a shell interpretor specification.
158
159 2002-02-15 Richard M. Stallman <rms@gnu.org>
160
161 * help.el (describe-key-briefly): Make output in INSERT case
162 look just like what is displayed in the normal case.
163
164 2002-02-15 Andreas Schwab <schwab@suse.de>
165
166 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
167 non-letter after specials.
168
169 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
170
171 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
172
173 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
174
175 * simple.el (mark-word): Mark more if repeated.
176 * textmodes/paragraphs.el (mark-paragraph): Ditto.
177 (mark-end-of-sentence): Ditto.
178
179 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
180
181 * wid-edit.el (widgetp): Made it more robust.
182
183 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
184
185 * facemenu.el (describe-text-done): New function.
186 (describe-text-mode-map): New variable.
187 (describe-text-mode-hook): New option.
188 (describe-text-mode): New function.
189 (describe-text-widget): New function.
190 (describe-text-sexp): New function.
191 (describe-text-properties): New function.
192 (describe-text-category): New command.
193 (describe-text-at): New command.
194 (facemenu-menu): Replace `list-text-properties-at' with
195 `describe-text-at' in the menu.
196
197 * wid-edit.el (widgetp): New function.
198 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
199 Autoloaded.
200
201 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
202
203 * wid-browse.el: Removed version and x-url keywords.
204
205 2002-02-13 Kim F. Storm <storm@cua.dk>
206
207 * cus-start.el (mode-line-in-non-selected-windows):
208 Allow customization.
209
210 2002-02-13 Richard M. Stallman <rms@gnu.org>
211
212 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
213 Tell bibtex-parse-keys to output no progress messages.
214
215 * international/mule-diag.el (list-input-methods):
216 Use help-input-method, not describe-input-method, for button type.
217
218 * register.el (describe-register-1): Access register contents here.
219
220 * textmodes/text-mode.el (text-mode-hook-identify): Restore
221 previous definition. Add to text-mode-hook again.
222
223 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
224 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
225 to avoid needing sendmail.el at run time.
226
227 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
228 Initialization moved up too.
229 (mode-line-modes): Use :propertize.
230 (mode-line-mode-menu-keymap): Var deleted.
231 (mode-line-copied-mode-name): Var deleted.
232 (mode-line-mode-name): Function deleted.
233 (mode-line-mode-menu): Each item now shows its mode line lighter.
234 (minor-mode-alist): Don't call propertize here.
235
236 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
237
238 * progmodes/pascal.el (pascal-imenu-generic-expression): Add
239 menu-title and fix parentheses.
240
241 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
242
243 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
244 (menu-bar-options-menu): Don't set default value for
245 `truncate-lines'.
246
247 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
248
249 * menu-bar.el (menu-bar-options-save): Only save
250 `current-language-environment' and `default-input-method' when
251 marked as customized.
252
253 * international/mule-cmds.el
254 (setup-specified-language-environment): Mark
255 `current-language-environment' as customized.
256 (set-input-method): Mark
257 `default-input-method' as customized when called interactively.
258 (toggle-input-method): Ditto.
259
260 2002-02-11 Colin Walters <walters@verbum.org>
261
262 * ibuffer.el (ibuffer-switch-format): Supply required argument for
263 `ibuffer-current-formats'.
264
265 2002-02-11 Miles Bader <miles@gnu.org>
266
267 * faces.el (mode-line-inactive): Add dark-background variant.
268
269 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
270
271 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
272 * menu-bar.el (menu-bar-mode): Ditto.
273 * cus-edit.el (customize-mark-to-save): Always save variables
274 without a standard value.
275
276 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
277 (menu-bar-options-save): Ditto.
278 (menu-bar-showhide-menu): Ditto.
279 (menu-bar-options-menu): Ditto.
280 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left,
281 menu-bar-scroll-bar-none): Removed.
282 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
283 expressions instead.
284
285 * cus-edit.el (customize-set-value): Return value.
286 (customize-set-variable): Ditto.
287 (customize-save-variable): Ditto.
288 (customize-set-variable): Load dependencies before setting value.
289 (custom-load-symbol): Autoload it.
290 (customize-mark-as-set): New function.
291
292 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
293
294 * cus-start.el: Don't warn about "x-*" symbols when building a
295 non-GUI version.
296
297 2002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
298
299 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
300 Doc fix.
301 (strokes-help): Do not use doubled with-output-to-temp-buffer.
302 Fix the help string.
303 (strokes-prompt-user-save-strokes): Fix typo.
304 (strokes-list-strokes): Use proper exit-actionargument for
305 view-buffer.
306 Update copyright notice.
307
308 * international/mule-diag.el: Various doc and message fixes.
309 (non-iso-charset-alist): Add mac-roman. Don't add entries for
310 codepages already present.
311 (list-block-of-chars): Display space for null entries in
312 translation table. Display tab specially.
313 (list-non-iso-charset-chars): Check for null charsets. Use pop
314 for clarity. Don't break 8-bit sets into sections between ranges.
315 (list-charset-chars): Avoid indent-tabs-mode.
316 (describe-char-after): Maybe use the text property for syntax
317 table information. Maybe report char-code-property-table info.
318 Maybe report character's unicode. Tweak printing of list info.
319 (list-input-methods): Add xref buttons.
320 (dump-charsets, dump-codings): Deleted (obsolete).
321 From Dave Love <fx@gnu.org>.
322
323 2002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
324
325 * menu-bar.el (menu-bar-showhide-menu): Rename functions for
326 toggling.
327
328 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
329
330 * viper-util.el (viper-read-key-sequence): fixed so it'll read
331 fast key sequences in emacs native mode
332 (viper-events-to-keys): deleted
333
334 * viper.el (describe-key, describe-key-briefly): get rid of
335 viper-events-to-keys.
336
337 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
338
339 * ediff-wind.el (ediff-setup-control-frame): Use
340 ediff-has-gutter-support.
341
342 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
343 check if buff is alive.
344
345 * ediff.el: typo in comment.
346
347 2002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
348
349 * menu-bar.el (menu-bar-options-save): Take care of
350 line-number-mode and column-number-mode variables.
351 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
352 "Show Column Number" in "Show/Hide" menu.
353
354 2002-02-09 Richard M. Stallman <rms@gnu.org>
355
356 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
357
358 2002-02-09 Kim F. Storm <storm@cua.dk>
359
360 * faces.el (mode-line-inactive): New face for mode-line for
361 non-selected windows.
362 (mode-line): Doc fix: Only used for selected window.
363
364 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
365
366 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
367 name to "Insert Diary Entry".
368
369 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
370
371 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
372 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
373
374 2002-02-08 Richard M. Stallman <rms@gnu.org>
375
376 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
377
378 2002-02-08 Andreas Schwab <schwab@suse.de>
379
380 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
381 of point-min.
382
383 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
384
385 * net/ange-ftp.el (ange-ftp-process-handle-line)
386 (ange-ftp-set-xfer-size): If the file's size is a float, divide
387 by 1024 instead of using ash.
388
389 * international/mule-cmds.el (select-safe-coding-system):
390 State the buffer's name in the message popped in the *Warning* buffer,
391 and make sure the offending buffer is displayed.
392
393 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
394
395 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
396
397 2002-02-07 Richard M. Stallman <rms@gnu.org>
398
399 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
400
401 * register.el (list-registers): New command.
402 (describe-register-1): New subroutine, taken out of view-register.
403
404 * emacs-lisp/copyright.el (copyright-regexp):
405 Delete the unibyte copyright symbol; it's redundant.
406 Fix a spazz in the multibyte encoding here.
407
408 2002-02-07 Dave Love <fx@gnu.org>
409
410 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
411 (cyrillic-encode-alternativnyj-char): Get translation tables from
412 symbol properties, not as variables.
413 (standard-display-cyrillic-translit): Include unicodes.
414
415 2002-02-06 Kim F. Storm <storm@cua.dk>
416
417 * help.el (where-is): Report remapped commands.
418
419 * help-fns.el (describe-function-1): Ditto.
420
421 * subr.el (global-set-key, local-set-key): Accept a symbol for the
422 KEY argument (like define-key).
423
424 2002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
425
426 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
427
428 2002-02-06 Richard M. Stallman <rms@gnu.org>
429
430 * mail/mailabbrev.el: Require sendmail only at compile time.
431 (mail-mode-header-syntax-table): Var deleted.
432 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
433 (sendmail-pre-abbrev-expand-hook): Only temporarily change
434 local-abbrev-table and the syntax table.
435 Compute mail-abbrev-syntax-table if that has not been done.
436
437 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
438
439 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
440 (debugger-frame-number): Figure out the offset directly.
441 (debugger-setup-buffer): Don't use debugger-frame-offset.
442 (debugger-frame, debugger-frame-clear): Likewise.
443 (debugger-jump): Don't alter debugger-frame-offset.
444
445 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
446 Replace foo-p as var name with foo-flag, not foo-p-flag.
447
448 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
449 (highlight-changes-passive-string): Default to -Chg.
450 (highlight-changes-global-modes): Doc fix.
451
452 * dired.el (dired-get-filename): Add /: when appropriate
453 to avoid taking a local name as remote.
454
455 * files.el (file-name-non-special): Add special handling for
456 file-name-sans-versions, file-name-completion, and
457 file-name-all-completions.
458
459 * isearch.el (isearch-update): Don't update display in kbd macro.
460 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
461
462 * subr.el (force-mode-line-update): Doc fix.
463
464 * subr.el (atomic-change-group, prepare-change-group)
465 (activate-change-group, accept-change-group, cancel-change-group):
466 New functions.
467
468 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
469 (transpose-subr-1): Use atomic-change-group.
470
471 * subr.el (add-minor-mode): Include the mode's lighter string
472 in the minor mode menu item name.
473
474 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
475 rmail-count-screen-lines starting from (point-min).
476
477 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
478 beyond the image height, to use the fancy splash screen.
479
480 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
481 (text-mode): Set text-mode-variant here.
482
483 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
484
485 * play/pong.el (pong-height): Don't use height that exceeds the
486 frame height.
487 (pong-border-options): Make the border colors slightly more bright.
488
489 * play/gamegrid.el (gamegrid-display-type): Treat any
490 color-capable display as color-x, if display-color-p is fboundp.
491 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
492 (gamegrid-make-color-tty-face): Use the value of color, not the
493 symbol itself. Don't call gamegrid-color.
494
495 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
496
497 * gud.el (gud-refresh): Call recenter only after we are sure we
498 are in the right window.
499
500 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
501
502 * cus-edit.el (customize-mark-to-save): New function.
503 * menu-bar.el (menu-bar-options-save): Rewrote.
504
505 2002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
506
507 * cus-start.el (x-use-underline-position-properties):
508 Allow customization.
509
510 2002-02-04 Simon Josefsson <jas@extundo.com>
511
512 * dired.el (dired-load-hook, dired-mode-hook)
513 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
514
515 2002-02-03 Colin Walters <walters@verbum.org>
516
517 * ibuf-ext.el (ibuffer-filter-format-alist)
518 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
519 New variables.
520 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
521 is now the Emacs CVS tree.
522 (ibuffer-formats): Doc fix.
523 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
524 (ibuffer-current-format): Use them.
525 (ibuffer-recompile-formats, ibuffer-check-formats)
526 (ibuffer-switch-format, ibuffer-update-title):
527 Add support for ibuffer-filter-format-alist.
528 (define-ibuffer-column process): Remove unncessary consing.
529
530 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
531 for a summary column.
532
533 2002-02-03 Andreas Schwab <schwab@suse.de>
534
535 * window.el (save-selected-window): Move macro before first use.
536 (balance-windows): Fix misplaced parenthesis.
537
538 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
539
540 * calculator.el (calculator-displayers): Doc fixes.
541
542 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
543
544 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
545 (menu-bar-options-save): Save also the value of `display-time-mode'.
546 (showhide-date-time): New function.
547 (menu-bar-showhide-menu): New menu-item "Date and time".
548
549 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
550
551 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
552 get-file-buffer to check for rmail buffer existence.
553
554 * term.el (term-emulate-terminal): Extract proper command string
555 which is supplied to term-command-hook.
556
557 2002-02-03 Richard M. Stallman <rms@gnu.org>
558
559 * international/quail.el (quail-help): Don't call help-setup-xref.
560
561 * international/mule-cmds.el (describe-input-method):
562 Call help-setup-xref here.
563 (describe-current-input-method): Doc fix.
564
565 * novice.el (disabled-command-hook): Clarify output text.
566 Indent the paragraph from the command's doc string.
567
568 * dabbrev.el (dabbrev--goto-start-of-abbrev):
569 Exit loop on beginning of field rather than bobp.
570
571 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
572
573 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
574 the message text into the *mail* buffer, and restore the pruned
575 state after that.
576
577 * mail/rmail.el (rmail-redecode-body): Prune the headers before
578 looking for X-Coding-System header, and restore the pruned state
579 before returning.
580
581 2002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
582
583 * cus-edit.el (customize-save-variable): Fix typo in prompt.
584
585 These changes integrate new version of flyspell.el from its
586 maintainer, Manuel Serrano:
587
588 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
589 (flyspell-mode-on, flyspell-notify-misspell)
590 (flyspell-small-region, flyspell-external-point-words)
591 (flyspell-large-region): Use it
592 (flyspell-before-incorrect-word-string)
593 (flyspell-after-incorrect-word-string): New user options.
594 (make-flyspell-overlay): Use them.
595 (flyspell-version): New function.
596 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
597 definitions to use :weight.
598 (flyspell-insert-function): New user option.
599 (flyspell-auto-correct-word, flyspell-correct-word)
600 (flyspell-xemacs-correct): Use it.
601 (flyspell-define-abbrev): New function.
602 (flyspell-auto-correct-word, flyspell-correct-word)
603 (flyspell-xemacs-correct): Use it.
604 (make-flyspell-overlay): Use `evaporate' property.
605 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
606 (flyspell-emacs-popup): Use `session' instead of `accept'.
607 (flyspell-auto-correct-previous-pos): New variable.
608 (flyspell-auto-correct-previous-hook)
609 (flyspell-auto-correct-previous-word): New functions.
610
611 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
612
613 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
614 don't alter the user's ~/.emacs.
615 (disable-command): If user-init-file is nil or does not exist,
616 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
617 But don't alter the init file if Emacs was invoked as "emacs -q"
618
619 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
620
621 * mail/sendmail.el (mail-mode): Undo half of last change.
622
623 * indent.el (indent-for-tab-command): Remove spurious code.
624
625 * hi-lock.el (hi-lock-find-patterns): Save restriction.
626
627 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
628
629 * calendar/time-date.el: Moved from lisp/gnus.
630
631 * calendar/parse-time.el: Ditto.
632
633 2002-01-31 Richard M. Stallman <rms@gnu.org>
634
635 * international/iso-acc.el (iso-languages): Fix ", " in French.
636
637 * cus-start.el (history-length): Specify customization for it.
638
639 * emacs-lisp/debug.el (debugger-setup-buffer):
640 When an eval-buffer frame was reading from a buffer,
641 insert indication of the buffer position.
642 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
643 (debugger-frame-clear, debugger-frame): Error on non-frame line.
644
645 * simple.el (shell-command-on-region): Err if no mark
646 before reading the command string.
647
648 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
649 Definitions moved down after hl-line-mode var's definition.
650
651 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
652 (hilit-chg-set-face-on-change): Rename arg.
653 (hilit-chg-make-ov): Detect error earlier.
654
655 * ediff-hook.el: Delete autoload cookies.
656
657 * comint.el (comint-scroll-show-maximum-output): Default is t.
658
659 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
660 (batch-byte-compile-if-not-done): New function.
661
662 * Makefile.in (compile): New target.
663 (compile-always): Renamed from compile-files.
664 (compile-after-backup): Renamed from compile.
665 (bootstrap): Depend on compile-always, not compile-files.
666
667 * emulation/pc-select.el (pc-select-save-and-set-mode):
668 Properly use MODE-VAR.
669
670 2002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
671
672 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
673 Version" to "About Emacs".
674 (menu-bar-options-save): Add `default-frame-alist'
675 to saved variables.
676 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
677 of the variable `scroll-bar-mode'.
678
679 * startup.el (normal-splash-screen, display-splash-screen):
680 New functions (separated from command-line-1).
681 (command-line-1): Use them.
682
683 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
684
685 * calendar/calendar.el (generate-calendar-month): Doc fix.
686
687 2002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
688
689 * time.el (display-time-mail-directory): New option.
690 (display-time-mail-function): Update doc-string.
691 (display-time-mail-icon): Use XPM image when available.
692 (display-time-string-forms): Use more descriptive text as
693 help-echo property.
694 (display-time-mail-check-directory): New function.
695 (display-time-update): Use it.
696
697 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
698 Quote `window-system'.
699
700 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
701 Add Keywords header. Update Commentary section.
702 Update copyright notice.
703
704 * menu-bar.el (menu-bar-scroll-bar-right)
705 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
706 (showhide-menu-bar): New functions.
707 (menu-bar-showhide-menu): New submenu "Show/Hide".
708 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
709 "Show/Hide".
710 Update copyright notice.
711
712 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
713
714 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
715
716 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
717
718 * pc-select.el (pc-selection-mode-hook)
719 (pc-select-saved-settings-alist, pc-select-map)
720 (pc-select-saved-global-map, pc-select-key-bindings-alist)
721 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
722 (pc-select-meta-moves-sexps-key-bindings)
723 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
724 New variables.
725 (pc-select-define-keys, pc-select-restore-keys): New functions.
726 (pc-select-add-to-alist, pc-select-save-and-set-var)
727 (pc-select-save-and-set-mode, pc-select-restore-var)
728 (pc-select-restore-mode): New macros.
729 (pc-selection-mode): Completely rewrote the body of the function;
730 the main goal was to make pc-selection-mode "turn-off"-able, like
731 other minor modes. Use define-minore-mode instead of just a
732 defun. Store the key bindings into four alists:
733 pc-select-default-key-bindings, pc-select-extra-key-bindings,
734 pc-select-meta-moves-sexps-key-bindings, and
735 pc-select-tty-key-bindings; then have the pc-select-define-keys
736 function walk those alists instead of calling define-key
737 repeatedly. When the mode is turned on, set the
738 keybindings in global-map and remember the old keybindings; when
739 the mode is turned off, restore the previously-saved keybindings.
740 (pc-selection-mode defcustom): Reflect the fact that the mode is
741 now "turn-off"-able.
742
743 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
744
745 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
746 returns t, don't treat that as an error.
747
748 2002-01-25 Jason Rumney <jasonr@gnu.org>
749
750 * faces.el (face-font-registry-alternatives) [windows-nt]:
751 Add ms-oemlatin as an alternative for iso8859-1.
752
753 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
754
755 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
756 args and the absence of an entry. Don't add -f each time.
757
758 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
759
760 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
761
762 Support for more than 8 colors on character terminals:
763
764 * term/rxvt.el: New file.
765
766 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
767
768 * term/xterm.el (xterm-standard-colors): New variable.
769 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
770 (xterm-rxvt-set-background-mode): New functions.
771 (toplevel): Call xterm-register-default-colors,
772 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
773 Add support for more keys from xterm's terminfo entry.
774
775 * facemenu.el (list-colors-display): If the argument is nil, don't
776 show more colors that the number returned by display-color-cells.
777
778 * term/pc-win.el (msdos-color-values): Reverse the order of the
779 colors, since tty-color-define now preserves the registration order.
780
781 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
782
783 * term/tty-colors.el (tty-standard-colors): Reverse the order.
784 (tty-register-default-colors): New function; code moved from
785 startup.el's command-line.
786 (tty-modify-color-alist): Use nconc instead of cons, to preserve
787 the order the colors where registered.
788
789 * frame.el (display-color-cells): Use tty-display-color-cells.
790
791 * startup.el (command-line): Call tty-register-default-colors.
792
793 2002-01-25 Richard M. Stallman <rms@gnu.org>
794
795 * subr.el (remove): Doc fix.
796
797 2002-01-24 Richard M. Stallman <rms@gnu.org>
798
799 * progmodes/compile.el (compilation-handle-exit):
800 Add a compilation-handle-exit property to the "finished" message.
801 (compilation-parse-errors): Stop parsing when that property is seen.
802
803 * subr.el (substring-no-properties): New function.
804 (copy-without-properties): Function deleted.
805
806 * term/x-win.el (x-handle-geometry): Put sizes on both
807 initial-frame-alist and default-frame-alist.
808
809 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
810 for saving .emacs.
811
812 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
813
814 * calendar/calendar.el (generate-calendar-month): Doc fix.
815
816 2002-01-23 Richard M. Stallman <rms@gnu.org>
817
818 * play/tetris.el (tetris): New defgroup.
819 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
820 (tetris-default-tick-period): Convert to defcustom.
821 Added * in docstring to indicate user variable.
822 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
823 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
824 (tetris-buffer-height, tetris-width, tetris-height)
825 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
826
827 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
828
829 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
830 and is already matched by adaptive-fill-regexp.
831
832 2002-01-22 Richard M. Stallman <rms@gnu.org>
833
834 * bindings.el (mode-line-copied-mode-name): New variable.
835 (mode-line-mode-name): Don't modify mode-name itself!
836 Instead, make a copy and reuse it.
837
838 * subr.el (copy-without-properties): New function.
839
840 * progmodes/sh-script.el (sh-set-shell): Doc fix.
841
842 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
843 slash if DIR is just slash.
844
845 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
846
847 2002-01-21 Richard M. Stallman <rms@gnu.org>
848
849 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
850
851 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
852 Move defvar up.
853
854 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
855
856 * ibuffer.el: Don't require ibuf-ext at load time.
857 (ibuffer): Require ibuf-ext here.
858
859 2002-01-21 Francesco Potorti` <pot@gnu.org>
860
861 * generic-x.el (apache-conf-generic-mode): Highlight the first
862 word in a line even if preceded by blanks.
863
864 2002-01-21 Richard M. Stallman <rms@gnu.org>
865
866 * window.el (window-body-height): Handle minibuffer window specially.
867 Otherwise, don't return less than 1.
868
869 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
870
871 * ange-ftp.el: Added support for BS2000, and for raw ftp
872 login commands (needed in some circumstances).
873 (ange-ftp-raw-login): New custom var.
874 (ange-ftp-normal-login): Perform login with raw ftp commands, if
875 ange-ftp-raw-login is set and account password is needed.
876 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
877 (ange-ftp-bs2000-filename-pubset-regexp)
878 (ange-ftp-bs2000-filename-username-regexp)
879 (ange-ftp-bs2000-filename-prefix-regexp)
880 (ange-ftp-bs2000-name-template): New consts.
881 (ange-ftp-bs2000-short-filename-regexp)
882 (ange-ftp-bs2000-fix-name-regexp-reverse)
883 (ange-ftp-bs2000-fix-name-regexp): New consts.
884 (ange-ftp-bs2000-special-prefix): New custom var.
885 (ange-ftp-fix-name-for-bs2000)
886 (ange-ftp-fix-dir-name-for-bs2000): New funs.
887 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
888 (ange-ftp-bs2000-posix-hook-installed): New vars.
889 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
890 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
891 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
892 (ange-ftp-bs2000-filename-regexp): New const.
893 (ange-ftp-bs2000-additional-pubsets): New custom var.
894 (ange-ftp-bs2000-cd-to-posix): New fun.
895
896 2002-01-20 Colin Walters <walters@verbum.org>
897
898 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
899 with `byte-compile-dynamic'.
900 (ibuffer-default-directory, toplevel): Doc files.
901
902 2002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
903
904 * tempo.el (tempo-define-template): Doc fix.
905
906 * scroll-bar.el (scroll-bar-mode): Make argument optional.
907
908 2002-01-20 Jason Rumney <jasonr@gnu.org>
909
910 * w32-vars.el: New file.
911
912 * loadup.el [windows-nt]: Load it.
913
914 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
915 and make them defcustoms.
916
917 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
918
919 2002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
920
921 * language/tibet-util.el (tibetan-decompose-region)
922 (tibetan-decompose-string): Fix typo in docstring.
923
924 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
925
926 2002-01-18 Richard M. Stallman <rms@gnu.org>
927
928 * comint.el (comint-redirect-send-command-to-process):
929 Restore previous current buffer.
930
931 * window.el (window-body-height): New function.
932
933 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
934
935 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
936 "Finish Function" menu map entries for jdb mode.
937 (gud-jdb-use-classpath): New customization variable.
938 (gud-jdb-command-name): Add customization.
939 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
940 (gud-jdb-classpath-string): New variable.
941 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
942 (gud-jdb-build-source-files-list): Likewise.
943 (gud-jdb-massage-args): Record any command argument classpath
944 string in `gud-jdb-classpath-string'.
945 (gud-jdb-lowest-stack-level): New function, finds bottom of current
946 java call stack in jdb output.
947 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
948 (gud-jdb-parse-classpath-string): New functions.
949 (gud-jdb-marker-filter): Search/detect classpath information in
950 jdb's output. marker regexp updated to match oldjdb and jdb output
951 formats. Expand search for source files to include new/old methods
952 using new functions above. Do not allow `gud-marker-acc' to grow
953 without bound.
954 (jdb): Set classpath information (if available) as jdb is started.
955 Change `gud-break' and `gud-remove'
956 to use new %c ("class") escape in format strings. Add
957 `gud-finish', `gud-up', `gud-down' command string functions, and
958 add them to the local menu map. Update `comint-prompt-regexp' for
959 jdb and oldjdb. If attaching to an already running java VM and
960 configured to use classpath, send command to query for classpath,
961 else use previous method for finding and parsing java
962 sources. Set `gud-jdb-find-source' function accordingly.
963 (gud-mode): Doc fix.
964 (gud-format-command): Add support for new %c ("class") escape.
965 (gud-find-class): New function in support of %c escape.
966
967 2002-01-17 Richard M. Stallman <rms@gnu.org>
968
969 * ibuf-ext.el: Enable byte-compile-dynamic.
970
971 2002-01-17 Jason Rumney <jasonr@gnu.org>
972
973 * term/w32-win.el: Restore conditional require of fontset.
974
975 2002-01-16 Richard M. Stallman <rms@gnu.org>
976
977 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
978 more or less.
979 (mouse-drag-region): New function. For a click in the echo area,
980 show *Messages*.
981
982 * ibuf-ext.el: Delete the autoloads for functions defined with
983 ibuffer-specific commands.
984
985 * help.el (describe-distribution): Really call view-file.
986
987 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
988 (ange-ftp-get-process): Pass that arg.
989
990 * comint.el (comint-simple-send): Fix previous change.
991
992 * net/telnet.el (telnet-simple-send): Fix previous change.
993
994 * progmodes/sql.el (sql-escape-newlines-and-send)
995 (sql-query-placeholders-and-send): Fix previous change.
996
997 2002-01-16 Colin Walters <walters@verbum.org>
998
999 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1000 URL, Compatibility headers. Update copyright notice.
1001 * ibuf-macs.el (toplevel): Require `cl' when compiling.
1002
1003 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1004
1005 * startup.el (command-line): Set EOL mnemonics for the Mac.
1006
1007 2002-01-16 Andreas Schwab <schwab@suse.de>
1008
1009 * mail/feedmail.el (feedmail): Fix :link spec.
1010
1011 2002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1012
1013 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1014 2 ldapsearch.
1015
1016 * net/eudc.el: New maintainer. Change author's address.
1017 (eudc-pre-select-window-configuration, eudc-insertion-marker):
1018 Variables removed.
1019 (eudc-insert-selected): Function removed.
1020 (eudc-select): Reimplemented.
1021 (eudc-expand-inline): Delete the strings only after its expansion
1022 is chosen not before.
1023
1024 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1025 Minor coding style fixes.
1026
1027 * net/eudcb-ldap.el: New maintainer. Change author's address.
1028 (eudc-attribute-display-method-alist): Display mail with
1029 eudc-display-mail.
1030
1031 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1032 * net/eudc-vars.el: New maintainer. Change author's address.
1033
1034 * net/eudc-bob.el: New maintainer. Change author's address.
1035 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1036 (eudc-display-mail): New function.
1037 (eudc-bob-play-sound-at-point): Remove XEmacs case.
1038
1039 2002-01-15 Richard M. Stallman <rms@gnu.org>
1040
1041 * emacs-lisp/autoload.el (make-autoload):
1042 Don't handle define-ibuffer-column, define-ibuffer-filter,
1043 define-ibuffer-sorter, and define-ibuffer-op.
1044
1045 2002-01-14 Richard M. Stallman <rms@gnu.org>
1046
1047 * calendar/calendar.el (diary-date-forms): Doc fix.
1048
1049 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1050
1051 * startup.el (command-line): Register the default tty colors even
1052 if the terminal doesn't seem to support colors.
1053 <tty-long-option-alist>: New option --color.
1054 (tty-handle-args): Parse the --color arg.
1055
1056 * term/tty-colors.el (tty-color-mode-alist): New variable.
1057
1058 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
1059
1060 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1061 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1062 Use it.
1063 (ange-ftp-hook-function): Preserve match-data.
1064 (ange-ftp-insert-directory): Typo.
1065 (ange-ftp-shell-command): Check if regexp matched.
1066
1067 2002-01-13 Richard M. Stallman <rms@gnu.org>
1068
1069 * international/mule-cmds.el: help-map bindings moved to help.el.
1070
1071 * help.el (view-echo-area-messages): New function.
1072 (help-map): Add `e' binding. Delete obsolete `d' binding.
1073 Change old Info bindings C-f, C-k and C-i to F, K, S.
1074 Move view-emacs-FAQ from F to C-f.
1075 Move view-emacs-problems from P to C-e.
1076 Bindings moved here from mule-cmds.el.
1077 C-l binding for describe-language-environment deleted
1078 (help-for-help): Update for all these changes.
1079
1080 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1081
1082 2002-01-13 Dave Love <fx@gnu.org>
1083
1084 * emacs-lisp/copyright.el: Doc fixes.
1085 (copyright-regexp): Add Latin-9 copyright sign.
1086 Match comment delimiters in year lists.
1087 (copyright-current-year): Initialize to load-time year.
1088
1089 2002-01-13 Andreas Schwab <schwab@suse.de>
1090
1091 * dired-aux.el (dired-do-shell-command): Doc fix.
1092
1093 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
1094
1095 * startup.el (command-line-x-option-alist): New options "-fs",
1096 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1097
1098 * term/x-win.el (x-handle-initial-switch): New function.
1099
1100 2002-01-13 Colin Walters <walters@debian.org>
1101
1102 * emacs-lisp/autoload.el (make-autoload): Handle
1103 define-ibuffer-column, define-ibuffer-filter,
1104 define-ibuffer-sorter, and define-ibuffer-op.
1105
1106 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
1107
1108 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
1109
1110 2002-01-12 Richard M. Stallman <rms@gnu.org>
1111
1112 * net/browse-url.el (browse-url-grail):
1113 Use browse-url-maybe-new-window.
1114
1115 * net/telnet.el (telnet-simple-send): Handle
1116 comint-input-sender-no-newline like comint-simple-send.
1117
1118 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1119 comint-input-sender-no-newline like comint-simple-send.
1120 (sql-escape-newlines-and-send): Likewise.
1121
1122 * comint.el (comint-input-sender): Doc fix.
1123 (comint-input-sender-no-newline): New variable.
1124 (comint-simple-send): If comint-input-sender-no-newline,
1125 don't output newline, but maybe send eof.
1126 (comint-send-input): New arg NO-NEWLINE.
1127 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1128
1129 2002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1130
1131 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1132 delaying when executing keyboard macros.
1133
1134 2002-01-12 Richard M. Stallman <rms@gnu.org>
1135
1136 * simple.el (line-move): If we can't move enough lines,
1137 go to beginning or end of line.
1138
1139 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1140 and proper window.
1141
1142 * help.el (describe-mode): Call help-setup-xref in the help buffer.
1143 Switch buffers only after calling `help-buffer'.
1144
1145 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1146 only when they are surrounded by whitespace.
1147 Use dired-mark-separator when adding one file name to a command.
1148 (dired-do-shell-command): Verify that * is surrounded by whitespace.
1149 Ask for confirmation if * or ? is not surrounded by whitespace.
1150 (dired-bunch-files): Re-reverse the partial file list when it is used.
1151
1152 2002-01-12 Richard M. Stallman <rms@gnu.org>
1153
1154 * comint.el (comint-dynamic-list-completions): Repeating the command
1155 after displaying a completion list scrolls the list.
1156
1157 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
1158
1159 * files.el (find-file-noselect): Don't consider a buffer as
1160 visiting a file literally if it is in hexl-mode.
1161
1162 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1163
1164 2002-01-11 Richard M. Stallman <rms@gnu.org>
1165
1166 * startup.el (initial-scratch-message): Fix custom type, add group.
1167
1168 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1169 around the decode-coding-region call.
1170
1171 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1172 after displaying a completion list scrolls the list.
1173
1174 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1175
1176 * version.el (emacs-version): Bump to 21.2.50.
1177
1178 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
1179
1180 * play/zone.el (zone-timeout): New var.
1181 (zone-hiding-modeline): New macro.
1182 (zone-call): New func.
1183
1184 (zone): Init `modeline-hidden-level' symbol property.
1185 Use `zone-call' instead of `funcall'.
1186
1187 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1188
1189 (zone-pgm-stress): Use `zone-hiding-modeline'.
1190
1191 (zone-pgm-stress-destress): New zone program.
1192
1193 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1194
1195 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1196
1197 2002-01-09 Richard M. Stallman <rms@gnu.org>
1198
1199 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1200
1201 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
1202
1203 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
1204 flyspell-mouse-map.
1205
1206 2002-01-08 Richard M. Stallman <rms@gnu.org>
1207
1208 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1209
1210 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1211
1212 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1213
1214 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1215
1216 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1217 Do not use make-local-hook.
1218
1219 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1220
1221 * international/quail.el (quail-start-translation)
1222 (quail-start-conversion): Bind last-command-event, last-command,
1223 and this-command in the first let. This fixes the change from
1224 2000-08-30.
1225
1226 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
1227
1228 * ediff-hook.el: Add an autoload cookie.
1229
1230 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1231
1232 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
1233 address of the author.
1234
1235 2002-01-08 Richard M. Stallman <rms@gnu.org>
1236
1237 * replace.el (occur-mode-goto-occurrence-other-window): New command.
1238 (occur-mode-map): Bind `o' to that.
1239
1240 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
1241
1242 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1243 new macro that replaces viper-emacs-p and viper-xemacs-p in many
1244 cases. Used to reduce the number of warnings.
1245
1246 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1247 (viper-standard-value): Move here from viper.el.
1248 (viper-set-unread-command-events): Move to viper-util.el
1249 (viper-check-minibuffer-overlay): Make sure
1250 viper-minibuffer-overlay is moved to cover the entire input field.
1251
1252 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
1253 (viper-read-key-sequence, viper-set-unread-command-events)
1254 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
1255
1256 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
1257
1258 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
1259
1260 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
1261
1262 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1263 (viper-event-vector-p): Move to viper-util.el
1264
1265 * viper.el (viper-standard-value): Move to viper-cmd.el.
1266 Use viper-cond-compile-for-xemacs-or-emacs.
1267
1268 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1269
1270 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1271
1272 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1273 New macro designed to be used in many places where ediff-emacs-p or
1274 ediff-xemacs-p was previously used. Reduces the number of warnings.
1275 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
1276 of ediff-xemacs-p.
1277 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1278 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1279 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1280 Move to ediff-util.el.
1281 (ediff-event-key): Moved here.
1282
1283 * ediff-merge.el: Got rid of unreferenced variables.
1284
1285 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1286
1287 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1288 (ediff-cleanup-mess): Improve the way windows are set up after
1289 quitting ediff.
1290 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1291 (ediff-dispose-of-variant-according-to-user): New function
1292 designed to be smarter and also understands indirect buffers.
1293 (ediff-highlight-diff-in-one-buffer)
1294 (ediff-unhighlight-diff-in-one-buffer)
1295 (ediff-unhighlight-diffs-totally-in-one-buffer)
1296 (ediff-highlight-diff, ediff-highlight-diff)
1297 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1298 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1299 (ediff-get-region-contents, ediff-make-current-diff-overlay):
1300 Moved here.
1301 (ediff-format-bindings-of): New function by Hannu Koivisto
1302 <azure@iki.fi>.
1303 (ediff-setup): Make sure the merge buffer is always widened and
1304 modifiable.
1305 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
1306 result of a merge into a file visited by another buffer.
1307 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
1308 is visited by another buffer and ask to save/delete that buffer.
1309 (ediff-verify-file-merge-buffer): New function to do the above.
1310
1311 * ediff-vers.el: Load ediff-init.el at compile time.
1312
1313 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1314
1315 * ediff.el (ediff-windows, ediff-regions-wordwise)
1316 (ediff-regions-linewise): Use indirect buffers to improve
1317 robustness and make it possible to compare regions of the same
1318 buffer (even overlapping regions).
1319 (ediff-clone-buffer-for-region-comparison)
1320 (ediff-clone-buffer-for-window-comparison): New functions.
1321 (ediff-files-internal): Refuse to compare identical files.
1322 (ediff-regions-internal): Get rid of the warning about comparing
1323 regions of the same buffer.
1324
1325 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1326 Plus the following fixes courtesy of Dave Love: Doc fixes.
1327 (ediff-word-1): Use word class and move - to the
1328 front per regexp documentation.
1329 (ediff-wordify): Bind forward-word-function outside loop.
1330 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1331 consing buffer contents.
1332 (ediff-goto-word): Move syntax table setting outside loop.
1333
1334 2002-01-07 Richard M. Stallman <rms@gnu.org>
1335
1336 * dired.el (dired-copy-filename-as-kill): Call kill-append
1337 if following a kill command.
1338
1339 * help-fns.el (describe-variable, describe-function):
1340 Do save-excursion.
1341
1342 2002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1343
1344 * net/ldap.el (ldap-search-internal): Skip error message from
1345 ldapsearch. Allow listing attribute names only. Do not open
1346 non-existent files.
1347
1348 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1349 call non-existent function.
1350
1351 * net/eudc.el (top-level): Revert previous change.
1352
1353 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1354 variables to prevent warning from byte-compiler.
1355
1356 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1357 string-match on emacs-version again.
1358
1359 * enriched.el (enriched-make-annotation): Fix the change from
1360 2002-01-05.
1361 (enriched-handle-display-prop): Return proper values.
1362
1363 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1364 proper attribute name labeledUri instead of deprecated labeledUrl.
1365
1366 2002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1367
1368 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1369 editing an empty hotlist.
1370
1371 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1372 Use buffer-string instead of buffer-substring for the whole
1373 buffer.
1374
1375 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1376 not free.
1377
1378 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1379 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1380 (eudc-bob-save-object): Make the buffer unibyte.
1381 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1382 object to external program.
1383
1384 2002-01-05 Andre Spiegel <spiegel@gnu.org>
1385
1386 * vc.el (vc-branch-part): Return nil if there's no `.'
1387 (vc-default-previous-version): Renamed from vc-previous-version.
1388 New args BACKEND and FILE. Return nil for revision numbers
1389 without a `.'
1390 (vc-version-diff): Call vc-BACKEND-previous-version.
1391 (vc-steal-lock): Steal lock before composing mail, so that no mail
1392 is sent when the stealing goes wrong. And we'll actually see the
1393 error in that case now.
1394 (vc-finish-steal): Removed.
1395
1396 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1397 the lock, so that we see expanded headers.
1398 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1399 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
1400 available from vc.el. Updated all callers.
1401
1402 2002-01-05 Richard M. Stallman <rms@gnu.org>
1403
1404 * enriched.el (enriched-make-annotation): Doc fix.
1405
1406 * format.el (format-replace-strings, format-subtract-regions)
1407 (format-annotate-region, format-annotate-location)
1408 (format-annotate-atomic-property-change)
1409 (format-annotate-single-property-change): Doc fixes.
1410
1411 2002-01-05 Jason Rumney <jasonr@gnu.org>
1412
1413 * term/w32-win.el: Require fontset unconditionally.
1414 (w32-handle-scroll-bar-event): Remove.
1415
1416 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1417
1418 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1419 copyrights to be updated.
1420
1421 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1422
1423 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1424 2001-10-24.
1425
1426 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1427
1428 2002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1429
1430 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1431 entry.
1432 (ldap-ignore-attribute-codings): Change the default value to allow
1433 encoding/decoding of attributes.
1434 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
1435
1436 2002-01-03 Richard M. Stallman <rms@gnu.org>
1437
1438 * files.el (basic-save-buffer): Undo previous change.
1439
1440 * calendar/diary-lib.el (diary-block): Doc fix.
1441
1442 * custom.el (defcustom): Fix syntax of previous change.
1443
1444 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
1445
1446 * custom.el (defcustom): Documented :tag, :link and :load.
1447
1448 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1449
1450 * mail/sendmail.el (mail-recover-1): New function.
1451 (mail-recover): Switch to the *mail* buffer right away. Use
1452 buffer-auto-save-file-name instead of calling
1453 make-auto-save-file-name. Call dired-noselect instead of invoking
1454 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
1455 before reading the auto-save file. If the buffer's auto-save file
1456 does not exist, call mail-recover-1 to allow recovery from past
1457 auto-saved drafts.
1458
1459 2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1460
1461 * time.el (display-time-load-average-threshold): Fix defcustom
1462 (add type and group).
1463
1464 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1465 specification from the hostname.
1466
1467 2002-01-02 Richard M. Stallman <rms@gnu.org>
1468
1469 * facemenu.el (facemenu-active-faces):
1470 Use face-attributes-as-vector, not face-attributes-vector.
1471
1472 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
1473
1474 * xscheme.el: Eleven years of updates on a private copy.
1475
1476 Extensive changes to support multiple xscheme buffers:
1477 (run-scheme): Break up into new functions to facilitate starting
1478 processes in other buffers.
1479 (xscheme-start, xscheme-read-command-line): New functions.
1480 (start-scheme, select-scheme)
1481 (default-xscheme-runlight)
1482 (global-set-scheme-interaction-buffer)
1483 (local-set-scheme-interaction-buffer)
1484 (local-clear-scheme-interaction-buffer)
1485 (exit-scheme-interaction-mode)
1486 (verify-xscheme-buffer): New functions.
1487 (xscheme-process-name, xscheme-buffer-name)
1488 (xscheme-runlight): New internal vars.
1489 (default-xscheme-runlight): New const.
1490 (xscheme-start-process): Add args for the process/buffer names.
1491 (reset-scheme): Pass process/buffer names.
1492 (scheme-interaction-mode): Initialize new local vars.
1493 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1494 (xscheme-select-process-buffer, xscheme-process-buffer)
1495 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1496 (xscheme-goto-output-point, xscheme-write-message-1): Use new
1497 var xscheme-process-name.
1498 (xscheme-start-process): Initialize xscheme-process-name and
1499 xscheme-buffer-name in the process buffer. Pass buffer name to
1500 xscheme-modeline-initialize.
1501 (xscheme-modeline-initialize): Add argument to specify buffer name
1502 for mode-line vars.
1503 (xscheme-process-sentinel): Make sure sentinel is run in the
1504 process buffer so it sees its local vars.
1505 (xscheme-process-filter-initialize, xscheme-set-runlight): More
1506 elaborate logic to handle multiple-buffer mode lines.
1507
1508 (xscheme-enter-input-wait): Re-enable control-G handler upon
1509 entering input wait.
1510
1511 (scheme-interaction-mode): Add arg to preserve local vars.
1512 (xscheme-enter-interaction-mode)
1513 (xscheme-enter-debugger-mode): Preserve local vars.
1514 (xscheme-start-process): Clobber local vars.
1515
1516 (scheme-interaction-mode-commands): Allow end user to add commands
1517 to scheme-interaction-mode keymap.
1518 (scheme-interaction-mode-commands-alist): New variable.
1519
1520 (xscheme-send-string): Don't use insert-before-markers.
1521
1522 Implement a per-buffer kill ring:
1523 (xscheme-insert-expression)
1524 (xscheme-rotate-yank-pointer, xscheme-yank)
1525 (xscheme-yank-pop, xscheme-yank-push): New functions.
1526 (xscheme-expressions-ring)
1527 (xscheme-expressions-ring-yank-pointer)
1528 (xscheme-expressions-ring-max): New variables.
1529 (xscheme-send-string-1): Call xscheme-insert-expression to save
1530 expression in ring.
1531 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1532 (xscheme-previous-send): Deleted variable.
1533
1534 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1535 xscheme-send-control-g-interrupt): Use process-send-string rather
1536 than send-string.
1537
1538 (xscheme-send-region): Insert a newline after an expression that
1539 is submitted in the interaction buffer, for consistency with
1540 recent changes to Edwin.
1541
1542 (xscheme-delete-output): New function mimics comint-delete-output.
1543 (xscheme-last-input-end): New internal variable.
1544 (xscheme-process-filter-output): Update xscheme-last-input-end.
1545
1546 (xscheme-send-control-g-interrupt): Make sure that
1547 xscheme-control-g-disabled-p is looked up in the right buffer.
1548
1549 (xscheme-enable-control-g): Clear C-g message if visible.
1550 (xscheme-control-g-message-string): New internal var.
1551 (xscheme-send-control-g-interrupt): Use new var.
1552
1553 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1554 after sending interrupt in order to work around race condition.
1555
1556 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1557 (xscheme-send-char): Use xscheme-send-char rather than send-string
1558 to send single char.
1559
1560 (xscheme-process-filter, xscheme-process-filter-alist): Add
1561 support for evaluating expressions outside of the call-excursion.
1562 (xscheme-process-filter:string-action-noexcursion): New func.
1563
1564 (xscheme-write-value): Change output string to match that used by
1565 Edwin.
1566
1567 (xscheme-coerce-prompt): Don't write a space after a command
1568 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
1569 for us.
1570
1571 (reset-scheme): Delete process after killing it.
1572
1573 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1574
1575 * bindings.el (function-key-map): Don't bind shifted keypad
1576 numeric keys.
1577
1578 2002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1579
1580 * enriched.el (enriched-handle-display-prop): Remove unused
1581 variables.
1582 (enriched-mode): Doc fix.
1583
1584 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1585
1586 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1587 Hebrew points.
1588
1589 2002-01-01 Richard M. Stallman <rms@gnu.org>
1590
1591 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1592
1593 2001-12-31 Richard M. Stallman <rms@gnu.org>
1594
1595 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
1596 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
1597 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
1598 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
1599 * progmodes/cperl-mode.el, progmodes/idlwave.el:
1600 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
1601 Adapt face definitions to use :weight and :slant.
1602
1603 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
1604
1605 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
1606
1607 * font-lock.el (initializing from font-lock-face-attributes):
1608 Use :weight and :slant, not :bold and :italic.
1609
1610 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
1611
1612 * cus-edit.el (custom-face-edit-fix-value): New function.
1613 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1614
1615 2001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1616
1617 * progmodes/octave-mod.el (octave-abbrev-table):
1618 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1619 * progmodes/fortran.el (fortran-mode-abbrev-table):
1620 * progmodes/f90.el (f90-mode-abbrev-table):
1621 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1622 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
1623 predefined abbrevs as "system" abbrevs.
1624
1625 2001-12-30 Richard M. Stallman <rms@gnu.org>
1626
1627 * info.el (Info-fontify-node): For a **** underline line, put the
1628 invisible and intangible props on the following newline, but not
1629 on the previous newline or the last char of the previous line.
1630
1631 * faces.el (face-set-after-frame-default): Don't change `default' face.
1632
1633 * faces.el (minibuffer-prompt): Adopt some default colors.
1634
1635 * replace.el (query-replace-read-args): Immediate error if read-only.
1636
1637 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1638 Display the output buffer in a more intelligent way.
1639
1640 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
1641
1642 * ls-lisp.el (insert-directory): Modify the "total" line wording,
1643 in accordance with files.el's insert-directory.
1644
1645 2001-12-29 Richard M. Stallman <rms@gnu.org>
1646
1647 * files.el (basic-save-buffer): If a before-write hook displays
1648 an echo area message, pause before calling basic-save-buffer-1.
1649
1650 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
1651
1652 * textmodes/reftex-global.el (reftex-query-replace-document)
1653 (reftex-change-label): Doc fix.
1654
1655 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
1656
1657 * progmodes/etags.el (tags-query-replace): Doc fix.
1658
1659 2001-12-29 Richard M. Stallman <rms@gnu.org>
1660
1661 * progmodes/compile.el (compile-internal): Fix previous change.
1662
1663 2001-12-28 Richard M. Stallman <rms@gnu.org>
1664
1665 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
1666 shrink the windows above as necessary to get space.
1667 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
1668
1669 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
1670 This fixes a bug that treated all files as directories.
1671 (ange-ftp-insert-directory): Explicitly follow symlinks.
1672
1673 * international/iso-transl.el (iso-transl-char-map) Eliminate the
1674 alias symbols--put the translated sequences here directly.
1675
1676 * progmodes/cc-mode.el (c-mode-abbrev-table)
1677 (c++-mode-abbrev-table, objc-mode-abbrev-table)
1678 (java-mode-abbrev-table, pike-mode-abbrev-table):
1679 Mark all the predefined abbrevs as "system" abbrevs.
1680
1681 * mail/sendmail.el (mail-envelope-from): Fix custom type.
1682 (sendmail-send-it): Check mail-specify-envelope-from
1683 and mail-envelope-from in the mail buffer at start.
1684
1685 2001-12-28 Simon Josefsson <jas@extundo.com>
1686
1687 * mail/sendmail.el (mail-envelope-from): Fix :type.
1688 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
1689
1690 2001-12-28 Richard M. Stallman <rms@gnu.org>
1691
1692 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
1693
1694 * simple.el (line-move-invisible): New subroutine.
1695 (line-move-to-column): New subroutine--smarter about advancing over
1696 invisible parts of a line, or lines, but only as long as hpos grows.
1697 (line-move-finish): New subroutine: repeatedly processes desired
1698 column, intangibility, and fields.
1699 (line-move): Use those subroutines.
1700 When moving lines downward, skip invisible text first rather than last.
1701
1702 2001-12-27 Richard M. Stallman <rms@gnu.org>
1703
1704 * international/mule-diag.el (describe-char-after):
1705 Describe the text properties of the char after point.
1706
1707 * help.el (describe-key): Doc fix.
1708
1709 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
1710
1711 * find-dired.el (find-dired-sentinel): Precede exit message by
1712 two spaces, to match the regexp in dired-between-files.
1713
1714 2001-12-28 Miles Bader <miles@gnu.org>
1715
1716 * wid-edit.el (widget-toggle-value-create): Don't eval actual
1717 images (which are lists too).
1718
1719 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1720
1721 * language/european.el: Fix the doc string of "Latin-5" language
1722 environment.
1723
1724 2001-12-26 Richard M. Stallman <rms@gnu.org>
1725
1726 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
1727 defined as before 2001-11-09.
1728 (add-minor-mode call): Specify the keymap.
1729
1730 * progmodes/compile.el (compile-internal):
1731 Set TERM variable in process-environment.
1732
1733 2001-12-25 Richard M. Stallman <rms@gnu.org>
1734
1735 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
1736 the buffer.
1737
1738 * startup.el (command-line): Convert command line args
1739 to Emacs internal representation using locale-coding-system.
1740
1741 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
1742
1743 * international/fontset.el: Don't require ind-util when compiling.
1744
1745 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1746
1747 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
1748 set-frame-height and set-frame-width instead of set-screen-height
1749 and set-screen-width.
1750
1751 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
1752 of obsolete set-screen-width.
1753
1754 * locate.el (locate): Remove dot at the end of error argument.
1755
1756 * emerge.el (emerge-show-file-name): Use frame-height instead of
1757 obsolete screen-height.
1758
1759 * mail/mh-utils.el (mh-show-msg): Likewise.
1760 (mh-handle-process-error): Use frame-width instead of obsolete
1761 screen-width.
1762
1763 2001-12-25 Richard M. Stallman <rms@gnu.org>
1764
1765 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
1766 to enlarge-window. Use save-selected-window. Don't try
1767 to resize windows that end at the bottom "level".
1768 Retry changing the sizes until the windows get the desired sizes.
1769 Discount the minibuffer when computing total height available.
1770
1771 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
1772 (debugger-make-xrefs): Only make a button for the first symbol
1773 on any line.
1774
1775 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
1776
1777 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
1778 Call IT-setup-unicode-display here instead of adding it to
1779 dos-codepage-setup-hook, so that Unicode display tables are set
1780 before dos-codepage-setup-hook runs.
1781
1782 2001-12-24 Richard M. Stallman <rms@gnu.org>
1783
1784 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
1785 (nslookup-mode-abbrev-table): Don't define it.
1786 (smbclient-mode-abbrev-table): Don't define it.
1787 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
1788 (nslookup-mode, smbclient-mode): Likewise.
1789 (network-connection-service-abbrev-alist): Variable deleted.
1790 (network-connection-mode-setup): Don't set up abbrev table.
1791
1792 * faces.el (minibuffer-prompt): New face.
1793 (minibuffer-prompt-properties): Add `face' property.
1794
1795 * replace.el (occur-mode-display-occurrence): New function.
1796 (occur-mode-map): Bind C-o to it.
1797
1798 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
1799
1800 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
1801 (viper-special-read-and-insert-char): Make C-m work right in the r
1802 comand.
1803 (viper-buffer-search-enable): Fixed format string.
1804
1805 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
1806 instead of viper-info-on-file.
1807 (ex-set-visited-file-name): New function.
1808
1809 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
1810
1811 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
1812 action argument.
1813
1814 * ediff-init.el: Fixed some doc strings.
1815
1816 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
1817 Got rid of make-local-hook.
1818
1819 * ediff-wind.el (ediff-setup-control-frame): Got rid of
1820 make-local-hook.
1821
1822 2001-12-23 Richard M. Stallman <rms@gnu.org>
1823
1824 * term/x-win.el (x-handle-geometry): Put height and width
1825 on default-frame-alist, left and top on initial-frame-alist.
1826 * term/w32-win.el (x-handle-geometry): Likewise.
1827
1828 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
1829
1830 * play/yow.el (yow): Use an arg to distinguish interactive calls,
1831 not interactive-p.
1832
1833 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1834
1835 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
1836 mocklisp entries.
1837
1838 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
1839 Lisp. Obsoleted.
1840
1841 * emulation/mlconvert.el: File removed.
1842
1843 * emulation/mlsupport.el: Moved to obsolete.
1844
1845 * obsolete/mlsupport.el: Moved there from lisp/emulation.
1846
1847 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
1848
1849 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
1850 mocklisp case.
1851
1852 * help-fns.el (describe-function-1): Remove mocklisp function
1853 case.
1854
1855 2001-12-22 Miles Bader <miles@gnu.org>
1856
1857 * textmodes/refill.el (refill-mode): Don't barf when redundantly
1858 turning refill-mode off.
1859
1860 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1861
1862 * time.el (display-time-load-average-threshold): New variable.
1863 (display-time-update): Use it.
1864
1865 These changes allow cycling through past 1, 5 and 15 minutes
1866 load-average displayed in the mode-line.
1867
1868 * time.el (display-time-default-load-average): New customizable option.
1869 (display-time-load-average): New variable.
1870 (display-time-cycle-load-average): New function.
1871 (display-time-update): Use them.
1872
1873 2001-12-21 Richard M. Stallman <rms@gnu.org>
1874
1875 * apropos.el (apropos-print): SPACING is now nil or a separator string.
1876 (apropos-documentation, apropos-value): Pass a suitable string.
1877
1878 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1879
1880 * dired.el (dired-free-space-program, dired-free-space-args):
1881 Aliases for back-compatibility.
1882
1883 * info.el (Info-select-node): If Info-use-header-line is nil, set
1884 header-line-format to nil.
1885 (Info-fontify-node): Don't put a keymap text property on the
1886 heading if we are not going to display the header line. Remove
1887 any such text properties left over from past visits to this node.
1888
1889 * ls-lisp.el (insert-directory): Insert the amount of free disk
1890 space, like files.el's insert-directory does.
1891
1892 * files.el (directory-free-space-program): Mention
1893 file-system-info in the doc string.
1894 (get-free-disk-space): New function; code moved from
1895 insert-directory.
1896 (insert-directory): Call get-free-disk-space to get the amount of
1897 free space.
1898
1899 2001-12-21 Richard M. Stallman <rms@gnu.org>
1900
1901 * help.el (view-order-manuals, view-emacs-news, describe-copying)
1902 (describe-distribution, describe-project): Use view-file.
1903
1904 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
1905
1906 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
1907
1908 * emacs-lisp/easy-mmode.el (define-minor-mode):
1909 Make no arg by default in an interactive call,
1910 so that repeating the command toggles again.
1911
1912 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
1913
1914 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
1915
1916 * antlr-mode.el: More sophisticated indentation of cpp directive.
1917 (antlr-indent-at-bol-alist): New user option.
1918 (antlr-indent-line): Use it.
1919 (antlr-indent-style): New user option.
1920 (antlr-mode): Use it.
1921 (antlr-indent-item-regexp): Customize.
1922
1923 * antlr-mode.el: Syntax highlighting changes.
1924 (antlr-font-lock-literal-regexp): New user option.
1925 (antlr-font-lock-syntax-face): New face used for :, |, ....
1926 (antlr-font-lock-default-face): New face.
1927 (antlr-font-lock-additional-keywords): Use them.
1928
1929 * antlr-mode.el: New command to insert options -- variables.
1930 (antlr-mode-map): New binding [C-c C-o].
1931 (antlr-mode-menu): New submenus.
1932 (antlr-options-use-submenus): New user option.
1933 (antlr-tool-version): New user option.
1934 (antlr-options-auto-colon): New user option.
1935 (antlr-options-style): New user option.
1936 (antlr-options-push-mark): New user option.
1937 (antlr-options-assign-string): New user option.
1938 (antlr-options-headings): New variable.
1939
1940 * antlr-mode.el: New command to insert options -- specific.
1941 (antlr-options-alists): New variable.
1942 (antlr-read-value): New function.
1943 (antlr-read-boolean): New function.
1944 (antlr-language-option-extra): New function.
1945 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
1946 (antlr-c++-mode-extra): New function.
1947 (antlr-grammar-tokens): New function.
1948 (antlr-imenu-create-index-function): New optional argument.
1949
1950 * antlr-mode.el: New command to insert options -- functions.
1951 (antlr-insert-option): New command.
1952 (antlr-insert-option-interactive): New function.
1953 (antlr-options-menu-filter): New function.
1954 (antlr-option-kind): New function.
1955 (antlr-scan-lists): New alias.
1956 (antlr-scan-lists-internal): New function.
1957 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
1958 (antlr-option-level): New function.
1959 (antlr-syntactic-grammar-depth): New function.
1960 (antlr-option-location): New function.
1961 (antlr-insert-option-do): New function.
1962 (antlr-option-spec): New function.
1963 (antlr-version-string): New function.
1964 (antlr-insert-option-existing): New function.
1965 (antlr-insert-option-space): New function.
1966 (antlr-insert-option-area): New function.
1967
1968 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
1969 with narrowing. Menu change. Miscellaneous.
1970 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
1971 (antlr-mode-map): New bindings for characters in ":;|&(){}".
1972 (antlr-electric-character): New command.
1973 (antlr-class-header-regexp): New variable.
1974 (antlr-font-lock-additional-keywords): Use it.
1975 (antlr-imenu-create-index-function): Use it.
1976 (antlr-file-dependencies): Use it.
1977 (antlr-indent-line): Also works with restrictions.
1978 (antlr-indent-command): Interactive spec - changes the buffer.
1979 (antlr-language-for-option): Deletia.
1980 (antlr-language-option): New function, defined instead.
1981 (antlr-mode): Use it.
1982 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1983
1984 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
1985 instead of a literal /dev/null.
1986
1987 * Makefile.in (distclean): Remove Makefile in the build
1988 directory, not in the source directory.
1989
1990 2001-12-21 Simon Josefsson <jas@extundo.com>.
1991
1992 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
1993 with-temp-buffer instead of find-file-noselect, and bind
1994 coding-system-for-read to no-conversion when reading the queued
1995 messages. (Simon's code modified slightly by Eli Zaretskii.)
1996
1997 2001-12-20 Werner Lemberg <wl@gnu.org>
1998
1999 * international/mule-diag.el (describe-coding-system,
2000 print-coding-system-briefly): Make printed output have a similar
2001 format as describe-character-set.
2002
2003 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2004
2005 * play/blackbox.el (bb-member): Remove, use member instead.
2006 (bb-delete): Remove, use delete instead.
2007 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
2008 bb-score, bb-detour-count and bb-balls-placed.
2009 Propertize results of rays.
2010
2011 2001-12-19 Karl Fogel <kfogel@red-bean.com>
2012
2013 * isearch.el (isearch-forward, isearch-edit-string): Make doc
2014 strings mention keybinding for `isearch-yank-word-or-char',
2015 rather than `isearch-yank-word', since the former is bound now
2016 and the latter is not.
2017 (isearch-yank-word-or-char): Fix formatting.
2018
2019 2001-12-19 Werner Lemberg <wl@gnu.org>
2020
2021 * language/czech.el, language/european.el, language/slovak.el: More
2022 fixes for language info doc strings.
2023
2024 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2025
2026 * loadup.el: Add "language" to the load-path.
2027
2028 2001-12-19 Richard M. Stallman <rms@gnu.org>
2029
2030 * international/mule-cmds.el (describe-language-environment):
2031 Fix calls to help-xref-button.
2032
2033 2001-12-19 Miles Bader <miles@gnu.org>
2034
2035 * international/fontset.el: Require `ind-util' when compiling.
2036
2037 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2038
2039 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2040 instead of decompose-composite-char.
2041
2042 2001-12-18 Richard M. Stallman <rms@gnu.org>
2043
2044 * simple.el (eval-expression-print-level)
2045 (eval-expression-print-length): Doc fixes.
2046
2047 * international/mule-diag.el (describe-character-set):
2048 Fix the arg to help-xref-button.
2049
2050 * files.el (directory-free-space-program): New variable.
2051 (directory-free-space-args): New variable.
2052 (insert-directory): Use those two variables for getting free space.
2053 Use file-system-info instead, if that is defined.
2054
2055 * dired.el (dired-free-space-program): Variable deleted.
2056 (dired-free-space-args): Variable deleted.
2057 (dired-insert-directory): Don't try to determine free space.
2058
2059 * files.el (font-lock-defaults): Add risky-local-variables prop.
2060 (hack-one-local-variable): Treat various font-lock variables as risky.
2061
2062 2001-12-18 Werner Lemberg <wl@gnu.org>
2063
2064 * language/chinese.el, language/cyrillic.el:
2065 * language/czech.el, language/european.el, language/greek.el:
2066 * language/hebrew.el, language/indian.el, language/japanese.el:
2067 * language/korean.el, language/lao.el, language/slovak.el:
2068 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2069 Improve documentation strings of coding systems and language infos.
2070
2071 2001-12-18 Werner LEMBERG <wl@gnu.org>
2072
2073 Add support for EUC-TW decoding/encoding.
2074
2075 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2076 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2077 New auxiliary functions to build `big5-to-cns'.
2078 (big5-to-cns): New translation alist.
2079
2080 * language/chinese.el: Added new coding system `euc-tw' and its
2081 alias `euc-taiwan'.
2082 Updated language `Chinese-CNS' to include euc-tw encoding also.
2083 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2084 euc-tw.
2085
2086 2001-12-18 Dave Love <fx@gnu.org>
2087
2088 * loadup.el: Add language/utf-8-lang, language/georgian.
2089
2090 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
2091 (image-file-name-regexps): Doc fix.
2092
2093 * server.el (server-unload-hook): New function.
2094
2095 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2096 (lm-crack-copyright): Cope with multi-line copyright `lines'.
2097
2098 * simple.el (newline): Doc fix.
2099 (eval-expression-print-level, eval-expression-print-length): Doc
2100 fix. Amend :type.
2101 (next-line, previous-line): Make arg optional.
2102 (newline): Doc fix.
2103
2104 * Makefile.in (DONTCOMPILE): Add various language files.
2105
2106 * international/quail.el (quail-input-string-to-events): Don't use
2107 string-to-list.
2108
2109 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2110 calling `newline'.
2111
2112 2001-12-17 Richard M. Stallman <rms@gnu.org>
2113
2114 * comint.el (comint-dynamic-list-input-ring-select): New function.
2115 Switches back to the old window configuration.
2116 (comint-dynamic-list-input-ring): Bind RET to that function.
2117 (comint-dynamic-list-input-ring-window-conf): New variable.
2118
2119 2001-12-17 Werner Lemberg <wl@gnu.org>
2120
2121 * international/mule-conf.el: Improve documentation strings of
2122 character sets.
2123
2124 2001-12-16 Richard M. Stallman <rms@gnu.org>
2125
2126 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2127 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2128
2129 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2130
2131 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2132 Add a DESCRIPTION for the makefile item.
2133
2134 * find-file.el (ff-other-file-name): New function.
2135
2136 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2137
2138 * international/quail.el (quail-input-string-to-events): Fix last
2139 change.
2140
2141 2001-12-16 Richard M. Stallman <rms@gnu.org>
2142
2143 * isearch.el (isearch-edit-string): When we set isearch-string
2144 to the default, also set isearch-message.
2145
2146 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2147
2148 * startup.el (command-line-1): Display startup screen
2149 even if there are command line args.
2150 Add a note about how to go to editing your files.
2151 (fancy-splash-head): Add a note about how to go to your files.
2152 (fancy-splash-outer-buffer): New variable.
2153 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2154
2155 * subr.el (with-temp-message): At the end, always discard
2156 the temp message, even by clearing the echo area.
2157
2158 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2159
2160 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
2161
2162 * log-view.el (log-view-message-re, log-view-current-tag):
2163 Recognize Subversion's log output format.
2164
2165 * international/fontset.el: Build the list L at compile time.
2166
2167 * language/ind-util.el (mapthread): Make a closure.
2168
2169 2001-12-15 Richard M. Stallman <rms@gnu.org>
2170
2171 * isearch.el (isearch-start-hscroll): New variable.
2172 (isearch-mode): Set isearch-start-hscroll.
2173 (isearch-update): Restore original hscrolling if possible.
2174
2175 * isearch.el (isearch-edit-string):
2176 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2177
2178 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2179 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2180 rather than regexp search and (2) copying text properties
2181 already set up on text unchanged from the previous backtrace.
2182
2183 * case-table.el (set-case-syntax-pair):
2184 Detect invalid calls and signal an error.
2185
2186 2001-12-15 Richard M. Stallman <rms@gnu.org>
2187
2188 * language/ind-util.el (range): Function deleted.
2189 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2190 All calls changed.
2191
2192 * language/devan-util.el (devanagari-range): Renamed from `range'.
2193 All calls changed.
2194 (devanagari-regexp-of-hashtbl-keys):
2195 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
2196
2197 2001-12-15 Dave Love <fx@gnu.org>
2198
2199 * language/ind-util.el: Don't require cl.
2200 (indian-glyph-char, indian-glyph-max-char)
2201 (indian-char-glyph): Moved from indian.el
2202 (indian--puthash-char, mapthread): Don't quote lambda.
2203 (indian--map): New function.
2204 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
2205 (indian--puthash-cv): Use it.
2206
2207 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
2208 (indian-char-glyph): Moved to ind-util.el
2209
2210 * language/devan-util.el (devanagari-post-read-conversion):
2211 New function.
2212
2213 * language/georgian.el: New file.
2214
2215 * international/mule-cmds.el (locale-language-names): Add various
2216 entries. Remove utf-8 special case.
2217 (locale-charset-language-names, locale-preferred-coding-systems):
2218 Add utf-8 case.
2219 (set-language-environment): Process required-features earlier.
2220
2221 * international/quail.el (quail-keyboard-layout-alist):
2222 Add pc105-uk.
2223 (quail-keyboard-layout-type): Fix :type.
2224 (quail-choose-completion-string): Simplify.
2225 (quail-update-leim-list-file): Don't get fooled by commented-out code.
2226 (quail-input-string-to-events): Run events through
2227 translation-table-for-input.
2228
2229 * international/mule-conf.el (translation-table-for-input):
2230 New variable.
2231 (latin-iso8859-14): Amend description.
2232 (file-coding-system-alist): Add entry for utf-8.
2233
2234 * language/utf-8-lang.el: New file.
2235
2236 * international/code-pages.el: New file.
2237
2238 * language/hebrew.el ("Windows-1255"): New language.
2239
2240 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
2241 ("Latvian"): New languages.
2242
2243 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
2244
2245 * xml.el: Use setq rather than (set 'foo bar).
2246 Use push+nreverse rather than append.
2247 (xml-node-name, xml-node-attributes, xml-node-children):
2248 Use defsubst rather than macros.
2249 (xml-parse-region): Handle a nil return value from xml-parse-tag.
2250 (xml-parse-tag): Don't skip white space. Return nil for a comment.
2251 Concat the two strings surrounding a comment into a single string.
2252
2253 * newcomment.el (comment-indent): Jump to the middle of empty comments.
2254
2255 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2256
2257 * select.el (xselect-convert-to-class, xselect-convert-to-name):
2258 Document.
2259
2260 2001-12-14 Andre Spiegel <spiegel@gnu.org>
2261
2262 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2263 Return nil if FILE is not registered.
2264 (vc-check-master-templates, vc-default-make-version-backups-p):
2265 Doc fix.
2266
2267 2001-12-13 David Ponce <david@dponce.com>
2268
2269 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
2270 (ruler-mode-left-fringe-cols): New macro.
2271 (ruler-mode-right-fringe-cols): New macro.
2272 (ruler-mode-left-scroll-bar-cols): New macro.
2273 (ruler-mode-right-scroll-bar-cols): New macro.
2274 (ruler-mode-ruler): Use above new macros.
2275
2276 2001-12-13 Richard M. Stallman <rms@gnu.org>
2277
2278 * files.el (set-auto-mode): Fix previous change.
2279
2280 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
2281
2282 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2283 (easy-menu-do-define, easy-menu-convert-item-1)
2284 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2285 (easy-menu-return-item): Only return nil if there is no binding.
2286
2287 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
2288
2289 * whitespace.el (whitespace-version): 3.2
2290 * whitespace.el (whitespace-force-mode-line-update): Replace with
2291 `whitespace-mode-line-update', which is an alias to the correct
2292 function in various emacsen.
2293 * whitespace.el (whitespace-{un,}highlight-the-space):
2294 Add colorized highlighting of the bogus whitespaces in a buffer/file,
2295 using the `whitespace-highlight-face' if
2296 `whitespace-display-spaces-in-color' is set.
2297
2298 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
2299
2300 * international/mule.el (set-auto-coding): Don't search for
2301 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2302
2303 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2304
2305 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2306
2307 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2308
2309 * mail/rmailsum.el (rmail-summary-mode): Likewise.
2310
2311 2001-12-13 Richard M. Stallman <rms@gnu.org>
2312
2313 * simple.el (undo): Always set this-command to `undo',
2314 so that the next undo after an error will not begin redoing.
2315
2316 * simple.el (shell-command): Doc fix.
2317 (shell-command-on-region): If there is output an an error,
2318 add "...Shell command failed" to the output.
2319
2320 2001-12-13 David Ponce <david@dponce.com>
2321
2322 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
2323 (ruler-mode-left-fringe-cols): Function replaced by more efficient
2324 implementation `ruler-mode-extra-left-cols'.
2325 (ruler-mode-ruler): Use above new function. Take into account
2326 that the fringe areas can now be resized.
2327
2328 2001-12-12 Richard M. Stallman <rms@gnu.org>
2329
2330 * international/characters.el (Unicode): Comment out
2331 the specifications for kelvin and angstrom signs.
2332
2333 * international/mule.el (make-translation-table-from-vector):
2334 Allow null elements in VEC.
2335
2336 * international/ucs-tables.el (unify-8859-on-encoding-mode)
2337 (unify-8859-on-decoding-mode): Swap the code in their bodies.
2338 Add :version.
2339
2340 2001-12-11 Richard M. Stallman <rms@gnu.org>
2341
2342 * derived.el (derived-mode-p): Function moved to subr.el.
2343
2344 * subr.el (derived-mode-p): Moved here from derived.el.
2345
2346 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2347
2348 * files.el (set-auto-mode-1): New subroutine, broken out of
2349 set-auto-mode.
2350 (set-auto-mode, hack-local-variables-prop-line): Use that.
2351
2352 2001-12-11 Dave Love <fx@gnu.org>
2353
2354 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2355
2356 * language/european.el: Remove autoload cookies. Fix registration
2357 of diacritic composition function.
2358
2359 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2360
2361 * calendar/todo-mode.el: Require time-stamp.
2362
2363 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2364
2365 2001-12-11 Richard M. Stallman <rms@gnu.org>
2366
2367 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2368
2369 * textmodes/ispell.el (ispell-buffer-local-parsing):
2370 Match xml like sgml.
2371
2372 * emacs-lisp/advice.el (ad-compile-function):
2373 Byte compile the function under another (uninterned) name.
2374
2375 * gud.el (gdb): Define and bind gud-jump.
2376
2377 * font-lock.el (font-lock-mode):
2378 Put our function at the end of after-change-functions.
2379
2380 * ediff-diff.el (ediff-cmp-options): Doc fix.
2381
2382 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2383
2384 2001-12-10 Richard M. Stallman <rms@gnu.org>
2385
2386 * isearch.el (isearch-yank-word-or-char): New function.
2387 (isearch-mode-map): Bind C-w to that.
2388
2389 * menu-bar.el (menu-bar-mode): Make arg optional.
2390
2391 * simple.el (line-move): Cope if next-single-property-change
2392 or previous-single-property-change returns nil.
2393
2394 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2395 Don't use interactive-p; instead, pass the proper args
2396 in (interactive...). Clean up most of the trouble-report strings.
2397
2398 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
2399
2400 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2401 enqueued messages literally.
2402
2403 2001-12-10 Noah Friedman <friedman@splode.com>
2404
2405 * battery.el (battery-insert-file-contents): Obsolete function
2406 removed.
2407 (battery-read-function): Obsolete function removed.
2408 (battery-linux-proc-apm): Use insert-file-contents.
2409
2410 2001-12-07 Stephen Eglen <stephen@gnu.org>
2411
2412 * iswitchb.el (iswitchb-visit-buffer):
2413 Use `select-frame-set-input-focus'--needed when window manager
2414 uses "click to focus" policy.
2415
2416 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2417
2418 * COPYING: Moved back.
2419
2420 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2421
2422 * term/internal.el (IT-character-translations): Add entries for
2423 more points.
2424
2425 * international/characters.el: Resurrect the Hebrew category
2426 settings for all Hebrew characters removed by the last change.
2427 Add code for setting the Hebrew category of the Unicode Hebrew
2428 characters. Set syntax entries for Hebrew punctuation characters.
2429
2430 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2431 points and directional formatting control characters.
2432
2433 2001-12-07 Dave Love <fx@gnu.org>
2434
2435 * language/lao-util.el: Add Unicode equivalents for rules.
2436 (lao-post-read-conversion): New function.
2437
2438 * language/lao.el: Add Unicode equivalents.
2439 (lao): Add post-read conversion.
2440
2441 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2442 Use iso2022 encoding.
2443 (latin1-char-displayable-p): Doc fix.
2444 (latin1-display-ucs-per-lynx): New option.
2445 (latin1-display-ucs-per-lynx): New command.
2446 (latin1-display-reset): Special-case arabic.
2447 (ucs-tables): Require.
2448 (latin1-display-sets, latin1-display-setup): Add arabic.
2449 (latin1-display) <variable>: Use function latin1-display.
2450 (latin1-display) <function>: Add mule-unicode stuff.
2451 (latin1-display-check-font): Don't lose if `info' is nil.
2452
2453 * international/iso-transl.el: Insert Latin-1 characters, not
2454 unibyte codes.
2455
2456 * language/european.el (diacritic-composition-pattern): New constant.
2457 (diacritic-compose-region, diacritic-compose-string)
2458 (diacritic-compose-buffer, diacritic-post-read-conversion)
2459 (diacritic-composition-function): New functions.
2460
2461 * international/utf-8.el (ucs-mule-to-mule-unicode):
2462 New translation table.
2463 (ccl-encode-mule-utf-8): Use it.
2464 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2465 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2466 (utf-8-subst-table): New variable.
2467 (utf-8-compose-scripts): New option.
2468 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2469
2470 * international/ucs-tables.el, international/utf-8-subst.el:
2471 New files.
2472
2473 * international/characters.el: Don't set word syntax (the default)
2474 explicitly. Add a diacritic category. Add info for Unicode
2475 equivalents of characters in various Mule charsets and for extra
2476 Unicode characters. Don't define specific categories for
2477 Indian/Devanagari, since they aren't used.
2478
2479 2001-12-06 Richard M. Stallman <rms@gnu.org>
2480
2481 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2482 (set-justification-left, set-justification-right): Doc fix.
2483
2484 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2485 (bug-f90-mode): Variable deleted.
2486
2487 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2488
2489 * indent.el (indent-line-function): Default is indent-relative again.
2490
2491 2001-12-07 Miles Bader <miles@gnu.org>
2492
2493 * progmodes/compile.el (compilation-error-regexp-alist):
2494 Added regexps for RXP.
2495
2496 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
2497
2498 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2499 Add shift-assignment operators to those highlighted, and highlight
2500 the whole operator rather than just the "=".
2501
2502 2001-12-04 Juanma Barranquero <lektu@terra.es>
2503
2504 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2505 before saving abbrevs if `save-abbrevs' has the value `silently'.
2506
2507 2001-12-04 Andreas Schwab <schwab@suse.de>
2508
2509 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2510
2511 2001-12-04 Colin Walters <walters@debian.org>
2512
2513 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2514 for `defmacro*' forms.
2515
2516 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2517 `defmacro*'.
2518
2519 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
2520
2521 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2522
2523 2001-12-02 Richard M. Stallman <rms@gnu.org>
2524
2525 * files.el (insert-directory): If the df output does not look right,
2526 don't try to use it. Other cleanups in overall code structure.
2527
2528 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
2529
2530 * textmodes/outline.el (outline-mode-prefix-map):
2531 Add bindings for outline-promote and outline-demote.
2532 (outline-minor-mode-menu-bar-map): New var.
2533 (outline-minor-mode): Use it.
2534 (outline-heading-alist): New var (renamed from outline-level-heading).
2535 (outline-level): Use it.
2536 (outline-insert-heading, outline-promote, outline-demote):
2537 Update to use outline-heading-alist.
2538
2539 * disp-table.el (standard-display-european):
2540 Simplify since the function is not interactive any more.
2541 Don't set the existing buffers to unibyte.
2542
2543 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2544
2545 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2546
2547 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2548
2549 * shell.el (shell): Use shell-file-name.
2550 Pop to buffer before calling comint to set COLUMNS properly.
2551
2552 * emacs-lisp/cl.el (svref): New alias.
2553
2554 * progmodes/antlr-mode.el (antlr-c-common-init):
2555 Don't inhibit adaptive-fill-mode any more.
2556
2557 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2558
2559 * progmodes/etags.el (tags-with-face): Use make-symbol.
2560 (tags-search, tags-query-replace): Use backquotes.
2561
2562 * textmodes/picture.el (picture-mode-map): Don't use defconst
2563 for a variable.
2564
2565 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2566
2567 * textmodes/reftex-index.el (reftex-index-mode):
2568 Remove make-local-hook.
2569
2570 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2571
2572 2001-12-02 Kim F. Storm <storm@cua.dk>
2573
2574 * isearch.el (isearch-resume-enabled): New variable.
2575 (isearch-done): Use that variable.
2576
2577 2001-12-01 Richard M. Stallman <rms@gnu.org>
2578
2579 * wid-edit.el (widget-button-click): Don't move point permanently:
2580 Avoid mouse-set-point--instead select the window,
2581 then do save-excursion, then move point.
2582 Specify the buffer for get-char-property.
2583 Don't use `@' in interactive.
2584
2585 * indent.el (indent-line-function):
2586 Default is indent-to-left-margin again.
2587
2588 * replace.el (query-replace-read-args): Display message
2589 if FROM contains `\n' or `\t'.
2590
2591 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
2592
2593 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
2594
2595 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
2596
2597 * emacs-lisp/regexp-opt.el (regexp-opt):
2598 Bind completion-regexp-list to nil.
2599
2600 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
2601
2602 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2603
2604 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
2605 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
2606 Update maintainer.
2607
2608 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2609
2610 * mail/smtpmail.el: Use with-current-buffer.
2611 (message-make-date, message-make-message-id): Autoload when needed.
2612 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
2613 headers when missing.
2614
2615 * international/encoded-kb.el (encoded-kbd-mode):
2616 Use define-minor-mode.
2617
2618 * enriched.el (enriched-mode): Use define-minor-mode.
2619 Use dolist and pop and push.
2620
2621 * info.el (Info-find-node-2): Don't call info-insert-file-contents
2622 with the `visit' argument.
2623 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2624
2625 * progmodes/hideif.el (hide-ifdef-mode): Only modify
2626 `change-major-mode-hook' locally. Reset invisibility spec.
2627
2628 * man.el (Man-build-section-alist): Remove last Man-match-substring.
2629
2630 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2631
2632 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
2633 Clarify error message.
2634
2635 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2636
2637 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2638
2639 2001-11-30 Andre Spiegel <spiegel@gnu.org>
2640
2641 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
2642 don't just return it.
2643
2644 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2645
2646 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
2647 (menu-bar-read-emacs-man, search-emacs-glossary)
2648 (emacs-index-search, elisp-index-search): New functions.
2649 (apropso-documentation, apropos, apropos-value, apropos-variable)
2650 (apropos-commands): Modify menu item names and help text.
2651 (elisp-index-search, emacs-index-search, emacs-glossary):
2652 New menu items.
2653 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
2654 submenu.
2655 (info-elisp, info-elintro): New menu items.
2656 (apropos): Modify the menu item name.
2657
2658 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2659
2660 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
2661
2662 * textmodes/outline.el (outline-promote, outline-demote): Typo.
2663
2664 * man.el (man-follow-mouse): New function.
2665 (Man-mode-map): Bind mouse-2 to it.
2666 (Man-match-substring): Remove. Replace with `match-string'.
2667 (man): Use the `default-value' argument to `read-string'.
2668 (Man-fontify-manpage): Add mouse-face to cross references.
2669
2670 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
2671
2672 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
2673
2674 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
2675 the value of require-match in minibuffer-completion-confirm.
2676 Use crm-local-completion-map.
2677
2678 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
2679 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
2680 (cl-make-type-test): Use char-valid-p for `character'.
2681
2682 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
2683 (Info-complete-menu-item): Rewrite. Add the ability to search
2684 several sequential nodes. Add a simple caching mechanism.
2685 (Info-goto-index): New function extracted from Info-index.
2686 (Info-index): Use it. Add completion to the interactive spec.
2687 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2688
2689 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2690
2691 * COPYING: Removed.
2692
2693 2001-11-29 Dave Love <fx@gnu.org>
2694
2695 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
2696 (fortran-window-create, fortran-window-create-momentarily):
2697 Rewrite, moving error condition.
2698 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
2699 (fortran-mode-syntax-table): Revert last change.
2700
2701 * international/mule.el: Doc fixes.
2702 (map-charset-chars): New function.
2703 (register-char-codings): Use it to cope with generic chars in
2704 safe-chars.
2705
2706 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2707
2708 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2709
2710 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
2711
2712 * play/studly.el (studlify-word, studlify-region)
2713 (studlify-buffer): Fix doc-string.
2714 (studlify-buffer): Add autoload cookie.
2715
2716 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
2717
2718 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
2719 (outline-up-heading-all): Remove.
2720 (hide-sublevels): Move to end-of-heading before calling flag-region.
2721 (outline-copy-overlay, outline-discard-overlays): Remove.
2722 (outline-flag-region): Use `remove-overlays'.
2723 Don't move to end-of-heading.
2724 (outline-next-visible-heading, outline-back-to-heading)
2725 (outline-on-heading-p): Use outline-invisible-p.
2726 (outline-font-lock-level): Use outline-up-heading's new arg.
2727 (outline-minor-mode): Simplify.
2728 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
2729 (outline): Put a `reveal-toggle-invisible' property.
2730 (outline-level-heading): New var.
2731 (outline-insert-heading, outline-promote, outline-demote)
2732 (outline-toggle-children): New commands.
2733
2734 * progmodes/hideif.el (hif-end-of-line): New function.
2735 (hide-ifdef-mode): Set line-move-ignore-invisible.
2736 (hide-ifdef-region-internal): New function.
2737 (hide-ifdef-region): Use it.
2738 (hif-defined): Return an integer.
2739 (hif-infix-to-prefix): Remove.
2740 (hif-tokenize): Parse from the buffer rather than from a string.
2741 Correctly tokenize integers. Use forward-comment.
2742 (hif-expr): Use hif-or.
2743 (hif-term): Use hif-and.
2744 (hif-factor): Use hif-not. Handle numbers properly.
2745 Don't require parenthesis around `defined's argument.
2746 (hif-and, hif-or, hif-not): New funs.
2747 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
2748 (hif-hide-line): Don't hide the \n before the line.
2749 (hif-possibly-hide): Correctly handle numeric evaluation results.
2750
2751 * progmodes/make-mode.el: Use line-(end|beginning)-position.
2752 (makefile-mode): Set indent-line-function.
2753 (makefile-browser-insert-continuation): Use with-current-buffer.
2754 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
2755
2756 2001-11-28 Karl Fogel <kfogel@red-bean.com>
2757
2758 * isearch.el (isearch-yank-internal): New helper function.
2759 (isearch-yank-char): New function.
2760 (isearch-yank-word, isearch-yank-line): Rewrite to use
2761 isearch-yank-internal.
2762
2763 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
2764
2765 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
2766 aren't supported. Print a message to that effect if invoked.
2767
2768 2001-11-27 Stephen Eglen <stephen@gnu.org>
2769
2770 * locate.el (locate): Put point at first matching file rather
2771 than top of buffer.
2772
2773 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
2774
2775 * reveal.el: New file.
2776
2777 * progmodes/hideif.el: Misc cleanup.
2778 (hide-ifdef-mode-submap): Put the def in the defvar.
2779 Use substitute-key-definition.
2780 (hide-ifdef-mode): Use define-minor-mode.
2781 (hif-outline-flag-region): Remove.
2782 (hif-show-all): Define in terms of hif-show-ifdef-region.
2783 (hif-after-revert-function): Rename from hif-before-revert-function.
2784 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
2785 (hif-tokenize): Use with-syntax-table.
2786 (hif-make-range): Use `else' also for `else-p'.
2787 (hif-range-else-p): Remove.
2788 (hif-find-range): Simplify.
2789 (hif-hide-line): Don't bother preserving buffer-modified-p.
2790 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
2791 Don't use selective-display and inhibit-read-only.
2792
2793 * subr.el (copy-overlay, remove-overlays): New funs.
2794
2795 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
2796
2797 2001-11-27 Sam Steingold <sds@gnu.org>
2798
2799 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
2800 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
2801 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
2802 * obsolete/c-mode.el, obsolete/cplus-md.el
2803 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
2804 * term/sun-mouse.el, textmodes/artist.el:
2805 Converted backquote to the new style.
2806 * mouse.el, reposition.el: Likewise (in comments).
2807 * expand.el: Likewise (in a string).
2808
2809 2001-11-27 Richard M. Stallman <rms@gnu.org>
2810
2811 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
2812
2813 2001-11-26 Richard M. Stallman <rms@gnu.org>
2814
2815 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
2816 if :on-glyph or :off-glyph is a list, eval it and store it back.
2817 (checkbox): Quote the values for :on-glyph and :off-glyph.
2818
2819 * cus-start.el (recursive-load-depth-limit): Delete item.
2820
2821 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
2822
2823 * help-fns.el (describe-categories, help-describe-category-set): New.
2824 describe-categories moved here from src/category.c.
2825
2826 2001-11-26 Sam Steingold <sds@gnu.org>
2827
2828 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
2829 arguments to `insert' are strings.
2830
2831 2001-11-26 Richard M. Stallman <rms@gnu.org>
2832
2833 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
2834
2835 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
2836
2837 * international/mule-diag.el: Require help-fns instead of
2838 help-funs.
2839
2840 * help-fns.el: Renamed from help-funs.el.
2841
2842 * startup.el (command-line-1): Don't try to call process-list if
2843 it is not fboundp.
2844
2845 2001-11-26 Sam Steingold <sds@gnu.org>
2846
2847 * frame.el (show-trailing-whitespace): Remove :set argument (the
2848 value was essentially identical to the defalt).
2849
2850 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2851
2852 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
2853
2854 * icomplete.el (icomplete-minibuffer-setup): Likewise.
2855
2856 * hilit-chg.el (hilit-chg-set): Likewise.
2857
2858 * speedbar.el (speedbar-mode): Likewise.
2859
2860 * calendar/calendar.el (calendar-mode): Likewise.
2861
2862 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
2863 insert-string.
2864
2865 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
2866
2867 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
2868
2869 * term/sun-mouse.el (sun-yank-selection): Likewise.
2870
2871 * textmodes/bib-mode.el (return-key-bib): Likewise.
2872
2873 * calendar/appt.el (appt-disp-window): Likewise.
2874
2875 * calendar/diary-lib.el (list-diary-entries): Likewise.
2876
2877 * array.el (array-reconfigure-rows): Likewise.
2878
2879 * filecache.el (file-cache-minibuffer-complete): Likewise.
2880
2881 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
2882
2883 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
2884
2885 * allout.el (outline-version, outline-open-topic)
2886 (outline-rebullet-heading, outline-insert-listified)
2887 (outline-latex-verbatim-quote-curr-line)
2888 (outline-latexify-one-item, outlineify-sticky): Likewise.
2889
2890 * vc.el (vc-next-action-on-file): Likewise.
2891 (vc-dired-mode): Remove make-local-hook.
2892
2893 2001-11-26 Andre Spiegel <spiegel@gnu.org>
2894
2895 * vc.el (vc-find-version): New function.
2896 (vc-version-other-window): Redefined in terms of the above.
2897
2898 * log-view.el (log-view-find-version): New function.
2899 (log-view-mode-map): Bind it to `f'.
2900
2901 2001-11-26 Gerd Moellmann <gerd@gnu.org>
2902
2903 * language/devan-util.el (dev-char-glyph): Escape `"' in
2904 string literals.
2905 (dev-glyph-glyph, dev-glyph-glyph-2)
2906 (devanagari-compose-syllable-region): Likewise.
2907
2908 2001-11-26 Richard M. Stallman <rms@gnu.org>
2909
2910 * window.el (save-selected-window): No error if saved window is dead.
2911
2912 * help-funs.el (describe-syntax): Put (interactive) after doc string.
2913
2914 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2915
2916 * international/quail.el (quail-help): Require help-mode in
2917 top-level instead.
2918
2919 * iswitchb.el (iswitchb-exhibit): Use insert instead of
2920 insert-string.
2921
2922 * icomplete.el (icomplete-exhibit): Likewise.
2923
2924 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
2925
2926 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
2927 (diff-hunk-kill): Simplify.
2928 (diff-post-command-hook): Only apply to a single hunk.
2929 (diff-hunk-text): Make `char-offset' non-optional.
2930 (diff-find-text): Return a cons cell.
2931 (diff-find-approx-text): New fun.
2932 (diff-find-source-location): Use it.
2933 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
2934 Adapt to new retval of diff-find-text.
2935
2936 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
2937 rather than integer- representation of dates.
2938
2939 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
2940
2941 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
2942 (syntax-after): New fun.
2943
2944 * help-funs.el (describe-syntax): New fun.
2945
2946 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
2947 (font-lock-ppss-stats, font-lock-ppss): Remove.
2948 (font-lock-fontify-syntactically-region): Remove tuning code.
2949 (font-lock-compile-keywords): Fix off-by-one bug.
2950 (font-lock-set-defaults): Don't set removed vars.
2951 (c-keywords): Add `inline'.
2952 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
2953
2954 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2955 Set syntax-begin-function.
2956 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
2957 (lisp-interaction-mode): Don't set local-abbrev-table any more.
2958 (lisp-mode-auto-fill): Use syntax-ppss and obey
2959 comment-auto-fill-only-comments.
2960 (lisp-fill-paragraph): Use syntax-ppss.
2961
2962 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
2963
2964 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
2965 version of rmail-enable-mime.
2966 (rmail-forward): Use it.
2967
2968 2001-11-25 Richard M. Stallman <rms@gnu.org>
2969
2970 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
2971
2972 * international/quail.el (quail-keyboard-layout-button):
2973 Define button type.
2974 (quail-keyboard-customize-button): Likewise.
2975 (quail-help): Use those button types. Require `help-mode'.
2976 Avoid altering the argument `package'.
2977
2978 * help-mode.el (help-function, help-variable, help-face)
2979 (help-coding-system, help-input-method, help-character-set):
2980 Define each button type with its own explicit define-button-type.
2981
2982 * language/devan-util.el: Comment out parts of the file
2983 which apparently are garbled.
2984
2985 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2986
2987 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
2988 insert-string.
2989
2990 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2991
2992 * play/snake.el (snake-mode): Remove make-local-hook.
2993
2994 * play/tetris.el (tetris-mode): Likewise.
2995
2996 * play/decipher.el (decipher-mode): Likewise.
2997
2998 * tmm.el (tmm-add-prompt): Likewise.
2999
3000 2001-11-25 Sam Steingold <sds@gnu.org>
3001
3002 * menu-bar.el (menu-bar-apropos-menu): New variable.
3003 Moved all `apropos' bindings to this menu.
3004 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3005
3006 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3007
3008 The following changes are for new indian languages support based
3009 on Unicode charset and CDAC fonts.
3010
3011 * international/mule-conf.el: Change indian-1-column charset to
3012 indian-glyph charset.
3013
3014 * international/characters.el: Adjusted for the change of
3015 indian-1-column -> indian-glyph.
3016
3017 * international/fontset.el: Delete the setting for indian-1-column
3018 and add the setting for indian-glyph in the default fontset.
3019
3020 * language/indian.el: Completely re-written.
3021
3022 * language/devanagari.el: Completely re-written.
3023
3024 * language/devan-util.el: Completely re-written.
3025
3026 * language/ind-util.el: New file.
3027
3028 2001-11-24 Richard M. Stallman <rms@gnu.org>
3029
3030 * startup.el (command-line-1): Don't do startup screen
3031 if a subprocess is running. Call the startup screen buffer
3032 "GNU Emacs". Make a special mode-line-format for it.
3033
3034 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3035 (browse-url-galeon): Use that variable.
3036
3037 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3038 eval-expression. Eval and set the variable simply.
3039
3040 * files.el (temporary-file-directory): Use defcustom.
3041 (small-temporary-file-directory): Likewise.
3042 (normal-backup-enable-predicate): Move down in file
3043 after definition of temporary-file-directory.
3044
3045 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3046
3047 2001-11-24 Colin Walters <walters@debian.org>
3048
3049 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3050 autoload names to match files renamed on initial calc import.
3051
3052 * calc/calc.el (Commentary): Cleanup, and add logistic curve
3053 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3054
3055 2001-11-23 Colin Walters <walters@debian.org>
3056
3057 * Makefile.in (finder_setwins, setwins): Include Calc again.
3058
3059 * calc/calc-rules.el: Add header comment.
3060
3061 2001-11-23 Andre Spiegel <spiegel@gnu.org>
3062
3063 * vc.el (with-vc-properties): Don't bind `filename' locally.
3064 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3065 to avoid name clashes. Fix `lisp-indent-function' property for
3066 both.
3067
3068 2001-11-23 Francesco Potorti` <pot@gnu.org>
3069
3070 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3071
3072 2001-11-22 Colin Walters <walters@debian.org>
3073
3074 * calc/calc-misc.el (report-calc-bug):
3075 Use `reporter-prompt-for-summary-p'.
3076
3077 * calc/INSTALL, calc/Makefile: Remove.
3078
3079 2001-11-22 Miles Bader <miles@gnu.org>
3080
3081 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
3082 (reb-match-2, reb-match-3): Add dark-background variants.
3083
3084 2001-11-22 Colin Walters <walters@debian.org>
3085
3086 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3087 (info "Calc").
3088 (report-calc-bug): Use reporter.el.
3089
3090 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
3091
3092 2001-11-21 Richard M. Stallman <rms@gnu.org>
3093
3094 * which-func.el (which-function): Call imenu--make-index-alist
3095 if necessary to get a list of functions.
3096 (which-function-imenu-failed): New variable.
3097 (which-func-update): Handle all visible windows.
3098 (which-func-update-1): New subroutine broken out of which-func-update.
3099
3100 * files.el (temporary-file-directory, null-device)
3101 (small-temporary-file-directory): Definitions moved up.
3102
3103 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3104 (cperl-non-problems, cperl-praise): Doc fixes.
3105
3106 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3107 (sh-mode-syntax-table): Function restored.
3108 Variable set up for use by function sh-mode-syntax-table.
3109 (sh-set-shell): Set the syntax table.
3110
3111 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3112
3113 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3114
3115 * international/encoded-kb.el: Don't alter minor-map-alist.
3116
3117 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3118
3119 * files.el (auto-save-file-name-transforms): Put remote files in
3120 temporary-file-directory rather than /tmp.
3121
3122 2001-11-21 Colin Walters <walters@debian.org>
3123
3124 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3125 of (function ...) wrapper.
3126
3127 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3128
3129 * derived.el (define-derived-mode): Create the abbrev-table
3130 from inside the `defvar'.
3131
3132 * jit-lock.el (jit-lock-defer-time): New var.
3133 (jit-lock-defer-timer, jit-lock-buffers): New vars.
3134 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
3135 (jit-lock-function): Defer fontification if requested.
3136 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3137 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3138 text property.
3139 (jit-lock-deferred-fontify): New fun.
3140
3141 2001-11-20 Richard M. Stallman <rms@gnu.org>
3142
3143 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3144 Set local-abbrev-table to lisp-mode-abbrev-table.
3145
3146 * emacs-lisp/re-builder.el (reb-mode):
3147 Don't use define-derived-mode. Call kill-all-local-variables.
3148
3149 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3150 Don't use define-derived-mode.
3151
3152 * help-mode.el (help-mode): Undo 2001-10-07 change.
3153
3154 * replace.el (occur-mode): Undo 2001-5-20 change.
3155
3156 2001-11-20 Jason Rumney <jasonr@gnu.org>
3157
3158 * w32-fns.el (w32-system-coding-system): Change to an alias for
3159 locale-coding-system.
3160 (set-w32-system-coding-system): Document the above change.
3161 Set locale-coding-system instead.
3162
3163 2001-11-20 Richard M. Stallman <rms@gnu.org>
3164
3165 * ruler-mode.el: Add pagination.
3166 (ruler-mode-toggle-show-tab-stops): No need to
3167 test `ruler-mode' variable.
3168
3169 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3170
3171 * play/landmark.el: Mark lm-mode as special.
3172
3173 * play/gomoku.el: Mark gomoku-mode as special.
3174
3175 2001-11-20 Juanma Barranquero <lektu@terra.es>
3176
3177 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
3178 (top-level): Bind it to C-c C-b.
3179 (re-builder): Don't re-enter RE Builder Mode.
3180
3181 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
3182
3183 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3184
3185 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3186 `manual-program'.
3187
3188 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3189 to a line without a comment.
3190
3191 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3192
3193 * dired.el (dired-listing-switches): Mention in the doc string
3194 that some switches are not supported by ls-lisp.el
3195
3196 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3197
3198 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3199 (imenu--create-keymap-2): Remove.
3200 (imenu--create-keymap-1): Simplify, remove third argument.
3201 (imenu--generic-function): Use dolist.
3202 (imenu-find-default): New function.
3203 (imenu--completion-buffer): Use it.
3204 (imenu--mouse-menu): Use popup-menu.
3205 (imenu--menubar-select): Return t rather than calling imenu.
3206
3207 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3208 New functions, extracted from fill-region-as-paragraph.
3209 (fill-region-as-paragraph): Use them.
3210 Use an end marker instead of eob.
3211 Ignore whitespace-only fill-prefixes when indenting according to mode.
3212 Simplify the loop that searches for spaces backwards.
3213
3214 * textmodes/picture.el (picture-vertical-step)
3215 (picture-horizontal-step): Don't use defconst for variables.
3216
3217 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
3218 (mail-extract-address-components): Downcase domain names.
3219 (mail-extr-delete-char): Remove. Use delete-char instead.
3220
3221 * emulation/pc-select.el: Doc string fixes.
3222 (pc-selection-mode): Don't treat macos as a tty.
3223
3224 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3225
3226 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3227
3228 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3229 (mouse-wheel-progessive-speed): New var.
3230 (mwheel-scroll): Use it and handle float values.
3231
3232 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3233
3234 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3235 (iswitchb): Fix the case where the result was selected with the mouse.
3236 (iswitchb-completion-help): Use the normal *Completions* now that
3237 mouse selection works.
3238 (iswitchb-minibuffer-setup): Simplify.
3239
3240 * newcomment.el (comment-column, comment-style, comment-multi-line)
3241 (comment-auto-fill-only-comments): Remove :group arg.
3242 (comment-padding): Add :type.
3243 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3244 if called interactively.
3245
3246 2001-11-19 Colin Walters <walters@verbum.org>
3247
3248 * calc/calc.el (toplevel): Add comment and version header.
3249 (calc-init-base): Bump version to 2.02f, update date.
3250
3251 2001-11-19 Richard M. Stallman <rms@gnu.org>
3252
3253 * net/browse-url.el: Support Mozilla and Galeon.
3254 By default, find the installed browser whichever it is.
3255 (browse-url-mozilla): New function.
3256 (browse-url-mozilla-sentinel): New function.
3257 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3258 (browse-url-default-browser): New function.
3259 (browse-url-process-environment): Use browse-url-browser-display.
3260 (browse-url-browser-display): Renamed from browse-url-netscape-display.
3261 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
3262 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3263 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3264 (browse-url-browser-function): New default, new options.
3265
3266 2001-11-19 Sam Steingold <sds@gnu.org>
3267
3268 * bindings.el (last-buffer, unbury-buffer): New function.
3269 (mode-line-unbury-buffer): Use `unbury-buffer'.
3270
3271 2001-11-18 Stephen Eglen <stephen@gnu.org>
3272
3273 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3274 control behaviour when no further completion is possible.
3275
3276 2001-11-19 Colin Walters <walters@verbum.org>
3277
3278 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3279 (math-showing-full-precision, math-with-extra-prec, math-working)
3280 (calc-with-default-simplification)
3281 (calc-with-trail-buffer): Use backtick.
3282 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3283 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3284 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3285 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3286 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3287 (Math-num-integerp, Math-bignum-test, Math-equal-int)
3288 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3289 (calc-record-compilation-date-macro): Deleted. Callers updated.
3290 (math-format-radix-digit): Move to calc-bin.el.
3291
3292 * calc/calc.el (calc-record-compilation-date): Remove.
3293 (calc-bug-address): Update.
3294 (calc-settings-file): Use `user-init-file'.
3295
3296 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3297 Handle null `calc-settings-file'.
3298
3299 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3300 * calc/calc-keypd.el (calc-keypad-mode): New.
3301 (calc-do-keypad): Use it.
3302 (calc-keypad-map): Move into `calc-keypad-mode'.
3303
3304 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3305 to defalias argument.
3306
3307 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3308 (calcFunc-floor): Ditto.
3309
3310 * calc-units.el (calcFunc-usimplify): Ditto.
3311
3312 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3313 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3314 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3315 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3316 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3317 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3318 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3319 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3320 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3321 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3322 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3323 and move them before their first use. Use `when', `unless'.
3324 Remove trailing periods from error forms. Add description and
3325 headers suggested by Emacs Lisp coding conventions.
3326
3327 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3328
3329 * newcomment.el (comment-indent):
3330 Fix misindentation for comment-only lines.
3331 (comment-indent-new-line): Only obey comment-multi-line if the
3332 comment-ender is not the end-of-line.
3333
3334 2001-11-19 Richard M. Stallman <rms@gnu.org>
3335
3336 * net/net-utils.el (network-connection-service-abbrev-alist):
3337 New variable.
3338
3339 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3340 Advance to start of 3rd sexp by moving fwd and backing over it.
3341 At first three elements, act like defun.
3342
3343 * delsel.el (delete-selection-pre-hook): Handle and resignal
3344 file-supersession errors to interact properly with userlock.el.
3345
3346 2001-11-18 Richard M. Stallman <rms@gnu.org>
3347
3348 * progmodes/fortran.el (fortran-mode-syntax-table):
3349 Specify punctuation syntax for backslash.
3350
3351 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3352 All calls deleted.
3353
3354 * international/mule-util.el (string-to-sequence): Make it obsolete.
3355 (string-to-list, string-to-vector): Implement them directly
3356 using append and vconcat, not with string-to-sequence.
3357
3358 * startup.el (command-line): Set abbrevs-changed to nil after
3359 reading the init file and the abbrevs file.
3360
3361 * isearch.el (isearch): Use magenta2 as bg for (background light)
3362
3363 2001-11-17 Richard M. Stallman <rms@gnu.org>
3364
3365 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3366
3367 * simple.el (minibuffer-history-sexp-flag): Doc fix.
3368
3369 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
3370
3371 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3372 If set and if applicable, add a regexp to highlight defun-like
3373 text inside comments and strings.
3374 (font-lock-fontify-keywords-region): Pass that new arg.
3375 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3376 to the end and pass that new arg.
3377 (c-font-lock-keywords-2): Fix regex for labels.
3378 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3379 Make it work when LIMIT is several lines further.
3380 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3381 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3382 Use backquote and make the regexes for `int a, b, c;' work on
3383 multiple lines.
3384
3385 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3386 (font-lock-defaults-alist): Don't change it any more.
3387 (reb-subexp-mode-map): Cleanup.
3388
3389 * custom.el (custom-current-group-alist): New var.
3390 (custom-declare-group): Set it.
3391 (custom-current-group): New fun.
3392 (custom-declare-variable, custom-handle-all-keywords):
3393 Use it as a default if no :group argument is specified.
3394
3395 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3396 (standard-keyboard-coding-systems): New var.
3397 (set-locale-environment): Use it to decide whether or not to call
3398 set-keyboard-coding-system.
3399 (locale-language-names): Use \"French\" for "fr".
3400
3401 2001-11-17 Richard M. Stallman <rms@gnu.org>
3402
3403 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3404 (add-to-list): Delete compatibility code.
3405 (checkdoc-next-message-error): Doc fix.
3406
3407 2001-11-17 Stephen Eglen <stephen@gnu.org>
3408
3409 * locate.el (locate): Show default locate pattern within the
3410 prompt, but don't insert it into the minibuffer contents.
3411 Catch the case when pattern is the empty string.
3412
3413 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3414
3415 * language/european.el ("French"): New language environment.
3416
3417 2001-11-16 Richard M. Stallman <rms@gnu.org>
3418
3419 * calendar/todo-mode.el (todo-save): Fix previous change.
3420
3421 * subr.el (functionp): Do use cdr-safe on object.
3422
3423 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3424
3425 * bindings.el (mode-line-mode-name): Only put the help-echo property
3426 if the local-map property was put as well.
3427 (global-map): Bind switch-frame, delete-frame, iconify-frame
3428 and make-frame-visible events.
3429
3430 * emacs-lisp/elp.el (elp-not-profilable): New var.
3431 (elp-not-profilable-p): New function.
3432 (elp-instrument-function): Use it. Use backquotes and push.
3433
3434 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3435 (byte-stack+-info, byte-compile-last-warned-form)
3436 (byte-compile-last-logged-file): Don't defconst a variable.
3437 (no-byte-compile): Declare.
3438 (byte-compile-file): Don't boundp-check no-byte-compile any more.
3439 (byte-compile-defvar): Leave defconst as is.
3440
3441 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3442 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3443 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3444 (edebug-best-error): Don't defconst a variable.
3445 (edebug-read-syntax-table): Use a char-table.
3446 (edebug-lemacs-specific): Remove.
3447 Toplevel: Eliminate check for Lucid Emacs.
3448
3449 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3450
3451 * rect.el (move-to-column-force): Mark obsolete.
3452 (operate-on-rectangle, delete-extract-rectangle-line)
3453 (insert-rectangle, delete-whitespace-rectangle-line)
3454 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3455 (string-rectangle-history): New var.
3456 (string-rectangle, string-insert-rectangle): Use it.
3457 (delete-rectangle-line): Fix pos/column mixup and simplify.
3458
3459 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3460 (normal-top-level, command-line, command-line-1): Simplify.
3461
3462 * tar-mode.el (tar-mode): Use define-derived-mode.
3463
3464 * view.el (view-mode-enable): Don't use make-local-hook.
3465
3466 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3467
3468 2001-11-16 Richard M. Stallman <rms@gnu.org>
3469
3470 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3471 if it doesn't make sense as anything else.
3472 Don't recognize a "telephone number" at the beginning of the name.
3473 (mail-extr-leading-garbage): Match non-word characters only.
3474
3475 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3476
3477 * startup.el (command-line-processed): Doc fix.
3478
3479 * apropos.el (apropos-next-label-button): Doc fix.
3480
3481 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3482
3483 * comint.el (comint-mode): Simplify.
3484 (make-comint-in-buffer): Run `comint-mode' only if necessary.
3485
3486 * subr.el (eval-after-load): Make it work with features as well.
3487
3488 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3489
3490 * international/mule-cmds.el (describe-input-method): Setup xref.
3491 (set-language-environment): Use functionp.
3492 (locale-language-names, locale-charset-language-names)
3493 (locale-preferred-coding-systems): Defconst and purecopy.
3494
3495 * language/european.el (mac-roman): Add mime-charset property.
3496
3497 2001-11-15 Richard M. Stallman <rms@gnu.org>
3498
3499 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
3500 (multiple-value-apply, nth-value): Use defsubst rather than defalias
3501 to get better doc strings.
3502
3503 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3504
3505 * derived.el: Fix autoload cookie.
3506
3507 2001-11-15 Richard M. Stallman <rms@gnu.org>
3508
3509 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3510
3511 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3512
3513 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3514
3515 2001-11-15 Richard M. Stallman <rms@gnu.org>
3516
3517 * dired.el (dired-undo): Display a message to explain
3518 that this does not undo file system changes.
3519
3520 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
3521
3522 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3523 into `unread-command-events' instead of trying keymap
3524 lookups ourselves. This makes mouse-clicks do the right
3525 thing even when keymaps of overlays are involved.
3526 (mouse-drag-drag): Likewise.
3527
3528 2001-11-15 Andreas Schwab <schwab@suse.de>
3529
3530 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3531 characters and append anchor to pattern added to auto-mode-alist.
3532
3533 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3534
3535 * server.el (server-process-filter): Run pore/post-comment-hook
3536 before/after visiting the file.
3537
3538 * info-look.el (makefile-mode): Add info for automake.
3539 (autoconf-mode): Fix the name of the index for automake.
3540
3541 * international/latin-9.el: Give pilcrow punctuation syntax.
3542
3543 2001-11-15 Andre Spiegel <spiegel@gnu.org>
3544
3545 * vc.el: Documentation fixes.
3546
3547 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
3548
3549 * smerge-mode.el (smerge-match-conflict): Fix typo.
3550 (smerge-diff): Be careful to read match-data early enough.
3551
3552 2001-11-14 Colin Walters <walters@verbum.org>
3553
3554 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3555 (calcFunc-subst): Use `defalias' instead of `fset' and
3556 `symbol-function'.
3557
3558 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3559 (calcFunc-ceil, calcFunc-round): Ditto.
3560
3561 * calc/calc-bin.el (calcFunc-clip): Ditto.
3562
3563 * calc/calc-ext.el (calcFunc-evalv): Ditto.
3564
3565 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
3566
3567 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3568 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3569
3570 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
3571
3572 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3573 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3574 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3575 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3576 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3577 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3578 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3579 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3580 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3581 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3582 * calcsel2.el: Style cleanup; don't put closing parens on their
3583 own line, add "foo.el ends here" to each file, and update
3584 copyright date.
3585
3586 * README: Update maintainer.
3587
3588 2001-11-13 Richard M. Stallman <rms@gnu.org>
3589
3590 * progmodes/compile.el (recompile): Use compilation-arguments if
3591 set, so as to be able to M-x recompile the exact command which
3592 created a compilation-mode buffer.
3593
3594 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
3595
3596 2001-11-13 Gerd Moellmann <gerd@gnu.org>
3597
3598 * mouse.el (mouse-drag-region): Don't run the up-event
3599 handler if window start changed due to the down-mouse event.
3600
3601 2001-11-13 Richard M. Stallman <rms@gnu.org>
3602
3603 * mouse.el (mouse-show-mark): Either move point to the mark
3604 or use highlighting, never both.
3605 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
3606
3607 2001-11-13 Simon Josefsson <jas@extundo.com>
3608
3609 * mail/smtpmail.el (top-level): Change maintainer to Simon
3610 Josefsson, cleanup the smtpmail.el header.
3611
3612 * mail/smtpmail.el (top-level): Don't require cl or base64.
3613 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3614 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
3615 Defsubst instead of defmacro.
3616 (smtpmail-intersection): Return value in reverse order.
3617 (smtpmail-open-stream): Use stringp instead of string-to-list.
3618 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
3619 separated from smtpmail-via-smtp.
3620
3621 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
3622 rfc2104. Require base64 and cl.
3623 (smtpmail-smtp-service): Doc fix. :type fix.
3624 (smtpmail-debug-info): Doc fix.
3625 (smtpmail-debug-verb, smtpmail-auth-credentials)
3626 (smtpmail-starttls-credentials, smtpmail-auth-supported):
3627 New variables.
3628 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
3629 mail-utils (it is autoloaded).
3630 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3631 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
3632 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
3633 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
3634 (smtpmail-via-smtp): Support AUTH.
3635 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
3636
3637 2001-11-13 Richard M. Stallman <rms@gnu.org>
3638
3639 * ebuff-menu.el (electric-buffer-update-highlight): New function.
3640 (electric-buffer-overlay): New variable.
3641 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
3642 (electric-buffer-list): Likewise.
3643
3644 * isearch.el (isearch-whitespace-chars): Doc fix.
3645 (isearch-mode): Handle negative search-slow-window-lines correctly.
3646
3647 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
3648
3649 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
3650
3651 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
3652 From Emmanuel Briot <briot@act-europe.fr>.
3653
3654 2001-11-13 Colin Walters <walters@debian.org>
3655
3656 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
3657
3658 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
3659 "~/.emacs"; use `read-file-name'.
3660
3661 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
3662 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
3663 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
3664 * calc/calc.el: Use `frame-width' instead of `screen-width',
3665 `frame-height' instead of `screen-height', and,
3666 `executing-kbd-macro' instead of `executing-macro'.
3667
3668 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
3669 correct number of arguments.
3670
3671 * calc/calc-aent.el (calc-do-alg-entry):
3672 Use `blink-paren-function' instead of `blink-paren-hook'.
3673
3674 2001-11-12 Richard M. Stallman <rms@gnu.org>
3675
3676 * calendar/todo-mode.el (todo-save): Add save-excursion
3677 and save-restriction.
3678
3679 * server.el (server-edit, server-done): Doc fix.
3680
3681 * simple.el (clone-indirect-buffer): Error if major mode symbol
3682 has a no-clone-indirect property.
3683 (clone-buffer): Check for obvious errors before reading clone name.
3684
3685 * info.el (Info-mode): Add a no-clone-indirect property.
3686
3687 2001-11-12 Sam Steingold <sds@gnu.org>
3688
3689 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
3690 set-buffer-modified-p to nil after `vc-exec-after'.
3691 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
3692 (log-view-mode): Make read-only.
3693 (log-view-current-file): Do final `expand-file-name' in the
3694 current `default-directory'.
3695 (log-view-current-tag): Take an optional `where' arg.
3696 (log-view-diff): New user command.
3697
3698 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3699
3700 * progmodes/cpp.el (cpp-choose-face): Fix typo.
3701
3702 2001-11-12 Sam Steingold <sds@gnu.org>
3703
3704 * emacs-lisp/cl-indent.el (toplevel): Indent properly
3705 `generic-flet', `generic-labels', `with-accessors',
3706 `with-condition-restarts'.
3707
3708 2001-11-12 Richard M. Stallman <rms@gnu.org>
3709
3710 * dired.el: Many trivial doc fixes.
3711 (dired-get-file-for-visit): New function.
3712 (dired-find-alternate-file, dired-mouse-find-file-other-window):
3713 (dired-view-file, dired-find-file-other-window, dired-display-file):
3714 (dired-find-file): Use dired-get-file-for-visit.
3715
3716 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
3717
3718 * sql.el (sql-mode): Doc change.
3719
3720 * sql.el (sql-mode-syntax-table): The backslash is no longer an
3721 escape character.
3722
3723 2001-11-12 Colin Walters <walters@debian.org>
3724
3725 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
3726 (calc-do-keypad): Don't attempt to use nonexistent global
3727 mouse-map, use calc-keypad-map.
3728 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
3729 (calc-keypad-left-click): Don't use mouse-map; update to new event
3730 interface.
3731 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
3732 (calc-keypad-press): Use `unread-command-events' instead of
3733 `unread-command-char'.
3734
3735 * calc/calc-ext.el (calc-init-extensions): Update autoload names
3736 to match files renamed on initial calc import.
3737
3738 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3739
3740 * textmodes/flyspell.el (flyspell-default-dictionary):
3741 Fix previous change.
3742
3743 2001-11-12 Richard M. Stallman <rms@gnu.org>
3744
3745 * textmodes/flyspell.el (flyspell-default-dictionary):
3746 Fix custom type.
3747
3748 2001-11-11 Richard M. Stallman <rms@gnu.org>
3749
3750 * calendar/solar.el (solar-sunrise-and-sunset):
3751 Exchange the two extreme values of day-length.
3752
3753 * progmodes/sh-script.el (sh-must-be-shell-mode):
3754 Allow modes derived from sh-mode.
3755
3756 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3757 Turn off error in some re-search-forward calls.
3758
3759 * replace.el (query-replace-skip-read-only): New variable.
3760 (perform-replace): If that variable is non-nil, ignore matches
3761 that have a read-only property.
3762
3763 * derived.el (define-derived-mode): Doc fix.
3764
3765 * server.el (server-buffer-done): Test of server-existing-buffer
3766 was backwards.
3767 (server-existing-buffer): Doc fix.
3768
3769 * textmodes/flyspell.el (flyspell-default-dictionary):
3770 Allow nil as value, and make nil the default.
3771
3772 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
3773
3774 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
3775 it is not fboundp.
3776 (clipboard-yank): Ditto.
3777
3778 2001-11-11 Colin Walters <walters@verbum.org>
3779
3780 The following changes are based on patches from
3781 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
3782 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
3783
3784 * calc/calc.el (toplevel): Require calc-macs.
3785 (calc-minibuffer-size): New.
3786 (calcDigit-nondigit): Use it instead of `buffer-size'.
3787 (calcDigit-backspace): Likewise.
3788 (calcDigit-nondigit): Use `minibuffer-contents' instead of
3789 `buffer-string'.
3790 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
3791 `point-min'.
3792 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
3793 `save-excursion'.
3794
3795 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
3796 simple `setq' form.
3797
3798 * calc/calc-ext.el: (toplevel): Require calc.
3799 (calc-fancy-prefix-map): New.
3800 (calc-fancy-prefix): Use it.
3801 (calc-fancy-prefix-other-key): New.
3802
3803 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
3804 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
3805 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
3806 (calcAlg-enter): Likewise.
3807 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
3808
3809 2001-11-10 Richard M. Stallman <rms@gnu.org>
3810
3811 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
3812 (quietly-read-abbrev-file): Doc fix.
3813
3814 * startup.el (command-line): Read standard abbrev
3815 file (abbrev-file-name), if it exists.
3816
3817 * files.el (save-abbrevs): Default value is t.
3818
3819 * progmodes/compile.el (compile-goto-error): Fix previous change
3820 in the case where subsequent errors have not been parsed yet
3821 because they are in a different source file.
3822
3823 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3824
3825 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3826 Merge two regular expressions into one.
3827 (ps-mode): Make local bindings for `comment-start' and
3828 `comment-start-skip'.
3829 (ps-mode-looking-at-nested): Simplify an if-else construct;
3830 use `set-match-data' to set the result.
3831
3832 2001-11-10 Richard M. Stallman <rms@gnu.org>
3833
3834 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
3835 Function deleted.
3836 (flyspell-correct-word): Old definition deleted.
3837 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
3838 All references renamed too.
3839
3840 2001-11-10 Gerd Moellmann <gerd@gnu.org>
3841
3842 * Makefile.in (finder_setwins, setwins): Exclude Calc.
3843
3844 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
3845
3846 * wid-edit.el (checklist): Removed `:menu-tag'.
3847 (radio-button-choice): Ditto.
3848 (editable-list): Ditto.
3849
3850 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3851
3852 * play/gomoku.el: Move definitions of constants to the beginning
3853 of file, before their use.
3854
3855 2001-11-09 Richard M. Stallman <rms@gnu.org>
3856
3857 * textmodes/flyspell.el: Use the keymap property
3858 instead of local-map, and don't use a minor-mode map.
3859 (flyspell-mode-map): Variable deleted.
3860 Don't mess with minor-mode-map-alist.
3861 (calling add-minor-mode): Specify nil for keymap.
3862 And always use add-minor-mode, now that it exists.
3863 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
3864 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
3865 or flyspell-local-mouse-map.
3866 (make-flyspell-overlay): Use flyspell-mouse-map directly.
3867 (flyspell-mode): Doc fix.
3868 (flyspell-mode-on): Don't call make-local-hook.
3869
3870 2001-11-09 Sam Steingold <sds@gnu.org>
3871
3872 * emacs-lisp/debug.el (debugger-make-xrefs):
3873 Add buttons to all symbols.
3874
3875 2001-11-09 Andre Spiegel <spiegel@gnu.org>
3876
3877 * vc.el: Add John David Smith to credits.
3878
3879 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
3880
3881 * vc-hooks.el (vc-error-occured): Backquotified.
3882 (vc-file-prop-obarray): Use prime length for better efficiency.
3883
3884 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
3885
3886 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
3887
3888 * info.el (Info-file-list-for-emacs): Add entries for Calc.
3889
3890 2001-11-09 Miles Bader <miles@gnu.org>
3891
3892 * subr.el (functionp): Don't consider macros as functions.
3893
3894 2001-11-08 Miles Bader <miles@gnu.org>
3895
3896 * subr.el (functionp): Make work correctly for macros and unbound
3897 symbols.
3898
3899 * comint.el (comint-send-input): Fix description of
3900 `comint-process-echoes' in the doc-string.
3901
3902 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
3903
3904 * international/mule.el (make-translation-table): Doc fix.
3905 Suggested by Alex Schroeder <alex@gnu.org>.
3906
3907 2001-11-07 Richard M. Stallman <rms@gnu.org>
3908
3909 * info.el (Info-fontify-node): Highlight every third menu item.
3910
3911 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
3912
3913 * cus-edit.el (custom-face-value-create): Don't ignore the
3914 `customized-face' attribute when finding the current face spec.
3915
3916 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
3917
3918 * subr.el (with-local-quit): New macro.
3919 (make-syntax-table): Always inherit.
3920 (functionp): Be more careful when `object' is a symbol.
3921
3922 * dabbrev.el (dabbrev-completion): Use "*Completions*".
3923
3924 2001-11-07 Paul Eggert <eggert@twinsun.com>
3925
3926 * dired.el (dired-move-to-filename-regexp):
3927 Do not distinguish between ASCII letters and non-ASCII characters.
3928 Don't allow comma except in the form "month day, year".
3929 Don't allow space between month name and comma.
3930 Clean up the code that checks for trailing period, comma, and space.
3931 Remove now-obsolete comments, and add more commentary about
3932 Japanese dates.
3933 Always gobble up trailing spaces, instead of doing it only sometimes.
3934
3935 2001-11-07 Miles Bader <miles@gnu.org>
3936
3937 * paren.el (show-paren-match-face): Add dark-background variant.
3938
3939 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
3940
3941 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
3942 (lisp-mode-variables): Don't set paragraph-{start,separate}.
3943 Don't disable adaptive-fill-mode.
3944 (lisp-fill-paragraph): Use tab-width rather than 8.
3945 Prevent filling the first line of docstrings.
3946
3947 2001-11-06 Richard M. Stallman <rms@gnu.org>
3948
3949 * play/gomoku.el (gomoku): Doc fix.
3950
3951 * jka-compr.el (jka-compr-partial-uncompress):
3952 Support an alternative of not using dd.
3953 (jka-compr-dd-program): Use defcustom to define this.
3954 (jka-compr-load-suffixes): Use defcustom.
3955 (jka-compr-mode-alist-additions): Use defcustom.
3956
3957 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
3958
3959 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
3960 Also work when LIMIT is further than the end of line.
3961
3962 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
3963
3964 * international/quail.el (quail-update-leim-list-file): Print the
3965 offending file name if some of its quail-define-package forms is broken.
3966
3967 2001-11-05 Richard M. Stallman <rms@gnu.org>
3968
3969 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
3970 of the evaluated form.
3971
3972 2001-11-05 Paul Eggert <eggert@twinsun.com>
3973
3974 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
3975 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
3976 stamps always line up by default. Also, it uses a slightly
3977 different window to determine whether files are "recent".
3978
3979 2001-11-05 Andrew Innes <andrewi@gnu.org>
3980
3981 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3982 Don't attempt to remake autoloads before nuking .elc files.
3983
3984 2001-11-04 Richard M. Stallman <rms@gnu.org>
3985
3986 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
3987 previous-single-property-change or next-single-char-property-change
3988 returns nil.
3989
3990 * international/mule-cmds.el (set-locale-environment):
3991 Make it interactive; make arg optional.
3992
3993 * international/mule-diag.el (help-funs): Require help-funs.
3994
3995 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
3996
3997 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
3998
3999 2001-11-04 Miles Bader <miles@gnu.org>
4000
4001 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
4002 shadow of the splash image grey on a dark background instead of black.
4003
4004 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
4005
4006 * term.el (all faces): Don't (copy-face 'default <foo>).
4007
4008 * term/xterm.el (function-key-map):
4009 Add entry for `ESC [ 3 ~' -> <delete>
4010 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4011 Use inheritance so that .emacs and terminfo take precedence.
4012
4013 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4014
4015 * tooltip.el (tooltip-delay): Decrease to 0.7.
4016 (tooltip-hide-delay): Enlarge to 10.
4017
4018 2001-11-03 Richard M. Stallman <rms@gnu.org>
4019
4020 * startup.el (fancy-splash-tail): Explain how to recover
4021 from a crash, if there was a crash.
4022 (command-line-1): Reorganize display of startup screen,
4023 to simplify the logic. Use a temp buffer for it.
4024
4025 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4026
4027 * frame.el (set-background-color, set-foreground-color):
4028 Call face-set-after-frame-default, to propagate the new colors to
4029 the frame's parameters alist.
4030
4031 * calendar/timeclock.el (timeclock-out): Signal an error if
4032 timeclock-last-event is nil.
4033
4034 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
4035
4036 * textmodes/fill.el (fill-context-prefix): Fix braino.
4037
4038 * international/quail.el (quail-help):
4039 Use `help-buffer' and move `help-setup-xref' to beginning.
4040
4041 * international/mule-cmds.el (describe-language-environment):
4042 Use `help-buffer' and move `help-setup-xref' to beginning.
4043
4044 * international/mule-diag.el (list-character-sets)
4045 (sort-listed-character-sets, describe-character-set)
4046 (describe-coding-system, describe-fontset, list-fontsets):
4047 Use `help-buffer' and move `help-setup-xref' to beginning.
4048 (describe-char-after): Use `internal-describe-syntax-value'.
4049
4050 2001-11-02 Richard M. Stallman <rms@gnu.org>
4051
4052 * mouse.el (popup-menu): If the user refuses to select
4053 from a menu, don't try to invoke the menu.
4054
4055 2001-11-02 Miles Bader <miles@gnu.org>
4056
4057 * help-mode.el (help-xref): New button type.
4058 (help-function, help-variable, help-face, help-coding-system)
4059 (help-input-method, help-character-set, help-type, help-symbol)
4060 (help-back, help-info, help-customize-variable, help-customize-face)
4061 (help-function-def, help-variable-def): Use it as a supertype.
4062 Remove `action' property.
4063
4064 * international/mule-diag.el (describe-character-set)
4065 (describe-coding-system): Pass correct args to `help-xref-button'.
4066 (sort-listed-character-sets): New button type.
4067 (list-character-sets): Use it.
4068 (list-charset-chars): New button type.
4069 (list-character-sets-1): Use it.
4070
4071 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
4072
4073 * indent.el (tab-always-indent, indent-for-tab-command):
4074 Remove redundant `never' setting.
4075
4076 * fill.el (fill-region-as-paragraph): Don't forget to skip
4077 over current whitespace before looking for a preceding space.
4078
4079 2001-11-01 Richard M. Stallman <rms@gnu.org>
4080
4081 * files.el (file-newest-backup): Don't pass backup file name
4082 thru file-name-sans-versions, because it never has version numbers.
4083
4084 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4085 to avoid ambiguous nested loops.
4086
4087 * files.el (find-file-noselect): Offer to change buffer-read-only
4088 only when the file's read-only status has changed from before
4089 as well as disagreeing with the buffer's current status.
4090 (buffer-file-read-only): New var, local in all buffers.
4091
4092 * buff-menu.el (buffer-menu): Doc fix.
4093 (buffer-menu-other-window): Doc fix.
4094 (list-buffers, list-buffers-noselect): Doc fix.
4095
4096 2001-11-01 Gerd Moellmann <gerd@gnu.org>
4097
4098 * startup.el (command-line): If the terminal Emacs is running on
4099 has erase char set to ^H, use the Backspace key for deleting
4100 backward, and the Delete key for deleting forward.
4101
4102 2001-11-01 Miles Bader <miles@gnu.org>
4103
4104 * button.el (define-button-type): Make sure every user-defined
4105 button type has a supertype.
4106
4107 2001-10-31 Jason Rumney <jasonr@gnu.org>
4108
4109 * international/mule-cmds.el (locale-language-names): Add chs and
4110 cht as aliases for Chinese-GB and Chinese-BIG5.
4111
4112 2001-10-31 Richard M. Stallman <rms@gnu.org>
4113
4114 * bindings.el (mode-line-frame-identification): Add doc string.
4115 (mode-line-position, mode-line-modes): New variables.
4116 (mode-line-format): Use mode-line-position for the part
4117 that displays the position-in-buffer info.
4118 Use mode-line-modes for the part that displays major and minor modes.
4119
4120 2001-10-31 Sam Steingold <sds@gnu.org>
4121
4122 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4123 (debugger-setup-buffer): Call it.
4124 (debugger-mode-map): Bind RET and mouse-2.
4125
4126 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4127
4128 * startup.el: Document command line option --no-window-system
4129 instead of --no-windows.
4130
4131 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4132
4133 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4134
4135 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4136 (font-lock-defaults-alist): Use it.
4137 From David Ponce <david.ponce@wanadoo.fr>
4138
4139 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4140 output of `char-after'.
4141
4142 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4143
4144 * simple.el (reindent-then-newline-and-indent): Insert the newline
4145 before indenting the first line.
4146 (undo-get-state, undo-revert-to-state): New funs.
4147 (shell-command): Don't kill the buffer even if empty.
4148 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4149 (transpose-subr-end2): Remove.
4150 (transpose-subr): Add `special' arg and simplify.
4151 (transpose-subr-1): Rewrite.
4152 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4153 (rfc822-goto-eoh): Simplify.
4154
4155 2001-10-30 Richard M. Stallman <rms@gnu.org>
4156
4157 * enriched.el (enriched-face-ans): Fix previous change.
4158
4159 2001-10-30 Gerd Moellmann <gerd@gnu.org>
4160
4161 * international/iso-acc.el (iso-accents-compose): Remove a
4162 superfluous setq.
4163
4164 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
4165
4166 * buff-menu.el (list-buffers-noselect): If the buffer's name
4167 starts with a blank, but it visits a file, do show it (for files
4168 whose names start with a blank).
4169
4170 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4171
4172 * textmodes/fill.el (sentence-end-double-space)
4173 (sentence-end-without-period): Move to paragraphs.el.
4174 (fill-indent-according-to-mode): Change default to t.
4175 (fill-context-prefix): Simplify control-flow and use a more
4176 sophisticated merge that unifies both previous checks.
4177 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4178 (fill-nobreak-predicate): Make it into a defcustom'd hook.
4179 (fill-nobreak-p): New fun.
4180 (fill-region-as-paragraph): Use it.
4181 Handle `fill-indent-according-to-mode' slightly differently.
4182 (fill-individual-paragraphs-prefix): Simplify the control-flow.
4183 (fill-individual-paragraphs-citation): Fix.
4184
4185 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4186 (paragraph-start): Change default to the `text-mode' value.
4187 (sentence-end-double-space, sentence-end-without-period):
4188 Move from fill.el.
4189 (forward-paragraph): Use `parstart' and `parsep' for temp variables
4190 rather than rebinding `paragraph-start' and `paragraph-separate'.
4191
4192 * indent.el (indent-line-function): Change default to indent-relative.
4193 (tab-always-indent): Add an `never' setting.
4194 (indent-according-to-mode): Handle `indent-relative' and
4195 `indent-relative-maybe' specially.
4196 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
4197 Handle the `never' case for `tab-always-indent'.
4198 Don't call indent-according-to-mode for indent-relative' and
4199 `indent-relative-maybe'.
4200 (insert-tab): Rename `prefix-arg' to `arg'.
4201 (indent-region): Indent the first line as well.
4202 (indent-relative): Don't mark the buffer modified if the indentation
4203 is unchanged.
4204
4205 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4206 Don't set paragraph-separate. Set paragraph-start more carefully.
4207 Set indent-line-function.
4208 (paragraph-indent-text-mode): Use it and define-derived-mode.
4209 (text-mode-map): Remove the \t binding.
4210 (text-mode): Simplify now that the default is more favorable.
4211
4212 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
4213
4214 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4215 If the regexp doesn't match, use a looser one.
4216 (find-variable-noselect): Add `file' argument.
4217
4218 * pcvs.el (cvs-mode-commit-hook): New hook.
4219 (cvs-mode-commit): Run it.
4220
4221 * log-edit.el (log-edit): Run hook after `log-edit-files'.
4222
4223 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4224 (edebug-instrument-function): Use `find-function-noselect'.
4225
4226 2001-10-29 Richard M. Stallman <rms@gnu.org>
4227
4228 * term.el (term-if-emacs19): Macro deleted.
4229 Callers changed to use progn instead.
4230
4231 * frame.el (blink-cursor-mode): Doc fix.
4232
4233 * files.el (find-backup-file-name): Use make-backup-file-name.
4234
4235 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4236 window-live-p.
4237 (edebug-set-conditional-breakpoint): Unconditionally use
4238 the former Emacs >=19 definition.
4239 (edebug-mark): Define unconditionally.
4240 (edebug-eval-expression): Always call read-from-minibuffer
4241 and specify history list.
4242 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4243 edebug-set-conditional-breakpoint.
4244 (edebug-emacs-version-specific): Function deleted;
4245 do the job at top level.
4246 (edebug-emacs-19-specific): Function deleted, this is the default.
4247
4248 2001-10-29 Sam Steingold <sds@gnu.org>
4249
4250 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4251 "/cygdrive/LETTER/" pathnames.
4252
4253 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
4254
4255 * faces.el (invert-face): Check for 'unspecified, not for nil,
4256 when testing whether face colors are not specified.
4257 From David.Kastrup@t-online.de (David Kastrup).
4258 (read-face-name): Doc fix.
4259 (make-face-bold, make-face-unbold, make-face-italic)
4260 (make-face-unitalic, make-face-bold-italic, invert-face):
4261 Remove trailing blank from the prompt passed to read-face-name.
4262
4263 2001-10-29 Sam Steingold <sds@gnu.org>
4264
4265 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4266 Report numbers of files skipped and failed too.
4267 (byte-compile-file): Return 'no-byte-compile for skipped files.
4268
4269 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4270
4271 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4272 and `M p'.
4273
4274 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4275
4276 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4277 as is on unread-command-events instead of `(SECOND-CHAR)'.
4278
4279 2001-10-29 Andre Spiegel <spiegel@gnu.org>
4280
4281 * vc.el: Mention vc-*-switches in backend API documentation.
4282 (vc-annotate): Adapt doc string to recent change.
4283
4284 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4285
4286 * enriched.el (enriched-face-ans): Handle face attributes
4287 of the form `(FACE1 FACE2 ...)'.
4288
4289 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
4290
4291 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
4292
4293 * progmodes/sql.el (sql-mysql): Doc change by RMS.
4294
4295 * progmodes/sql.el (sql-db2): Doc change.
4296 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4297 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4298
4299 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4300
4301 * env.el (substitute-env-vars): Don't quote argument to `rx';
4302 it's a macro.
4303
4304 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
4305
4306 * cus-start.el (recursive-load-depth-limit): Added.
4307
4308 2001-10-28 Richard M. Stallman <rms@gnu.org>
4309
4310 * textmodes/ispell.el (version18p, version20p): Vars deleted.
4311 All uses removed--assume Emacs version is >= 20.
4312
4313 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4314 by really checking that it is not version 18.
4315
4316 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4317
4318 2001-10-28 Miles Bader <miles@gnu.org>
4319
4320 * faces.el (face-attribute): Add INHERIT argument, consider face
4321 inheritance if it's non-nil.
4322 (face-attribute-merged-with): New function.
4323 (face-attribute-specified-or): New macro.
4324 (face-foreground, face-background, face-stipple): Add INHERIT
4325 argument. Use `face-attribute-specified-or'.
4326
4327 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
4328
4329 * font-lock.el: Require `syntax'.
4330 (font-lock-defaults-alist): Don't define keywords for lisp languages.
4331 Use `c-font-lock-syntactic-face-function' for c languages.
4332 (font-lock-mode): Don't unset vars when turning the mode off.
4333 (font-lock-default-fontify-buffer): Don't unset vars at the end.
4334 (font-lock-extra-managed-props): New var.
4335 (font-lock-default-unfontify-region): Use it.
4336 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4337 Don't eval the value when there's no match.
4338 (font-lock-ppss-stats): New var.
4339 (font-lock-ppss): New fun.
4340 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4341 (font-lock-apply-highlight): Allow `highlight' to set several props.
4342 (font-lock-set-defaults): Use dolist.
4343 (font-lock-unset-defaults): Remove.
4344 (font-lock-match-c-style-declaration-item-and-skip-to-next):
4345 Try to recognize prototypes using `foo P_ ((args))'.
4346 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4347 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4348 (c-font-lock-syntactic-face-function): New function.
4349 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4350 (c++-keywords): Use a more sophisticated regexp to handle
4351 shallowly nested templates.
4352
4353 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4354
4355 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4356 (sgml-tag): Use it. Cleanup with `cond'.
4357 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4358 Mark the overlays and only delete those that are marked.
4359 (sgml-skip-close-p): Remove.
4360 (sgml-value): Replace sgml-skip-close-p with its definition.
4361 (html-tag-alist): Use sgml-xml a bit more.
4362 (html-mode): Set sgml-empty-tags.
4363
4364 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4365 (texinfo-update-node, texinfo-sequential-node-update):
4366 Don't bind the obsolete `auto-fill-hook'.
4367 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4368 Use `set-buffer' rather than `switch-to-buffer'.
4369 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4370 Use `set-buffer' rather than `switch-to-buffer'.
4371
4372 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4373 text-mode-syntax-table.
4374 (mail-mode): Use define-derived-mode.
4375 Fix ordering of alternatives in adaptive-fill-regexp.
4376 (mail-mode-map): Don't rely on keymap's internal representation.
4377
4378 2001-10-27 Sam Steingold <sds@gnu.org>
4379
4380 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4381 (sgml-xml-guess): Extracted from `html-mode' and generalized.
4382 (sgml-mode-common): Call it.
4383 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4384 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4385 (html-horizontal-rule, html-image, html-ordered-list):
4386 (html-unordered-list, html-list-item, html-paragraph):
4387 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4388 `html-xhtml'.
4389
4390 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
4391
4392 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4393 (ifnothtml): New alias.
4394
4395 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4396
4397 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4398 (toggle-text-mode-auto-fill): Use derived-mode-p.
4399
4400 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
4401
4402 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4403 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4404
4405 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4406
4407 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4408 Add make-obsolete cookies, to follow faces.el.
4409
4410 These changes avoid warnings from the byte compiler in faces.el:
4411
4412 * faces.el (internal-get-face): Use facep instead of the obsolete
4413 internal-find-face.
4414 (internal-frob-font-weight, internal-frob-font-slant):
4415 New defaliases for obsolete functions.
4416 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4417 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4418 (x-make-font-bold-italic): Use internal-frob-font-weight and
4419 internal-frob-font-slant aliases instead of the obsolete
4420 x-frob-... functions.
4421
4422 2001-10-26 Sam Steingold <sds@gnu.org>
4423
4424 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4425 DOCTYPE; set `mode-name' based on it.
4426 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4427 (sgml-tag): Close empty tags in XHTML.
4428
4429 2001-10-26 Jason Rumney <jasonr@gnu.org>
4430
4431 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4432 when UNICODE is not defined.
4433
4434 2001-10-26 Sam Steingold <sds@gnu.org>
4435
4436 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4437 be alone on the line.
4438
4439 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4440
4441 * button.el (button): Special face definition for MS-DOS terminals.
4442
4443 2001-10-26 Sam Steingold <sds@gnu.org>
4444
4445 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4446 Protect the /= test by checking that the args are non-nil.
4447 (sh-font-lock-close-heredoc): Check eof for being non-nil.
4448
4449 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
4450
4451 * textmodes/artist.el (artist-version): 1.2.4.
4452 (artist-butlast-fn): New variable.
4453 (artist-butlast): New function.
4454 (artist-ellipse-mirror-quadrant): Use it.
4455 (artist-mouse-draw-poly): Use nil for `point-list'.
4456 (artist-mouse-draw-poly): Check for point-list being nil.
4457
4458 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
4459
4460 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4461 lambda expression.
4462 (ps-mode-menu-main): Submenu with options on/off was replaced with
4463 a toggle button.
4464 (ps-mode, ps-run-mode): Define with `define-derived-mode'
4465 (ps-mode): Autoload cookie added on same line as comment
4466 (ps-mode-tabkey, ps-mode-backward-delete-char):
4467 (ps-mode-r-balance): Replace `delete-horizontal-space' and
4468 `indent-to' with `indent-line-to'
4469 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4470 instead of `eval'.
4471 (ps-mode-print-region): Use `with-temp-buffer'.
4472 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
4473 (numerous places): Add back-tick and tick around names in
4474 docstrings, fix punctuation in docstrings, remove trailing spaces.
4475
4476 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4477
4478 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4479 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
4480 (sgml-font-lock-syntactic-keywords): New var.
4481 (sgml-mode-common): Drop the two args.
4482 Don't make buffer-local variables that aren't used.
4483 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4484 Don't set `before-string' props from sgml-display-text.
4485 (sgml-mode): Use define-derived-mode.
4486 (sgml-tags-invisible): Use sgml-display-text.
4487 (sgml-quote): New command.
4488 (html-tag-alist): Add args for `span'.
4489 (html-mode): Use define-derived-mode.
4490 Set sgml-display-text and sgml-tag-face-alist.
4491
4492 2001-10-25 Sam Steingold <sds@gnu.org>
4493
4494 * add-log.el (add-log-always-start-new-record): New user option.
4495 (add-change-log-entry): Use it.
4496
4497 2001-10-25 Richard M. Stallman <rms@gnu.org>
4498
4499 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4500 bind case-fold-search if FROM is not all lower case.
4501
4502 2001-10-25 Gerd Moellmann <gerd@gnu.org>
4503
4504 * startup.el (normal-top-level): Check for frame-initial-frame
4505 only if it's really used.
4506
4507 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4508
4509 * progmodes/compile.el (compilation-parse-errors-filename-function):
4510 New variable.
4511 (compilation-parse-errors): Use it.
4512
4513 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4514
4515 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4516 interactively so that C-u M-C-x still does edebug.
4517 (checkdoc-sentencespace-region-engine): Don't force a double-space
4518 after `.' if it doesn't look like an end-of-sentence.
4519 (debug-ignored-errors): Add `disambiguate ...'.
4520
4521 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
4522
4523 * textmodes/texinfo.el (texinfo-environments)
4524 (texinfo-environment-regexp): Hoist.
4525 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4526 Only highlight the menu name in menu items.
4527 Setup `@foo ... @end foo' as text clones.
4528 (texinfo-clone-environment): New function.
4529 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4530 (texinfo-insert-block): Simplify.
4531 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4532 the command is repeated.
4533 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4534 (texinfo-insert-@end): Simplify.
4535
4536 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4537 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4538 (texinfo-subsubsection-level-regexp)
4539 (texinfo-update-menu-same-level-regexps)
4540 (texinfo-update-menu-higher-regexps)
4541 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
4542
4543 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4544 (derived-mode-p): Autoload.
4545
4546 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4547 New vars and functions.
4548 (text-clone-maintain, text-clone-create): New functions.
4549
4550 2001-10-25 Miles Bader <miles@gnu.org>
4551
4552 * facemenu.el (facemenu-add-new-face): Fix variable names.
4553
4554 2001-10-24 Richard M. Stallman <rms@gnu.org>
4555
4556 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4557 of t and nil values.
4558 (facemenu-set-face): Handle START and END interactively.
4559 (facemenu-set-foreground): Don't use a face; specify color directly.
4560 (facemenu-set-background): Likewise.
4561 (facemenu-set-face-from-menu): Doc fix.
4562 (facemenu-active-faces): Use face-attribute-vector
4563 to handle bare attributes not in faces.
4564 (facemenu-get-face): Don't handle face names fg:... and bg:...
4565 specially.
4566 (facemenu-add-new-face): New argument MENU.
4567 New way to handle adding colors to the color menus.
4568
4569 * env.el (substitute-env-vars): Quote the arg to rx.
4570
4571 2001-10-24 Sam Steingold <sds@gnu.org>
4572
4573 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
4574 Control" and "SGML" groups.
4575
4576 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4577
4578 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4579 Better handling of C++ template args to avoid confusion with `<'
4580 and `>' used as operators in member init expressions.
4581
4582 2001-10-24 Gerd Moellmann <gerd@gnu.org>
4583
4584 * replace.el (perform-replace): Move START and END parameters
4585 to the end of the argument list and make them optional.
4586
4587 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4588 perform-replace.
4589
4590 * international/fontset.el (x-must-resolve-font-name): New function.
4591 (x-complement-fontset-spec): Use it.
4592
4593 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
4594
4595 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
4596
4597 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4598 Turn caadr into caar of cdr.
4599
4600 2001-10-23 Gerd Moellmann <gerd@gnu.org>
4601
4602 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
4603 of mouse-{1,2} since dragging is on the down event.
4604
4605 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
4606
4607 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
4608 if ARG is nil.
4609
4610 * desktop.el (desktop-last-buffer): New variable.
4611 (desktop-create-buffer): Set it.
4612 (desktop-read): Bind it and switch to that buffer.
4613
4614 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4615
4616 * progmodes/compile.el (compilation-set-window-height):
4617 Select old window only if it's still live.
4618
4619 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4620
4621 * help-mode.el (help-buffer): Remove debugging code.
4622 From Stefan Monnier <monnier@cs.yale.edu>.
4623
4624 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4625
4626 * files.el (file-name-sans-extension, file-name-extension):
4627 Don't count the leading dots in file names as signaling an extension.
4628
4629 2001-10-22 Andre Spiegel <spiegel@gnu.org>
4630
4631 * vc.el (vc-diff-switches): Doc rewritten.
4632
4633 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4634
4635 * tooltip.el (tooltip-set-param): Doc fix.
4636
4637 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4638 127 to sgml-maybe-name-self.
4639 (sgml-name-8bit-mode): Doc fix.
4640 (sgml-char-names-table): New variable.
4641 (sgml-name-char): Support non-ASCII and mule-unicode-*
4642 characters. Doc fix.
4643 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
4644
4645 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4646 doc string the effect of `left' and `top' parameters in
4647 tooltip-frame-parameters, the default values, and the units.
4648 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
4649 (tooltip-show): Mention in the doc string the `top' and `left'
4650 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
4651
4652 2001-10-22 Andre Spiegel <spiegel@gnu.org>
4653
4654 Add autoscaling support for vc-annotate.
4655 From J.D. Smith <jdsmith@alum.mit.edu>.
4656
4657 * vc.el (vc-annotate-display-default): Accept colormap scaling
4658 ratio (now deprecated).
4659 (vc-annotate-display-autoscale): Added.
4660 (vc-annotate-add-menu): New autoscaling menu options "Span to
4661 Oldest" and "Span Oldest->Newest". Easymenu support added for
4662 toggle menus driven by customize variable `vc-annotate-display-mode'.
4663 (vc-annotate-display-select): Added.
4664 (vc-annotate): Changed temp-buffer-show-function to
4665 `vc-annotate-display-select'.
4666 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
4667 Added argument OFFSET. Instead of backend function, calls now
4668 generic `vc-annotate-difference'.
4669 (vc-annotate-difference): Added as generic function instead of
4670 backend-specific function. No longer takes argument POINT, but
4671 instead accepts a time OFFSET.
4672 (vc-default-annotate-current-time): Added.
4673
4674 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
4675 version in vc.el, with
4676 (vc-cvs-annotate-current-time): Added, as override of default.
4677 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
4678 `vc-cvs-annotate-difference'.
4679
4680 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4681
4682 * saveplace.el (save-place): Require `saveplace'.
4683
4684 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
4685 Use `sexp' for :value-type instead of `face'.
4686
4687 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4688
4689 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
4690 regexps due to 5-digit message IDs.
4691
4692 2001-10-21 Jason Rumney <jasonr@gnu.org>
4693
4694 * term/w32-win.el (redisplay-dont-pause): Don't set.
4695
4696 2001-10-21 Miles Bader <miles@gnu.org>
4697
4698 * help-funs.el (help-manyarg-func-alist): Variable removed.
4699
4700 2001-10-21 Miles Bader <miles@gnu.org>
4701
4702 * help-funs.el (help-manyarg-func-alist): Remove entries for
4703 `insert', `insert-and-inherit', `insert-before-markers',
4704 `insert-before-markers-and-inherit', `message', `message-box',
4705 `message-or-box', `propertize', `format', `encode-time', `append',
4706 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
4707 `insert-string', `ml-if', `ml-provide-prefix-argument', and
4708 `ml-prefix-argument-loop'.
4709
4710 2001-10-21 Andre Spiegel <spiegel@gnu.org>
4711
4712 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
4713 (vc-default-diff-tree): New functions.
4714 (vc-version-diff): Use them. As a result, coding systems are now
4715 set up properly for all sorts of diffs, and tree diffs can now
4716 also be done locally.
4717 (vc-diff): With a prefix argument, don't require that it's called
4718 from a buffer under version control.
4719 (diff-switches): Remove duplicate definition.
4720
4721 * vc-cvs.el (vc-cvs-diff-tree): New function.
4722
4723 2001-10-21 Miles Bader <miles@gnu.org>
4724
4725 * help-funs.el (help-manyarg-func-alist): Remove entries for
4726 `list', `vector', `make-byte-code', `call-process',
4727 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
4728 `logand', `logior', and `logxor'.
4729
4730 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
4731 image bits to compensate. Use `make-string' instead of
4732 `make-bool-vector' (XBM apparently wants byte-aligned rows).
4733
4734 2001-10-20 Kim F. Storm <storm@cua.dk>
4735
4736 * simple.el (kill-ring-save): Don't show extent of copied region
4737 if using transient-mark-mode and region is fully visible.
4738
4739 2001-10-20 Gerd Moellmann <gerd@gnu.org>
4740
4741 * (Version 21.1 released.)
4742
4743 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4744
4745 * files.el (auto-mode-alist): Associate .indent.pro with
4746 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
4747
4748 2001-10-18 Sam Steingold <sds@gnu.org>
4749
4750 Put the *Compile-Log* buffer in `compilation-mode'.
4751 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
4752 (byte-compile-log-1, byte-compile-log-file)
4753 (displaying-byte-compile-warnings): Use it
4754
4755 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
4756
4757 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
4758
4759 * xml.el (xml-parse-tag): Use eq on char-after's return value.
4760
4761 2001-10-18 Gerd Moellmann <gerd@gnu.org>
4762
4763 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
4764
4765 * obsolete/hilit19.el (hilit-lookup-face-create):
4766 Call set-face-font only if display-graphic-p.
4767 (toplevel): Remove references to window-system.
4768
4769 2001-10-18 Miles Bader <miles@gnu.org>
4770
4771 * simple.el (what-line): Avoid problems with field properties.
4772
4773 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4774
4775 * wid-edit.el (widget-field-face, widget-single-line-field-face):
4776 Define special colors for a tty.
4777
4778 2001-10-17 Francesco Potorti` <pot@gnu.org>
4779
4780 * comint.el (comint-password-prompt-regexp): Make it less
4781 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
4782
4783 2001-10-17 John Wiegley <johnw@gnu.org>
4784
4785 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
4786 a regular file, before checking if it is a directory or symlink.
4787 This avoids a call to eshell-file-attributes, which can be
4788 expensive in some situations.
4789
4790 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
4791 customization variable, to differentiate ls-in-dired from regular
4792 uses of ls.
4793
4794 2001-10-17 Miles Bader <miles@gnu.org>
4795
4796 * custom.el (defface): Mention `:inherit' in doc-string.
4797
4798 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4799
4800 * paren.el: Update the Commentary with installation instructions.
4801
4802 2001-10-15 Dave Love <fx@gnu.org>
4803
4804 * international/mule.el (set-auto-coding): Fix regexps for local
4805 variables section not to eat newlines.
4806
4807 2001-10-15 Miles Bader <miles@gnu.org>
4808
4809 * simple.el (display-message-or-buffer): Pass the correct buffer
4810 to `display-buffer'.
4811
4812 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
4813
4814 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
4815 (executable-find): Use exec-suffixes.
4816 (executable-set-magic): Don't use make-local-hook.
4817
4818 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
4819
4820 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
4821
4822 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
4823 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
4824 Add .so to the Unix and GNU branch.
4825
4826 * international/latin-1.el:
4827 * international/latin-2.el:
4828 * international/latin-3.el:
4829 * international/latin-4.el:
4830 * international/latin-5.el:
4831 * international/latin-8.el:
4832 * international/latin-9.el: Add no-byte-compile: t, since
4833 Makefile.in instructs make-docfile to look at .el files.
4834
4835 2001-10-14 Miles Bader <miles@gnu.org>
4836
4837 * button.el (define-button-type): Allow supertype property to be
4838 specified with a keyword `:supertype' too.
4839 (button-put, make-text-button): Allow button type property to be
4840 specified using the keyword `:type' too.
4841 (button-type): New function.
4842 (button): Add `button-category-symbol' property.
4843
4844 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
4845
4846 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
4847 indent-new-comment-line from comment-indent-new-line.
4848
4849 * textmodes/refill.el (refill-mode):
4850 Bind DEL to backward-delete-char-untabify.
4851 Set backward-delete-char-untabify-method to `hungry'.
4852
4853 * textmodes/bib-mode.el (bib-mode):
4854 * play/gomoku.el (gomoku-mode):
4855 * textmodes/page-ext.el (pages-directory-mode):
4856 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
4857
4858 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
4859
4860 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
4861
4862 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4863 Handle here-docs differently.
4864 (sh-font-lock-heredoc): Remove.
4865 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
4866 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
4867 (sh-font-lock-open-heredoc): New functions.
4868 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
4869 (sh-font-lock-keywords-1): Use regexp-opt.
4870 (sh-in-comment-or-string): Use syntax-ppss.
4871 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
4872 (sh-select, sh-tmp-file): Add explicit terminating \n.
4873
4874 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
4875 Use with-current-buffer.
4876 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
4877 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
4878 filename), catch any error that occurs in `ange-ftp-cd'.
4879 If an error happened, don't bother sending `cmd' at all.
4880 Fix a parenthesis typo.
4881 (ange-ftp-write-region): Don't blindly use binary if the remote host
4882 is unix-like.
4883
4884 * play/pong.el (pong-init): Don't use make-local-hook.
4885
4886 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
4887
4888 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
4889 (viper-get-ex-address-subr): More precise addr for the $ marker
4890
4891 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4892
4893 * version.el (emacs-version): Bump to 21.1.50.
4894
4895 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4896
4897 * mail/mailalias.el (mail-directory-stream): Do not double
4898 variables in the lambda-list.
4899
4900 * play/gomoku.el (gomoku-init-display): Ditto.
4901
4902 * play/landmark.el (lm-init-display): Ditto.
4903
4904 * delim-col.el (delimit-columns-rectangle-max): Ditto.
4905 (delimit-columns-rectangle-line): Ditto.
4906
4907 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
4908
4909 * newcomment.el (comment-region-internal): Don't rebind
4910 invisibility_spec now that the C routines handle it correctly.
4911
4912 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
4913
4914 * frame.el (special-display-popup-frame): Obey new specs `same-window'
4915 and `same-frame'.
4916
4917 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
4918
4919 * simple.el (minibuffer-local*-map): Remove redundant bindings.
4920
4921 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
4922 C-p and C-r. Remove redundant bindings from inheriting maps.
4923
4924 * progmodes/cperl-mode.el: Merged in changes from v4.32.
4925 After 4.23 and: After 4.24:
4926 (cperl-contract-levels): Restore position.
4927 (cperl-beautify-level): Likewise.
4928 (cperl-beautify-regexp): Likewise.
4929 (cperl-commentify): Rudimental support for length=1 runs
4930 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
4931 After 4.25:
4932 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
4933 (imenu-example--create-perl-index): Was not enforcing
4934 syntaxification-to-the-end.
4935 (cperl-invert-if-unless): Allow `for', `foreach'.
4936 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
4937 Mark qw(), m()x as indentable.
4938 (cperl-init-faces): Highlight `sysopen' too.
4939 Highlight $var in `for my $var' too.
4940 (cperl-invert-if-unless): Was leaving whitespace at end.
4941 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
4942 (cperl-calculate-indent): Remove old commented out code.
4943 Support (primitive) indentation of qw(), m()x.
4944 After 4.26:
4945 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
4946 q [] with intervening newlines.
4947 (cperl-autoindent-on-semi): New customization variable.
4948 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
4949 (cperl-tips): Mention how to make CPerl the default mode.
4950 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
4951 (cperl-outline-level): New function.
4952 (cperl-highlight-variables-indiscriminately): New customization var.
4953 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
4954 From Sean Kamath <kamath@pogo.wv.tek.com>.
4955 (cperl-after-block-p): Support CHECK and INIT.
4956 (cperl-init-faces, cperl-short-docs): Likewise and "our".
4957 From Doug MacEachern <dougm@covalent.net>.
4958 After 4.27:
4959 (cperl-find-pods-heres): Recognize \"" as a string.
4960 Mark whitespace between q and [] as `syntax-type' => `prestring'.
4961 Allow whitespace between << and "FOO".
4962 (cperl-problems): Remove \"" and q [] with intervening newlines.
4963 Mention multiple <<EOF as unsupported.
4964 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
4965 (cperl-indent-parens-as-block): New configuration variable.
4966 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
4967 Use `cperl-indent-parens-as-block'.
4968 (cperl-find-pods-heres): Test for =cut without empty line instead of
4969 complaining about no =cut.
4970 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
4971 (cperl-find-pods-heres): Likewise.
4972 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
4973 POD could've been marked as comment already.
4974 (cperl-unwind-to-safe): Unwind before start of POD too.
4975 After 4.28:
4976 (cperl-forward-re): Throw an error at proper moment REx unfinished.
4977 After 4.29:
4978 (x-color-defined-p): Make an extra case to peacify the warning.
4979 Toplevel: `defvar' to peacify the warnings.
4980 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
4981 No -nw-compile time warnings now.
4982 (cperl-find-tags): TAGS file had too short substring-to-search.
4983 Be less verbose in non-interactive mode
4984 (imenu-example--create-perl-index): Set index-marker after name
4985 (cperl-outline-regexp): New variable.
4986 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
4987 (cperl-mode): Made use `cperl-outline-regexp'.
4988 After 4.30:
4989 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
4990 (cperl-outline-level): Make start-of-file same level as `package'.
4991 After 4.31:
4992 (cperl-electric-pod): `head1' and `over' electric only if empty.
4993 (cperl-unreadable-ok): New variable.
4994 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
4995 on an unreadable file.
4996 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
4997 on an unreadable directory.
4998
4999 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5000 Consider the text between two errors as belonging to the first error.
5001 (compilation-goto-locus): Use pop-to-buffer rather than
5002 switch-to-buffer-other-frame.
5003
5004 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5005 (awk-font-lock-syntactic-keywords): New var.
5006 (awk-mode): Use it.
5007
5008 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5009
5010 * faces.el (describe-face): Call help-setup-xref earlier.
5011
5012 * jka-compr.el (jka-compr-load-suffixes): New var.
5013 (jka-compr-install): Add its content to load-suffixes.
5014 (jka-compr-uninstall): Remove its content from load-suffixes.
5015
5016 2001-10-12 Sam Steingold <sds@gnu.org>
5017
5018 * bindings.el (completion-ignored-extensions): CL-related
5019 extensions are platform-independent.
5020
5021 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5022 asynchronous multiple file copying.
5023
5024 2001-10-12 Gerd Moellmann <gerd@gnu.org>
5025
5026 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5027 Turn error for repeated variables into warning.
5028
5029 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5030 New function checking that lambda-list consists of non-constant
5031 symbols, that &rest and &optional are followed by variable names,
5032 that &rest VAR is the last element, and that variables aren't doubled.
5033 (byte-compile-lambda): Use it.
5034
5035 2001-10-12 Eli Barzilay <eli@barzilay.org>
5036
5037 * calculator.el (calculator-eng-display): Don't call concat
5038 with an integer argument.
5039
5040 2001-10-12 Miles Bader <miles@gnu.org>
5041
5042 * help-mode.el (help-customize-face): New button-type.
5043
5044 * faces.el (list-faces-display): Fix args to `help-xref-button'.
5045 (describe-face): Fix args to `help-xref-button'.
5046 Don't switch to help-buffer around call to `help-setup-xref'.
5047 Use `help-buffer' instead of hard-wired "*Help*".
5048 Require `help-mode'.
5049
5050 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5051
5052 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5053
5054 * help-mode.el (help-buffer): New function.
5055 Returns the buffer-name to use for help output.
5056 Change all the code to use it instead of hard-coding *Help*.
5057 (help-mode-map): Put back the mouse-2 binding.
5058 (help-xref-stack): Change the format and make buffer-local.
5059 (help-xref-stack-item): Make buffer-local.
5060 (help-setup-xref): Do the `push' here rather than in help-do-xref.
5061 (help-xref-interned): Display the face doc as well.
5062 (help-follow-mouse): Re-introduce.
5063 (help-xref-go-back): Adapt to the new use of help-xref-stack.
5064 (help-do-xref): Don't `push' any more.
5065 (help-follow): Also follow face names.
5066
5067 * help-funs.el (describe-function-1): Remove unused `parens' arg.
5068 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5069 Autoload and cleanup.
5070 (describe-function): Call help-setup-xref.
5071 (describe-variable): Call help-setup-xref earlier.
5072
5073 * help.el (describe-bindings-internal): New fun moved from keymap.c.
5074 (view-lossage): Call help-setup-xref correctly and earlier.
5075 (describe-bindings): Call help-setup-xref earlier.
5076 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
5077 (describe-mode): Don't autoload. Call help-setup-xref earlier.
5078
5079 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5080
5081 * master.el (master-mode): Use define-minor-mode instead of
5082 easy-mmode-define-minor-mode. Add autload cookie.
5083 (Commentary): Remove the line showing how to autoload master-mode,
5084 since it's always autoloaded.
5085
5086 * master.el: New file.
5087
5088 2001-10-11 Dave Love <fx@gnu.org>
5089
5090 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5091 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5092 <const-C varset-X const-C>: Fix car/cdr typo.
5093
5094 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5095
5096 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5097 New function extracted from byte-compile-log-1.
5098 (byte-compile-log-1): Change output to be more in line with
5099 the output of other GNU tools.
5100 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
5101 (byte-compile-report-error): Downcase error message.
5102 Use `error' instead of `!!' for error messages.
5103 (byte-compile-print-syms): Treat non-interactive case specially.
5104 (displaying-byte-compile-warnings): Use backquote.
5105 (byte-compile-from-buffer): Bind byte-compile-last-line.
5106 (batch-byte-compile): Remove `Done' message.
5107
5108 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5109
5110 * emacs-lisp/copyright.el (copyright): Add final \n.
5111
5112 2001-10-11 Miles Bader <miles@gnu.org>
5113
5114 * diff.el (diff): Display default values in prompts as
5115 `(default ...)', not `(...)'.
5116
5117 * info.el (Info-follow-reference): Likewise.
5118
5119 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
5120
5121 * emacs-lisp/autoload.el (doc-string-elt): Remove.
5122
5123 * newcomment.el (comment-indent): Be a little more robust in case
5124 comment-indent-function does funny things.
5125 (comment-normalize-vars): Autoload.
5126 (comment-region-internal): Fiddle with the visibility spec.
5127 (comment-valid-prefix): New function.
5128 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
5129 that would turn comment-text into non-comment-text.
5130
5131 * emacs-lisp/syntax.el: New file.
5132
5133 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5134 compatibility cruft.
5135 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5136 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5137 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5138 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5139 tcl-submit-bug-report.
5140 (tcl-mode-syntax-table): Leave \f alone.
5141 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5142 tcl-end-of-defun, tcl-submit-bug-report.
5143 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5144 (tcl-add-emacs-menu): Remove.
5145 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5146 (tcl-keyword-list): Add `chain'.
5147 (tcl-font-lock-syntactic-keywords): New variable.
5148 (tcl-pps-has-arg-6): Remove.
5149 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5150 (tcl-internal-mark-defun): Remove.
5151 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5152 (tcl-mode): Use define-derived-mode. Simplify.
5153 Set comment-indent-function.
5154 (tcl-indent-command): Use line-beginning-position and comment-indent.
5155 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5156 (tcl-indent-line): Use tcl-calculate-indent.
5157 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
5158 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
5159 (tcl-filter): Use with-current-buffer, simplify.
5160 (inferior-tcl-mode): Use define-derived-mode.
5161 (tcl-hairy-in-comment): Renamed tcl-in-comment.
5162 (tcl-simple-in-comment, tcl-in-comment): Removed.
5163 (tcl-files-alist): New function.
5164 (tcl-help-snarf-commands): Use it and return the result directly
5165 rather than through a global variable.
5166 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5167 (tcl-help-on-word): Provide the default value to completing-read.
5168 (tcl-hilit): Remove.
5169 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5170 (tcl-comment-indent): New function.
5171 (tcl-submit-bug-report): Remove.
5172 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5173 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5174 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5175
5176 2001-10-10 Miles Bader <miles@gnu.org>
5177
5178 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5179 (Info-fontify-node): Don't fontify the node if it's already been done.
5180
5181 2001-10-10 Gerd Moellmann <gerd@gnu.org>
5182
5183 * international/iso-transl.el (iso-transl-e-caret)
5184 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5185 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
5186
5187 * simple.el (end-of-buffer): Fix code scrolling specially
5188 for the buffer end.
5189
5190 * startup.el (command-line-1): Bind tab-width to 8.
5191
5192 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5193
5194 * emulation/tpu-edt.el: Use defalias instead of fset for
5195 user-visible commands. From Rob Riepel
5196 <riepel@Networking.Stanford.EDU>.
5197
5198 2001-10-09 Gerd Moellmann <gerd@gnu.org>
5199
5200 * ruler-mode.el: New file.
5201
5202 2001-10-09 Miles Bader <miles@gnu.org>
5203
5204 * apropos.el (button): New require.
5205
5206 * help-funs.el: New file, contents mostly from `help.el'.
5207 (describe-variable): Use `condition-case' instead of `ignore-errors'.
5208
5209 * help-mode.el: New file, contents mostly from `help.el'.
5210
5211 * help.el: Don't require `view' when compiling.
5212 (help-with-tutorial, describe-function, describe-function-1)
5213 (variable-at-point, describe-variable, locate-library):
5214 Functions moved into `help-funs.el'.
5215 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5216 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5217 (help-setup-xref, help-xref-following, help-make-xrefs)
5218 (help-xref-button, help-insert-xref-button, help-xref-interned)
5219 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5220 (help-xref-on-pp): Functions moved into `help-mode.el'
5221 (help-mode-map, help-xref-stack, help-xref-stack-item)
5222 (help-highlight-p, help-highlight-face, help-back-label)
5223 (help-xref-symbol-regexp, help-xref-mule-regexp)
5224 (help-xref-info-regexp): Variables moved into `help-mode.el'.
5225 (help-symbol, help-back, help-info, help-customize-variable)
5226 (help-function-def, help-variable-def):
5227 Button-types moved into `help-mode.el'.
5228 (load-symbol-file-load-history, symbol-file):
5229 Functions moved into `subr.el'.
5230 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
5231 (view-lossage): Call `help-setup-xref' instead of doing it manually.
5232
5233 * subr.el (symbol-file-load-history-loaded)
5234 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5235
5236 * loadup.el ("button"): Load removed.
5237
5238 * button.el (define-button-type): Respect any `supertype' property.
5239 (button-type-subtype-p, button-has-type-p): New functions.
5240
5241 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5242 dollar-signs.
5243
5244 * comint.el (comint-insert-previous-argument): New function.
5245 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
5246 (comint-insert-previous-argument-last-start-pos)
5247 (comint-insert-previous-argument-last-index): New variables.
5248
5249 * apropos.el (apropos-next-label-button): Use the presence of a
5250 `apropos-label' property to detect label buttons.
5251
5252 2001-10-08 Miles Bader <miles@gnu.org>
5253
5254 * button.el (next-button, previous-button): Remove N and WRAP
5255 parameters. Don't pay attention to `skip' properties.
5256 (forward-button): Implement wrapping, iterating, and skipping here
5257 instead.
5258 (button-activate): USE-MOUSE-ACTION is optional.
5259 (button-nop): Function removed.
5260 (default-button): Use `ignore' as default button action.
5261
5262 * apropos.el (apropos-next-label-button): Update arguments to
5263 `next-button'.
5264 (apropos-symbol): Add `skip' property.
5265 (apropos-function, apropos-macro, apropos-command)
5266 (apropos-variable, apropos-face, apropos-group, apropos-widget)
5267 (apropos-plist): New button types.
5268 (apropos-label-properties): Variable removed.
5269 (apropos-print): Pass button-type to apropos-print-doc, rather
5270 than help function and label text.
5271 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5272 Get button label from TYPE.
5273
5274 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
5275
5276 * help.el (help-mode): Use define-derived-mode.
5277 (describe-mode): Add optional `buffer' arg.
5278 Use it instead of going through help-xref-mode.
5279 Avoid doubling the word `minor' when prettifying.
5280 (describe-function-1): List the corresponding key bindings.
5281 (describe-variable): Say if the var is automatically buffer-local.
5282 If the source is `loaddefs.el', look for the real source.
5283 (help-xref-mode): Remove.
5284
5285 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5286 the file says no-byte-compile.
5287
5288 2001-10-08 Miles Bader <miles@gnu.org>
5289
5290 * button.el (next-button, previous-button): Respect `skip' property.
5291
5292 2001-10-07 Miles Bader <miles@gnu.org>
5293
5294 * woman.el (woman-mode-map): Copy button-buffer-map instead of
5295 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
5296 `woman-follow-word' instead of `woman-mouse-2'.
5297 (woman-follow-word): Renamed from `woman-mouse-2'.
5298 Follow current unconditionally, since this function is now only
5299 bound to M-mouse-2. Use accessor functions.
5300 (WoMan-highlight-references): Use `make-text-button'.
5301 (woman-xref): New button type.
5302
5303 * loadup.el ("faces"): Move load before loading "loaddefs.el".
5304 ("button"): New load, just before "help" (which uses it).
5305
5306 * help.el (help-mode-map): Make button-buffer-map our parent.
5307 Don't bind mouse events or tab/backtab.
5308 (help-function, help-variable, help-face, help-coding-system)
5309 (help-input-method, help-character-set, help-back, help-info)
5310 (help-customize-variable, help-function-def, help-variable-def):
5311 New button types.
5312 (help-button-action): New function.
5313 (describe-function-1): Pass help button-types to
5314 `help-xref-button' rather than help function and help-echo string.
5315 Don't put multiple help-function args in a list to pass them to
5316 help-xref-button, just pass them as multiple arguments.
5317 Use `help-insert-xref-button' to make [back]-button, rather than
5318 `help-xref-button'.
5319 (help-xref-button): Take a button-type TYPE as a parameter rather
5320 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
5321 and add a &rest parameter ARGS to serve the same purpose.
5322 Use `make-text-button' to add the button.
5323 (help-insert-xref-button): Use `insert-text-button' to add the button.
5324 (help-follow-mouse, help-next-ref, help-previous-ref):
5325 Functions removed.
5326 (help-do-xref): New function.
5327 (help-follow): Use `push-button' and `help-do-xref' to do most of
5328 the work.
5329
5330 * apropos.el (apropos-symbol, apropos-label): New button types.
5331 (apropos-symbol-button-display-help)
5332 (apropos-label-button-display-help, apropos-next-label-button):
5333 New functions.
5334 (apropos-mode-map): Make button-buffer-map our parent.
5335 Don't bind mouse events.
5336 (apropos-print, apropos-print-doc): Create buttons instead of text
5337 properties.
5338 (apropos-mouse-follow): Function removed.
5339 (apropos-follow): Use buttons.
5340
5341 * button.el: New file.
5342
5343 2001-10-07 Gerd Moellmann <gerd@gnu.org>
5344
5345 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
5346 Remove.
5347
5348 2001-10-05 Richard M. Stallman <rms@gnu.org>
5349
5350 * add-log.el (add-change-log-entry): Skip copyright notice
5351 and copying permission notice at start of file, if any.
5352 Make use of terms "entry" and "item" accord with Emacs manual.
5353 Simplify the logic for moving point while entering or creating
5354 an entry and then an item.
5355 (add-change-log-entry-other-window): Doc fix.
5356
5357 2001-10-06 Miles Bader <miles@gnu.org>
5358
5359 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5360 removed; they apparently don't work with faces.
5361
5362 2001-10-05 Sam Steingold <sds@gnu.org>
5363
5364 * textmodes/sgml-mode.el (html-xhtml): New user option.
5365 (html-tag-alist, html-horizontal-rule, html-image, html-line)
5366 (html-ordered-list, html-unordered-list, html-list-item)
5367 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5368 (sgml-skip-close-p): New function.
5369 (sgml-value): Use it.
5370
5371 2001-10-05 Sam Steingold <sds@gnu.org>
5372
5373 * calendar/diary-lib.el (diary-entry-compare): When times are
5374 identical, compare the entries lexicographically.
5375
5376 2001-10-06 Miles Bader <miles@gnu.org>
5377
5378 * rfn-eshadow.el (rfn-eshadow-update-overlay):
5379 Use `minibuffer-prompt-end'.
5380
5381 * simple.el (previous-matching-history-element): Fix misplaced
5382 parentheses.
5383
5384 2001-10-05 Miles Bader <miles@gnu.org>
5385
5386 * rfn-eshadow.el: New file.
5387
5388 2001-10-05 Miles Bader <miles@gnu.org>
5389
5390 * cus-face.el (custom-face-attributes): Make sure each attribute
5391 has a valid default value. Remove hacks that mapped `nil' to
5392 `off' and used nil to mean `unspecified'. Remove `unspecified'
5393 choices from all attributes (unspecified is handled by the parent
5394 checklist).
5395 * cus-edit.el (custom-face-edit-convert-widget)
5396 (custom-face-edit-deactivate, custom-face-edit-activate)
5397 (custom-face-edit-delete, custom-face-edit-attribute-tag):
5398 New functions.
5399 (custom-face-edit): Specify a custom :convert-widget.
5400 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5401 Don't pass in default filters that map between `nil' and `off' and
5402 `unspecified' and `nil'.
5403
5404 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5405
5406 * progmodes/compile.el (compilation-buffer-name): New function.
5407 (compile-internal): Use it to determine the name of the
5408 compilation buffer.
5409
5410 2001-10-05 Miles Bader <miles@gnu.org>
5411
5412 * progmodes/compile.el (grep-use-null-device): New variable.
5413 (grep-command): Mention `grep-use-null-device'.
5414 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5415 Make computation of `grep-command' respect `grep-use-null-device'.
5416 (grep): Respect `grep-use-null-device'.
5417 Call `grep-compute-defaults' even if grep-command is set, if
5418 grep-use-null-device is still tentative.
5419
5420 * subr.el (call-process-shell-command): New function.
5421
5422 2001-10-05 Miles Bader <miles@gnu.org>
5423
5424 * simple.el (previous-matching-history-element)
5425 (next-history-element, next-complete-history-element): Use
5426 `minibuffer-' functions instead of calling `field-' functions directly.
5427 (minibuffer-prompt-end, minibuffer-contents):
5428 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5429 Functions removed (now subrs).
5430 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5431
5432 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5433 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5434 instead of calling `field-' functions directly.
5435 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5436
5437 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5438
5439 * files.el (find-file-noselect): If file's read-only status has
5440 changed on disk, ask if buffer's read-only status should be
5441 changed, unless NOWARN is set.
5442
5443 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5444 alias for define-setf-method.
5445
5446 * bindings.el: Remove no-byte-compile from file local variables
5447 to enable bootstrapping.
5448
5449 2001-10-04 Andrew Innes <andrewi@gnu.org>
5450
5451 * faces.el (face-font-registry-alternatives) [windows-nt]:
5452 Make gb2312 an alias for gb2312.1980.
5453
5454 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
5455
5456 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5457 (uniquify-reverse-components): Remove.
5458
5459 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5460 Make sure the file is readable.
5461 (byte-compile-file): Don't compile if `no-byte-compile' is set.
5462 (byte-compile-defvar): Update to reflect the change in Fdefvar.
5463 (batch-byte-recompile-directory): Pass arg=0.
5464
5465 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5466 (perl-calculate-indent): Use it.
5467 (perl-backward-to-noncomment): Use forward-comment.
5468
5469 * derived.el (define-derived-mode, derived-mode-make-docstring):
5470 Allow `parent' to be nil.
5471
5472 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5473 Use define-derived-mode.
5474 (nroff-mode-map, nroff-mode-syntax-table): Massage.
5475
5476 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5477
5478 * emacs-lisp/lselect.el: Use facep iso find-face.
5479
5480 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5481 Use regexp-opt.
5482 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
5483 (lisp-font-lock-syntactic-face-function): New function.
5484 (lisp-mode-variables): Use it. Make arg optional.
5485 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5486 (lisp-mode): Don't pass an arg to lisp-mode-variables.
5487 Set comment-start-skip.
5488
5489 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5490
5491 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5492 (ignore-errors): Don't bother using a `err' symbol.
5493
5494 * emacs-lisp/autoload.el (autoload-ensure-default-file)
5495 (autoload-insert-section-header, autoload-before-p)
5496 (autoload-remove-section): New functions.
5497 (generate-file-autoloads): Use them.
5498 (update-file-autoloads): Use them. Return FILE if there's no cookie.
5499 Make sure the autoload file is properly formatted when creating it.
5500 (update-autoloads-from-directories): Use them as well.
5501 Only update autoloads for files whose timestamp has changed.
5502 Add a dummy entry to remember the files which had no autoload cookies.
5503
5504 * timer.el (timer-relative-time): Fix computation for negative `micro'.
5505
5506 * subr.el (define-key-after): Allow `key' to be longer than 1.
5507 (make-local-hook): Make obsolete.
5508 (add-hook, remove-hook): Don't use make-local-hook any more.
5509 (make-syntax-table): Inherit all chars from s-s-t.
5510
5511 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5512
5513 This is a fix for a report saying that resuming a search with C-s
5514 C-s doesn't use the case-fold-search setting of the previous
5515 search (C-s ... M-c ... then C-s C-s).
5516
5517 * isearch.el (isearch-last-case-fold-search): New variable.
5518 (isearch-mode): Remember value of isearch-case-fold-search
5519 in isearch-last-case-fold-search.
5520 (isearch-done): Quote value of isearch-case-fold-search.
5521 (isearch-repeat): When resuming a search, restore
5522 isearch-case-fold-search from isearch-last-case-fold-search.
5523
5524 Added to NEWS.
5525
5526 * startup.el (inhibit-startup-buffer-menu): New user-option.
5527 (command-line-1): If inhibit-startup-buffer-menu is set, don't
5528 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
5529
5530 This allows upto 99999 messages in the summary without screwing up
5531 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
5532
5533 * mail/rmailsum.el (rmail-make-summary-line)
5534 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5535 (rmail-summary-goto-msg, rmail-summary-goto-msg):
5536 Allow 5-digit message ids instead of 4.
5537
5538 This adds expansion of environment variables in the value
5539 specified with M-x setenv. Added to NEWS.
5540
5541 * env.el (substitute-env-vars): New function.
5542 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
5543 environment variables in VALUE. Return VALUE.
5544
5545 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5546
5547 * Branch for 21.1.
5548
5549 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
5550
5551 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5552
5553 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5554
5555 * emulation/tpu-edt.el: Make messages match original TPU/edt
5556 editor. From riepel@Stanford.EDU (Rob Riepel).
5557
5558 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
5559
5560 * rect.el: Update maintainer's email address.
5561
5562 2001-10-02 Andreas Schwab <schwab@suse.de>
5563
5564 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5565 and Extended Passive Mode, resp.
5566
5567 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5568
5569 These changes add support for Calendar-related items in the
5570 menu bar on tty's as well:
5571
5572 * calendar/calendar.el (calendar-mode-map): Require cal-menu
5573 unconditionally.
5574 (calendar-mode): Set up activate-menubar-hook unconditionally.
5575
5576 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5577 calls x-popup-menu only if popup menus are supported.
5578 (calendar-mouse-insert-hebrew-diary-entry)
5579 (calendar-mouse-insert-islamic-diary-entry)
5580 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5581 (calendar-mouse-view-other-diary-entries)
5582 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
5583 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5584 Call cal-menu-x-popup-menu instead of x-popup-menu.
5585
5586 2001-10-01 Gerd Moellmann <gerd@gnu.org>
5587
5588 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5589
5590 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5591
5592 * emacs-lisp/rx.el: New file.
5593
5594 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5595
5596 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
5597
5598 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5599
5600 * frame.el (select-frame-by-name, other-frame): Doc fix.
5601
5602 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5603
5604 * play/snake.el (snake-score-file): Use temporary-file-directory
5605 instead of a literal "/tmp". Suggested by Robert
5606 <robert@chezmarshall.freeserve.co.uk>.
5607
5608 * play/tetris.el (tetris-score-file): Ditto.
5609
5610 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
5611
5612 * apropos.el (apropos-print): Make the directions inserted at the
5613 beginning of the *Apropos* buffer more clear.
5614
5615 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
5616
5617 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
5618 Added comments.
5619
5620 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
5621
5622 * newcomment.el (comment-normalize-vars): Use " \t" rather than
5623 "\\s-" when defining comment-end-skip.
5624
5625 2001-09-27 Gerd Moellmann <gerd@gnu.org>
5626
5627 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
5628 Call get-buffer-window first second arg `visible'.
5629
5630 * international/mule-diag.el (list-input-methods-1):
5631 Output something that's independent of Emacs' version.
5632
5633 * tar-mode.el (tar-mode-write-file): Don't signal an error by
5634 calling byte-to-position with a nil tar-header-offset.
5635
5636 2001-09-27 Simon Josefsson <jas@extundo.com>
5637
5638 * mail/sendmail.el (send-mail-function): Doc fix.
5639 (mail-do-fcc): Error if header-end is not a marker.
5640 (mail-do-fcc): Add a comment.
5641 (mail-reply-to): Doc fix.
5642 (mail-signature): Make ATPOINT optional.
5643 (mail-yank-original): Use cond instead of nestled if.
5644
5645 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
5646
5647 * info.el (Info-on-current-buffer): Default arg to "Top".
5648
5649 2001-09-25 Eli Barzilay <eli@barzilay.org>
5650
5651 * calculator.el (calculator-copy-displayer): New user-option.
5652 (calculator-displayer-prev, calculator-displayer-next):
5653 Renamed from calculator-displayed-{left,right}.
5654 (calculator, calculator-standard-displayer)
5655 (calculator-num-to-string, calculator-update-display)
5656 (calculator-copy, calculator-put-value): Bug and display fixes.
5657
5658 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5659
5660 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
5661 (ebnf-version): New version (3.6.1).
5662
5663 * ebnf-bnf.el: Fix character range regexp. Doc fix.
5664 (ebnf-bnf-non-terminal-chars): New internal const.
5665 (ebnf-bnf-lex): Fix code.
5666
5667 * ebnf-iso.el: Fix character range regexp. Doc fix.
5668 (ebnf-iso-non-terminal-chars): New internal const.
5669 (ebnf-iso-lex): Fix code.
5670
5671 * ebnf-yac.el: Fix character range regexp. Doc fix.
5672 (ebnf-yac-skip-chars): New internal const.
5673 (ebnf-yac-skip-code): Fix code.
5674
5675 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
5676
5677 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
5678
5679 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
5680 passing it to VC.
5681
5682 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
5683 case where the file is relative.
5684
5685 2001-09-24 Gerd Moellmann <gerd@gnu.org>
5686
5687 * xml.el (xml-parse-attlist): Quotes around attributes must be the
5688 same on each side. Make sure we properly handle simple quotes.
5689 From Daiki Ueno <ueno@unixuser.org>.
5690
5691 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5692
5693 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
5694 <jas@extundo.com>.
5695
5696 * menu-bar.el (top-level): Minor fixes for text of help-echo in
5697 some items of the Options menu.
5698
5699 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
5700
5701 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
5702
5703 * vc-hooks.el (vc-delete-automatic-version-backups):
5704 Don't fail if the directory doesn't exist.
5705
5706 * diff-mode.el (diff-default-read-only): New var.
5707 (diff-mode): Use it.
5708
5709 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
5710
5711 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
5712 Use make-keymap instead of copy-keymap, since copying the global
5713 keymap messes up the menu bar.
5714
5715 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
5716 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5717
5718 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
5719
5720 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
5721
5722 * dired-aux.el (dired-insert-subdir): Pass switches to
5723 dired-build-subdir-alist.
5724
5725 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
5726
5727 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
5728 caused %#a and %#b to be mis-formatted.
5729
5730 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
5731
5732 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
5733 ccmode, emacs-mime, and eudc manuals.
5734
5735 2001-09-19 Sam Steingold <sds@gnu.org>
5736
5737 w32 find cannot be used with `grep-find'.
5738 * progmodes/compile.el (find-program): New variable.
5739 (grep-compute-defaults): Use it to set `grep-find-command'.
5740
5741 2001-09-19 Gerd Moellmann <gerd@gnu.org>
5742
5743 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
5744
5745 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5746
5747 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
5748 programming. Doc fix.
5749 (ebnf-version): New version (3.6).
5750 (ebnf-eps-begin): Data fix.
5751 (ebnf-begin-file): Code fix.
5752
5753 * ebnf-bnf.el: Doc fix.
5754 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
5755
5756 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
5757
5758 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5759
5760 * ps-print.el: Better face mapping for black/white PostScript printers.
5761 Check if mark is active when printing a region. Doc fix.
5762 (ps-print-version): New version number (6.5.5).
5763 (ps-print-color-p): Customization fix.
5764 (ps-black-white-faces): New option.
5765 (ps-black-white-faces-alist): New internal var.
5766 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
5767 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
5768 (ps-nb-pages-region): Interactive fix.
5769 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
5770 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
5771
5772 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
5773
5774 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
5775 numeric month value, and allow the Kanji character after the it to
5776 be missing (happens with ls-lisp's output on Japanese versions of
5777 MS-Windows).
5778
5779 2001-09-18 Miles Bader <miles@gnu.org>
5780
5781 * diff-mode.el (diff-mode): Don't make the buffer read-only if
5782 it's empty (and thus probably a new patch file about to be edited).
5783
5784 2001-09-17 Gerd Moellmann <gerd@gnu.org>
5785
5786 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5787 Check for '(' in column 0 of doc string.
5788
5789 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
5790 of `nth' so that using a vector as bounding-box works.
5791 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5792
5793 2001-09-17 Andre Spiegel <spiegel@gnu.org>
5794
5795 * vc.el (vc-annotate): Use current workfile version explicitly as
5796 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
5797
5798 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
5799
5800 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
5801 convert-standard-filename doesn't guarantee that the .el extension
5802 is preserved.
5803
5804 * dos-fns.el (convert-standard-filename): Replace invalid
5805 characters only after converting dash/underscore to a period.
5806 (original-make-auto-save-file-name): New.
5807 (make-auto-save-file-name): New function, overrides the definition
5808 on files.el and calls the original function via
5809 original-make-auto-save-file-name.
5810
5811 * mail/rmail.el (top-level): Require mule-utils when compiling.
5812 (rmail-decode-babyl-format): Use detect-coding-with-priority
5813 instead of detect-coding-region, to favor detection of emacs-mule
5814 encoded Babyl files written by rmailout.el etc. Suggested by
5815 Kenichi Handa <handa@etl.go.jp>.
5816
5817 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
5818
5819 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
5820 Use `equal', not `=', since the device number can be a cons cell.
5821
5822 2001-09-14 Gerd Moellmann <gerd@gnu.org>
5823
5824 * simple.el: Comment out change of 2001-09-13.
5825
5826 2001-09-13 Milan Zamazal <pdm@zamazal.org>
5827
5828 * progmodes/compile.el (grep-compute-defaults): Don't set
5829 grep-command/grep-find-command when it is already non-nil.
5830 (grep-command): Make it a user option.
5831 (grep-find-command): Likewise.
5832
5833 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
5834
5835 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
5836 inhibit quit.
5837
5838 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
5839
5840 * files.el (make-auto-save-file-name): If long file names are not
5841 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
5842 generating an auto-save file name from it.
5843
5844 2001-09-13 Gerd Moellmann <gerd@gnu.org>
5845
5846 * ps-print.el (ps-print-region, ps-print-region-with-faces)
5847 (ps-nb-pages-region): Signal an error if called interactively
5848 and the mark is not active.
5849
5850 * simple.el (minibuffer-prompt-modification)
5851 (minibuffer-prompt-insertion): New functions.
5852 (minibuffer-prompt-properties): Use `modification-hooks' and
5853 `insert-in-front-hooks'.
5854
5855 2001-09-12 Richard M. Stallman <rms@gnu.org>
5856
5857 * textmodes/outline.el (outline-regexp): Doc fix.
5858 Initialize it in the defcustom, the usual way.
5859
5860 2001-09-12 Gerd Moellmann <gerd@gnu.org>
5861
5862 * ediff-mult.el (ediff-get-meta-info): Take into account that data
5863 from `ediff-meta-info' properties need not be an overlay.
5864 From David Ponce <dponce@voila.fr>.
5865
5866 * isearch.el (isearch-intersects-p): Fix end checks.
5867
5868 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
5869
5870 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
5871 `t' branch of `cond', since Irix 6.1 and up is a special case of
5872 the standard dbx interface.
5873
5874 2001-09-11 Miles Bader <miles@gnu.org>
5875
5876 * comint.el (comint-send-input): When waiting for echoed input,
5877 don't save the expected end position in `echo-end', so that things
5878 work properly even if the buffer is modified elsewhere at the same
5879 time [this happens if `comint-truncate-buffer' is used].
5880
5881 2001-09-11 Gerd Moellmann <gerd@gnu.org>
5882
5883 * textmodes/outline.el (outline-mode): Use `^' and a shy group
5884 when constructing imenu-generic-expression from outline-regexp.
5885
5886 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
5887
5888 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
5889 `equal' instead of `=', since they can be cons cells. From Nils
5890 Goesche <cartan@cartan.de>.
5891
5892 2001-09-10 Andre Spiegel <spiegel@gnu.org>
5893
5894 * vc.el (vc-annotate): Rewrote doc string.
5895
5896 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
5897
5898 * time-stamp.el: Update Stephen Gildea's email address.
5899
5900 2001-09-10 Gerd Moellmann <gerd@gnu.org>
5901
5902 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
5903 enable-multibyte-characters = nil. From Hallvard B Furuseth
5904 <h.b.furuseth@usit.uio.no>.
5905
5906 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
5907
5908 * ediff-init.el (ediff-highest-priority): Bug fix.
5909
5910 * viper-cmd.el (viper-special-read-and-insert-char): New function
5911 that reads a character and uses the current input method or
5912 iso-accents when appropriate.
5913
5914 * viper.el and all others: Corrections to the comment blocks at
5915 the top.
5916
5917 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5918
5919 * info.el (Info-goto-node): Doc fix.
5920
5921 2001-09-07 Gerd Moellmann <gerd@gnu.org>
5922
5923 * isearch.el (isearch-intersects-p): New function.
5924 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
5925 use isearch-intersects-p, and clean up.
5926
5927 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5928
5929 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
5930 and "german8", for the new German orthography dictionaries,
5931 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
5932 the entries, to keep the line length balanced for loaddefs.el.
5933
5934 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
5935
5936 * comint.el (comint-send-input): Handle comint-process-echoes
5937 differently.
5938
5939 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5940
5941 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5942
5943 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5944
5945 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
5946
5947 2001-09-07 Gerd Moellmann <gerd@gnu.org>
5948
5949 * server.el (server-switch-buffer):
5950 * textmodes/refer.el (refer-find-entry-internal):
5951 * term/sup-mouse.el (sup-pos-to-window):
5952 * term/bg-mouse.el (bg-window-from-x-y):
5953 * emacs-lisp/edebug.el (edebug-window-live-p):
5954 Use get-window-with-predicate.
5955
5956 * window.el (get-window-with-predicate): Renamed from some-window.
5957 (some-window): Make it an alias.
5958
5959 2001-09-06 Gerd Moellmann <gerd@gnu.org>
5960
5961 * simple.el (undo): Remove positions from buffer-undo-list up to
5962 the next undo boundary only.
5963
5964 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
5965
5966 * makefile.nt (install): Don't copy sc.el. Reported by Richard
5967 Kim <ryk@dspwiz.com>
5968
5969 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
5970 the message "Creating customization items...done".
5971
5972 2001-09-05 Gerd Moellmann <gerd@gnu.org>
5973
5974 * font-lock.el (toplevel): Require `jit-lock' only if
5975 font-lock-support-mode is set to jit-lock-mode.
5976
5977 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
5978
5979 * international/quail.el (quail-use-package, quail-inactivate)
5980 (quail-activate): Mention the hooks these functions run in their
5981 doc strings.
5982
5983 2001-09-05 Edward M. Reingold <reingold@iit.edu>
5984
5985 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
5986 of file in header of menu.
5987
5988 2001-09-04 Gerd Moellmann <gerd@gnu.org>
5989
5990 * env.el (setenv): Interactively, if VARIABLE has a current value,
5991 add that to the front of the history, as the doc string says.
5992
5993 * comint.el (comint-send-input): Change help-echo.
5994 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
5995
5996 * bookmark.el (bookmark-write-file): Bind print-length and
5997 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
5998
5999 * obsolete/uncompress.el: Moved there from lisp/.
6000
6001 * comint.el (comint-insert-clicked-input): Goto point-max before
6002 deleting previous input. From "Dr Francis J. Wright"
6003 <F.J.Wright@qmw.ac.uk>.
6004
6005 * simple.el (backward-word): Doc fix.
6006
6007 2001-09-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6008
6009 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6010 * uncompress.el, uniquify.el, vc.el, view.el, window.el
6011 * w32-fns.el: Add Keywords header.
6012
6013 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
6014
6015 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
6016 "Text Properties". Suggested by Simon Marshall
6017 <Simon.Marshall@midas-kapiti.com>.
6018
6019 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6020
6021 * term/mac-win.el (mac-drag-n-drop): Decode file name by
6022 consulting the value of file-name-coding-system.
6023
6024 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
6025
6026 * help.el (describe-function-1): Save precomputed `file-name' rather
6027 than recomputing it (incorrectly) with `symbol-file'.
6028
6029 2001-09-03 Gerd Moellmann <gerd@gnu.org>
6030
6031 * international/isearch-x.el (isearch-exit-recursive-edit):
6032 Take three parameters, since it's used as an after-change-function.
6033
6034 * emacs-lisp/backquote.el (backquote-backquote-symbol)
6035 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6036 from doc strings.
6037
6038 2001-09-02 Milan Zamazal <pdm@zamazal.org>
6039
6040 * progmodes/glasses.el (glasses-convert-to-unreadable):
6041 Consider underscores as in `glasses-make-readable'.
6042
6043 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6044
6045 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6046 MS-DOS, since cpp might not be available.
6047
6048 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6049 Mention "yank" in the help-echo text.
6050 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6051
6052 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
6053
6054 * newcomment.el (comment-indent): Insert spaces more carefully.
6055
6056 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6057
6058 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6059 exists. From Andy Petrusenco <andy@int.spb.ru>.
6060
6061 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
6062 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
6063 <andy@int.spb.ru>.
6064
6065 2001-08-31 Gerd Moellmann <gerd@gnu.org>
6066
6067 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6068 Instead of running mouse-yank-at-click, see what the event is
6069 bound to outside Isearch and run that.
6070
6071 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6072
6073 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6074 Fix the menu entry to mention transient-mark-mode.
6075
6076 2001-08-30 Gerd Moellmann <gerd@gnu.org>
6077
6078 * simple.el (eval-expression-print-level): Fix last change.
6079
6080 * bindings.el (mode-line-coding-system-map): New variable.
6081 (mode-line-mule-info): Give the "%Z" a local-map keymap.
6082
6083 * simple.el (eval-expression-print-level): Change the type
6084 of the defcustom to allow nil.
6085
6086 * emacs-lisp/find-gc.el: Moved here from lisp/.
6087
6088 * international/quail.el (quail-completion-1):
6089 Reverse the ((CHAR . DEFN) ...) list before processing it.
6090 From Kenichi Handa <handa@etl.go.jp>.
6091
6092 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6093 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6094
6095 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
6096
6097 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6098 aren't supported. This avoids the annoying gray strip drawn by
6099 the Windows version instead of the missing tool bar.
6100
6101 2001-08-29 Gerd Moellmann <gerd@gnu.org>
6102
6103 * menu-bar.el (menu-bar-options-menu): Make option text, messages
6104 and tooltips more consistent. From "Marshall, Simon"
6105 <Simon.Marshall@midas-kapiti.com>.
6106
6107 * startup.el (fancy-splash-screens): Temporarily set
6108 minor-mode-map-alist to nil while displaying splash screens.
6109
6110 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6111
6112 * buff-menu.el: Add Keywords header.
6113 Doc fix (C-x C-b is bound to list-buffers).
6114
6115 * dired-x.el: Add keyword files to get listed in finder.
6116 Remove confusing notes about GNU Emacs 19.
6117
6118 * dired.el, dired-aux.el: Add Keywords header.
6119
6120 2001-08-28 Andre Spiegel <spiegel@gnu.org>
6121
6122 * vc.el (vc-revert-file): Call the backend even if the FILE's
6123 contents can be reverted locally; pass new arg CONTENTS-DONE
6124 down to the backend.
6125
6126 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
6127 optional arg CONTENTS-DONE.
6128
6129 2001-08-28 Andrew Innes <andrewi@gnu.org>
6130
6131 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6132
6133 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6134
6135 * makefile.nt (install): Copy more *.el files.
6136
6137 2001-08-28 Gerd Moellmann <gerd@gnu.org>
6138
6139 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6140 instead of `w' which is already in use.
6141
6142 * gs.el (gs-load-image): Use sleep-for.
6143 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6144
6145 2001-08-28 Miles Bader <miles@gnu.org>
6146
6147 * replace.el (query-replace-regexp-eval): Return args from
6148 `interactive' form in correct order.
6149
6150 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6151
6152 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6153 major modes, don't create panes for modes for which
6154 mouse-buffer-menu-alist returns an empty alist.
6155
6156 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
6157
6158 * progmodes/hideshow.el: Update first-line description.
6159 Sync comments w/ maintainer version 5.31.
6160
6161 (hs-isearch-open): Default value now `code'.
6162 Fix docstring to use "code blocks" vs "comment blocks",
6163 as opposed to "block" vs "comment".
6164 (hs-flag-region): Accept `hs-isearch-open' value
6165 of `block' as synonymous w/ `code'.
6166 (hs-hide-block-at-point): For code blocks, pass `code'
6167 to `hs-flag-region' instead of `block'.
6168
6169 2001-08-28 Miles Bader <miles@gnu.org>
6170
6171 * comint.el (comint-next-prompt): Don't loop infinitely if
6172 {next,previous}-single-char-property-change returns its input
6173 position when the search fails.
6174
6175 2001-08-27 Miles Bader <miles@gnu.org>
6176
6177 * comint.el (comint-get-old-input-default): Don't signal an error
6178 if point is not on an input field; instead, return the current
6179 line (using `comint-bol' to skip any prompt, in case we're not
6180 using fields at all).
6181
6182 * man.el (Man-mode-line-format): Variable removed.
6183 (Man-mode): Change `mode-line-buffer-identification' instead of
6184 `mode-line-format'.
6185
6186 2001-08-27 Gerd Moellmann <gerd@gnu.org>
6187
6188 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6189 From Simon Josefsson <jas@extundo.com>.
6190
6191 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
6192
6193 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6194 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6195
6196 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
6197 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6198
6199 * emacs-lisp/lselect.el: Ditto.
6200
6201 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6202 Remove periods from the end of error message strings.
6203 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6204
6205 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
6206 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6207
6208 * net/telnet.el: Ditto.
6209
6210 2001-08-26 Gerd Moellmann <gerd@gnu.org>
6211
6212 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6213 KEYMAP to the call to define-minor-mode.
6214
6215 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
6216
6217 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6218 Replace some of the undefined characters with emulations of bidi
6219 formatting characters and Niqud as per SI 1311-1.
6220 (IT-unicode-translations): Ditto.
6221 (IT-display-table-setup, IT-setup-unicode-display):
6222 Fill characters without translations with dos-unsupported-char-glyph.
6223
6224 2001-08-24 Simon Josefsson <jas@extundo.com>
6225
6226 * hl-line.el (hl-line-mode): Don't be a global mode.
6227 (global-hl-line-mode): New function.
6228
6229 2001-08-24 Gerd Moellmann <gerd@gnu.org>
6230
6231 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6232 being reset by Ghostscript. Don't kill the gs process.
6233 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6234
6235 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6236
6237 * term/mac-win.el: Require scroll-bar.
6238
6239 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
6240
6241 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6242
6243 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
6244
6245 * hexl.el (hexl-insert-multibyte-char) New function.
6246 (hexl-quoted-insert, hexl-self-insert-command)
6247 (hexl-insert-hex-char, hexl-insert-decimal-char)
6248 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6249 Fix the doc strings accordingly.
6250 (hexl-insert-char): Reject characters whose code is above 255.
6251 Doc fix.
6252 (hexl-mode-map): Copy the global keymap instead of creating a
6253 sparse keymap, and bind all self-inserting characters to
6254 hexl-self-insert-command.
6255
6256 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
6257
6258 * wid-edit.el (text): Re-order docstring correctly.
6259
6260 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6261
6262 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6263
6264 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
6265
6266 * simple.el (line-number-mode): Mention the variable
6267 line-number-display-limit-width in the doc string.
6268
6269 2001-08-22 Gerd Moellmann <gerd@gnu.org>
6270
6271 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6272 Temporarily select EVENT's window for switching buffers.
6273 (mode-line-bury-buffer): New function.
6274 (mode-line-buffer-identification-keymap): Use it instead of
6275 bury-buffer. Bind down-mouse events to prevent global down-mouse
6276 events from shining through.
6277
6278 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
6279
6280 * newcomment.el (comment-beginning): Make sure the comment-start
6281 we found isn't a comment-end (in cases where confusion is possible).
6282
6283 2001-08-22 Miles Bader <miles@gnu.org>
6284
6285 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6286 before writing it, so that hard-links don't see new version.
6287
6288 2001-08-21 Gerd Moellmann <gerd@gnu.org>
6289
6290 * gs.el (gs-set-ghostview-colors-window-prop):
6291 Call x-change-window-property with 3rd arg FRAME.
6292 (gs-load-image): Wait for a previous Ghostscript process
6293 to complete before starting a new one.
6294
6295 * image.el (image-type-regexps): Make sure that the TIFF
6296 pattern is only matched at the beginning of a string.
6297 From Markus Rost <rost@math.ohio-state.edu>.
6298
6299 * international/swedish.el: Pre-Mule file removed. From Jonas
6300 Oberg <jonas@gnu.org>.
6301
6302 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
6303
6304 * whitespace.el (whitespace-abort-on-error): Add custom variable
6305 to whitespace to abort a write-file if whitespace is detected in file.
6306
6307 * whitespace.el (whitespace-write-file-hook): Hook to be called
6308 when writing a file. If `whitespace-abort-on-error' is set, the
6309 write will abort on detecting whitespaces.
6310 If `whitespace-auto-cleanup' is set, the file will be cleaned
6311 automatically prior to writing.
6312
6313 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6314 whitespaces in the error output!
6315
6316 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
6317 `indent-tabs-mode', since the latter notes user preferences on
6318 TABs anyway.
6319
6320 * whitespace.el (whitespace-version): 3.1. All of the above issues
6321 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
6322
6323 2001-08-20 Gerd Moellmann <gerd@gnu.org>
6324
6325 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6326 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6327
6328 * whitespace.el (whitespace-global-mode): Add autoload cookie.
6329
6330 2001-08-20 Alex Schroeder <alex@gnu.org>
6331
6332 * sql.el (sql-db2): Doc change.
6333
6334 2001-08-20 Alex Schroeder <alex@gnu.org>
6335
6336 * sql.el (sql-postgres): Add the database at the end of the
6337 parameters instead of at the beginning.
6338 (sql-postgres-options): Doc change.
6339
6340 2001-08-17 Gerd Moellmann <gerd@gnu.org>
6341
6342 * custom.el (defcustom): Doc fix.
6343
6344 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6345
6346 * ps-mule.el (find-composition): Check if (char-after POS)
6347 returns a valid character.
6348
6349 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6350
6351 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6352 original-point for extra CR characters that are added/removed when
6353 the buffer is written/read whose EOL type is -dos.
6354
6355 2001-08-16 Miles Bader <miles@gnu.org>
6356
6357 * simple.el (line-move): Undo previous change.
6358
6359 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6360 property to input-terminating `boundary' overlays to avoid
6361 line-move wierdness.
6362
6363 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6364
6365 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6366 buffer in a save-restriction. Under one test case with Ediff,
6367 window-scroll-functions are run with a window start that's
6368 temporarily outside of the restriction.
6369
6370 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
6371
6372 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6373 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6374 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6375 (texinfo-update-menu-region-beginning)
6376 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6377 command, @ifnottex, to regexps, so it is found.
6378
6379 2001-08-16 Andrew Innes <andrewi@gnu.org>
6380
6381 * makefile.nt (DONTCOMPILE): Omit bindings.el.
6382 (DONTCOMPILE): Omit sc.el.
6383
6384 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6385 (DONTCOMPILE): Omit sc.el.
6386
6387 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6388
6389 * replace.el (occur): Bind inhibit-read-only to t.
6390
6391 2001-08-16 Miles Bader <miles@gnu.org>
6392
6393 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6394 calling `constrain-to-field', to avoid problems with comint prompts.
6395
6396 2001-08-15 Gerd Moellmann <gerd@gnu.org>
6397
6398 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6399 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6400
6401 * ediff-mult.el (ediff-get-meta-info): Fix the condition
6402 of a while-loop.
6403
6404 * Makefile.in (DONTCOMPILE): Remove sc.el.
6405
6406 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6407 Don't include term/.
6408
6409 * mail/sc.el: Moved to obsolete/.
6410
6411 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6412
6413 * ps-print.el: Change error function arguments to follow Emacs
6414 message convention. Doc fix.
6415 (ps-print-version): New version number (6.5.4).
6416 (coding-system-for-write): Change declaration position to avoid
6417 XEmacs compilation gripes.
6418 (coding-system-for-read, buffer-file-coding-system):
6419 Declarations to avoid XEmacs compilation gripes.
6420
6421 * ps-mule.el: Doc fix.
6422 (ps-mule-encode-header-string): If STRING is not a string, replace
6423 STRING by empty string.
6424
6425 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6426
6427 * frame.el (show-trailing-whitespace): Doc fix.
6428
6429 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
6430
6431 * desktop.el (desktop-save): Insert the coding: tag before
6432 desktop-header.
6433
6434 2001-08-13 Gerd Moellmann <gerd@gnu.org>
6435
6436 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6437 its path from $els.
6438
6439 * image.el (image-jpeg-p): Fix call of substring.
6440
6441 2001-08-10 Gerd Moellmann <gerd@gnu.org>
6442
6443 * play/animate.el (animate-string): Doc fix. Use a buffer
6444 name with stars in it.
6445 (animate-sequence): New function.
6446 From Richard Stallman <rms@gnu.org>.
6447
6448 * frame.el (select-frame-set-input-focus): New function
6449 extracted from other-frame.
6450 (other-frame): Use it.
6451 (next-multiframe-window, previous-multiframe-window): Use it.
6452
6453 * isearch.el (isearch-other-meta-char): Don't switch to the
6454 buffer of a window clicked on, when the current buffer is
6455 in Isearch mode.
6456
6457 * image.el (image-jpeg-p): Test for APPn markers in the range
6458 #xe0..#xef.
6459
6460 2001-08-09 Gerd Moellmann <gerd@gnu.org>
6461
6462 * desktop.el (desktop-save): Don't use concat to form a file
6463 name, use expand-file-name.
6464
6465 * mouse.el (mouse-delete-window): Do nothing if frame has just
6466 one window.
6467
6468 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6469 for the minor mode name.
6470
6471 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6472 minor mode name.
6473
6474 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6475 instead of make-mode-line-mouse2-map.
6476
6477 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6478 the minor mode name.
6479
6480 * emacs-lisp/easy-mmode.el (define-minor-mode):
6481 Use mode-line-minor-mode-keymap for the minor mode name.
6482
6483 * calendar/calendar.el (calendar-mode-line-format):
6484 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6485
6486 * bindings.el (make-mode-line-mouse-map): Renamed from
6487 make-mode-line-mouse2-map. Take additional arg MOUSE.
6488 (mode-line-modified): Use mouse-3 instead of mouse-2.
6489 (mode-line-buffer-identification-keymap): Bind keys differently.
6490 (propertized-buffer-identification): Adapt help-echo to new bindings.
6491
6492 * bindings.el (mode-line-format): Specify help-echo for line
6493 number, column number and buffer-percent part of the mode-line.
6494
6495 * image.el (image-type-regexps): Allow whitespace at the start
6496 of the image data for XPM, XBM and Postscript, which are
6497 text files.
6498 (image-jpeg-p): Correct calculation of next field offset.
6499
6500 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6501
6502 * battery.el: Fix typo.
6503
6504 2001-08-08 Gerd Moellmann <gerd@gnu.org>
6505
6506 * image.el (image-type-regexps): Allow predicates. Change the way
6507 JPEG images are recognized.
6508 (image-jpeg-p): New function.
6509 (image-type-from-data): Handle predicates in image-type-regexps.
6510
6511 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6512 #:, #x, #o, and similar constructs.
6513
6514 2001-08-07 Gerd Moellmann <gerd@gnu.org>
6515
6516 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6517
6518 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6519 instead of `progn'.
6520
6521 * tar-mode.el (tar-extract): Avoid generating a new buffer
6522 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
6523
6524 * textmodes/paragraphs.el (forward-sentence): Avoid building
6525 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
6526
6527 * progmodes/executable.el (executable-set-magic):
6528 If executable-find returns a quoted file name, unquote it before
6529 inserting it.
6530
6531 * image.el (image-type-regexps): For JPEG files, use a regexp
6532 derived from the JFIF spec.
6533
6534 * image.el (image-type-regexps): Use `\`' instead of `^' in
6535 most regular expressions.
6536
6537 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6538
6539 * play/animate.el: Re-insert a reference to re-inserted function.
6540
6541 2001-08-06 Gerd Moellmann <gerd@gnu.org>
6542
6543 * help.el (describe-function-1): Use find-function-search-for-symbol
6544 instead of find-function-noselect because the latter follows aliases.
6545
6546 * play/animate.el (animate-birthday-present): Re-insert.
6547
6548 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6549 Handle old-style menu definitions.
6550
6551 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6552
6553 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6554 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6555
6556 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
6557 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6558 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6559
6560 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6561
6562 * textmodes/tildify.el: Milan Zamazal has new address.
6563
6564 2001-08-03 Gerd Moellmann <gerd@gnu.org>
6565
6566 * custom.el (custom-set-variables): Don't test `custom-requests'
6567 properties, check the third element of the options passed to
6568 custom-set-variables instead.
6569
6570 * info.el (info-insert-file-contents): Use info-file-exists-p
6571 instead of file-exists-p.
6572
6573 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6574 the mode-line face is restored. Fix several bugs.
6575
6576 * replace.el (perform-replace): Doc fix.
6577
6578 2001-08-02 Francesco Potorti` <pot@gnu.org>
6579
6580 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6581 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6582 (uniquify-fix-item-base, uniquify-fix-item-filename)
6583 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6584 Callers changed.
6585 (uniquify-set-proposed): Changed to work with a vector item.
6586 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6587 the fix list, and a list of strings for the non-file buffer
6588 names. Both changes reduce consing.
6589 (uniquify-rationalize-a-list): Local variable renaming.
6590 (uniquify-rationalize-conflicting-sublist): Use member instead of
6591 assoc.
6592 (uniquify-rename-buffer): Use unless instead of if not.
6593
6594 2001-08-02 Gerd Moellmann <gerd@gnu.org>
6595
6596 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
6597
6598 * custom.el (custom-set-variables): Set options with :require
6599 clauses last.
6600
6601 * custom.el (defcustom): Doc fix.
6602
6603 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
6604
6605 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6606
6607 * man.el (man): Mention Man-switches in the doc string.
6608 (Man-switches): Mention -a in the doc string.
6609
6610 * textmodes/ispell.el (ispell-alternate-dictionary):
6611 Add /usr/share/lib/dict/words, for Irix.
6612
6613 * bindings.el: Bind shifted and control-shifted kp-* keys to the
6614 corresponding non-kp keys. Suggested by Stephen Gildea
6615 <gildea@stop.mail-abuse.org>.
6616
6617 2001-08-01 Francesco Potorti` <pot@gnu.org>
6618
6619 * uniquify.el: These changes correct a corner case that the old
6620 code managed correctly.
6621 (uniquify-fix-item-proposed): Renamed from
6622 uniquify-fix-item-min-proposed.
6623 (uniquify-set-proposed): New function.
6624 (uniquify-rationalize-file-buffer-names): Code reshuffled for
6625 clarity and speed.
6626 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
6627 This is equivalent to what the old code did.
6628 (uniquify-rationalize-a-list): Never recompute the proposed
6629 name. Sort the conflicting sublist before rationalising it: this
6630 is equivalent to what the old code did, but one directory element
6631 at a time, and only when necessary.
6632 (uniquify-rationalize-conflicting-sublist): Recompute here the
6633 proposed name.
6634
6635 2001-08-01 Gerd Moellmann <gerd@gnu.org>
6636
6637 * play/animate.el: Add Keywords and Maintainer. Remove a
6638 reference to a removed function.
6639
6640 * play/animate.el (animate-string): Handle case that the string is
6641 longer than the window is wide.
6642
6643 2001-07-31 Gerd Moellmann <gerd@gnu.org>
6644
6645 * desktop.el (desktop-save): Bind coding-system-for-write to
6646 `emacs-mule' for write-region.
6647
6648 * delsel.el (delete-selection-pre-hook): Don't set this-command
6649 to `ignore' if the region is empty.
6650
6651 * international/mule.el (set-keyboard-coding-system):
6652 Set keyboard-coding-system.
6653
6654 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
6655 before accessing it.
6656
6657 2001-07-30 Andreas Schwab <schwab@suse.de>
6658
6659 * menu-bar.el (toggle-highlight-paren-mode):
6660 Use `(show-paren-mode)' as body.
6661
6662 2001-07-30 Andre Spiegel <spiegel@gnu.org>
6663
6664 * vc.el (vc-checkout-hook): New hook.
6665 (vc-checkout): Run it.
6666
6667 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6668
6669 * progmodes/make-mode.el (makefile-macroassign-regex):
6670 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
6671
6672 2001-07-30 Gerd Moellmann <gerd@gnu.org>
6673
6674 * vc.el (vc-switch-backend): Fix autoload cookie.
6675
6676 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
6677 the desktop file.
6678
6679 2001-07-30 Simon Josefsson <jas@extundo.com>
6680
6681 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
6682 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
6683
6684 2001-07-27 Gerd Moellmann <gerd@gnu.org>
6685
6686 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
6687 (last-sexp-toggle-display): Renamed from last-sexp-print.
6688 (last-sexp-toggle-display, eval-last-sexp-1):
6689 Use last-sexp-setup-props.
6690
6691 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
6692 New user-options.
6693 (mouse-wheel-change-button): New function.
6694 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
6695 (mwheel-scroll): Ditto.
6696
6697 2001-07-26 Gerd Moellmann <gerd@gnu.org>
6698
6699 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
6700 `...', compare with unabbreviated printed representation instead.
6701 (last-sexp-print): Bind print-length and print-level to nil.
6702
6703 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
6704 before assigning text properties. Make properties rear-nonsticky.
6705
6706 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
6707 (eval-last-sexp-1): Give printed text a `keymap' property and bind
6708 <mouse-2> and <RET> in that map to a function printing the
6709 unabbreviated value.
6710
6711 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
6712 is a buffer, put a text property `printed-value' on the printed
6713 representation, with the Lisp object printed as value.
6714
6715 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
6716
6717 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
6718 Mention the effect of eval-expression-print-length and
6719 eval-expression-print-level in the doc strings. Suggested by
6720 Kevin Gallagher <kevingal@onramp.net>.
6721
6722 2001-07-25 Gerd Moellmann <gerd@gnu.org>
6723
6724 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
6725 for buttons > 3.
6726 (xterm-mouse-translate): Handle the case that we don't get a
6727 down-event.
6728
6729 * emacs-lisp/find-func.el (find-function-regexp):
6730 Add easy-mmode-define-global-mode to the regexp. Allow newlines
6731 in front of the function name.
6732
6733 * isearch.el (isearch-other-meta-char): Fix last change.
6734
6735 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
6736 similar events for which fake prefix keys are generated. It's no
6737 longer necessary since read_key_sequence doesn't modify these
6738 events for internal purposes anymore.
6739
6740 * files.el (auto-mode-alist): Use nroff-mode for files ending
6741 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
6742
6743 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6744
6745 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
6746 tool-bar-lines parameter, behave as if its value were zero.
6747 (mouse-avoidance-set-pointer-shape): Don't do anything if
6748 x-pointer-shape is not boundp.
6749
6750 2001-07-23 Francesco Potorti` <pot@gnu.org>
6751
6752 * uniquify.el: Overall speedup changes when using many buffers.
6753 (uniquify-fix-item-base, uniquify-fix-item-filename)
6754 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
6755 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
6756 place in the item, but was never used.
6757 (uniquify-fix-item-min-proposed): New defalias: the fourth place
6758 in the item is now used as cache for the proposed name.
6759 (uniquify-rationalize-file-buffer-names): Move computation made on
6760 newbuffile out of the loop, in the newbuffile-nd local var.
6761 Use dolist (cosmetic change). Compute the proposed name for the most
6762 common case and cache it in the fourth place in the item.
6763 (uniquify-rationalize-file-buffer-names): Used to return a a list
6764 of buffer whose name was changed, but that return value was never used.
6765 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
6766 the cached proposed name, does much less consing and is quicker.
6767 (uniquify-filename-lessp): Deleted.
6768 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
6769 Do not bind locally the uniquify-possibly-resolvable flag. Use the
6770 cached proposed name is possible.
6771 (uniquify-get-proposed-name): Arguments changed, callers changed.
6772 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
6773 uniquify-possibly-resolvable flag, which is no more bound locally.
6774 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
6775 flag, which does not exist any more.
6776
6777 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
6778
6779 * term/internal.el (IT-unicode-translations): Fix the appearance of
6780 "6`".
6781
6782 * progmodes/compile.el (compile-internal): If EMACS is already
6783 defined in the environment, don't override its value.
6784
6785 2001-07-23 Gerd Moellmann <gerd@gnu.org>
6786
6787 * play/fortune.el: Undo change of 2001-07-13.
6788 Fix autoload cookies. Add types to defcustoms.
6789 (fortune) <defgroup>: Add :link.
6790 (fortune-from-region): Use eq, not eql.
6791 From Dave Love <fx@gnu.org>.
6792
6793 * play/animate.el (animate-birthday-present): Function removed.
6794
6795 * play/animate.el: New file.
6796
6797 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
6798
6799 * startup.el (normal-top-level-add-subdirs-to-load-path):
6800 On Windows, put into normal-top-level-add-subdirs-inode-list the
6801 canonicalized names of the directories instead of inode numbers.
6802
6803 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
6804
6805 * ediff-util.el: Copyright years.
6806 (ediff-choose-syntax-table): New function.
6807 (ediff-setup): Use ediff-choose-syntax-table.
6808 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
6809 vc-state is available.
6810 (ediff-make-temp-file): Use ediff-coding-system-for-write.
6811
6812 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6813 with-syntax-table.
6814 (ediff-coding-system-for-read): From ediff-diff.el
6815 (ediff-coding-system-for-write): New variable.
6816 (ediff-highest-priority): Fixed the bug having to do with disappearing
6817 overlays.
6818 (ediff-file-remote-p): Use file-remote-p, if available.
6819 (ediff-listable-file): New function.
6820 (ediff-file-attributes): Use ediff-listable-file.
6821
6822 * ediff-mult.el (ediff-meta-insert-file-info1):
6823 Use ediff-listable-file.
6824
6825 * ediff-ptch.el (ediff-prompt-for-patch-file):
6826 Use ediff-coding-system-for-read.
6827 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
6828
6829 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
6830 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
6831
6832 * ediff.el: Date of last update, copyright years.
6833
6834 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6835
6836 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6837 of Scott Bronson.
6838 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
6839 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6840 Deleted functions.
6841 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6842 ex-token-list.
6843 (viper-get-ex-address-subr): Convert registers to char data type.
6844
6845 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
6846 (viper-memq-char): Use viper-int-to-char.
6847 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
6848 vc-locking-state.
6849 (viper-read-key): Use viper-read-key-sequence.
6850
6851 * viper.el (viper-major-mode-modifier-list):
6852 Added inferior-emacs-lisp-mode.
6853 (this-major-mode-requires-vi-state): New function that uses simple
6854 heuristics to decide if vi state is appropriate.
6855 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
6856 (viper-non-hook-settings): Don't advise read-key-sequence.
6857 (viper-read-key-sequence): New function that replaces the
6858 previously used advice to read-key-sequence.
6859
6860 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
6861 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
6862 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
6863 (viper-open-line-at-point,viper-substitute,viper-overwrite)
6864 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
6865 Got rid of the negative character hack.
6866 (viper-escape-to-state,viper-replace-state-exit-cmd):
6867 Use viper-read-key-sequence.
6868 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
6869 (viper-minibuffer-standard-hook,viper-read-string-with-history):
6870 Don't override existing minibuffer-setup-hook.
6871 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
6872 Convert registers to char data type.
6873 (viper-autoindent): Use viper-indent-line.
6874
6875 * viper-keym.el: Use viper-exec-key-in-emacs.
6876
6877 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
6878
6879 * server.el (server-visit-files): Fix variable name typo.
6880
6881 2001-07-20 Gerd Moellmann <gerd@gnu.org>
6882
6883 * simple.el (delete-trailing-whitespace): Save match data
6884 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
6885
6886 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
6887
6888 * progmodes/compile.el (compilation-parse-errors): `linenum' might
6889 return a this-error using the alternative format (a pair of markers).
6890
6891 2001-07-19 Gerd Moellmann <gerd@gnu.org>
6892
6893 * font-lock.el (c++-keywords): Add Standard C++ operator names.
6894
6895 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
6896 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
6897
6898 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6899
6900 * international/iso-transl.el: Fix typo in the header of the file.
6901
6902 * textmodes/picture.el (picture): Doc fix.
6903
6904 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
6905 follow coding conventions in generated files.
6906
6907 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
6908
6909 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6910 (tool-bar-add-item): Don't call image-related primitives if the
6911 display doesn't support images.
6912
6913 * frame.el (display-images-p): New function.
6914
6915 2001-07-17 Gerd Moellmann <gerd@gnu.org>
6916
6917 * server.el (server-visit-files): Handle the case the specified
6918 column number is <= 0.
6919
6920 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
6921
6922 * startup.el (command-line-1): Add support for +LINE:COLUMN
6923 command line argument.
6924
6925 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6926
6927 * server.el (server-process-filter, server-visit-files):
6928 Add support for +LINE:COLUMN style emacsclient calls.
6929
6930 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6931
6932 * emacs-lisp/easy-mmode.el: Add Keywords header.
6933
6934 * play/pong.el: Author has new address.
6935
6936 * play/landmark.el: Author is no more reachable.
6937
6938 * play/handwrite.el: Author is no more reachable.
6939
6940 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
6941
6942 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
6943 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
6944 Complete bindings for F<1..12> keys.
6945 (global-map): Remove `undo' binding (already in the default).
6946 Replace `t<n>' bindings with `f<n>' bindings.
6947
6948 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
6949
6950 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
6951 (tcl-mode): Use tcl-add-log-defun.
6952 (tcl-indent-line): Use tcl-calculate-indent.
6953 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
6954 (tcl-indent-exp): Renamed from indent-tcl-exp.
6955 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
6956 (tcl-indent-for-comment): Call comment-indent-function properly
6957 and handle the case where it returns nil.
6958
6959 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6960
6961 * calendar/cal-islam.el (calendar-goto-islamic-date):
6962 Remove autoload cookie.
6963
6964 * calendar/calendar.el (calendar-goto-islamic-date):
6965 Add call to autoload.
6966
6967 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
6968
6969 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
6970 Don't change compile-auto-highlight globally.
6971 Don't bother with `font-lock-defaults' property since XEmacs
6972 also understands the `font-lock-defaults' variable.
6973 Use make-local-variable rather than make-variable-buffer-local.
6974 Don't `defconst' comment-indent-function: keep the default.
6975 Call easy-menu-add unconditionally.
6976 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
6977 (ada-create-menu): Use :included for Emacs as well.
6978
6979 * vc.el (vc-do-command): Autoload.
6980
6981 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
6982
6983 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6984
6985 * ps-print.el: Fix Author: header.
6986
6987 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6988
6989 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
6990 mouse-1 etc., bind them to `ignore'.
6991
6992 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
6993 send-invisible, which is already defined in Comint.
6994 (eshell-watch-for-password-prompt): Use it.
6995
6996 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6997
6998 * which-func.el (which-func-mode): Doc fix.
6999
7000 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
7001 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7002 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7003 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7004 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7005 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7006 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7007 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7008 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7009 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7010 * emulation/edt-mapper.el, emulation/edt-pc.el,
7011 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7012 * emulation/tpu-edt.el, emulation/tpu-extras.el,
7013 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7014 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7015 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7016 * international/isearch-x.el, international/iso-cvt.el,
7017 * international/ogonek.el, international/quail.el,
7018 * international/utf-8.el, jit-lock.el, language/devan-util.el,
7019 * language/devanagari.el, language/ethio-util.el,
7020 * language/ethiopic.el, language/european.el, language/indian.el,
7021 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7022 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7023 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7024 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7025 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7026 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7027 * progmodes/autoconf.el, progmodes/cmacexp.el,
7028 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7029 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7030 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7031 * progmodes/ebnf2ps.el, progmodes/executable.el,
7032 * progmodes/fortran.el, progmodes/idlw-shell.el,
7033 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7034 * progmodes/m4-mode.el, progmodes/mantemp.el,
7035 * progmodes/meta-mode.el, progmodes/octave-inf.el,
7036 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7037 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7038 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7039 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7040 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7041 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7042 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7043 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7044 * textmodes/two-column.el, time-stamp.el, timezone.el,
7045 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7046 * which-func.el, whitespace.el, wid-browse.el, widget.el,
7047 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
7048 conventions.
7049
7050 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7051
7052 * simple.el (set-variable): Require 'cus-edit' instead of
7053 `wid-edit', so that the Custom widgets get defined.
7054
7055 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7056
7057 * allout.el: A fix to follow coding conventions.
7058
7059 * find-lisp.el: A fix to follow coding conventions.
7060
7061 * term/w32-win.el: A fix to follow coding conventions.
7062
7063 * textmodes/sgml-mode.el: A fix to follow coding conventions.
7064
7065 * term/xterm.el: A fix to follow coding conventions.
7066
7067 * term/news.el: A fix to follow coding conventions.
7068
7069 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7070 header line fixed.
7071
7072 * sun-curs.el: Fix Maintainer: header line.
7073
7074 * emacs-lisp/easymenu.el: Address of the author added.
7075
7076 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7077
7078 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7079 property.
7080
7081 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7082
7083 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
7084 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
7085 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7086 Some fixes to follow coding conventions.
7087
7088 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7089
7090 * which-func.el (which-func-mode): Doc fix.
7091
7092 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
7093
7094 * net/rcompile.el (remote-compile): Use make-local-variable.
7095
7096 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7097
7098 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7099
7100 * mail/reporter.el (reporter-submit-bug-report):
7101 Don't abuse make-variable-buffer-local. Fix call to add-hook.
7102
7103 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7104
7105 * calendar/cal-china.el, calendar/cal-coptic.el,
7106 * calendar/cal-dst.el, calendar/cal-french.el,
7107 * calendar/cal-hebrew.el, calendar/cal-islam.el,
7108 * calendar/cal-iso.el, calendar/cal-julian.el,
7109 * calendar/cal-mayan.el, calendar/cal-persia.el,
7110 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7111 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7112 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7113 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7114 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7115 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7116 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7117 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7118 * progmodes/ada-xref.el, progmodes/cc-align.el,
7119 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7120 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7121 * progmodes/cc-langs.el, progmodes/cc-menus.el,
7122 * progmodes/cc-styles.el, progmodes/cc-vars.el,
7123 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7124 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7125 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7126 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7127 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7128 * textmodes/reftex.el: Some fixes to follow coding
7129 conventions in Elisp files with known maintainers.
7130
7131 * emulation/viper.el: A fix to follow coding conventions.
7132
7133 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
7134 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7135 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7136 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7137 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7138 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7139 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7140 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7141 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7142 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
7143 conventions in Elisp files.
7144
7145 * composite.el, diff.el, emacs-lisp/levents.el,
7146 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7147 * emulation/pc-mode.el, emulation/viper-cmd.el,
7148 * emulation/viper-ex.el, emulation/viper-init.el,
7149 * emulation/viper-keym.el, emulation/viper-macs.el,
7150 * emulation/viper-mous.el, emulation/viper-util.el,
7151 * emulation/viper.el, forms-pass.el, international/ccl.el,
7152 * international/characters.el, international/encoded-kb.el,
7153 * international/fontset.el, international/ja-dic-cnv.el,
7154 * international/ja-dic-utl.el, international/kinsoku.el,
7155 * international/kkc.el, international/mule-cmds.el,
7156 * international/mule-diag.el, international/mule-util.el,
7157 * international/mule.el, international/titdic-cnv.el,
7158 * language/china-util.el, language/chinese.el,
7159 * language/cyril-util.el, language/cyrillic.el, language/english.el,
7160 * language/greek.el, language/hebrew.el, language/japan-util.el,
7161 * language/japanese.el, language/korea-util.el, language/korean.el,
7162 * language/lao-util.el, language/lao.el, language/misc-lang.el,
7163 * language/slovak.el, language/thai-util.el, language/thai.el,
7164 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7165 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7166 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7167 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7168 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7169 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7170 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7171 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7172 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7173 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
7174 to follow coding conventions in files without maintainer or in files
7175 with clear maintainer (but without Maintainer header stating so).
7176
7177 * emacs-lisp/elp.el: A fix to follow coding conventions.
7178
7179 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
7180 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7181 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7182 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7183 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7184 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7185 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7186 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7187 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7188 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7189 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7190 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
7191 conventions in files from Gnus.
7192
7193 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
7194 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7195 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7196 * echistory.el, electric.el, emacs-lisp/authors.el,
7197 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7198 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7199 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7200 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7201 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7202 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7203 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7204 * international/codepage.el, international/iso-ascii.el,
7205 * international/iso-insert.el, international/iso-transl.el,
7206 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7207 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7208 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7209 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7210 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7211 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7212 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7213 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7214 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7215 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7216 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7217 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7218 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7219 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7220 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7221 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7222 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7223 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7224 * textmodes/tex-mode.el, textmodes/text-mode.el,
7225 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7226 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7227 * vt100-led.el, window.el: Some fixes to follow coding conventions in
7228 files maintained by FSF.
7229
7230 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7231
7232 * arc-mode.el: A fix to follow coding conventions.
7233
7234 * bindings.el: Ditto.
7235
7236 * cdl.el: Ditto.
7237
7238 * comint.el: Ditto.
7239
7240 * cus-start.el: Ditto.
7241
7242 * shell.el: Ditto.
7243
7244 * skeleton.el: Ditto.
7245
7246 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
7247
7248 * info.el (Info-build-node-completions):
7249 Make Info-current-file-completions buffer local.
7250
7251 2001-07-13 Gerd Moellmann <gerd@gnu.org>
7252
7253 * which-func.el (which-func-mode, which-func-ff-hook)
7254 (which-function-mode): Remove references to which-func-mode-global.
7255
7256 * calendar/cal-islam.el (calendar-goto-islamic-date):
7257 Add autoload cookie.
7258
7259 * play/fortune.el: Add types to defcustoms.
7260
7261 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7262
7263 * language/czech.el: A fix to follow coding conventions.
7264
7265 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7266
7267 * speedbar.el (speedbar-supported-extension-expressions): Add .g
7268 to the extension list, for antlr-mode. From Christoph Wedler
7269 <Christoph.Wedler@sap.com>.
7270
7271 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
7272
7273 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7274 (vc-dired-mode-map): Fix the madness.
7275
7276 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7277 (vc-prefix-map): Moved back from vc.el.
7278
7279 2001-07-11 Gerd Moellmann <gerd@gnu.org>
7280
7281 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7282 Increase the size of the obarray.
7283 (mail-extr-all-top-level-domains): Add more toplevel domains,
7284 add more long names.
7285 From: Per Starback <starback@ling.uu.se>.
7286
7287 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7288
7289 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7290 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7291
7292 * progmodes/ada-mode.el: Ditto.
7293
7294 * progmodes/ada-xref.el: Ditto.
7295
7296 2001-07-11 Miles Bader <miles@gnu.org>
7297
7298 * finder.el (finder-insert-at-column): Also move to the next line
7299 if exactly at COLUMN.
7300
7301 2001-07-10 Gerd Moellmann <gerd@gnu.org>
7302
7303 * help.el (describe-function-1): When printing FUNCTION's
7304 documentation, don't assume FUNCTION is a symbol.
7305
7306 * startup.el (normal-top-level): Don't operate on the initial
7307 frame if we failed to create one.
7308
7309 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7310
7311 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7312 itself, i.e. only indent the contents in it.
7313
7314 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
7315
7316 * mail/rmail.el (rmail-show-message): Show beginning of message in
7317 all windows containing it.
7318
7319 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7320
7321 * term/tty-colors.el: Fix the header line and copyright years.
7322
7323 2001-07-09 Gerd Moellmann <gerd@gnu.org>
7324
7325 * emacs-lisp/advice.el (ad-make-advised-definition): If the
7326 original definition has an interactive form, but is Elp
7327 instrumented, use the interactive form of the function called by
7328 elp-wrapper.
7329
7330 * winner.el (winner-equal): Make it a defun. Don't compare Winner
7331 configurations with compare-window-configuration; they aren't
7332 window configurations.
7333
7334 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7335 from the server for the format we expect. Don't use it if it
7336 doesn't look like what the Internet draft for FTP extensions specifies.
7337
7338 * toolbar/*.pbm: Cleaned up.
7339 From Luis Fernandes <elf@ee.ryerson.ca>.
7340
7341 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7342
7343 * cc-cmds.el: Extended the kludge to interoperate with the
7344 delsel and pending-del packages wrt to the new function
7345 `c-electric-delete-forward'.
7346
7347 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
7348
7349 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7350 to delay the call to <mode> for global minor modes.
7351 (easy-mmode-define-navigation): Only recenter if interactive.
7352
7353 2001-07-06 Gerd Moellmann <gerd@gnu.org>
7354
7355 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7356 to lisp-indent-line.
7357
7358 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7359 from the server. Call encode-time only when we are sure that we
7360 got a 213 response.
7361
7362 2001-07-06 Simon Josefsson <jas@extundo.com>
7363
7364 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7365 (mail-envelope-from): New user option.
7366 (sendmail-send-it): Use it.
7367
7368 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7369
7370 * ps-print.el: Use locale dependant date to print date in header.
7371 Doc fix.
7372 (ps-print-version): New version number (6.5.3).
7373 (ps-right-header, ps-right-footer): Initialization and doc fix.
7374 (ps-time-stamp-locale-default): New fun.
7375
7376 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7377
7378 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7379 field problem with MIME-mode.
7380
7381 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7382
7383 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7384
7385 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7386 MIME-mode.
7387
7388 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
7389
7390 * bindings.el (mode-line-mule-info): Don't show the tip with
7391 buffer-file-coding-system if that is nil.
7392
7393 2001-07-05 Gerd Moellmann <gerd@gnu.org>
7394
7395 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7396 instead of kill-line.
7397
7398 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
7399 <Pavel@Janik.cz>.
7400
7401 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
7402 <Pavel@Janik.cz>.
7403
7404 2001-07-04 Gerd Moellmann <gerd@gnu.org>
7405
7406 * font-lock.el (c-font-lock-keywords-3): When matching something
7407 like `struct X Y', finish with point after Y.
7408
7409 2001-07-04 Simon Josefsson <jas@extundo.com>
7410
7411 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7412 in caller buffer.
7413
7414 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
7415
7416 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7417 instead of string-match to find the basename of the file.
7418 From Pascal Obry <p.obry@wanadoo.fr>.
7419
7420 * net/browse-url.el (browse-url-default-windows-browser):
7421 Support the MS-DOS port when it runs on Windows.
7422 (browse-url-browser-function) [ms-dos]: Default to
7423 browse-url-default-windows-browser.
7424
7425 * help.el (locate-library): Enable code that looks for compressed
7426 libraries if auto-compression-mode is on.
7427
7428 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
7429
7430 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7431
7432 2001-07-02 Gerd Moellmann <gerd@gnu.org>
7433
7434 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7435
7436 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7437
7438 * allout.el: Fix the header line, so that finder.el recognizes it.
7439 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7440
7441 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7442 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7443
7444 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7445
7446 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7447
7448 * ps-bdf.el (bdf-directory-list): Use the value relative to
7449 installation-directory for MS-Windows as well.
7450
7451 2001-06-29 Richard M. Stallman <rms@gnu.org>
7452
7453 * wid-edit.el (widget-color-sample-face-get):
7454 Return ((foreground-color . COLOR)) instead of constructing a face.
7455
7456 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7457
7458 * faces.el (region): Change the background color for the
7459 light-background color display to lightgoldenrod2, to make it
7460 visible on some laptops.
7461
7462 2001-06-28 Richard M. Stallman <rms@gnu.org>
7463
7464 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7465 (rmail-msg-restore-non-pruned-header): Likewise.
7466 If point was in the old pruned header, put it at the top.
7467 (rmail-msg-prune-header): If point was at the top, keep it there.
7468
7469 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7470 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7471
7472 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
7473
7474 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7475
7476 2001-06-28 Karl Fogel <kfogel@red-bean.com>
7477
7478 * saveplace.el: Update maintainer email address.
7479
7480 2001-06-27 Francesco Potorti` <pot@gnu.org>
7481
7482 * uniquify.el: (uniquify-rationalize-file-buffer-names):
7483 Undo previous change.
7484
7485 2001-06-27 Francesco Potorti` <pot@gnu.org>
7486
7487 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7488 preliminary quick reordering. Can speed things up dramatically.
7489
7490 2001-06-26 Richard M. Stallman <rms@gnu.org>
7491
7492 * dired.el (dired-get-filename): A file name starting with ~
7493 is not absolute in this context.
7494
7495 * which-func.el (which-func-maxout): Increase default to 500000.
7496 (which-function-mode): This is now the "real" name of the function.
7497 (which-func-mode): Now an alias.
7498 (which-func-mode-global): Name deleted.
7499
7500 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7501 button-2, when binding hs-mouse-toggle-hiding.
7502
7503 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7504
7505 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
7506 (rmail-msg-prune-header): Likewise.
7507 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7508 and `rmail-msg-prune-header'.
7509
7510 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
7511
7512 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7513 back than LINEBEG.
7514
7515 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7516
7517 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7518 window where they clicked the mouse has a header line, adjust
7519 vertical movement by one.
7520
7521 2001-06-25 Milan Zamazal <pdm@zamazal.org>
7522
7523 * progmodes/glasses.el (glasses-make-readable): Consider underscores
7524 too when separating a parenthesis.
7525
7526 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
7527
7528 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7529 (bookmark-bmenu-hide-filenames): Add help-echo to
7530 mouse-highlighted text.
7531 (bookmark-bmenu-show-filenames): Remove help-echo property from
7532 the whitespace.
7533
7534 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
7535
7536 * files.el (auto-mode-alist): Add configure.ac (autoconf).
7537 From Karl Eichwalder <ke@suse.de>.
7538
7539 2001-06-23 Richard M. Stallman <rms@gnu.org>
7540
7541 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7542
7543 * progmodes/cc-styles.el (c-set-style): Don't specify initial
7544 contents for completing-read.
7545
7546 2001-06-22 Richard M. Stallman <rms@gnu.org>
7547
7548 * menu-bar.el (menu-bar-make-toggle): Construct the
7549 function's doc string from HELP, not DOC, and make it accurate by
7550 adding "Toggle whether to " at the front and downcasing the initial.
7551 Change the HELP arg in some calls to make it fit this usage.
7552
7553 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7554 Undo previous change.
7555
7556 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7557
7558 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7559
7560 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
7561
7562 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7563
7564 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7565
7566 * dabbrev.el (dabbrev--select-buffers): Fix last change.
7567
7568 2001-06-20 Richard M. Stallman <rms@gnu.org>
7569
7570 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7571 broken out from dabbrev--find-expansion. Handle minibuffer
7572 specially here.
7573 (dabbrev--find-expansion): Simplify code in various ways.
7574 Don't treat minibuffers specially.
7575 Call dabbrev--make-friend-buffer-list.
7576 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
7577 (dabbrev--scanning-message): Do nothing when minibuffer is current.
7578
7579 2001-06-19 John Wiegley <johnw@gnu.org>
7580
7581 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7582 Also, added a comment describing how to greatly speedup Eshell
7583 loadup time, by concatenating together all of Eshell's .elc files.
7584
7585 2001-06-19 John Wiegley <johnw@gnu.org>
7586
7587 * eshell/esh-mode.el: Disabled a test that often yields false failures.
7588
7589 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
7590
7591 * woman.el (WoMan-highlight-references): Add help-echo to
7592 mouse-highlighted text.
7593
7594 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
7595
7596 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
7597
7598 2001-06-18 Gerd Moellmann <gerd@gnu.org>
7599
7600 * international/quail.el (quail-start-conversion):
7601 Reset quail-translating to nil.
7602
7603 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7604 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
7605
7606 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
7607
7608 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
7609 mouse-highlighted text.
7610
7611 * dired.el (dired-mark-pop-up): Fix last change.
7612
7613 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7614
7615 * calendar/calendar.el (generate-calendar-month): Add help-echo to
7616 mouse-highlighted text.
7617
7618 * net/quickurl.el (quickurl-url-file): Run through
7619 convert-standard-filename.
7620 (quickurl-list-populate-buffer): Add help-echo to
7621 mouse-highlighted text.
7622 (top-level): Update Dave's URL.
7623
7624 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
7625 mouse-highlighted text.
7626
7627 * textmodes/page-ext.el (pages-copy-header-and-position):
7628 Add help-echo to mouse-highlighted text.
7629
7630 * tar-mode.el (tar-header-block-summarize): Add help-echo to
7631 mouse-highlighted text.
7632
7633 * replace.el (occur): Add help-echo to mouse-highlighted text.
7634
7635 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
7636 mouse-highlighted text.
7637
7638 * progmodes/cpp.el (cpp-make-button): Add help-echo to
7639 mouse-highlighted text.
7640
7641 * progmodes/compile.el (compile-reinitialize-errors):
7642 Add help-echo to mouse-highlighted messages.
7643 (compilation-forget-errors): Remove help-echo property as well.
7644
7645 * play/landmark.el (lm-plot-square, lm-init-display):
7646 Add help-echo to mouse-highlighted text.
7647
7648 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
7649 Add help-echo to mouse-highlighted text.
7650
7651 * dired.el (dired-insert-set-properties): Add help-echo to
7652 mouse-highlighted text.
7653 (dired-mark-pop-up): Remove help-echo property from the file name.
7654
7655 * comint.el (comint-send-input): Add help-echo to
7656 mouse-highlighted text.
7657
7658 * buff-menu.el (list-buffers-noselect): Add help-echo to
7659 mouse-highlighted text.
7660
7661 * arc-mode.el (archive-summarize-files): Add help-echo to
7662 mouse-highlighted text.
7663
7664 * ffap.el (ffap-machine-p): Always return nil if
7665 open-network-stream is not fboundp.
7666
7667 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
7668
7669 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
7670 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
7671 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
7672 incorrectly binding chars between 128 and 256 to it.
7673 (sgml-maybe-name-self): Handle latin-1 chars properly.
7674 (sgml-tags-invisible): Bind buffer-file-name to nil.
7675 Use unwind-protect and restore-buffer-modified-p.
7676 (sgml-point-entered): Use buffer-substring-no-properties.
7677 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
7678 (html-mode): Don't force `imenu-sort-function'.
7679
7680 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7681
7682 * tar-mode.el: Fix the copyright notice.
7683
7684 * font-lock.el (font-lock-comment-face): For tty's with dark
7685 background, use "red1", since "lightred" is not one of the colors
7686 recognized by tty-colors.el.
7687
7688 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
7689 create a buffer for extracted file, in case there's more than one
7690 file by that name in an archive, possibly in different
7691 directories. From Kevin Rodgers <kevinr@ihs.com>.
7692
7693 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
7694 <alex@gnu.org>.
7695
7696 2001-06-15 Miles Bader <miles@gnu.org>
7697
7698 * textmodes/texinfmt.el (texinfo-format-syntax-table):
7699 Revert previous change.
7700
7701 2001-06-14 Richard M. Stallman <rms@gnu.org>
7702
7703 * replace.el (keep-lines-read-args): Return just a regexp.
7704 Provide nil for the region args.
7705 (keep-lines, flush-lines, how-many):
7706 Calculate the defaults for the region here, when args are nil.
7707
7708 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7709
7710 * rot13.el (rot13-other-window): Some more doc fix.
7711
7712 2001-06-14 Per Starback <starback@ling.uu.se>
7713
7714 * replace.el (case-replace, query-replace-from-history-variable)
7715 (query-replace-to-history-variable, keep-lines-read-args)
7716 (occur-revert-function, query-replace-help): Dox fix.
7717
7718 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7719
7720 * rot13.el (rot13-other-window): Doc fix.
7721
7722 2001-06-14 Miles Bader <miles@gnu.org>
7723
7724 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
7725 of " and \ to "." (punctuation).
7726 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
7727
7728 2001-06-13 Richard M. Stallman <rms@gnu.org>
7729
7730 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
7731
7732 * simple.el (shell-command-on-region): Never kill the
7733 *Shell Command Output* buffer.
7734
7735 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
7736
7737 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
7738
7739 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
7740
7741 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7742 New var, to recognize ${ $' and PODs.
7743 (perl-font-lock-syntactic-face-function): New function.
7744 (perl-mode): Use them.
7745 (perl-continuation-line-p): New function, from perl-calculate-indent.
7746 (perl-calculate-indent): Use it, to properly handle continuation
7747 lines of continuation lines.
7748
7749 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
7750
7751 * server.el (server-process, server-buffer-clients): Doc fix.
7752 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7753
7754 2001-06-09 John Wiegley <johnw@gnu.org>
7755
7756 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
7757 test if the last command was Lisp or not.
7758 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
7759 B x C".
7760
7761 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
7762
7763 * dos-w32.el (grep-regexp-alist): Remove definition, since the
7764 general one on compile.el supports drive letters.
7765
7766 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
7767
7768 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
7769 key description.
7770
7771 * textmodes/reftex-sel.el (reftex-select-jump): New command.
7772
7773 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7774 (reftex-toc-jump): New command.
7775
7776 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
7777 to parse international characters as well.
7778
7779 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
7780 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7781
7782 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
7783
7784 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
7785 TAB to the key separators.
7786
7787 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
7788
7789 * international/mule.el (auto-coding-alist): Remove redundant
7790 up-cased versions of the extensions (auto-coding-alist-lookup is
7791 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
7792 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
7793
7794 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
7795
7796 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
7797
7798 2001-06-01 Richard M. Stallman <rms@gnu.org>
7799
7800 * help.el (describe-variable): Put value on same line
7801 with preceding text, if it is short enough to look good that way.
7802
7803 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
7804
7805 * term/internal.el (IT-unicode-translations): New variable.
7806 (IT-setup-unicode-display): New function.
7807
7808 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7809
7810 * ps-print.el: Handle before-string and after-string overlay properties
7811 in ps-print-*-with-faces commands. Doc fix.
7812 (ps-print-version): New version number (6.5.2).
7813 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
7814 for XEmacs.
7815 (ps-prefix-quote): Doc fix.
7816 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
7817 (ps-basic-plot-str, ps-plot-string): New funs.
7818
7819 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
7820
7821 * progmodes/etags.el (tags-compression-info-list): Fix docstring
7822 and :type spec.
7823
7824 2001-05-31 Gerd Moellmann <gerd@gnu.org>
7825
7826 * international/mule-cmds.el (inactivate-input-method):
7827 Set input-method-function to nil.
7828
7829 * xml.el (xml-parse-tag): The document may contain invalid characters.
7830 From ShengHuo ZHU <zsh@cs.rochester.edu>
7831
7832 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7833
7834 * mail/rmailsum.el (rmail-message-subject-p): Don't call
7835 `rmail-summary-line-decoder' if the message does not have
7836 a Subject: field.
7837
7838 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
7839
7840 * mail/rmail.el (rmail-insert-mime-resent-message-function):
7841 New variable.
7842 (rmail-resend): Modify to work in `rmail-view-buffer'; call
7843 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
7844 is non-nil.
7845
7846 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
7847
7848 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
7849
7850 2001-05-29 Sam Steingold <sds@gnu.org>
7851
7852 * faces.el (face-valid-attribute-values): Bind `valid' directly
7853 instead of using `setq'.
7854
7855 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
7856 Use `tex-shell-buf'.
7857 (tex-shell-proc): Use `tex-shell-running'.
7858 (tex-shell-buf-no-error): New function.
7859 (tex-send-tex-command): Use it.
7860 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
7861 (tex-kill-job): Check the process before calling `quit-process'.
7862
7863 2001-05-29 Gerd Moellmann <gerd@gnu.org>
7864
7865 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
7866 UTF-8 sequences.
7867
7868 2001-05-28 Miles Bader <miles@gnu.org>
7869
7870 * comint.el (comint-carriage-motion): Renamed from
7871 `comint-cr-magic'. Operate on the buffer instead of the string
7872 (for use as a comint post-output filter, instead of as a
7873 pre-output filter). Handle backspaces too. Add to the
7874 `comint-output-filter-functions' hook instead of
7875 `comint-preoutput-filter-functions'.
7876
7877 2001-05-28 Gerd Moellmann <gerd@gnu.org>
7878
7879 * language/japan-util.el (japanese-hankaku): Prefer the charset
7880 `jisx0201' when the optional argument `ascii-only' is not specified.
7881 (japanese-hankaku-region): Ditto.
7882 From Katsumi Yamaoka <yamaoka@jpl.org>
7883
7884 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
7885
7886 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
7887 (outline-invisible-p): New function.
7888 (hide-leaves): Save excursion.
7889 (hide-other): Stop looping when reaching bobp.
7890
7891 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7892
7893 * cus-edit.el (custom-file): Fix last change.
7894
7895 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
7896
7897 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
7898 same definition in byte-compile-function-environment as `autoload'
7899 would put in `symbol-function'.
7900
7901 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
7902 patch to correct the error message as well.
7903
7904 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
7905
7906 * cus-edit.el (custom-file): Don't assume we were invoked with -q
7907 unless ~/.emacs exists.
7908
7909 * novice.el (enable-command): If user-init-file is nil or does not
7910 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
7911
7912 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
7913
7914 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
7915 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7916 Allow spaces around macro arguments.
7917 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
7918 indent-for-tab-command.
7919 (latex-mode-map, plain-tex-mode-map): New keymaps.
7920 Inherit from tex-mode-map.
7921 (tex-common-initialization): Don't setup the keymap any more
7922 since it's now done right by define-derived-mode.
7923 (latex-mode): Set skeleton-end-hook to nil.
7924 (latex-skeleton-end-hook): Remove.
7925 (tex-latex-block, latex-insert-item): Simplify.
7926 (latex-syntax-after): Use following-char rather than char-after.
7927 (tex-discount-args-cmds, tex-count-words): New functions.
7928
7929 * textmodes/tildify.el (tildify-ignored-environments-alist):
7930 Recognize \verb* as well.
7931
7932 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
7933 (perl-comment-indent): Simplify to let newcomment.el do its job.
7934 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
7935 (perl-mark-function): Cleanup the namespace.
7936 (perl-calculate-indent): Don't be fooled by nested functions.
7937
7938 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
7939
7940 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7941 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
7942
7943 2001-05-25 Andrew Choi <akochoi@i-cable.com>
7944
7945 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
7946 actually be `\\'.
7947 (ctlau-b5-converter): Likewise.
7948
7949 2001-05-24 Andrew Choi <akochoi@i-cable.com>
7950
7951 * international/titdic-cnv.el (quail-misc-package-ext-info):
7952 Change CTLauB.el to CTLau-b5.el.
7953
7954 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
7955
7956 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
7957 rather than beginning-of-line to avoid problems with fields.
7958 (gud-perldb-massage-args): Use unless and push.
7959 (gud-chdir-before-run): New var.
7960 (gud-common-init): Use it.
7961
7962 2001-05-24 Andrew Choi <akochoi@i-cable.com>
7963
7964 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7965 delete entries for chinese-ctlau and chinese-ctlaub.
7966 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
7967 chinese-ctlaub.
7968 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
7969 New functions.
7970
7971 2001-05-22 Gerd Moellmann <gerd@gnu.org>
7972
7973 * cus-edit.el (custom-comment-show): Remove debug code.
7974
7975 * language/japan-util.el (japanese-symbol-table): Fix handling of
7976 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
7977
7978 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
7979
7980 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
7981 Renamed by removing the silly `-flag' suffix.
7982 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
7983
7984 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
7985
7986 * replace.el (keep-lines-read-args): Use `copy-marker'.
7987 (how-many): Save excursion properly.
7988 (occur-mode): Use define-derived-mode.
7989 (perform-replace): Use with-current-buffer.
7990
7991 2001-05-20 Richard M. Stallman <rms@gnu.org>
7992
7993 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
7994
7995 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
7996
7997 * info.el (Info-read-subfile): Widen before finding the
7998 desired node in the subfile.
7999
8000 * startup.el (command-line-1): When >2 files visited,
8001 leave the last one visible, and make that the selected window.
8002
8003 2001-05-20 Gerd Moellmann <gerd@gnu.org>
8004
8005 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8006
8007 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
8008
8009 * international/ccl.el (define-ccl-program): Fix a typo.
8010 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8011
8012 * international/mule.el (decode-char): Fix a typo. From Pavel
8013 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8014
8015 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
8016 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8017
8018 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
8019 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8020
8021 2001-05-18 Sam Steingold <sds@gnu.org>
8022
8023 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
8024 and [RET] to `cvs-mode-find-file'.
8025
8026 2001-05-18 John Wiegley <johnw@gnu.org>
8027
8028 * eshell/esh-ext.el (eshell-explicit-command-char): A new
8029 configuration variable, which determines the initial character
8030 that forces use of an external version of a command. The default
8031 is *, but may be set to \, for example.
8032
8033 * eshell/esh-ext.el (eshell-explicit-command):
8034 Use `eshell-explicit-command-char' instead of ?*.
8035
8036 * eshell/esh-cmd.el (eshell/which):
8037 Use `eshell-explicit-command-char' instead of ?*.
8038
8039 * eshell/em-cmpl.el (eshell-completion-command-name)
8040 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
8041 instead of ?*.
8042
8043 2001-05-18 Gerd Moellmann <gerd@gnu.org>
8044
8045 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8046 subst-char-in-string.
8047 (ange-ftp-after-parse-ls-hook): New variable.
8048 (ange-ftp-ls): Run that hook.
8049 From Peter Milliken <Peter.Milliken@GTECH.COM>.
8050
8051 * tmm.el (tmm-get-keymap): Fix handling of :filter.
8052 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8053 text into *Completions*.
8054
8055 * net/goto-addr.el (goto-address-at-point): Deal with URLs
8056 part of which look like email addresses.
8057
8058 2001-05-18 Andrew Innes <andrewi@gnu.org>
8059
8060 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8061 Use . instead of absolute path for lisp dir, to avoid bug in W2K
8062 cmd.exe's handling of FOR loops.
8063 (autoloads): Set find-file-suppress-same-file-warnings to t to
8064 avoid slew of spurious messages.
8065
8066 2001-05-18 Simon Josefsson <simon@josefsson.org>
8067
8068 * mail/smtpmail.el (maybe-append-domain): Renamed to
8069 `smtpmail-maybe-append-domain'.
8070 (smtpmail-via-smtp): Use the new name.
8071
8072 * net/browse-url.el (browse-url-browser-function): Add kde.
8073 (browse-url-kde-program, browse-url-kde-args): New variables.
8074 (browse-url-kde): New function.
8075
8076 2001-05-18 Miles Bader <miles@gnu.org>
8077
8078 * simple.el (delete-horizontal-space, just-one-space):
8079 Use `constrain-to-field' instead of `field-end'/`field-beginning',
8080 because it's more efficient for large files.
8081
8082 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8083
8084 * mail/rmail.el (rmail-require-mime-maybe): New function.
8085 (rmail): Use it.
8086 (rmail-mode): Handle the case of finding Rmail files.
8087
8088 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8089 functions.
8090
8091 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
8092
8093 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8094 text-property after moving to the beginning of line and regardless
8095 of the value of font-lock-multiline.
8096
8097 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8098
8099 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8100
8101 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8102 last coding system used before calling set-buffer-modified-p
8103 because that function changes last-coding-system.
8104
8105 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8106
8107 * files.el (switch-to-buffer-other-window)
8108 (switch-to-buffer-other-frame): Add an xref to display-buffer in
8109 the doc string.
8110
8111 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8112
8113 * language/slovak.el, language/czech.el: New maintainer.
8114
8115 2001-05-16 Sam Steingold <sds@gnu.org>
8116
8117 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
8118 sub-form of `defgeneric' correctly.
8119
8120 2001-05-16 Gerd Moellmann <gerd@gnu.org>
8121
8122 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8123 of `c'.
8124
8125 * textmodes/outline.el (outline-font-lock-level): Remove the
8126 condition-case, test what outline-level returns instead, to
8127 ease debugging.
8128
8129 * international/mule.el (auto-coding-regexp-alist): New user-option.
8130 (auto-coding-from-file-contents): New function.
8131 (set-auto-coding): Use it to determine a coding system.
8132
8133 2001-05-15 Gerd Moellmann <gerd@gnu.org>
8134
8135 * mouse.el (mouse-delete-other-windows): Doc fix.
8136
8137 * emacs-lisp/lisp-mode.el (lisp-mode):
8138 Make font-lock-keywords-case-fold-search a buffer-local variable with
8139 make-local-variable before setting it.
8140
8141 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
8142
8143 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8144 prefixes.
8145
8146 2001-05-14 Gerd Moellmann <gerd@gnu.org>
8147
8148 * hexl.el (hexl-current-address): Print a message when called
8149 interactively.
8150
8151 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
8152
8153 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8154
8155 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8156
8157 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8158
8159 2001-05-11 Gerd Moellmann <gerd@gnu.org>
8160
8161 * startup.el (command-line): If parameters have been changed in
8162 the init files which influence font selection, clear the face
8163 cache so that faces get realized with the new parameters.
8164
8165 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8166
8167 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
8168
8169 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8170
8171 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8172
8173 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8174 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
8175
8176 2001-05-10 Gerd Moellmann <gerd@gnu.org>
8177
8178 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
8179 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
8180
8181 2001-05-09 John Wiegley <johnw@gnu.org>
8182
8183 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8184 Annotated the documentation string to tell users about
8185 `eshell-no-numeric-conversions'.
8186
8187 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8188 conversions if a Lisp function has the property
8189 `eshell-no-numeric-conversions' set to a non-nil value.
8190
8191 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8192 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8193 property `eshell-no-numeric-conversions' on the following
8194 functions (which all deal with filesystem entities, and never Lisp
8195 numerical values): eshell/cd, eshell/pushd, eshell/popd,
8196 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8197 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8198 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8199 eshell/which, eshell/addpath.
8200
8201 2001-05-09 John Wiegley <johnw@gnu.org>
8202
8203 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8204 encountered as an argument, don't convert it right away, but tag
8205 the first character of the string with the text properties
8206 `number', which signifies to `eshell-lisp-command' that the
8207 argument should be passed through `string-to-number' if it is
8208 actually used in the call to a Lisp function.
8209
8210 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8211 function, convert any string arguments that have been tagged as
8212 "numbers", by calling string-to-number.
8213
8214 * eshell/esh-util.el (eshell-number-regexp): Now that number
8215 conversions only happen for Lisp function calls, the number regexp
8216 should now match all integer and floating point forms.
8217
8218 * eshell/esh-proc.el: Disable `eshell-stop-process' and
8219 `eshell-continue-process', since they are both nonfunctional at
8220 the moment.
8221 (eshell-proc-initialize): Don't bind keys for
8222 `eshell-stop-process' or `eshell-continue-process'.
8223
8224 * eshell/em-unix.el (eshell-shuffle-files):
8225 Apply `directory-file-name' before calling `file-name-directory'.
8226
8227 * eshell/em-hist.el (eshell-add-to-history): Reference to
8228 `eshell-history-ring' needed to be `eshell-history-index'.
8229
8230 * calendar/timeclock.el (timeclock-find-discrep):
8231 Initialize `elapsed' to 0.
8232 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8233 it's still nil.
8234
8235 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
8236
8237 * arc-mode.el (archive-int-to-mode): Construct the string directly.
8238 (archive-mode): Use capitalize.
8239 (archive-unique-fname): Use make-temp-file.
8240
8241 2001-05-09 Gerd Moellmann <gerd@gnu.org>
8242
8243 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8244
8245 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8246
8247 * tar-mode.el (tar-extract): Pay attention to the value of
8248 coding-system-for-read, if it is non-nil.
8249
8250 * calendar/holidays.el (holidays): Add an autoload cookie.
8251 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8252
8253 2001-05-08 John Wiegley <johnw@gnu.org>
8254
8255 * calendar/timeclock.el (timeclock-workday-remaining):
8256 Changed logic for determining how much time is remaining.
8257 (timeclock-workday-elapsed): Don't accept a "relative" argument
8258 for the current day's elapsed time. What could that have meant?
8259 (timeclock-workday-elapsed-string): No "relative" argument anymore.
8260 (timeclock-when-to-leave): Changed logic, similarly to what was
8261 done for `timeclock-workday-remaining'.
8262 (timeclock-find-discrep): Removed "today-only" argument, which had
8263 no meaning. Fixed some more math problems. The function now
8264 returns a three member list: (TOTAL-TIME-DISCREPANCY
8265 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8266
8267 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8268
8269 * w32-fns.el (convert-standard-filename): Start replacing slashes
8270 from the beginning of the file name, not from where the last
8271 invalid character was. From "Andrew Maguire (SWW)"
8272 <Andrew.Maguire@Smallworld.co.uk>
8273
8274 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
8275
8276 The following changes are to provide infrastructure for handling
8277 MIME messages to rmail. They don't affect the original behaviour
8278 if rmail-enable-mime is nil.
8279
8280 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8281 (rmail-search-mime-message-function)
8282 (rmail-search-mime-header-function): New variables.
8283 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8284 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8285 `rmail-view-buffer' is hidden.
8286 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
8287 call rmai-show-mime-function.
8288 (rmail-display-labels): If rmail-enable-mime is non-nil, update
8289 mode-line-process of rmail-view-buffer.
8290 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8291 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8292 buffer.
8293 (rmail-next-message, rmail-next-undeleted-message): Be sure to
8294 set-buffer to the Rmail buffer.
8295 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8296 rmail-search-mime-header-function.
8297 (rmail-search-message): New function.
8298 (rmail-search): Call rmail-search-message to check if a message
8299 matches REGEXP, lastly update point after calling
8300 rmail-show-message.
8301 (rmail-undelete-previous-message, rmail-expunge-confirmed)
8302 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
8303 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8304 header region, refer to rmail-msgref-vector while setting the
8305 current buffer to rmail-buffer temporarily.
8306 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8307 If rmail-enable-mime is non-nil, call
8308 rmail-insert-mime-forwarded-message-function instead of inserting
8309 forwarded message by itself.
8310
8311 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8312 Rmail buffer.
8313 (rmail-set-label, rmail-next-labeled-message): Likewise.
8314
8315 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8316 set-buffer to the Rmail buffer.
8317 (rmail-output-to-rmail-file): Likewise.
8318 (rmail-output): Likewise.
8319
8320 * mail/rmailsum.el (rmail-message-subject-p): Process the result
8321 of mail-fetch-field by rmail-summary-line-decoder.
8322 (rmail-new-summary): Be sure to go to the Rmail buffer.
8323 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
8324 rmail-view-buffer to nil.
8325 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8326 rmail-view-buffer.
8327 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8328 rmail-buffer.
8329 (rmail-summary-scroll-msg-down): Likewise.
8330 (rmail-summary-beginning-of-message): Likewise.
8331 (rmail-summary-wipe): Likewise.
8332 (rmail-summary-toggle-header): Use save-window-excursion, not
8333 save-excursion. Update point in rmail-view-buffer, not in
8334 rmail-buffer.
8335 (rmail-summary-reply): Before calling rmail-reply, set buffer to
8336 rmail-view-buffer, not rmail-buffer.
8337
8338 2001-05-07 Gerd Moellmann <gerd@gnu.org>
8339
8340 * cus-edit.el (custom-file): Signal an error if user-init-file is
8341 nil (running -q).
8342
8343 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8344
8345 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8346 Add :version.
8347
8348 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8349 New option.
8350 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8351 only if smtpmail-warn-about-unknown-extensions is set.
8352
8353 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8354 instead of rmail-sort-by-keywords.
8355
8356 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8357 rmail-sort-by-keywords.
8358
8359 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8360 rmail-summary-sort-by-keywords. Doc fix.
8361 (rmail-summary-mode): Doc fix.
8362
8363 * mail/rmail.el (rmail-edit): New Custom group.
8364
8365 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8366 (rmail-edit-mode-hook): New user-option.
8367
8368 2001-05-05 Richard M. Stallman <rms@gnu.org>
8369
8370 * help.el (help-xref-symbol-regexp): Recognize "source of"
8371 and friends, meaning make a link to the source file.
8372 (help-make-xrefs): Handle "source of" and friends
8373 by constructing a link that visits the source file.
8374
8375 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8376
8377 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
8378
8379 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8380 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8381 Renamed from perl-font-lock-keywords to avoid clashes.
8382 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8383 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8384 Updated correspondingly.
8385
8386 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8387 Typo `nonexistant' -> `nonexistent'.
8388
8389 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
8390
8391 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8392 Split `c-electric-delete' into two functions where
8393 `c-electric-delete-forward' always deletes forward and
8394 `c-electric-delete' only contains the code necessary for XEmacs to
8395 choose between backward and forward deletion.
8396
8397 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8398 get the electric behavior on that key too.
8399 (c-fill-paragraph): Fixed bogus direct use of
8400 c-comment-prefix-regexp, which caused an error when it's a list.
8401
8402 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8403
8404 * dired-aux.el (dired-diff): Doc fix.
8405
8406 * dired.el (dired-diff): Likewise.
8407
8408 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8409
8410 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8411
8412 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
8413
8414 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8415 if both the buffer and the file are read-only.
8416
8417 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8418 rather than font-lock-string-face.
8419 (sh-get-indent-info): Treat heredocs like strings.
8420
8421 2001-05-02 Gerd Moellmann <gerd@gnu.org>
8422
8423 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8424 a newline following `}'.
8425 (texinfo-format-email): New function.
8426 (toplevel): Use texinfo-format-email for @email.
8427 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8428 Add `display'.
8429 (texinfo-sort-region): Goto point-min before sorting.
8430 (texinfo-set): Remove leading white space from value.
8431 From yagi@is.titech.ac.jp.
8432
8433 * replace.el (query-replace-regexp-eval): Doc fix.
8434
8435 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
8436
8437 * diff-mode.el (diff-nonexistant-face): New face.
8438 (diff-font-lock-keywords): Use it.
8439
8440 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8441
8442 * font-lock.el (font-lock-mode): Doc fix.
8443
8444 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8445 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8446
8447 2001-04-30 Gerd Moellmann <gerd@gnu.org>
8448
8449 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8450 backslash at the start of the here-document delimiter.
8451 (sh-font-lock-syntactic-keywords): Likewise.
8452
8453 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8454
8455 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
8456
8457 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8458 (tty-color-translate, tty-color-by-index, tty-color-values)
8459 (tty-color-desc): Doc fix.
8460
8461 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
8462
8463 * dired-aux.el (dired-do-create-files, dired-do-copy)
8464 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8465 Mention dired-dwim-target in the doc string.
8466
8467 2001-04-28 Miles Bader <miles@gnu.org>
8468
8469 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8470 (dabbrev--find-expansion): Use it.
8471 (dabbrev--select-buffers): Don't select ignored buffers.
8472
8473 2001-04-27 Gerd Moellmann <gerd@gnu.org>
8474
8475 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8476
8477 2001-04-26 Richard M. Stallman <rms@gnu.org>
8478
8479 * dabbrev.el: Add doc strings for some functions.
8480 (dabbrev--eliminate-newlines): New variable.
8481 (dabbrev--substitute-expansion): Convert newlines to spaces
8482 if dabbrev--eliminate-newlines is set.
8483 If abbrev and expansion are both all-lower-case,
8484 leave dabbrev--last-case-pattern nil.
8485
8486 2001-04-26 Gerd Moellmann <gerd@gnu.org>
8487
8488 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8489 if necessary, like in rmail-show-message.
8490
8491 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8492
8493 * ps-print.el: Color specified by number is forced to be float number.
8494 (ps-print-version): New version number (6.5.1.1).
8495 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8496 initialization.
8497 (ps-prefix-quote): New internal var.
8498 (ps-print-quote): New fun.
8499 (ps-setup, ps-output-frame-properties, ps-float-format)
8500 (ps-format-color): Code fix.
8501 (ps-plot-region): Eliminate redundant foreground color text setting.
8502
8503 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
8504
8505 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8506
8507 2001-04-25 Gerd Moellmann <gerd@gnu.org>
8508
8509 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8510
8511 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8512
8513 * info.el (Info-additional-directory-list): Doc fix.
8514
8515 * find-lisp.el (find-lisp-find-dired-filter)
8516 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8517 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
8518
8519 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
8520
8521 * progmodes/make-mode.el (makefile-font-lock-keywords):
8522 Rationalize the rules for includes and conditionals and use the
8523 keyword face for them.
8524
8525 * faces.el (modify-face): Add compatibility for non-interactive use.
8526
8527 2001-04-24 John Wiegley <johnw@gnu.org>
8528
8529 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8530 fix from last night, since it wasn't finding eshell/cd.
8531
8532 2001-04-24 Gerd Moellmann <gerd@gnu.org>
8533
8534 * rect.el (string-rectangle): Revert to 20.x behaviour.
8535 (replace-rectangle): Make it an alias for string-rectangle.
8536 (string-insert-rectangle): New function.
8537
8538 2001-04-23 John Wiegley <johnw@gnu.org>
8539
8540 * eshell/em-unix.el (eshell/diff): Fixed problems that were
8541 occurring with Emacs 21's diff.el/compile.el interaction layer.
8542
8543 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
8544
8545 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8546 case where the function was defined in a file, but not part of an
8547 eshell module.
8548
8549 2001-04-23 John Wiegley <johnw@gnu.org>
8550
8551 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8552 code to work around a redisplay problem I've been having.
8553
8554 2001-04-23 John Wiegley <johnw@gnu.org>
8555
8556 * calendar/timeclock.el (timeclock-day-required): If the time
8557 required for a particular day is not set, use `timeclock-workday'.
8558 (timeclock-find-discrep): Added some sample code in a comment.
8559
8560 * eshell/eshell.el (eshell-command): Made a few changes so that
8561 `eshell-command' could be called programmatically.
8562
8563 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
8564
8565 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
8566
8567 2001-04-23 John Wiegley <johnw@gnu.org>
8568
8569 * calendar/timeclock.el: Updated copyright.
8570 (timeclock-generate-report): Don't report the daily or two-week
8571 total, if no time has been worked in that period.
8572 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8573 final computational form, which was unnecessary; corrected a
8574 parsing problem when timeclock-relative was nil.
8575
8576 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
8577
8578 * calendar/timeclock.el (timeclock-modeline-display): Check if
8579 `list-entry' is null.
8580 (timeclock-use-display-time): The first argument to `set-variable'
8581 must be a symbol.
8582
8583 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8584
8585 * calendar/calendar.el (diary-entry-marker)
8586 (calendar-today-marker, calendar-holiday-marker):
8587 Use display-color-p instead of window-system.
8588 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8589 instead of window-system.
8590 (calendar-hide-window): Use display-multi-frame-p instead of
8591 window-system.
8592
8593 * calendar/cal-x.el (calendar-two-frame-setup)
8594 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8595 Use display-multi-frame-p instead of window-system.
8596
8597 2001-04-23 Gerd Moellmann <gerd@gnu.org>
8598
8599 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
8600
8601 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
8602 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
8603
8604 2001-04-23 Alex Schroeder <alex@gnu.org>
8605
8606 * goto-addr.el: Instead of defining line-beginning-position and
8607 line-end-position a defalias is used for point-at-bol and point-at-eol.
8608
8609 2001-04-23 Alex Schroeder <alex@gnu.org>
8610
8611 * goto-addr.el: Added XEmacs compatibility code.
8612 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
8613
8614 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
8615
8616 * textmodes/paragraphs.el (sentence-end): Doc fix.
8617
8618 2001-04-20 Alex Schroeder <alex@gnu.org>
8619
8620 * sql.el (sql-escape-newlines-and-send): New function.
8621 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
8622
8623 2001-04-20 Alex Schroeder <alex@gnu.org>
8624
8625 * sql.el (sql-db2-program): New option.
8626 (sql-db2-options): New option.
8627 (sql-db2): New function.
8628
8629 2001-04-20 Alex Schroeder <alex@gnu.org>
8630
8631 * sql.el (sql-mode-menu): Added highlighting entries.
8632 (sql-highlight-oracle-keywords): New function.
8633 (sql-highlight-postgres-keywords): New function.
8634 (sql-highlight-ansi-keywords): New function.
8635
8636 2001-04-20 Alex Schroeder <alex@gnu.org>
8637
8638 * sql.el (sql-help): Doc change.
8639
8640 2001-04-19 Karl Fogel <kfogel@collab.net>
8641
8642 * saveplace.el (save-place-alist-to-file): Removed no-effect code
8643 that inserted file content only to delete it immediately.
8644 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
8645 <lektu@uol.com.br> for the patch.
8646
8647 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
8648
8649 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
8650
8651 2001-04-18 Gerd Moellmann <gerd@gnu.org>
8652
8653 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
8654 for defmethod.
8655
8656 * comint.el (comint-cr-magic): New function.
8657 (toplevel): Add it to comint-preoutput-filter-functions.
8658
8659 2001-04-18 Andrew Innes <andrewi@gnu.org>
8660
8661 * makefile.w32-in (EMACSLOADPATH): Define.
8662 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
8663 (recompile): Remove stuff to set EMACSLOADPATH.
8664
8665 2001-04-18 Gerd Moellmann <gerd@gnu.org>
8666
8667 * language/slovak.el ("Slovak"): Add tutorial entry.
8668
8669 * net/browse-url.el (browse-url-new-window-flag): Renamed from
8670 browse-url-new-window-p.
8671
8672 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8673
8674 * info.el (Info-menu-update): When there are no menus and/or no
8675 cross references in the node, make the respective items of the
8676 Info menu-bar menu inactive.
8677
8678 2001-04-17 Gerd Moellmann <gerd@gnu.org>
8679
8680 * indent.el (indent-for-tab-command): Call indent-line-function
8681 with no argument if PREFIX-ARG is non-nil.
8682
8683 * frame.el (delete-other-frames): Handle minibuffer-only frames.
8684
8685 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8686
8687 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
8688 an async subprocess if start-process is unavailable. Suggested by
8689 Tim Van Holder <tim.van.holder@pandora.be>.
8690
8691 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8692
8693 * info.el (Info-additional-directory-list): Doc fix. Suggested by
8694 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8695
8696 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8697
8698 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
8699 manual.
8700
8701 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
8702
8703 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
8704 (cvs-menu): Add a few entries.
8705
8706 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
8707 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
8708 lock file appears to be reachable from Emacs.
8709 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
8710 (cvs-mode-find-file): Look for cvs-header-face rather than
8711 cvs-dirname-face (which doesn't exist).
8712 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
8713
8714 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
8715
8716 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8717
8718 * emulation/pc-select.el (pc-selection-mode): Don't turn on
8719 normal-erase-is-backspace on a tty. Instead, bind some keys such
8720 as [delete] directly, like pc-select.el did before
8721 normal-erase-is-backspace was invented.
8722
8723 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
8724
8725 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
8726
8727 2001-04-11 John Wiegley <johnw@gnu.org>
8728
8729 * eshell/em-ls.el (eshell-ls-insert-directory):
8730 Set font-lock-defaults to nil, to prevent fontification in dired
8731 buffers, if Eshell's ls is being used.
8732
8733 2001-04-11 John Wiegley <johnw@gnu.org>
8734
8735 * calendar/timeclock.el (timeclock-completing-read): New function.
8736 (timeclock-ask-for-project, timeclock-ask-for-reason):
8737 Call `timeclock-completing-read'.
8738
8739 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
8740 required where `member' was being used.
8741
8742 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
8743
8744 * eshell/em-hist.el (eshell-previous-matching-input):
8745 Don't display "History item" if the minibuffer is active.
8746
8747 2001-04-11 Gerd Moellmann <gerd@gnu.org>
8748
8749 * startup.el (command-line): Output a newline after printing
8750 an error from loading the window system's init file.
8751
8752 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
8753
8754 * textmodes/texinfo.el (texinfo-font-lock-keywords):
8755 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
8756 @inforef. Add an OVERRIDE of `keep' to highlight specs of
8757 keywords whose arguments routinely include @@.
8758
8759 2001-04-10 Gerd Moellmann <gerd@gnu.org>
8760
8761 * emacs-lisp/advice.el (ad-make-advised-definition):
8762 Construct advice for subrs differently.
8763
8764 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
8765 regexp in parentheses when building the regexp for searching backwards.
8766
8767 * simple.el (completion-list-mode-finish): New function.
8768 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
8769
8770 * language/european.el ("Polish"): Change sample text.
8771 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
8772
8773 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
8774 parameter.
8775
8776 * faces.el (menu): Doc fix.
8777
8778 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8779
8780 * ps-print.el: Footer implementation. Doc fix.
8781 (ps-print-version): New version number (6.5.1).
8782 (ps-header-frame-alist): New customization var for header frame
8783 properties.
8784 (ps-line-number-color): New customization var for line number color.
8785 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
8786 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
8787 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
8788 (ps-right-footer): New customization vars for footers.
8789 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
8790 footers.
8791 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
8792 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
8793 Code fix.
8794 (ps-prologue-file): Indentation fix.
8795 (ps-print-quote): Fun eliminated.
8796 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
8797 (ps-output-frame-properties): New fun.
8798 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
8799 (ps-skip-newline): Replace defun by defsubst.
8800
8801 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
8802
8803 * eshell/eshell.el (eshell-command): Needed a "%s" format
8804 specifier, in case the buffer contains percent characters.
8805
8806 2001-04-10 John Wiegley <johnw@gnu.org>
8807
8808 * calendar/timeclock.el (timeclock-generate-report): Added a
8809 missing insert of the project name.
8810
8811 2001-04-09 Gerd Moellmann <gerd@gnu.org>
8812
8813 * obsolete/profile.el: Moved from emacs-lisp/.
8814
8815 * Makefile.in (nonobsolete_setwins): New macro.
8816 (finder-data): Use it instead of `setwins'.
8817 From: Dave Love <fx@gnu.org>.
8818
8819 * server.el (server-visit-files): Set server-existing-buffer correctly.
8820 (server-visit-files): Run server-visit-hook after going to
8821 line 1 so that the hook can set point as it sees fit.
8822
8823 * bindings.el (mode-line-modified): Unify help messages.
8824
8825 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
8826
8827 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
8828 All callers changed.
8829
8830 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
8831
8832 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
8833 long file names aren't supported, truncate the file names in
8834 quail-misc-package-ext-info to 8+3 before matching them against
8835 FILENAME.
8836
8837 * dos-fns.el (dos-truncate-to-8+3): New function.
8838
8839 * progmodes/compile.el (grep-compute-defaults): Use null-device
8840 instead of literal /dev/null. Reported by Jens Schmidt
8841 <schmidt@mathematik.uni-kl.de>.
8842
8843 * simple.el (normal-erase-is-backspace-mode): Doc fix.
8844
8845 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
8846
8847 * textmodes/sgml-mode.el: Add unknown maintainer.
8848 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
8849 (html-mode-map): Use set-keymap-parent.
8850
8851 2001-04-06 Dave Love <fx@gnu.org>
8852
8853 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8854 Remove redundant string-to-list.
8855
8856 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
8857
8858 * composite.el (reference-point-alist): Doc fix.
8859
8860 2001-04-05 Sam Steingold <sds@gnu.org>
8861
8862 * font-lock.el (font-lock-keywords-case-fold-search):
8863 Make buffer-local. This fixes a very annoying bug when loading a Lisp
8864 file made font-lock case-insensitive.
8865
8866 2001-04-05 Gerd Moellmann <gerd@gnu.org>
8867
8868 * faces.el (defface menu): Doc fix.
8869
8870 * wid-edit.el (widget-color-sample-face-get): Don't make
8871 faces for undefined colors.
8872
8873 * version.el (emacs-version): Include LessTif/Motif version info.
8874
8875 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8876
8877 * ps-mule.el: Eliminate cl package dependence.
8878 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
8879 if they aren't defined yet.
8880 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
8881 Eliminate cl package dependence.
8882
8883 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
8884
8885 * progmodes/cc-cmds.el (c-outline-level):
8886 Bind buffer-invisibility-spec. Originally from Dave Love, but
8887 got lost when incorporating version 5.26.
8888
8889 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
8890
8891 * emulation/pc-select.el (pc-selection-mode):
8892 Call normal-erase-is-backspace-mode instead of binding
8893 keys individually.
8894
8895 * cus-load.el (normal-erase-is-backspace): Use it instead of
8896 delete-key-deletes-forward.
8897
8898 * startup.el (command-line): Use normal-erase-is-backspace and
8899 normal-erase-is-backspace-mode.
8900
8901 * simple.el (normal-erase-is-backspace): Rename from
8902 delete-key-deletes-forward. Doc fix.
8903 (normal-erase-is-backspace-mode): Rename from
8904 delete-key-deletes-forward-mode. Doc fix.
8905 Run normal-erase-is-backspace-hook.
8906
8907 * dired.el (dired-move-to-filename-regexp): Support file sizes in
8908 ``human-readable'' format produced by GNU `ls'.
8909 (dired-move-to-filename-regexp): Recognize ISO format dates.
8910 From Paul Eggert <eggert@twinsun.com>.
8911
8912 2001-04-04 Gerd Moellmann <gerd@gnu.org>
8913
8914 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
8915 New functions.
8916 (lm-verify): Check keywords.
8917 From Eric M. Ludlam <eric@siege-engine.com>.
8918
8919 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
8920
8921 * speedbar.el (speedbar-insert-image-button-maybe): Check for
8922 `xemacs' feature instead of for the function `set-extent-property'.
8923
8924 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
8925
8926 * mail/mh-utils.el (mh-folder-hist): New var.
8927 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
8928
8929 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
8930
8931 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
8932 region, position point on the first or last 16-byte group.
8933 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
8934 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
8935 hexl-beginning-of-line.
8936
8937 2001-04-03 Gerd Moellmann <gerd@gnu.org>
8938
8939 * icomplete.el (icomplete-mode): Treat an argument like other
8940 modes do.
8941
8942 * startup.el (fancy-splash-head): Use splash8.xpm for color
8943 depth 8.
8944
8945 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
8946 Add an antry for ``converts''.
8947
8948 * language/slovak.el ("Slovak"): Add documentation string.
8949 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
8950
8951 * language/czech.el ("Czech"): Add documentation string.
8952 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
8953
8954 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
8955 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
8956
8957 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
8958
8959 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
8960 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
8961 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
8962 Use `defsubst' rather than a macro to ease debugging.
8963 (mail-extr-last): Remove (use `last' instead).
8964 (mail-extract-address-components): Properly reset the syntax-table
8965 after parsing an address. Use `last' rather than mail-extr-last.
8966 Make sure the end marker stays at the very end.
8967
8968 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
8969
8970 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
8971 last change.
8972
8973 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8974
8975 * ps-print.el: Line and paragraph spacing feature. Region to cut
8976 out when printing. Doc fix.
8977 (ps-print-version): New version number (6.5).
8978 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
8979 New vars. Line and paragraph spacing feature.
8980 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
8981 out when printing.
8982 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
8983 (ps-get-font-size, ps-begin-job, ps-continue-line)
8984 (ps-plot-region): Code fix.
8985 (ps-print-prologue-2): Var eliminated.
8986 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
8987 New internal vars.
8988 (ps-get-size): New fun.
8989 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
8990 (ps-next-line): Replace defun by defsubst.
8991 (ps-mule-plot-string): Autoload doc fix.
8992
8993 * ps-bdf.el: XEmacs compatibility. Doc fix.
8994 (installation-directory, coding-system-for-read): Declare vars if
8995 it's not declared yet.
8996 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
8997
8998 * ps-mule.el: XEmacs compatibility. Doc fix.
8999 (leading-code-private-22): Declare var if it's not declared yet.
9000 (charset-bytes, charset-dimension, charset-id, charset-width)
9001 (find-charset-region, split-char, char-width, chars-in-region)
9002 (forward-point, decompose-composite-char, encode-coding-string)
9003 (coding-system-p, ccl-execute-on-string, define-ccl-program):
9004 Define funs if not defined yet.
9005 (encode-composition-rule, find-composition): Define funs if not
9006 loaded yet.
9007 (ps-mule-prologue): PostScript code fix.
9008
9009 2001-04-02 Kenichi Handa <handa@etl.go.jp>
9010
9011 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
9012 non-nil, generate font for the header strings.
9013 (ps-mule-prepare-font): Likewise.
9014 (ps-mule-generate-glyphs): Likewise.
9015 (ps-mule-string-encoding): Likewise.
9016 (ps-mule-header-charsets): New variable.
9017 (ps-mule-encode-header-string): New function.
9018 (ps-mule-header-string-charsets): New function.
9019 (ps-mule-begin-job): Check charsets in the header strings. If there
9020 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9021
9022 * ps-print.el (ps-generate-header-line): Encode the header string by
9023 ps-mule-encode-header-string.
9024 (ps-mule-encode-header-string): Declare autoload.
9025
9026 2001-04-02 Gerd Moellmann <gerd@gnu.org>
9027
9028 * frame.el (cursor-in-non-selected-windows):
9029 Replaces show-cursor-in-non-selected-windows.
9030
9031 2001-03-31 Kenichi Handa <handa@etl.go.jp>
9032
9033 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9034 Delete entries for "chinese-py" and "chinese-ziranma".
9035 (quail-misc-package-ext-info): New variable.
9036 (tsang-quick-converter): New function.
9037 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9038 (quick-cns-converter, py-converter, ziranma-converter)
9039 (miscdic-convert, batch-miscdic-convert): New functions.
9040
9041 2001-03-30 Kenichi Handa <handa@etl.go.jp>
9042
9043 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9044 eight-bit-control chars.
9045
9046 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9047 Reduce making temporary vector (suggested by Dave Love).
9048
9049 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9050
9051 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9052 string as well.
9053
9054 2001-03-30 Andreas Schwab <schwab@suse.de>
9055
9056 * files.el (backup-directory-alist): Fix typo.
9057
9058 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9059
9060 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
9061 <eggert@twinsun.com>.
9062
9063 2001-03-30 Dave Love <fx@gnu.org>
9064
9065 * progmodes/fortran.el (fortran-comment-region): Fix typo.
9066
9067 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9068
9069 * simple.el (transient-mark-mode): Mention C-g in the doc string.
9070
9071 2001-03-30 Miles Bader <miles@gnu.org>
9072
9073 * subr.el (interactive-form): Fix paren typo.
9074
9075 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
9076
9077 * emacs-lisp/profile.el: Say that it's obsolete in the header
9078 line, so that finder.el puts that into its data-base.
9079 Suggested by Alex Schroeder <alex@gnu.org>.
9080
9081 2001-03-29 Paul Eggert <eggert@twinsun.com>
9082
9083 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9084 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9085
9086 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
9087
9088 * generic.el (generic-mode-set-comments): Use "" rather than nil
9089 for comment-end.
9090
9091 2001-03-29 Gerd Moellmann <gerd@gnu.org>
9092
9093 * emacs-lisp/advice.el (ad-make-advised-definition):
9094 Call interactive-form to obtain the interactive spec of subrs.
9095
9096 * subr.el (interactive-form): New function.
9097
9098 2001-03-29 Andre Spiegel <spiegel@gnu.org>
9099
9100 * vc-sccs.el (vc-sccs-register): Use relative file names.
9101
9102 2001-03-28 Gerd Moellmann <gerd@gnu.org>
9103
9104 * bookmark.el (bookmark-get-bookmark): Handle case that
9105 BOOKMARK is not a string.
9106
9107 * image.el (image-type-regexps): Change type for PS files
9108 to `postscript'.
9109
9110 * subr.el (read-passwd): Clear command history after each
9111 character entered. From: Stephen Gildea
9112 <gildea@stop.mail-abuse.org>.
9113
9114 2001-03-27 Kenichi Handa <handa@etl.go.jp>
9115
9116 * international/kkc.el (kkc-save-init-file): Locally bind
9117 print-length to nil.
9118
9119 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9120
9121 * textmodes/flyspell.el: Some doc fixes.
9122 (flyspell-maybe-correct-transposition)
9123 (flyspell-maybe-correct-doubling): Use a temporary buffer
9124
9125 * textmodes/ispell.el (ispell-parse-output): Doc fix.
9126
9127 * emacs-lisp/byte-opt.el (byte-optimize-while)
9128 (byte-optimize-form-code-walker): Diagnose too few arguments
9129 for `if' and `while'.
9130
9131 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9132
9133 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9134 Prepend `\' to "\<quail-translation-docstring>".
9135
9136 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9137
9138 * autorevert.el (global-auto-revert-non-file-buffers):
9139 Remove duplicate defcustom.
9140
9141 2001-03-26 Miles Bader <miles@gnu.org>
9142
9143 * international/latin1-disp.el (latin1-char-displayable-p):
9144 Add leading "-" for X font pattern.
9145
9146 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9147
9148 * international/mule-diag.el (describe-coding-system):
9149 For raw-text and emacs-mule, don't add anymore text about what
9150 charsets they can encode.
9151
9152 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
9153
9154 * help.el (view-lossage): Mention open-dribble-file in the doc
9155 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9156
9157 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9158
9159 * skeleton.el (skeleton-internal-list): Fix bogus logic.
9160 (skeleton-pair-insert-maybe): Don't pair after a backslash.
9161
9162 2001-03-23 Kenichi Handa <handa@etl.go.jp>
9163
9164 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9165 Call ccl-execute-on-string directly so that CCL program handling
9166 multibyte sequence can work correctly.
9167 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9168 property of the coding system.
9169
9170 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9171
9172 * textmodes/fill.el (fill-individual-paragraphs-prefix):
9173 Fix transcription typo.
9174
9175 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
9176
9177 * whitespace.el: Add buffer local variables to toggle testing of
9178 whitespaces in buffers without affecting the default values.
9179 Bump version to 3.0 to account for a few other changes.
9180 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9181 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9182 (whitespace-toggle-spacetab-check): New functions.
9183
9184 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
9185
9186 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9187
9188 2001-03-21 Gerd Moellmann <gerd@gnu.org>
9189
9190 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9191 bs-cycle-configuration-name. From Juanma Barranquero
9192 <lektu@uol.com.br>.
9193
9194 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9195 and cc-vars.el.
9196
9197 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9198 headers. Always invoke sendmail with option -t.
9199
9200 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9201
9202 * Release of cc-mode 5.28.
9203
9204 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9205
9206 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9207 Removed the hardcoded switch to "java" style in Java mode.
9208 It's instead taken care of by the default value for c-default-style.
9209
9210 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9211
9212 * cc-align.el (c-lineup-math): Fix bug where lineup was
9213 triggered by equal signs in string literals.
9214
9215 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9216
9217 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9218 limit detection when at the ends of the buffer.
9219
9220 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9221 "for" statement clause in case 7F; a better one is done
9222 earlier in case 7D anyway.
9223
9224 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9225
9226 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9227 somewhat more and did a small optimization.
9228
9229 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9230
9231 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9232 Use the limit argument only to limit the syntactic context
9233 search, not to limit the actual movement.
9234
9235 * cc-cmds.el (c-beginning-of-statement): Move by sentence
9236 inside multiline strings, just like in comments. Also various
9237 fixes to the paragraph and comment prefix recognition, block
9238 comment ender handling etc.
9239
9240 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9241
9242 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9243 the relative position of the point.
9244
9245 * cc-cmds.el (c-electric-continued-statement): New function to
9246 use as abbrev hook to reindent for keywords such as "else"
9247 that continues an earlier statement.
9248
9249 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9250 like classes.
9251
9252 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9253 (pike-mode): Populate the default abbrev tables to reindent for
9254 keywords such as "else" that can continue earlier statements.
9255 Abbrev mode is therefore turned on by default now. (Note that
9256 this doesn't apply to idl-mode, since IDL afaik doesn't have
9257 statements at all.)
9258
9259 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9260
9261 * cc-engine.el (c-inside-bracelist-p): Fix for handling
9262 bracelists where the declaration contains template arguments.
9263
9264 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9265
9266 * cc-cmds.el (c-comment-indent):
9267 Use `c-get-syntactic-indentation' to correctly calculate the
9268 syntactic indentation. Fixes bug with lineup functions that
9269 return vectors.
9270
9271 * cc-engine.el (c-get-syntactic-indentation): Split the
9272 indentation sum calculation from `c-indent-line' to a separate
9273 function.
9274
9275 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9276
9277 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9278 Fixed places where it was assumed that preprocessor directives
9279 have to start in column zero.
9280
9281 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9282 template arguments after a class identifier properly.
9283
9284 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9285 lists for `new Foo[]' constructs in Java as expressions and
9286 not top level definition brace lists on the top level, so that
9287 they'll get indented consistently with the same type of
9288 expression in a normal block.
9289
9290 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9291
9292 * cc-cmds.el (c-fill-paragraph): The kludge that checks
9293 whether the adaptive filling package fails to keep the comment
9294 prefix is now kludged further to check for filladapt-mode
9295 which doesn't have that problem. This is really icky, but it's
9296 the only way that works with the current misfeatures/bugs in
9297 both adaptive-fill-mode and filladapt-mode.
9298
9299 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9300 around point is recognized more robust.
9301
9302 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9303
9304 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9305 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9306 (c-lit-type): Fixed all internal variables used dynamically so
9307 that they are always bound.
9308
9309 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9310 errors:
9311
9312 (c-indent-region): Fixed reporting of syntactic errors so that
9313 the region is fully reindented even when an error occurs.
9314 The last syntactic error is printed afterwards. Also cleanup up a
9315 whole lot of code that tried to optimize indentation of whole
9316 sexps but in reality accomplishes nothing.
9317
9318 (c-indent-sexp): Use c-indent-region.
9319
9320 (c-parsing-error): Changed this variable to hold the message
9321 for any syntactic error that is discovered.
9322
9323 (c-parse-state): Search backward from point instead of the bod
9324 position when the latter is invalid. This makes CC Mode
9325 recover faster when there are unbalanced close braces.
9326
9327 (c-backward-to-start-of-if): Use c-parsing-error to report
9328 dangling "else" clauses instead of throwing an error, and fall
9329 back to a reasonable position.
9330
9331 (c-indent-line): Added argument to avoid reporting syntactic errors.
9332
9333 (c-show-syntactic-information): Don't report any syntactic errors.
9334
9335 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9336
9337 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9338 paragraph recognition when moving by sentence in literals.
9339
9340 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9341 start regexp for javadoc to recognize javadoc markup in general instead
9342 of a specific set of keywords, to be more future-safe.
9343
9344 (c-Pike-pikedoc-paragraph-start)
9345 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9346 pikedoc markup.
9347
9348 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
9349
9350 (pike-mode): Initialize paragraph settings pikedoc recognition.
9351
9352 * cc-vars.el (c-default-style): Made a nicer Customize widget.
9353
9354 (c-comment-prefix-regexp): Made it possible to use an
9355 association list on this to specify mode specific regexps.
9356 The default value now use a special regexp in Pike mode to
9357 recognize pikedoc markup.
9358
9359 (c-current-comment-prefix): New variable containing the actual
9360 regexp from c-comment-prefix-regexp for the current buffer.
9361
9362 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9363
9364 * cc-cmds.el (c-electric-brace): Fixed check for special brace
9365 lists: We can't look at the syntax, since a brace list can get
9366 recognized as a plain statement-cont.
9367
9368 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9369 special brace list opener broken over two lines got recognized
9370 as a statement on the second line. Case 9A changed.
9371
9372 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9373
9374 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9375 adjustment after line is reindented.
9376
9377 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9378
9379 * cc-defs.el (c-point): Added optional argument for position
9380 to use instead of the current point.
9381
9382 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9383 the in-expression block symbols when the construct starts at
9384 boi, to avoid the extra level of indentation in that case.
9385 Cases 4, 16A and 17E affected.
9386
9387 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9388
9389 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9390 calls to `c-indent-line', to adhere better to Emacs conventions.
9391
9392 * cc-engine.el (c-indent-line): Use the syntax already bound
9393 to `c-syntactic-context', if there is any.
9394
9395 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9396
9397 * cc-engine.el (c-get-offset): Fixed bug where the indentation
9398 wasn't added up correctly when a lineup function returned nil.
9399
9400 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9401
9402 * cc-engine.el (c-collect-line-comments): Fixed bug where
9403 empty lines were ignored when collecting line comments backwards.
9404
9405 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9406
9407 * cc-align.el (c-lineup-dont-change): Return an absolute
9408 indentation column to work correctly in the case when several
9409 syntactic elements are processed for the same line.
9410
9411 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9412 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9413 (c-set-offset): Added absolute indentation column settings by
9414 using the vector type.
9415
9416 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9417
9418 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9419 Implemented two new cleanups `space-before-funcall' and
9420 `compact-empty-funcall'.
9421
9422 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9423
9424 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9425 helping building regexps.
9426
9427 * cc-engine.el (c-on-identifier): New function for detecting
9428 identifiers. It takes keywords into account.
9429
9430 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9431 lists. `c-keywords' is set to a regexp matching all keywords
9432 in the current language.
9433
9434 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9435
9436 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9437 list of characters to skip backwards over at the beginning of
9438 a statement, since it can precede string literals in Pike.
9439
9440 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9441
9442 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9443 recognition when standing on the last line in a C++ comment
9444 with nothing but whitespace after the prefix.
9445
9446 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9447 given no limit argument.
9448
9449 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9450
9451 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9452 recognition for the `[]= operator symbol in Pike.
9453
9454 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9455
9456 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9457 around a bug in `eval-when-compile' in the byte compiler.
9458
9459 * cc-engine.el (c-forward-token-1): Fixed bug with return
9460 value when count is zero and there's no token start within the limit.
9461
9462 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9463 "prefix comments", i.e. comments which are followed by code on
9464 the same line.
9465
9466 * cc-mode-19.el: Fixes so that checks that must be done at
9467 compile time also are done then.
9468
9469 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9470
9471 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9472 time and at runtime, and only when it's needed.
9473
9474 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9475
9476 Major cleanup for less error prone and more warning free
9477 compilation, including some fixes for bugs due to different
9478 compilation orders. Thanks to Martin Buchholz for providing
9479 the basis for all this.
9480
9481 * cc-bytecomp.el: New file that provides some byte compilation
9482 features: It ensures that files always are loaded from the
9483 current source directory during compilation, and it provides a
9484 set of macros to turn off specific compiler warnings for
9485 specific symbols. (It's not CC Mode specific in any way.)
9486
9487 Fixed a nearly acyclic dependency tree (both runtime and
9488 compile-time) between all files.
9489
9490 * cc-defs.el: Separated all macros before the inline functions,
9491 to ensure correct compilation.
9492
9493 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9494 cc-defs.el to cc-engine.el and made it a function instead.
9495
9496 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9497 about char-after.
9498
9499 * cc-vars.el: Cope even when there isn't a custom package
9500 containing defcustom available.
9501
9502 * cc-make.el: Removed since it's no longer necessary.
9503
9504 README: Updated installation instructions.
9505
9506 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9507
9508 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9509 improve the modularity: Moved all mode init stuff from
9510 cc-langs.el to cc-mode.el, including the keymap
9511 initialization; cc-langs now only contains the various
9512 variables for configuring the language syntax.
9513
9514 * cc-engine.el, cc-styles.el (c-evaluate-offset)
9515 (c-get-offset): Moved from cc-styles to cc-engine since file
9516 dependency analysis suggests they belong there (which also
9517 makes more sense). Thanks to Martin Buchholz for doing the analysis.
9518
9519 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9520
9521 * cc-cmds.el (c-fn-region-is-active-p): New function that
9522 wraps the corresponding macro, for use in places that aren't
9523 compiled. Thanks to Martin Buchholz for pointing out this.
9524
9525 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
9526
9527 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9528 add things to the bug report.
9529
9530 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9531
9532 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9533 returned prefix could contain a newline when the search for a
9534 good prefix line failed.
9535
9536 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9537
9538 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9539 (c-toggle-auto-hungry-state): Made the argument optional, as
9540 the documentation says it is.
9541
9542 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9543
9544 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9545 multiline string syntax, #"...", as a cpp macro.
9546
9547 2001-03-21 Paul Eggert <eggert@twinsun.com>
9548
9549 * international/mule-cmds.el (set-locale-environment):
9550 Set system-messages-locale and system-time-locale, but only if the
9551 caller specifies a non-nil locale name.
9552
9553 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9554
9555 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
9556 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
9557
9558 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9559
9560 * follow.el (follow-avoid-tail-recenter): Doc fix.
9561
9562 * custom.el (custom-set-variables): Avoid reversing the list
9563 of args needlessly.
9564
9565 * startup.el (fancy-splash-head): Don't change the colors of the
9566 XPM image on a dark background.
9567
9568 * comint.el (comint-exec-1): Set columns of the terminal to
9569 window-width instead of frame-width.
9570
9571 * info.el (Info-scroll-down): Add missing WINDOW arg for
9572 pos-visible-in-window-p.
9573
9574 * ehelp.el (electric-help-mode-hook): Add defcustom.
9575
9576 * mail/sendmail.el (mail-mode): Activate case-folding in
9577 font-lock-defaults.
9578
9579 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
9580
9581 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9582 (completion-ignored-extensions): Remove duplicate ".class".
9583
9584 2001-03-19 Andreas Schwab <schwab@suse.de>
9585
9586 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9587 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9588
9589 2001-03-19 Gerd Moellmann <gerd@gnu.org>
9590
9591 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9592 methods since there are not prefix input methods.
9593
9594 2001-03-19 Kenichi Handa <handa@etl.go.jp>
9595
9596 * international/mule-cmds.el (read-input-method-name):
9597 Locally bind enable-recursive-minibuffers to t.
9598
9599 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
9600
9601 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
9602
9603 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
9604
9605 * ediff-util.el: Copyright years.
9606 (ediff-choose-syntax-table): New function.
9607 (ediff-setup): Use ediff-choose-syntax-table.
9608
9609 * ediff-init.el (ediff-with-syntax-table): New macro, uses
9610 with-syntax-table.
9611
9612 * ediff.el: Date of last update, copyright years.
9613
9614 * ediff-wind (ediff-setup-control-frame): Nill->nil.
9615
9616 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
9617 of Scott Bronson.
9618 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
9619 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
9620 Deleted functions.
9621 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
9622 ex-token-list.
9623
9624 * viper-util.el: Spaces, indentation.
9625
9626 * viper.el: Changed version, modification time.
9627
9628 2001-03-16 John Wiegley <johnw@gnu.org>
9629
9630 * calendar/timeclock.el (timeclock-workday-remaining):
9631 Check whether `discrep' is non-null before using it.
9632
9633 2001-03-16 John Wiegley <johnw@gnu.org>
9634
9635 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
9636 first-time checkins.
9637 (timeclock-log-data): Fixed problem with reading timelog log file.
9638 Resulting data in the "day list" was incorrect.
9639 (timeclock-find-discrep): Check if `timeclock-file' is readable
9640 before opening it.
9641 (timeclock-time-less-p): New function.
9642 (timeclock-day-base): New function.
9643 (timeclock-geometric-mean): New function.
9644 (timeclock-generate-report): Generate a summary report based on
9645 the contents of the log file. This uses `timeclock-log-data', and
9646 is an example of writing a timelog manipulation function.
9647 (timeclock-visit-timelog): A quick command for opening the timelog
9648 file.
9649 (timeclock-log-data): Bound the variable event.
9650
9651 2001-03-16 Kenichi Handa <handa@etl.go.jp>
9652
9653 * international/mule-cmds.el (select-safe-coding-system):
9654 Fix typo: symbol-name -> symbol-value.
9655
9656 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
9657 before substitute-in-file-name to handle double slashes in FILE
9658 correctly.
9659
9660 2001-03-15 Gerd Moellmann <gerd@gnu.org>
9661
9662 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9663 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
9664
9665 2001-03-14 Gerd Moellmann <gerd@gnu.org>
9666
9667 * bindings.el (features): Add `md5' and `overlay' to the list.
9668
9669 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
9670 bound before using it. It's not bound when configured without X,
9671 for instance.
9672
9673 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
9674
9675 * progmodes/hideshow.el: Update copyright.
9676 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
9677 (hs-minor-mode-hook): Include `:version' in defcustom form.
9678
9679 2001-03-13 Gerd Moellmann <gerd@gnu.org>
9680
9681 * help.el (string-key-binding): Don't call event-start on
9682 a non-list.
9683
9684 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
9685
9686 * startup.el (fancy-splash-tail, command-line-1): Fix the
9687 copyright year.
9688
9689 2001-03-13 Kenichi Handa <handa@etl.go.jp>
9690
9691 * term.el: These changes are based on a patch sent from Yong Lu
9692 <lyongu@yahoo.com>.
9693 (term-set-escape-char): Bind M-x to execute-extended-command in
9694 term-raw-escape-map.
9695 (term-move-columns): Don't try to move to negagive column.
9696 (term-emulate-terminal): Insert a string before deleting a text to
9697 overwrite.
9698
9699 2001-03-12 Gerd Moellmann <gerd@gnu.org>
9700
9701 * play/life.el (life): Rearrange code so that all calls to
9702 life-display-generation are in a catch-form.
9703
9704 * progmodes/etags.el (tags-loop-continue): Don't change point in a
9705 file that isn't interesting. In an interesting file, push the old
9706 value of point on the mark ring.
9707
9708 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
9709 New function.
9710 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
9711 Use it.
9712
9713 * emacs-lisp/autoload.el (generate-file-autoloads):
9714 Remove warning about line lengths.
9715
9716 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9717
9718 * progmodes/etags.el (tags-compression-info-list): New variable.
9719 (find-tag-in-order): Use it to deal with compressed source files.
9720 (tag-file-name-match-p): New function.
9721 (etags-recognize-tags-table): Use it for better match of file names.
9722
9723 2001-03-12 Kenichi Handa <handa@etl.go.jp>
9724
9725 * international/mule-cmds.el (register-input-method): Doc fix.
9726
9727 * international/quail.el (quail-translate-key): Fix condition to
9728 check if there's another breaking point in the current key.
9729
9730 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
9731
9732 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
9733 Babyl header to the newly-created output file, bind
9734 coding-system-for-write to either rmail-file-coding-system or
9735 emacs-mule-unix.
9736
9737 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
9738
9739 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
9740 Fix the name and regexp used for subsubsections.
9741
9742 2001-03-10 Dave Love <fx@gnu.org>
9743
9744 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
9745 and save-buffer if buffer-file-name non-nil. From rms.
9746
9747 2001-03-10 Andre Spiegel <spiegel@gnu.org>
9748
9749 * vc.el (vc-do-command): If the destination buffer is already
9750 current, don't set it up and don't erase it. Updated doc string
9751 to reflect that.
9752 (vc-version-diff): When doing a single file diff, don't switch to the
9753 *vc-diff* buffer before the command. This is to preserve local
9754 variable bindings that might affect the diff command.
9755 (vc-print-log): Don't switch to the *vc* buffer before the
9756 command, so that local variable bindings are preserved.
9757
9758 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
9759 not the current buffer.
9760 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
9761
9762 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
9763 make output go to buffer *vc*, not the current buffer.
9764
9765 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
9766
9767 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
9768 so ^, $, *, ? and + are interpreted correctly.
9769
9770 2001-03-09 Gerd Moellmann <gerd@gnu.org>
9771
9772 * help.el (string-key-binding): Renamed from
9773 mode-line-key-binding. Handle any event on a string.
9774 Check for `keymap' properties as well as `local-map' properties.
9775
9776 * comint.el (comint-insert-clicked-input): Use the last key
9777 from this-command-keys to lookup the global key definition.
9778
9779 2001-03-09 Kenichi Handa <handa@etl.go.jp>
9780
9781 * international/characters.el: Add category `j' for
9782 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
9783
9784 * international/mule-conf.el (no-conversion): Fix docstring.
9785 (raw-text): Fix docstring.
9786
9787 2001-03-08 Gerd Moellmann <gerd@gnu.org>
9788
9789 * simple.el (choose-completion-string): When not leaving the
9790 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
9791 is set.
9792
9793 * window.el (shrink-window-if-larger-than-buffer): Handle frame
9794 parameter `(minibuffer . t)'.
9795
9796 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
9797
9798 * progmodes/sh-script.el (sh-st-symbol): New symbol.
9799 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
9800 (sh-mode): Remove `make-local-variable' for unused var
9801 `font-lock-unfontify-region-function'.
9802
9803 2001-03-07 Richard M. Stallman <rms@gnu.org>
9804
9805 * info.el (Info-scroll-down): Fix previous change.
9806
9807 * mail/rmail.el (rmail-toggle-header): Use a window which
9808 is showing the Rmail buffer, rather than the selected window.
9809
9810 2001-03-07 Dave Love <fx@gnu.org>
9811
9812 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
9813 now, to avoid problems with binding imenu directly to a mouse event.
9814
9815 2001-03-07 Gerd Moellmann <gerd@gnu.org>
9816
9817 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
9818 second arg t.
9819
9820 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
9821
9822 * log-edit.el (log-edit-common-indent): New var.
9823 (log-edit-set-common-indentation): Renamed from
9824 log-edit-delete-common-indentation. Use the new var.
9825 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
9826
9827 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
9828 (cvs-mode-add-change-log-entry-other-window):
9829 Don't presume change-log-default-name is defined.
9830
9831 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
9832
9833 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
9834 the "tree" operation as well.
9835
9836 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
9837
9838 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
9839 to match paragraph-start.
9840
9841 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
9842 comment-start-skip and set comment-end-skip as well.
9843 (sgml-comment-indent): Fix for new value of comment-start-skip.
9844 (html-autoview-mode): Don't bother using make-local-hook.
9845
9846 2001-03-07 Gerd Moellmann <gerd@gnu.org>
9847
9848 * cus-edit.el (custom-save-delete): Move in front of local
9849 variables, otherwise long Custom entries would make them ineffective.
9850
9851 * uniquify.el: Set maintainer to FSF.
9852
9853 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
9854
9855 * dired-aux.el (dired-do-shell-command): Doc fix.
9856
9857 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
9858
9859 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
9860
9861 * which-func.el (which-func-modes): Add cperl-mode.
9862 (which-func-mode-global): Use define-minor-mode.
9863
9864 * info-look.el: Docstring fixes and dead code eliminated.
9865 (cperl-mode): Add support.
9866 (emacs-lisp-mode): List all entries from elisp manual, whether
9867 or not they are currently (f)bound or not. Update regexp.
9868
9869 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
9870
9871 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
9872 so that C-h m shows the correct information.
9873 Use make-local-variable rather than make-variable-buffer-local.
9874 (cperl-info-buffer, cperl-setup-tmp-buf):
9875 Use make-local-variable rather than make-variable-buffer-local.
9876 (cperl-msb-fix, cperl-get-help-defer):
9877 Check major-mode for `cperl-mode' as well.
9878
9879 * progmodes/cperl-mode.el: Updated to author version 4.23.
9880 (cperl-electric-pod): SYNOPSIS was misspelled.
9881 (cperl-find-pods-heres): @if ? a : b was considered a REx.
9882 (cperl-after-expr-p): Make true after __END__.
9883
9884 2001-03-06 Gerd Moellmann <gerd@gnu.org>
9885
9886 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
9887 bookmark-completion-ignore-case is t.
9888
9889 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
9890 switch, like xterm, and concat resource strings, with a newline
9891 between them.
9892
9893 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
9894
9895 * international/codepage.el (cp770-decode-table)
9896 (cp773-decode-table, cp774-decode-table): New variables.
9897
9898 * man.el (Man-hyphenated-reference-regexp): New variable.
9899 (Man-build-references-alist): Use it to search for referenced
9900 manpages. If hyphenated is non-nil, record a concatenated word in
9901 Man-refpages-alist only if it matches Man-reference-regexp.
9902 Update word's length when it is concatenated. Reverse the list,
9903 to get the first manpage at the head.
9904 (Man-possibly-hyphenated-word): New function.
9905 (Man-follow-manual-reference): Use it instead of current-word to
9906 find a manpage at point, in a way that accounts for hyphenated
9907 references.
9908
9909 2001-03-06 Alex Schroeder <alex@gnu.org>
9910
9911 * sql.el (sql-interbase): New function.
9912 (sql-interbase-program): New option.
9913 (sql-interbase-options): New option.
9914 And some typos fixed: "customise" to "customize".
9915
9916 2001-03-06 Dave Love <fx@gnu.org>
9917
9918 * textmodes/flyspell.el (flyspell-region):
9919 Set up flyspell-local-mouse-map.
9920
9921 2001-03-05 Richard M. Stallman <rms@gnu.org>
9922
9923 * mail/rmail.el (rmail-retry-failure):
9924 Don't call rmail-beginning-of-message.
9925 Don't discard From: field. Do discard Received: field.
9926 Use unwind-protect to re-prune.
9927 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
9928
9929 2001-03-06 Kenichi Handa <handa@etl.go.jp>
9930
9931 * international/quail.el (quail-title): Add autoload cookie.
9932
9933 2001-03-05 Dave Love <fx@gnu.org>
9934
9935 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
9936 new defs.
9937
9938 2001-03-05 Kenichi Handa <handa@etl.go.jp>
9939
9940 * language/ethio-util.el (ethio-toggle-space):
9941 Update current-input-method-title if necessary.
9942 (ethio-toggle-punctuation): Likewise.
9943
9944 * international/quail.el (quail-title): Fix for the case that a
9945 title of an input method is specified by a list of the same form
9946 as used in mode-line-format.
9947
9948 * international/mule-cmds.el (activate-input-method):
9949 If current-input-method-title is set by activating INPUT-METHOD,
9950 respect that value.
9951
9952 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9953
9954 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
9955
9956 2001-03-05 Alex Schroeder <alex@gnu.org>
9957
9958 * sql.el (sql-sybase): Fix typo (was: query user about server two
9959 times instead of server and database).
9960
9961 * sql.el (sql-sybase): Doc change.
9962 (sql-mysql): Doc change.
9963 (sql-postgres): Doc change.
9964
9965 2001-03-05 Kenichi Handa <handa@etl.go.jp>
9966
9967 * international/mule-conf.el (emacs-mule, raw-text):
9968 Docstring modified.
9969
9970 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
9971
9972 * term/internal.el: Update copyright notice.
9973
9974 * term/pc-win.el: Update copyright notice.
9975
9976 2001-03-02 Dave Love <fx@gnu.org>
9977
9978 * files.el (insert-file-contents-literally):
9979 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
9980 not jka-compr-compression-info-list.
9981
9982 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
9983
9984 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
9985 spaces in default comment-start-skip settings rather than \s-.
9986
9987 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
9988
9989 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
9990 default-frame-alist as well.
9991
9992 2001-03-01 Dave Love <fx@gnu.org>
9993
9994 * textmodes/reftex.el (defvar): Wrap some defvars in
9995 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
9996
9997 * subr.el (event-basic-type): Doc fix.
9998
9999 * international/quail.el: Doc fixes.
10000
10001 * international/utf-8.el: Doc fixes.
10002
10003 * international/mule-cmds.el: Doc fixes.
10004 (leim-list-header): Fix header text.
10005
10006 * international/mule.el (coding-system-category): Doc fix.
10007
10008 * international/ccl.el (ccl-compile): Doc fix.
10009
10010 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
10011
10012 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10013 rather than (before|after)-change-functions.
10014
10015 2001-03-01 Gerd Moellmann <gerd@gnu.org>
10016
10017 * ediff-util.el (ediff-scroll-horizontally): Arrange for
10018 scroll-left and scroll-right being called interactively so that
10019 they set the window's min_hscroll.
10020
10021 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
10022
10023 * info.el (info-insert-file-contents-1): Accept an additional
10024 argument `lfn': if it is non-nil, concatenate `filename' and
10025 `suffix'; otherwise use the complicated MS-DOS code.
10026 All callers changed.
10027 (info-insert-file-contents, Info-find-node): If the MS-DOS port
10028 can access long file names, try the long file-name version of
10029 `info-insert-file-contents-1', then the short file-name version.
10030
10031 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
10032
10033 * language/ethio-util.el (setup-ethiopic-environment-internal):
10034 Change bindings of functions keys to conform to "Emacs Lisp Coding
10035 Convention".
10036
10037 * language/ethiopic.el ("Ethiopic"): Add documentation.
10038
10039 2001-02-28 Kenichi Handa <handa@etl.go.jp>
10040
10041 * international/utf-8.el (mule-utf-8): Set coding-category
10042 property to coding-category-utf-8.
10043
10044 2001-02-27 Richard M. Stallman <rms@gnu.org>
10045
10046 * lpr.el (lpr-page-header-switches, print-region-1):
10047 Undo 2000-07-06 change.
10048 (lpr-add-switches): Default to t on gnu/linux.
10049
10050 2001-02-27 Gerd Moellmann <gerd@gnu.org>
10051
10052 * bs.el (bs-attributes-list): Doc fix.
10053
10054 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10055
10056 * help.el (describe-project): Display the file THE-GNU-PROJECT.
10057
10058 * help.el (view-order-manuals): Use goto-address.
10059
10060 * startup.el (command-line-1): Add info about ordering manuals
10061 to the not so fancy splash screens.
10062
10063 2001-02-26 Andre Spiegel <spiegel@gnu.org>
10064
10065 * vc.el (vc-default-workfile-unchanged-p)
10066 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
10067
10068 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10069
10070 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
10071 fontify in the right buffer.
10072
10073 * allout.el (outline-flag-region): Move macro in front of first
10074 use to avoid a run-time error.
10075
10076 2001-02-24 Andrew Innes <andrewi@gnu.org>
10077
10078 * makefile.w32-in: Fix copyright notice.
10079
10080 2001-02-24 Kenichi Handa <handa@etl.go.jp>
10081
10082 * international/utf-8.el (mule-utf-8): Set correct value for
10083 valid-codes property.
10084
10085 * international/fontset.el (x-complement-fontset-spec): In the
10086 case that we use ASCII font for the other charsets, use only
10087 family and registry part of it.
10088
10089 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10090
10091 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10092 (shrink-window-if-larger-than-buffer): Doc fix.
10093
10094 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
10095
10096 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10097 predicate passed to completing-read.
10098
10099 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10100
10101 * startup.el (command-line): Fix last change.
10102
10103 2001-02-23 Jason Rumney <jasonr@gnu.org>
10104
10105 * startup.el (tool-bar-originally-present): New variable.
10106 (command-line): Set it if the tool-bar is switched on at startup.
10107
10108 * frame.el (frame-notice-user-settings): Only adjust frame height
10109 for no tool-bar case if tool-bar was originally switched on.
10110 From E. Jay Berkenbilt.
10111
10112 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
10113
10114 * server.el (server-switch-buffer): Only switch window if the
10115 current one is dedicated.
10116
10117 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10118 rather than using (match-beginning 0) when searching for break point.
10119
10120 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10121
10122 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10123 @ follows an accent command such as @'. Support optional braces
10124 in commands that insert accents, like makeinfo does.
10125
10126 2001-02-22 Gerd Moellmann <gerd@gnu.org>
10127
10128 * startup.el (fancy-splash-text): Add a line for ordering
10129 manuals. Reverse order of splash screens shown.
10130 (use-fancy-splash-screens-p): Adapt to the text line added.
10131
10132 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10133 manuals from the FSF.
10134
10135 * help.el (view-order-manuals): New function.
10136 (toplevel): Bind C-h C-m to this function.
10137
10138 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
10139
10140 * newcomment.el (comment-forward): Skip the comment-start before
10141 searching for the comment-end.
10142
10143 2001-02-21 Dave Love <fx@gnu.org>
10144
10145 * custom.el (custom-initialize-changed, defcustom): Doc fix.
10146
10147 * international/mule-cmds.el, international/mule.el: Doc fixes.
10148
10149 2001-02-21 Gerd Moellmann <gerd@gnu.org>
10150
10151 * startup.el (fancy-splash-screens): Use display-hourglass
10152 instead of display-busy-cursor.
10153
10154 * frame.el (display-hourglass): Renamed from busy-cursor.
10155 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10156 (show-cursor-in-non-selected-windows): Doc fix.
10157
10158 2001-02-20 Dave Love <fx@gnu.org>
10159
10160 * international/utf-8.el: Doc and commentary fixes.
10161
10162 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10163
10164 * ehelp.el (with-electric-help): Doc fix.
10165
10166 2001-02-20 Gerd Moellmann <gerd@gnu.org>
10167
10168 * msb.el (msb-mode): Call the update-buffers function explicitly
10169 with a FORCE argument.
10170
10171 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10172 FORCE. If set, update the menu even if frame-or-buffer-changed-p
10173 returns nil.
10174
10175 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10176
10177 * ps-print.el: Timestamp package replacement. Some enhancements.
10178 Some XEmacs compatibility. Doc fix.
10179 (ps-print-version): New version number (6.4).
10180 (ps-printer-name): Initialization fix.
10181 (ps-zebra-stripe-follow): Funcionality enhancement.
10182 (ps-prologue-file): Code enhancement.
10183 (ps-right-header): Timestamp package replacement.
10184 (ps-setup, ps-face-bold-p, ps-face-italic-p)
10185 (ps-get-page-dimensions)
10186 (ps-generate-header, ps-begin-file, ps-begin-job)
10187 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10188 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10189 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10190 (coding-system-for-write): Var declaration (XEmacs compatibility).
10191
10192 2001-02-20 Miles Bader <miles@gnu.org>
10193
10194 * image-file.el (image-file-name-extensions): Add "tif".
10195
10196 2001-02-19 Gerd Moellmann <gerd@gnu.org>
10197
10198 * wid-edit.el (widget-button-click): Save the selected window
10199 around the code handling clicks on buttons.
10200
10201 2001-02-18 Dave Love <fx@gnu.org>
10202
10203 * imenu.el (imenu--generic-function): Use mapc to iterate over
10204 syntax characters.
10205
10206 2001-02-17 Richard M. Stallman <rms@gnu.org>
10207
10208 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10209
10210 * uniquify.el (uniquify-buffer-name-style): Doc fix.
10211
10212 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10213
10214 * mouse.el (mouse-save-then-kill): If the distance from the new
10215 point to the mark is equal to the distance of point from the new
10216 point, move point instead of the mark.
10217
10218 2001-02-16 Dave Love <fx@gnu.org>
10219
10220 * textmodes/flyspell.el (flyspell-get-word): Return string without
10221 properties.
10222
10223 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10224
10225 * generic.el (generic-find-file-regexp): Doc fix.
10226 (generic-ignore-files-regexp): New defcustom.
10227 (generic-mode-find-file-hook): If the file's name matches the
10228 regexp in `generic-ignore-files-regexp', don't enter
10229 default-generic-mode. Doc fix.
10230
10231 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10232
10233 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
10234 Add autoload cookies.
10235
10236 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
10237 of cal-tex-24.
10238
10239 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10240
10241 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10242
10243 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10244 the character class after the (optional) drive, to support file
10245 names with embedded blanks.
10246
10247 2001-02-15 Sam Steingold <sds@gnu.org>
10248
10249 * textmodes/tex-mode.el (tex-shell-running):
10250 Check the process buffer too.
10251
10252 2001-02-15 Dave Love <fx@gnu.org>
10253
10254 * battery.el (battery-status-function): Fix doc, :type.
10255
10256 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
10257
10258 2001-02-15 Gerd Moellmann <gerd@gnu.org>
10259
10260 * subr.el (read-passwd): Clear Lisp memory holding password.
10261
10262 2001-02-15 Miles Bader <miles@gnu.org>
10263
10264 * info.el (Info-copy-current-node-name): New function.
10265 (Info-mode-menu): Add it to the menu.
10266
10267 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
10268
10269 * international/mule-cmds.el (toggle-input-method): Doc fix.
10270
10271 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
10272
10273 * replace.el (occur): Stop at end of buffer.
10274
10275 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
10276
10277 * international/mule-cmds.el (set-input-method): Another doc fix.
10278
10279 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
10280
10281 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10282
10283 2001-02-13 Miles Bader <miles@gnu.org>
10284
10285 * faces.el (set-face-background, set-face-foreground)
10286 (set-face-stipple): Treat a value of nil as being `unspecified'.
10287
10288 2001-02-12 Dave Love <d.love@dl.ac.uk>
10289
10290 * international/latin1-disp.el: Doc fixes.
10291 (latin1-display) <defgroup>: Add :link.
10292 (latin1-display) <function>: Set variable latin1-display.
10293
10294 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10295
10296 * international/mule-cmds.el (set-input-method): Doc fix.
10297
10298 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
10299
10300 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10301 (speedbar-line-file): Return nil if not a file.
10302 (speedbar-buffers-line-path): Return file for tags, and dir for files.
10303
10304 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
10305
10306 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10307 for remote files.
10308 (ediff-coding-system-for-read): Replaced the no-conversion default
10309 with raw-text.
10310
10311 * ediff-init.el: Removed :version from defcustom vars.
10312
10313 * ediff-util.el (ediff-compute-custom-diffs-maybe):
10314 Better handling of the diff mode.
10315
10316 * ediff.texi: Added ediff-coding-system-for-read.
10317
10318 * viper.texi: Fix typos.
10319
10320 2001-02-11 Dave Love <fx@gnu.org>
10321
10322 * shadowfile.el: Doc fixes.
10323 (shadow) <defgroup>: Add :link.
10324 (shadowfile-unload-hook): New function.
10325 (shadow-initialize): Use defalias, not fset.
10326 (shadow-define-cluster, shadow-define-literal-group)
10327 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
10328
10329 * international/mule.el: Doc and message fixes.
10330
10331 * international/ccl.el (define-ccl-program): Doc fix.
10332
10333 2001-02-11 Kenichi Handa <handa@etl.go.jp>
10334
10335 * faces.el (mode-line): Set :line-width property to -1.
10336
10337 2001-02-10 Richard M. Stallman <rms@gnu.org>
10338
10339 * complete.el (partial-completion-mode): Doc fix.
10340
10341 * simple.el (delete-key-deletes-forward-mode):
10342 Change `let' to `let*' to fix gross bug in last change.
10343
10344 * repeat.el (repeat): Don't let execute-kbd-macro alter
10345 real-last-command.
10346
10347 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
10348
10349 * simple.el (eval-expression): Doc fix.
10350
10351 2001-02-09 Dave Love <fx@gnu.org>
10352
10353 * imenu.el (imenu-generic-expression): Doc fix.
10354
10355 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10356 From Juanma Barranquero.
10357
10358 * emacs-lisp/authors.el (authors): Expand `root' before running find.
10359
10360 2001-02-09 Kenichi Handa <handa@etl.go.jp>
10361
10362 * faces.el (set-face-attribute): Describe the case of a negative
10363 value specified for :line-width.
10364
10365 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
10366
10367 * which-func.el (which-func-mode): Invert which-func-mode-global.
10368 From Juanma Barranquero <lektu@uol.com.br>.
10369
10370 2001-02-08 Dave Love <fx@gnu.org>
10371
10372 * wid-edit.el (widget-plist-convert-widget): Replace binding of
10373 widget-plist-value-type.
10374 (widget-alist-convert-widget): Replace binding of
10375 widget-alist-value-type.
10376
10377 * textmodes/paragraphs.el (sentence-end): Doc fix.
10378
10379 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10380 Remove `backward-line'.
10381
10382 * play/pong.el (pong-blank-color, pong-bat-color)
10383 (pong-ball-color, pong-border-color, pong-left-key)
10384 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10385 (pong-pause-key, pong-resume-key, pong-timer-delay):
10386 * mail/mh-comp.el (mh-compose-letter-function):
10387 * eshell/esh-mode.el (eshell-skip-prompt-function):
10388 * emulation/viper-ex.el (ex-unix-type-shell-options):
10389 * recentf.el (recentf-menu-filter):
10390 * ps-print.el (ps-print-region-function):
10391 * lpr.el (print-region-function):
10392 * forms.el (forms-mode-hooks):
10393 * dirtrack.el (dirtrack-directory-change-hook):
10394 * cus-start.el (temp-buffer-show-function, display-buffer-function):
10395 * textmodes/spell.el (spell-filter):
10396 * textmodes/fill.el (adaptive-fill-function):
10397 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10398 * progmodes/etags.el (find-tag-default-function):
10399 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10400 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10401
10402 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10403
10404 * emulation/viper-init.el (viper-fast-keyseq-timeout)
10405 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
10406 Meyering <jim@meyering.net>.
10407
10408 * loadup.el: Revert last change.
10409
10410 2001-02-07 Kenichi Handa <handa@etl.go.jp>
10411
10412 * international/mule.el (transform-make-coding-system-args):
10413 Make it work also for coding systems not using CCL.
10414
10415 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10416
10417 * simple.el (previous-matching-history-element)
10418 (next-matching-history-element): Doc fix.
10419
10420 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10421 specific part.
10422
10423 2001-02-06 Dave Love <fx@gnu.org>
10424
10425 * add-log.el (add-log-current-defun-function)
10426 (add-log-buffer-file-name-function, add-log-file-name-function):
10427 Fix :type.
10428 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10429
10430 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10431
10432 * info.el (info-initialize): Remove the test for system-type when
10433 invocation-directory is non-nil.
10434
10435 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10436 of `font-lock-defaults' to `backward-paragraph' rather than nil.
10437
10438 2001-02-06 Andrew Innes <andrewi@gnu.org>
10439
10440 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10441 absolute.
10442
10443 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
10444
10445 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10446 buffers. When hi-lock turned on rather than only checking current
10447 buffer for regexps, all buffers are checked. Moved activation of
10448 font-lock to hi-lock-refontify. When font-lock turned off rather
10449 than removing added highlighting just in current buffer, remove it
10450 in all buffers. Changed edit menu text from "Automatic
10451 Highlighting" to "Regexp Highlighting" Documentation for
10452 highlighting phrases, minor documentation changes.
10453 (hi-lock-set-file-patterns): Execute only if there are new or
10454 existing file patterns.
10455 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10456 unfontify and, if a support mode is active, will not refontify the
10457 whole buffer. If necessary, turn on font lock. (Removed
10458 font-lock-unfontify and font-lock support-mode-specific calls,
10459 such as lazy-lock-fontify-window.)
10460 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10461 patterns are found. Not useful now since find-file-hook is removed
10462 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10463 (hi-lock-face-phrase-buffer): New function. Also added related
10464 menu item and keybinding.
10465 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10466 (hi-lock-process-phrase): New function.
10467 (hi-lock-line-face-buffer): Doc fixes.
10468 (hi-lock-face-buffer): Doc fixes.
10469 (hi-lock-unface-buffer): Doc fixes.
10470
10471 2001-02-06 Gerd Moellmann <gerd@gnu.org>
10472
10473 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10474 dabbrev-ignored-regexps.
10475
10476 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10477
10478 * simple.el (kill-line): Doc fix.
10479
10480 2001-02-05 Dave Love <fx@gnu.org>
10481
10482 * loadup.el: Revert last two changes -- bootstrapping works with
10483 regenerated loaddefs.
10484
10485 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10486
10487 * isearch.el (isearch-forward): Doc fix.
10488
10489 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10490 of font-lock-defaults to backward-paragraph.
10491
10492 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10493
10494 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10495 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10496
10497 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10498
10499 * ebnf2ps.el: Eliminate time-stamp functions.
10500 (ebnf-version): New version (3.5).
10501 (ebnf-eps-finish-and-write): Replace time-stamp functions by
10502 format-time-string.
10503
10504 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10505
10506 * simple.el (next-line): Goto end-of-line before inserting a newline.
10507
10508 2001-02-05 Miles Bader <miles@gnu.org>
10509
10510 * image-file.el (insert-image-file): When visiting an image, also
10511 set `truncate-lines' to t so that any fringe arrow looks correct.
10512
10513 2001-02-05 Kenichi Handa <handa@etl.go.jp>
10514
10515 * isearch.el (isearch-forward): Add description about input method
10516 in the docsting.
10517
10518 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
10519
10520 * skeleton.el (skeleton-internal-1): Always push the mark for @.
10521
10522 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10523
10524 * info.el (info-initialize): If installation-directory is nil, for
10525 DOS/Windows systems try looking in a sibling of invocation-directory.
10526
10527 2001-02-02 Gerd Moellmann <gerd@gnu.org>
10528
10529 * wid-edit.el (widget-button-click): Fix last change.
10530
10531 * frame.el (frame-notice-user-settings): When resizing the initial
10532 frame because the tool bar is off, also change the frame's top
10533 position if a negative top position was specified.
10534
10535 2001-02-02 Miles Bader <miles@gnu.org>
10536
10537 * image-file.el (insert-image-file): When visiting an image,
10538 suppress the cursor in the image buffer.
10539
10540 2001-02-01 Dave Love <fx@gnu.org>
10541
10542 * progmodes/f90.el (f90-mode): Remove startup message.
10543
10544 * vc-cvs.el: Remove autoloads. Require vc when compiling.
10545
10546 2001-02-01 Gerd Moellmann <gerd@gnu.org>
10547
10548 * startup.el (command-line): Fix code determining whether or not
10549 to use delete-key-deletes-forward-mode.
10550
10551 2001-02-01 Andre Spiegel <spiegel@gnu.org>
10552
10553 * vc.el (vc-diff-switches): New user option.
10554 (vc-version-diff): Use it.
10555 (vc-diff-switches-list): New macro.
10556
10557 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10558 New customization options.
10559 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10560
10561 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10562
10563 2001-02-01 Gerd Moellmann <gerd@gnu.org>
10564
10565 * msb.el (toplevel): Quote hook symbols.
10566
10567 2001-02-01 Kenichi Handa <handa@etl.go.jp>
10568
10569 * international/mule.el (make-coding-system): Add description
10570 about recognized properties in the docstring.
10571
10572 * international/mule-conf.el: Remove unused charsets
10573 mac-roman-lower and mac-roman-upper.
10574
10575 2001-01-31 Gerd Moellmann <gerd@gnu.org>
10576
10577 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10578 is in front of the left-margin, if any.
10579
10580 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10581 like `delete'.
10582
10583 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
10584
10585 * term/w32-win.el (mouse-set-font): Doc fix.
10586
10587 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
10588
10589 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10590 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10591 on already.
10592
10593 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
10594
10595 * files.el (save-buffer): Don't give message if (buffer-file-name)
10596 returns nil.
10597
10598 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
10599
10600 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
10601
10602 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
10603 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
10604
10605 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
10606 display problems.
10607
10608 2001-01-31 Kenichi Handa <handa@etl.go.jp>
10609
10610 * international/mule.el (charset-info): Fix docstring.
10611
10612 * international/mule-diag.el (describe-character-set): Check final
10613 char valid before printing it.
10614
10615 2001-01-30 Gerd Moellmann <gerd@gnu.org>
10616
10617 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
10618
10619 * frame.el (frame-notice-user-settings): Do the tool-bar
10620 stuff only for graphical displays. Fix a braino.
10621
10622 * frame.el (frame-initialize): Create initial frame visible.
10623 (frame-notice-user-settings): When tool-bar has been switched off,
10624 correct the frame size and sync tool-bar-mode.
10625
10626 * startup.el (command-line): Remove manipulation of frame
10627 height for tool bars.
10628
10629 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10630
10631 * lpr.el: Compatibility with XEmacs and doc fixes.
10632 (lpr-windows-system, lpr-lp-system): New vars.
10633 (lpr-printer-switch): New defcustom.
10634 (printer-name, lpr-command): Customization fix.
10635 (print-region-1): Code fix.
10636 (print-region-new-buffer, printify-region): Indentation fix.
10637 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
10638 New functions.
10639
10640 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10641
10642 * msb.el (toplevel): Fix the eval-after-load.
10643
10644 2001-01-29 Dave Love <fx@gnu.org>
10645
10646 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
10647
10648 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
10649
10650 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
10651 (tcl-using-emacs-19-23): Consider Emacs 21+.
10652 (tcl-help-directory-list, tcl-command-switches): Fix :type.
10653 (tcl-add-emacs-menu): Supply menu name.
10654 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
10655
10656 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10657
10658 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
10659
10660 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
10661
10662 * pcvs.el (cvs-mark-fis-dead): New function.
10663 (cvs-mode-add): Use it.
10664 (cvs-mode-add-change-log-entry-other-window):
10665 Rebind change-log-default-name to itself rather than to nil.
10666
10667 2001-01-29 Sam Steingold <sds@gnu.org>
10668
10669 * vc-cvs.el: Replaced (require 'vc) with a bunch of
10670 `autoload' statements.
10671
10672 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
10673
10674 * files.el (confirm-kill-emacs): Doc fix.
10675
10676 * frame.el (frame-initialize): Doc fix.
10677
10678 * time-stamp.el (time-stamp-string): Doc fix.
10679
10680 * woman.el (WoMan-log-1): Make the log buffer writable.
10681 From Markus Rost <rost@math.ohio-state.edu>.
10682
10683 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10684
10685 * imenu.el (imenu-syntax-alist): Add autoload cookie for
10686 the `make-variable-buffer-local'.
10687
10688 2001-01-29 Dave Love <fx@gnu.org>
10689
10690 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
10691 (ansi-color-for-comint-mode-on, ansi-color-process-output):
10692 Add autoload cookie.
10693 (ansi-color-apply-sequence): Fix typo.
10694
10695 2001-01-29 Gerd Moellmann <gerd@gnu.org>
10696
10697 * menu-bar.el (menu-bar-files-menu): Add menu items for
10698 Postscript printing in black and white.
10699
10700 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
10701 X-Mailman-Version, Precedence, List-Help, List-Post,
10702 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
10703 Content-Type, Content-Length.
10704
10705 2001-01-29 Dave Love <fx@gnu.org>
10706
10707 * elide-head.el (elide-head): Make overlay evaporate.
10708
10709 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
10710
10711 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
10712
10713 * isearch.el (isearch-highlight): Don't punt if the display
10714 doesn't support colors, since isearch faces are defined for
10715 monochrome displays as well.
10716
10717 2001-01-27 Sam Steingold <sds@gnu.org>
10718
10719 * shell.el (shell-write-history-on-exit): Make sure that we are in
10720 the shell buffer (M-x tex-file RET inserted the error message into
10721 the TeX buffer).
10722
10723 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10724
10725 * simple.el (transient-mark-mode): Doc fix.
10726
10727 2001-01-27 Gerd Moellmann <gerd@gnu.org>
10728
10729 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
10730
10731 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10732
10733 * shell.el (shell-unquote-argument): If the shell is one of the
10734 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
10735 quote character.
10736 (shell-dumb-shell-regexp): Document that the shells which match
10737 this regexp are supposed to not treat a backslash as a quote character.
10738
10739 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
10740 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
10741
10742 2001-01-27 Richard M. Stallman <rms@gnu.org>
10743
10744 * dabbrev.el (dabbrev--substitute-expansion):
10745 Treat a one-capital-letter abbrev as "not all upper case",
10746 so as to force preservation of the expansion's pattern
10747 if the expansion starts with a capital letter.
10748
10749 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10750
10751 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
10752 Doc fix.
10753
10754 * simple.el (transient-mark-mode): Document the fact that many
10755 commands act on the region when mark is active.
10756
10757 2001-01-27 Kenichi Handa <handa@etl.go.jp>
10758
10759 * international/quail.el (quail-setup-completion-buf): Make the
10760 multibyteness of current buffer inherited to Quail completion buffer.
10761 (quail-show-guidance-buf): Make the multibyteness of current
10762 buffer inherited to Quail guidance buffer.
10763 (quail-help): Make the multibyteness of current buffer inherited
10764 to Quail help buffer.
10765
10766 2001-01-26 Dave Love <fx@gnu.org>
10767
10768 * time-stamp.el: Doc fixes.
10769
10770 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
10771 (delphi-keyword-face, delphi-other-face): Fix :type.
10772
10773 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
10774
10775 * mail/feedmail.el (feedmail): Add :link.
10776 (feedmail-send-it): Doc fix.
10777
10778 * mail/sendmail.el: Doc fixes.
10779 (sendmail-send-it): Fix the non-ASCII regexp and use
10780 rfc2047-encode-string.
10781
10782 * dired.el, dired-aux.el: Revert last change.
10783
10784 2001-01-26 Gerd Moellmann <gerd@gnu.org>
10785
10786 * makefile.w32-in (DONTCOMPILE): Add various term files.
10787
10788 2001-01-26 Dave Love <fx@gnu.org>
10789
10790 * Makefile.in (DONTCOMPILE): Add various term files.
10791
10792 2001-01-26 Gerd Moellmann <gerd@gnu.org>
10793
10794 * man.el (Man-default-man-entry, Man-mode): Doc fix.
10795
10796 * startup.el (display-startup-echo-area-message): Make sure
10797 the echo area is resized to fit the size of the startup message.
10798
10799 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
10800 part of which is a constant.
10801
10802 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
10803
10804 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
10805
10806 2001-01-26 Richard M. Stallman <rms@gnu.org>
10807
10808 * simple.el (next-line): Don't let `newline' expand abbrevs.
10809 Simplify slightly.
10810 (open-line): Don't let `newline' expand abbrevs.
10811
10812 2001-01-25 John Wiegley <johnw@gnu.org>
10813
10814 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
10815 to `repeat' in the :type field.
10816
10817 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
10818 allow a choice of regexp or nil.
10819 (pcomplete-dir-ignore): Same.
10820
10821 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
10822 a command) to always fail.
10823
10824 2001-01-25 Gerd Moellmann <gerd@gnu.org>
10825
10826 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
10827 discard the result.
10828 (iswitchb-to-end): Likewise.
10829
10830 2001-01-25 Sam Steingold <sds@gnu.org>
10831
10832 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
10833 Require vc.
10834
10835 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
10836
10837 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
10838
10839 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
10840
10841 2001-01-25 Dave Love <fx@gnu.org>
10842
10843 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
10844 (describe-coding-system): Tweak the English text.
10845
10846 * loadup.el: Preload international/ccl for utf-8.
10847
10848 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
10849
10850 * mail/rmail.el (rmail-redecode-body): Doc fix.
10851
10852 2001-01-25 Kenichi Handa <handa@etl.go.jp>
10853
10854 * international/mule-cmds.el (reset-language-environment):
10855 Reset coding-category-utf-8 to mule-utf-8.
10856
10857 * international/mule-conf.el (coding-category-utf-8):
10858 Initialize to mule-utf-8.
10859
10860 * loadup.el: Preload international/utf-8.
10861
10862 * international/utf-8.el: New file.
10863
10864 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
10865
10866 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
10867
10868 2001-01-24 Sam Steingold <sds@gnu.org>
10869
10870 * dired.el (dired-replace-in-string): Removed.
10871 (dired-sort-toggle): Use `replace-regexps-in-string'
10872 instead of `dired-replace-in-string'.
10873
10874 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
10875 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
10876
10877 * gs.el (gs-replace-in-string): Removed.
10878 (gs-options): Use `replace-regexps-in-string'
10879 instead of `gs-replace-in-string'.
10880
10881 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
10882
10883 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
10884 bug report is mailed to an email list and posted to a news group.
10885
10886 2001-01-24 Gerd Moellmann <gerd@gnu.org>
10887
10888 * comint.el (comint-replace-by-expanded-history-before-point):
10889 Fix change of 2000-08-03 to move point to the start of the line again.
10890
10891 * startup.el (tool-bar-images-pixel-height): New variable.
10892 (command-line): After loading the user's init file, when
10893 tool-bar-mode is on, increase the frame's size by some lines for
10894 the tool-bar.
10895
10896 * frame.el (frame-initialize): Create the initial frame invisible.
10897
10898 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
10899
10900 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
10901 (chinese-big5): MIME:Big5.
10902
10903 2001-01-24 Gerd Moellmann <gerd@gnu.org>
10904
10905 * international/mule-cmds.el (universal-coding-system-argument):
10906 Handle commands with prefix args.
10907
10908 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10909
10910 * calendar/diary-lib.el (diary-float): Fix case of MONTH
10911 being a list of numbers.
10912 (diary-mail-entries): Rewritten.
10913
10914 2001-01-23 Dave Love <fx@gnu.org>
10915
10916 * international/mule.el (make-coding-system): Fix typo.
10917
10918 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
10919 Add backward-paragraph as font-lock-beginning-of-syntax-function.
10920
10921 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
10922
10923 * font-lock.el (font-lock-mode): Doc fix.
10924
10925 2001-01-23 Kenichi Handa <handa@etl.go.jp>
10926
10927 * international/mule.el (make-translation-table): Fix docstring.
10928
10929 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
10930
10931 * mail/rmail.el (rmail-redecode-body): New function.
10932
10933 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
10934
10935 2001-01-22 Gerd Moellmann <gerd@gnu.org>
10936
10937 * isearch.el (isearch-lazy-highlight-case-fold-search)
10938 (isearch-lazy-highlight-regexp): New variables.
10939 (isearch-lazy-highlight-cleanup): Update lazy highlight if
10940 case-fold search or regexp search has been toggled.
10941
10942 * wid-edit.el (widget-button-click): Avoid a save-excursion
10943 around running a global binding.
10944
10945 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
10946 to 0.25.
10947
10948 2001-01-20 Miles Bader <miles@gnu.org>
10949
10950 * cus-edit.el (custom-face-save): Do post-processing on the face's
10951 new value like `custom-face-set' does.
10952
10953 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
10954
10955 * mail/emacsbug.el (report-emacs-bug): Report the value of
10956 LC_CTYPE, not LC_TYPE.
10957
10958 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
10959 isearch-toggle-regexp and isearch-edit-string to doc string.
10960
10961 2001-01-19 Gerd Moellmann <gerd@gnu.org>
10962
10963 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
10964 as font-lock-beginning-of-syntax-function in font-lock-defaults.
10965
10966 * jit-lock.el (jit-lock-fontify-now): Don't bind
10967 font-lock-beginning-of-syntax-function to nil.
10968
10969 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
10970
10971 * mail/emacsbug.el (report-emacs-bug): Report values of
10972 locale-coding-system, default-enable-multibyte-characters, and the
10973 environment variables LC_ALL, LC_TYPE, and LANG.
10974
10975 2001-01-19 Gerd Moellmann <gerd@gnu.org>
10976
10977 * font-lock.el (font-lock-default-fontify-region): Fix last change.
10978
10979 * font-lock.el (font-lock-multiline): Default to nil.
10980 (font-lock-default-fontify-region): If font-lock-multiline is
10981 nil, don't check the property `font-lock-multiline'.
10982
10983 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
10984 is nil, don't check the `font-lock-multiline' text property.
10985
10986 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
10987
10988 * viper.el: Call initial-major-mode on startup.
10989
10990 * ediff.el (ediff-patch-file): Use better defaults.
10991
10992 * ediff-vers.el: Fix for 8+3 DOS file systems.
10993
10994 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
10995
10996 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
10997 diff mode, if available.
10998
10999 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11000
11001 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
11002
11003 * ediff-init.el (subst-char-in-string): Define and use it, unless
11004 it's already defined.
11005
11006 2001-01-18 Gerd Moellmann <gerd@gnu.org>
11007
11008 * tooltip.el (tooltip-hide-delay): New user-option.
11009 (tooltip-show): Use tooltip-hide-delay instead of the default.
11010
11011 2001-01-18 Kenichi Handa <handa@etl.go.jp>
11012
11013 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11014 kill-local-variable doesn't work for enable-multibyte-characters.
11015
11016 2001-01-17 Dave Love <fx@gnu.org>
11017
11018 * ediff-init.el (ediff-before-setup-hook)
11019 (ediff-merge-filename-prefix): Add :version.
11020
11021 * international/latin1-disp.el: Require disp-table.
11022 (latin1-display): Fix :set.
11023
11024 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11025
11026 2001-01-17 Gerd Moellmann <gerd@gnu.org>
11027
11028 * isearch.el (isearch-lazy-highlight-initial-delay)
11029 (isearch-lazy-highlight-interval): Default to 0.
11030
11031 2001-01-17 Bob Glickstein <bobg@zanshin.com>
11032
11033 * isearch.el (isearch-highlight): Set isearch-overlay priority to
11034 1 here rather than each time through
11035 isearch-lazy-highlight-new-loop.
11036 (isearch-lazy-highlight-max): Variable deleted.
11037 (isearch-lazy-highlight-max-at-a-time): New user variable, like
11038 isearch-lazy-highlight-max but controls a single invocation of
11039 isearch-lazy-highlight-update.
11040 (isearch-lazy-highlight-wrapped): Variable recreated.
11041 (isearch-lazy-highlight-window-start): New variable.
11042 (isearch-lazy-highlight-cleanup): Restored to behavior of
11043 before 2-Jan.
11044 (isearch-lazy-highlight-remove-overlays): Function deleted;
11045 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
11046 behavior removed.
11047 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11048 isearch-lazy-highlight-update in a loop rather than just once.
11049 Test isearch-invalid-regexp here and decide not to start a new
11050 loop, rather than testing it each time through
11051 isearch-lazy-highlight-update.
11052 (isearch-lazy-highlight-search): Function restored.
11053 (isearch-lazy-highlight-update): Get called in a timer loop again,
11054 but this time highlight more than one match each time through.
11055 Only highlight matches in the visible part of the window.
11056 Start at point, move in the direction of the search, and wrap around at
11057 the edge of the window. Use sit-for to force redisplay and ensure
11058 window-start is credible. "Face suppressing" behavior removed;
11059 overlay priorities should make it unnecessary, right?
11060 (isearch-highlight): Face suppressing behavior removed.
11061 (isearch-dehighlight): Face suppressing behavior removed.
11062 (isearch-set-lazy-highlight-faces-at): Removed.
11063
11064 2001-01-17 Kenichi Handa <handa@etl.go.jp>
11065
11066 * language/european.el ("Latin-1"): Make the format of description
11067 about additional language environments same as that of Latin-2.
11068
11069 2001-01-16 Dave Love <fx@gnu.org>
11070
11071 * isearch.el (isearch-lazy-highlight): Add :version.
11072
11073 * simple.el (backward-delete-char-untabify-method)
11074 (next-line-add-newlines): Add :version.
11075
11076 2001-01-16 Gerd Moellmann <gerd@gnu.org>
11077
11078 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11079 Don't bind <delete> otherwise.
11080
11081 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11082 and <delete> via function-key-map.
11083
11084 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11085 Subject line only if point is after the `Subject:'.
11086
11087 2001-01-16 Kenichi Handa <handa@etl.go.jp>
11088
11089 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11090 japanese-jisx0213-2 in `charset' property of this lang. env.
11091
11092 * language/european.el ("Latin-1"): Add description for Dutch and
11093 Spanish lang. env.
11094
11095 * international/mule.el (decode-char): Fix conditions.
11096 (encode-char): Handle eight-bit-control too.
11097 (transform-make-coding-system-args): New function.
11098 (make-coding-system): Accept XEmacs style arguments for CCL base
11099 coding system.
11100
11101 2001-01-15 Gerd Moellmann <gerd@gnu.org>
11102
11103 * progmodes/etags.el (find-tag-noselect): Save the value of
11104 tags-file-name before switching buffers, for the case it has a
11105 buffer-local value.
11106
11107 2001-01-15 Alex Schroeder <alex@gnu.org>
11108
11109 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11110 From Dave Love <fx@gnu.org>.
11111 (ansi-color-for-comint-mode): Fix :version.
11112
11113 2001-01-15 Alex Schroeder <alex@gnu.org>
11114
11115 * ansi-color.el (ansi-color-unfontify-region): Doc change.
11116
11117 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11118
11119 * dired.el (dired-insert-directory): If file-system-info fails,
11120 remove the " free " part, but don't signal an error.
11121
11122 2001-01-12 Sam Steingold <sds@gnu.org>
11123
11124 * bookmark.el (bookmark-maybe-historicize-string):
11125 Use new backquote syntax.
11126
11127 2001-01-12 Richard M. Stallman <rms@gnu.org>
11128
11129 * subr.el (last): Handle a list that doesn't end in nil.
11130
11131 2001-01-12 Sam Steingold <sds@gnu.org>
11132
11133 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11134 to `backward-delete-char-untabify'.
11135
11136 2001-01-12 Dave Love <fx@gnu.org>
11137
11138 * cus-edit.el (customize-menu-create): Fix the :filter following
11139 easymenu change.
11140
11141 * wid-edit.el (function): Add :match-alternatives.
11142 (widget-color-action): Doc fix.
11143
11144 2001-01-12 Gerd Moellmann <gerd@gnu.org>
11145
11146 * calendar/calendar.el (calendar-basic-setup): Doc fix.
11147
11148 2001-01-12 Kenichi Handa <handa@etl.go.jp>
11149
11150 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
11151
11152 * international/ccl.el (define-ccl-program): Fix docstring.
11153
11154 2001-01-11 Dave Love <fx@gnu.org>
11155
11156 * international/mule-cmds.el (standard-display-european-internal):
11157 Set display table for 2208 as for 160.
11158
11159 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11160
11161 * progmodes/fortran.el (fortran-mode-map): Modify Customization
11162 entry for custom-menu-create change.
11163 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
11164 don't cons it in the search loop.
11165
11166 * imenu.el (imenu--truncate-items): Revert last change.
11167
11168 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11169
11170 * info.el (Info-setup-header-line): If the node header includes
11171 either Next: or Prev: links, don't show the File: and Node: parts
11172 in the header line.
11173
11174 2001-01-11 Gerd Moellmann <gerd@gnu.org>
11175
11176 * comint.el (comint-goto-process-mark): Don't print a message
11177 when running in batch mode.
11178
11179 * isearch.el (isearch-search): In the condition-case handler for
11180 `error', set isearch-invalid-regexp to the whole error message.
11181
11182 * subr.el (eval-after-load): Call load-symbol-file-load-history to
11183 ensure that eval-after-load works for files dumped with Emacs.
11184
11185 * help.el (load-symbol-file-load-history): New function extracted
11186 from function symbol-file.
11187 (symbol-file): Use it.
11188
11189 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
11190
11191 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11192
11193 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11194 behave as if there were no prefix argument.
11195 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11196 argument were nil.
11197
11198 2001-01-11 Richard M. Stallman <rms@gnu.org>
11199
11200 * isearch.el (isearch-lazy-highlight-update):
11201 Don't look for more potential matches once maximum is exceeded.
11202 Use overlays-in to check correctly for overlap with current match.
11203 Ignore empty matches.
11204
11205 2001-01-11 Miles Bader <miles@gnu.org>
11206
11207 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11208 (ispell-overlay-window, ispell-help, ispell-show-choices)
11209 (ispell-command-loop): Use it instead of `window-height'.
11210
11211 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11212
11213 * files.el (confirm-kill-emacs): New user-option.
11214 (save-buffers-kill-emacs): Ask for final confirmation before
11215 killing Emacs.
11216
11217 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11218 to nil.
11219
11220 2001-01-10 Dave Love <fx@gnu.org>
11221
11222 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11223
11224 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
11225
11226 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11227
11228 * calculator.el (calculator-number-digits): Fix :type.
11229
11230 * vc-cvs.el (vc-cvs-header): Fix :type.
11231 * vc-rcs.el (vc-rcs-header): Fix :type.
11232 * vc-sccs.el (vc-sccs-header): Fix :type.
11233
11234 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11235
11236 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11237
11238 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11239
11240 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11241
11242 * simple.el (set-variable): Force a thorough redisplay for the
11243 case that the variable has an effect on the display, like
11244 `tab-width' has.
11245
11246 2001-01-10 Andre Spiegel <spiegel@gnu.org>
11247
11248 * vc.el: Add documentation for backend interface.
11249
11250 2001-01-10 Kenichi Handa <handa@etl.go.jp>
11251
11252 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11253
11254 * international/mule-conf.el (latin-extra-code-table): Set to t
11255 for \223 and \224.
11256
11257 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11258
11259 * international/mule-cmds.el (locale-language-names): Map "es" to
11260 "Spanish" and "nl" to "Dutch".
11261
11262 2001-01-09 Gerd Moellmann <gerd@gnu.org>
11263
11264 * bindings.el (global-map): Bind <home> to beginning-of-line,
11265 <end> to end-of-line, C-<home> to beginning-of-buffer, and
11266 C-<end> to end-of-buffer.
11267
11268 * language/european.el: Add Dutch and Spanish language info
11269 to be able to use the appropriate tutorials.
11270
11271 2001-01-09 Alex Schroeder <alex@gnu.org>
11272
11273 * ansi-color.el (ansi-color-process-output): Use markers instead
11274 of positions for start and end of region.
11275 (ansi-color-apply-on-region): Rewrote code to make it more robust.
11276 Previously, occasional mistakes happend when fontifying many
11277 chunks of output (eg. ls --color=yes /dev). This happened
11278 whenever an overlay was created up to the end of the region, which
11279 coincided with the process-mark. New text would then be added
11280 within that overlay instead of after it.
11281 (ansi-color-make-extent): Overlays are created with the property
11282 `modification-hooks' set to '(ansi-color-freeze-overlay).
11283 (ansi-color-freeze-overlay): New function. When inserting text at
11284 the end of the overlay, the overlay will resize.
11285
11286 2000-01-09 Alex Schroeder <alex@gnu.org>
11287
11288 * ansi-color.el (ansi-color-process-output): Doc change.
11289 (ansi-color-unfontify-region): Doc change. No longer installed
11290 automatically in font-lock-unfontify-region-function.
11291 (ansi-color-apply): Doc change.
11292 (ansi-color-apply-on-region): Use extents or overlays instead of
11293 text-properties.
11294 (ansi-color-make-extent): New function.
11295 (ansi-color-set-extent-face): New function.
11296
11297 2000-01-09 Alex Schroeder <alex@gnu.org>
11298
11299 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11300 both use ansi-color-process-output, now.
11301 (ansi-color-process-output): Doesn't return string anymore. It is
11302 installed in comint-output-filter-functions for both Emacs and
11303 XEmacs, now.
11304 (ansi-color-unfontify-region): Simplified code removing variables
11305 pos and start-ansi.
11306 (ansi-color-apply): Put text-property ansi-color before putting
11307 text-property face because ansi-color-unfontify-region is called
11308 immediately after the call to put-text-property.
11309 (ansi-color-context-region): Doc change.
11310 (ansi-color-filter-region): Simplified code.
11311 (ansi-color-apply-on-region): Changed start to start-marker, using
11312 a marker explicitly. Put text-property ansi-color before putting
11313 text-property face because ansi-color-unfontify-region is called
11314 immediately after the call to put-text-property.
11315
11316 2000-01-09 Alex Schroeder <alex@gnu.org>
11317
11318 * ansi-color.el (ansi-color-faces-vector): Doc change.
11319 (ansi-color-for-comint-mode): Changed :type property to choice.
11320 (ansi-color-last-context): Removed.
11321 (ansi-color-process-output): Don't use ansi-color-last-context, as
11322 the main functions will store their context now.
11323 (ansi-color-context): Doc change.
11324 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11325 Uses ansi-color-context such that repeated calls will strip
11326 partial escape sequences, too.
11327 (ansi-color-apply): Simplified code. Colorize end of string if
11328 face is not null. Store context in new (FACE STRING) format, such
11329 that repeated calls will strip partial escape sequences, too.
11330 Append faces to face property using ansi-color-apply-sequence such
11331 that cumulative mode actually works.
11332 (ansi-color-context-region): New variable.
11333 (ansi-color-filter-region): Rewrote it based on
11334 ansi-color-apply-on-region. Uses ansi-color-context-region such
11335 that repeated calls will strip partial escape sequences, too.
11336 (ansi-color-apply-on-region): Simplified code. Colorize end of
11337 region if face is not null. Store context in new (FACE POS)
11338 format, such that repeated calls will strip partial escape
11339 sequences, too. Append faces to face property using
11340 ansi-color-apply-sequence such that cumulative mode actually works.
11341 (ansi-color-apply-sequence): New function.
11342 (ansi-color-get-face): When the default face is added to the list
11343 of faces, all previous settings are discarded and the list of
11344 faces is set to '(default).
11345
11346 2000-01-09 Alex Schroeder <alex@gnu.org>
11347
11348 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11349 face, such that ansi-color-apply and ansi-color-apply-on-region
11350 will do the right thing.
11351 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11352 returns nil, set the list of faces back to nil instead of
11353 appending the result of ansi-color-get-face to the front of the list.
11354
11355 2000-01-09 Alex Schroeder <alex@gnu.org>
11356
11357 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11358 (ansi-color-process): Doc change.
11359 (ansi-color-last-context): New buffer-local variable.
11360 (ansi-color-process-output): New function. It is automatically
11361 added to comint-output-filter-functions if this is XEmacs.
11362 (ansi-color-unfontify-region): New optional parameter for XEmacs
11363 compatibility. Check wether font-lock-syntactic-keywords is
11364 boundp before removing the syntax table text property, as XEmacs
11365 doesn't have it.
11366 (ansi-color-filter-region): Doc change.
11367 (ansi-color-apply-on-region): Doc change.
11368 (ansi-color-make-face): New function. Compatibility layer for
11369 XEmacs. Return temporary faces instead of cons cells for XEmacs.
11370 (ansi-color-make-color-map): Use ansi-color-make-face.
11371 (ansi-color-get-face): Avoid face text property '(nil) as results
11372 in an errow for XEmacs.
11373
11374 2000-01-09 Alex Schroeder <alex@gnu.org>
11375
11376 * ansi-color.el (ansi-color-unfontify-region): New function.
11377 Uses text-property ansi-color in order to preserve fontification by
11378 ansi-color. When the package is loaded, a lambda expression is
11379 put onto font-lock-mode-hook. This lambda expression will check
11380 font-lock-unfontify-region-function and replace
11381 font-lock-default-unfontify-region with ansi-color-unfontify-region.
11382 (ansi-color-apply): Add text-property ansi-color in addition to
11383 text-property face.
11384 (ansi-color-apply-on-region): Add text-property ansi-color in
11385 addition to text-property face.
11386 (save-buffer-state): Copy of the macro that is also used by
11387 lazy-lock and font-lock.
11388
11389 (ansi-color-for-comint-mode): New option.
11390 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11391 (ansi-color-for-comint-mode-off): Ditto.
11392 (ansi-color-for-comint-mode-filter): Ditto.
11393 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
11394 decide what to do. This function is added to
11395 comint-preoutput-filter-functions when the package is loaded.
11396
11397 (ansi-color-for-shell-mode-set): Removed.
11398 (ansi-color-for-shell-mode): Removed.
11399
11400 2000-01-09 Alex Schroeder <alex@gnu.org>
11401
11402 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11403 the lambda expression from the ansi-color-for-shell-mode :set
11404 property. Additionally, modify shell-mode-hook to enable or
11405 disable font-lock-mode for future shell buffers.
11406 (ansi-color-for-shell-mode): The :set property calls
11407 ansi-color-for-shell-mode-set instead of a lambda expression.
11408
11409 2000-01-09 Alex Schroeder <alex@gnu.org>
11410
11411 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11412 (ansi-color-context): New variable.
11413 (ansi-color-apply): Save context between calls.
11414
11415 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
11416
11417 * isearch.el (isearch, isearch-lazy-highlight-face):
11418 New definitions for face colors and attributes.
11419
11420 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11421 of display-mouse-p.
11422
11423 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11424
11425 * international/mule.el (make-coding-system): If the coding system
11426 accepts extra latin codes, register such codes as safe for the
11427 coding system.
11428
11429 2001-01-08 Richard M. Stallman <rms@gnu.org>
11430
11431 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11432 don't mention the file name or the date here, because they are
11433 logged at the start of the file.
11434
11435 2001-01-08 Richard M. Stallman <rms@gnu.org>
11436
11437 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11438 Change screen-width to frame-width.
11439
11440 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11441
11442 * info.el (Info-search): Print the default as part of the prompt.
11443
11444 2001-01-08 Andre Spiegel <spiegel@gnu.org>
11445
11446 * vc.el (vc-default-latest-on-branch-p): New function, replaces
11447 constant implementations in backends.
11448
11449 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11450 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11451
11452 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11453 WRITABLE to EDITABLE.
11454
11455 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11456 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11457 to EDITABLE.
11458
11459 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11460
11461 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11462 (copyright, copyright-update): Compute the current year at run time.
11463
11464 2001-01-08 Gerd Moellmann <gerd@gnu.org>
11465
11466 * isearch.el (isearch-old-signal-hook): Removed.
11467 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11468 instead of setting signal-hook-function.
11469 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11470
11471 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
11472
11473 * emulation/edt.el: Update to version 4.0. Provide support for
11474 EDT scroll margins at top and bottom of the window. Provide an
11475 emulation of the EDT SUBS command (bound to GOLD-Enter, by
11476 default). Enhance edt-quit, bound to GOLD-q by default, to warn
11477 user when file-related buffer modifications exist.
11478 Provide support for running EDT Emulation in XEmacs.
11479 Provide customize access to some user updatable variables.
11480 Add Commentary section to file header.
11481 Fixed a few minor bugs and cleaned up some code.
11482
11483 * emulation/edt-mapper.el: Update to version 4.0. Provide support
11484 for detecting a keypress that generates an ASCII key sequence.
11485 (Previously, only a keypress that generates a vector was
11486 recognized.) Embed Window Manager name into name of the generated
11487 EDT Emulation initialization file since the initialization file is
11488 Window Manager specific. Add Commentary section to file header.
11489
11490 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
11491
11492 * mail/sendmail.el (mail-mode): Doc fix.
11493
11494 * info.el (Info-goto-emacs-command-node): Doc fix.
11495 (Info-goto-emacs-key-command-node): Doc fix.
11496
11497 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11498
11499 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
11500 systems without long file-name support.
11501
11502 2001-01-06 Andrew Innes <andrewi@gnu.org>
11503
11504 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11505
11506 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11507
11508 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11509 (isearch-lazy-highlight-update): Doc fix.
11510
11511 * ffap.el (ffap-bindings): Doc fix.
11512
11513 * dired-x.el (dired-virtual-guess-dir): Doc fix.
11514
11515 2001-01-05 Dave Love <fx@gnu.org>
11516
11517 * emacs-lisp/cl-seq.el (remove, remq): Remove.
11518
11519 2001-01-05 Gerd Moellmann <gerd@gnu.org>
11520
11521 * mouse-drag.el (mouse-drag-safe-scroll):
11522 Bind scroll-preserve-screen-position to nil.
11523
11524 * isearch.el (isearch-old-signal-hook): New variable.
11525 (isearch-mode): Set signal-hook-function to isearch-done.
11526 (isearch-done): Restore old signal-hook-function.
11527
11528 * info.el (Info-fontify-node): Mark one more char as intangible.
11529
11530 2000-01-05 Kenichi Handa <handa@etl.go.jp>
11531
11532 * composite.el (compose-last-chars): New argument COMPONENTS.
11533 If it is non-nil, compose preceding characters by compose-region with
11534 COMPONENTS.
11535
11536 * international/quail.el (quail-input-string-to-events): New function.
11537 (quail-input-method): Convert input string to events here.
11538 (quail-start-translation): Return input string, not event list.
11539 (quail-start-conversion): Likewise.
11540
11541 2001-01-04 Gerd Moellmann <gerd@gnu.org>
11542
11543 * tooltip.el (tooltip-cancel-delayed-tip)
11544 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11545 and tooltip-add-timeout.
11546 (tooltip-show): Set border color from faces's foreground.
11547 (tooltip-show-help-function): If called with the same help string
11548 as last time, do nothing.
11549 (tooltip-help-tips): Don't set tooltip-help-message to nil.
11550
11551 * startup.el (fancy-splash-screens): Don't bind show-help-function
11552 to nil.
11553
11554 * tooltip.el (tooltip-frame-parameters): Remove colors.
11555 (tooltip): New face
11556 (tooltip-set-param): New function.
11557 (tooltip-show): Set up color frame parameters from face `tooltip'.
11558 Display the tooltip text in face `tooltip'.
11559
11560 2001-01-04 Dave Love <fx@gnu.org>
11561
11562 * whitespace.el (whitespace-global-mode): Fix typo.
11563
11564 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11565
11566 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11567
11568 * help.el (help-for-help): Fix a typo in a doc string.
11569 From kwzh@gnu.org (Karl Heuer).
11570
11571 2001-01-03 Dave Love <fx@gnu.org>
11572
11573 * dired-x.el: Doc fixes. Maintainer change.
11574 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
11575 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11576 (dired-guess-shell-alist-user): Customize.
11577 (dired-x-help-address): Set to bug-gnu-emacs.
11578 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11579 (dired-default-directory): Renamed from default-directory.
11580
11581 * hl-line.el (hl-line): Doc fix.
11582
11583 2001-01-03 Karl Fogel <kfogel@red-bean.com>
11584
11585 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
11586
11587 2001-01-02 Richard M. Stallman <rms@gnu.org>
11588
11589 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11590 to remove all the current alternative-match highlighting.
11591 If nil, remove only what's outside the current window.
11592 (isearch-lazy-highlight-remove-overlays): Take optional
11593 region within which NOT to remove them.
11594 (isearch-lazy-highlight-new-loop): Greatly simplified.
11595 (isearch-lazy-highlight-update): Find all the other occurrences
11596 visible in the window, in just one call.
11597 (isearch-lazy-highlight-start): Now holds start of region to scan.
11598 (isearch-lazy-highlight-end): Now holds end of region to scan.
11599 (isearch-lazy-highlight-wrapped): Variable deleted.
11600 (isearch-lazy-highlight-search): Function deleted.
11601
11602 2000-01-02 Andrew Innes <andrewi@gnu.org>
11603
11604 * w32-fns.el (convert-standard-filename): Do length check on name
11605 before aref.
11606
11607 2001-01-02 Dave Love <fx@gnu.org>
11608
11609 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
11610 value.
11611 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
11612
11613 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
11614
11615 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
11616 read syntax.
11617
11618 * calendar/todo-mode.el (todo): Add :link, :version.
11619 (todo-save-top-priorities): Remove autoload cookie.
11620 (todo-add-category, todo-add-item-non-interactively)
11621 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
11622
11623 2001-01-02 Gerd Moellmann <gerd@gnu.org>
11624
11625 * comint.el (comint-input-history-ignore): New variable.
11626 (comint-read-input-ring): Ignore entries matching
11627 comint-input-history-ignore.
11628
11629 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
11630
11631 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
11632 (lm-copyright-mark): New function.
11633 (lm-crack-copyright): New function.
11634 (lm-verify): Check that the file has a copyright.
11635 Check that the file is copyright Free Software Foundation.
11636
11637 2000-12-30 Kenichi Handa <handa@etl.go.jp>
11638
11639 * international/mule-diag.el (print-fontset): Indent font name by
11640 24 columns, not 25.
11641
11642 2000-12-29 Gerd Moellmann <gerd@gnu.org>
11643
11644 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
11645 in Subject line.
11646
11647 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
11648 Use mail-mode-hook instead of mail-setup-hook.
11649 Otherwise continuing an interrupted message with C-u C-x m for
11650 instance, winds up in Mail mode without abbrevs.
11651
11652 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11653
11654 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
11655 non-nil. Adding almost all customization variables on ps-setup.
11656 Doc fix.
11657 (ps-print-version): New version number (6.3.3).
11658 (ps-end-with-control-d): Initialization fix.
11659 (ps-lines-printed): New var.
11660 (ps-skip-newline): New fun.
11661 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
11662 (ps-next-line, ps-continue-line, ps-plot-region)
11663 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
11664
11665 2000-12-29 Kenichi Handa <handa@etl.go.jp>
11666
11667 * international/fontset.el (x-complement-fontset-spec):
11668 Resolve ASCII font name so that the same family name is used for fonts
11669 registered in x-font-name-charset-alist.
11670 (create-fontset-from-fontset-spec): Adjusted for the above change.
11671 The name of fontset alias should be a unresolved ASCII font name.
11672
11673 2000-12-28 Gerd Moellmann <gerd@gnu.org>
11674
11675 * simple.el (delete-key-deletes-forward-mode): Bind backspace
11676 and delete in isearch-mode-map.
11677
11678 2000-12-28 Richard M. Stallman <rms@gnu.org>
11679
11680 * dired-x.el (dired-guess-shell-alist-default):
11681 Use xpdf instead of acroread.
11682
11683 2000-12-28 Kenichi Handa <handa@etl.go.jp>
11684
11685 * textmodes/artist.el (artist-butlast): Deleted.
11686 (artist-ellipse-mirror-quadrant): Use butlast instead of
11687 artist-butlast.
11688
11689 * subr.el (butlast, nbutlast): Moved from cl.el to here.
11690
11691 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
11692
11693 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11694
11695 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
11696
11697 * ls-lisp.el: Better support for the Mac and MS-Windows.
11698 (ls-lisp): New defgroup.
11699 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
11700 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
11701 (ls-lisp-support-shell-wildcards): New defcustoms.
11702 (ls-lisp-parse-symlink): New function.
11703 (insert-directory): Code to convert switches to a list and set up
11704 the wildcard argument copied from ls-lisp-insert-directory.
11705 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
11706 for -C and -R switches.
11707 (ls-lisp-column-format): New function.
11708 (ls-lisp-delete-matching, ls-lisp-handle-switches)
11709 (ls-lisp-format-time): Add doc strings.
11710 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
11711 Support ls-lisp-dirs-first.
11712 (ls-lisp-classify, ls-lisp-extension): New functions.
11713 (ls-lisp-format): Optionally support emulation of symlinks.
11714 Support -i, -s, and -G switches.
11715
11716 2000-12-27 Gerd Moellmann <gerd@gnu.org>
11717
11718 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
11719
11720 * version.el (emacs-version): Print X scroll bar information.
11721
11722 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
11723 instead of x-toolkit-scroll-bars-p.
11724
11725 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
11726 of x-toolkit-scroll-bars-p.
11727
11728 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11729
11730 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
11731 (ffap-bindings): Doc fix, to reflect the above change.
11732
11733 2000-12-27 Kenichi Handa <handa@etl.go.jp>
11734
11735 * term.el (term-char-mode): Define all non-ascii self-inserting
11736 characters to 'term-send-raw in term-raw-map.
11737
11738 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
11739
11740 * viper-init (viper-restore-cursor-type): Added condition-case guard.
11741
11742 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
11743 Changed initialization; use add-hook.
11744 (ediff-file-remote-p): Use file-local-copy.
11745
11746 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
11747
11748 * ediff.el (ediff-patch-buffer): Bug fix.
11749 (ediff-revision): Allow selection of the file at the prompt.
11750
11751 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
11752
11753 * subr.el (combine-run-hooks): Remove.
11754
11755 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
11756 and remove the rogue second spec.
11757
11758 2000-12-23 Gerd Moellmann <gerd@gnu.org>
11759
11760 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
11761
11762 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
11763
11764 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
11765 Use minibuffer menu prompt for the `=' prefix.
11766 (smerge-command-prefix): Change default to C-^.
11767 (smerge-mode): Don't assume font-lock doesn't move point.
11768
11769 * skeleton.el (skeleton-internal-1): Make sure the first line of
11770 the region is also re-indented.
11771 (skeleton-end-newline): New var.
11772 (skeleton-end-hook): Use it.
11773
11774 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11775
11776 * comint.el (comint-password-prompt-regexp): Support CVS.
11777
11778 2000-12-22 Gerd Moellmann <gerd@gnu.org>
11779
11780 * simple.el (delete-key-deletes-forward-mode): Simplify.
11781 Also backspace key combinations, depending on
11782 delete-key-deletes-forward.
11783
11784 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
11785
11786 * simple.el (delete-key-deletes-forward): Doc fix.
11787
11788 2000-08-22 Emmanuel Briot <briot@gnat.com>
11789
11790 * xml.el (top level comment): Updated to reflect the fact that
11791 white spaces are relevant in the XML file.
11792 (xml-parse-file): Do not kill an existing Emacs buffer if the file
11793 to parse was already edited. This allows for on-the-fly analysis
11794 of XML files.
11795 (xml-parse-tag): Check that the casing is the same in the start
11796 tag and end tag, since XML is case-sensitive. Allows for spaces
11797 in the end tag, after the name of the tag.
11798 (xml-parse-attlist): Allow for the character '-' in the name of
11799 attributes, as in the standard http-equiv attribute Do not save
11800 the properties in the XML tree, since they are not relevant.
11801
11802 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
11803
11804 * generic.el (generic-read-type): Undo last change, inline into
11805 `generic-mode' and then remove.
11806 (generic-mode): Inline generic-read-type.
11807 (define-generic-mode): Push the symbol name rather than the symbol
11808 onto generic-mode-list.
11809
11810 2000-12-21 Gerd Moellmann <gerd@gnu.org>
11811
11812 * generic.el (generic-read-type): Build an alist for
11813 completing-read as in 20.7.
11814
11815 * play/landmark.el (lm): Use interactive spec `P'.
11816 (toplevel): Don't set debug-on-error.
11817
11818 * server.el (server-switch-buffer): Choose a window on a visible frame.
11819
11820 2000-12-21 Dave Pearson <davep@davep.org>
11821
11822 * quickurl.el: Commentry change, I've moved my web site.
11823
11824 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11825
11826 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
11827 ranges like \177-\237, but accepts the character sequence from \177 to
11828 \237. Doc fix.
11829 (ebnf-version): New version (3.4).
11830 (ebnf-setup): Code fix.
11831 (ebnf-range-regexp): New fun.
11832 (ebnf-8-bit-chars): Const fix.
11833
11834 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
11835 entry. Doc fix.
11836 (ebnf-bnf-lex): Code fix.
11837 (ebnf-bnf-comment-chars): Const fix.
11838
11839 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
11840 entry. Doc fix.
11841 (ebnf-iso-comment-chars): Const fix.
11842
11843 * ebnf-otz.el: Doc fix.
11844
11845 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
11846 entry. Doc fix.
11847 (ebnf-yac-skip-code): Code fix.
11848 (ebnf-yac-comment-chars): Const fix.
11849
11850 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
11851
11852 * files.el (insert-directory-safely): New function.
11853 (recover-file): Use it instead of insert-directory.
11854 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11855
11856 2000-12-21 Kenichi Handa <handa@etl.go.jp>
11857
11858 * international/mule-cmds.el (select-safe-coding-system):
11859 Check coding-category-list more rigidly. Improve help message.
11860
11861 * dired.el (dired-move-to-filename-regexp): Fix previous change.
11862
11863 2000-12-21 Miles Bader <miles@gnu.org>
11864
11865 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
11866
11867 2000-12-21 Kenichi Handa <handa@etl.go.jp>
11868
11869 * international/mule-diag.el (describe-char-after): Make *Help*
11870 buffer inherit multibyteness of the current buffer.
11871
11872 * international/mule.el (make-char): Docstring adjusted for the
11873 change of make-char-internal.
11874
11875 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
11876
11877 * international/iso-cvt.el: Docstrings fix.
11878
11879 2000-12-20 Dave Love <fx@gnu.org>
11880
11881 * subr.el (eval-after-load): Doc fix.
11882
11883 2000-12-20 Kenichi Handa <handa@etl.go.jp>
11884
11885 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
11886 for numbers.
11887
11888 2000-12-20 Miles Bader <miles@gnu.org>
11889
11890 * international/quail.el (quail-help): Resize the help window
11891 again after it has all its contents. Remove unneeded progn.
11892
11893 2000-12-19 Gerd Moellmann <gerd@gnu.org>
11894
11895 * pcmpl-linux.el: Fix copy/paste error.
11896
11897 2000-12-19 Andrew Innes <andrewi@gnu.org>
11898
11899 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
11900
11901 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
11902
11903 * progmodes/idlw-rinfo.el: Fixed copyright notice.
11904
11905 * progmodes/idlw-toolbar.el: Fixed copyright notice.
11906
11907 * progmodes/idlw-shell.el: Fixed copyright notice.
11908
11909 * progmodes/idlwave.el: Fixed copyright notice.
11910
11911 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
11912 TAB as key separators.
11913
11914 2000-12-19 Alex Schroeder <alex@gnu.org>
11915
11916 * sql.el (sql-sybase-options): New option.
11917 (sql-sybase): Use it. Add sql-database to the list of parameters
11918 provided for login. The options -w 2048 -n are not used any more.
11919 (sql-postgres-options): Changed default from "--pset" to "-P".
11920 (sql-mysql-options): Doc change.
11921 (sql-stop): Doc change.
11922
11923 2000-12-19 Kenichi Handa <handa@etl.go.jp>
11924
11925 * international/quail.el (quail-input-method): Always hide
11926 the guidance buffer on exiting.
11927
11928 2000-12-18 Gerd Moellmann <gerd@gnu.org>
11929
11930 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
11931 isn't fboundp.
11932
11933 * server.el (server-buffer-done): Bury the buffer before
11934 killing it.
11935
11936 * faces.el (face-spec-set): Interpret a nil in specs for
11937 foreground and background colors as `unspecified', for
11938 compatibility with 20.x.
11939
11940 2000-12-18 Dave Love <fx@gnu.org>
11941
11942 * simple.el (mail-user-agent): Doc fix.
11943 (input-mode-8-bit): Removed.
11944
11945 * international/mule.el (set-keyboard-coding-system): Doc fix.
11946 (keyboard-coding-system): New option.
11947
11948 * mail/sendmail.el (send-mail-function): Customize.
11949
11950 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
11951
11952 * international/codepage.el (cp866-decode-table): New table.
11953
11954 2000-12-18 Gerd Moellmann <gerd@gnu.org>
11955
11956 * version.el (emacs-version): Remove `%a' from the time format
11957 because the weekday doesn't fit well into each locale.
11958
11959 2000-12-18 Miles Bader <miles@gnu.org>
11960
11961 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
11962
11963 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
11964 Check that emacs-major-version is `=' to 20, not `>='.
11965 (artist-replace-chars): Use `make-string' instead of a loop.
11966
11967 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
11968
11969 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
11970 (cvs-execute-single-file): Don't change directory.
11971 Patch from Per Cederqvist.
11972
11973 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
11974
11975 * textmodes/ispell.el (check-ispell-version):
11976 If `ispell-program-name' is "aspell", pass it the -v switch instead
11977 of -vv.
11978
11979 2000-12-16 Kenichi Handa <handa@etl.go.jp>
11980
11981 * international/mule-diag.el (mule-diag): Insert information about
11982 configure options, multibyte awareness, language env.
11983
11984 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
11985 regexp to search for candidates.
11986
11987 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
11988
11989 * info.el (Info-forward-node): If the node has an
11990 Info-header-line, widen the buffer before searching for "next:"
11991 and "up:" pointers, and set the search limit to stay in the
11992 current node.
11993
11994 2000-12-16 Miles Bader <miles@gnu.org>
11995
11996 * simple.el (delete-trailing-whitespace): Remove extraneous let.
11997
11998 2000-12-15 Miles Bader <miles@gnu.org>
11999
12000 * comint.el (comint-send-string, comint-send-region): Also accept
12001 a buffer, buffer-name, or nil for PROCESS, for compatibility with
12002 process-send-string/region.
12003
12004 2000-12-15 Gerd Moellmann <gerd@gnu.org>
12005
12006 * isearch.el (isearch-lazy-highlight-max): New user-option.
12007 (isearch-lazy-highlight-update): Don't highlight more than
12008 isearch-lazy-highlight-max matches.
12009
12010 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12011
12012 2000-12-15 Richard M. Stallman <rms@gnu.org>
12013
12014 * sort.el (sort-columns): Fix error message.
12015
12016 * dabbrev.el (dabbrev--last-case-pattern): Value is now
12017 `upcase' or `downcase' or nil.
12018 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12019 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12020 (dabbrev--substitute-expansion): New arg record-case-pattern.
12021 If it is non-nil, set dabbrev--last-case-pattern.
12022 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12023
12024 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12025
12026 2000-12-15 Miles Bader <miles@gnu.org>
12027
12028 * paths.el (Info-default-directory-list): Don't delete
12029 configure-info-directory from the list of standard info
12030 directories when appending it to the end -- their order is important.
12031
12032 * faces.el (read-face-attribute): If there's no entry for the
12033 user's input in VALID, just use it as-is (this will often result
12034 in an error, but it may be OK for e.g. colors using hexadecimal
12035 notation, and at least will yield a better error message).
12036
12037 * window.el (mode-line-window-height-fudge): Function removed.
12038 (height-affecting-face-attributes, mode-line-window-height-fudge):
12039 Variables removed.
12040 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12041 window is really the right size. Use vertical-motion
12042 rather than forward-line.
12043 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12044 (ispell-command-loop, ispell-show-choices): Use the variable
12045 ispell-choices-win-default-height, rather than the function.
12046 (ispell-choices-win-default-height): Function removed.
12047 (ispell-mode-line-window-height-fudge): Function removed.
12048
12049 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
12050
12051 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12052
12053 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12054
12055 * paths.el (Info-default-directory-list):
12056 If configure-info-directory is not one of the standard directories,
12057 put it first in the list; otherwise put it last. Doc string
12058 changed accordingly.
12059
12060 * info.el (Info-directory-list): Change doc string to reflect the
12061 change in Info-default-directory-list.
12062
12063 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12064 windows-nt as windowed environments, even under -nw.
12065
12066 * startup.el (command-line): Don't call x-backspace-delete-keys-p
12067 if not fboundp. Switch delete-forward mode for the <delete> key
12068 on all PC platforms, even under -nw.
12069
12070 * term/internal.el ([M-delete]): Remap to M-d.
12071
12072 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12073
12074 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12075
12076 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12077
12078 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12079
12080 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12081
12082 * startup.el (command-line): Call delete-key-deletes-forward-mode,
12083 if appropriate.
12084
12085 * simple.el (delete-key-deletes-forward): New user-option.
12086 (delete-key-deletes-forward-mode): New function.
12087
12088 * bindings.el: Bind `delete' to backward-delete-char.
12089
12090 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12091 Test if symbol is bound before getting its value.
12092
12093 * tooltip.el (tooltip-show): If an error is signaled in
12094 x-show-tip, display that error, and display the help in the
12095 echo area.
12096
12097 2000-12-14 Kenichi Handa <handa@etl.go.jp>
12098
12099 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12100 Show "... entries" messages for every 10000 entries, not 10.
12101
12102 2000-12-13 Karl Fogel <kfogel@red-bean.com>
12103
12104 * bookmark.el: Provide a generic exit hook, as suggested by
12105 Ovidiu Predescu <ovidiu@cup.hp.com>:
12106 (bookmark-exit-hook): New var.
12107 (bookmark-exit-hook-internal): New func, replaces
12108 old raw lambda form in `kill-emacs-hook', and runs new
12109 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
12110 as logically that feature must have been provided if this function
12111 is running.
12112 Removed ;;;###autoload before the `add-hook' call.
12113
12114 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
12115
12116 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12117 (easy-menu-current-active-maps): New function.
12118 (easy-menu-get-map): Use it.
12119 Make a proper menu entry when creating a new keymap.
12120
12121 2000-12-13 Kenichi Handa <handa@etl.go.jp>
12122
12123 * international/characters.el: Fix cases and syntaxes for
12124 mule-unicode-0100-24ff.
12125
12126 * dired.el (dired-move-to-filename-regexp): Fixed for the case
12127 that a Japanese character is not appended after day and year.
12128
12129 * info.el (Info-suffix-list): Change format for a command that
12130 requires arguments.
12131 (info-insert-file-contents): Adjusted for the above change.
12132
12133 2000-12-12 Andreas Schwab <schwab@suse.de>
12134
12135 * tar-mode.el (tar-extract): Base the name of the subfile buffer
12136 on the name of the tar buffer. Verify that the existing buffer is
12137 visiting the same subfile.
12138
12139 2000-12-12 Dave Love <fx@gnu.org>
12140
12141 * subdirs.el: Add obsolete.
12142
12143 2000-12-12 Gerd Moellmann <gerd@gnu.org>
12144
12145 * mail/rmailsum.el (rmail-summary-expunge)
12146 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12147 instead of rmail-confirm-expunge.
12148
12149 * replace.el (perform-replace): Don't use an empty match adjacent
12150 to a non-empty match when computing the next match before the
12151 replacement is performed.
12152
12153 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
12154
12155 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12156 definition (patch by Stefan Monnier).
12157 (glasses-mode): Use jit-lock instead of `after-change-functions'
12158 (patch by Stefan Monnier).
12159
12160 2000-12-12 Miles Bader <miles@gnu.org>
12161
12162 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12163 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12164
12165 2000-12-12 Andrew Choi <akochoi@i-cable.com>
12166
12167 * term/mac-win.el: Remove load for ls-lisp.
12168
12169 * loadup.el: Load ls-lisp for system-type `macos'.
12170
12171 2000-12-12 Miles Bader <miles@gnu.org>
12172
12173 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12174 Respect field end too.
12175 (just-one-space): Respect fields as `delete-horizontal-space'.
12176 (newline-and-indent, reindent-then-newline-and-indent):
12177 Use `delete-horizontal-space'.
12178
12179 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
12180
12181 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12182 (so as to obey the field property in the minibuffer).
12183
12184 * obsolete/c-mode.el: Moved from lisp/progmodes.
12185 * obsolete/auto-show.el: Moved from lisp.
12186 * obsolete/ooutline.el: Moved from lisp/textmodes.
12187
12188 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
12189
12190 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
12191 changes to list them here.
12192
12193 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12194 Too many changes to list them here.
12195
12196 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12197 Too many changes to list them here.
12198
12199 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12200
12201 2000-12-11 Gerd Moellmann <gerd@gnu.org>
12202
12203 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
12204
12205 * cus-edit.el (custom-save-variables, custom-save-faces):
12206 Comment fix.
12207
12208 * hscroll.el: Moved to `obsolete' subdir.
12209
12210 2000-12-11 Miles Bader <miles@gnu.org>
12211
12212 * window.el (window-text-height): Function removed (now in C).
12213
12214 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
12215
12216 * log-edit.el (log-edit-parent-buffer): New var.
12217 (log-edit): Set it. Add BUFFER argument.
12218 (log-edit-done): Use char-before.
12219 Don't bother checking validity of vc-comment-ring.
12220 Only bury the buffer if log-edit popped it up.
12221
12222 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12223 (cvs-mode-diff-help): Remove.
12224 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
12225 (cvs-mode-marked): Set up the default for CMD manually.
12226
12227 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12228 Remove binding for ? now made unnecessary.
12229
12230 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
12231
12232 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
12233 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12234
12235 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12236 when master file is not open.
12237
12238 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
12239
12240 * progmodes/ada-stmt.el: Update `maintainer'.
12241
12242 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
12243
12244 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12245 choices to match documentation string.
12246
12247 2000-12-09 Miles Bader <miles@gnu.org>
12248
12249 * minibuf-eldef.el: New file.
12250
12251 * window.el (fit-window-to-buffer): Don't pass last argument to
12252 pos-visible-in-window-p, now that its meaning is inverted.
12253
12254 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
12255
12256 * image.el (create-image): Doc fix; spotted by Per Cederqvist
12257 <ceder@lysator.liu.se>.
12258
12259 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
12260
12261 * autoinsert.el (auto-insert-alist): Add missing final \n.
12262
12263 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
12264 (cvs-menu-map): Remove.
12265 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12266 (cvs-mode-quit): Turn it back into a plain function.
12267
12268 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
12269 (texinfo-filter): Remove (move to texinfo.el).
12270
12271 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12272 file where it's more visible.
12273 (texinfo-filter, texinfo-chapter-level-regexp): New variables
12274 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12275 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12276 (texinfo-inside-macro-p): Only catch `scan-error's.
12277 (texinfo-inside-env-p): Make better use of the match info.
12278 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12279 (texinfo-insert-@end): Slight re-organization.
12280 Also remove useless `looking-at' call.
12281
12282 2000-12-08 Andrew Innes <andrewi@gnu.org>
12283
12284 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12285 accessible in -nw mode.
12286
12287 * term/w32-win.el: Remove stuff about selection timeout, which is
12288 irrelevant on Windows. Move clipboard support to w32-fns.el, so
12289 it is accessible in -nw mode.
12290
12291 2000-12-08 Dave Love <fx@gnu.org>
12292
12293 * emacs-lisp/lisp-mode.el (lisp-mode):
12294 Set font-lock-keywords-case-fold-search.
12295
12296 2000-12-08 Gerd Moellmann <gerd@gnu.org>
12297
12298 * textmodes/ispell.el (ispell): Doc fix.
12299
12300 2000-12-08 Kenichi Handa <handa@etl.go.jp>
12301
12302 * international/quail.el (quail-insert-decode-map): Check the
12303 frame width of a window displaying the current buffer, not that of
12304 the selected frame.
12305 (quail-help): Make sure that the help buffer has window before
12306 inserting text in it.
12307
12308 2000-12-07 Sam Steingold <sds@gnu.org>
12309
12310 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12311 Backquote is used in isearch.el, so autoloading saves nothing.
12312
12313 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
12314
12315 * startup.el (normal-top-level-add-subdirs-to-load-path):
12316 Ignore the CVS and RCS subdirectories case-insensitively.
12317
12318 * dired.el (dired-insert-directory): If file-system-info is
12319 fboundp, call it instead of invoking dired-free-space-program.
12320
12321 2000-12-07 Gerd Moellmann <gerd@gnu.org>
12322
12323 * server.el (server-visit-files): Push files on file-name-history.
12324
12325 * progmodes/cc-langs.el: Update copyright.
12326
12327 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12328
12329 * bindings.el (mode-line-mode-menu): Add glasses-mode.
12330
12331 * bindings.el (mode-line-mode-menu): Reverse the order
12332 of define-keys so that the menu appears in alphabetical order.
12333
12334 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
12335
12336 * progmodes/glasses.el (glasses-mode): Update mode line at the end
12337 of the function.
12338
12339 2000-12-07 Dave Love <fx@gnu.org>
12340
12341 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12342
12343 * facemenu.el (facemenu-unlisted-faces): Fix value.
12344
12345 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
12346
12347 * font-lock.el (font-lock-default-fontify-region):
12348 Include the terminating \n (off-by-one error).
12349 (font-lock-set-defaults): Use dolist.
12350
12351 * derived.el (define-derived-mode): Don't use combine-run-hooks.
12352
12353 2000-12-07 Kenichi Handa <handa@etl.go.jp>
12354
12355 * international/mule-cmds.el (describe-language-environment):
12356 Fix for the case that an input method title is not string but a list.
12357
12358 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12359 of wrong SIZE record.
12360
12361 2000-12-06 Dave Love <fx@gnu.org>
12362
12363 * newcomment.el (comment-region, comment-dwim): Doc fix.
12364
12365 * textmodes/texinfo.el: Require tex-mode when compiling.
12366 (texinfo-update-node): Doc fix.
12367 (texinfo-imenu-generic-expression): Add @anchor.
12368 (texinfo-font-lock-keywords): Add @uref.
12369 (texinfo-inside-macro-p): Don't use ignore-errors.
12370 (texinfo-insert-quote): Match more contexts.
12371
12372 * international/mule.el (decode-char, encode-char): Doc fix.
12373 (auto-coding-alist): Customize.
12374
12375 * files.el (load-file): Fix change of 2000-03-12.
12376
12377 * wid-edit.el (widget-text-keymap): Doc fix.
12378
12379 2000-12-06 Andrew Innes <andrewi@gnu.org>
12380
12381 * makefile.w32-in (lisp): Set to an absolute directory, namely
12382 $(CURDIR).
12383
12384 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
12385
12386 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12387 read generated-autoload-file, and set buffer-file-coding-system to
12388 raw-text-unix after reading the file.
12389
12390 * international/mule-conf.el (file-coding-system-alist):
12391 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12392
12393 2000-12-06 Gerd Moellmann <gerd@gnu.org>
12394
12395 * replace.el (occur): Make line-number-width 1 smaller for the
12396 colon following the line number.
12397
12398 * startup.el (fancy-splash-text, command-line-1):
12399 Use `File' for the menu name instead of `Files'.
12400
12401 * tmm.el: Update copyright.
12402
12403 * cus-start.el: Add entry for even-window-heights.
12404
12405 2000-12-06 Miles Bader <miles@gnu.org>
12406
12407 * faces.el (frame-set-background-mode): Avoid stomping on
12408 locally modified faces.
12409
12410 2000-12-06 Kenichi Handa <handa@etl.go.jp>
12411
12412 * international/fontset.el: Correct the font registries for
12413 japanese-jisx0213-1 and japanese-jisx0213-2.
12414
12415 2000-12-05 Gerd Moellmann <gerd@gnu.org>
12416
12417 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12418
12419 * iswitchb.el: Update customization commentary.
12420
12421 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
12422
12423 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12424 (tpu-search-highlight): Fixed comparison of overlay end positions.
12425 (tpu-trim-line-ends): Implemented trimming logic locally.
12426
12427 * emulation/tpu-extras.el (tpu-write-file-hook)
12428 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12429
12430 2000-12-05 Kenichi Handa <handa@etl.go.jp>
12431
12432 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12433 to cn-gb.
12434 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12435
12436 2000-12-04 Dave Love <fx@gnu.org>
12437
12438 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12439
12440 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12441
12442 * mail/rmailsum.el (rmail-summary-expunge)
12443 (rmail-summary-expunge-and-save): Ask for confirmation with
12444 rmail-expunge-confirmed.
12445
12446 * mail/rmail.el (rmail-expunge-confirmed): New function.
12447 (rmail-expunge): Use it.
12448
12449 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
12450
12451 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12452 (etags-recognize-tags-table, find-tag-in-order):
12453 New functionality: interpret file names as tags.
12454
12455 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
12456
12457 * info.el (Info-scroll-prefer-subnodes): New defcustom.
12458 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12459 the first subnode until the bottom of the current node is visible.
12460
12461 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12462
12463 * format.el (format-decode): Don't change buffer's undo list.
12464
12465 2000-12-04 Kenichi Handa <handa@etl.go.jp>
12466
12467 * faces.el (face-font-registry-alternatives): Add entries for CJK
12468 fonts. Doc-string adjusted for the actual usage of this data.
12469
12470 * international/fontset.el: Change the font registries for CJK
12471 fonts in the default fontset. Don't append '*' to registries.
12472
12473 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
12474
12475 * emacs-lisp/easy-mmode.el (define-derived-mode)
12476 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12477
12478 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12479 (derived-mode-p): New function.
12480 (derived-mode-make-docstring): Add `docstring' argument.
12481 Use it if available and complete it if necessary.
12482
12483 2000-12-03 Andreas Schwab <schwab@suse.de>
12484
12485 * type-break.el (type-break): Don't make parent of itself.
12486
12487 2000-12-03 Miles Bader <miles@gnu.org>
12488
12489 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12490
12491 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
12492
12493 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12494 (tex-main-file, tex-file): Simplify.
12495 (tex-generate-zap-file-name): Use subst-char-in-string.
12496 (tex-strip-dots): Remove.
12497
12498 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12499
12500 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12501 to check if the match succeeded.
12502
12503 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12504
12505 * startup.el (use-fancy-splash-screens-p): New function.
12506 (command-line-1): Use it to determine whether or not to use
12507 a fancy splash screen.
12508
12509 2000-12-02 Andreas Schwab <schwab@suse.de>
12510
12511 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12512
12513 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12514
12515 * international/mule.el (make-char): Fix last change.
12516
12517 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12518 New defcustoms.
12519 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
12520 autoloading tex-mode; instead, do the same manually.
12521 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
12522 with numeric argument. Docstring fix.
12523 (toplevel): Require cl when compiling.
12524
12525 * international/mule.el (make-char): Doc fix.
12526
12527 2000-12-02 Jason Rumney <jasonr@gnu.org>
12528
12529 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12530 the Emacs Lisp manual)
12531
12532 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12533
12534 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12535
12536 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12537 the Emacs Lisp manual).
12538
12539 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12540
12541 * simple.el (next-line-add-newlines): Change default to nil.
12542
12543 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
12544
12545 * files.el (revert-buffer, recover-file):
12546 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
12547
12548 2000-12-01 Gerd Moellmann <gerd@gnu.org>
12549
12550 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12551
12552 2000-12-01 Miles Bader <miles@gnu.org>
12553
12554 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12555
12556 2000-12-01 Kenichi Handa <handa@etl.go.jp>
12557
12558 * international/mule-diag.el (describe-char-after): Fix typo.
12559 (describe-character-set, non-iso-charset-alist): Fix typo.
12560
12561 2000-12-01 Miles Bader <miles@gnu.org>
12562
12563 * image-file.el (image-file-name-regexp): Automatically add
12564 upper-case variants of each filename extension in
12565 `image-file-name-extensions', since they seem to be common.
12566
12567 * simple.el (minibuffer-contents)
12568 (minibuffer-contents-no-properties, delete-minibuffer-contents):
12569 New functions.
12570 * filecache.el (file-cache-directory-name)
12571 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12572
12573 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
12574
12575 * filecache.el (file-cache-minibuffer-complete): Don't try to
12576 delete the minibuffer prompt.
12577
12578 2000-11-30 Dave Love <fx@gnu.org>
12579
12580 * cus-start.el: Fix read-buffer-function type.
12581
12582 2000-11-30 Gerd Moellmann <gerd@gnu.org>
12583
12584 * md5.el: Removed. There's a built-in function, now.
12585
12586 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
12587
12588 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12589 as dummy 0-th char of rmail-deleted-vector.
12590
12591 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
12592
12593 * ps-print.el (ps-end-job): Bind case-fold-search only after
12594 switching to ps-spool-buffer.
12595
12596 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12597
12598 * ps-print.el: Line number font customization. PostScript: Lines and
12599 PageCount are initialized on each page. Doc Fix.
12600 (ps-print-version): New version number (6.3.2).
12601 (ps-lpr-switches, ps-font-info-database, ps-font-size)
12602 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
12603 (ps-right-header): Customization fix.
12604 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
12605 Fix code.
12606 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
12607 New vars.
12608
12609 2000-11-30 Gerd Moellmann <gerd@gnu.org>
12610
12611 * bs.el: Fix typos and spelling errors.
12612 (bs-appearance) <defgroup>: Renamed from bs-appearence.
12613 (bs-configuration): Doc fix.
12614
12615 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
12616
12617 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
12618
12619 * emulation/tpu-edt.el (tpu-version): New version.
12620 (tpu-search-overlay, tpu-replace-overlay): New initial range.
12621 (tpu-original-mode-line): Variable deleted.
12622 (tpu-mark-flag): New initial value.
12623 (tpu-set-mode-line): Don't redefine mode-line-format.
12624 Add tpu-mark-flag to minor-mode-alist.
12625 (tpu-update-mode-line): New mark flag logic.
12626 (tpu-get): Use find-file-wildcards.
12627 (tpu-search-highlight): Move overlay less, reset overlay properly.
12628 (tpu-unselect): Deactivate mark.
12629 (tpu-lm-replace): Reset overlay properly.
12630 (tpu-forward-line): Use forward-visible-line.
12631 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
12632
12633 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
12634
12635 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
12636
12637 * cus-edit.el (custom-face-value-create): Always emphasize tag.
12638
12639 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12640
12641 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
12642 and skip whitespace and newlines.
12643
12644 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
12645
12646 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
12647
12648 2000-11-29 Gerd Moellmann <gerd@gnu.org>
12649
12650 * help.el (describe-function-1): Regexp-quote function name
12651 when used as part of a regexp.
12652
12653 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
12654 Use face-attribute instead of face-foreground and face-background.
12655 (tool-bar-add-item): Likewise, and handle unspecified colors.
12656
12657 * enriched.el (enriched-face-ans): Use face-attribute instead
12658 of face-foreground and face-background.
12659
12660 * faces.el (face-foreground, face-background, face-stipple):
12661 Return nil if attribute is unspecified, for backward compatibility.
12662
12663 * files.el (auto-mode-alist): Add an entry for antlr-mode.
12664
12665 * play/5x5.el: Remove version info.
12666
12667 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
12668
12669 * frame.el (blink-cursor-mode): Doc fix.
12670
12671 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12672
12673 * antlr-mode.el: New commands to run ANTLR from within Emacs and
12674 to create Makefile rules.
12675 (antlr-tool-command): New user option.
12676 (antlr-ask-about-save): New user option.
12677 (antlr-makefile-specification): New user option.
12678 (antlr-file-formats-alist): New variable.
12679 (antlr-special-file-formats): New variable.
12680 (antlr-unknown-file-formats): New user option.
12681 (antlr-help-unknown-file-text): New variable.
12682 (antlr-help-rules-intro): New variable.
12683 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
12684 (antlr-mode-menu): Add entries.
12685 (antlr-file-dependencies): New function.
12686 (antlr-directory-dependencies): New function.
12687 (antlr-superclasses-glibs): New function.
12688 (antlr-run-tool): New command.
12689 (antlr-makefile-insert-variable): New function.
12690 (antlr-insert-makefile-rules): New function.
12691 (antlr-show-makefile-rules): New command.
12692
12693 * antlr-mode.el: More Emacs/XEmacs stuff.
12694 (antlr-no-action-keywords): New constant with value nil.
12695 (antlr-font-lock-keywords-alist): Use it. Old value would break
12696 syntax highlighting in Emacs-21.0.
12697 (antlr-default-directory): Emacs/XEmacs dependend function.
12698 (antlr-read-shell-command): Ditto.
12699 (antlr-with-displaying-help-buffer): Ditto.
12700
12701 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12702
12703 * antlr-mode.el: imenu, parsing and highlighting changes.
12704 (antlr-imenu-create-index-function): Don't create extra submenus
12705 for definitions in different grammar classes. It is not necessary
12706 for the menu and would make command `imenu' awkward to use.
12707 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
12708 header actions and more than one.
12709 (antlr-font-lock-tokendef-face): Changed color.
12710 (antlr-font-lock-tokenref-face): Changed color.
12711 (antlr-font-lock-additional-keywords): Also highlight lowercase.
12712 (antlr-mode-syntax-table): New variable.
12713 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
12714 (antlr-with-syntax-table): Don't copy syntax table.
12715
12716 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12717
12718 * antlr-mode.el: Minor changes: language setting.
12719 (antlr-language-alist): The value for file option "language" can
12720 be both an identifier and a string.
12721 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
12722 (antlr-language-limit-n-regexp): Change accordingly.
12723
12724 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12725
12726 * antlr-mode.el: Minor changes: tabs, hiding.
12727 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
12728 (antlr-action-visibility): Also allow value nil to also hide the
12729 braces. Renamed from `antlr-tiny-action-length'.
12730 Suggested by Jay@aol.com.
12731 (antlr-hide-actions): Change accordingly. Hide line if completely
12732 hidden action is on a line of its own.
12733
12734 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12735
12736 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
12737
12738 * sort.el (sort-columns): Don't concat strings with numbers.
12739
12740 2000-11-29 Dave Love <fx@gnu.org>
12741
12742 * cus-edit.el (face): Fix :format.
12743
12744 * mail/feedmail.el: Require smtpmail when compiling.
12745 (mail-do-fcc): Autoload.
12746 (feedmail) <defgroup>: Fix :link.
12747 (feedmail-nuke-body-in-fcc): Fix :type.
12748 (feedmail-send-it): Add autoload cookie.
12749
12750 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12751
12752 * newcomment.el (comment-indent): Save excursion around call to
12753 comment-indent-function.
12754
12755 2000-11-29 Miles Bader <miles@gnu.org>
12756
12757 * subr.el (member-ignore-case): Return the tail of the list who's
12758 car matches, like `member', not the matching element itself.
12759
12760 2000-11-29 Kenichi Handa <handa@etl.go.jp>
12761
12762 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
12763 should not contain `\n'.
12764
12765 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12766
12767 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12768
12769 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
12770
12771 * dired-aux.el (dired-do-create-files): Construct default file
12772 name for dired-mark-read-file-name so that when the user enters
12773 just RET, the target file will end up in the target directory.
12774
12775 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
12776 local-abbrev-table before changing buffers because it might
12777 have a buffer-local binding.
12778
12779 2000-11-28 Miles Bader <miles@gnu.org>
12780
12781 * simple.el (delete-horizontal-space): Handle fields more generally.
12782
12783 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12784
12785 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
12786
12787 2000-11-28 Dave Love <fx@gnu.org>
12788
12789 * progmodes/ps-mode.el (ps-mode): Set comment-start and
12790 comment-start-skip locally.
12791
12792 * progmodes/fortran.el (fortran-mode): Don't set
12793 fortran-comment-line-start-skip. Set comment-start to
12794 fortran-comment-line-start.
12795 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
12796 (fortran-comment-line-start-skip): Simplify slightly.
12797
12798 2000-11-28 Gerd Moellmann <gerd@gnu.org>
12799
12800 * play/5x5.el: Remove RCS keyword.
12801
12802 * bs.el: Mistaken commit, undone 2000-11-30.
12803
12804 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
12805
12806 * textmodes/tildify.el (tildify-string-alist):
12807 Add `plain-tex-mode' here.
12808
12809 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
12810
12811 * chistory.el (Command-history-setup): Remove extraneous `keymap'
12812 reference.
12813
12814 2000-11-28 Miles Bader <miles@gnu.org>
12815
12816 * cus-face.el (custom-face-attributes): Add post-filter function
12817 for :box. Make pre-filter function for :box handle all cases.
12818
12819 * wid-edit.el (widget-choose): Make sure pop-up window is large
12820 enough to display all the choices, as there's no way to scroll it.
12821
12822 2000-11-28 Kenichi Handa <handa@etl.go.jp>
12823
12824 * international/mule-conf.el: Make the coding system no-conversion
12825 safe for all characters.
12826
12827 2000-11-27 Dave Love <fx@gnu.org>
12828
12829 * net/ldap.el (ldap) <defgroup>: Add :version.
12830
12831 * tooltip.el (tooltip-use-echo-area): Doc fix.
12832
12833 * cus-start.el <minibuffer-prompt-properties>: Add version.
12834 <read-buffer-function>: Add.
12835
12836 * apropos.el (apropos-print): Add help-echo to active text.
12837
12838 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
12839
12840 2000-11-27 Gerd Moellmann <gerd@gnu.org>
12841
12842 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
12843 type, group and version.
12844
12845 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
12846
12847 * select.el (x-get-selection): Docstring fix.
12848
12849 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
12850
12851 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
12852
12853 2000-11-27 Andrew Innes <andrewi@gnu.org>
12854
12855 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
12856
12857 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
12858
12859 2000-11-27 Miles Bader <miles@gnu.org>
12860
12861 * dired.el (dired-get-filename): Return filename verbatim if
12862 LOCALP is `verbatim'.
12863 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
12864 `verbatim' so that we don't inadvertently delete a non-existant
12865 directory name.
12866
12867 2000-11-27 Kenichi Handa <handa@etl.go.jp>
12868
12869 * international/characters.el: Specify cases and syntaxes for
12870 mule-unicode-0100-24ff.
12871
12872 2000-11-27 Gerd Moellmann <gerd@gnu.org>
12873
12874 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
12875 that foreground and/or background colors of the face `tool-bar'
12876 are unspecified.
12877
12878 2000-11-27 Miles Bader <miles@gnu.org>
12879
12880 * wid-edit.el (widget-field-buffer, widget-field-start)
12881 (widget-field-end): Handle widget field `pseudo-overlays'.
12882 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
12883 if it's there instead of in `widget-field-list'.
12884
12885 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
12886 (help-make-xrefs): Delete extraneous newlines at the end of the
12887 docstring.
12888
12889 2000-11-25 Jason Rumney <jasonr@gnu.org>
12890
12891 * startup.el (command-line): Call set-locale-environment after
12892 Window System init file is read, as it can result in a call to
12893 redraw-frame.
12894
12895 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
12896
12897 * simple.el (shell-command): Mention the effect of the prefix
12898 argument in the doc string.
12899
12900 2000-11-25 Miles Bader <miles@gnu.org>
12901
12902 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
12903
12904 * wid-edit.el (widget-field-value-delete): Don't try to delete
12905 overlay when it's the `pseudo-overlay' that exists at some points.
12906
12907 2000-11-24 Jason Rumney <jasonr@gnu.org>
12908
12909 * international/mule-cmds.el (locale-language-names): Add "jp" as
12910 a non-standard alternative for Japanese.
12911
12912 2000-11-24 Andre Spiegel <spiegel@gnu.org>
12913
12914 * vc-hooks.el: Require 'cl during compilation.
12915
12916 2000-11-24 Gerd Moellmann <gerd@gnu.org>
12917
12918 * faces.el (face-set-after-frame-default): Let face attributes
12919 specified for new frames override frame parameters.
12920
12921 * startup.el (command-line): Fix computation of the source file
12922 for user-init-file when user-init-file is a compiled file.
12923
12924 2000-11-24 Miles Bader <miles@gnu.org>
12925
12926 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
12927 (custom-post-filter-face-spec): New functions.
12928 (custom-face-set, custom-face-value-create): Filter the face spec
12929 before and after customization.
12930 (custom-face-set): If VALUE specifies a null face, pass a
12931 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
12932 * cus-face.el (custom-face-attributes): Remove SET and GET
12933 functions. Add some IN-FILTER and OUT-FILTER functions in the few
12934 cases they're needed.
12935
12936 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
12937 that it's distinguishable from the :off-glyph on dark-background
12938 displays. Set its background color too.
12939
12940 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
12941 so that people can easily turn it off.
12942
12943 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
12944
12945 * ediff-diff.el: Moved variables around to have it compile under NT.
12946
12947 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
12948
12949 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
12950
12951 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
12952 redundant skip-small-frames test.
12953
12954 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
12955 (viper-downgrade-to-insert): Protect against errors in hooks.
12956
12957 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
12958 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
12959 (viper-restore-cursor-type,viper-set-insert-cursor-type):
12960 New functions.
12961
12962 * viper-util.el (viper-memq-char): Bug fixes.
12963
12964 * viper.el (viper-mode): Fix cursor handling.
12965
12966 2000-11-24 Kenichi Handa <handa@etl.go.jp>
12967
12968 * international/mule-diag.el (list-iso-charset-chars):
12969 For two-byte charset, fix the `while' condition.
12970 (list-non-iso-charset-chars): Fix the `while' condition.
12971
12972 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
12973
12974 * subr.el (add-hook, remove-hook): Don't call make-local-hook
12975 if the variable is make-variable-buffer-local.
12976
12977 * progmodes/ada-stmt.el (ada-template-map):
12978 Initialize and bind it to C-c t in ada-mode-map.
12979 (ada-stmt-mode-hook): New function extracted from old code.
12980 Only change the buffer-local side of skeleton-*.
12981 (ada-mode-hook): Use it.
12982
12983 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
12984
12985 * iswitchb.el (iswitchb-minibuf-depth): New variable.
12986 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
12987 we expect to be returned by minibuffer-depth once we prompt the
12988 user in the minibuffer.
12989 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
12990 as recorded in iswitchb-minibuf-depth, return non-nil.
12991
12992 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
12993
12994 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
12995 (hscroll-window-maybe): Docstring fix.
12996
12997 2000-11-23 Dave Love <fx@gnu.org>
12998
12999 * rect.el (string-rectangle): Don't test delete-selection-mode.
13000
13001 2000-11-23 Gerd Moellmann <gerd@gnu.org>
13002
13003 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13004 is in the tool bar.
13005
13006 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
13007 with `no-dir'; we want the directory part to be able to remove it.
13008
13009 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13010
13011 * textmodes/outline.el (outline-flag-region):
13012 Don't bind inhibit-read-only since we don't modify the buffer.
13013 (outline-isearch-open-invisible): Don't jump to overlay-start
13014 since we're trying to unhide text around point.
13015 (outline-discard-overlays): Use dolist.
13016
13017 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13018
13019 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13020
13021 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
13022
13023 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13024
13025 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13026 Fix ARG regexp to skip quoted braces.
13027 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13028 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13029 are (correctly) handled separately).
13030 Remove `caption' and `footnote' from `citations': they contain text.
13031 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13032 (latex-skeleton-end-hook): New function.
13033 (latex-mode): Use it.
13034 (tex-start-tex-marker): Remove.
13035 (tex-send-tex-command): Don't set tex-start-tex-marker.
13036 (tex-error-parse-syntax-table): New var.
13037 (tex-compilation-parse-errors): Use it.
13038 Ignore tex-start-tex-marker. Don't bother with marker-position.
13039 (tex-validate-buffer): Don't bother with marker-position.
13040
13041 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
13042 (flyspell-generic-progmode-verify): Use it.
13043
13044 2000-11-22 Sam Steingold <sds@gnu.org>
13045
13046 * simple.el (delete-trailing-whitespace): New interactive function.
13047
13048 * progmodes/ada-mode.el (ada-mode): Use it instead of
13049 `ada-remove-trailing-spaces'.
13050 (ada-remove-trailing-spaces): Removed.
13051
13052 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
13053
13054 * textmodes/picture.el (picture-clean): Removed.
13055 (picture-mode-exit): Call it instead of `picture-clean'.
13056
13057 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13058
13059 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13060
13061 * hi-lock.el (hi-lock-refontify): Don't call non-existent
13062 jit-lock-fontify-buffer; it should anyway be unneccessary to
13063 do anything special when jit-lock is active.
13064 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13065
13066 2000-11-22 Dave Love <fx@gnu.org>
13067
13068 * calendar/todo-mode.el (todo-top-priorities): Use
13069 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13070
13071 * language/chinese.el, language/cyrillic.el:
13072 * language/devanagari.el, language/ethiopic.el, language/greek.el:
13073 * language/hebrew.el, language/indian.el, language/japanese.el:
13074 * language/korean.el, language/lao.el, language/misc-lang.el:
13075 * language/thai.el, language/tibetan.el, language/vietnamese.el:
13076 Use provide.
13077
13078 * cus-edit.el (custom-buffer-create-internal): Save some consing.
13079 (custom-variable-set): Improve validation error mesage.
13080
13081 * rect.el (string-rectangle): Revert last change.
13082 (string-rectangle-line): New arg DELETE.
13083 (string-rectangle): Check delete-selection-mode.
13084
13085 * emacs-lisp/edebug.el (edebug-version)
13086 (edebug-maintainer-address): Deleted.
13087 (edebug-submit-bug-report): Just alias to report-emacs-bug.
13088 (edebug-read-function): Account for other `'#' read forms.
13089 (edebug-mode-menus): Make some items toggles.
13090 (edebug-outside-unread-command-event, unread-command-event):
13091 Remove these to avoid warnings.
13092
13093 2000-11-22 David Ponce <david@dponce.com>
13094
13095 * recentf.el (recentf-menu-items-for-commands)
13096 (recentf-make-menu-items, recentf-make-menu-item)
13097 (recentf-filter-changer): Added :help and :active menu-item properties.
13098
13099 (recentf-build-dir-rules, recentf-dump-variable)
13100 (recentf-edit-list, recentf-open-files-item)
13101 (recentf-open-files): Replaced unnecessary `mapcar' with new
13102 built-in `mapc'.
13103
13104 2000-11-23 Miles Bader <miles@gnu.org>
13105
13106 * faces.el (menu): Make inverse-video on ttys too.
13107
13108 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13109
13110 * simple.el (comment-line-break-function): Use the new name
13111 indent-new-comment-line -> comment-indent-new-line.
13112 (clone-indirect-buffer): Don't ignore NORECORD.
13113 (next-completion): Properly handle the case where items are adjacent.
13114
13115 * mouse.el (popup-menu): Stupid typo.
13116
13117 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13118
13119 * emacs-lisp/authors.el: Remove autoload cookies, add author,
13120 maintainer, keywords tags.
13121
13122 * rect.el (replace-rectangle): Don't call string-rectangle-line
13123 with too many arguments.
13124
13125 2000-11-22 Andre Spiegel <spiegel@gnu.org>
13126
13127 * ediff-util.el (ediff-file-checked-out-p)
13128 (ediff-file-checked-in-p): Call vc-state instead of
13129 vc-locking-user, which no longer exists.
13130
13131 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13132
13133 2000-11-22 Dave Love <fx@gnu.org>
13134
13135 * md5.el (md5): Provide.
13136 (md5): Fix error call.
13137
13138 2000-11-22 Miles Bader <miles@gnu.org>
13139
13140 * textmodes/refill.el (refill-adjust-ignorable-overlay)
13141 (refill-fill-paragraph-at): Remove debugging code.
13142
13143 * calendar/calendar.el (generate-calendar-window): When we don't
13144 call `fit-window-to-buffer', make sure the top line is fully visible.
13145
13146 * image-file.el (insert-image-file): Don't make `read-only'
13147 property rear-nonsticky.
13148
13149 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13150 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13151 stashing away its original value.
13152 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13153 in the recursive edit.
13154 Bind `isearch-original-minibuffer-message-timeout' to protect it.
13155 (isearch-done): Restore `minibuffer-message-timeout'.
13156
13157 * cus-start.el: Remove entry for `mode-line-inverse-video'.
13158
13159 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
13160
13161 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13162
13163 * find-lisp.el (find-lisp-find-files-internal):
13164 Use dolist, when and file-name-as-directory.
13165
13166 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
13167 (define-derived-mode, define-minor-mode): Add specs.
13168
13169 * window.el: General comment and spacing fixes.
13170 (save-selected-window): Use backquotes.
13171 (window-safely-shrinkable-p): New function.
13172 (shrink-window-if-larger-than-buffer): Use it.
13173
13174 * subr.el (make-local-hook): Docstring fix.
13175
13176 * shell.el (shell-mode): Use define-derived-mode.
13177
13178 * newcomment.el (comment-indent): Insert comment before calling
13179 comment-indent-function. Don't insert in column 0.
13180 (comment-dwim): Indent before inserting comment.
13181
13182 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
13183 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
13184 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13185 Use mapc rather than map.
13186
13187 * files.el (find-buffer-visiting): Compare all attributes before
13188 declaring two files identical (rather than just their inode-no).
13189 (auto-mode-alist): Use \' rather than $.
13190
13191 * which-func.el: Update maintainer line.
13192
13193 * pcvs.el (uniquify-buffer-file-name): Remove advice.
13194 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13195 (uniquify-buffer-file-name): Use it.
13196
13197 2000-11-22 Miles Bader <miles@gnu.org>
13198
13199 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13200 * simple.el (minibuffer-avoid-prompt): New function.
13201
13202 2000-11-21 Gerd Moellmann <gerd@gnu.org>
13203
13204 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13205
13206 2000-11-21 Miles Bader <miles@gnu.org>
13207
13208 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13209 inclusion of `track-mouse'.
13210
13211 * textmodes/refill.el (refill-ignorable-overlay): New variable.
13212 (refill-adjust-ignorable-overlay): New function.
13213 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13214 only the paragraph's tail if possible.
13215 Update `refill-ignorable-overlay'.
13216 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13217
13218 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13219 point inside the fill-prefix.
13220
13221 * textmodes/refill.el (refill-post-command-function): Don't reset
13222 refill-doit in the case where a self-insertion command doesn't
13223 case a refill. Use `refill-fill-paragraph-at', getting position
13224 from `refill-doit'.
13225 (refill-after-change-function): Set `refill-doit' to END.
13226 (refill-fill-paragraph-at): New function, mostly from old
13227 refill-fill-paragraph.
13228 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13229 (refill-pre-command-function): New function.
13230 (refill-mode): Add it to `pre-command-hook'.
13231
13232 2000-11-20 Gerd Moellmann <gerd@gnu.org>
13233
13234 * textmodes/artist.el (artist-mode): Fix autoload cookie.
13235
13236 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13237 javadoc tags.
13238
13239 2000-11-20 Andre Spiegel <spiegel@gnu.org>
13240
13241 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13242 vc.el).
13243
13244 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
13245 require vc.
13246
13247 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
13248 checkouts.
13249
13250 2000-11-20 Dave Love <fx@gnu.org>
13251
13252 * Makefile.in (DONTCOMPILE): Omit bindings.el.
13253
13254 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
13255
13256 * calculator.el (calculator-paste): Use `if' instead of `and'
13257 and `or'.
13258 (calculator-help): Don't use electric-describe-mode for XEmacs.
13259
13260 2000-11-19 Gerd Moellmann <gerd@gnu.org>
13261
13262 * info.el (info-menu-5): Doc fix.
13263
13264 * textmodes/artist.el: New file.
13265
13266 2000-11-19 Andre Spiegel <spiegel@gnu.org>
13267
13268 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
13269 and differentiate according to checkout model.
13270 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13271 since this function is only concerned with master state.
13272
13273 * vc-hooks.el (vc-workfile-unchanged-p)
13274 (vc-default-workfile-unchanged-p): Moved here from vc.el.
13275
13276 * vc.el (vc-workfile-unchanged-p)
13277 (vc-default-workfile-unchanged-p): See above.
13278
13279 2000-11-19 Miles Bader <miles@gnu.org>
13280
13281 * image-file.el (insert-image-file): Make `intangible' and
13282 `read-only' properties rear-nonsticky too.
13283
13284 2000-11-18 Gerd Moellmann <gerd@gnu.org>
13285
13286 * ps-print.el: Update copyright notice.
13287
13288 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13289 (tooltip-show): Use the offsets.
13290
13291 * bindings.el (mode-line-modified): Fix a typo.
13292 (mode-line-toggle-modified, mode-line-widen)
13293 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13294
13295 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13296
13297 * ps-print.el (toplevel): Test for find-coding-system being
13298 fboundp before calling ps-x-find-coding-system.
13299
13300 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
13301
13302 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13303 (vc-version-backup-file): Docstring fix.
13304
13305 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13306
13307 * files.el (basic-save-buffer): Don't add a newline if
13308 find-file-literally is non-nil.
13309 (find-file-literally): Extend doc string.
13310
13311 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13312 sort(1) with the `-f' argument.
13313
13314 2000-11-16 Andre Spiegel <spiegel@gnu.org>
13315
13316 * vc.el: Updated backend documentation.
13317 (vc-default-check-headers): New function.
13318
13319 * vc-{cvs,rcs,sccs}.el: Functions reordered.
13320
13321 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
13322 up-to-date.
13323 (vc-do-command): In the asynchronous case, output messages only if
13324 the minibuffer is not active.
13325
13326 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
13327 `vc-cvs-use-edit' is on.
13328 (vc-cvs-checkout): When this is used for reverting the workfile,
13329 make a backup of the original contents and revert to that in case
13330 of error.
13331 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
13332 remote repositories.
13333
13334 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13335 for both version and ratio in the minibuffer.
13336
13337 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
13338 Use vc-do-command to perform the annotation, not call-process.
13339
13340 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13341
13342 * international/quail.el (quail-start-translation): Don't call
13343 `message' before reading key sequence.
13344
13345 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
13346
13347 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13348
13349 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13350
13351 * window.el (fit-window-to-buffer): Be sure to acquire at least
13352 one text line even if the buffer is empty.
13353
13354 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13355
13356 * net/ange-ftp.el (ange-ftp-file-writable-p)
13357 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13358 Bind ange-ftp-process-verbose to nil.
13359
13360 2000-11-15 Dave Love <fx@gnu.org>
13361
13362 * wid-edit.el (widget-specify-field, widget-specify-button):
13363 If :help-echo is a function, set help-echo of overlay to
13364 widget-mouse-help.
13365 (widget-mouse-help): New function.
13366 (widget-echo-help): Rewritten for :help-echo functions only taking
13367 a widget arg.
13368
13369 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13370 Use display-graphic-p.
13371 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13372 and that JPEG is available.
13373 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13374
13375 * international/mule-cmds.el (locale-charset-language-names):
13376 Match @euro.
13377
13378 2000-11-15 Gerd Moellmann <gerd@gnu.org>
13379
13380 * faces.el (face-set-after-frame-default):
13381 If `inhibit-default-face-x-resources' is bound, don't intialize the
13382 default face from X resources.
13383
13384 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13385
13386 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13387 Don't set EMACSLOADPATH.
13388
13389 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13390
13391 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13392 texinfo-insert-@url.
13393 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13394 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13395
13396 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13397
13398 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13399 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13400 (checkdoc-minor-keymap): Backward compatibility.
13401 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13402 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13403 (checkdoc-this-string-valid-engine): Be a bit more strict
13404 to avoid matching substrings of `...' quoted vars/funs.
13405 (checkdoc-defun-info): Only look for `interactive' if alone.
13406 (debug-ignored-errors): Add "arg doesn't appear in docstring".
13407
13408 * progmodes/compile.el (grep): `tag-default' can be nil.
13409
13410 * newcomment.el (comment-indent): Paren typo.
13411
13412 2000-11-14 Dave Love <fx@gnu.org>
13413
13414 * calculator.el: New maintainer version.
13415
13416 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13417
13418 * cmuscheme.el: Doc fixes.
13419 (cmuscheme) <defgroup>: Use `scheme' as parent.
13420 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
13421
13422 * xscheme.el (scheme-program-name): Don't define here.
13423
13424 * progmodes/scheme.el (scheme-program-name): New variable
13425 (originally in cmuscheme).
13426
13427 2000-11-14 Miles Bader <miles@gnu.org>
13428
13429 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13430 Handle header-lines. Don't loop forever if we can't enlarge the
13431 window anymore. Simplify a bit.
13432
13433 2000-11-14 Kenichi Handa <handa@etl.go.jp>
13434
13435 * window.el (fit-window-to-buffer): Don't check
13436 window-text-height. Assure that the last line is fully visible.
13437
13438 * international/quail.el (quail-show-guidance-buf):
13439 Call fit-window-to-buffer to assure the enough height of the guidance
13440 buffer.
13441 (quail-update-guidance): Avoid making the guidance buffer shorter.
13442
13443 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13444
13445 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13446 rather than `prepend' and add an interesting comment.
13447 (tex-math-face, tex-font-lock-syntactic-face-function):
13448 New face and function to use it.
13449 (tex-define-common-keys, tex-mode-map): Use menu-item rather
13450 than `menu-enable' symbol property.
13451 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13452 (tex-mode): Add some latex-mode commands for auto-selection.
13453 Use tex-font-lock-syntactic-face-function.
13454 (tex-insert-quote): Simplify.
13455 (tex-shell): New mode.
13456 (tex-start-shell): Use it.
13457 (tex-shell-proc, tex-shell-buf): New functions.
13458 (tex-send-command): Use it.
13459 (tex-main-file): Fix the meaning of the new arg REALFILE.
13460 (tex-send-tex-command): New function split from `tex-start-tex'.
13461 Set compilation-last-buffer and compilation-parsing-end.
13462
13463 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13464 when it follows non-comment text on the line.
13465
13466 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13467 Set font-lock-defaults.
13468 (lisp-mode-shared-map): Init inside the defvar.
13469 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13470 Use define-derived-mode.
13471
13472 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
13473
13474 * faces.el (header-line): Use `:box nil' for color/gs displays too.
13475
13476 2000-11-14 Gerd Moellmann <gerd@gnu.org>
13477
13478 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13479 Don't recursively optimize body because that can lead to infinite
13480 recursion; see comment there.
13481
13482 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
13483
13484 * faces.el (face-spec-set-match-display): Revert the change from
13485 2000-10-24. Add a FIXME for after v21.1.
13486
13487 2000-11-13 Miles Bader <miles@gnu.org>
13488
13489 * textmodes/fill.el (skip-line-prefix): New function.
13490 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
13491 (fill-paragraph): Don't leave point inside the fill-prefix.
13492 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13493 point inside the fill-prefix.
13494
13495 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
13496
13497 * calendar/calendar.el (generate-calendar-window):
13498 Use `fit-window-to-buffer'.
13499
13500 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13501
13502 * gud.el (gud-minor-mode): New var.
13503 (gud-symbol, gud-val): New functions.
13504 (gud-find-file): Copy gud-minor-mode to the new buffer.
13505 (gud-menu-map): Include entries for commands that are not always
13506 available, using :enable to (de)activate them.
13507 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
13508 (gud-mode-map): New map.
13509 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
13510 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13511 Don't set up gud's menu (it's done by the minor-mode).
13512 (gud-minibuffer-local-map): New.
13513 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13514 (gud-query-cmdline): New function.
13515 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
13516 (gud-mode): Use define-derived-mode.
13517 Don't set up gud's menu (it's done by the minor-mode).
13518 (gud-chop-words): Remove.
13519 (gud-common-init): Use split-string instead.
13520 (gud-new-keymap, gud-make-debug-menu): Eradicate.
13521
13522 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13523 Add keyword arg :name.
13524
13525 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13526 (diff-count-matches, diff-split-hunk): New functions.
13527 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13528
13529 * pcvs-info.el (cvs-fi-conflict-face): New var.
13530
13531 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13532 Make it into a simple syntax-table, shared among all submodes.
13533 (sh-heredoc-face): Re-introduce.
13534 (sh-font-lock-syntactic-face-function): New function.
13535 (sh-mode): Use it. Also use define-derived-mode.
13536 Remove old bogus setting of indent-region-function.
13537 (sh-set-shell): Don't set the syntax-table any more.
13538 (sh-mode-syntax-table) <defun>: Remove.
13539
13540 2000-11-12 Miles Bader <miles@gnu.org>
13541
13542 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13543 message if interactive.
13544
13545 2000-11-12 Dave Love <fx@gnu.org>
13546
13547 * mail/feedmail.el: Fix header,
13548 (feedmail) <defgroup>: Add :link.
13549
13550 * view.el: Use local-map property, not keymap on mode-line string.
13551
13552 * scroll-all.el (scroll-all-mode): Customize variable.
13553 Add autoload cookie to function.
13554
13555 * lazy-lock.el: Remove compatibility code.
13556
13557 * finder.el (finder-known-keywords): Add `files', remove `vms'.
13558 (finder-help-echo): New variable.
13559 (finder-mouse-face-on-line): Add help-echo stuff.
13560 (finder-list-keywords, finder-list-matches): Use mapc.
13561
13562 * faces.el (face-font-registry-alternatives): Add :version.
13563
13564 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13565 tags-table-list.
13566
13567 * net/browse-url.el (browse-url-browser-function): Update :version.
13568
13569 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
13570 (mail-mode): Use [:alnum:] in some regexps.
13571
13572 2000-11-10 Dave Love <fx@gnu.org>
13573
13574 * ediff.el (ediff-regions-internal, ediff-documentation):
13575 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13576 fundamental mode.
13577
13578 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13579 buffer into fundamental mode.
13580 (ediff-set-difference): Use copy-sequence if available.
13581
13582 * ediff-ptch.el (ediff-dispatch-file-patching-job):
13583 Check ediff-patch-map non-nil.
13584 (ediff-fixup-patch-map, ediff-fixup-patch-map)
13585 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13586 buffer into fundamental mode.
13587
13588 * ediff-merg.el (state-or-merge): Defvar when compiling.
13589
13590 2000-11-10 Jason Rumney <jasonr@gnu.org>
13591
13592 * w32-fns.el (w32-add-charset-info): New function.
13593 (w32-charset-info-alist): Use it.
13594
13595 2000-11-10 Gerd Moellmann <gerd@gnu.org>
13596
13597 * faces.el (face-font-registry-alternatives): New user-option.
13598
13599 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
13600
13601 * textmodes/texinfo.el (texinfo-block-default): New var.
13602 (texinfo-insert-block): Use it. Insert a newline if needed.
13603
13604 * textmodes/fill.el (fill-indent-according-to-mode): New var.
13605 (fill-region-as-paragraph): Use it.
13606
13607 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
13608 (latex-mode): Tweak tex-*-(head|trail)er regexps.
13609 Tweak paragraph regexps to allow a leading [ \t]*.
13610 (tex-latex-block): Insert a newline if necessary.
13611 (latex-insert-item): Only insert a newline if necessary.
13612 (tex-guess-main-file): New function.
13613 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
13614 Set tex-main-file if TeX-master is provided.
13615 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
13616
13617 2000-11-10 Gerd Moellmann <gerd@gnu.org>
13618
13619 * startup.el (command-line): Set the default tooltip-mode
13620 to t for graphical displays which implement x-show-tip.
13621
13622 * tooltip.el (tooltip-mode): Add a comment about startup.el
13623 setting the default value of this user-option.
13624
13625 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
13626
13627 * font-lock.el (font-lock-*-face) <defvar>: Move.
13628 (font-lock-defaults-alist): Mark obsolete.
13629 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
13630 (font-lock-mode): Use define-minor-mode.
13631 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
13632 (font-lock-turn-off-thing-lock): Be more explicit.
13633 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
13634 (font-lock-syntactic-face-function): New var.
13635 (font-lock-fontify-syntactically-region): Use it.
13636 (font-lock-doc-face): New.
13637
13638 * pcvs.el (cvs-enabledp): Ignore errors.
13639 (cvs-commit-filelist): Never query.
13640 (cvs-mode-insert): Always add a terminating / in the initial prompt.
13641 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
13642 (cvs-do-removal): Use cvs-partition rather than delete-if.
13643 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
13644 cvs-bury-buffer.
13645
13646 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13647 Allow `next' to jump to after the end of the last match.
13648
13649 2000-11-09 Gerd Moellmann <gerd@gnu.org>
13650
13651 * simple.el (byte-compiling-files-p): New function.
13652
13653 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
13654 if it is there.
13655
13656 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
13657 nil again.
13658
13659 * textmodes/ispell.el (ispell-library-path): Don't call
13660 check-ispell-version when byte-compiling because that starts
13661 an ispell process, and ispell might not be installed.
13662 (toplevel): Don't set up a menu when byte-compiling.
13663
13664 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
13665 it, so that a boundp test can be used to determine if we're
13666 currently byte-compiling.
13667
13668 2000-11-09 Dave Love <fx@gnu.org>
13669
13670 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
13671
13672 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13673
13674 * ps-print.el: Patch for variable initialization when spooling.
13675 Doc fix.
13676 (ps-output-list): Fun eliminated.
13677 (ps-begin-file, ps-begin-job): Code fix.
13678
13679 2000-11-08 Dave Love <fx@gnu.org>
13680
13681 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
13682
13683 2000-11-08 Gerd Moellmann <gerd@gnu.org>
13684
13685 * simple.el (shell-command, display-message-or-buffer)
13686 (shell-command-on-region): Mention resize-mini-windows in the doc
13687 string.
13688 (display-message-or-buffer): Take the value of resize-mini-windows
13689 into account.
13690
13691 2000-11-07 Gerd Moellmann <gerd@gnu.org>
13692
13693 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
13694
13695 * dired.el (dired-between-files): Add `^. find' as an alternative
13696 to the regular expression, for find-dired.
13697
13698 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13699
13700 * textmodes/texnfo-upd.el: Require texinfo.
13701 (defmacro, defgroup): Remove.
13702 (texinfo-section-to-generic-alist): Remove.
13703 Use texinfo-section-list instead (i.e. level is changed string->int).
13704 (texinfo-filter): New function.
13705 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
13706 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
13707 Use it. And use regexp-opt.
13708 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
13709 (texinfo-update-menu-region-beginning)
13710 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
13711 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
13712 (texinfo-update-menu-same-level-regexps): Update.
13713 (texinfo-update-node, texinfo-every-node-update)
13714 (texinfo-sequential-node-update): Remove autoload cookie.
13715
13716 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
13717 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
13718 (texinfo-chapter-level-regexp): Remove.
13719 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
13720
13721 2000-11-06 Dave Love <fx@gnu.org>
13722
13723 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
13724
13725 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13726 Match defun*.
13727
13728 2000-11-06 Kenichi Handa <handa@etl.go.jp>
13729
13730 * composite.el (composition-function-table): Variable declaration
13731 moved to src/composite.c.
13732 (compose-chars-after): New optional arg object.
13733
13734 2000-11-06 Gerd Moellmann <gerd@gnu.org>
13735
13736 * bindings.el (mode-line-toggle-read-only)
13737 (mode-line-toggle-modified, mode-line-widen)
13738 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
13739 (make-mode-line-mouse2-map): Rewritten.
13740 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
13741 functions so that C-h k can show something with a doc string.
13742
13743 * startup.el (fancy-splash-delay): Set to 10 seconds.
13744 (fancy-splash-max-time): New user-option.
13745 (fancy-splash-stop-time): New variable.
13746 (fancy-splash-screens): Set it. Catch `stop-splashing'.
13747 (fancy-splash-screens-1): Throw `stop-splashing' when current
13748 time is greater than fancy-splash-stop-time.
13749
13750 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13751
13752 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
13753
13754 * pcvs.el (cvs-mode-marked): New arg `noquery'.
13755 Prompt user for a file rather than raising an error.
13756 (cvs-enabledp): Fix call to cvs-mode-marked.
13757 (cvs-insert-file): New function (extracted from cvs-mode-insert).
13758 (cvs-mode-insert): Use it. Change the init prompt' value.
13759 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
13760
13761 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
13762 Don't pass default arg to ewoc-locate.
13763 (ewoc-collect): Return result in the right order.
13764
13765 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
13766
13767 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
13768 (cvs-status-get-tags): Fix regexp.
13769 (cvs-status-trees, cvs-status-cvstrees):
13770 Combine after change hooks and don't sit-for.
13771 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
13772 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
13773 Use make-char rather than hard-coded cryptic data.
13774 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
13775
13776 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
13777
13778 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
13779 (cvs-insert-strings): New function.
13780
13781 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
13782
13783 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
13784 `mwheel-scroll-amount'.
13785 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
13786 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
13787 string-matching against the version string.
13788
13789 2000-11-06 Kenichi Handa <handa@etl.go.jp>
13790
13791 * language/thai.el ("Thai"): Set a lisp form that produces
13792 composed string in `sample-text' language info.
13793
13794 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
13795 composed string in `sample-text' language info.
13796
13797 * international/mule-cmds.el (describe-language-environment):
13798 Eval `sample-text' data and insert the result.
13799
13800 * international/mule-conf.el (compound-text): Define this coding
13801 system here. Make x-ctext and ctext aliases of it.
13802
13803 * language/european.el (compound-text, ctext): Moved to
13804 international/mule-conf.el.
13805
13806 2000-11-05 Andrew Innes <andrewi@gnu.org>
13807
13808 * w32-fns.el (w32-version): New function.
13809
13810 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
13811
13812 * progmodes/awk-mode.el: Update copyright.
13813 (awk-mode-abbrev-table): Remove.
13814 (awk-font-lock-keywords): Use regexp-opt.
13815 (awk-mode): Use define-derived-mode.
13816
13817 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
13818 when extracting a suffix.
13819
13820 2000-11-04 Andre Spiegel <spiegel@gnu.org>
13821
13822 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
13823 auto-save-mode.
13824
13825 2000-11-04 Jason Rumney <jasonr@gnu.org>
13826
13827 * language/european.el (decode-mac-roman): Test against r1 not r0.
13828
13829 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
13830
13831 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
13832 (icon-mode): Define indent-line-function.
13833 (icon-comment-indent): Simplify.
13834 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
13835
13836 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
13837
13838 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
13839 Bind change-log-default-mode to defeat the caching done on it.
13840 Don't bother saving excursion any more.
13841
13842 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
13843
13844 * frame.el (after-setting-font-hook): Rename hooks -> hook.
13845 (set-frame-font): Use the new name (and the old for compatibility).
13846
13847 * toolbar/tool-bar.el (tool-bar-mode):
13848 * time.el (display-time-mode):
13849 * recentf.el (recentf-mode):
13850 * paren.el (show-paren-mode):
13851 * mwheel.el (mouse-wheel-mode):
13852 * msb.el (msb-mode):
13853 * jka-compr.el (auto-compression-mode):
13854 * image-file.el (auto-image-file-mode):
13855 * hl-line.el (hl-line-mode):
13856 * delsel.el (delete-selection-mode):
13857 * autoinsert.el (auto-insert-mode):
13858 * complete.el (partial-completion-mode): Drop unneeded positional args.
13859
13860 * info.el (Info-mode):
13861 * comint.el (comint-mode): Don't bother with make-local-hook.
13862
13863 * log-edit.el (log-edit-menu): New menu.
13864
13865 2000-11-03 Miles Bader <miles@gnu.org>
13866
13867 * wid-edit.el (widget-end-of-line): Reinstate, with a new
13868 definition, so that trailing spaces are handled properly.
13869 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
13870
13871 2000-11-03 Gerd Moellmann <gerd@gnu.org>
13872
13873 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
13874 tab character.
13875 (fancy-splash-screens): Set tab-width to 20.
13876
13877 2000-11-03 Dave Love <fx@gnu.org>
13878
13879 * comint.el (comint-completion-addsuffix): Fix custom type.
13880
13881 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
13882
13883 * font-lock.el (font-lock-buffers): Remove.
13884 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
13885 (font-lock-change-major-mode): Remove.
13886 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
13887 (font-lock-default-fontify-region): Extend the multiline
13888 fontification to whole lines.
13889 (font-lock-fontify-anchored-keywords)
13890 (font-lock-fontify-keywords-region): If matching just one
13891 line (with \n) only mark the \n as multiline.
13892
13893 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
13894 Correctly handle the case where several :group args are supplied.
13895 Allow :extra-args.
13896 (easy-mmode-define-global-mode): Allow :extra-args.
13897 Correctly handle the case where several :group args are supplied.
13898
13899 2000-11-02 Miles Bader <miles@gnu.org>
13900
13901 * calendar/calendar.el (diary-face, calendar-today-face)
13902 (holiday-face): Remove dependency on `window-system'.
13903
13904 2000-11-02 Ken Raeburn <raeburn@gnu.org>
13905
13906 * Makefile.in (emacs): Set EMACSLOADPATH always.
13907 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
13908 (compile-files): Bomb out if compilation of a file fails.
13909
13910 2000-11-02 Dave Love <fx@gnu.org>
13911
13912 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
13913
13914 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
13915
13916 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
13917 punctuation in the warning inserted into the *mail* buffer.
13918
13919 2000-11-02 Gerd Moellmann <gerd@gnu.org>
13920
13921 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
13922 (authors-public-domain-p): New function.
13923 (authors-print): Use it.
13924
13925 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
13926
13927 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
13928
13929 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13930
13931 * ps-print.el: Extension for even/odd printing. Doc fix.
13932 (ps-print-version): New version number (6.3.1).
13933 (ps-even-or-odd-pages): Customization fix.
13934 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
13935 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
13936 (ps-page-count): Var replaced by `ps-page-column'.
13937 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
13938 (ps-print-sheet-p): New fun.
13939
13940 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
13941
13942 * tooltip.el (tooltip-gud-tips-setup): New function.
13943 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
13944 (tooltip-mode): Call tooltip-gud-tips-setup.
13945 (tooltip-gud-tips): Use `gud-basic-call' instead of
13946 process-send-string, so the prompt gets frobbed appropriately.
13947 Handle nil return value from `tooltip-gud-print-command'.
13948
13949 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
13950
13951 * comint.el (comint-add-to-input-history): New function.
13952 (comint-send-input): Use `comint-add-to-input-history'.
13953
13954 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
13955
13956 * info.el (info-menu-header): New face.
13957 (Info-fontify-menu-headers): New function.
13958 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
13959
13960 * info.el (Info-insert-dir): Don't include blank lines at
13961 beginning of additional dir files (one is added automatically).
13962
13963 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
13964
13965 * emacs-lisp/easy-mmode.el (define-minor-mode):
13966 Revert the latest changes.
13967 Allow the three positional arguments to be skipped and replaced
13968 by keyword arguments.
13969 Add a :toggle argument to determine whether a nil arg means toggle
13970 or means turn-on. The default is unchanged.
13971 Add a call to force-mode-line-update.
13972
13973 2000-11-01 Dave Love <fx@gnu.org>
13974
13975 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
13976
13977 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
13978
13979 * calendar/calendar.el (diary-face, holiday-face):
13980 Add dark-background variants.
13981
13982 2000-10-31 Sam Steingold <sds@gnu.org>
13983
13984 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
13985 `tex-main-file' does not have directory in it.
13986
13987 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
13988
13989 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
13990
13991 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
13992
13993 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
13994 functional change.
13995
13996 2000-10-31 Gerd Moellmann <gerd@gnu.org>
13997
13998 * files.el (find-file-noselect): When we expand a wildcard, return
13999 a list of buffers, as we should do according to the doc string.
14000
14001 2000-10-31 Ken Raeburn <raeburn@gnu.org>
14002
14003 * loadup.el (top level): Adjust load path if program name is
14004 "../src/bootstrap-emacs", in case it's not dumped and thus the
14005 load path adjustment hasn't already been done.
14006
14007 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14008
14009 * ps-print.el: Fix bug on selected pages for printing.
14010 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
14011 is on. Try to avoid warning messages when compiling. Doc Fix.
14012 (ps-print-version): New version number (6.3).
14013 (ps-color-device): Use `color-values' to determine if device
14014 supports color.
14015 (ps-color-values): Try to use `x-color-values' when using XEmacs.
14016 (ps-print-page-p): Changed from defsubst to defun.
14017 (ps-page-number): Changed from defmacro to defun.
14018 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14019 printing.
14020 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
14021 (ps-end-file, ps-dummy-page): Funs eliminated.
14022 (ps-print-color-scale): Changed default value.
14023 (ps-page-n-up, ps-print-page-p): New internal vars.
14024 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14025 (ps-plot-region, ps-generate, ps-end-job): Code fix.
14026
14027 * delim-col.el: Little programming improvement.
14028 (delimit-columns-str): New macro.
14029 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14030
14031 2000-10-31 Kenichi Handa <handa@etl.go.jp>
14032
14033 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14034 Moved to european.el.
14035 (ccl-encode-mac-roman-font, fontset-mac): Modified for
14036 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14037 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14038 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
14039
14040 2000-10-30 Dave Love <fx@gnu.org>
14041
14042 * progmodes/cc-menus.el (imenu-generic-expression)
14043 (imenu-progress-message): Only defvar when compiling.
14044
14045 * emacs-lisp/elp.el (elp-unload-hook): New function.
14046
14047 * loadhist.el (unload-feature): Call elp-restore-function,
14048 checking for symbols; don't use elp-restore-all.
14049 (loadhist-hook-functions): Doc fix.
14050
14051 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
14052
14053 * log-edit.el (log-edit-confirm): Fix the default.
14054
14055 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14056
14057 * delim-col.el: Little fix: replace delimit-columns-align-columns by
14058 delimit-columns-format.
14059 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14060
14061 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
14062
14063 * comint.el (comint-replace-by-expanded-history): Don't use
14064 comint-get-old-input (we're not looking at *old* input).
14065 (comint-get-old-input-default): If using fields, signal an error
14066 when the point is not in an input field.
14067
14068 2000-10-30 Kenichi Handa <handa@etl.go.jp>
14069
14070 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14071 and mule-unicode-e000-ffff.
14072
14073 * international/mule.el (decode-char, encode-char): New functions.
14074 (make-coding-system): Accept a symbol of translation table as a
14075 value of property `safe-chars'.
14076
14077 * international/mule-cmds.el (encode-coding-char): Check property
14078 safe-chars instead of safe-charsets.
14079
14080 * international/fontset.el (fontset-default): Modified for
14081 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14082 (x-font-name-charset-alist): Likewise.
14083 (ccl-encode-unicode-font): New CCL program. Record it in
14084 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14085
14086 * language/european.el (mac-roman-decoder, mac-roman-encoder):
14087 New translation tables.
14088 (decode-mac-roman, encode-mac-roman): Definition of these CCL
14089 programs are modified and moved from mac-win.el.
14090 (mac-roman): Definition of this coding system is modified and
14091 moved from mac-win.el.
14092
14093 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14094
14095 * ediff-wind.el (ediff-setup-control-frame): Enclose
14096 face-attribute in condition-case to avoid errors in older emacsen.
14097
14098 2000-10-29 Miles Bader <miles@gnu.org>
14099
14100 * custom.el (custom-add-to-group): Allow multiple entries for a
14101 given value OPTION, as long as their widget types are different.
14102 * cus-edit.el (custom-face-value-create): If face name doesn't end
14103 with "face", add such here (similar to custom group widgets).
14104
14105 * comint.el (comint-highlight-prompt): Add :type.
14106
14107 2000-10-28 John Wiegley <johnw@gnu.org>
14108
14109 * calendar/timeclock.el (timeclock-log): Doc fix.
14110 (timeclock-last-event): Doc fix.
14111 (timeclock-log): Kill the timelog buffer after appending a new event.
14112 (timeclock-find-discrep): Use a temp buffer to read in the
14113 timelog, instead of visiting the file.
14114 (timeclock-log-data): A new function, along with a host of helper
14115 functions, for the purpose of making timelog data accessible to
14116 programmers.
14117
14118 * eshell/esh-mode.el (window-height test): Make certain that
14119 `eshell-stringify-t' is non-nil.
14120 (eshell-password-prompt-regexp): Changed to a much simpler
14121 password regexp.
14122 (eshell-send-input): If `eshell-invoke-directly' returns t,
14123 directly invoke the parsed command using `eval'. This improves
14124 turn-around time on simple commands by a factor of three or
14125 greater, such as cd, ls, pwd, etc. -- which get used very often.
14126 It also conserves thousands of cons cells per call (since
14127 `eshell-do-eval' consumes memory like a Cookie Monster set loose
14128 in the Pacific Cookie Company).
14129
14130 * eshell/esh-test.el (eshell-test): Whitespace fix.
14131
14132 * eshell/em-ls.el (eshell-ls-insert-directory):
14133 Make `eshell-ls-initial-args' nil when inserting directory contents.
14134
14135 * eshell/em-script.el (eshell-script-initialize): Add names to
14136 `eshell-complex-commands, since `source' and `.' are complex.
14137
14138 * eshell/esh-cmd.el (eshell-rewrite-for-command)
14139 (eshell-rewrite-while-command): Use `eshell-protect' instead of
14140 `eshell-copy-handles'.
14141 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14142 bodies.
14143 (eshell-separate-commands): Whitespace fix.
14144 (eshell-complex-commands): Added a new list of names, for
14145 determining whether a given command is as simple as it looks.
14146 (eshell-invoke-directly): New function. Returns t if a command
14147 should be invoked directly (using `eval'), rather than indirectly
14148 using `eshell-do-eval'.
14149 (eshell-do-eval): Whitespace fix.
14150
14151 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14152 which provides an emulation of the DOS shell behavior of assuming
14153 that cp/mv/ln should copy/move/link to the current directory.
14154 (eshell-remove-entries): Added a doc string.
14155 (eshell-shuffle-files): Removed the check for `target' being null.
14156 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14157 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14158 it to do a smarter check of whether a destination was provided.
14159 (eshell/mv, eshell/cp): Enable `:preserve-args'.
14160 (eshell/ln): Enable `:preserve-args', and use
14161 `eshell-mvcpln-template' to implement the body of the function.
14162 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14163 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
14164 list after flattening it. This makes it possible to cat files
14165 with numerical names.
14166 (eshell-unix-initialize): Added several names to
14167 `eshell-complex-commands.
14168 (eshell-unix-command-complex-p): Return t if a given command name
14169 may result in external processes being invoked.
14170
14171 * eshell/em-glob.el (eshell-glob-show-progress): Make this
14172 variable nil by default, since it slows down glob processing by a
14173 factor of two or more, and increases memory consumption.
14174
14175 * eshell/em-smart.el: Added a note about how memory consumptive
14176 smart display mode can be (at least this is true in Emacs 21).
14177 (eshell-smart-initialize): Whitespace fix.
14178 (eshell-refresh-windows): Use `if' instead of `when'.
14179 (eshell-smart-scroll-window): Calling `save-current-buffer' was
14180 not necessary.
14181 (eshell-currently-handling-window): Added a missing global variable.
14182
14183 * eshell/em-ls.el (eshell-do-ls): Code simplification.
14184 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14185 Whitespace fix.
14186 (eshell-ls-exclude-hidden): Added this variable in addition to
14187 `eshell-ls-exclude-regexp'. This one prevents files beginning
14188 with . from even being read, which can improve memory consumption
14189 quite a bit.
14190 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14191 read file entries beginning with a dot. In home directories with
14192 lots of hidden files, fully two-thirds of the time spent in ls is
14193 used to read directory entries that are immediately thrown away.
14194 (eshell-ls-initial-args): Added back this configuration variable,
14195 for specifying default initial arguments to every call to ls.
14196 Much faster than using an alias to do the same thing.
14197 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14198 (eshell-ls-dir): Whitespace change.
14199
14200 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14201
14202 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
14203 (eshell-stringify-t): Added a customization variable, to indicate
14204 whether `t' should be rendered as a string at all. If not, one
14205 can still determine if the result of an expression is true using
14206 "file-exists-p FILE && echo true".
14207 (eshell-stringify): If `eshell-stringify-t' is nil, don't
14208 stringify t!
14209
14210 * eshell/esh-module.el: Whitespace fix.
14211
14212 * eshell/em-alias.el (eshell-alias-initialize):
14213 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
14214 (eshell-command-aliased-p): New function that returns t if a
14215 command name names an aliased.
14216
14217 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14218
14219 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
14220 redrawing the screen when changing cursor color.
14221 (viper-insert-state-pre-command-sentinel)
14222 (viper-replace-state-pre-command-sentinel)
14223 (viper-replace-state-post-command-sentinel):
14224 Use viper-preserve-cursor-color.
14225 Many functions changed to use viper= instead of = when comparing
14226 characters.
14227 * viper-util.el (viper-memq-char,viper=): New functions for
14228 working with characters.
14229 (viper-change-cursor-color): Fixed buglet.
14230 Many functions changed to use viper= instead of = when comparing
14231 characters.
14232 * viper.el (viper-insert-state-mode-list): Added eshell.
14233
14234 * ediff-init.el (ediff-before-setup-hook): New hook.
14235 Several typos fixed in various docstrings.
14236 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
14237 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
14238 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14239 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14240 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14241 (ediff-get-selected-buffers): New function.
14242 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
14243 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14244 Use save-window-excursion.
14245 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
14246 termination check in while loop.
14247 * ediff.el (ediff-get-default-file-name): Better defaults when in
14248 dired buffer.
14249 (ediff-files,ediff-merge-files,ediff-files3)
14250 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
14251
14252 2000-10-28 Dave Love <fx@gnu.org>
14253
14254 * info.el (Info-fontify-node): Add help-echo for menu items.
14255
14256 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
14257
14258 * startup.el (normal-top-level): If the value of $TERM indicates
14259 we are running from xterm or one of its work-alikes, default to a
14260 light background mode.
14261
14262 Support for -fg, -bg, and -rv command-line arguments for TTYs:
14263 * faces.el (tty-handle-reverse-video): New function.
14264 (tty-create-frame-with-faces): Call it.
14265
14266 * frame.el (frame-notice-user-settings): Don't apply
14267 default-frame-alist and initial-frame-alist to MS-DOS frames.
14268 Call tty-handle-reverse-video, frame-set-background-mode, and
14269 face-set-after-frame-default for non-MS-DOS frames.
14270
14271 * startup.el (tty-long-option-alist): New variable.
14272 (tty-handle-args): New function.
14273 (command-line): Call tty-handle-args.
14274
14275 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14276 startup.el now does that for all character-terminal frames.
14277
14278 2000-10-28 Miles Bader <miles@gnu.org>
14279
14280 * emacs-lisp/easy-mmode.el (define-minor-mode):
14281 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14282 is global. If :global is followed by a non-nil but non-t value,
14283 make the mode buffer-local, but also generate a `global-MODE'
14284 version using `easy-mmode-define-global-mode'.
14285 Add :conditional-turn-on keyword argument.
14286
14287 2000-10-28 Dave Love <fx@gnu.org>
14288
14289 * international/latin1-disp.el (latin1-char-displayable-p):
14290 Don't use window-system.
14291
14292 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
14293
14294 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14295 Don't call find-buffer-file-type-coding-system. Instead, just
14296 set eol-type to -unix if inhibit-eol-conversion is in effect, or
14297 if the file is on an untranslated filesystem.
14298 (add-untranslated-filesystem): Use "D" instead of "f" inside
14299 interactive.
14300
14301 2000-10-27 Dave Love <fx@gnu.org>
14302
14303 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
14304 (refill-mode): Use it.
14305
14306 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
14307
14308 * international/quail.el (quail-activate): Don't make-local-hook.
14309
14310 2000-10-27 Andre Spiegel <spiegel@gnu.org>
14311
14312 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
14313 manual backups and file.~<rev>.~ for automatic ones.
14314 (vc-make-version-backup): Don't do it on MS-DOS without long file
14315 names.
14316
14317 * vc.el (vc-version-other-window): If an automatic backup of the
14318 desired version exists, rename it instead of copying it.
14319
14320 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14321 after command. If there's an unexpected error, signal it instead
14322 of being silent.
14323 (vc-cvs-merge-news): Be prepared for no news at all.
14324
14325 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
14326
14327 * shell.el (shell): Add BUFFER argument.
14328 * comint.el (make-comint-in-buffer): New function.
14329 (make-comint): Use it.
14330
14331 * faces.el (face-spec-choose): Change syntax so that the list of
14332 attribute-value pairs is now the cdr of each clause, not the cadr.
14333 Detect old-style entries, and handle them. Use pop.
14334
14335 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
14336
14337 * cus-edit.el (custom-mode-map): Use a sparse map.
14338 (custom-mode): Don't bother with make-local-hook.
14339
14340 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14341
14342 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14343
14344 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14345
14346 * ps-print.el: Avoid compilation gripes.
14347 (ps-print-version): New version number (6.2.1).
14348
14349 2000-10-26 Dave Love <fx@gnu.org>
14350
14351 * menu-bar.el: Modify some menu item help strings.
14352 (menu-bar-help-menu): Add link to MORE.STUFF.
14353
14354 * cus-edit.el (custom-mode): Add `special' mode-class property.
14355
14356 * wid-browse.el (widget-browse-mode): Likewise.
14357
14358 * wid-edit.el (widget-specify-field): Revert to using local-map
14359 property, not keymap.
14360
14361 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
14362
14363 * wid-edit.el (widget-field-end): When checking for a `boundary'
14364 field, do so in the correct buffer.
14365
14366 * simple.el (undo): Correctly distinguish between numeric and
14367 non-numeric prefix args in non-transient-mark-mode, as per the doc
14368 string. When in transient-mark-mode, treat all prefix-args as
14369 numeric.
14370
14371 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14372 Position point on match. Handle N == 0 correctly.
14373
14374 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14375 (comint-mode-map): Reverse order of `comint-write-output' and
14376 `comint-append-output-to-file'.
14377 (comint-append-output-to-file): Reinstate this function, for the
14378 benefit of the menu.
14379
14380 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
14381
14382 * vc.el (vc-version-other-window): Bind `file'.
14383
14384 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14385
14386 * Makefile.in (update-authors): New target for maintenance purposes.
14387
14388 * emacs-lisp/authors.el (batch-update-authors): New function.
14389 (authors-fixed-entries): New defconst.
14390 (authors-add-fixed-entries): New function.
14391 (authors): Call it.: Don't process lispref/.
14392
14393 2000-10-25 Jason Rumney <jasonr@gnu.org>
14394
14395 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14396 Merge x w32 and mac definitions.
14397
14398 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14399
14400 * menu-bar.el (menu-bar-options-menu): Add a help string for
14401 `uniquify'.
14402
14403 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
14404
14405 * time-stamp.el (time-stamp-string-preprocess):
14406 Fix a wrong type argument error.
14407
14408 2000-10-25 Miles Bader <miles@gnu.org>
14409
14410 * recentf.el (recentf-mode): Variable removed.
14411 (recentf-mode): Use `define-minor-mode'.
14412
14413 * mwheel.el (mouse-wheel-mode): New global minor mode.
14414 (mwheel-install): Use `mouse-wheel-mode'.
14415
14416 2000-10-25 Dave Love <fx@gnu.org>
14417
14418 * progmodes/cperl-mode.el (cperl-mode):
14419 Set normal-auto-fill-function correctly.
14420
14421 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14422 Don't inherit from global-map and don't nullify menu-bar and tool-bar
14423 bindings.
14424
14425 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
14426
14427 * wid-edit.el (widget-field-at): New function.
14428 (widget-at, widget-field-activate): Use it.
14429 (widget-tabable-at): Use `widget-at'.
14430 (widget-specify-field): If the terminating character of the widget
14431 field (which is read-only) is a newline, put it into a special
14432 `boundary' field so that C-n/C-p act more naturally.
14433 (widget-field-end): Also don't subtract one if a special
14434 `boundary' field has been added after the widget field.
14435
14436 * comint.el (comint-output-filter, comint-send-input):
14437 Don't bother adding stickiness fields to overlays to fool the field
14438 code, since it should notice the overlay insertion-types now.
14439
14440 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14441 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14442 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14443
14444 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14445
14446 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14447 (authors): Set file coding system to iso-2022-7bit.
14448 Add file-local variables to output buffer.
14449
14450 * files.el (after-find-file): Don't print any warnings if
14451 WARN is nil.
14452
14453 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14454
14455 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14456
14457 * delim-col.el: Now there is a column formatting mechanism.
14458 Modified to customization mechanisms convention. Doc fix.
14459 (columns): New group for delim-col.
14460 (delimit-columns-before, delimit-columns-after)
14461 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14462 (delimit-columns-end): New vars.
14463 (delimit-columns-customize, delimit-columns-format): New funs.
14464 (delimit-columns-region, delimit-columns-rectangle)
14465 (delimit-columns-rectangle-line): Modified to support column
14466 formatting.
14467
14468 2000-10-24 Dave Love <fx@gnu.org>
14469
14470 * log-edit.el (log-edit): Add :version and a :group for vc.
14471
14472 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14473
14474 * files.el (after-find-file): Don't print a message ``New file''
14475 if WARN is nil.
14476
14477 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14478 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
14479 get duplicate tool-bar entries because we'll see the global ones
14480 on more than one path through keymaps.
14481
14482 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14483
14484 * progmodes/cmacexp.el: Change Francesco's email address.
14485
14486 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14487
14488 * window.el (fit-window-to-buffer): Adjust point of the window
14489 buffer, not that of the current buffer.
14490
14491 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
14492
14493 * progmodes/cmacexp.el: Update the euthor's email address.
14494
14495 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14496
14497 * faces.el (face-spec-set-match-display): Add `graphic' display
14498 type (the inverse of `tty'). Use `display-graphic-p' instead of
14499 the window-system variable.
14500
14501 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14502
14503 * international/isearch-x.el (isearch-with-input-method):
14504 Call input-method-function with the first event in
14505 unread-command-events.
14506
14507 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14508
14509 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
14510
14511 2000-10-24 Andrew Choi <akochoi@i-cable.com>
14512
14513 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14514 New charsets.
14515
14516 * term/mac-win.el: Remove definitions of mac-roman-lower and
14517 mac-roman-upper, require dired, and define instead of set
14518 mac-ready-for-drag-n-drop to avoid compilation error.
14519
14520 2000-10-23 Andrew Innes <andrewi@gnu.org>
14521
14522 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14523 Remove superfluous calls to subst-char-in-string; instead apply
14524 expand-file-name after convert-standard-filename to ensure
14525 expected directory separators are used.
14526
14527 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
14528
14529 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14530
14531 2000-10-23 Dave Love <fx@gnu.org>
14532
14533 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14534 (tool-bar-add-item): Set foreground and background for XBM icons.
14535
14536 * international/latin1-disp.el (latin1-char-displayable-p):
14537 New function (from Handa).
14538 (latin1-display-check-font): Use it.
14539
14540 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
14541 using :key-sequence, making it much more usable.
14542 Use nconc, not append.
14543 (imenu--create-keymap-1): Avoid append.
14544
14545 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
14546
14547 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14548
14549 [the following changes fix a bug where `define-minor-mode' didn't
14550 correctly generate :require clauses for defcustoms in compiled files]
14551 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14552 (byte-compile-log-file, byte-compile-log-1): Don't set
14553 `byte-compile-current-file' to nil. Instead set
14554 `byte-compile-last-logged-file' to it. Test whether
14555 byte-compile-current-file equals byte-compile-last-logged-file
14556 instead of whether its nil.
14557 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
14558
14559 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
14560
14561 * textmodes/refill.el: Fix var names in doc.
14562 (refill-mode): Don't bother with make-local-hook anymore.
14563
14564 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14565
14566 * faces.el (face-user-default-spec, face-default-spec): New functions.
14567 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
14568 (frame-set-background-mode, face-set-after-frame-default):
14569 Use `face-user-default-spec'. Simplify code slightly.
14570
14571 * woman.el (woman-italic-face, woman-bold-face)
14572 (woman-unknown-face): Add dark-background variants.
14573 (woman-default-faces): Renamed from `woman-colour-faces'.
14574 Set using the stored defaults, rather than using hard-wired colors.
14575 (woman-monochrome-faces): Renamed from `woman-black-faces'.
14576 Just make the foreground `unspecified' rather than "black".
14577 (woman-menu): Rename menu entries accordingly.
14578
14579 * faces.el (header-line): Make more reasonable on mono/grayscale
14580 displays.
14581
14582 2000-10-23 Andrew Choi <akochoi@i-cable.com>
14583
14584 * cus-edit.el (custom-button-face): Use 3D look for mac.
14585 (custom-button-pressed-face): Likewise.
14586
14587 * faces.el (set-face-attributes-from-resources): Handle mac frames
14588 in the same way as x and w32 frames.
14589 (face-valid-attribute-values): Likewise.
14590 (read-face-attribute): Likewise.
14591 (defined-colors): Likewise.
14592 (color-defined-p): Likewise.
14593 (color-values): Likewise.
14594 (display-grayscale-p): Likewise.
14595 (face-set-after-frame-default): Likewise.
14596 (mode-line): Same default face as for x and w32.
14597 (tool-bar): Likewise.
14598
14599 * frame.el: Remove call to frame-notice-user-settings at end of
14600 the file.
14601
14602 * info.el (Info-fontify-node): Make underlines invisible for mac
14603 as for x, pc, and w32 frame types.
14604
14605 * term/mac-win.el: New file.
14606
14607 2000-10-22 Dave Love <fx@gnu.org>
14608
14609 * textmodes/refill.el: New file.
14610
14611 2000-10-22 Andre Spiegel <spiegel@gnu.org>
14612
14613 * vc-hooks.el (vc-version-backup-file-name): New optional args
14614 MANUAL and REGEXP.
14615 (vc-delete-automatic-version-backups, vc-make-version-backup):
14616 New functions.
14617 (vc-before-save): Use the latter.
14618 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
14619 confusion.
14620
14621 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
14622 expected by vc[-hooks].el.
14623
14624 * vc.el (vc-checkout): Added `-p' suffix in call to
14625 vc-make-version-backups-p; use vc-make-version-backup to actually
14626 make the backup.
14627 (vc-version-other-window, vc-version-backup-file): Handle both
14628 automatic and manual backups.
14629 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
14630 of all of them.
14631
14632 2000-10-22 Miles Bader <miles@gnu.org>
14633
14634 * comint.el (comint-highlight-input, comint-highlight-prompt):
14635 Renamed, `-face' at end removed.
14636 (comint-send-input, comint-output-filter): Use renamed faces.
14637
14638 * window.el (fit-window-to-buffer): Change defaulting of
14639 MAX-HEIGHT slightly.
14640
14641 * faces.el (color-values, color-defined-p): Use `member', not
14642 `memq', because it works correctly for strings.
14643 (frame-set-background-mode): Actually, "unspecified-fg" and
14644 "unspecified-bg" *are* strings. Use `member', not `memq', and
14645 `equal', not `eq', when a string value is possible.
14646
14647 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
14648
14649 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
14650
14651 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
14652
14653 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
14654 sh-electric-rparen, sh-electric-less and sh-electric-hash.
14655 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
14656 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
14657 (sh-font-lock-syntactic-keywords): Use them.
14658 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
14659 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
14660 (sh-mode): Don't override font-lock-unfontify-region-function.
14661 Use a copy of sh-font-lock-syntactic-keywords.
14662 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
14663 Don't call sh-scan-buffer since font-lock does it on the fly.
14664 (sh-get-indent-info): Use `face' rather than `syntax-table'
14665 text-property to detect here-documents.
14666 Replace sh-special-syntax with sh-st-punc.
14667 (sh-prev-line): Use `face' rather than `syntax-table'
14668 text-property to skip over here-documents.
14669 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
14670 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
14671 (sh-electric-less, sh-set-here-doc-region)
14672 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
14673 (sh-scan-buffer, sh-rescan-buffer): Remove.
14674
14675 2000-10-21 Andrew Innes <andrewi@gnu.org>
14676
14677 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
14678 remote (ange-ftp) file names.
14679
14680 2000-10-21 Miles Bader <miles@gnu.org>
14681
14682 * window.el (fit-window-to-buffer): New function.
14683 (shrink-window-if-larger-than-buffer): Use it.
14684 (window-text-height): Don't expect minibuffers to have mode-lines.
14685
14686 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
14687 * international/quail.el (quail-update-guidance):
14688 Use `fit-window-to-buffer' instead of `set-window-text-height'.
14689
14690 * international/quail.el (quail-show-guidance-buf): Make sure
14691 guidance window really has enough room.
14692 (quail-update-guidance): If quail-guidance-win is already shown,
14693 make sure its height is OK.
14694
14695 * window.el (window-text-height, set-window-text-height):
14696 New functions.
14697 (shrink-window-if-larger-than-buffer): Use `window-text-height'
14698 instead of `window-height' & `mode-line-window-height-fudge'.
14699 (mode-line-window-height-fudge): Add FACE parameter.
14700 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
14701 instead of `enlarge-window' & `mode-line-window-height-fudge'.
14702
14703 2000-10-20 Miles Bader <miles@gnu.org>
14704
14705 * window.el (height-affecting-face-attributes): Use `defconst'.
14706
14707 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
14708 New function, conditionally aliased to `mode-line-window-height-fudge'.
14709 (ispell-help): Use it.
14710 (ispell-choices-win-default-height): Don't include mode-line fudge.
14711 (ispell-choices-win-default-height): New function.
14712 (ispell-show-choices, ispell-command-loop): Use function
14713 `ispell-choices-win-default-height' instead of variable.
14714
14715 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
14716
14717 * window.el (mode-line-window-height-fudge): New variable.
14718 (height-affecting-face-attributes): New variable.
14719 (mode-line-window-height-fudge): New function.
14720 (shrink-window-if-larger-than-buffer): Use it.
14721 * help.el (resize-temp-buffer-window): Likewise.
14722
14723 * info.el (Info-fontify-node): Add support for @subsubsection
14724 titles, which use `Info-title-4-face'.
14725 (Info-title-4-face): New face.
14726 (Info-title-3-face): Inherit from Info-title-4-face instead of
14727 variable-pitch.
14728
14729 2000-10-19 Jason Rumney <jasonr@gnu.org>
14730
14731 * dired.el (dired-insert-directory): Do not let errors signalled by
14732 attempt to run dired-free-space-program prevent dired from working.
14733
14734 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
14735
14736 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
14737
14738 2000-10-19 Gerd Moellmann <gerd@gnu.org>
14739
14740 * dirtrack.el (dirtrack): Fix call to run-hooks.
14741
14742 * cmuscheme.el (cmuscheme-program-name): Renamed from
14743 scheme-program-name because xscheme.el contains a defcustom with
14744 the same name. As a consequence, customizing group `cmuscheme'
14745 loaded `xscheme' which redefined run-scheme.
14746 (run-scheme): Use cmuscheme-program-name.
14747
14748 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
14749
14750 * play/doctor.el (doctor-death): Update the Samaritans'
14751 anonymous address, and add a website for Befrienders International.
14752
14753 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14754
14755 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
14756 Avoid compilation gripes. Doc fix.
14757 (ps-print-version): New version number (6.2).
14758 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14759 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
14760 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
14761 (ps-x-extent-priority, ps-x-extent-start-position)
14762 (ps-x-face-font-instance, ps-x-find-coding-system)
14763 (ps-x-font-instance-properties, ps-x-make-color-instance)
14764 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
14765 avoid compilation gripes without defining functions.
14766 (ps-e-find-composition): Alias for function find-composition, to have a
14767 suitable function depending on Emacs version.
14768 (ps-color-device, ps-color-values, ps-face-foreground-name)
14769 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
14770 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
14771 (ps-print-ensure-fontified): Function definitions surrounded by
14772 `eval-and-compile' to avoid compilation gripes.
14773 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
14774 by symbol-value to avoid compilation gripes.
14775 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
14776 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
14777
14778 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
14779
14780 * startup.el (normal-top-level): Call `frame-set-background-mode'
14781 after `frame-notice-user-settings' because the latter doesn't call
14782 the former on a tty.
14783
14784 * faces.el (frame-set-background-mode): `unspecified' &c are
14785 symbols, not strings.
14786
14787 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
14788
14789 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
14790 why some "light*" colors are deliberately absent from the alist.
14791
14792 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
14793 Change colors for tty's, as suggested by Miles Bader.
14794
14795 2000-10-19 Kenichi Handa <handa@etl.go.jp>
14796
14797 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
14798 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
14799 for ISO10646-1 fonts.
14800 (x-font-name-charset-alist): Add an entry for "iso10646-1".
14801
14802 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
14803
14804 * faces.el (frame-set-background-mode): If a tty frame defines a
14805 background color, use that to compute the background mode, instead
14806 of always defaulting to "dark".
14807
14808 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
14809
14810 * comint.el (comint-write-output): New function.
14811 (comint-mode-map): Add it to the menu.
14812 Bind `C-c C-s' to comint-write-output.
14813
14814 2000-10-18 Gerd Moellmann <gerd@gnu.org>
14815
14816 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
14817 Use fancy-splash-delay.
14818
14819 2000-10-18 Alex Schroeder <alex@gnu.org>
14820
14821 * progmodes/sql.el (sql-sybase-options): New option.
14822 (sql-sybase): Use it. Add sql-database to the list of parameters
14823 provided for login. The options -w 2048 -n are not used any more.
14824
14825 * comint.el (comint-read-input-ring): Bugfix such that the first
14826 and the last entry of the input ring file are not lost.
14827
14828 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14829
14830 * ps-print.el: Internal variable changes to defcustom,
14831 make-local-hook changes to defvar. Doc fix.
14832 (ps-print-version): New version number (6.1).
14833 (ps-setup, ps-do-despool): Code fix.
14834 (ps-printer-name): Customization fix.
14835 (ps-printer-name-option): Now is a defcustom instead of an
14836 internal variable.
14837 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
14838 (ps-print-begin-column-hook): Now are defvar instead of
14839 make-local-hook.
14840
14841 2000-10-18 Miles Bader <miles@gnu.org>
14842
14843 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
14844 (comint-kill-output): Changed into an alias for `comint-delete-output',
14845 and made obsolete.
14846 (comint-mode-map): Rename references to comint-kill-output.
14847
14848 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
14849
14850 * diff-mode.el (diff-header-face, diff-file-header-face)
14851 (diff-changed-face): Add bold and italic attributes to tty faces.
14852 (diff-function-face): New face.
14853 (diff-font-lock-keywords): Use it.
14854
14855 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
14856
14857 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
14858 Remove commented-out call to force-mode-line-update.
14859 (comint-kill-output): Use `forward-line 0' instead of
14860 beginning-of-line to make sure we get past the prompt.
14861
14862 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
14863
14864 * diff-mode.el (diff-header-face, diff-file-header-face):
14865 Add specific setting for dark background.
14866 (diff-context-face): Renamed from diff-comment-face.
14867 Set explicitly rather than inheriting from font-lock-comment-face.
14868
14869 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14870
14871 * startup.el (command-line): Move the code which sets the default
14872 TTY colors to before before-init-hook.
14873
14874 2000-10-17 Gerd Moellmann <gerd@gnu.org>
14875
14876 * jit-lock.el (jit-lock-stealth-time): Doc fix.
14877
14878 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14879
14880 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
14881 extensions, for MS-DOS.
14882
14883 * diff-mode.el (diff-header-face, diff-file-header-face)
14884 (diff-changed-face): Define tty-specific colors.
14885
14886 2000-10-17 Gerd Moellmann <gerd@gnu.org>
14887
14888 * startup.el (fancy-splash-text): Realign the text.
14889
14890 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14891
14892 * font-lock.el (font-lock-comment-face): Define a separate default
14893 for dark-background tty's.
14894
14895 2000-10-17 Miles Bader <miles@gnu.org>
14896
14897 * help.el (resize-temp-buffer-window): Add hack to avoid last line
14898 being obscured by whizzy mode-lines on graphics displays.
14899
14900 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14901
14902 * info.el (Info-title-1-face, Info-title-2-face)
14903 (Info-title-3-face): Define colors for tty's.
14904 (info-header-node): Remove unneeded tty-specific definition.
14905
14906 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
14907
14908 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
14909 reverse from the frame parameters, and don't invert foreground and
14910 background colors.
14911
14912 2000-10-16 Miles Bader <miles@gnu.org>
14913
14914 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
14915 string "*Info*". Call propertized-buffer-identification to spruce
14916 up the result.
14917
14918 2000-10-16 Gerd Moellmann <gerd@gnu.org>
14919
14920 * help.el: Provide `help' for the sake of define-minor-mode
14921 which generates defcustoms with requires.
14922
14923 * jit-lock.el (jit-lock-after-change): If we're in text that
14924 matches a multi-line font-lock pattern, make sure the whole text
14925 will be redisplayed.
14926
14927 * emacs-lisp/authors.el (authors-add): Don't add an entry if
14928 author's name is unknown.
14929
14930 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
14931 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
14932 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
14933 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
14934 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
14935 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
14936 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
14937 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
14938 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
14939 Add author information.
14940
14941 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
14942
14943 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
14944 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
14945 full-color version (using the Gimp) to eliminate dithering artifacts.
14946
14947 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
14948
14949 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
14950
14951 * simple.el (syntax-flag-table, string-to-syntax): Remove.
14952
14953 2000-10-15 Dave Love <fx@gnu.org>
14954
14955 * progmodes/sh-script.el: Require skeleton and comint when compiling.
14956
14957 * pcomplete.el (pcomplete) <defgroup>: Add :version.
14958
14959 * whitespace.el: Doc fixes.
14960 (top-level): Don't add hooks here.
14961 (whitespace-running-emacs): Deleted.
14962 (timer): Don't require.
14963 (whitespace): Add back :version conditional on xemacs test.
14964 (whitespace-spacetab-regexp, whitespace-indent-regexp)
14965 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
14966 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
14967 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
14968 Avoid specific xemacs test.
14969 (whitespace-global-mode): New option.
14970 (whitespace-global-mode): New command.
14971 (whitespace-unload-hook): New function.
14972
14973 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
14974 (Info-fontify-node, Info-goto-node, Info-mode-menu)
14975 (Info-fontify-node): `Goto' goes to `Go to'.
14976 (Info-fontify-node): Add help-echo to xref links.
14977
14978 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
14979
14980 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
14981
14982 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
14983
14984 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
14985 Use plist-get and allow :inherit.
14986
14987 * emacs-lisp/cl-macs.el (cl-do-arglist):
14988 Use plist-get and plist-member instead of memq.
14989
14990 * emacs-lisp/ewoc.el (ewoc-location): New function.
14991 (ewoc-enter-after, ewoc-enter-before): Document return value.
14992 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
14993 Don't need make-local-hook any more.
14994 (cvs-addto-collection): Return the new tin.
14995 (cvs-mode-insert): Jump to the new line.
14996
14997 * jit-lock.el (jit-lock-fontify-buffer): Remove.
14998
14999 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15000
15001 * font-lock.el (font-lock-syntactically-fontified): New var.
15002 (font-lock-fontify-syntactic-keywords-region): Use it.
15003 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
15004
15005 * diff-mode.el (diff-find-file-name): Fix regexp.
15006
15007 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15008 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15009
15010 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15011 (sh-mode-syntax-table): Add punctuation syntax for < and >.
15012 (sh-mode): Don't make all vars local here.
15013 (sh-kw): Reformat.
15014 (sh-set-shell): Use dolist. Don't set indent-region-function.
15015 (sh-mode-syntax-table): Use pop.
15016 (sh-remember-variable): Use push.
15017 (sh-help-string-for-variable): Use memq.
15018 (sh-safe-backward-sexp): Remove.
15019 (sh-safe-forward-sexp): Add ARG.
15020 (sh-get-indent-info, sh-prev-stmt): Use it.
15021 (sh-prev-line): Simplify by using forward-comment.
15022 (sh-this-is-a-continuation): Simplify.
15023 (sh-learn-buffer-indent): Use dolist.
15024 (sh-do-nothing): Remove.
15025 (sh-set-char-syntax, sh-set-here-doc-region):
15026 Use inhibit-modification-hooks.
15027 (sh-name-style): Use mapcar and push.
15028 (sh-load-style): Use dolist.
15029 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15030 (sh-case, sh-while-getopts): Use propertize directly rather
15031 than sh-electric-rparen.
15032
15033 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
15034
15035 * textmodes/tex-mode.el: Require CL when compiling.
15036 (tex-mode-syntax-table): Init immediately.
15037 (tex-mode-map): Bind M-RET to latex-insert-item.
15038 (latex-mode): Set indent-line-function to latex-indent.
15039 (tex-common-initialization): Don't setup the syntax-table any more.
15040 (latex-insert-item): New skeleton.
15041 (tex-next-unmatched-end): Fix copy/paste braino.
15042 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
15043 (latex-indent, latex-find-indent): New functions.
15044 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
15045 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15046 (tex-compilation-parse-errors): Use with-syntax-table.
15047
15048 2000-10-15 Miles Bader <miles@gnu.org>
15049
15050 * font-lock.el (font-lock-comment-face): Change dark-background,
15051 color, non-tty, default to `chocolate1'.
15052
15053 2000-10-13 John Wiegley <johnw@gnu.org>
15054
15055 * eshell/esh-util.el (require): Added a missing `require' form,
15056 needed when compiling (for an ange-ftp macro definition).
15057
15058 2000-10-13 Dave Love <fx@gnu.org>
15059
15060 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15061
15062 2000-10-13 Gerd Moellmann <gerd@gnu.org>
15063
15064 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
15065
15066 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
15067 transparent -colors 8).
15068
15069 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
15070
15071 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15072 that breaks with old list format timestamps.
15073 (time-stamp-warn-inactive, time-stamp-old-format-warn)
15074 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
15075
15076 2000-10-13 John Wiegley <johnw@gnu.org>
15077
15078 * align.el, pcomplete.el, calendar/timeclock.el,
15079 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15080
15081 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
15082 faulty math, where holiday hours were being computing as seconds.
15083
15084 2000-10-13 John Wiegley <johnw@gnu.org>
15085
15086 * desktop.el (desktop-buffer-modes-to-save): Added a global for
15087 specifying what "other" kinds of buffers should be saved.
15088 This used to be hard-coded.
15089 (desktop-buffer-misc-functions): A global for specifying how
15090 auxiliary data should be determined for special buffer types.
15091 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15092 instead of hard-coding the special buffer types.
15093 (desktop-save): Run `desktop-buffer-misc-functions' to gather
15094 auxiliary data, instead of hard-coding for Info buffers and dired.
15095 (desktop-buffer-info-misc-data): Aux function for determining Info
15096 buffer auxiliary info.
15097 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15098 (desktop-buffer-info): Changed this function to use the info
15099 gathered above.
15100 (desktop-create-buffer): Be a little more careful about what
15101 `minor-mode' means before calling it. This is important for some
15102 buffer types.
15103
15104 2000-10-13 John Wiegley <johnw@gnu.org>
15105
15106 * eshell/esh-util.el: Added a global form which declares an
15107 autoload for `parse-time-string', if that function is not already
15108 defined, and if parse-time.el is available on the user's system.
15109
15110 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15111 to be aware of ange-ftp user info.
15112 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
15113 (eshell-ls-annotate): Use `eshell-file-attributes'.
15114 (eshell-ls-file): Made the user-id printing code a bit smarter.
15115
15116 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15117 allow identification of alias user ids in remote directories.
15118 It's manual, but there's no other way to know when the current user
15119 on the local machine, is also the owning user on the remote machine.
15120 (fboundp): Bind `ange-cache'.
15121 (eshell-directory-files-and-attributes): Re-organized the logic a
15122 bit to use `eshell-file-attributes' instead of `file-attributes'.
15123 The former is more sensitive to directories that are read via FTP,
15124 and knows how to use ange-ftp to determine full attribute
15125 information, instead of just the name and last modtime.
15126 (eshell-current-ange-uids): Return the current user id when in a
15127 remote directory.
15128 (eshell-parse-ange-ls): Parse a full directory listing that has
15129 been returned by ange-ftp.
15130 (eshell-file-attributes): This beefed up version of
15131 `file-attributes' is only special if the user is currently in a
15132 remote directory, in which case it does a lot of work to find out
15133 what the real attributes of a file are, as they appear on the
15134 remote machine. This makes usage of remote directories (i.e.,
15135 ange-ftp pathnames) much more useful. You can now use Eshell as a
15136 full-fledged FTP client, with much more manipulation ability than
15137 most other clients.
15138
15139 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15140 variable, which means that Eshell's du should always be preferred
15141 in remote directories.
15142 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15143 just `file-attributes'.
15144 (eshell-mvcp-template): Bind `ange-cache', to improve performance
15145 when reading remote directories. This is an Eshell-specific
15146 variable (not part of ange-ftp).
15147 (eshell/ln): Bind `ange-cache'.
15148 (eshell/du): Added some extra logic for determining when to use
15149 Eshell's du (which is slow), and when to use the external version
15150 (which may or may not exist).
15151
15152 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15153 Call `eshell-interactive-process', rather than using
15154 `get-buffer-process', since backgrounded processes don't count in
15155 the context of this function's logic.
15156
15157 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15158 `forward-char', so that null strings are parsed correctly.
15159
15160 2000-09-13 John Wiegley <johnw@gnu.org>
15161
15162 * eshell/em-pred.el (eshell-pred-file-type)
15163 (eshell-pred-file-links, eshell-pred-file-size):
15164 Use `eshell-file-attributes'. This is more correct over ange-ftp.
15165
15166 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15167 that remote file globbing is more efficient.
15168
15169 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15170 gathering the files and attributes within a directory.
15171
15172 * eshell/em-unix.el (eshell/cat): If any of the files passed on
15173 the command line is a special file (not a regular file, directory
15174 or symlink), always attempt to call the external version of cat.
15175
15176 2000-09-13 John Wiegley <johnw@gnu.org>
15177
15178 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15179 Eshell-friendly version of find-tag.
15180
15181 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
15182
15183 * image-file.el (image-file-name-extensions)
15184 (image-file-name-regexps): Add autoload cookies.
15185
15186 2000-10-13 Kenichi Handa <handa@etl.go.jp>
15187
15188 * international/mule-cmds.el (select-safe-coding-system): If FROM
15189 is string, show it in *Warning* buffer.
15190
15191 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
15192
15193 * startup.el (normal-top-level): Use display-popup-menus-p instead
15194 of window-system.
15195 (command-line): Use display-graphic-p instead of window-system.
15196 (command-line-1): Use display-popup-menus-p and display-mouse-p
15197 instead of window-system.
15198
15199 2000-10-12 Sam Steingold <sds@gnu.org>
15200
15201 * tooltip.el (tooltip-use-echo-area): New user variable.
15202 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15203
15204 2000-10-12 Dave Love <fx@gnu.org>
15205
15206 * recentf.el: Maintainer's checkdoc fixes.
15207
15208 * startup.el (normal-top-level-add-subdirs-to-load-path):
15209 Use character class, not ASCII when matching file names.
15210 (fancy-splash-head): Add trailing slash to URL.
15211 (command-line): Don't require XPM support for toolbar.
15212
15213 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15214 (cperl-invalid-face): Revert last change.
15215 (cperl-init-faces): Quote cperl-invalid-face.
15216
15217 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15218
15219 * startup.el (fancy-splash-text): Remove superfluous quote.
15220
15221 2000-10-12 Gerd Moellmann <gerd@gnu.org>
15222
15223 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15224 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15225 (command-line-1): Don't use fancy-splash-pending-command.
15226 (fancy-splash-screens-1): Goto point-min after inserting text.
15227
15228 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15229
15230 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15231 instead of shared-lisp-mode-map.
15232
15233 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
15234
15235 * faces.el (header-line): Change tty-variant to use underlining.
15236
15237 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15238 (isearch-highlight): Restore lazy-isearch face properties at old
15239 position, and suppress them at new position.
15240 (isearch-dehighlight): Restore lazy-isearch face properties.
15241 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15242 over the real isearch overlay, but in that case, don't give it a
15243 face property. Use `push'.
15244
15245 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15246
15247 * man.el (Man-getpage-in-background): Fix previous change.
15248 Decode the process output only when we are in multibyte mode.
15249
15250 2000-10-11 Dave Love <fx@gnu.org>
15251
15252 * info.el (Info-mode-menu): Fix some help.
15253 (info-tool-bar-map): Add entry for Info-last.
15254
15255 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15256 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15257 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15258 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15259 * toolbar/search-replace.xpm, toolbar/exit.xpm:
15260 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15261 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15262 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15263 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15264 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15265 Reduce colour requirements to 25 overall. (Probably wants
15266 revisiting from the originals to reduce further.)
15267
15268 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
15269
15270 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15271 buffer-file-coding-system, instead of raw-text.
15272 (dehexlify-buffer): Bind coding-system-for-read to
15273 buffer-file-coding-system, instead of raw-text.
15274
15275 2000-10-11 Sam Steingold <sds@gnu.org>
15276
15277 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
15278 `underline' - fixes the bug introduced on 2000-09-21.
15279
15280 2000-10-11 Dave Love <fx@gnu.org>
15281
15282 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15283 Avoid compiler warnings.
15284 (scheme-mode): Doc fix.
15285 (scheme-font-lock-keywords-1): Match `define-syntax'.
15286
15287 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
15288
15289 * faces.el (frame-set-background-mode): Pay attention to saved
15290 face specs as well as default ones. Only do anything if the
15291 bg-mode or display-type has actually changed. Use `dolist'.
15292 (region): Make dark-background `region' face less in-your-face.
15293
15294 2000-10-10 Sam Steingold <sds@gnu.org>
15295
15296 * chistory.el, ielm.el, ledit.el:
15297 * progmodes/inf-lisp.el, progmodes/scheme.el:
15298 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15299
15300 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
15301
15302 * textmodes/texinfo.el: Update copyright and fix typo.
15303
15304 * desktop.el (desktop-modes-not-to-save): New var.
15305 (desktop-save-buffer-p): Use it.
15306 Also, obey desktop-buffers-not-to-save even for non-file buffers.
15307 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15308
15309 2000-10-10 Dave Love <fx@gnu.org>
15310
15311 * toolbar/tool-bar.el (tool-bar-add-item)
15312 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
15313
15314 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15315 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15316 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15317 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15318 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15319 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15320 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15321 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15322 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15323 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15324 the .xpms; probably need retouching.
15325
15326 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
15327
15328 * subr.el (add-to-list): Add optional argument APPEND.
15329 * battery.el (display-battery): Use `add-to-list'.
15330
15331 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
15332
15333 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15334 properties.
15335 (zone, zone-when-idle, zone-leave-me-alone)
15336 (zone-pgm-whack-chars): Use new symbol properties.
15337
15338 * battery.el (display-battery): Doc spelling fix.
15339
15340 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15341 property.
15342
15343 2000-10-09 Dave Love <fx@gnu.org>
15344
15345 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15346 has been initialized before calling tool-bar-setup.
15347 (tool-bar-add-item-from-menu): Add autoload cookie.
15348
15349 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
15350
15351 * menu-bar.el (send-mail-item-name): New function.
15352 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15353 of mail-user-agent in the menu. Don't display the "Send Mail"
15354 item if mail-user-agent is nil or its value is ignore.
15355 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15356 if read-mail-command is nil or its value is ignore.
15357
15358 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15359
15360 2000-10-09 Miles Bader <miles@gnu.org>
15361
15362 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15363 Correct image size.
15364 * toolbar/left_arrow.xpm: Correct image size.
15365
15366 * jka-compr.el: Don't call `jka-compr-install' when loading (it
15367 will be done by the definition of `auto-compression-mode' if
15368 necessary. Move code to uninstall existing file-name handler
15369 before definition of `auto-compression-mode'.
15370
15371 * image-file.el (auto-image-file-mode): Move to the end of the
15372 file, because `define-minor-mode' actually calls the mode-function
15373 if the associated variable is non-nil, which requires that all
15374 needed functions be already defined.
15375
15376 * mouse.el (popup-menu): Balance parens.
15377
15378 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
15379
15380 * mouse.el (popup-menu): Move the command call outside the loop
15381 so that popup-menu returns whatever the command returns.
15382
15383 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
15384 (initialize-new-tags-table): Use run-hook-with-args-until-success.
15385 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15386 (tags-table-format-functions): Renamed from tags-table-format-hooks.
15387
15388 * vc.el (vc-version-diff): diff-switches can be a list.
15389 Use relative filenames for prettier output.
15390
15391 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15392 (vc-post-command-functions): Remove old-VC compatibility code.
15393
15394 * newcomment.el (comment-indent-default): Autoload.
15395
15396 * font-lock.el (font-lock-defaults): Make buffer-local.
15397 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15398 (font-lock-choose-keywords):
15399 Ignore LEVEL unless KEYWORDS is a list of syms.
15400 (c-keywords, c++-keywords, objc-keywords, java-keywords):
15401 Don't wrap regexp-opt things in \(...\) unnecessarily.
15402
15403 * jit-lock.el: Don't require font-lock any more.
15404 (jit-lock-functions): Make buffer-local.
15405 (jit-lock-saved-fontify-buffer-function): Remove.
15406 (jit-lock-mode): Remove autoload cookie.
15407 Remove font-lock specific code.
15408 (jit-lock-unregister): Don't bother handling complex hooks any more.
15409 (jit-lock-refontify): New function.
15410 (jit-lock-fontify-buffer): Use it.
15411 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15412 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15413 Add optional args START and END.
15414 Never call font-lock-fontify-region directly.
15415 (jit-lock-function, jit-lock-stealth-fontify): Use it.
15416
15417 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15418
15419 2000-10-08 Dave Love <fx@gnu.org>
15420
15421 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15422
15423 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15424
15425 * play/studly.el (studlify-region, studlify-word): Add autoload
15426 cookie.
15427
15428 * play/morse.el (morse-region, unmorse-region): Add autoload
15429 cookie.
15430
15431 * play/spook.el (spook-phrases-file): Use expand-file-name, not
15432 concat.
15433
15434 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15435 insist on symbols starting with word syntax.
15436 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15437 (eval-defun-1): Doc fix.
15438 (indent-sexp): Use nconc to build up indent-stack.
15439
15440 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15441 Gnus with little use.
15442 (mail-setup-hook): Add mail-abbrevs-setup to options.
15443
15444 * recentf.el: Doc fixes.
15445
15446 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15447 Clean up remainder.
15448
15449 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
15450 without timezone and (8) with timezone to enforce some whitespace.
15451 Simplify code somewhat.
15452
15453 * options.el (list-options): Doc that you should use customize.
15454
15455 * iswitchb.el (iswitchb-mode): Add :require.
15456
15457 * info.el (Info-goto-node, Info-menu): Doc fix.
15458 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15459 (info-tool-bar-map): New variable.
15460 (Info-mode): Use it.
15461 (Info-edit-map): Define all in defvar.
15462 (speedbar-attached-frame): Avoid compiler warning.
15463
15464 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15465 (global-map): Bind [tool-bar] to a filtered map.
15466 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
15467 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15468 Allow PBM icons.
15469 (tool-bar-setup): Adjust calls of tool-bar-add-item.
15470
15471 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15472 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15473 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
15474 icons, except up_arrow, which is left-arrow rotated.
15475
15476 * imenu.el (imenu-add-to-menubar): Fix last change.
15477
15478 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
15479
15480 * generic-x.el (rul-generic-mode): Remove eval-when-compile
15481 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
15482
15483 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15484
15485 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15486 typos in doc strings.
15487
15488 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15489 the doc strings how to customize Font Lock faces.
15490
15491 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15492 computing growth when dragging the header line.
15493
15494 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15495
15496 * simple.el (kill-line): Doc fix.
15497
15498 2000-10-08 Miles Bader <miles@gnu.org>
15499
15500 * faces.el (secondary-selection): Make foreground visible on tty.
15501
15502 * jka-compr.el (auto-compression-mode): Move to the end of the
15503 file, because `define-minor-mode' actually calls the mode-function
15504 if the associated variable is non-nil, which requires that all
15505 needed functions be already defined.
15506 (with-auto-compression-mode): Add autoload cookie.
15507
15508 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
15509
15510 * files.el (find-backup-file-name) [ms-dos]: If support for long
15511 file names is not available, behave as if version-control were set
15512 to never.
15513
15514 2000-10-07 Dave Love <fx@gnu.org>
15515
15516 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15517 (browse-url-gnome-moz): New function.
15518 (browse-url-browser-function): Use it.
15519 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15520
15521 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
15522
15523 * indent.el (tab-always-indent): New var.
15524 (indent-for-tab-command): Use it.
15525
15526 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15527 raise an error. This way it can still default to a sane value.
15528
15529 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15530
15531 * startup.el (fancy-splash-screens): Use local rather than global map.
15532 Don't use `update-menu-bindings' any more.
15533 Get rid of assumptions about keymap representation.
15534
15535 2000-10-06 Dave Love <fx@gnu.org>
15536
15537 * textmodes/fill.el (sentence-end-double-space)
15538 (sentence-end-without-period): Doc fix.
15539 (adaptive-fill-regexp): Purecopy.
15540 (unjustify-current-line): Use line-end-position.
15541 (fill-individual-paragraphs-prefix): Use line-beginning-position.
15542
15543 * net/eudc-vars.el (eudc): Add :version, :link.
15544
15545 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15546
15547 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15548 Fix for define-minor-mode.
15549 (function-at-point): Alias to function-called-at-point.
15550
15551 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15552
15553 * simple.el (backward-word): Doc fix.
15554
15555 * image-file.el (image-file-name-regexp): image-file-regexps ->
15556 image-file-name-regexps.
15557 (image-file-name-extensions): Add pbm.
15558
15559 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15560
15561 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15562 and add filename to the names so that diff-mode can jump to source.
15563
15564 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15565 (tex-font-lock-keywords, tex-font-lock-keywords-2)
15566 (tex-font-lock-keywords-1): Remove.
15567 (font-lock-turn-on-thing-lock): Use jit-lock-register.
15568 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15569 (font-lock-default-fontify-region):
15570 Expand beg..end correctly when just following a multiline region.
15571 (font-lock-fontify-anchored-keywords):
15572 Include the anchor text as part of the multiline.
15573
15574 2000-10-06 Gerd Moellmann <gerd@gnu.org>
15575
15576 * loadup.el (toplevel): Load `loaddefs' before `help' because the
15577 latter needs the autoloaded define-minor-mode macro during the
15578 bootstrap.
15579
15580 * startup.el (command-line): For now, activate tool-bar-mode only
15581 if XPM images are supported.
15582
15583 * mouse.el (mouse-drag-header-line): Don't allow resizing a
15584 window by dragging a header-line at the top of the frame; that's
15585 confusing because the header-line doesn't move.
15586 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15587 of treating the event as a list. Some cleanup.
15588
15589 2000-10-06 Miles Bader <miles@gnu.org>
15590
15591 * simple.el (display-message-or-buffer): New function.
15592 (shell-command-on-region): Use `display-message-or-buffer'.
15593
15594 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
15595 docstring parts.
15596
15597 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15598 (smbclient-prompt-regexp): Add usage note to doc string.
15599 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
15600 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
15601 Use add-hook for adding the comint filter function, and only do so
15602 if it's not already in the global hook list.
15603 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
15604 to `make-local-variable'.
15605 (nslookup-font-lock-keywords): Remove prompt entry.
15606 (nslookup): Don't set the process-filter.
15607 (finger): Exit the loop correctly when the regexps list runs out.
15608 (ftp, smbclient, smbclient-list-shares):
15609 Set the real major mode immediately, not after execing.
15610 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
15611
15612 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
15613
15614 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
15615
15616 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
15617
15618 * which-func.el (which-func-format): Remove spurious space.
15619 (which-func-mode): Don't make it permanent-local.
15620 (which-func-ff-hook): Allow which-func-maxout to be nil.
15621 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
15622 (which-func-mode): Simplify.
15623 Use post-command-idle-hook rather than post-command-hook.
15624 Go through all buffers and update their state.
15625 (which-function): Also try add-log-current-defun-function.
15626
15627 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
15628 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
15629 Update call to with-vc-properties accordingly.
15630 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
15631 (vc-revert-buffer): More careful about window selection and deletion.
15632 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
15633
15634 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
15635 (cvs-retrieve-revision): Reuse a pre-existing buffer.
15636 (cvs-dired-action): Change the default to quickdir.
15637
15638 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
15639 if comment-indent-function returns nil.
15640 (comment-indent-default): New function.
15641 (comment-indent-function): Use it and document the new semantics.
15642
15643 * image-file.el: Docstring fixes.
15644
15645 * help.el (help-xref-on-pp): Use match-string.
15646 (describe-variable): New arg BUFFER.
15647 Store the current buffer in the help-xref-stack.
15648 (temp-buffer-resize-mode): Use define-minor-mode.
15649
15650 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
15651 consistently with its docstring.
15652 Set jit-lock-first-unfontify-pos in an idempotent way.
15653 (jit-lock-register): Autoload and add arg CONTEXTUAL.
15654
15655 2000-10-05 Alex Schroeder <alex@gnu.org>
15656
15657 * sql.el (sql-mysql-options): New variable.
15658 (sql-mysql): Use it.
15659
15660 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
15661
15662 * image.el (image): New group.
15663
15664 * smerge-mode.el (smerge-mine-face, smerge-other-face)
15665 (smerge-base-face, smerge-markers-face): Add dark-background variants.
15666
15667 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15668
15669 * net/net-utils.el (nslookup-font-lock-keywords)
15670 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15671 Ignore the value of wqindow-system; always define keywords
15672
15673 2000-10-05 Kenichi Handa <handa@etl.go.jp>
15674
15675 * startup.el (fancy-splash-screens): Remove the code for
15676 debugging; `(trace-to-stderr "EXITTT\n")'.
15677
15678 2000-10-05 Miles Bader <miles@gnu.org>
15679
15680 * diff-mode.el (diff-goto-source): Update call to
15681 `diff-hunk-status-msg' to reflect new REV variable.
15682
15683 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
15684
15685 * progmodes/icon.el (icon-mode):
15686 Don't gratuitously override the default for comment-column.
15687
15688 * vc-hooks.el (vc-mode-line): Fix interactive spec.
15689
15690 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
15691 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
15692 (jit-lock-functions): New var.
15693 (jit-lock-function-1): Use it if non-nil.
15694 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
15695 Set the `fontified' property before doing the fontification to avoid
15696 repeatedly going through the same error.
15697 Don't turn errors into messages.
15698 (jit-lock-register, jit-lock-unregister): New functions.
15699
15700 * dired.el (dired-mark-pop-up): Turn comment into docstring.
15701 Use with-current-buffer.
15702
15703 * dired-aux.el (dired-do-create-files, dired-kill-tree):
15704 Turn comment into docstring.
15705
15706 * apropos.el (apropos-mode): Use define-derived-mode.
15707
15708 2000-10-04 Gerd Moellmann <gerd@gnu.org>
15709
15710 * startup.el (fancy-splash-pending-command): New variable.
15711 (fancy-splash-pre-command): New function.
15712 (fancy-splash-screens): Rewritten.
15713 (command-line-1): If fancy-splash-pending-command is set, call it
15714 interactively.
15715
15716 2000-10-04 Dave Love <fx@gnu.org>
15717
15718 * toolbar/tool-bar.el (tool-bar-setup): New function.
15719 (tool-bar-mode): Use it.
15720
15721 * subr.el (substitute-key-definition): Doc fix.
15722 (play-sound-file): New command.
15723
15724 2000-10-04 Andre Spiegel <spiegel@gnu.org>
15725
15726 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
15727 vc-version-backup-file-name): New functions.
15728
15729 * files.el (basic-save-buffer): Call vc-before-save before saving.
15730
15731 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
15732 vc-cvs-stay-local-p.
15733
15734 * vc.el (vc-revert-buffer): Handle empty diff properly.
15735 (vc-version-backup-file): New function.
15736 (vc-checkout): Create a version backup if necessary.
15737 (vc-checkin): If a version backup file exists, delete it.
15738 (vc-version-diff): Diff locally using version backups, if available.
15739 (vc-revert-file): If there's a version backup, revert locally.
15740 (vc-transfer-file): Use version backup for base version, if
15741 available. If not, ask for confirmation whether to get it from the
15742 server. Update mode line before check-in.
15743
15744 2000-10-04 Dave Love <fx@gnu.org>
15745
15746 * toolbar/tool-bar.el (tool-bar-setup): New function.
15747 (tool-bar-mode): Use it.
15748
15749 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15750
15751 * net/net-utils.el (nslookup-font-lock-keywords)
15752 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15753 Only set if window-system is non-nil
15754 (net-utils-run-program): Returns buffer.
15755 (network-connection-reconnect): Added this function.
15756
15757 * generic.el:
15758 Incorporates extensive cleanup and docfixes by
15759 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
15760 Uses cl compile-time macros.
15761 (generic-mode-name, generic-comment-list)
15762 (generic-keywords-list, generic-font-lock-expressions)
15763 (generic-mode-function-list, generic-mode-syntax-table):
15764 Removed variables.
15765 (generic-mode-alist): Renamed to generic-mode-list.
15766 (generic-find-file-regexp): Default changed to "^#".
15767 (generic-read-type): Uses completing read on generic-mode-list.
15768 (generic-mode-sanity-check): removed this function.
15769 (generic-add-to-auto-mode): Removed this function
15770 (generic-mode-internal): Bind mode-specific definitions
15771 into function instead of putting them in alist.
15772 (generic-mode-set-comments): Reworked extensively.
15773 (generic-mode-find-file-hook): Simplified regexp searching
15774 (generic-make-keywords-list): Omit extra pair of parens
15775
15776 * find-lisp.el (find-lisp-find-files-internal):
15777 Make sure directory name ends with "/".
15778
15779 * generic-x.el (apache-conf-generic-mode):
15780 Regexp now allows leading whitespace.
15781 (rc-generic-mode): Added eval-when-compile
15782 around generic-make-keywords-list.
15783 Deleted duplicate regexp
15784 (rul-generic-mode): Added eval-when-compile
15785 around generic-make-keywords-list.
15786 (etc-fstab-generic-mode): New generic mode.
15787 (rul-generic-mode): Removed one eval-when-compile
15788 which caused a max-specpdl-size exceeded error.
15789
15790 2000-10-04 Miles Bader <miles@gnu.org>
15791
15792 * simple.el (minibuffer-temporary-goal-position): New variable.
15793 (next-history-element): Try to keep the position of point in the
15794 input string constant.
15795
15796 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
15797 (dired-do-create-files): If there's only one file, pass it in as
15798 the DEFAULT arg to dired-mark-read-file-name.
15799
15800 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
15801
15802 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
15803 (diff-goto-source): Be smarter when choosing REVERSE or not.
15804
15805 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
15806 (texinfo-mode-menu): Add an explicit shortcut for update all.
15807
15808 2000-10-03 Andre Spiegel <spiegel@gnu.org>
15809
15810 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
15811 factorize backend-specific code cleanly (this was essentially
15812 conceived by Stefan Monnier).
15813 (vc-unregister): Function removed.
15814 (vc-revert-file): New function.
15815 (vc-revert-buffer): Delegate some of the work to it.
15816
15817 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
15818 default branch unconditionally.
15819 (vc-rcs-set-default-branch): New function.
15820 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
15821 (vc-rcs-checkin): If an appropriate default branch has been set,
15822 force creation of that branch.
15823 (vc-rcs-receive-file): Rewritten to contain only backend-specific
15824 code (as suggested by Stefan Monnier).
15825
15826 2000-10-02 Gerd Moellmann <gerd@gnu.org>
15827
15828 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
15829 highlighting overlay with a different face over the overlay
15830 isearch uses to highlight the current match because that can lead
15831 to bad face combinations.
15832
15833 * loadup.el (toplevel): Load faces before isearch.
15834
15835 * isearch.el (isearch-faces): New custom group.
15836 (isearch): New defface; was already tested for in the code.
15837 (isearch-lazy-highlight-face): Changed to defface from defcustom.
15838 (isearch-highlight): Always use face `isearch'.
15839
15840 2000-10-02 Dave Love <fx@gnu.org>
15841
15842 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
15843 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
15844 comparison of opcode with operand.
15845
15846 2000-10-03 Miles Bader <miles@gnu.org>
15847
15848 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
15849 buffer, since the echo area will now grow to accommodate them.
15850
15851 2000-10-02 Andre Spiegel <spiegel@gnu.org>
15852
15853 * vc-hooks.el (vc-registered): If FILE used to be registered under
15854 a certain backend, try that one first.
15855
15856 * vc.el (vc-responsible-backend): Undo the previous change in the
15857 argument list. Handle multiple backends correctly.
15858 (vc-find-new-backend): Function removed.
15859 (vc-register): Use vc-responsible-backend, as before.
15860 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
15861
15862 2000-10-02 Gerd Moellmann <gerd@gnu.org>
15863
15864 * startup.el (fancy-splash-head): Change message below the
15865 logo.
15866
15867 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
15868
15869 * diff-mode.el (diff-goto-source): Emit a status message.
15870 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
15871 (diff-test-hunk): Fix doc string.
15872 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
15873 (diff-advance-after-apply-hunk): New variable.
15874 (diff-apply-hunk): Don't return a value.
15875
15876 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
15877
15878 * vc.el (vc-editable-p): Minor optimization.
15879 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
15880 (vc-find-new-backend): New function split from vc-responsible-backend.
15881 (vc-register): Use it.
15882 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
15883 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
15884 (vc-default-unregister, vc-revert-buffer): Docstring fix.
15885 (vc-clear-headers): Don't use find-file.
15886 (vc-revert-buffer): Use `and' again (must have been a braino).
15887 (vc-switch-backend): Only prompt if requested.
15888 Short circuit if nothing is to be done.
15889 Don't use vc-resynch-buffer which could lose unsaved editing.
15890 (vc-default-receive-file): Update call to vc-unregister.
15891 (with-vc-file, vc-next-action-on-file):
15892 Use vc-backend rather than vc-registered.
15893 (vc-next-action-on-file): Use intern-soft.
15894 Deal with read-only *vc-diff* buffer.
15895 (vc-transfer-file): Docstring fix.
15896
15897 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
15898 (vc-rcs-receive-file): Avoid with-vc-properties.
15899 Update call to vc-unregister.
15900 Use constant `RCS' rather than (dynamically bound) var `backend'.
15901
15902 2000-10-01 Andre Spiegel <spiegel@gnu.org>
15903
15904 * vc.el (vc-next-action-on-file): Update mode line only if file
15905 is visited.
15906 (vc-start-entry): New argument initial-contents. Don't visit the file
15907 if it isn't already visited. Brought documentation up-to-date.
15908 (vc-next-action, vc-register): Updated calls to vc-start-entry.
15909 (vc-checkin): New optional arg initial-contents, which is passed to
15910 vc-start-entry.
15911 (vc-finish-logentry): Make sure to bury log buffer only if there
15912 really is one. Call `vc-resynch-buffer' on log-file, not
15913 buffer-file-name.
15914 (vc-default-comment-history, vc-default-wash-log): New functions.
15915 (vc-index-of): Removed.
15916 (vc-transfer-file): Make do without the above.
15917 (vc-default-receive-file): Call comment-history unconditionally. Pass
15918 the resulting string to vc-checkin, instead of inserting it into the
15919 comment ring.
15920
15921 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
15922 unconditionally. Use the comments as initial contents of the log
15923 entry buffer. Document the trick to force branch creation with no
15924 changes.
15925
15926 2000-10-01 Miles Bader <miles@gnu.org>
15927
15928 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
15929 `recenter' with an arg to prevent redrawing the display.
15930
15931 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
15932
15933 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
15934
15935 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
15936
15937 * progmodes/c-mode.el (c-mode):
15938 Don't gratuitously override the default for comment-column.
15939
15940 * textmodes/tex-mode.el (latex-metasection-list): New var.
15941 (latex-imenu-create-index): Use it.
15942 Move the regexp construction outside loops (and use push).
15943 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
15944 (tex-font-lock-keywords): Moved from font-lock.el.
15945 (tex-comment-indent): Remove.
15946 (tex-common-initialization): Don't set comment-indent-function.
15947 (latex-block-default): New var.
15948 (tex-latex-block): Use it to provide a default choice.
15949 Add any unknown choice to latex-block-names.
15950 Insert [...] after {...}.
15951 (tex-last-unended-begin): Simplify regexp.
15952 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
15953 (latex-forward-sexp-1, latex-forward-sexp): New functions.
15954 (latex-mode): Set forward-sexp-function.
15955
15956 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
15957 Add regexp for @ignore ... @end ignore.
15958 (texinfo-heading-face): New face.
15959 (texinfo-font-lock-keywords): Use it.
15960 (texinfo-mode-menu): New menu.
15961 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
15962 New functions.
15963 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
15964 (texinfo-section-types-regexp, texinfo-section-level-regexp)
15965 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
15966 Remove declaration.
15967 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
15968
15969 * delsel.el (delete-selection-mode): Use define-minor-mode.
15970
15971 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
15972
15973 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
15974
15975 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
15976
15977 2000-09-30 Gerd Moellmann <gerd@gnu.org>
15978
15979 * replace.el (keep-lines-read-args): New function.
15980 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
15981 read arguments interactively. Add parameters RSTART and REND.
15982 Operate on the active region in Transient Mark mode.
15983
15984 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
15985
15986 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
15987 (authors-obsolete-files-regexps): New variable.
15988 (authors-add): Don't record changes in obsolete files.
15989
15990 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
15991
15992 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
15993
15994 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
15995 (comment-indent): Make sure there's a space between code and comment.
15996 Shift comments left to avoid going past fill-column.
15997
15998 2000-09-29 Gerd Moellmann <gerd@gnu.org>
15999
16000 * startup.el (startup-echo-area-message): New function.
16001 (display-startup-echo-area-message): Use it.
16002 (fancy-splash-screens): Rewritten to use keymaps and a timer.
16003 (fancy-splash-default-action): New function.
16004 (fancy-splash-screens-1): New function.
16005 (fancy-splash-head): Put a help-echo and a keymap under the image.
16006
16007 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16008
16009 * diff-mode.el (diff-add-log-file-name): Remove.
16010 (diff-mode): Use add-log-buffer-file-name-function.
16011
16012 * add-log.el (find-change-log): New arg BUFFER-FILE.
16013 (add-log-file-name): Obey add-log-file-name-function.
16014 (add-log-buffer-file-name-function): New var.
16015 (add-change-log-entry): Use it.
16016
16017 2000-09-29 Miles Bader <miles@gnu.org>
16018
16019 * image-file.el (image-file-name-extensions): New variable.
16020 (image-file-name-regexps): Renamed from `image-file-regexps'.
16021 New default value is nil. Call `auto-image-file-mode'.
16022 (image-file-name-regexp): New function.
16023 (auto-image-file-mode): New minor mode.
16024 (insert-image-file): Don't make conditional on the image-file
16025 handler being enabled.
16026 (image-file-handler): Make the call here conditional instead.
16027 (set-image-file-handler-enabled, enable-image-file-handler)
16028 (disable-image-file-handler): Functions removed.
16029
16030 * emacs-lisp/authors.el (authors-print): Rephrase many-files
16031 string.
16032
16033 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16034
16035 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16036 it's a function from CL.
16037 (latex-imenu-create-index): Replace eval-when-compile with progn
16038 because latex-section-alist is not bound while compiling.
16039
16040 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16041
16042 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16043 (outline-mode): Use define-derived-mode.
16044
16045 * progmodes/perl-mode.el (perl-mode):
16046 * progmodes/awk-mode.el (awk-mode):
16047 * progmodes/asm-mode.el (asm-mode):
16048 Don't gratuitously override the default for comment-column.
16049
16050 * emacs-lisp/lisp.el (lisp-complete-symbol):
16051 Distinguish the let-binding case from the funcall case.
16052 (forward-sexp-function): New variable.
16053 (forward-sexp): Use it.
16054
16055 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16056 (easy-mmode-defmap): Remove the now useless autoload.
16057
16058 * time.el (display-time-mode): Use define-minor-mode.
16059
16060 * subr.el (add-minor-mode): Don't eval NAME.
16061 Don't depend on the presence of TOGGLE-FUN for any special behavior.
16062 Use if rather than cond.
16063
16064 * simple.el (read-expression-map): Define more properly.
16065 (comment-indent-hook): Remove.
16066 (string-to-syntax): Bug fix.
16067
16068 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16069 (cvs-ediff-diff): Fix typo.
16070 (cvs-revert-if-needed): Don't bother preserving read-only.
16071
16072 * paren.el (show-paren-mode): Use define-minor-mode.
16073
16074 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16075 (toggle-auto-compression): Remove.
16076 (jka-compr-build-file-regexp): Remove useless grouping.
16077
16078 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16079 Avoid user-reserved bindings.
16080 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16081 (diff-header-face): Revert to grey85.
16082
16083 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16084
16085 * complete.el (partial-completion-mode) <defcustom>: Remove.
16086 (partial-completion-mode): Use define-minor-mode.
16087 (PC-do-completion): Understand `completion-auto-help = delay'
16088 to mean to popup the completion buffer only the second time.
16089 (PC-include-file-all-completions, PC-include-file-all-completions)
16090 (PC-include-file-all-completions): Don't quote lambda.
16091
16092 * comint.el (comint-mode-hook): Docstring fix.
16093 (comint-mode): Use define-derived-mode.
16094 (comint-mode-map): Remove obsolete comment.
16095 (make-comint): Minor stylistic change.
16096 (comint-insert-clicked-input): Be more careful to find the overlay.
16097 Use this-command-keys rather than hardcoding mouse-2.
16098
16099 * font-lock.el: Replace confusing (,@ with ,
16100 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16101 Don't use regexp-opt-depth. Spice up the regexp for args.
16102 Don't distinguish between cmds that can take an opt arg or not.
16103 Use `append' and `prepend' rather than `keep'.
16104
16105 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16106 (latex-outline-regexp): New var.
16107 (latex-outline-level): New fun.
16108 (latex-section-alist): New var.
16109 (latex-imenu-create-index): Use it. Use `push' as well.
16110 (tex-shell-map): Initialize it properly.
16111 (tex-mode): Minor stylistic change.
16112 (plain-tex-mode): Use define-derived-mode.
16113 (latex-mode): Use define-derived-mode.
16114 Construct the paragraph regexps in a more readable way.
16115 Set the buffer-local outline-{level,regexp} vars.
16116 (slitex-mode): Derive from latex-mode.
16117 (tex-common-initialization): Don't kill-all-vars anymore.
16118 Add setting for comment-add and font-lock-defaults.
16119 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16120 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
16121 (tex-start-tex): New arg DIR (and send a chdir command for it).
16122 Also display the shell buffer and save it in tex-last-buffer-texed.
16123 (tex-region): Use expand-file-name rather than concat.
16124 Remove code made useless by changes in tex-start-tex.
16125 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16126
16127 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16128
16129 2000-09-28 Dave Love <fx@gnu.org>
16130
16131 * eshell/eshell.el (eshell) <defgroup>: Add :version.
16132
16133 2000-09-28 Gerd Moellmann <gerd@gnu.org>
16134
16135 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16136 `append'.
16137
16138 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16139
16140 * info.el (Info-extract-pointer): Undo last change.
16141 Instead, fix the position of the `bound' arg to re-search-backward.
16142
16143 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
16144
16145 * info.el (Info-extract-pointer):
16146 Widen more carefully, to avoid finding pointers in other nodes.
16147 (Info-index): Use push.
16148
16149 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16150
16151 * frame.el (set-frame-font): Remove call to obsolete function
16152 frame-update-faces.
16153 (set-foreground-color, set-background-color): Likewise for
16154 frame-update-face-colors.
16155
16156 2000-09-27 Miles Bader <miles@gnu.org>
16157
16158 * image-file.el: New file.
16159
16160 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16161
16162 * frame.el (frame-notice-user-settings): Don't call
16163 frame-update-faces, which is a no-op now.
16164
16165 * ediff-wind.el (ediff-control-frame-parameters): Add zero
16166 tool-bar-lines.
16167
16168 2000-09-27 Dave Love <fx@gnu.org>
16169
16170 * mouse.el: Fix last change.
16171
16172 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
16173
16174 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16175
16176 2000-09-22 Kenichi Handa <handa@etl.go.jp>
16177
16178 * international/quail.el (quail-help): The output message is
16179 improved.
16180
16181 2000-09-26 Dave Love <fx@gnu.org>
16182
16183 * mouse.el (popup-menu): If POSITION is nil, set it using
16184 mouse-position.
16185
16186 2000-09-25 Sam Steingold <sds@gnu.org>
16187
16188 * net/browse-url.el (browse-url-file-url): Check for null maps.
16189
16190 2000-09-26 Gerd Moellmann <gerd@gnu.org>
16191
16192 * frame.el (frame-notice-user-settings): Don't add a
16193 tool-bar-lines frame parameter to default-frame-alist in batch mode.
16194
16195 * frame.el (frame-notice-user-settings):
16196 Make tool-bar-mode and default-frame-alist consistent.
16197
16198 * toolbar/tool-bar.el (tool-bar-help): New function.
16199
16200 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16201
16202 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16203 current-load-list in top-level forms. Else this leaks a cons cell
16204 every time a defun is called.
16205
16206 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16207
16208 2000-09-25 Dave Love <fx@gnu.org>
16209
16210 * startup.el (fancy-splash-head): Check XPM is available.
16211
16212 * autoinsert.el (auto-insert): Doc fix.
16213 (auto-insert-alist): Following GNU notices, don't say `copyright
16214 _by_'. Use line-beginning-position.
16215 (auto-insert): Check buffer-file-name is non-nil before use.
16216
16217 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16218
16219 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16220 starting with `@def' or `@multitable', in addition to ones
16221 specified by the user in auto-fill-inhibit-regexp.
16222
16223 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
16224
16225 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16226 rmail-dont-reply-to-names matches the empty string.
16227
16228 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16229
16230 * startup.el (command-line-1, fancy-splash-text): Change the
16231 text to sound more friendly.
16232
16233 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
16234
16235 * progmodes/hideshow.el: Update author email address.
16236 Generally, sync w/ maintainer version 5.22.
16237 (hs-hide-all-non-comment-function): New var.
16238 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16239 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16240 (hs-show-region): Delete this command.
16241 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16242
16243 2000-09-22 Dave Love <fx@gnu.org>
16244
16245 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16246 (hl-line-highlight): Specify buffer when moving overlay.
16247
16248 * progmodes/fortran.el (fortran-mode): Locally set
16249 normal-auto-fill-function.
16250 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16251 (fortran-mode-map): Adjust auto-fill menu entry.
16252
16253 2000-09-22 Gerd Moellmann <gerd@gnu.org>
16254
16255 * vc-rcs.el (toplevel): Require `vc' when compiling.
16256
16257 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16258
16259 2000-09-22 Andre Spiegel <spiegel@gnu.org>
16260
16261 * vc.el (vc-switch-backend): Signal an error if the file is not
16262 registered under the new backend.
16263
16264 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16265 without explicit revision number.
16266
16267 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
16268
16269 * diff-mode.el (diff-file-header-face): Reset to its previous value.
16270 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16271 (diff-xor): New function.
16272 (diff-find-source-location): Use it. Fix a stupid name clash.
16273 (diff-hunk-status-msg): New function.
16274 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16275 (diff-test-hunk): Use diff-find-source-location.
16276 (diff-goto-source): Favor the `reverse'.
16277 (diff-hunk-text): Properly handle one-sided context diffs.
16278 (diff-apply-hunk): When done, advance to the next hunk.
16279
16280 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16281
16282 * startup.el (command-line): If frame was created with a non-zero
16283 tool-bar-lines parameter, switch tool-bar-mode on.
16284
16285 * add-log.el (change-log-date-face, change-log-name-face)
16286 (change-log-email-face, change-log-file-face)
16287 (change-log-list-face, change-log-conditionals-face)
16288 (change-log-function-face, change-log-acknowledgement-face):
16289 New faces, inheriting from font-lock faces.
16290 (change-log-font-lock-keywords): Use them.
16291
16292 2000-09-21 Dave Love <fx@gnu.org>
16293
16294 * progmodes/cperl-mode.el (top-level): Clean up
16295 `eval-when-compile's and assorted defvars.
16296 (cperl-invalid-face): Don't double-quote value. Change custom
16297 type.
16298 (cperl-mode): Set normal-auto-fill-function and don't zap
16299 auto-fill-function.
16300 (cperl-imenu--function-name-regexp-perl): Renamed from
16301 imenu-example--function-name-regexp-perl.
16302 (cperl-imenu--create-perl-index): Renamed from
16303 imenu-example--create-perl-index.
16304 (cperl-xsub-scan): Don't require cl.
16305
16306 * msb.el (msb-mode-map): Use substitute-key-definition.
16307 (msb-mode): Use msb-mode-map.
16308
16309 2000-09-21 Andre Spiegel <spiegel@gnu.org>
16310
16311 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16312 New functions.
16313 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16314 (vc-switch-backend): New function.
16315 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16316 (vc-register): Fix prompt.
16317 (vc-unregister, vc-default-unregister): New functions.
16318 (vc-version-diff): Handle empty buffer in sentinel.
16319
16320 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16321 (vc-rcs-state-heuristic): Use it to guess the state of files with
16322 non-strict locking.
16323 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16324 been set with -b, but not created yet.
16325 (vc-rcs-fetch-master-state): With non-strict locking, compare file
16326 contents in order to find the state.
16327 (vc-rcs-checkin): Allow creation of branches with no changes.
16328 (vc-rcs-unregister, vc-rcs-receive-file)
16329 (vc-rcs-set-non-strict-locking): New functions.
16330
16331 * vc-hooks.el (vc-name): Force correct computation of the value
16332 in case it is missing.
16333
16334 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16335
16336 * startup.el (fancy-splash-tail): Use a different foreground
16337 color on a dark frame background.
16338
16339 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
16340
16341 * info.el: Use the correct capitalization when making Info-mode
16342 and Info-edit-mode `special' modes.
16343
16344 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
16345
16346 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16347 (diff-mode): Add support for add-log.el.
16348 (diff-hunk-text): Use char offsets rather than line offsets.
16349 (diff-find-source-location): Replace LINE with line-offset (nil
16350 if not found) and always set POS to a meaningful position.
16351 Adapt to the new char-offsets.
16352 (diff-apply-hunk): Drop support for the unused `select' POPUP.
16353 Adapt to the new diff-find-source-location.
16354 (diff-goto-source): Adapt to the new diff-find-source-location.
16355
16356 * add-log.el (add-log-file-name): New function (split out of
16357 add-change-log-entry).
16358 (add-change-log-entry): Use it.
16359 Call add-log-file-name-function with the changelog file name if
16360 the current buffer is not associated with any file.
16361 Avoid find-file if the selected window is dedicated.
16362
16363 * diff-mode.el (diff-find-source-location):
16364 Move code from diff-apply-hunk. Return buffer rather than file.
16365 (diff-apply-hunk): Use the new result from diff-find-source-location.
16366 (diff-goto-source): Use the new diff-find-source-location.
16367
16368 2000-09-20 Dave Love <fx@gnu.org>
16369
16370 * iswitchb.el: Some doc fixes.
16371 (iswitchb-mode-map): Define completely initially. Inherit
16372 minibuffer-local-map.
16373 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16374 fundamental-mode.
16375 (iswitchb-global-map): New variable.
16376 (iswitchb-summaries-to-end): Amalgamate regexps.
16377 (iswitchb-mode): New.
16378 (iswitchb-mode-hook): New variable.
16379 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
16380 `extensions'.
16381
16382 2000-09-20 Gerd Moellmann <gerd@gnu.org>
16383
16384 * ehelp.el (electric-help): New defgroup.
16385 (electric-help-shrink-window): New user-option.
16386 (with-electric-help): Use it.
16387
16388 * window.el (shrink-window-if-larger-than-buffer): If face
16389 `mode-line' has a :box, and we're on a graphical frame, add 1
16390 to the needed window height.
16391
16392 * frame.el (frame-notice-user-settings): Add a last parameter nil
16393 to a call to `append', because the last list passed to `append' is
16394 not copied, and so subsequent calls to assq-delete-all will modify
16395 default-frame-alist.
16396
16397 * startup.el (fancy-splash-image): Change :type.
16398 (fancy-splash-head): Use an XBM image if appropriate.
16399 (command-line-1): Show splash screens in more cases.
16400
16401 * startup.el (fancy-splash-text): Don't quote faces.
16402
16403 * dired.el (dired-font-lock-keywords): Undo last change.
16404 (dired-readin): Bind indent-tabs-mode to nil.
16405
16406 * startup.el (fancy-splash-head): If frame's background mode
16407 is `dark', change the black background of the image to gray.
16408 (fancy-splash-screens): Display startup echo area message.
16409 (display-startup-echo-area-message): New function.
16410
16411 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
16412
16413 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16414
16415 * info.el (info-header-node): Tweak for color ttys.
16416
16417 * faces.el (face-valid-attribute-values): Make sure directories we
16418 search for stipples both exist and are readable before trying to
16419 search them.
16420
16421 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16422 in the dry-run case.
16423
16424 * jka-compr.el (with-auto-compression-mode): New macro.
16425
16426 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16427 (custom-group-tag-face, custom-variable-tag-face): Use relative
16428 :height and inherit from `variable-pitch' face instead of
16429 hardwiring :family.
16430 * hi-lock.el (hi-black-hb): Likewise.
16431
16432 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16433 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16434 toolbar-add-item, if image doesn't have a mask add a `:mask
16435 heuristic'.
16436
16437 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
16438
16439 * diff-mode.el: Docstring fixes.
16440 (diff-header-face, diff-comment-face): New faces.
16441 (diff-font-lock-keywords): Highlight a bit differently.
16442 (diff-find-source-location): Don't return SPAN any more.
16443 (diff-hunk-text): Don't bother erasing the temp buffer.
16444 (diff-find-text): Drop argument LINE.
16445 (diff-apply-hunk): Update calls to diff-find-text.
16446 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16447
16448 * calendar/calendar.el: Docstring fixes.
16449 (calendar-make-alist): Don't quote lambda.
16450 (calendar-star-date): Use make-local-variable.
16451
16452 2000-09-19 Dave Love <fx@gnu.org>
16453
16454 * toolbar/tool-bar.el: Renamed from toolbar.el.
16455 Change `toolbar' to `tool-bar' generally in symbols.
16456 Make some items invisible in `special' major modes.
16457 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16458 Add arg PROPS.
16459
16460 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16461 Add :version here.
16462 (fancy-splash-delay, fancy-splash-image): Remove :version here.
16463
16464 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16465
16466 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16467
16468 * files.el (find-file-suppress-same-file-warnings): New user-option.
16469 (find-file-noselect): Use it.
16470
16471 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16472 (fancy-splash-screen): Defgroup.
16473
16474 * add-log.el (change-log-font-lock-keywords): Match names
16475 more exactly for the case that font-lock-constant-face is
16476 underlined.
16477
16478 2000-09-19 Richard M. Stallman <rms@gnu.org>
16479
16480 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16481
16482 2000-09-19 Andre Spiegel <spiegel@gnu.org>
16483
16484 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16485
16486 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16487
16488 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16489 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16490 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16491 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16492 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16493 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16494 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16495 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16496 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16497 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16498 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16499 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16500
16501 * startup.el (fancy-splash-text): New variable.
16502 (fancy-splash-delay, fancy-splash-image): New user-options.
16503 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16504 (fancy-splash-screens): New functions.
16505 (command-line-1): If display has a `display' frame parameter, has
16506 colors, and we have XPM support, show more fancy splash screens.
16507
16508 2000-09-19 Dave Love <fx@gnu.org>
16509
16510 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
16511 with null `help'. Use modern backquote syntax.
16512
16513 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16514
16515 * font-lock.el (font-lock-mode): Change message telling the user
16516 that ``the buffer is too big''.
16517
16518 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16519 for instance for the case that tab-width is 2.
16520
16521 2000-09-18 Gerd Moellmann <gerd@gnu.org>
16522
16523 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16524 toolbar-add-item, if image doesn't have a mask add a `:mask
16525 heuristic'.
16526
16527 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
16528
16529 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16530 and return a cons if it's non-nil.
16531 (diff-apply-hunk): Try to jump to the line in the source text
16532 corresponding to the position of point in the in the hunk.
16533
16534 * info.el (Info-title-3-face, Info-title-2-face)
16535 (Info-title-1-face): Use face inheritance and relative sizes
16536 instead of hard-wiring things.
16537
16538 * faces.el (secondary-selection): Make dark-background variant sane.
16539
16540 2000-09-16 Andrew Innes <andrewi@gnu.org>
16541
16542 * makefile.w32-in (compile-files-CMD): No need to make .elc files
16543 read-only, since they aren't under VC now.
16544
16545 2000-09-17 Dave Love <fx@gnu.org>
16546
16547 * tmm.el: Replace mapcar with mapc in several places.
16548
16549 * loadhist.el (unload-feature): Maybe call elp-restore-list and
16550 ad-unadvise.
16551
16552 * international/latin1-disp.el: New file.
16553
16554 * calendar/cal-move.el (scroll-calendar-left)
16555 (scroll-calendar-right): Make arg optional (for active mode line).
16556
16557 * calendar/calendar.el (calendar-mode-line-format): Make fields
16558 mouse-sensitive.
16559 (calendar-read-date, calendar-read-date, calendar-window-list):
16560 Unquote lambda.
16561 (calendar-month-name): Use aref, not sref.
16562
16563 * view.el (minor-mode-alist): Propertize the string.
16564
16565 * international/characters.el (standard-case-table): Add entries
16566 for Greek.
16567
16568 2000-09-18 Miles Bader <miles@gnu.org>
16569
16570 * info.el (info-node, info-xref): Add dark-background variants.
16571
16572 * faces.el (header-line): Change defaults to be less confusing
16573 when mixed with mode-lines.
16574
16575 * info.el (Info-fontify-node): Make a few cleanups.
16576 Add extra `help-echo' and `local-map' props to node xrefs.
16577 Use header-specific faces for node-names & xrefs.
16578 (Info-use-header-line): New variable.
16579 (info-header-xref, info-header-node): New faces.
16580 (Info-setup-header-line): New function.
16581 (Info-select-node): Call Info-setup-header-line when enabled.
16582 (Info-extract-pointer): Work even if the header line is hidden.
16583 (Info-header-line): New variable.
16584
16585 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
16586
16587 * vms-patch.el (print-region-function): Don't quote lambda.
16588
16589 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16590
16591 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16592 (lm-get-header-re): Allow spaces between the header and the colon.
16593 (lm-header): Allow $ in non-RCS headers.
16594 (lm-header-multiline): Put the strings back into order.
16595 Stop at an empty line. Don't require two space chars if the
16596 line is clearly not another header line.
16597
16598 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
16599 (popup-menu-popup): Remove.
16600
16601 2000-09-15 Gerd Moellmann <gerd@gnu.org>
16602
16603 * toolbar/toolbar.el (toolbar-add-item): Use the same image
16604 specification if or if not tool-bar item contains an `:enabled'
16605 property.
16606
16607 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
16608 current buffer has no file name.
16609
16610 2000-09-15 Dave Love <fx@gnu.org>
16611
16612 * strokes.el: Sync with maintainer's current version with changes
16613 for Emacs, but avoid runtime cl and levents.
16614 (toplevel): Change autoloads and compilation requires.
16615 (strokes-version, strokes-bug-address, strokes-lift): Values
16616 changed.
16617 (strokes-xpm-header, strokes-insinuated): New variable.
16618 (strokes): Add :link.
16619 (strokes-mode): Customized.
16620 (strokes-while-inhibiting-garbage-collector): New macro.
16621 (strokes-remassoc): Avoid remove-if.
16622 (strokes-fix-button2-command): Don't use ad-do-it.
16623 (strokes-insinuate): New function.
16624 (strokes-button-press-event-p, strokes-button-release-event-p):
16625 New functions, used instead of non-`strokes-' versions..
16626 (strokes-mouse-event-p): Rewritten.
16627 (strokes-event-closest-point): Avoid event-point.
16628 (strokes-get-grid-position): Avoid cdadr, caadr
16629 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
16630 functions.
16631 (strokes-help): Use with-output-to-temp-buffer.
16632 (strokes-window-configuration-changed-p): New function.
16633 (strokes-update-window-configuration): Use buffer-live-p,
16634 strokes-window-configuration-changed-p.
16635 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
16636 (strokes-char-face): New face.
16637 (strokes-char-table, strokes-base64-chars): New variable.
16638 (strokes-xpm-for-stroke, strokes-list-strokes)
16639 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
16640 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
16641 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16642 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
16643 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
16644 functions.
16645
16646 2000-09-15 Gerd Moellmann <gerd@gnu.org>
16647
16648 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
16649
16650 * image.el (create-image): Doc fix.
16651
16652 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
16653 instead of `:heuristic-mask t'.
16654
16655 2000-09-14 Andrew Innes <andrewi@gnu.org>
16656
16657 * makefile.w32-in: Revert to Unix line endings.
16658
16659 2000-09-14 Andrew Innes <andrewi@gnu.org>
16660
16661 * makefile.w32-in: Add bootstrap support. Also copy lisp source
16662 when installing.
16663
16664 * makefile.nt (DONTCOMPILE): Fix typo.
16665
16666 * shell.el (shell-write-history-on-exit): New function.
16667 (shell-dumb-shell-regexp): New custom variable.
16668 (shell-mode): Make shell-write-history-on-exit the process
16669 sentinel if shell name matches shell-dumb-shell-regexp.
16670
16671 * w32-fns.el: Comment out before-init-hook function which resets
16672 source-directory based; this breaks bootstrap.
16673
16674 2000-09-14 Dave Love <fx@gnu.org>
16675
16676 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
16677 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
16678 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
16679 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
16680 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
16681 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
16682 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
16683 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
16684 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
16685
16686 * toolbar/toolbar.el: New.
16687
16688 * subdirs.el: Add toolbar.
16689
16690 2000-09-14 Gerd Moellmann <gerd@gnu.org>
16691
16692 * indent.el (indent-for-tab-command): Doc fix.
16693
16694 2000-09-14 Alex Schroeder <alex@gnu.org>
16695
16696 * ansi-color.el (ansi-colors): Doc change.
16697 (ansi-color-get-face): Simplified regexp.
16698 (ansi-color-faces-vector): Added more faces, doc change.
16699 (ansi-color-names-vector): Doc change.
16700 (ansi-color-regexp): Simplified regexp.
16701 (ansi-color-parameter-regexp): New regexp.
16702 (ansi-color-filter-apply): Doc change.
16703 (ansi-color-filter-region): Doc change.
16704 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
16705 deal with zero length parameters.
16706 (ansi-color-apply-on-region): Doc change.
16707 (ansi-color-map): Doc change.
16708 (ansi-color-map-update): Removed debugging message.
16709 (ansi-color-get-face-1): Added condition-case to trap
16710 args-out-of-range errors.
16711 (ansi-color-get-face): Doc change.
16712 (ansi-color-make-face): Removed.
16713 (ansi-color-for-shell-mode): New option.
16714
16715 2000-09-13 Kenichi Handa <handa@etl.go.jp>
16716
16717 * international/quail.el (quail-start-translation): Translate KEY
16718 if necessary even if it doesn't have any mapping in the current
16719 input method.
16720 (quail-start-conversion): Likewise.
16721 (quail-help): The output message is improved.
16722
16723 2000-09-13 Miles Bader <miles@gnu.org>
16724
16725 * comint.el (comint-output-filter): Revert to using
16726 `insert-before-markers'. Add bletcherous hack to undo damage
16727 caused by `insert-before-markers'. Put `front-sticky' property on
16728 overlays created here so that the field code understands how the
16729 overlay works. Use a let when making comint-last-prompt-overlay,
16730 so that the code is easier to read.
16731
16732 2000-09-13 Dave Love <fx@gnu.org>
16733
16734 * wid-edit.el (widget-default-format-handler): DTRT when
16735 doc-property is a function.
16736
16737 2000-09-12 Francesco Potorti` <pot@gnu.org>
16738
16739 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
16740 filed name if it's not there.
16741
16742 2000-09-12 Dave Love <fx@gnu.org>
16743
16744 * simple.el (read-mail-command): Doc fix.
16745 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
16746
16747 * vc.el (vc-dired-listing-switches): Fix :version.
16748
16749 * vc-hooks.el: Doc fixes.
16750
16751 * subr.el (add-minor-mode): Use toggle-fun arg.
16752
16753 * speedbar.el: Add :version to several defcustoms.
16754
16755 * imenu.el (imenu--truncate-items, imenu--cleanup)
16756 (imenu--generic-function): Avoid mapcar.
16757 (imenu--replace-spaces): Function removed.
16758 (imenu--completion-buffer): Use subst-char-in-string.
16759 (imenu-add-to-menubar): Use keymap inheritance.
16760
16761 2000-09-12 Miles Bader <miles@gnu.org>
16762
16763 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
16764 (diff-mode-map): Bind `diff-test-hunk'.
16765 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
16766
16767 2000-09-11 Gerd Moellmann <gerd@gnu.org>
16768
16769 * bytecomp.el (byte-compile-defvar): Undo last change
16770 because it breaks '(make-variable-buffer-local (defvar ...)'
16771 which is used at least in dired.
16772
16773 2000-09-12 Kenichi Handa <handa@etl.go.jp>
16774
16775 * international/quail.el (quail-define-package): Docstring
16776 modified.
16777
16778 2000-09-12 Kenichi Handa <handa@etl.go.jp>
16779
16780 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
16781 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
16782 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
16783 docstring of "chinese-py".
16784
16785 * international/quail.el (quail-translation-docstring): New
16786 variable.
16787 (quail-show-keyboard-layout): Docstring modified.
16788 (quail-select-current): Likewise.
16789 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
16790 infinite recursive call.
16791 (quail-help): Check quail-translation-docstring. Format of the
16792 output changed.
16793 (quail-help-insert-keymap-description): Adjusted for the above
16794 change.
16795
16796 2000-09-11 Gerd Moellmann <gerd@gnu.org>
16797
16798 * bytecomp.el (byte-compile-defvar): Only cons onto
16799 current-load-list in top-level forms. Else this leaks a cons cell
16800 every time a defun is called.
16801
16802 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
16803
16804 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
16805 Now understands non-unified diffs. Some functionality moved into
16806 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
16807 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
16808 modify anything. Only reposition point in the patched file if the
16809 patch succeeds. Only pop up another window if POPUP is true.
16810 Emit a message describing what happened if successful, and at what
16811 line-offset. Automatically detect reversed hunks and do something
16812 appropriate.
16813 (diff-hunk-text, diff-find-text): New functions.
16814 (diff-filter-lines): Function removed.
16815 (diff-test-hunk): New function.
16816 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
16817
16818 2000-09-10 Dave Love <fx@gnu.org>
16819
16820 * textmodes/tildify.el: Minor doc/commentary fixes.
16821 (tildify) <defgroup>: Add :version.
16822
16823 * faces.el (face-x-resources): Make custom type more specific.
16824 (frame-background-mode): Use mapc.
16825 (region) <defcustom>: Add :version.
16826
16827 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
16828
16829 * vc-sccs.el (vc-sccs-register):
16830 * vc-rcs.el (vc-rcs-register):
16831 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
16832 * vc.el (vc-register): Clear file's properties.
16833
16834 2000-09-08 Gerd Moellmann <gerd@gnu.org>
16835
16836 * faces.el (face-spec-set): Only face-spec-reset-face when
16837 ATTRS is non-nil.
16838
16839 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
16840
16841 * help.el (help-insert-xref-button): Fix a typo in doc string.
16842
16843 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
16844
16845 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16846 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
16847 methods.
16848
16849 * menu-bar.el (read-mail-item-name): New function.
16850 (menu-bar-tools-menu): Use it to compute and display the package
16851 used to read email.
16852 (menu-bar-tools-menu): Fix typo in GUD's help string.
16853
16854 2000-09-07 Dave Love <fx@gnu.org>
16855
16856 * diff-mode.el (diff-mouse-goto-source): New function.
16857
16858 * vc-sccs.el: Doc fixes.
16859 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
16860
16861 * vc-rcs.el: Doc fixes.
16862 (vc-rcs-register-switches, vc-rcs-checkin-switches)
16863 (vc-rcs-checkout-switches, vc-rcs-header)
16864 (vc-rcs-master-templates): Add or change :version.
16865
16866 * vc-cvs.el: Doc fixes.
16867 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
16868 (vc-cvs-stay-local): Add :version.
16869
16870 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
16871
16872 2000-09-07 Kenichi Handa <handa@etl.go.jp>
16873
16874 * international/quail.el (quail-help): Fix previous change.
16875
16876 2000-09-07 Gerd Moellmann <gerd@gnu.org>
16877
16878 * faces.el (color-values): Doc fix.
16879
16880 * faces.el (frame-set-background-mode): Use frame-parameter
16881 instead of frame-parameters.
16882
16883 * frame.el (filtered-frame-list): Reduce consing.
16884 (frames-on-display-list): Call frame-parameter instead of
16885 frame-parameters.
16886
16887 2000-09-07 Kenichi Handa <handa@etl.go.jp>
16888
16889 * language/devan-util.el (devanagari-to-indian-region): In the
16890 loop, change the following char, not preceding char.
16891
16892 2000-09-07 Gerd Moellmann <gerd@gnu.org>
16893
16894 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
16895 instead of frame-parameters.
16896
16897 * faces.el (set-face-attribute): Simplify by calling
16898 internal-set-lisp-face-attribute with FRAME being 0.
16899
16900 * vc.el: Remove `Id' version control keyword.
16901
16902 2000-09-07 Kenichi Handa <handa@etl.go.jp>
16903
16904 * help.el (help-make-xrefs): Adjusted for the change of
16905 help-xref-mule-regexp.
16906 (help-insert-xref-button): New function.
16907
16908 * international/mule-cmds.el (help-xref-mule-regexp-template):
16909 Include the pattern for character set.
16910 (leim): New group.
16911
16912 * international/quail.el: Don't require face.
16913 (quail): New group.
16914 (quail-other-command): Dummy command to make quail-help work better.
16915 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
16916 (quail-keyboard-layout-substitution): New variable.
16917 (quail-update-keyboard-layout): New function.
16918 (quail-keyboard-layout-type): New customizable variable.
16919 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
16920 (quail-keyboard-translate): Pay attention to
16921 quail-keyboard-layout-substitution.
16922 (quail-insert-kbd-layout): New function.
16923 (quail-show-keyboard-layout): New function.
16924 (quail-get-translation): If the definition is a vector of length
16925 1, and the element is a string of length 1, return the character
16926 in that string.
16927 (quail-update-current-translations): Fix the case of
16928 relative-index out of range.
16929 (quail-build-decode-map, quail-insert-decode-map): New Functions.
16930 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
16931 Show key sequences for all available characters.
16932 (quail-help-insert-keymap-description): Don't show such verbose
16933 key bindings as quail-self-insert-command.
16934
16935 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16936 Format changed, and each element now have extra documentations.
16937 (tit-process-header): Delete invalid characters from TIT-PROMPT.
16938 Adjusted for the change of quail-cxterm-package-ext-info.
16939
16940 2000-09-06 Gerd Moellmann <gerd@gnu.org>
16941
16942 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
16943 requiring it leads to a recursive loading of vc.el and vc-hooks.el
16944 during bootstrap.
16945
16946 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16947
16948 * vc.el: (toplevel): Don't require `dired' at run-time.
16949 (vc-dired-resynch-file): Remove autoload cookie.
16950
16951 2000-09-05 Andre Spiegel <spiegel@gnu.org>
16952
16953 * vc.el: Made several backend functions optional.
16954 (vc-default-responsible-p): New function.
16955 (vc-merge): Use RET for first version to trigger merge-news, not
16956 prefix arg.
16957 (vc-annotate): Handle backends that do not support annotation.
16958 (vc-default-merge-news): Removed. The existence of a merge-news
16959 implementation is now checked on caller sites.
16960
16961 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
16962 case.
16963
16964 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
16965 special case that has been removed from the default in vc-hooks.el.
16966
16967 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16968
16969 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
16970
16971 2000-09-05 Andre Spiegel <spiegel@gnu.org>
16972
16973 * vc-hooks.el: Require vc during compilation.
16974 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
16975 macro `with-vc-properties' in vc.el.
16976 (vc-file-getprop): Doc fix.
16977 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
16978
16979 * vc.el: Require dired-aux during compilation.
16980 (vc-name-assoc-file): Moved to vc-sccs.el.
16981 (with-vc-properties): New macro.
16982 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
16983 vc-finish-steal): Use it.
16984 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
16985 to the backend-specific function is now supposed to do the checkout,
16986 too.
16987 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
16988
16989 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
16990 set file properties; that gets done in the generic code now.
16991
16992 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
16993 Changed parameter list, added code from vc.el that does the
16994 checkout, possibly with a double-take.
16995
16996 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
16997 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
16998 the above under the new name.
16999 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
17000 parameter list, added checkout command.
17001 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17002 properties; that gets done in the generic code now.
17003
17004 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17005
17006 * vc.el: Docstring fixes (courtesy of checkdoc).
17007
17008 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17009
17010 * vc.el (vc-checkout-writable-buffer-hook)
17011 (vc-checkout-writable-buffer): Remove.
17012 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17013 (vc-log-mode): Make it into a clean derived major mode.
17014 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17015 vc-log-mode if log-edit is not available.
17016 (vc-dired-mode-map): Don't set-keymap-parent yet.
17017 (vc-dired-mode): Do set-keymap-parent here.
17018 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17019
17020 2000-09-05 Gerd Moellmann <gerd@gnu.org>
17021
17022 * faces.el (set-face-attribute, face-spec-reset-face)
17023 (face-spec-set): Avoid consing by removing calls to `apply'.
17024
17025 * frame.el (frame-parameter): Move to C code.
17026
17027 2000-09-05 Dave Love <fx@gnu.org>
17028
17029 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17030 insert-before-markers-and-inherit. Now checked systematically!
17031
17032 2000-09-05 Alex Schroeder <alex@gnu.org>
17033
17034 * sql.el (sql-postgres): Use sql-postgres-options.
17035 (sql-postgres-options): New variable.
17036
17037 2000-09-05 Alex Schroeder <alex@gnu.org>
17038
17039 * sql.el (sql-mode-menu): Work around missing variable mark-active
17040 in XEmacs.
17041 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17042 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17043 compatibility.
17044
17045 2000-09-04 Gerd Moellmann <gerd@gnu.org>
17046
17047 * vc.el (vc-dired-resynch-file): Add autoload cookie.
17048
17049 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17050
17051 * Makefile.in (DONTCOMPILE): Fix typo in file name.
17052
17053 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17054
17055 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17056 don't support anything else under SCCS yet.
17057
17058 * vc-hooks.el: Minor doc fixes.
17059
17060 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17061
17062 * vc.el (vc-next-action-on-file): Do not visit the file if it's
17063 not necessary. If verbose in state `needs-patch', do the same as
17064 under `up-to-date'. When NOT verbose and `needs-patch', check out
17065 latest version instead of `merge-news'.
17066 (vc-next-action-dired): Don't mess with default-directory here; it
17067 breaks other parts of dired. It is the job of the
17068 backend-specific functions to adjust it temporarily if they need it.
17069 (vc-next-action): Remove a special CVS case.
17070 (vc-clear-headers): New optional arg FILE.
17071 (vc-checkin, vc-checkout): Set properties vc-state and
17072 vc-checkout-time properly.
17073 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17074 (vc-print-log): Use new backend function `show-log-entry'.
17075 (vc-cancel-version): Do the checks in a different order. Added a
17076 FIXME concerning RCS-only code.
17077
17078 * vc-rcs.el (vc-rcs-show-log-entry): New function.
17079 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17080
17081 * vc-cvs.el (vc-cvs-show-log-entry): New function.
17082
17083 * vc-hooks.el (vc-default-mode-line-string): Show state
17084 `needs-patch' as a `-' too.
17085
17086 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17087
17088 * vc.el (vc-responsible-backend): New optional arg REGISTER.
17089 (vc-default-could-register): New function.
17090 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17091 (vc-resynch-buffer): Call vc-dired-resynch-file.
17092 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17093 vc-resynch-buffer instead of vc-resynch-window.
17094 (vc-next-action-dired): Don't redisplay here, that gets done as a
17095 result of the individual file operations.
17096 (vc-retrieve-snapshot): Corrected prompt order.
17097
17098 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17099
17100 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17101 as well.
17102 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
17103 hostname regexps. Updated all callers.
17104 (vc-cvs-responsible-p): Handle directories as well.
17105 (vc-cvs-could-register): New function.
17106 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17107 properties up-to-date.
17108
17109 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17110 user whether to create one.
17111
17112 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17113
17114 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17115 check out a non-existing file.
17116
17117 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17118 workfile does not exist.
17119
17120 * vc.el (vc-version-diff): Use `require' to check for existence of
17121 diff-mode.
17122
17123 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17124
17125 * vc-cvs.el (vc-cvs-registered): Use new function
17126 vc-cvs-parse-entry to do the actual work.
17127
17128 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17129
17130 * vc-hooks.el (vc-find-backend-function): If function doesn't
17131 exist, return nil instead of error.
17132 (vc-call-backend): Doc fix.
17133
17134 * vc.el (vc-do-command): Doc fix.
17135 (vc-finish-logentry): When checking in from vc-dired, choose the
17136 right backend for logentry check.
17137 (vc-dired-mode-map): Inherit from dired-mode-map.
17138 (vc-dired-mode): Local value of dired-move-to-filename-regexp
17139 simplified.
17140 (vc-dired-state-info): Removed, updated caller.
17141 (vc-default-dired-state-info): Use parentheses instead of hyphens.
17142 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17143 (vc-dired-listing-switches): New variable.
17144 (vc-directory): Use it, instead of dired-listing-switches.
17145
17146 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17147 (vc-cvs-dir-state): New function.
17148 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17149 (vc-cvs-parse-entry): New function, also to be used in
17150 vc-cvs-registered.
17151
17152 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17153
17154 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17155 *or* single-window-frames.
17156
17157 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17158
17159 * vc.el (vc-update-changelog): Split into generic part and default
17160 implementation. Doc string adapted.
17161 (vc-default-update-changelog): New function. Call the `rcs2log'
17162 script in exec-directory, to fix a long-standing nuisance.
17163
17164 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17165 simply signals an error.
17166
17167 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17168
17169 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17170 control-flow more clear and to avoid running `cvs' twice.
17171
17172 * vc.el (vc-next-action-on-file): Doc fix.
17173 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17174 (vc-print-log): Eval `file' before constructing the continuation.
17175
17176 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17177
17178 * vc.el (vc-next-action-on-file): Corrected several messages.
17179 (vc-merge): Add prefix arg `merge-news'; handle it.
17180
17181 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17182 is not reached. It is.
17183 (vc-cvs-merge): Set state to 'edited after merge.
17184 (vc-cvs-merge-news): Set workfile version to nil if not known.
17185 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
17186
17187 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17188 via stdout. (Merge from main line.)
17189
17190 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17191
17192 * vc.el (vc-finish-logentry): Thinko in the "same comment"
17193 detection.
17194
17195 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17196
17197 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17198 against kill-all-local-variables.
17199 (vc-log-edit): Don't save vc-parent-buffer any more.
17200 (vc-last-comment-match): Initialize to an empty string.
17201 (vc-post-command-functions): New hook.
17202 (vc-do-command): Run it.
17203 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17204 (vc-finish-logentry): Only add the comment to the ring if it's
17205 different from the last comment entered.
17206 (vc-new-comment-index): New function.
17207 (vc-previous-comment): Use it. Make the minibuffer message
17208 slightly less terse.
17209 (vc-comment-search-reverse): Make it work forward as well. Don't
17210 set vc-comment-ring-index if no match is found. Use
17211 vc-new-comment-index.
17212 (vc-comment-search-forward): Use vc-comment-search-reverse.
17213 (vc-dired-mode-map): Don't inherit from dired-mode-map since
17214 define-derived-mode will do it for us. Bind `v' to a keymap that
17215 inherits from vc-prefix-map so that we can bind `vt' without
17216 binding C-x v t.
17217 (vc-retrieve-snapshot): Parenthesis typo.
17218
17219 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17220 to 1. Make sure to switch to *vc* before looking for an error
17221 message. Use vc-parse-buffer.
17222
17223 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17224
17225 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17226 and NAME.
17227 (vc-retrieve-snapshot): Split into two parts.
17228 (vc-default-retrieve-snapshot): New function.
17229
17230 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17231 (vc-cvs-retrieve-snapshot): New function (untested).
17232 (vc-cvs-stay-local): Default to t.
17233 (vc-cvs-remote-p): New function and property.
17234 (vc-cvs-state): Stay local only if the above is t.
17235 (vc-handle-cvs): Removed.
17236 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17237 done via vc-handled-backends now.
17238 (vc-cvs-header): Escape Id.
17239
17240 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17241
17242 * vc.el (vc-do-command): Remove unused commands.
17243 (vc-version-diff): Make sure default-directory ends with a slash.
17244 Move the window commands into a vc-exec-after.
17245 (vc-print-log): Move more of the code into the `vc-exec-after'.
17246
17247 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17248
17249 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17250 (vc-print-log): Search current revision from beginning of buffer.
17251 (vc-revert-buffer): Clear echo area after the diff is finished.
17252 (vc-prefix-map): Removed definition of "t" for terse display in vc
17253 dired.
17254 (vc-dired-mode-map): Inherit from dired-mode-map. Added
17255 definition of "vt" for terse display.
17256 (vc-dired-mode): Fix dired-move-to-filename-regexp.
17257
17258 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17259
17260 * vc.el (vc-exec-after): Avoid caddr.
17261
17262 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17263
17264 * vc.el (vc-exec-after): New function.
17265 (vc-do-command): Use it to add a termination message for async
17266 procs.
17267 (vc-checkout): Try to handle a missing-backend situation.
17268 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17269 of a directory with a backend using async diffs.
17270 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17271 present.
17272
17273 * vc-sccs.el (vc-sccs-state-heuristic): Use
17274 file-ownership-preserved-p.
17275
17276 * vc-rcs.el (vc-rcs-state-heuristic): Use
17277 file-ownership-preserved-p.
17278 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17279
17280 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17281
17282 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17283 vc-do-command.
17284
17285 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17286 when there are no changes.
17287
17288 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17289
17290 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17291
17292 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17293
17294 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17295
17296 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17297
17298 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17299 the `fset' outside of the defvar so that it works even if
17300 vc-prefix-map was already defined.
17301 (vc-setup-buffer): New function, split out of vc-do-command.
17302 (vc-do-command): Allow BUFFER to be t to mean `just use the
17303 current buffer without any fuss'.
17304 (vc-version-diff): Change the `diff' backend operation to just put
17305 the diff in the current buffer without erasing it. Always use
17306 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
17307 shrink-window-if-larger-than-buffer.
17308 (vc-print-log): Change the `print-log' backend operation to just
17309 put the log in the current buffer without erasing it. Protect
17310 shrink-window-if-larger-than-buffer.
17311 (vc-update-change-log): Fix setd typo.
17312
17313 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17314 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17315
17316 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17317 (vc-rcs-diff): Insert in the current buffer and remove unused arg
17318 CMP.
17319
17320 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17321 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
17322 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17323
17324 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17325
17326 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17327 not possible, use vc-BACKEND-workfile-unchanged-p.
17328 (vc-default-workfile-unchanged-p): New function. Delegates to a
17329 full vc-BACKEND-diff.
17330
17331 * vc-hooks.el (vc-simple-command): Removed.
17332
17333 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17334 instead of vc-simple-command.
17335 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17336 avoid doing a diff when opening a file.
17337 (vc-rcs-state): Added check for unlocked-changes.
17338 (vc-rcs-header): Escape Id.
17339 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17340 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17341 version.
17342
17343 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17344 (vc-sccs-diff): Remove optional arg CMP.
17345 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17346 SCCS-specific function.
17347
17348 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17349 vc-simple-command.
17350
17351 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17352
17353 * vc.el (vc-editable-p): Renamed from vc-writable-p.
17354 (with-vc-file, vc-merge): Use vc-editable-p.
17355 (vc-do-command): Remove unused var vc-file and fix the
17356 doubly-defined `status' var. Add a user message when starting an
17357 async command.
17358 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17359 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17360 Use with-current-buffer.
17361 (vc-buffer-sync): Use unless.
17362 (vc-next-action-on-file): If the file is 'edited by read-only,
17363 make it read-write instead of trying to commit.
17364 (vc-version-diff, vc-update-change-log): Use `setq
17365 default-directory' rather than `cd'.
17366 (vc-log-edit): Don't forget to set default-directory in the
17367 buffer.
17368
17369 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17370 (vc-sccs-state-heuristic): Use file-writable-p instead of
17371 comparing userids.
17372 (vc-sccs-checkout): Use `unless'.
17373
17374 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17375 of comparing userids.
17376 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17377 Simplify the logic by eliminating unreachable code.
17378 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17379 just do a recursive call if we need to retry.
17380 (vc-rcs-checkout): Handle the case where rcs is missing by making
17381 the buffer read-write if requested and re-signalling the error.
17382
17383 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17384
17385 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17386
17387 * vc-hooks.el (vc-handled-backends): Docstring change.
17388 (vc-ignore-vc-files): Mark obsolete.
17389 (vc-registered): Check vc-ignore-vc-files.
17390 (vc-find-file-hook, vc-file-not-found-hook): Don't check
17391 vc-ignore-vc-files.
17392
17393 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17394
17395 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17396
17397 * vc.el (vc-checkout): Don't do anything special for ange-ftp
17398 files since ange-ftp already has vc-registered return nil.
17399
17400 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17401 (vc-sccs-workfile-version): Use with-temp-buffer and new
17402 vc-parse-buffer and don't bother setting the property.
17403 (vc-sccs-add-triple): Use with-current-buffer and
17404 find-file-noselect.
17405 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17406
17407 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
17408 derives from the old vc-parse-buffer but uses the revision number
17409 rather than the date (much easier to compare robustly).
17410 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
17411 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
17412 locking-user more directly. Check strict locking and set
17413 checkout-model appropriately.
17414 (vc-rcs-parse-locks): Remove.
17415 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17416 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17417 (vc-rcs-system-release): Use with-current-buffer and
17418 vc-parse-buffer.
17419 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17420
17421 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17422 (vc-simple-command): Docstring fix.
17423 (vc-registered): Align the way the file-handler is called with the
17424 way the function itself works.
17425 (vc-file-owner): Remove.
17426
17427 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
17428 extraction of fields and call to file-attributes because of a
17429 temporary bug in rcp.el.
17430 (vc-cvs-fetch-status): Use with-current-buffer.
17431
17432 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17433
17434 * vc.el (vc-do-command): Use file-relative-name.
17435 (vc-responsible-backend): Use vc-backend if possible.
17436 (vc-create-snapshot): Improve the `interactive' spec. Add support
17437 for branches and dispatch to backend-specific `create-snapshot'.
17438 (vc-default-create-snapshot): New function, containing the bulk of
17439 the old vc-create-snapshot.
17440 (vc-retrieve-snapshot): Improve the interactive spec.
17441
17442 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17443 (vc-backend-hook-functions): Remove.
17444 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17445 (vc-backend): Reintroduce the test for `file = nil' now that I
17446 know why it was there (and added a comment to better remember).
17447
17448 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17449 code from vc-sccs-hooks.el.
17450 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
17451 'vc anymore.
17452 (vc-sccs-responsible-p): Use expand-file-name instead of concat
17453 and file-directory-p instead of file-exists-p.
17454 (vc-sccs-check-headers): Simplify the regexp.
17455
17456 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17457 from vc-rcs-hooks.el. Don't require 'vc anymore.
17458 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17459 file-directory-p instead of file-exists-p.
17460
17461 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17462 from vc-cvs-hooks.el.
17463 (proto vc-cvs-registered): Require 'vc-cvs instead of
17464 'vc-cvs-hooks. Don't require 'vc anymore.
17465 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17466 file-directory-p instead of file-exists-p.
17467 (vc-cvs-create-snapshot): New function, replacing
17468 vc-cvs-assign-name.
17469 (vc-cvs-assign-name): Remove.
17470
17471 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17472
17473 * vc-cvs.el (vc-cvs-header): New var.
17474
17475 * vc-rcs.el (vc-rcs-exists): Remove.
17476 (vc-rcs-header): New var.
17477
17478 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17479 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17480 (vc-sccs-header): New var.
17481
17482 * vc.el (vc-do-command): Get rid of the `last' argument.
17483 (vc-header-alist): Remove, replaced by vc-X-header.
17484 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17485 (vc-dired-hook): Use expand-file-name instead of concat.
17486 (vc-directory): Use file-name-as-directory.
17487 (vc-snapshot-precondition, vc-create-snapshot)
17488 (vc-retrieve-snapshot): Allow the command to operate on any
17489 directory.
17490
17491 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17492 just removing the 'WORKFILE argument or by removing the 'MASTER
17493 argument and replacing `file' with (vc-name file).
17494
17495 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17496
17497 * vc.el: Update Copyright and add a crude list of backend funs.
17498 (vc-writable-p): New function.
17499 (with-vc-file): Use vc-writable-p.
17500 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17501 (vc-register): Avoid vc-name.
17502 (vc-locking-user): Remove.
17503 (vc-steal-lock): Make the `owner' arg non-optional.
17504 (vc-merge): Use vc-writable-p instead of vc-locking-user and
17505 vc-checkout-model.
17506 (vc-default-dired-state-info): Use vc-state instead of
17507 vc-locking-user and return special strings for special states.
17508 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17509 and get rid of one of the special CVS cases.
17510 (vc-cancel-version): prettify error message with \\[...].
17511 (vc-rename-master): New function.
17512 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17513 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
17514 the CVS special case generic.
17515 (vc-default-record-rename): Remove.
17516 (vc-file-tree-walk-internal): Only call FUNC for files that are
17517 under control of some VC backend and replace `concat' with
17518 expand-file-name.
17519 (vc-file-tree-walk): Update docstring.
17520 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17521 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17522
17523 * vc-sccs.el (vc-sccs-rename-file): Renamed from
17524 vc-sccs-record-rename. Use `find-file-noselect' rather than
17525 `find-file' and call `vc-rename-master' to do the actual move.
17526 (vc-sccs-diff): Remove unused `backend' variable.
17527
17528 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17529 to delay loading of vc-sccs until it is really used.
17530 (vc-sccs-master-templates): Preload.
17531 (vc-sccs-state): Update call to vc-sccs-parse-locks.
17532 (vc-sccs-project-dir): Remove (merged into
17533 vc-sccs-search-project-dir).
17534 (vc-sccs-search-project-dir): Rewrite using file name handling ops
17535 rather than `concat', make sure it is preloaded and don't bother
17536 to check that the file actually exists.
17537 (vc-sccs-parse-locks): Remove unused `file' argument, remove
17538 `locks' argument (use buffer's content instead) and eliminate n^2
17539 behavior.
17540
17541 * vc-rcs.el: Update Copyright.
17542 (vc-rcs-rename-file): New function.
17543 (vc-rcs-diff): Remove unused `backend' variable.
17544
17545 * vc-hooks.el: Update Copyright.
17546 (vc-backend): Don't accept a nil argument any more.
17547 (vc-up-to-date-p): Turn into a defsubst.
17548 (vc-possible-master): New function.
17549 (vc-check-master-templates): Use `vc-possible-master' and allow
17550 funs in vc-X-master-templates to return a non-existent file.
17551
17552 * vc-cvs.el: Update Copyright.
17553 (vc-cvs-diff): Remove unused `backend' variable.
17554 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17555
17556 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17557
17558 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17559
17560 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17561 since it can be called from vc-rcs.el.
17562 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17563
17564 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17565
17566 * vc.el (vc-version-diff): Expand file name read from the
17567 minibuffer. Handle the case when a previous version number can't
17568 be guessed. Give suitable messages when there were no differences
17569 found.
17570 (vc-clear-headers): Call backend-specific implementation, if one
17571 exists.
17572 (vc-cancel-version): Made error checks generic. When done, clear
17573 headers generically, too.
17574
17575 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17576 from vc-clear-headers in vc.el.
17577
17578 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17579 correctly.
17580 (vc-rcs-latest-on-branch-p): Made second argument VERSION
17581 optional. Handle the case when it's not there.
17582
17583 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17584
17585 * vc.el (vc-locking-user): Moved from vc-hooks.el.
17586
17587 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17588
17589 * vc-hooks.el (vc-loadup): Remove.
17590 (vc-find-backend-function): Use `require'. Also, handle the case
17591 where vc-BACKEND-hooks.el doesn't exist.
17592 (vc-call-backend): Cleanup.
17593
17594 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17595
17596 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
17597 vc-rcs-grab-templates)
17598 (vc-rcs-registered): Remove. The default function works as well.
17599 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
17600 vc-sccs-grab-templates)
17601 (vc-sccs-registered): Remove. The default function works as well.
17602
17603 * vc.el (vc-version-diff): Left out a vc- in call to
17604 vc-call-backend.
17605 (vc-default-dired-state-info, vc-default-record-rename)
17606 (vc-default-merge-news): Update for the new backend argument.
17607
17608 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
17609 using the default function.
17610 (vc-call-backend): If calling the default function, pass it the
17611 backend as first argument. Update the docstring accordingly.
17612 (vc-default-state-heuristic, vc-default-mode-line-string): Update
17613 for the new backend argument.
17614 (vc-make-backend-sym): Renamed from vc-make-backend-function.
17615 (vc-find-backend-function): Use the new name.
17616 (vc-default-registered): New function.
17617
17618 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17619
17620 * vc.el (vc-merge): Use vc-find-backend-function.
17621
17622 * vc-hooks.el (vc-backend-functions): Remove.
17623 (vc-loadup): Don't setup 'vc-functions.
17624 (vc-find-backend-function): New function.
17625 (vc-call-backend): Use above fun and populate 'vc-functions
17626 lazily.
17627 (vc-backend-defines): Remove.
17628
17629 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17630
17631 * vc.el (vc-register): Put a FIXME note for a newly found bug.
17632 Call vc-call-backend without the leading vc-.
17633 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
17634 (vc-check-headers): Call vc-call-backend without the leading vc-.
17635 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
17636 (vc-annotate-display): Replace confusing use of `cond' with `or'.
17637 Call vc-call-backend without the leading vc-.
17638
17639 * vc-cvs.el (tail): Provide vc-cvs.
17640 * vc-sccs.el (tail): Provide vc-sccs.
17641 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
17642
17643 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
17644 (vc-make-backend-function, vc-call): Pass names without leading
17645 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
17646 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
17647 (vc-call-backend): Always try to load vc-X-hooks.
17648 (vc-registered): Remove vc- in call to vc-call-backend.
17649
17650 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17651
17652 * vc.el (vc-process-filter): New function.
17653 (vc-do-command): Setup `vc-process-filter' for the async process.
17654 (vc-maybe-resolve-conflicts): New function to reduce
17655 code-duplication. Additionally, it puts the buffer in
17656 `smerge-mode' if applicable.
17657 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
17658 calling `merge-news'.
17659 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
17660 (vc-log-edit): New function. Replacement for `vc-log-mode' by
17661 interfacing to log-edit.el.
17662 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
17663 log-edit is available.
17664 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
17665
17666 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17667
17668 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
17669 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
17670 defvar and the initialization.
17671 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
17672
17673 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
17674 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
17675
17676 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
17677
17678 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17679
17680 * vc.el (vc-file-clear-masterprops): Removed.
17681 (vc-checkin, vc-revert-buffer): Removed calls to the above.
17682 (vc-version-diff): Use buffer-size without argument.
17683 (vc-register): Heed vc-initial-comment.
17684
17685 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
17686 default branch.
17687
17688 * vc-rcs.el (vc-rcs-register): Parse command output to find master
17689 file name and workfile version.
17690 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
17691
17692 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
17693 vc-file-clear-masterprops.
17694
17695 * vc-sccs.el (vc-sccs-checkout): Removed call to
17696 vc-file-clear-masterprops. If writable, set vc-state to 'edited
17697 rather than user login name.
17698
17699
17700 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17701
17702 * vc.el (vc-workfile-unchanged-p): Remove unused argument
17703 `want-differences-if-changed' and simplify.
17704 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
17705 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
17706 output (which is invalid for async vc-diff) to decide whether to
17707 do the revert silently or not.
17708
17709 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17710
17711 * vc-hooks.el (vc-loadup): Load files quietly.
17712 (vc-call-backend): Oops, brain fart.
17713
17714 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17715
17716 * vc-cvs.el (vc-cvs-state): Typo.
17717 (vc-cvs-merge-news): Return the status code rather than the error msg.
17718
17719 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17720
17721 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
17722 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
17723 vc-state or vc-up-to-date-p.
17724 (vc-merge): Use vc-backend-defines to check whether merging is
17725 possible. Set state to 'edited after successful merge.
17726
17727 * vc-hooks.el (vc-locking-user): If locked by the calling user,
17728 return that name. Redocumented.
17729
17730 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17731
17732 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
17733 new `vc-state' semantics.
17734 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
17735 'vc-locking-user to the current user.
17736 (vc-merge): Inline vc-backend-merge. Comment out code that I
17737 don't understand and hence can't adapt to the new `vc-state' and
17738 `vc-locking-user' semantics.
17739 (vc-backend-merge): Remove.
17740
17741 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
17742 rather than 'vc-locking-user.
17743
17744 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
17745
17746 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
17747 (vc-state): Don't use 'reserved any more. Just use the same
17748 convention as the one used for vc-<backend>-state where the
17749 locking user (as a string) is returned.
17750 (vc-locking-user): Update, based on the above convention. The
17751 'vc-locking-user property has disappeared.
17752 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
17753
17754 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
17755 with a heuristic one.
17756 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
17757 (vc-cvs-checkin): Do a trivial parse to set the state in case of
17758 error. That allows us to get to 'needs-merge even in the
17759 stay-local case. There's still no way to detect 'needs-patch in
17760 such a setup (or to force an update for that matter).
17761 (vc-cvs-logentry-check): Remove, the default works as well.
17762
17763 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17764
17765 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
17766
17767 * vc.el (vc-do-command): kill-all-local-variables, to reset any
17768 major-mode in which the buffer might have been put earlier. Use
17769 `remove' and `when'. Allow `okstatus' to be `async' and use
17770 `start-process' in this case.
17771 (vc-version-diff): Handle the case where the diff looks empty
17772 because of the use of an async process.
17773
17774 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17775
17776 * vc.el (vc-next-action-on-file): Removed optional parameter
17777 `simple'. Recompute state unconditionally.
17778 (vc-default-toggle-read-only): Removed.
17779
17780 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
17781 (vc-toggle-read-only): Undid prev change.
17782
17783 * vc-cvs.el (vc-cvs-stay-local): Renamed from
17784 vc-cvs-simple-toggle. Redocumented.
17785 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
17786 (vc-cvs-toggle-read-only): Removed.
17787
17788 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17789
17790 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
17791 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
17792 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
17793 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
17794 still is. So maybe it should be removed.
17795 (vc-head-version, vc-find-binary): Remove.
17796 (vc-recompute-state): Move from vc-hooks.el.
17797 (vc-next-action-on-file): Add a `simple' argument to allow
17798 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
17799 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
17800 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
17801 (vc-dired-mode-map): Properly defvar it.
17802 (vc-print-log): Call log-view-mode if available.
17803 (small-temporary-file-directory): defvar instead of use boundp.
17804 (vc-merge-news): Moved to vc-cvs.el.
17805 (vc-default-merge-news): New function.
17806
17807 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
17808 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
17809 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
17810 unknown `vc-latest-version' function. It should probably refer to
17811 vc-workfile-version or somesuch, but it's very unclear to me and I
17812 don't have SCCS to test things.
17813
17814 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
17815 (vc-sccs-state-heuristic): Fix typo.
17816 (vc-sccs-workfile-unchanged-p): Add missing argument.
17817
17818 * vc-rcs.el: Require vc and vc-rcs-hooks.
17819 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
17820 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
17821 (vc-release-greater-or-equal-p): Move from vc.
17822 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
17823 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
17824 (vc-rcs-checkout): Add a missing `new-version' argument in the
17825 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
17826
17827 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
17828 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
17829 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
17830 than the apparently unbound `workfile-version'.
17831
17832 * vc-hooks.el (vc-master-templates): Def the obsolete var.
17833 (vc-file-prop-obarray): Use `make-vector'.
17834 (vc-backend-functions): Add new hookable functions
17835 vc-toggle-read-only, vc-record-rename and vc-merge-news.
17836 (vc-loadup): If neither backend nor default functions exist, use
17837 the backend function rather than nil.
17838 (vc-call-backend): If the function if not bound yet, try to load
17839 the non-hook file to see if it provides it.
17840 (vc-call): New macro plus use it wherever possible.
17841 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
17842 nor `vc-find-binary' since it's only called from
17843 vc-mistrust-permission which is only used once the backend is known.
17844 (vc-checkout-model): Fix parenthesis.
17845 (vc-recompute-state, vc-prefix-map): Move to vc.el.
17846
17847 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
17848 (vc-cvs-release, vc-cvs-system-release): Remove.
17849 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
17850 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
17851 status symbols.
17852 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
17853 (vc-cvs-toggle-read-only): First cut at a function to allow a
17854 cvs-status-free vc-toggle-read-only.
17855 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
17856 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
17857 vc-cvs-status. Also set vc-state rather than vc-locking-user.
17858 (vc-cvs-checkout): Modify access rights directly if the user
17859 requested not to use `cvs edit'. And refresh the mode line.
17860
17861 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
17862 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
17863
17864 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17865
17866 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
17867 workfile' that got lost when the code was extracted from vc.el.
17868 And merged the tail with the rest of the code (not possible in the
17869 old vc.el where the tail was shared among all backends). And
17870 explicitly set the state to 'edited if `writable' is set.
17871
17872 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
17873 (vc-cvs-state): Be careful to return the value from
17874 vc-cvs-parse-state.
17875 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
17876 property but return it instead. Also be careful to handle a nil
17877 or "" `rev' when workfile is non-nil (it was handled properly when
17878 workfile was nil).
17879
17880 * vc.el: Removed those pesky unnecessary `(function' quotes.
17881 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
17882 directly in the defvar.
17883 (vc-do-command): Bind inhibit-read-only so as to properly handle
17884 the case where the destination buffer has been made read-only.
17885 (vc-diff): Delegate to vc-version-diff in all cases.
17886 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
17887 (vc-annotate-mode-variables): Removed (code moved partly to
17888 defvars and partly to vc-annotate-add-menu).
17889 (vc-annotate-mode): Turned into a derived-mode.
17890 (vc-annotate-add-menu): Moved in code in
17891 vc-annotate-mode-variables.
17892 (vc-update-change-log): Use make-temp-file if available.
17893
17894 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
17895
17896 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
17897 `vc-checkout-model' updated to `vc-cvs-update-model'.
17898
17899 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17900
17901 * vc.el (vc-next-action-on-file): Added handling of state
17902 `unlocked-changes'.
17903 (vc-checkout-carefully): Is now practically obsolete, unless the
17904 above is too slow to be enabled unconditionally.
17905 (vc-update-change-log): Fixed typo.
17906
17907 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
17908
17909 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
17910 Now handles state `unlocked-changes'.
17911 (vc-sccs-workfile-unchanged-p): New function, to support the above.
17912
17913 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
17914
17915 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
17916 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
17917 `unlocked-changes'.
17918 (vc-rcs-workfile-unchanged-p): Renamed from
17919 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
17920 function yet, but supposed to become one soon.
17921
17922 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
17923 `vc-steal-lock'.
17924 (vc-call-backend): Changed error message.
17925 (vc-state): Added description of state `unlocked-changes'.
17926
17927 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17928
17929 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
17930 always return t in CVS-controlled directories.
17931
17932 * vc.el (vc-responsible-backend): New function.
17933 (vc-register): Largely rewritten.
17934 (vc-admin): Removed (implementation moved into vc-register).
17935 (vc-checkin): Redocumented.
17936 (vc-finish-logentry): If no backend defined yet (because we are in
17937 the process of registering), use the responsible backend.
17938
17939 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
17940 Updated function lists.
17941 (vc-call-backend): Fixed typo.
17942
17943 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
17944 New functions.
17945 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
17946 Removed query option. Redocumented.
17947
17948 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17949
17950 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
17951
17952 * vc.el: Updated callers of `vc-checkout-required' to use
17953 `vc-checkout-model'.
17954
17955 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17956
17957 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
17958 stuff updated to reference this function instead of the old
17959 `vc-backend-release-p'.
17960
17961 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17962
17963 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
17964 vc-checkout-model. Return appropriate values. Updated callers.
17965
17966 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17967
17968 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
17969 (vc-backend-revert): Function moved into `vc-revert';
17970 `vc-next-action' must be updated to accomodate this change.
17971 (vc-backend-steal): Function moved into `vc-finish-steal'.
17972 (vc-backend-logentry-check): Function moved into
17973 `vc-finish-logentry'.
17974 (vc-backend-printlog): Function moved into `vc-print-log'.
17975 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
17976 (vc-backend-assign-name): Function moved into
17977 `vc-create-snapshot'.
17978
17979 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17980
17981 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
17982 Rename to vc-checkout-model. Return appropriate values.
17983 Update callers.
17984
17985 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
17986 to vc-checkout-model.
17987 (vc-checkout-required): Rename to vc-checkout-model.
17988 Re-implement and re-comment.
17989 (vc-after-save): Use vc-checkout-model.
17990
17991 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17992
17993 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
17994 Update to use the vc-BACKEND-diff functions instead.
17995 `vc-diff' is now working.
17996
17997 * vc-rcs.el (vc-rcs-logentry-check): New function.
17998
17999 * vc-cvs.el (vc-cvs-logentry-check): New function.
18000
18001 * vc-sccs.el (vc-sccs-diff): Function changed name from
18002 `vc-backend-diff'. This makes `vc-diff' work.
18003
18004 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18005 of functions possibly implemented in a vc-BACKEND library.
18006 (vc-checkout-required): Fix bug that caused an error to be
18007 signaled during `vc-after-save'.
18008
18009 * vc.el: Fix typo.
18010 This checkin is made with our new VC code base for the very first time.
18011 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18012
18013 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18014 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18015
18016 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18017 updated to `vc-uses-locking'.
18018 (vc-checkout-required): Call to backend function.
18019 `vc-checkout-required' updated to `vc-uses-locking' instead.
18020
18021 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18022 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18023
18024 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18025 to match the split into various backends.
18026 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
18027 (vc-retrieve-snapshot): Bug fix.
18028
18029 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18030
18031 * vc-sccs.el (vc-sccs-release): Doc fix.
18032
18033 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18034
18035 * vc.el (vc-next-action-on-file): Bug found and fixed.
18036 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18037 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18038
18039 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18040 (vc-rcs-checkout): Name space cleaned up. No more revision number
18041 crunching function names that are not prefixed with vc-rcs.
18042 (vc-rcs-checkout-model): Function added. References to
18043 `vc-checkout-model' replaced.
18044
18045 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18046
18047 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18048 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
18049 still need to be split, and implemented for RCS).
18050
18051 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18052
18053 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18054
18055 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18056 required by the vc.el file.
18057
18058 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18059 required by the vc.el file.
18060 (vc-rcs-exists): Function added.
18061
18062 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18063 required by the vc.el file.
18064
18065 * vc.el (vc-admin): Updated to handle selection of appropriate
18066 backend. Current implementation is crufty and need re-thinking.
18067
18068 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18069
18070 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18071
18072 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18073 beginning of annotate buffers correctly.
18074
18075 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18076 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18077 functionality updated quite a lot to support multiple backends.
18078 Variables `vc-annotate-mode', `vc-annotate-buffers',
18079 `vc-annotate-backend' added.
18080
18081 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18082 `vc-annotate-difference' added to supported backend functions.
18083
18084 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18085
18086 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18087 Use with-temp-file instead of /bin/sh. Merged from mainline
18088
18089 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18090
18091 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18092
18093 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18094
18095 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18096
18097 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18098
18099 * vc-hooks.el: vc-state-heuristic added to
18100 vc-backend-hook-functions.
18101
18102 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18103
18104 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18105
18106 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18107 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
18108 state to `reserved'.
18109
18110 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18111 `vc-checkout-required'. Rename the `locked' state to `reserved'.
18112
18113 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18114
18115 * vc-rcs-hooks.el: Implement new state model. Hardly anything
18116 untouched.
18117
18118 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18119
18120 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18121 if defined. (Merged from main line, slightly adapted.)
18122
18123 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18124 millenium problem (merged from mainline).
18125
18126 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18127
18128 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18129 part and moved the non-BACKEND stuff to vc.el.
18130
18131 * vc.el: Split the annotate feature into a BACKEND specific part
18132 and moved it from the vc-cvs.el file to this one.
18133
18134 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18135
18136 * vc-hooks.el: Implement new state model.
18137 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18138 (vc-locking-user): Simplify. Now only needed if the file is
18139 locked by somebody else.
18140 (vc-lock-from-permissions): Remove. Functionality is in
18141 vc-sccs-hooks.el and vc-rcs-hooks.el now.
18142 (vc-mode-line-string): New name for former vc-status. Adapted.
18143 (vc-mode-line): Adapt to use the above. Remove optional parameter.
18144
18145 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18146 Various simplifications and adaptations all over the place.
18147
18148 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18149 Simplify and adapt the rest.
18150
18151 * vc.el (vc-resynch-window): Add TODO comment: check for
18152 interaction with view mode according to recent RCS change.
18153 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18154
18155 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18156
18157 * vc.el: Convert the remaining function comments to docstrings.
18158
18159 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18160
18161 * vc.el (vc-backend-release, vc-release-greater-or-equal)
18162 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18163 (vc-minor-part, vc-previous-version): Functions that operate and
18164 compare revision numbers got proper documentation. Comments added
18165 about their possible removal.
18166
18167 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18168
18169 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18170 the vc-backend.el files.
18171
18172 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18173
18174 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18175 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18176 (vc-rcs-previous-version): Functions added.
18177
18178 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18179
18180 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18181
18182 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18183
18184 * vc-hooks.el (vc-master-templates): Is really obsolete.
18185 Comment out the definition for now. What is the right procedure
18186 to get rid of it?
18187 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18188 rewritten.
18189 (vc-default-registered): Remove.
18190 (vc-check-master-templates): New function; does mostly what the
18191 above did before.
18192 (vc-locking-user): Don't rely on the backend to set the property.
18193
18194 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18195 Rewrite documentation.
18196 (vc-rcs-templates-grabbed): New variable.
18197 (vc-rcs-grab-templates): New function.
18198 (vc-rcs-registered): Rewrite to use above mechanism.
18199
18200 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18201 Rewrite documentation.
18202 (vc-sccs-templates-grabbed): New variable.
18203 (vc-sccs-grab-templates): New function.
18204 (vc-sccs-registered): Rewrite to use above mechanism.
18205 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18206 Don't throw the result, simply return it.
18207
18208 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18209 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
18210 (vc-cvs-registered): Does the check itself now. Simplify.
18211
18212 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18213 from main line.
18214
18215 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18216
18217 * vc-cvs.el (vc-cvs-diff): New function.
18218
18219 * vc-sccs.el (vc-sccs-diff): New function.
18220
18221 * vc-rcs.el (vc-rcs-diff): New function.
18222 (vc-rcs-checkout): Bug (typo) found and fixed.
18223 (vc-rcs-register-switches): New variable.
18224
18225 * vc.el (vc-backend-diff): Function removed and placed in the
18226 backend files.
18227
18228 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18229
18230 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18231
18232 * vc.el (vc-backend-checkout): Function removed and replaced in
18233 the vc-backend.el files.
18234
18235 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18236
18237 * vc.el (vc-backend-admin): Removed and replaced in the
18238 vc-backend.el files.
18239
18240 * vc.el (Martin): Removed all the annotate functionality since it
18241 is CVS backend specific.
18242
18243 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18244
18245 * spec.txt: Added specification of vc-state.
18246
18247 * vc-sccs-hooks.el (vc-sccs-master-properties):
18248 Remove handling of vc-latest-version and
18249 vc-your-latest-version. What used to be vc-latest-version, is now
18250 returned as vc-workfile-version.
18251 (vc-sccs-workfile-version): Adapt.
18252
18253 2000-09-04 Dave Love <fx@gnu.org>
18254
18255 * vc.el: [Merged from mainline.]
18256 (vc-dired-mode): Make the dired-move-to-filename-regexp
18257 regexp match the date, to avoid treating date as file size.
18258 Add YYYY S option to WESTERN/
18259
18260 2000-09-04 Dave Love <fx@gnu.org>
18261
18262 * vc.el: Require `compile' when compiling.
18263 (vc-logentry-check-hook): New option.
18264 (vc-steal-lock): Use compose-mail.
18265 (vc-dired-mode-map): Defvar when compiling.
18266 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18267 vc-sccs.el and renamed. Callers changed.
18268 (vc-backend-checkout, vc-backend-logentry-check)
18269 (vc-backend-merge-news): Doc fix.
18270 (vc-default-logentry-check): New function.
18271 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18272 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18273 (vc-backend-merge): Doc fix. Use backend functions.
18274 (vc-check-headers): Use backend functions.
18275
18276 * vc-cvs.el: Require vc when compiling.
18277 (vc-cvs-register-switches): Doc fix.
18278 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18279 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18280 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18281 New functions (code from vc.el).
18282 (vc-annotate-display-default): Fix interactive spec.
18283 (vc-annotate-time-span): Doc fix.
18284
18285 * vc-rcs.el: Require vc when compiling.
18286 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18287 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18288 (vc-rcs-checkin): New functions (code from vc.el).
18289 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18290 Doc fix.
18291 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
18292
18293 * vc-sccs.el: Require vc when compiling.
18294 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18295 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18296 (vc-sccs-revert)
18297 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18298 from vc.el).
18299 (vc-sccs-add-triple, vc-sccs-record-rename)
18300 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18301 (vc-sccs-admin): Doc fix.
18302
18303 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18304
18305 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18306 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18307 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18308 from vc.el.
18309
18310 * vc-sccs.el (vc-admin-sccs): Added from vc.el
18311
18312 * vc-cvs.el: Moved the annotate functionality from vc.el.
18313 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18314
18315 2000-09-04 Dave Love <fx@gnu.org>
18316
18317 * vc.el (vc-backend-release): Call vc-system-release.
18318
18319 * vc-sccs.el (vc-sccs-system-release):
18320 Renamed from vc-sccs-backend-release.
18321
18322 * vc-rcs.el (vc-rcs-system-release):
18323 Renamed from vc-rcs-backend-release.
18324
18325 * vc-cvs.el (vc-cvs-system-release):
18326 Renamed from vc-cvs-backend-release.
18327
18328 2000-09-04 Dave Love <fx@gnu.org>
18329
18330 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18331 backend files.
18332 (vc-backend-release): Dispatch to backend functions.
18333 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
18334 probably needs attention.]
18335
18336 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18337 (vc-sccs-backend-release): New function.
18338
18339 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18340 (vc-cvs-backend-release): New function.
18341
18342 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18343 Doc fix.
18344 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18345 (vc-default-dired-state-info): New function.
18346 (vc-dired-state-info): Dispatch to backends.
18347 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
18348
18349 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18350 from vc.el and renamed.
18351
18352 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18353
18354 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18355 (vc-version-other-window, vc-backend-assign-name): Removed
18356 references to vc-latest-version; sometimes changed into
18357 vc-workfile-version.
18358
18359 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18360 vc-rcs-master-workfile-version.
18361 (vc-rcs-workfile-version): Use the above. Don't call
18362 vc-latest-version (that was unreachable code, anyway).
18363 (vc-rcs-fetch-master-properties): Doc fix.
18364
18365 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18366 (vc-backend-hook-functions): Removed them from this list, too.
18367 (vc-fetch-properties): Removed.
18368 (vc-workfile-version): Doc fix.
18369
18370 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18371 (vc-rcs-workfile-version, vc-rcs-locking-user)
18372 (vc-rcs-uses-locking): Use it.
18373
18374 * vc-hooks.el (vc-consult-rcs-headers):
18375 Moved into vc-rcs-hooks.el, under the name
18376 vc-rcs-consult-headers.
18377
18378 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18379 headers.
18380 (vc-cvs-find-master): Use this name only; correct different
18381 versions of the name.
18382
18383 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18384 New functions.
18385 (vc-sccs-locking-user): Use the latter.
18386
18387 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18388 New functions.
18389
18390 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18391 Moved into both
18392 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
18393 functions are implementation details of those two backends.
18394
18395 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18396
18397 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18398 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18399
18400 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18401 (vc-sccs-parse-locks): SCCS-specific code moved here from
18402 vc-hooks.
18403
18404 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18405 code moved here from vc-hooks.
18406
18407 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18408 into back-end specific parts and removed. Callers not updated
18409 yet; because I guess these callers will disappear into back-end
18410 specific files anyway.
18411
18412 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18413
18414 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18415 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18416 `vc-uses-locking'.
18417
18418 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18419 Store yes/no in the property, and return t/nil. Updated all
18420 callers.
18421
18422 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18423 vc-sccs-uses-locking. Don't set property.
18424 (vc-sccs-locking-user): Don't set property.
18425
18426 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18427 vc-cvs-uses-locking. Don't set property here; leave that to
18428 vc-hooks.
18429 (vc-cvs-locking-user): Reflect above change. Streamlined.
18430
18431 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18432 vc-rcs-uses-locking.
18433 (vc-rcs-locking-user): Reflect above change.
18434
18435 2000-09-04 Dave Love <fx@gnu.org>
18436
18437 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18438
18439 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18440
18441 * vc-hooks.el (vc-checkout-model): Punt to backends.
18442
18443 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18444
18445 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18446
18447 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18448 New functions.
18449
18450 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18451 New functions.
18452
18453 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18454 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18455
18456 * vc-hooks.el (vc-default-locking-user): New function.
18457 (vc-locking-user, vc-workfile-version): Punt to backends.
18458
18459 2000-09-04 Dave Love <fx@gnu.org>
18460
18461 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18462 (vc-master-workfile-version): Moved from vc-hooks.
18463
18464 * vc-rcs-hooks.el: Fix duplicate code in last change.
18465
18466 * vc-rcs-hooks.el: Require vc-hooks when compiling.
18467 (vc-rcs-master-templates): Improve :type.
18468 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18469 vc-master-workfile-version): Moved from vc-hooks.
18470
18471 * vc-sccs-hooks.el: Require vc-hooks when compiling.
18472 (vc-sccs-master-templates): Improve :type.
18473 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18474
18475 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18476
18477 * vc-cvs-hooks.el: Require vc-hooks when compiling.
18478 (vc-cvs-master-templates): Improve :type. Use
18479 vc-cvs-find-cvs-master.
18480 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18481 from vc-hooks.
18482 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18483
18484 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18485 Moved to vc-cvs-hooks.
18486
18487 * vc-hooks.el: Add doc strings in various places. Simplify the
18488 minor mode setup.
18489 (vc-handled-backends): New user variable.
18490 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18491 simplification.
18492
18493 2000-09-04 Dave Love <fx@gnu.org>
18494
18495 * vc.el: Some doc fixes for autoloaded and interactive functions.
18496 Fix compilation warnings from ediff stuff.
18497 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18498
18499 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18500
18501 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18502
18503 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18504
18505 2000-09-04 Dave Love <fx@gnu.org>
18506
18507 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18508 New variable.
18509 (vc-make-backend-function, vc-loadup, vc-call-backend)
18510 (vc-backend-defines): New functions.
18511
18512 * vc-hooks.el: Various doc fixes.
18513 (vc-default-back-end, vc-follow-symlinks): Custom fix.
18514 (vc-match-substring): Function removed. Callers changed to use
18515 match-string.
18516 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18517 Simplify.
18518
18519 2000-09-04 Dave Love <fx@gnu.org>
18520
18521 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18522 type.
18523 (vc-sccs-project-dir, vc-search-sccs-project-dir)
18524 (vc-sccs-registered): Doc fix.
18525
18526 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18527 (vc-cvs-registered): Doc fix.
18528
18529 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18530 (vc-rcs-registered): Doc fix.
18531
18532 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18533
18534 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18535
18536 * vc-hooks.el: vc-registered has been renamed
18537 vc-default-registered. Some functions have been moved to the
18538 backend specific files. they all support the
18539 vc-BACKEND-registered functions.
18540
18541 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18542
18543 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18544
18545 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18546
18547 2000-09-04 Dave Love <fx@gnu.org>
18548
18549 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18550 menu-bar-update-hook.
18551
18552 * help.el (help-manyarg-func-alist): Add
18553 find-operation-coding-system.
18554
18555 * wid-edit.el (widget-sexp-validate): Fix garbled code.
18556
18557 * custom.el (custom-set-variables): Print message about errors in
18558 setting.
18559
18560 2000-09-03 Andrew Innes <andrewi@gnu.org>
18561
18562 * makefile.w32-in: Change to DOS line endings.
18563
18564 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18565
18566 * mouse.el (mouse-popup-menubar): Supply the prompt string for
18567 minor-mode keymaps, if they don't have one.
18568
18569 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18570
18571 * eshell/esh-module.el (eval-when-compile): Don't lose if
18572 esh-module.el's file name is truncated to DOS 8+3 limits.
18573
18574 2000-09-01 John Wiegley <johnw@gnu.org>
18575
18576 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18577 predicate, which caused entries in the completion list to be
18578 doubled.
18579
18580 2000-08-30 John Wiegley <johnw@gnu.org>
18581
18582 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18583 sending to subprocesses. Also, hook pre-command-hook if
18584 `eshell-send-direct-to-subprocesses' is non-nil.
18585 (eshell-send-direct-to-subprocesses): New config variable. If t,
18586 subprocess input is send immediately.
18587 (eshell-toggle-direct-send): New function.
18588 (eshell-self-insert-command): New function.
18589 (eshell-intercept-commands): New function.
18590 (eshell-send-input): If direct subprocess sending is enabled,
18591 don't echo any input to the Eshell buffer. Let the subprocess
18592 handle that. This requires "stty echo" in bash, for example.
18593
18594 2000-08-28 John Wiegley <johnw@gnu.org>
18595
18596 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
18597 completion function for Eshell's implementation of `unset'.
18598
18599 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18600
18601 * info.el (Info-directory-list): Doc fix.
18602
18603 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
18604
18605 * filecache.el (file-cache-add-directory-using-find): Don't quote
18606 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
18607
18608 2000-08-31 Kenichi Handa <handa@etl.go.jp>
18609
18610 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
18611 coding systems.
18612
18613 2000-08-30 Andrew Innes <andrewi@gnu.org>
18614
18615 * timer.el (run-with-idle-timer): Undo last change, so that timer
18616 is not activated immediately if Emacs is already idle. Some
18617 existing code relies on this behaviour.
18618
18619 2000-08-30 Miles Bader <miles@gnu.org>
18620
18621 * frame.el (set-frame-font): Do completion of font-name for
18622 interactive use.
18623
18624 2000-08-30 Kenichi Handa <handa@etl.go.jp>
18625
18626 * international/quail.el (quail-start-translation): Bind locally
18627 last-command-event, last-command, and this-command.
18628 (quail-start-conversion): Likewise.
18629 (quail-self-insert-command): Fix docstring.
18630
18631 2000-08-29 Gerd Moellmann <gerd@gnu.org>
18632
18633 * progmodes/executable.el
18634 (executable-make-buffer-file-executable-if-script-p): Check that
18635 buffer contains at least 2 characters.
18636
18637 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
18638
18639 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
18640
18641 2000-08-29 Dave Love <fx@gnu.org>
18642
18643 * diff-mode.el (diff-mode) <defgroup>: Add :version.
18644 (diff-mode-shared-map): Bind mouse-2.
18645 (diff-imenu-generic-expression): New variable.
18646 (diff-mode): Use it.
18647
18648 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
18649 (mouse-popup-menubar): Add minor mode menus.
18650 (popup-menu): Check for lookup-key returning number.
18651
18652 2000-08-29 Miles Bader <miles@gnu.org>
18653
18654 * comint.el (comint-send-input): Create overlays using the proper
18655 front/read-advance arguments.
18656
18657 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18658
18659 * ps-print.el: Even/odd pages printing. Doc fix.
18660 (ps-print-version): New version number (6.0).
18661 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
18662 (ps-background, ps-begin-file, ps-begin-job): Code fix.
18663 (ps-print-duplex-feature): Variable eliminated.
18664 (ps-even-or-odd-pages): New variable.
18665
18666 * progmodes/ebnf2ps.el: Doc fix.
18667 (ebnf-version): New version (3.3).
18668 (ebnf-user-arrow): Change variable customization to sexp.
18669 (ebnf-user-arrow): Function eliminated.
18670 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
18671
18672 2000-08-29 Kenichi Handa <handa@etl.go.jp>
18673
18674 * help.el (help-xref-mule-regexp): New variable.
18675 (help-make-xrefs): Handle help-xref-mule-regexp.
18676
18677 * international/mule-cmds.el (help-xref-mule-regexp-template): New
18678 variable.
18679 (describe-input-method): Temporarily activate the specfied input
18680 method to display the information.
18681 (describe-language-environment): Hyperlinks to mule related items.
18682
18683 * international/mule-diag.el (charset-multibyte-form-string): New
18684 function.
18685 (list-character-sets-1): Use charset-multibyte-form-string.
18686 (describe-character-set): New function.
18687 (describe-coding-system): Hyperlinks to safe character sets.
18688
18689 * international/quail.el (quail-help): New arg PACKAGE.
18690 Hyperlinks to mule related items.
18691 (quail-help-insert-keymap-description): Use
18692 substitute-command-keys instead of describe-bindings.
18693 (quail-translation-help): Hyperlinks to mule related items.
18694
18695 2000-08-28 John Wiegley <johnw@gnu.org>
18696
18697 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
18698 have a defsubst call itself. Made `eshell-flatten-list' back into
18699 a function again.
18700
18701 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
18702 catch, in case re-centering point at bottom messes up the display.
18703 This happens frequently in Emacs 21, due I believe to variable
18704 line heights.
18705
18706 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
18707 to call `find-tag-interactive'.
18708
18709 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
18710 the list of remember directories.
18711
18712 2000-08-28 John Wiegley <johnw@gnu.org>
18713
18714 * align.el: Test align-region-separate to see if it's a symbol.
18715
18716 2000-08-28 John Wiegley <johnw@gnu.org>
18717
18718 * eshell/esh-util.el (eshell-flatten-list): Made this function
18719 into a defsubst form. It gets used very frequently, although
18720 calls don't occur all that often.
18721
18722 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
18723 examining it.
18724
18725 * eshell/esh-cmd.el (eshell-rewrite-while-command):
18726 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
18727 `eshell-protect'.
18728 (eshell-copy-handles): Created a new macro for duplicating the
18729 current set of open handles. This is needed by the looping
18730 functions.
18731 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
18732 is not incorrectly stomped on.
18733
18734 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
18735 declaration for pcomplete-use-paring.
18736 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
18737 value of eshell-cmpl-use-paring.
18738 * pcomplete.el (pcomplete-use-paring): New config variable, to
18739 indicate whether paring should be used.
18740 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
18741 completion alternatives that have already been used.
18742
18743 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
18744 bound to C-c C-y, which will repeat the previous N arguments
18745 (based on prefix argument).
18746 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
18747
18748 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
18749 if there is no *Help* buffer. This is for XEmacs, which renames
18750 its help buffers uniquely. TODO: Find out what the current buffer
18751 name to delete is.
18752
18753 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
18754 first entry that correlates to a passwd/group number. Later
18755 entries (used for group/user name aliasing to multiple IDs) are
18756 ignored.
18757
18758 * eshell/em-xtra.el (eshell/expr):
18759 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
18760 (eshell-grep, eshell/diff, eshell/locate):
18761 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
18762 argument list, before passing it to the system command.
18763
18764 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
18765 `find-tag' for use at final position in Eshell buffers (which
18766 otherwise triggers an error on Emacs 21).
18767 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
18768 buffer, if it is currently bound to `find-tag'.
18769
18770 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
18771 in the list of matched Makefile names.
18772 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
18773 directory, prefer its contents to Makefile.
18774
18775 * eshell/em-dirs.el (eshell/cd): cd commands that look up
18776 directory parts (like "cd old new", or "cd =regexp"), are now case
18777 sensitive on non-Windows/DOS platforms.
18778
18779 * eshell/esh-mode.el (eshell-parse-command-input): When a user
18780 types RET after an open delimiter (like "), display a message
18781 indicating that Eshell is waiting for the closing delimiter.
18782
18783 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
18784 environment variables.
18785
18786 * eshell/em-unix.el (eshell/diff): Added logic to fail more
18787 gracefully if the user enters incorrect arguments.
18788
18789 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
18790 Eshell buffers.
18791
18792 * eshell/esh-var.el (eshell-interpolate-variable):
18793 * eshell/esh-mode.el (eshell-move-argument):
18794 * eshell/em-unix.el (eshell-du-sum-directory):
18795 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
18796 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
18797 (not (= ...)).
18798
18799 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
18800 to ensure the `preserve' flag gets propagated when doing recursive
18801 directory copies.
18802
18803 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
18804
18805 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
18806 Don't convert \n into \0177 in memory.
18807 (eshell-read-history, eshell-write-history): Convert \n to \0177,
18808 and back again, when reading and writing.
18809
18810 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
18811
18812 * eshell/esh-util.el (eshell-processp): Added to relieve constant
18813 testing of `fboundp' on `processp'.
18814
18815 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
18816 (eshell/jobs): Don't call process-list if it is not bound.
18817 (eshell-gather-process-output): Support systems where async
18818 subprocesses aren't supported.
18819 (eshell-scratch-buffer, eshell-last-sync-output-start): New
18820 variables.
18821
18822 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
18823 eshell-do-eval returns t.
18824 (eshell-do-pipelines-synchronously): New defmacro.
18825 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
18826 when async subprocesses aren't supported.
18827 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
18828 if async subprocesses aren't supported.
18829 (eshell-resume-command): Don't assume STATUS is a string.
18830
18831 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
18832
18833 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
18834 (eshell-close-target, eshell-get-target): Use eshell-processp.
18835 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
18836 fix.
18837 (eshell-get-target, eshell-create-handles): Doc fix.
18838
18839 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
18840
18841 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
18842 criterion to include commands that output something, as long as it
18843 leaves both the command and the end-of-buffer visible when the
18844 command has exited.
18845 (eshell-review-quick-commands): Adjust the help doc string
18846 accordingly.
18847
18848 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
18849
18850 * locate.el (locate): Cleaned up locate command's interactive prompting
18851 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
18852
18853 * filecache.el (file-cache-case-fold-search): New variable
18854 (file-cache-assoc-function): New variable
18855 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
18856 Use file-cache-case-fold-search variable
18857 (file-cache-add-file): Use file-cache-assoc-function
18858 (file-cache-delete-file): likewise
18859 (file-cache-directory-name): likewise
18860 (file-cache-debug-read-from-minibuffer): likewise
18861
18862 2000-08-28 Gerd Moellmann <gerd@gnu.org>
18863
18864 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
18865 (abbrev-table-name): New function.
18866 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
18867 If non-nil list local abbrev, only.
18868
18869 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
18870
18871 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
18872 from Gnus support code, and use special article copy buffer
18873 `(gnus-original-article-buffer)' instead. This allows to get rid
18874 of article-hide-headers usage (which breaks in the latest Gnus
18875 version). Thanks to Detlev Zundel.
18876
18877 2000-08-28 Kenichi Handa <handa@etl.go.jp>
18878
18879 * international/quail.el (quail-use-package): Hide "... loaded"
18880 message.
18881 (quail-start-translation, quail-start-conversion): Likewise.
18882
18883 * international/kkc.el (kkc-region): Hide "... loaded" message.
18884
18885 2000-08-27 Dave Love <fx@gnu.org>
18886
18887 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
18888
18889 2000-08-27 Miles Bader <miles@gnu.org>
18890
18891 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
18892
18893 2000-08-27 Kenichi Handa <handa@etl.go.jp>
18894
18895 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
18896 'ja-dic-cnv), not (require 'skkdic-cnv).
18897
18898 2000-08-26 Miles Bader <miles@gnu.org>
18899
18900 * faces.el (face-x-resources): Add entry for :inherit.
18901 * cus-face.el (custom-face-attributes): Add support for :inherit
18902 attribute. Add support for relative face heights.
18903 (custom-face-attributes-get): Treat `nil' as being a default value
18904 for :inherit (as well as `unspecified').
18905
18906 * faces.el (set-face-attribute): Update doc string.
18907 (face-attribute-name-alist): Add :inherit.
18908 (face-valid-attribute-values): Handle :inherit.
18909 (face-read-string): Rephrase prompt to be less confusing.
18910 Assume that DEFAULT is a string, since we must return a string.
18911 (face-read-integer): Use `format' to turn DEFAULT into an
18912 acceptable default for face-read-string. Match NEW-VALUE against
18913 the string "unspecified", not the symbol `unspecified', since
18914 that's what face-read-string returns.
18915 (read-face-attribute): Lookup a name for old-value in valid, and
18916 use it as a default if we find one. Treat all values from
18917 face-read-string as strings. If the default is used, don't do any
18918 more processing on the value, just use the old value directly.
18919 (read-face-and-attribute, modify-face): Tweak prompt.
18920 (read-face-name): Don't assume prompt ends with a space.
18921
18922 * faces.el (describe-face): Add support for :inherit attribute.
18923
18924 2000-08-25 Kenichi Handa <handa@etl.go.jp>
18925
18926 * terminal.el (terminal-emulator): Fix args to `concat'. Now
18927 concat doesn't accept interger.
18928
18929 * international/kkc.el: Remove SKK from Keywords. Require
18930 ja-dic-utl instead of skkdic-utl.
18931
18932 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
18933 Provide ja-dic-cnv instead of skkdic-cnv.
18934 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
18935 (iso-2022-7bit-short): Add safe-charsets property.
18936 (skkdic-convert-postfix): Search Japanese chou-on character in
18937 addition to Hiragana character.
18938 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
18939 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
18940 (batch-skkdic-convert): Likewise.
18941
18942 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
18943 Provide ja-dic-utl instead of skkdic-utl.
18944 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
18945
18946 2000-08-24 Dave Love <fx@gnu.org>
18947
18948 * disp-table.el (standard-display-default): Make the test of `l'
18949 useful.
18950
18951 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
18952 mod sample text.
18953
18954 * international/iso-ascii.el: Make pilcrow convenient string
18955 consistent with section.
18956 (iso-ascii-display): Set up multibyte characters as well as
18957 unibyte.
18958
18959 2000-08-24 Kenichi Handa <handa@etl.go.jp>
18960
18961 * international/mule-cmds.el (reset-language-environment): Set
18962 default-process-coding-system to '(undecided . iso-latin-1), which
18963 makes process I/O almost consistent with file I/O. Call this
18964 function when mule-cmds.el[c] is loaded.
18965
18966 2000-08-22 Andrew Innes <andrewi@gnu.org>
18967
18968 * makefile.w32-in: New file.
18969
18970 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
18971
18972 * comint.el (comint-output-filter): Compare end of
18973 comint-last-output-overlay with the start of the newly inserted
18974 text, not the end, when deciding whether to extend it.
18975 Set saved-point's insertion type to advance after insertion.
18976
18977 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
18978 since this is now done independently of font-lock mode.
18979
18980 2000-08-21 Gerd Moellmann <gerd@gnu.org>
18981
18982 * server.el (server-kill-new-buffers): New user option.
18983 (server-existing-buffer): New buffer-local variable.
18984 (server-visit-files): When using an existing buffer, set
18985 server-existing-buffer to t.
18986 (server-buffer-done): If server-kill-new-buffers is t, kill the
18987 buffer, unless it was already present before visiting it with
18988 Emacs server.
18989
18990 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
18991
18992 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
18993 even if the display doesn't support colors: some displays will
18994 support bold/underline faces.
18995
18996 2000-08-21 Gerd Moellmann <gerd@gnu.org>
18997
18998 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
18999
19000 * startup.el (command-line): If user's init file had an error,
19001 add explanatory text to *Messages*.
19002
19003 2000-08-21 Kenichi Handa <handa@etl.go.jp>
19004
19005 * man.el (Man-getpage-in-background): Decode the process output by
19006 the system locale coding system.
19007
19008 2000-08-20 Dave Love <fx@gnu.org>
19009
19010 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19011 Don't test x-popup-menu.
19012 (function) <complete-function>: Complete only fbound symbols.
19013 <validate, value>: New.
19014 (variable) <complete-function>: Complete only bound symbols.
19015 (coding-system): Add :base-only, :complete-function, :validate,
19016 :value, :prompt-match.
19017 (widget-coding-system-prompt-value): Use read-coding-system and
19018 act on :base-only.
19019 (editable-field): Add :help-echo.
19020 (widget-push-button-gui, widget-push-button-cache)
19021 (widget-gui-action, widget-editable-list-gui): COmment out, along
19022 with uses.
19023 (widget-at): Make arg optional.
19024 (widget-echo-help): Adjust for current help-echo calling sequence.
19025 (widget-specify-field, widget-specify-button)
19026 (widget-specify-insert, widget-get-sibling, widget-image-find)
19027 (widget-convert, widget-insert, widget-leave-text)
19028 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19029 (widget-setup, widget-field-find, widget-before-change)
19030 (widget-after-change, widget-default-complete)
19031 (widget-default-create, widget-default-delete)
19032 (widget-push-button-value-create, editable-field)
19033 (widget-field-prompt-value, widget-field-validate)
19034 (widget-choice-value-create, widget-choice-action)
19035 (widget-choice-validate, widget-checklist-add-item)
19036 (widget-radio-add-item, widget-radio-chosen)
19037 (widget-radio-value-inline, widget-editable-list-value-create)
19038 (widget-editable-list-entry-create)
19039 (widget-documentation-link-add)
19040 (widget-documentation-string-value-create)
19041 (widget-regexp-validate, widget-file-complete)
19042 (widget-sexp-validate, widget-plist-convert-widget)
19043 (widget-plist-convert-widget, widget-alist-convert-widget)
19044 (widget-alist-convert-widget, widget-color-complete): Simplify,
19045 particularly to avoid bindings which aren't optimized out.
19046
19047 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19048 Doc fix.
19049 (down-list, backward-up-list, up-list, kill-sexp)
19050 (backward-kill-sexp, mark-sexp): Make arg optional.
19051 (lisp-complete-symbol): Add optional arg PREDICATE.
19052
19053 * cus-start.el: Add display-buffer-reuse-frames,
19054 file-coding-system-alist.
19055
19056 2000-08-20 Gerd Moellmann <gerd@gnu.org>
19057
19058 * startup.el (command-line): Clear realized faces after
19059 modifying TTY color mappings.
19060
19061 2000-08-20 Miles Bader <miles@gnu.org>
19062
19063 * faces.el (face-attr-match-p): Don't return true if ATTRS are
19064 merely a subset of FACE's attributes.
19065
19066 2000-08-19 Miles Bader <miles@gnu.org>
19067
19068 * comint.el (comint-output-filter): Save the point with a marker,
19069 not just a buffer position.
19070
19071 * international/mule.el (set-buffer-process-coding-system): Make
19072 interactive prompt less confusing.
19073
19074 2000-08-19 Gerd Moellmann <gerd@gnu.org>
19075
19076 * hilit-chg.el: General cleanup of doc strings, comments and
19077 code formatting.
19078
19079 2000-08-19 Miles Bader <miles@gnu.org>
19080
19081 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19082 Compiler macro removed; beginning-of-line is no longer always
19083 equivalent to forward-line, in the presence of fields.
19084
19085 * comint.el (comint-output-filter): Remove ad-hoc saving of
19086 restriction, and just use save-restriction, now that it works
19087 correctly. Don't adjust comint-last-input-start to account for
19088 our insertion; it shouldn't have moved because we don't use
19089 insert-before-markers anymore. Comment out call to
19090 `force-mode-line-update'; why is it here?
19091
19092 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19093 while checking for prompt to delete. Use `forward-line 0'
19094 instead of beginning-of-line.
19095 (gud-filter): Temporarily widen gud comint buffer while
19096 examining output.
19097
19098 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
19099
19100 * progmodes/sh-script.el: Big bag of typos.
19101
19102 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19103 check since ispell-process is not bound when ispell is not yet loaded.
19104
19105 2000-08-18 Dave Love <fx@gnu.org>
19106
19107 * image.el (find-image): Copy `spec' before using plist-put.
19108
19109 2000-08-18 Gerd Moellmann <gerd@gnu.org>
19110
19111 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19112 `portugues'.
19113
19114 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19115 backward-kill-sexp, analogous to kill-sexp.
19116
19117 * progmodes/icon.el (icon-indent-line)
19118 (icon-is-continuation-line): Handle comments specially.
19119
19120 2000-08-17 Ken Stevens <k.stevens@ieee.org>
19121
19122 * ispell.el: Set to standard author/maintainer/keyword fields.
19123 Fine tuning to menu map appearance and operation, and added help.
19124 Remove `start' and `end' error messages when compiling.
19125 (ispell-choices-win-default-height): Fixed comment string.
19126 (ispell-dictionary-alist-1): Fixed regexp in castellano and
19127 castellano8 dictionaries.
19128 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19129 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19130 dictionary, added italiano dictionary.
19131 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19132 word character
19133 (ispell-tex-skip-alists): Added psfig support.
19134 (ispell-skip-html): Renamed from ispell-skip-sgml.
19135 (ispell-begin-skip-region-regexp, ispell-skip-region)
19136 (ispell-minor-check): Improved html skipping support to skip across
19137 code, and recognize `&' commands without propper `;' syntax;
19138 (ispell-process-line): Fix alignment error when manually
19139 correcting spelling.
19140 (ispell): Fix comment string.
19141 (ispell-add-per-file-word-list): Always put word list on new line.
19142
19143 2000-08-17 Gerd Moellmann <gerd@gnu.org>
19144
19145 * format.el (format-encode-run-method): Fix error message to say
19146 `encode' instead of `decode'. Use save-window-excursion around
19147 shell-command-on-region as in format-decode-run-method because
19148 shell-command-on-region can display a buffer with error output.
19149 (format-decode): Don't record undo information for the decoding.
19150 (format-annotate-function): Add parameter FORMAT-COUNT. Make
19151 that number part of the temporary buffer name so that more than
19152 one decoding using a temporary buffer can happen safely.
19153
19154 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19155 of `A-z' in the regexp.
19156
19157 * hilit-chg.el: Fix typos in commentary.
19158
19159 * help.el (view-emacs-news): Rewritten for new naming scheme
19160 for old NEWS files.
19161
19162 * startup.el (command-line): Pop to *Messages* in case an error
19163 is signaled while loading user-init-file.
19164
19165 2000-08-17 Andreas Schwab <schwab@suse.de>
19166
19167 * files.el (insert-directory): Don't lose original file name,
19168 undoing an undocumented change.
19169
19170 2000-08-17 Alex Schroeder <alex@gnu.org>
19171
19172 * sql.el (sql-magic-go): Use comint-bol.
19173 (sql-copy-column): Use comint-line-beginning-position.
19174 (comint-line-beginning-position): Define a replacement for
19175 comint-line-beginning-position if it is not fboundp.
19176
19177 2000-08-17 Alex Schroeder <alex@gnu.org>
19178
19179 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19180 it didn't have any effect anyway.
19181
19182 2000-08-17 Alex Schroeder <alex@gnu.org>
19183
19184 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19185 --pset and pager=off instead of sending \\o|cat at the beginning
19186 of the session.
19187
19188 2000-08-17 Miles Bader <miles@gnu.org>
19189
19190 * progmodes/octave-inf.el: Add compatibility definition of
19191 comint-line-beginning-position.
19192
19193 2000-08-17 Kenichi Handa <handa@etl.go.jp>
19194
19195 * startup.el (normal-top-level): Look in each dir in load-path for
19196 a leim-list.el file too. This assures of loading leim-list.el
19197 that is created at Emacs installation time even if a user have his
19198 own leim-list.el.
19199
19200 2000-08-17 Miles Bader <miles@gnu.org>
19201
19202 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19203 foreground color to black if the background is dark.
19204
19205 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
19206
19207 * loadhist.el (unload-feature): Typo.
19208
19209 * finder.el (finder-compile-keywords):
19210 * cus-dep.el (custom-make-dependencies): Add local-variable settings
19211 to the generated file.
19212
19213 * mail/mh-e.el (mh-make-local-vars):
19214 Replace make-variable-buffer-local with make-local-variable.
19215
19216 * play/landmark.el:
19217 * options.el (Edit-options-{set,toggle,t,nil}):
19218 * mail/mailabbrev.el (mail-abbrevs-mode):
19219 * textmodes/tex-mode.el (tex-expand-files):
19220 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19221
19222 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19223
19224 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19225 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19226 Allow going past the last element.
19227 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19228 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19229 (cvs-mouse-toggle-mark): Don't move point.
19230 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19231
19232 * progmodes/compile.el (grep): Provide a default set of files.
19233 (next-error): Docstring fix.
19234 (compilation-find-file): Avoid find-file (fails in a dedicated window).
19235
19236 * emacs-lisp/easy-mmode.el (define-minor-mode):
19237 Use `symbol-value' to keep the byte-compiler quiet.
19238
19239 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19240 (diff-find-source-location): New fun, extracted from diff-goto-source.
19241 (diff-goto-source): Use it.
19242 (diff-next-complex-hunk, diff-filter-lines): New function.
19243 (diff-apply-hunk): New command.
19244
19245 * smerge-mode.el (smerge-mode-menu): Doc fix.
19246
19247 * msb.el (msb-mode): Define it in terms of define-minor-mode.
19248
19249 2000-08-16 Dave Love <fx@gnu.org>
19250
19251 * windmove.el (windmove) <defgroup>: Add :version.
19252
19253 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
19254 (goto-address-fontify-p, goto-address-highlight-p)
19255 (goto-address-url-face, goto-address-url-mouse-face)
19256 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19257 (goto-address-url-regexp): Use thing-at-point-url-regexp.
19258 (goto-address-fontify, goto-address-at-mouse): Simplify,
19259 (goto-address-at-point): browse-url-url-at-point,
19260 goto-address-find-address-at-point can return nil.
19261 (goto-address-find-address-at-point): Return nil on failure.
19262
19263 * align.el (align) <defgroup>: Add :version.
19264
19265 * calculator.el (calculator): Add :version.
19266 (calculator): Use two lines for calculator window if `modeline'
19267 face is boxed.
19268
19269 * play/5x5.el: Doc fixes.
19270 (5x5) <defgroup>: Add :version.
19271
19272 * play/fortune.el (fortune) <defgroup>: Add :version.
19273 (fortune-append): Fix error message.
19274 (fortune-from-region): Doc fix.
19275
19276 * play/pong.el (pong): Doc fix.
19277
19278 * play/morse.el: Keywords, commentary, autoloads.
19279
19280 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
19281
19282 * desktop.el (desktop-save): Don't look at symbol-value of a
19283 member of minor-mode-alist, unless it is boundp.
19284
19285 2000-08-16 Sam Steingold <sds@gnu.org>
19286
19287 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19288 `while'; use `with-current-buffer' instead of `save-excursion'.
19289 Removed unnecessary kludges now that "*Buffer List*" is excluded.
19290
19291 2000-08-16 Kenichi Handa <handa@etl.go.jp>
19292
19293 * international/ccl.el (declare-ccl-program): Docstring modified.
19294 (ccl-execute-with-args): Likewise.
19295
19296 2000-08-16 Miles Bader <miles@gnu.org>
19297
19298 * progmodes/sql.el: Add compatibility definition of
19299 comint-line-beginning-position.
19300
19301 2000-08-15 Gerd Moellmann <gerd@gnu.org>
19302
19303 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19304 'buffer-menu' property.
19305 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19306 fails.
19307 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19308 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19309 wasn't killed.
19310
19311 * buff-menu.el (list-buffers-noselect): Don't display the
19312 *Buffer List* buffer.
19313
19314 * font-lock.el: Require jit-lock to prevent a very late
19315 `Loading jit-lock' message.
19316
19317 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19318 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19319 mail address.
19320
19321 2000-08-15 Miles Bader <miles@gnu.org>
19322
19323 * textmodes/ispell.el (ispell-graphic-p): New constant.
19324 (ispell-choices-win-default-height, ispell-help): Use
19325 `ispell-graphic-p' instead of `xemacsp'.
19326
19327 2000-08-15 Dave Love <fx@gnu.org>
19328
19329 * simple.el: Autoload widget-convert when compiling.
19330 (mail-user-agent): Doc fix.
19331
19332 * help.el (function-called-at-point, variable-at-point): Use
19333 with-syntax-table.
19334 (help-manyarg-func-alist): Add insert-and-inherit.
19335
19336 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19337
19338 * delsel.el (delsel-unload-hook): New function.
19339
19340 * find-file.el: Doc fixes. Move provide to end.
19341 (ff) <defgroup>: Add :link.
19342 (ff-goto-click): Deleted.
19343 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19344 Use mouse-set-point.
19345
19346 * textmodes/tildify.el: Doc fixes.
19347 (tildify) <defgroup>: Add:version.
19348
19349 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19350 (glasses-custom-set): Use set-default, not set.
19351 (minor-mode-alist): Propertize the lighter.
19352 (glasses-mode): Provide optional arg.
19353
19354 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19355 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
19356 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19357 option. Provide :type.
19358 (cwarn-configuration): Provide :type.
19359 (cwarn-mode): Doc fix.
19360
19361 * add-log.el (change-log-merge): Doc fix.
19362 (change-log-redate): New command.
19363
19364 * net/browse-url.el (browse-url-filename-alist): Add a clause for
19365 Doze and Dog.
19366 (browse-url): Use dolist, not mapcar.
19367 (browse-url-at-point): Check for null url.
19368 (browse-url-event-buffer, browse-url-event-point): Functions
19369 deleted.
19370 (browse-url-at-mouse, browse-url-netscape): Simplify.
19371
19372 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19373 modes.
19374 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19375 Fix previous change to mapcan.
19376 (msb--init-file-alist, msb--add-separators)
19377 (msb--make-keymap-menu): Simplify.
19378 (msb--choose-file-menu): Use copy-sequence.
19379 (msb-mode-map): Add title to keymap.
19380 (msb-unload-hook): New function.
19381
19382 * bs.el: Fix indentation.
19383 (bs) <defgroup>: Add :links.
19384 (bs-show): Doc fix.
19385 (bs-apply-sort-faces): Don't use window-system.
19386 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19387
19388 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
19389
19390 * calendar/timeclock.el (timeclock-file): Run .timelog through
19391 convert-standard-filename.
19392
19393 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19394
19395 * emacs-lisp/authors.el: New file.
19396
19397 * paren.el (show-paren-priority): New user option.
19398 (show-paren-function): Set overlay priorities to
19399 show-paren-priority.
19400
19401 2000-08-14 Miles Bader <miles@gnu.org>
19402
19403 * comint.el (comint-bol): Use `forward-line 0' instead of calling
19404 beginning-of-line with inhibit-field-text-motion bound.
19405
19406 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19407
19408 * calendar/timeclock.el: New file.
19409
19410 2000-08-14 David Ponce <david@dponce.com>
19411
19412 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19413 `widget-button-click'. so that one can use left mouse button to
19414 click on dialog buttons.
19415
19416 2000-08-14 Emmanuel Briot <briot@gnat.com>
19417
19418 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19419 identifiers, since XML is case sensitive
19420
19421 2000-08-12 Miles Bader <miles@gnu.org>
19422
19423 * comint.el (comint-output-filter): Don't bother frobbing
19424 window-start, it doesn't seem to be necessary.
19425
19426 * comint.el (comint-send-string, comint-send-region): Make into
19427 real functions. Snapshot the prompt before sending.
19428
19429 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19430
19431 * info.el (Info-find-emacs-command-nodes): Rewrite to use
19432 technique similar to Info-index, instead of relying on specific
19433 names of relevant Index nodes.
19434 (Info-goto-emacs-command-node): Bind Info-history to nil when
19435 going to the first node found by Info-find-emacs-command-nodes.
19436
19437 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19438
19439 * menu-bar.el (menu-bar-help-menu): Add a :help string.
19440
19441 2000-08-10 Miles Bader <miles@gnu.org>
19442
19443 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19444
19445 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19446
19447 * info.el (Info-file-list-for-emacs): More elements for the
19448 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19449 and woman manuals.
19450
19451 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
19452
19453 * comint.el (comint-send-input): Make the newline boundary overlay
19454 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
19455 (comint-output-filter): Use `insert' instead of
19456 `insert-before-markers'. Extend comint-last-output-overlay when
19457 necessary since we can't rely on insert-before-markers to do it.
19458 * gud.el (gud-filter): Use `with-current-buffer' instead of
19459 save-excursion when inserting the output, so that point gets
19460 updated correctly; the old method relied on a rather dodgy
19461 side-effect of comint-output-filter to avoid the effect of
19462 save-excursion.
19463
19464 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19465
19466 * files.el (recover-file): Call insert-directory instead of
19467 invoking `ls' directly.
19468
19469 2000-08-10 Miles Bader <miles@gnu.org>
19470
19471 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19472 (comint-last-prompt-overlay): New variables.
19473 (comint-output-filter): Implement prompt highlighting.
19474 (comint-snapshot-last-prompt): New function.
19475 (comint-send-input): Snapshot the last prompt.
19476 Use comint-highlight-input-face.
19477 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19478 Use defface instead of defcustom.
19479 (send-invisible, comint-send-eof): Snapshot the last prompt.
19480 (comint-delchar-or-maybe-eof): Use comint-send-eof.
19481 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19482
19483 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
19484
19485 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19486 (regexp-opt-group): Use a list of chars for `letters'.
19487 (regexp-opt-charset): `chars' is now a list of chars.
19488 Use a char-table rather than a vector so it works for multibyte chars.
19489
19490 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
19491 Set cvs-minor-current-files to the selected fileinfo.
19492 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19493 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19494
19495 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
19496
19497 * files.el (insert-directory): Don't call access-file on
19498 directories on DOS and Windows.
19499
19500 2000-08-09 Kenichi Handa <handa@etl.go.jp>
19501
19502 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19503 longer if necessary.
19504 (ccl-embed-code): Call ccl-embed-data to store CODE in
19505 ccl-program-vector.
19506
19507 2000-08-09 Miles Bader <miles@gnu.org>
19508
19509 * comint.el (comint-output-filter): Properly handle the case where
19510 the text surrounded by comint-last-output-overlay was deleted.
19511
19512 2000-08-08 Gerd Moellmann <gerd@gnu.org>
19513
19514 * info.el (Info-insert-dir): Use Info-additional-directory-list if
19515 non-nil.
19516 (Info-file-list-for-emacs): Remove "info" from the list because
19517 that leads to trying to use the documentation from file `info'
19518 in various situations where it isn't appropriate, for instance
19519 C-h C-k C-h i.
19520
19521 * ffap.el (ffap-read-file-or-url-internal): Handle case that
19522 DIR and/or STRING are nil.
19523
19524 * progmodes/compile.el (compilation-setup): Make variable
19525 compilation-error-screen-columns buffer-local, as some comment
19526 in the code suggests it should be.
19527
19528 * files.el (auto-mode-interpreter-regexp): New variable.
19529 (set-auto-mode): Use it.
19530
19531 * indent.el (indent-for-tab-command): Doc fix.
19532
19533 * mouse-sel.el (mouse-sel-mode): Doc fix.
19534
19535 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19536 labels.
19537
19538 * help.el (print-help-return-message): When
19539 display-buffer-reuse-frames is set, let the help window been quit,
19540 instead of deleting it, which might delete a reused frame.
19541
19542 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
19543
19544 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19545 rename a directory to a name that differs only by its letter case.
19546
19547 2000-08-08 Kenichi Handa <handa@etl.go.jp>
19548
19549 * international/quail.el (quail-define-rules): Handle Quail decode
19550 map correctly. Add code for supporting annotations.
19551 (quail-install-decode-map): New function.
19552 (quail-defrule-internal): New optional arguments decode-map and
19553 props.
19554 (quail-advice): New function.
19555
19556 2000-08-07 Sam Steingold <sds@gnu.org>
19557
19558 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19559 `defconst', `define-condition', `with-slots'.
19560 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19561
19562 2000-08-03 Miles Bader <miles@gnu.org>
19563
19564 * comint.el (comint-use-prompt-regexp-instead-of-fields):
19565 New variable.
19566 (comint-prompt-regexp, comint-get-old-input): Document dependence on
19567 comint-use-prompt-regexp-instead-of-fields.
19568 (comint-send-input): Add `input' field property to stuff we send to
19569 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19570 (comint-output-filter): Add `output' field property to process
19571 output, if comint-use-prompt-regexp-instead-of-fields is nil.
19572 (comint-replace-by-expanded-history)
19573 (comint-get-old-input-default, comint-show-output)
19574 (comint-backward-matching-input, comint-forward-matching-input)
19575 (comint-next-prompt, comint-previous-prompt): Use field
19576 properties if comint-use-prompt-regexp-instead-of-fields is nil.
19577 (comint-line-beginning-position): New function.
19578 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
19579 (comint-replace-by-expanded-history-before-point): Use
19580 comint-line-beginning-position and line-end-position.
19581 (comint-last-output-overlay): New variable.
19582 (comint-mode): Make `comint-last-output-overlay' buffer-local.
19583
19584 * shell.el (shell-prompt-pattern): Doc change.
19585 (shell-backward-command): Use line-beginning-position.
19586
19587 * gud.el (gud-gdb-complete-command): Use
19588 comint-line-beginning-position.
19589
19590 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19591 comint-bol doesn't actually go to the beginning of the line.
19592
19593 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
19594 if comint-use-prompt-regexp-instead-of-fields is non-nil.
19595 (try-expand-line-all-buffers): Likewise.
19596
19597 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
19598 explicitly matching comint-prompt-regexp.
19599 (sql-copy-column): Use comint-line-beginning-position instead of
19600 explicitly matching comint-prompt-regexp.
19601
19602 * progmodes/octave-inf.el (inferior-octave-complete): Use
19603 comint-line-beginning-position.
19604
19605 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
19606
19607 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
19608 looking for a prompt, use `forward-line 0' instead of
19609 `beginning-of-line', to avoid getting caught by an input field.
19610
19611 2000-08-07 Gerd Moellmann <gerd@gnu.org>
19612
19613 * files.el (shell-quote-wildcard-pattern): Make sure to return
19614 PATTERN, in the Unix case.
19615
19616 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
19617
19618 * play/zone.el (zone): Discard any pending input before running
19619 the randomly-chosen pgm.
19620
19621 2000-08-07 Kenichi Handa <handa@etl.go.jp>
19622
19623 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
19624 checking the existence of any multibyte characters.
19625
19626 2000-08-06 Gerd Moellmann <gerd@gnu.org>
19627
19628 * help.el (describe-mode): Test minor-mode symbol for being
19629 bound before testing its value for being nil.
19630
19631 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
19632 `first', `second', and `third'.
19633
19634 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
19635 (second): Make it an alias for `cadr'.
19636
19637 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
19638
19639 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
19640 types of display support faces now.
19641
19642 2000-08-05 Gerd Moellmann <gerd@gnu.org>
19643
19644 * pcvs.el (require): Require `cl' during compilation, only.
19645
19646 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
19647 (toplevel): Remove `remq' and `remove' from autoloads.
19648 (cl-fake-autoloads): New variable. If set, arrange for an error
19649 when CL functions etc. are autoloaded.
19650
19651 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
19652
19653 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
19654
19655 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
19656 popped up, but the user clicks outside the menu, return an empty
19657 regexp (that causes unhighlight-regexp to have no effect).
19658
19659 * menu-bar.el (menu-bar-games-menu): Add Zone.
19660
19661 * hi-lock.el (toplevel): Require font-lock.
19662
19663 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19664
19665 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
19666 (ebnf-8-bit-chars): New var for bug fix.
19667 (ebnf-string): Bug fix.
19668
19669 2000-08-03 Sam Steingold <sds@gnu.org>
19670
19671 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
19672 instead of `buffer-string'.
19673 (require 'cl): Always, not just when compiling.
19674 `ignore-errors' in `interactive', `list*', `defun*' &c make this
19675 necessary.
19676
19677 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
19678
19679 * international/mule-cmds.el (select-safe-coding-system): Make
19680 the message text about selecting a safe coding system more clear.
19681
19682 2000-08-02 Gerd Moellmann <gerd@gnu.org>
19683
19684 * hi-lock.el: New file.
19685
19686 * play/zone.el: New file.
19687
19688 * replace.el (occur): Set tab-width in the *Occur* buffer to the
19689 value of tab-width in the original buffer. Choose a line number
19690 format that's a multiple of the original buffer's tab width, so
19691 that lines appear right.
19692
19693 * textmodes/ispell.el (ispell): New function, replacing an alias.
19694 Spell-check active region if in transient-mark-mode and mark
19695 is active; otherwise spell-check buffer.
19696
19697 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19698
19699 * ps-mule.el: Fix a customization problem on
19700 ps-mule-font-info-database-default.
19701
19702 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
19703
19704 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
19705 display-mouse-p instead of window-system.
19706 (ebrowse-member-mode-map): Ditto.
19707
19708 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19709
19710 * progmodes/ebnf2ps.el: Update ps-print functions call.
19711 Indentation fix. Doc fix.
19712 (ebnf-version): New version number (3.2).
19713 (ebnf-format-color, ebnf-begin-job): Code fix.
19714
19715 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
19716
19717 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
19718 font lock support on window-system.
19719 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
19720
19721 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
19722 display-color-p, if fboundp, instead of window-system.
19723
19724 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
19725
19726 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
19727 instead of window-system.
19728
19729 * wid-edit.el (widget-choose): Use display-mouse-p instead of
19730 window-system.
19731 (widget-choice-mouse-down-action): Use display-popup-menus-p
19732 instead of window-system.
19733
19734 * strokes.el (strokes-file): Run the file name through
19735 convert-standard-filename.
19736 (strokes-mode): Call display-mouse-p instead of looking at
19737 window-system. Change the error message accordingly.
19738
19739 * progmodes/cpp.el (toplevel): Support faces on tty's.
19740
19741 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
19742 (lm-plot-square, lm-init-display): Don't use window-system.
19743
19744 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
19745 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
19746
19747 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
19748 instead of looking at window-system.
19749
19750 2000-07-30 Gerd Moellmann <gerd@gnu.org>
19751
19752 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
19753 of testing if iswitchb-prepost-hooks is bound, because the
19754 latter will always be true when invoking a recursive minibuffer
19755 from an active Iswitchb buffer.
19756
19757 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
19758
19759 * files.el (shell-quote-wildcard-pattern): New function.
19760 (insert-directory): Call it. Only prepend "\" to command on Unix
19761 and GNU/Linux systems.
19762
19763 2000-07-30 Gerd Moellmann <gerd@gnu.org>
19764
19765 * eshell/esh-groups.el: Change custom :link file names
19766 from `eshell.info' to `eshell'.
19767
19768 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
19769
19770 * dired.el (dired-build-subdir-alist): Expand subdirectory names
19771 correctly in recursive ange-ftp listings.
19772
19773 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19774
19775 * ps-print.el: Fix bug 1: if ps-font-size-internal,
19776 ps-header-font-size-internal and
19777 ps-header-title-font-size-internal variables are not set,
19778 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
19779 face text property is (foreground-color . COLOR) or
19780 `(background-color . COLOR)', ps-print crashes. Doc fix.
19781 (ps-print-version): New version number (5.2.4).
19782 (ps-plot-region): Code fix.
19783 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
19784 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
19785 Bug fix 2.
19786
19787 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
19788
19789 * glasses.el (glasses-make-readable): Fix uncapitalization of
19790 identifiers like `myXMLDocument'.
19791
19792 2000-07-28 Karl Fogel <kfogel@red-bean.com>
19793
19794 * mail/mail-hist.el (mail-hist-previous-input)
19795 (mail-hist-next-input): Do the obvious code factorization.
19796 (mail-hist-retrieve-and-insert): New func, contains common
19797 code of above two.
19798 If inserting a message body, leave point at top.
19799
19800 2000-07-28 Sam Steingold <sds@gnu.org>
19801
19802 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
19803 Use `<=', not `<' to compare times!
19804 (ange-ftp-ls): Remove.
19805
19806 2000-07-27 Gerd Moellmann <gerd@gnu.org>
19807
19808 * play/cookie1.el: Add explanation of how to make cookie.el
19809 compatible with strfile(1) to comment.
19810
19811 * subr.el (remove, remq): New functions.
19812
19813 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
19814 escape `*' in regexps.
19815 (midnight-find): Reverse order of arguments in the funcall of
19816 TEST.
19817
19818 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
19819 and `.class'.
19820
19821 * play/meese.el: Add Commentary section.
19822
19823 2000-07-27 Alex Schroeder <alex@gnu.org>
19824
19825 * sql.el (sql-ms): Added autoload cookie.
19826 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
19827 (sql-oracle): Ditto.
19828 (sql-help): Doc change.
19829
19830 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
19831 types and exceptions.
19832
19833 2000-07-27 Alex Schroeder <alex@gnu.org>
19834
19835 * sql.el (sql-placeholder-history): New variable.
19836 (sql-query-placeholders-and-send): New function that will query
19837 the user and replace placeholders with user input.
19838 (sql-oracle): If running on NT, set comint-input-sender to
19839 sql-query-placeholders-and-send.
19840
19841 (sql-stop): If in the SQLi buffer, insert stop notification, else
19842 present it as a message.
19843
19844 2000-07-27 Alex Schroeder <alex@gnu.org>
19845
19846 * sql.el (sql-input-ring-separator): Doc change.
19847 (sql-input-ring-file-name): Doc change.
19848 (sql-interactive-mode): Use `sql-input-ring-separator' and
19849 `sql-input-ring-file-name' to set the comint-mode equivalents
19850 without making them local variables.
19851 (sql-stop): Don't bind `sql-input-ring-separator' and
19852 `sql-input-ring-file-name' dynamically to their comint-mode
19853 equivalents.
19854
19855 2000-07-27 Kenichi Handa <handa@etl.go.jp>
19856
19857 * international/mule.el (register-char-codings): New function.
19858 (make-coding-system): Handle `safe-chars' specification in the arg
19859 PROPERTY.
19860
19861 * international/mule-cmds.el
19862 (find-coding-systems-region-subset-p): This function deleted.
19863 (sort-coding-systems-predicate): New variable.
19864 (sort-coding-systems): New function.
19865 (find-coding-systems-region): Use
19866 find-coding-systems-region-internal.
19867 (find-coding-systems-string): Use find-coding-systems-region.
19868 (find-coding-systems-for-charsets): Check
19869 char-coding-system-table.
19870 (select-safe-coding-system-accept-default-p): New variable.
19871 (select-safe-coding-system): Mostly rewritten. New argument
19872 ACCEPT-DEFAULT-P.
19873 (select-message-coding-system): Call select-safe-coding-system
19874 with ACCEPT-DEFAULT-P arg.
19875 (reset-language-environment): Reset default-sendmail-coding-system
19876 to the default value iso-latin-1.
19877 (set-language-environment): Don't set the obsolete variable
19878 charset-origin-alist.
19879
19880 * international/codepage.el (cp-coding-system-for-codepage-1):
19881 Give `safe-chars' property to make-coding-system.
19882
19883 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
19884 calling select-message-coding-system twice.
19885
19886 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
19887 instead of `safe-charsets'.
19888 (cyrillic-alternativnyj): Likewise.
19889 (ccl-encode-alternativnyj): Don't check the charset
19890 cyrillic-iso8859-5.
19891
19892 2000-07-27 Kenichi Handa <handa@etl.go.jp>
19893
19894 * composite.el (compose-chars-after): Preserve match data.
19895
19896 2000-07-26 Sam Steingold <sds@gnu.org>
19897
19898 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
19899 (ange-ftp-real-file-newer-than-file-p): New function.
19900 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
19901 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
19902
19903 * tooltip.el (tooltip-float-time): Removed (use `float-time').
19904 * midnight.el (midnight-float-time): Ditto.
19905
19906 2000-07-26 Andreas Schwab <schwab@suse.de>
19907
19908 * files.el (normal-backup-enable-predicate): Correct
19909 interpretation of the return value of compare-strings.
19910
19911 2000-07-26 Gerd Moellmann <gerd@gnu.org>
19912
19913 * isearch.el (isearch-resume): New function.
19914 (isearch-done): Add something to command-history to resume
19915 the search.
19916 (isearch-yank-line, isearch-yank-word): Use
19917 buffer-substring-no-properties instead of buffer-substring.
19918
19919 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
19920 of flyspell-mouse-map.
19921
19922 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
19923 duplicate definition.
19924 (makefile-mode): Remove duplicate setting of local-abbrev-table.
19925
19926 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
19927 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
19928
19929 2000-07-25 Sam Steingold <sds@gnu.org>
19930
19931 * net/ange-ftp.el: Get modtime over the net.
19932 (ange-ftp-file-modtime): New function.
19933 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19934 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
19935 Use it.
19936 (ange-ftp-dot-to-slash): New function.
19937 (ange-ftp-fix-name-for-vms): Use it.
19938
19939 * midnight.el (midnight-buffer-display-time): Use
19940 `with-current-buffer'.
19941
19942 2000-07-25 Gerd Moellmann <gerd@gnu.org>
19943
19944 * find-dired.el: Update copyright notice.
19945 (find-dired): Offer to kill a running `find'.
19946
19947 * enriched.el (enriched-face-ans): For a `foreground-color'
19948 property, return '(("x-color" COLOR))' so that COLOR will be
19949 output as a parameter of the x-color annotation. Likewise for the
19950 `background-color' property. In the case of normal face
19951 properties, don't return annotations for unspecified foreground
19952 and background face attributes.
19953
19954 2000-07-25 Kenichi Handa <handa@etl.go.jp>
19955
19956 * language/japan-util.el (japanese-katakana-region): Fix handling
19957 HANKAKU argument.
19958
19959 2000-07-25 Miles Bader <miles@gnu.org>
19960
19961 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
19962 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
19963 constrain-to-field.
19964
19965 2000-07-24 Andrew Innes <andrewi@gnu.org>
19966
19967 * timer.el (timer-activate-when-idle): Add optional parameter
19968 DONT-WAIT. Update docstring.
19969 (run-with-idle-timer): Specify extra parameter to
19970 timer-activate-when-idle, so that timer will be activated
19971 immediately if Emacs is already idle.
19972
19973 * w32-fns.el (w32-using-nt): Fix docstring.
19974
19975 2000-07-24 Dave Love <fx@gnu.org>
19976
19977 * mouse.el (popup-menu): Set last-command-event.
19978 (mouse-major-mode-menu-prefix): Declare.
19979
19980 2000-07-24 Gerd Moellmann <gerd@gnu.org>
19981
19982 * textmodes/flyspell.el: Update to author's version 1.5d.
19983
19984 * progmodes/hideshow.el: Update copyright notice.
19985
19986 * vcursor.el: Set maintainer to FSF, since author cannot
19987 be reached.
19988
19989 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
19990
19991 * info.el (Info-goto-emacs-key-command-node): Leave a space after
19992 the prompt.
19993
19994 * mouse.el (popup-menu): Run the keymap through indirect-function,
19995 in case it was defined with define-prefix-key. If the menu is a
19996 list of keymaps, look up the binding of user's choice in each one
19997 of the keymaps.
19998 (mouse-popup-menubar): If the global and local menu-bar keymaps
19999 don't have a prompt string, create one and insert it into the
20000 keymap. Don't barf if current-local-map returns nil.
20001
20002 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
20003
20004 * dired.el (dired-sort-R-check): Added to allow recursive listing
20005 to be undone.
20006 (dired-sort-other): Use it.
20007
20008 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20009
20010 * Release of cc-mode 5.27
20011
20012 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20013
20014 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20015 c-beginning-of-statement-1 that caused a bad case of recursion
20016 which could consume a lot of CPU in large classes in languages
20017 that have in-expression classes (i.e. Java and Pike).
20018
20019 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20020 statements before top level constructs (i.e. case 6 is moved
20021 before case 5 and is now case 4) to catch in-expression
20022 classes in top level expressions correctly.
20023
20024 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20025
20026 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20027 objc-method-intro. Case 4 removed and case 5I added.
20028
20029 * cc-langs.el (c-append-paragraph-start): New variable used by
20030 c-common-init to get paragraph-start correct.
20031 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20032 initialize paragraph-start to make it correct both with and
20033 without the javadoc special case.
20034
20035 * cc-mode.el (java-mode): Use c-append-paragraph-start to
20036 initialize paragraph-start for javadoc markup.
20037
20038 * cc-vars.el (c-style-variables-are-local-p): Incompatible
20039 change by defaulting this to t. It's motivated by the
20040 confusing behavior that otherwise arise from the style system
20041 when editing both java and non-java files at the same time
20042 (see the comments about style setting in c-common-init).
20043
20044 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20045
20046 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20047 similar to the one in c-fill-paragraph to check the fill
20048 prefix from the adaptive fill function for sanity.
20049
20050 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20051
20052 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20053 defun block.
20054
20055 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20056
20057 * cc-align.el (c-lineup-multi-inher): Handle lines with
20058 leading comma nicely. Extended to handle member initializers
20059 too.
20060
20061 * cc-engine.el: (c-beginning-of-inheritance-list,
20062 c-guess-basic-syntax): Fixed recognition of inheritance lists
20063 when the lines begins with a comma.
20064
20065 * cc-vars.el (c-offsets-alist): Changed default for
20066 member-init-cont to c-lineup-multi-inher since it now handles
20067 member initializers and indents better for leading commas.
20068
20069 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20070
20071 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20072 handling that caused class open lines to be recognized as
20073 statement-conts in some cases.
20074
20075 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20076 guessed by the adaptive fill function unless point is on the
20077 first line of a block comment.
20078
20079 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20080 when the buffer ends with a macro continuation char.
20081
20082 * cc-engine.el (c-guess-basic-syntax): Added support for
20083 function definitions as statements in Pike. The first
20084 statement in a lambda block is now labeled defun-block-intro
20085 instead of statement-block-intro.
20086
20087 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20088 so that the class surrounding point is selected, not the one
20089 innermost in the state.
20090
20091 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20092 recognition of switch labels having hanging multiline
20093 statements.
20094
20095 * cc-engine.el (c-beginning-of-member-init-list): Broke out
20096 some code in c-guess-basic-syntax to a separate function.
20097 * cc-engine.el (c-just-after-func-arglist-p): Fixed
20098 recognition of member inits with multiple line arglists.
20099 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20100 member-init-cont when the commas are in funny places.
20101
20102 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20103
20104 * cc-defs.el (c-auto-newline): Removed this macro since it's
20105 not used anymore.
20106
20107 * cc-engine.el (c-looking-at-bos): New helper function.
20108 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20109 inexpr and toplevel classes apart in Pike.
20110
20111 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20112 of case 9A.
20113
20114 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20115 constant, since "class" can introduce an in-expression class
20116 in Pike nowadays.
20117
20118 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20119
20120 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20121 indentation on cpp-macro lines.
20122
20123 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20124 a syntax modifier like comment-intro, to make it possible to
20125 get syntactic indentation for preprocessor directives. It's
20126 incompatible wrt to lineup functions on cpp-macro, but it has
20127 no observable effect in the 99.9% common case where cpp-macro
20128 is set to -1000.
20129
20130 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20131
20132 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20133 member-init-cont when the preceding arglist is several lines.
20134
20135 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20136
20137 * cc-styles.el (c-style-alist): The basic offset for the BSD
20138 style corrected to 8.
20139
20140 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20141
20142 * cc-styles.el (c-style-alist): Adjusted the indentation of
20143 brace list openers in the gnu style.
20144
20145 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20146
20147 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20148
20149 * cc-cmds.el (c-electric-brace, c-electric-slash,
20150 c-electric-star, c-electric-semi&comma, c-electric-colon,
20151 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20152 when c-syntactic-indentation is nil.
20153
20154 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20155 we were left at comments preceding the first statement when
20156 reaching the beginning of the buffer.
20157
20158 * cc-vars.el (c-syntactic-indentation): New variable to turn
20159 off all syntactic indentation.
20160
20161 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20162
20163 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20164 between the text and the block comment ender when it hangs,
20165 depending on how many there are before the fill.
20166
20167 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20168
20169 * cc-engine.el (c-beginning-of-closest-statement): New helper
20170 function to go back to the closest preceding statement start,
20171 which could be inside a conditional statement.
20172 * cc-engine.el (c-guess-basic-syntax): Use
20173 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20174
20175 * cc-engine.el (c-guess-basic-syntax): Better handling of
20176 arglist-intro, arglist-cont-nonempty and arglist-close when
20177 the arglist is nested inside parens. Cases 7A, 7C and 7F
20178 changed.
20179
20180 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20181 up-to-date with javadoc 1.2.
20182
20183 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20184
20185 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20186 multiline Pike type decls.
20187
20188 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20189
20190 * cc-cmds.el (c-indent-new-comment-line): Always break
20191 multiline comments in multiline mode, regardless of
20192 comment-multi-line.
20193
20194 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20195
20196 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20197 fully::qualified::names in C++ member init lists. Preamble in
20198 case 5D changed.
20199
20200 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20201
20202 * cc-langs.el (c-common-init): Handling of obsolete variables
20203 moved to c-initialize-cc-mode. More compatible style override
20204 when using global style variables.
20205 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20206 variables moved here.
20207
20208 * cc-styles.el (c-make-styles-buffer-local): Flag style
20209 variable localness in c-style-variables-are-local-p to make
20210 the compatibility measure in c-common-init work well.
20211
20212 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20213 longer contain set-from-style.
20214 * cc-styles.el (c-initialize-builtin-style): Don't check for
20215 set-from-style on c-special-indent-hook.
20216 * cc-styles.el (c-copy-tree): Obsolete. The standard function
20217 copy-alist is sufficient now.
20218
20219 * cc-styles.el (c-set-style, c-set-style-1,
20220 c-get-style-variables): Fixes to variable initialization so
20221 that duplicate entries in styles have the same effect
20222 regardless of DONT-OVERRIDE.
20223
20224 * cc-styles.el (c-set-style-2): Fixed bug where the
20225 initialization of inheriting styles failed when the
20226 dont-override flag is set.
20227
20228 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20229 on this.
20230
20231 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20232
20233 * cc-defs.el (c-forward-comment): Removed the workaround
20234 introduced in 5.38 since it had worse side-effects. If a line
20235 contains the string "//\"", it regarded the // as a comment
20236 start since the \ temporarily doesn't have escape syntax.
20237
20238 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
20239
20240 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20241 ada-xref.el before ada-prj.el, so that the Project menu is created
20242 when ada-prj tries to add to it.
20243 (ada-activate-keys-for-case): Suppress the characters that are not
20244 part of the Ada syntax. Better compatibility with else-mode
20245 (ada-adjust-case-interactive): When auto-casing is not active,
20246 correctly insert newlines (used to insert only ^M). Prevent the
20247 syntax table from being changed in case of an error
20248 (or '_' becomes part of a word and some commands are confused).
20249 Do nothing if ada-auto-case is nil.
20250 (ada-after-keyword-p): Ignore keywords that are also attributes
20251 (ada-batch-reformat): Update usage comment
20252 (ada-call-from-contextual-menu): New function
20253 (ada-case-read-exceptions): Reinitialize the casing exception list
20254 first to nil first, so that the casing exception file can be
20255 shared.
20256 (ada-check-defun-name): Handles "configure" keyword for gnatdist
20257 files.
20258 (ada-compile-goto-error): Fix regexp used to detect a file:line
20259 anywhere in the error message
20260 (ada-contextual-menu-last-point): New variable
20261 (ada-create-keymap): If the variable delete-key-deletes-forward is
20262 t on XEmacs, it means that DEL should delete one character
20263 forward.
20264 (ada-create-menu): Use :included instead of :visible for XEmacs.
20265 New submenu "Options".
20266 (ada-end-stmt-re): Correctly indent "select ... then abort"
20267 statements.
20268 (ada-fill-comment-paragraph): Correctly delete all leading '--'
20269 even if they don't match ada-fill-comment-prefix Fix handling of
20270 paragraphs on the first or last line of a file.
20271 (ada-format-paramlist): Fix handling of default parameter values.
20272 (ada-get-body-name): New function.
20273 (ada-get-current-indent): Optimized by searchling directly for an
20274 existing generic part or a statement outside of it. Handle
20275 ada-indent-align-comments when indenting comments Replaced some
20276 regexps by testing directly the next character. This results in a
20277 huge speedup on some files. New indentation scheme for renames
20278 statements. Stop looking for the 'while' or 'for' associated with
20279 a 'loop' at the first semicolon encountered. A "return" can also
20280 match an anonymous access subprogram declaration.
20281 (ada-get-indent-noindent): Ignore strings and comments when
20282 looking for the keywords "record" and "private".
20283 (ada-goto-matching-decl-start): When matching "if", make sure we
20284 are not in fact seeing "end if". Ignore "when" statements except
20285 when initial keyword was "begin". Fix handling of nested
20286 procedures. Add a recursive call to this function to skip over
20287 other 'end' statmts. Fix indentation for "when .. => begin"
20288 (ada-in-open-paren-p): Fix indentation for complex boolean
20289 expressions, where 'and then', 'or else' and parenthesis
20290 statements are mixed up.
20291 (ada-in-paramlist-p): Skip comments while searching for the
20292 beginning Fix handling of operator declarations.
20293 (ada-indent-align-comments): New variable
20294 (ada-indent-current): Change the syntax table only in the
20295 protected section, so that we are sure it is restored correctly.
20296 (ada-indent-on-previous-lines): Use ada-use-indent and
20297 ada-with-indent Correctly indent "select ... then"
20298 (ada-indent-region): Slight speedup.
20299 (ada-indent-renames): New variable.
20300 (ada-last-which-function-subprog, ada-last-which-function-line):
20301 New variables
20302 (ada-looking-at-semi-private): Correctly indent the 'private'
20303 keyword when it is the first word in a package declaration.
20304 (ada-loose-case-word): Stop searching if at the end of the buffer.
20305 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20306 even if point is not initially at the end of the word.
20307 (ada-matching-decl-start-re): Add "when".
20308 (ada-mode): Add support for abbrev-mode, outline-mode and
20309 which-func-mode Override the old find-file.el entry in
20310 ff-special-constructs since it is using the obsolete
20311 ada-spec-suffix variable
20312 (ada-no-auto-case): New function
20313 (ada-scan-paramlist): When parsing the argument type, accept
20314 spaces (as in "X 'Class", generated by Rational Rose).
20315 (ada-other-file-name): No longer loads the other file.
20316 (ada-popup-menu): Save and restore the current buffer and cursor
20317 position before and after displaying the menu.
20318 (ada-search-ignore-complex-boolean): New function.
20319 (ada-uncomment-region): Emacs21 already knows how to delete
20320 comments not starting in the first column.
20321 (ada-use-indent): New variable
20322 (ada-which-function): New function.
20323 (ada-with-indent): New variable
20324 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20325 can be batch-compiled from the command line.
20326
20327 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20328 Add to the menu when the file is loaded, not in ada-mode-hook.
20329 Add -toolbar to the default ddd command Switches moved from
20330 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20331 ada-prj-default-comp-opt
20332 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20333 Reference Manual to the menu
20334 (ada-check-current): rewritten as a call to ada-compile-current
20335 (ada-compile): Removed.
20336 (ada-compile-application, ada-compile-current, ada-check-current):
20337 Set the compilation-search-path so that compile.el automatically
20338 finds the sources in src_dir. Automatic scrollong of the
20339 compilation buffer. C-uC-cC-c asks for confirmation before
20340 compiling
20341 (ada-compile-current): New parameter, prj-field
20342 (ada-complete-identifier): Load the .ali file before doing
20343 processing
20344 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20345 conform to gnatmake's behavior.
20346 (ada-find-file-in-dir): New function
20347 (ada-find-references): Set the environment variables for gnatfind
20348 (ada-find-src-file-in-dir): New function.
20349 (ada-first-non-nil): Removed
20350 (ada-gdb-application): Add support for jdb, the java debugger.
20351 (ada-get-ada-file-name): Load the original-file first if not done
20352 yet.
20353 (ada-get-all-references): Handles the new ali syntax (parent types
20354 are found between <>).
20355 (ada-initialize-runtime-library): New function
20356 (ada-mode-hook): Always load a project file when a file is opened,
20357 so that the casing exceptions are correctly read.
20358 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20359 (ada-parse-prj-file): Use find-file-noselect instead of find-file
20360 to open the project file, since the latter does not work with
20361 speedbar Get default values before loading the prj file, or the
20362 default executable file name is wrong. Use the absolute value of
20363 src_dir to initialize ada-search-directories and
20364 compilation-search-path,... Add the standard runtime library to
20365 the search path for find-file.
20366 (ada-prj-default-debugger): Was missing an opening '{'
20367 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20368 variables.
20369 (ada-prj-default-gnatmake-opt): New variable
20370 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20371 buffers, the project file is the default one Save the windows
20372 configuration before displaying the menu.
20373 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20374 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20375 ...) regexp-quote identifiers names to support operators +,
20376 -,... in regexps.
20377 (ada-remote): New function.
20378 (ada-run-application): Erase the output buffer before starting the
20379 run Support remote execution of the application. Use
20380 call-process, or the arguments are incorrectly parsed
20381 (ada-set-default-project-file): Reread the content of the active
20382 project file, not the one from the current buffer When a project
20383 file is set as the default project, all directories are
20384 automatically associated with it.
20385 (ada-set-environment): New function
20386 (ada-treat-cmd-string): New special variable ${current}
20387 (ada-treat-cmd-string): Revised. The substitution is now done for
20388 any ${...} substring
20389 (ada-xref-current): If no body was found, compiles the spec
20390 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20391 compiler to get rid of command line length limitations.
20392 (ada-xref-get-project-field): New function
20393 (ada-xref-project-files): New variable
20394 (ada-xref-runtime-library-specs-path)
20395 (ada-xref-runtime-library-ali-path): New variables
20396 (ada-xref-set-default-prj-values): Default run command now does a
20397 cd to the build directory. New field: main_unit Provide a default
20398 file name even if the current buffer has no prj file.
20399
20400 * ada-prj.el:
20401 Rewritten to show a tabbed-dialog.
20402 (ada-prj-add-ada-menu): Remove the map and name parameters.
20403 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20404 New function
20405 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20406 (ada-prj-load-from-file): New function
20407 (ada-prj-save): Always save fields that depend on the current buffer
20408 (ada-prj-show-value): New function
20409
20410 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20411 Ada mode. This will allow us to display the Ada menu in any buffer
20412 we want (for project items).
20413 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20414 number of spaces in the header.
20415
20416 2000-07-24 Dave Love <fx@gnu.org>
20417
20418 * ediff-init.el (ediff-region-help-echo): Bind face-help.
20419
20420 2000-07-23 Noah Friedman <friedman@splode.com>
20421
20422 * type-break.el (type-break): perform autosave.
20423 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20424 (type-break-do-query): Cancel query schedule while performing
20425 actual query, to avoid possibility of a second query being made
20426 while first one is already in progress.
20427 (type-break-time-stamp-format): New variable.
20428 (type-break-time-stamp): New function.
20429 (type-break-time-warning): Use it.
20430 (type-break-keystroke-warning): Use it.
20431 (type-break-noninteractive-query): Use it.
20432
20433 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20434 cookie.
20435 Use add-minor-mode to set minor-mode-alist, if available.
20436 (eldoc-echo-area-use-multiline-p): New user option.
20437 (eldoc-echo-area-multiline-supported-p): New variable.
20438 (eldoc-docstring-format-sym-doc): Use them.
20439 (eldoc-mode): If not using idle timers, append to local post and
20440 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
20441 (eldoc-display-message-no-interference-p): Don't interfere with
20442 edebug.
20443 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20444 (eldoc-function-arglist): New function.
20445 (eldoc-function-argstring): Use it.
20446
20447 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20448 auto save directory exists before calling directory-files.
20449
20450 2000-07-23 Dave Love <fx@gnu.org>
20451
20452 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20453 ^o, ^u.
20454
20455 2000-07-21 Dave Love <fx@gnu.org>
20456
20457 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20458 now passed to the function. It now works properly.
20459
20460 * smerge-mode.el (smerge-mode-menu): Fill it out.
20461
20462 2000-07-20 Gerd Moellmann <gerd@gnu.org>
20463
20464 * info-look.el (info-lookup): If *info* is shown in another frame
20465 on the same display, select that frame, instead of switching to
20466 the Info buffer in another window of the selected frame.
20467
20468 * simple.el (universal-argument-map): Bind numeric keypad keys
20469 kp-0 to kp-9 and kp-subtract.
20470 (digit-argument): Handle these keys.
20471
20472 2000-07-20 Dave Love <fx@gnu.org>
20473
20474 * net/goto-addr.el (goto-address-fontify): Don't bother with
20475 buffer-modified and read-only stuff -- irrelevant with overlays.
20476 Put an extra property on the overlays and use it to clean up in
20477 case goto-address is re-run.
20478
20479 2000-07-19 Richard M. Stallman <rms@gnu.org>
20480
20481 * timer.el (run-with-idle-timer): Doc fix.
20482
20483 * mail/mail-utils.el (mail-strip-quoted-names):
20484 Handle case where <...> appears inside "...".
20485 Use replace-match to edit the string more simply.
20486 (rmail-dont-reply-to): Cope with an unmatched ".
20487
20488 2000-07-19 Dave Love <fx@gnu.org>
20489
20490 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20491 implementation.
20492
20493 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20494 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20495 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20496
20497 2000-07-19 Gerd Moellmann <gerd@gnu.org>
20498
20499 * textmodes/refer.el: Correct maintainer's email address.
20500
20501 * progmodes/hideif.el: Correct author's email address.
20502 Fix typo in comment.
20503
20504 * xml.el: New file.
20505
20506 * mail/mailheader.el: Correct author's mail address.
20507
20508 * gnus/parse-time.el: Correct author's mail address.
20509
20510 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
20511
20512 * comint.el (comint-highlight-input, comint-highlight-face):
20513 New user options.
20514 (comint-input-ring-file-name): Change custom type.
20515 (comint-mode-map): Bind mouse-2.
20516 (comint-insert-clicked-input): New function.
20517 (comint-send-input): Handle input highlighting.
20518
20519 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
20520
20521 * mouse.el (popup-menu): New function.
20522 (mouse-major-mode-menu): Use it.
20523
20524 2000-07-18 Dave Love <fx@gnu.org>
20525
20526 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20527 improvements.
20528
20529 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20530
20531 * faces.el (face-font-selection-order)
20532 (face-font-family-alternatives): Add custom type.
20533
20534 2000-07-18 Dave Love <fx@gnu.org>
20535
20536 * cus-edit.el (custom-variable-reset-saved)
20537 (custom-variable-reset-standard): Remove unused bindings.
20538
20539 * rect.el (open-rectangle-line): Remove unused let.
20540
20541 * hl-line.el (hl-line-highlight): Check hl-line-mode.
20542
20543 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20544
20545 * cdl.el: Fix `Maintainer' keyword.
20546
20547 * play/pong.el: Add author's email address.
20548
20549 2000-07-17 Sam Steingold <sds@gnu.org>
20550
20551 * files.el (insert-directory): Call `split-string' instead of
20552 re-implementing it.
20553
20554 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20555
20556 * mail/vms-pmail.el: Change maintainer to FSF.
20557
20558 * net/goto-addr.el: Change maintainer to FSF.
20559
20560 * info.el (Info-title-face-alist): Removed.
20561
20562 2000-07-18 David Ponce <david@dponce.com>
20563
20564 * recentf.el (recentf-open-files): New command that works like
20565 `recentf-open-more-files', but shows the whole list of files (not just
20566 those omitted from the menu). Useful if you don't use a menu-bar!
20567 (recentf-open-more-files) Modified to use `recentf-open-files'.
20568
20569 (recentf-open-files, recentf-open-more-files)
20570 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20571
20572 (recentf-dialog-mode): New mode for dialogs. You can now just type
20573 "q" to cancel the dialogs.
20574
20575 2000-07-18 David Ponce <david@dponce.com>
20576
20577 * recentf.el: This is a major update of recentf.el. It adds new
20578 features to better organize the recentf menu and "More..." buffer.
20579
20580 Using new provided menu filtering functions you can now organize the
20581 recent files list:
20582
20583 - by major modes
20584 - by directories
20585 - by user defined rules
20586
20587 Finally, with the new `recentf-filter-changer' customizable filter you
20588 can define a ring of filters and dynamically (via the menu) cycle on
20589 each menu organization in the ring (a la msb).
20590
20591 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
20592
20593 * eshell/eshell.el (eshell): Replace links to eshell.info with
20594 links to eshell, to avoid problems on systems where the manual is
20595 installed as `eshell'.
20596 * eshell/esh-cmd.el (eshell-cmd): Ditto.
20597 * eshell/em-smart.el (eshell-smart): Ditto.
20598 * eshell/em-banner.el (eshell-banner): Ditto.
20599 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
20600
20601 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
20602 same-file check in the MS-DOS version (it does support inodes).
20603
20604 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
20605
20606 * eshell/eshell.el (eshell-directory-name):
20607 Run default directory name through convert-standard-filename.
20608
20609 2000-07-18 Kenichi Handa <handa@etl.go.jp>
20610
20611 * international/mule-cmds.el (select-safe-coding-system):
20612 Fix typo in the comment.
20613
20614 * language/european.el (compound-text):
20615 Force katakana-jisx0201 to be designated to G1.
20616
20617 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
20618 Don't translate some national variant characters of latin-jisx0201.
20619 (x-ctext): Force katakana-jisx0201 to be designated to G1.
20620
20621 * international/kkc.el (kkc-after-update-conversion-functions):
20622 New variable.
20623 (kkc-update-conversion): Run functions in it at the tail.
20624
20625 2000-07-16 John Wiegley <johnw@gnu.org>
20626
20627 * lisp/align.el (align-newline-and-indent):
20628 Adding new function. for auto-aligning blocks of code on RET.
20629 (align-region): Fixed badly formatted minibuffer message.
20630
20631 2000-07-17 Kenichi Handa <handa@etl.go.jp>
20632
20633 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
20634 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
20635 the conversion list at first if appropriate.
20636 (kkc-next): Don't update kkc-next-count here.
20637 (kkc-prev): Don't update kkc-prev-count here.
20638 (kkc-show-conversion-list-update): Fix setting up of conversion
20639 list message.
20640
20641 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
20642
20643 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
20644
20645 2000-07-16 Dave Love <fx@gnu.org>
20646
20647 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
20648 function to be more specific.
20649
20650 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
20651 non-string help-echo.
20652 (widget-types-convert-widget): Defsubst it.
20653 (widget-echo-help): Try to cope with a help-echo function of two
20654 possible sorts.
20655
20656 2000-07-15 Jason Rumney <jasonr@gnu.org>
20657
20658 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
20659 Declare as obsolete.
20660
20661 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
20662
20663 2000-07-14 Gerd Moellmann <gerd@gnu.org>
20664
20665 * hilit-chg.el: Fix typo.
20666
20667 2000-07-14 Dave Love <fx@gnu.org>
20668
20669 * info.el (Info-mode-menu): Fix use of :help, :enable.
20670
20671 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
20672
20673 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
20674
20675 2000-07-13 Dave Love <fx@gnu.org>
20676
20677 * emacs-lisp/easymenu.el: Doc fixes.
20678 (easy-menu-remove): Defalias to ignore.
20679
20680 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
20681 Call throw correctly.
20682
20683 2000-07-13 Gerd Moellmann <gerd@gnu.org>
20684
20685 * faces.el (frame-background-mode): Doc fix.
20686
20687 * simple.el (eval-expression-print-length): Change custom type to
20688 allow entering nil as value.
20689
20690 2000-07-13 Dave Love <fx@gnu.org>
20691
20692 * progmodes/fortran.el (fortran-imenu-generic-expression):
20693 Change definition layout.
20694 (fortran-mode-menu): Reinstate customize entries.
20695
20696 * cus-edit.el (custom-group-menu-create, customize-menu-create):
20697 Use :filter, per old XEmacs code.
20698
20699 2000-07-12 Gerd Moellmann <gerd@gnu.org>
20700
20701 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
20702 event when deciding what to send to the terminal.
20703
20704 2000-07-12 Dave Love <fx@gnu.org>
20705
20706 * cus-start.el: Add optional version as 4th element of specs and
20707 use it for several things new in v21. Remove load-path. Fix type
20708 of line-number-display-limit.
20709
20710 2000-07-11 Dave Love <fx@gnu.org>
20711
20712 * progmodes/fortran.el: Don't require easymenu.
20713 Use repeat counts in various regexps.
20714 (fortran-mode-syntax-table): Defvar directly.
20715 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
20716 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
20717 Use defvar, not defconst.
20718 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
20719 (fortran-mode): Set fortran-comment-line-start-skip,
20720 fortran-comment-line-start-skip, dabbrev-case-fold-search.
20721 (fortran-comment-indent): Use defsubst.
20722 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
20723 Use fortran-comment-indent, not fortran-comment-indent-function.
20724 (fortran-comment-region, fortran-electric-line-number): Simplify.
20725 (fortran-auto-fill): New function.
20726 (fortran-do-auto-fill): Deleted.
20727 (fortran-find-comment-start-skip):
20728 Check for non-null comment-start-skip.
20729 (fortran-auto-fill-mode, fortran-fill-statement):
20730 Use fortran-auto-fill.
20731 (fortran-fill): Use fortran-auto-fill. Check for null
20732 comment-start-skip. Simplify final clause and use end-of-line finally.
20733
20734 * widget.el (widget-plist-member): New alias.
20735
20736 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
20737
20738 * eshell/esh-module.el (toplevel): Reference
20739 byte-compile-current-file only if it is bound.
20740
20741 2000-07-10 Gerd Moellmann <gerd@gnu.org>
20742
20743 * dired.el: Don't require `dired-aux'.
20744
20745 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
20746
20747 * dired-aux.el (dired-show-file-type): New function.
20748 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
20749 (dired-show-file-type): Add autoload.
20750
20751 2000-07-10 Kenichi Handa <handa@etl.go.jp>
20752
20753 * international/mule-diag.el (describe-font): Adjusted for the
20754 change of fontset-info.
20755 (print-fontset): Likewise.
20756
20757 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
20758
20759 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
20760
20761 2000-07-07 Gerd Moellmann <gerd@gnu.org>
20762
20763 * bindings.el: Bind `[delete]' to delete-char.
20764
20765 * dired.el (dired-find-alternate-file): New function.
20766 (dired-mode-map): Bind `a' to dired-find-alternate-file.
20767 (toplevel): Require dired-aux when compiling.
20768 (dired-buffers): Move defvar within file to avoid compiler warning.
20769
20770 * info.el (Info-last-search): Variable removed.
20771 (Info-search-history): New variable.
20772 (Info-search): New Info-search-history.
20773
20774 * battery.el, info-look.el: Change author's mail address.
20775
20776 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
20777
20778 * mail/rmail.el (rmail-clear-headers): Don't throw an error
20779 if rmail-ignored-headers is nil.
20780 (rmail-retry-failure): Bind rmail-ignored-headers and
20781 rmail-displayed-headers to nil.
20782
20783 2000-07-06 Gerd Moellmann <gerd@gnu.org>
20784
20785 * lpr.el (lpr-page-header-switches): Add `-h' switch.
20786 (print-region-1): Don't hard code `-h' here.
20787
20788 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
20789
20790 2000-07-01 Francesco Potorti` <pot@gnu.org>
20791
20792 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
20793 exim can use "your message" instead of "the message".
20794
20795 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
20796
20797 * facemenu.el: Docstrings fixes.
20798 (facemenu-get-face): Don't use internal-find-face.
20799 (facemenu-iterate): Rename arg to match the docstring.
20800
20801 * newcomment.el (uncomment-region): Be more careful when skipping
20802 backwards over `=' not to bump into BOBP.
20803
20804 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
20805
20806 * ediff-diff.el (ediff-wordify): Use syntax table.
20807 * ediff-init.el (ediff-has-face-support-p): Use
20808 ediff-color-display-p.
20809 (ediff-color-display-p): Use display-color-p, changed to defun
20810 from defsubst.
20811 Got rid of special cases for NeXT and OS/2.
20812 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
20813 face.
20814
20815 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
20816
20817 * emacs-lisp/lucid.el: Require CL.
20818 (copy-tree, remprop): Remove, it's provided by CL.
20819 (map-keymap): Define in terms of cl-map-keymap.
20820 (extent-property, set-extent-end-glyph): New functions.
20821
20822 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
20823
20824 2000-07-05 Gerd Moellmann <gerd@gnu.org>
20825
20826 * Makefile.in (DONTCOMPILE): Add comment that the name may
20827 not be changed without changing the make-dist script.
20828
20829 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
20830 (cl-mapc): Use mapc instead of cl-old-mapc.
20831
20832 2000-07-05 Andrew Innes <andrewi@gnu.org>
20833
20834 * makefile.nt: Add support for `bootstrap' and related targets.
20835
20836 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
20837
20838 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
20839 (easy-menu-do-define): Use `menu-item' format.
20840 Handle case where easy-menu-create-menu returns a symbol.
20841 Manually call the potential top-level filter in the function binding.
20842 (easy-menu-filter-return): New arg NAME.
20843 Convert to a keymap if MENU is an XEmacs menu.
20844 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
20845 (easy-menu-converted-items-table, easy-menu-convert-item):
20846 New var and fun to memoize easy-menu-convert-item-1.
20847 (easy-menu-do-add-item): Use it.
20848 (easy-menu-create-menu): Use easy-menu-convert-item.
20849 Wrap easy-menu-filter-return around any :filter specification.
20850 Don't convert the menu if a filter was specified.
20851 Tell easy-menu-make-symbol not to check for MENU being an expression.
20852 (easy-menu-make-symbol): New arg NOEXP.
20853
20854 2000-07-05 Gerd Moellmann <gerd@gnu.org>
20855
20856 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
20857 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
20858 (eval-defun): If called with prefix arg, instrument code for
20859 Edebug.
20860
20861 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
20862 similar to that of eval-defun.
20863
20864 2000-07-04 Dave Love <fx@gnu.org>
20865
20866 * hl-line.el (hl-line-overlay): Make it permanent-local.
20867
20868 * calendar/todo-mode.el: Replaced with a working version, based on
20869 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
20870
20871 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
20872
20873 * paths.el (prune-directory-list): New function.
20874 (Info-default-directory-list): Rewritten to more methodically
20875 enumerate a big list of possible info directories (based on the
20876 list used by the standalone info reader).
20877
20878 * info.el (info-initialize): Use prune-directory-list to remove
20879 non-existent directories from Info-directory-list.
20880
20881 * paths.el (Info-default-directory-list): Try a list of possible
20882 info-directories instead of a single one. Add the possible
20883 info directory "/usr/share/info".
20884
20885 * woman.el (woman-man.conf-path): Explicitly include the debian
20886 man-db config file "/etc/manpath.config".
20887 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
20888 are present in `manpath.config'.
20889 (woman-manpath): Include "/usr/share/man".
20890
20891 2000-07-03 Gerd Moellmann <gerd@gnu.org>
20892
20893 * frame.el (blink-cursor-mode): Don't hide cursor initially.
20894
20895 * startup.el (command-line): Initialize blink-cursor based
20896 on window-system.
20897
20898 * frame.el (blink-cursor): Default to nil if not running under
20899 a window-system.
20900
20901 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
20902 (face-x-resources): Remove duplicate entry for :font.
20903
20904 * textmodes/refer.el (refer-find-entry-internal): Use some-window
20905 instead of cycling through windows with next-window.
20906
20907 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
20908 of cycling through windows with next-window.
20909
20910 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
20911 of cycling through windows with next-window.
20912
20913 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
20914 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
20915 instead of cycling through windows with next-window.
20916
20917 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
20918 instead of cycling through windows with next-window.
20919
20920 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
20921 of cycling through windows with next-window.
20922
20923 * terminal.el (te-process-output): Use walk-windows instead of
20924 cycling through windows with next-window.
20925
20926 * server.el (server-switch-buffer): Use some-window instead of
20927 cycling through windows with next-window.
20928
20929 * window.el (some-window): New function.
20930 (walk-windows): Remove reference to walk-windows-start.
20931
20932 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
20933
20934 2000-07-03 Richard Stallman <rms@gnu.org>
20935
20936 * window.el (walk-windows): Guarantee termination by keeping a list
20937 of all the windows already handled.
20938
20939 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
20940
20941 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
20942 window-system.
20943
20944 * man.el (Man-notify-when-ready): Don't use window-system. If
20945 Man-notify-method is newframe, and the display is not
20946 multi-frame, select the frame created for the man page.
20947 (Man-init-defvars): Doc fix.
20948
20949 2000-06-28 Gerd Moellmann <gerd@gnu.org>
20950
20951 * faces.el (region): Change background color for light background.
20952
20953 * ediff-wind.el (ediff-setup-control-frame): Remove :box
20954 attribute from mode-line face of Ediff control frame.
20955
20956 * replace.el (query-replace-map): Bind `e' like `E'.
20957
20958 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
20959
20960 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
20961 Change name to "Select All".
20962
20963 * dos-fns.el (convert-standard-filename): Fix last change.
20964
20965 2000-06-27 Gerd Moellmann <gerd@gnu.org>
20966
20967 * help.el (describe-variable): Don't insert a second `'s' in front
20968 of the string `value is shown below'. Since the syntax-table is
20969 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
20970 an existing `'s', so that this won't be deleted.
20971
20972 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
20973 * pcmpl-unix.el: New files.
20974
20975 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
20976
20977 * wid-edit.el (widget-member): Use the new plist-member.
20978
20979 2000-06-26 Gerd Moellmann <gerd@gnu.org>
20980
20981 * replace.el (perform-replace): Undo change of 2000-04-04.
20982 Instead, move backward 1 character at the end of the loop when
20983 necessary.
20984
20985 * faces.el (fringe): Change face for different backgrounds.
20986
20987 * eshell/esh-module.el (toplevel): Load defgroup's differently;
20988 patch from John.
20989
20990 * eshell/*.el: Change spelling of the Free Software Foundation.
20991
20992 * eshell/esh-toggle.el: Removed.
20993
20994 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
20995
20996 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
20997 interactively.
20998
20999 2000-06-26 Alex Schroeder <alex@gnu.org>
21000
21001 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21002 `define-key'; instead of checking `(emacs-version)' check for
21003 `set-keymap-parent' and `set-keymap-name' directly. Add entries
21004 for `;' and `o' which might be electric.
21005
21006 (sql-electric-stuff): New user option.
21007 (sql-magic-go): New function which uses `sql-electric-stuff'.
21008 (sql-magic-semicolon): New function which uses
21009 `sql-electric-stuff'.
21010
21011 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21012 is not fboundp.
21013
21014 (sql-oracle-options): New variable.
21015 (sql-oracle): Use it.
21016
21017 (sql-imenu-generic-expression): Doc change.
21018 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21019 is used.
21020
21021 (sql-informix): Added command line parameter "-" to force
21022 sql-informix-program to use stdout.
21023
21024 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
21025
21026 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21027 (cp864-decode-table): Doc fix.
21028 (cp720-decode-table): New variable, supports the Arabic OEM
21029 codepage used by Windows.
21030 (cp737-decode-table): New, Greek OEM codepage used by Windows.
21031
21032 2000-06-23 Dave Love <fx@gnu.org>
21033
21034 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21035 (font-lock-fontify-anchored-keywords): Use
21036 line-beginning-position.
21037 (global-font-lock-mode): Use mapc.
21038
21039 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
21040
21041 * eshell/esh-module.el: Require CL when compiling.
21042
21043 2000-06-23 Gerd Moellmann <gerd@gnu.org>
21044
21045 * comint.el (comint-substitute-in-file-name): Call replace-match
21046 with second and third arg t.
21047
21048 * cus-edit.el (custom-button-face, custom-button-pressed-face):
21049 Specify foreground color.
21050
21051 * faces.el (tool-bar, mode-line, header-line): Specify foreground
21052 color.
21053
21054 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21055
21056 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21057 cddr instead of cdddr.
21058
21059 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21060 instead of copy-list.
21061
21062 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21063 of copy-list.
21064
21065 * subdirs.el: Add eshell subdirectory.
21066
21067 * eshell: New subdirectory containing the Eshell package.
21068
21069 * pcomplete.el: New file.
21070
21071 2000-06-23 Paul Eggert <eggert@twinsun.com>
21072
21073 * mail/mailpost.el (post-mail-send-it): Make sure file has
21074 proper permissions from birth.
21075
21076 * files.el (basic-save-buffer-2): When temporarily setting
21077 file modes, set them to current modes plus 0200, not to 0777.
21078
21079 * emerge.el (emerge-make-temp-file): Make sure file has proper
21080 permissions from birth.
21081
21082 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
21083
21084 * files.el (make-backup-file-name-1): On DOS/Windows, run the
21085 backup file name through convert-standard-filename.
21086
21087 * dos-fns.el (convert-standard-filename): Convert leading
21088 directories as well. When long file names are supported, convert
21089 characters that are invalid in Windows file names.
21090
21091 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21092
21093 * ps-print.el: Fix bug: if ^L is the very first buffer character,
21094 ps-print crashes. New feature: page selection for printing. Create
21095 raw-text-unix coding system for XEmacs. Doc fix.
21096 (ps-print-version): New version number (5.2.3).
21097 (ps-plot-region): Bug fix.
21098 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21099 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21100 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21101 funs.
21102 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21103 (ps-last-page): New vars.
21104
21105 2000-06-21 Gerd Moellmann <gerd@gnu.org>
21106
21107 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21108 empty option string.
21109
21110 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
21111
21112 * man.el (man): Doc fix.
21113
21114 2000-06-21 Kenichi Handa <handa@etl.go.jp>
21115
21116 * international/mule-cmds.el (set-language-info-alist): Docstring
21117 fixed.
21118
21119 2000-06-20 Gerd Moellmann <gerd@gnu.org>
21120
21121 * version.el (emacs-version): Use ISO date format.
21122
21123 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21124 instead of `M-backspace'.
21125
21126 * simple.el (turn-off-auto-fill): New function.
21127
21128 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
21129
21130 * jit-lock.el (with-buffer-prepared-for-jit-lock):
21131 Renamed from with-buffer-prepared-for-font-lock and use
21132 inhibit-modification-hooks rather than setting *-change-functions.
21133 Update all functions to use the new name.
21134 (jit-lock-first-unfontify-pos): New semantics (and doc).
21135 (jit-lock-mode): Make non-interactive.
21136 Don't automatically turn on font-lock.
21137 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21138 Always use jit-lock-after-change.
21139 Remove and restore font-lock-after-change-function.
21140 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21141 (jit-lock-after-unfontify-buffer): Remove.
21142 (jit-lock-stealth-fontify):
21143 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21144 (jit-lock-after-change): Set the `fontified' text-prop to nil.
21145
21146 2000-06-20 Sam Steingold <sds@gnu.org>
21147
21148 * emacs-lisp/cl-indent.el (toplevel): Indent
21149 `print-unreadable-object' properly. Untabify.
21150
21151 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21152
21153 * textmodes/reftex.el (reftex-find-citation-regexp-format):
21154 Support for bibentry.
21155 (reftex-compile-variables): Fixed problem with end of section-re.
21156
21157 * texmodes/reftex-dcr.el (reftex-view-crossref,
21158 reftex-view-crossref-from-bibtex):
21159 Deal with changed `reftex-find-citation-regexp-format'.
21160 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21161 Replaced `remprop' with `put'.
21162 (reftex-view-crossref, reftex-view-crossref-when-idle):
21163 Support for bibentry.
21164
21165 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21166 New entry for bibentry package.
21167
21168 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21169 Regexp also matches "\nobibliography".
21170
21171 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21172 Call `reftex-ensure-write-access' before doing anything.
21173 (reftex-ensure-write-access): New function.
21174
21175 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21176
21177 * progmodes/idlwave.el: File re-installed (update to version 4.2)
21178
21179 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21180
21181 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21182
21183 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21184
21185
21186 2000-06-20 Dave Love <fx@gnu.org>
21187
21188 * faces.el (frame-background-mode): Use set-default, not set, in
21189 setter.
21190 (frame-update-faces, frame-update-face-colors): Define with
21191 defalias.
21192
21193 * enriched.el (enriched-decode-foreground)
21194 (enriched-decode-background): Don't use internal-find-face.
21195
21196 * apropos.el: Doc fixes.
21197
21198 * cus-edit.el (customize-changed-options): Check arg.
21199 (customize-version-lessp): Don't require decimal point.
21200
21201 * custom.el (defcustom, defgroup): Doc fix.
21202
21203 * newcomment.el (comment) <defgroup>: Add :version.
21204 (comment-multi-line): Doc fix.
21205
21206 * emulation/mlsupport.el (define-hooked-local-abbrev,
21207 define-hooked-global-abbrev): Fix, using define-abbrev.
21208
21209 2000-06-19 Gerd Moellmann <gerd@gnu.org>
21210
21211 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21212 the whole buffer.
21213
21214 2000-06-19 Dave Love <fx@gnu.org>
21215
21216 * menu-bar.el (menu-bar-options-save): New function.
21217 (menu-bar-options-menu): Use it.
21218 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21219 Simplify.
21220
21221 2000-06-19 Andreas Schwab <schwab@suse.de>
21222
21223 * progmodes/etags.el (tags-query-replace): Put new parameters
21224 START and END at the end, for backward compatibility.
21225
21226 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21227
21228 * international/codepage.el:
21229 (cp-coding-system-for-codepage-1): Delete special codes for
21230 generating xxx-dos coding system because now a CCL based coding
21231 system can handle EOL conversion by default.
21232
21233 * international/mule.el (make-coding-system): Generate subsidiary
21234 coding systems for EOL handling variants even for a CCL based
21235 coding system.
21236
21237 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21238
21239 * international/isearch-x.el (isearch-minibuffer-input-method)
21240 (isearch-minibuffer-input-method-function): These variables
21241 deleted.
21242 (isearch-with-input-method): Don't use the above variables.
21243 (isearch-process-search-multibyte-characters): Likewise. Call
21244 read-string with the arg INHERIT-INPUT-METHOD t.
21245
21246 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
21247
21248 * font-lock.el (font-lock-after-fontify-buffer)
21249 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21250
21251 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21252 Use consistent make-local-variable style for font-lock-fontified.
21253 (jit-lock-fontify-buffer):
21254 Don't bother checking for font-lock-mode and jit-lock-mode.
21255
21256 * time.el: Remove trailing ^M that prevent CVS-merging.
21257
21258 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21259
21260 * Makefile.in (distclean): New target.
21261
21262 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
21263
21264 * Makefile.in (srcdir): Define for update-subdirs.
21265
21266 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21267
21268 * find-lisp.el: New file.
21269
21270 2000-06-16 Andrew Innes <andrewi@gnu.org>
21271
21272 * time.el (display-time-mail-function): New variable, to allow
21273 external packages to indicate when new mail is available.
21274 (display-time-update): Use it.
21275
21276 2000-06-16 Kenichi Handa <handa@etl.go.jp>
21277
21278 * international/mule.el (mule-version): Change version name to
21279 SAKAKI. AOI has already been used by Meadow.
21280
21281 * international/quail.el (quail-show-guidance-buf): To find the
21282 bottom window (but minibuffer), pay attention to the height of
21283 minibuffer.
21284
21285 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
21286
21287 * arc-mode.el (archive-mode-map): Use the new menu-item format for
21288 menu-bar menus. Add help strings. Don't remove the Edit menu
21289 from the menu bar, as the menu bar has enough space now.
21290
21291 * Makefile.in (SHELL): Make sure /bin/sh is used.
21292
21293 * woman.el (woman-man-buffer): Fix bold and underlined CJK
21294 characters, which use series of two ^H characters instead of one.
21295
21296 2000-06-15 Gerd Moellmann <gerd@gnu.org>
21297
21298 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21299 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21300 functions.
21301 (Info-find-node-2): Try a case-sensitive search first, then
21302 do a case-insensitive search.
21303
21304 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21305 tutorials.
21306
21307 * complete.el (PC-env-vars-alist): New variable.
21308 (PC-complete-as-file-name): New function.
21309 (partial-completion-mode): Initialize PC-env-vars-alist from
21310 process-environment.
21311 (PC-do-completion): Handle completion of env vars.
21312
21313 * info.el (Info-set-mode-line): Show file name in mode line,
21314 use `*Info*' instead of `Info:'.
21315
21316 * startup.el (command-line-1): Change copyright messages to year
21317 2000.
21318
21319 2000-06-15 Dave Love <fx@gnu.org>
21320
21321 * net/goto-addr.el (goto-address-fontify): Use keymap property,
21322 not local-map.
21323
21324 2000-06-15 Kenichi Handa <handa@etl.go.jp>
21325
21326 * international/mule.el (set-buffer-file-coding-system): Almost
21327 rewritten to handle `undecided' as no-op.
21328
21329 2000-06-14 Gerd Moellmann <gerd@gnu.org>
21330
21331 * Makefile.in: New file.
21332
21333 * Makefile: Removed.
21334
21335 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21336 (goto-address-highlight-keymap): Bind C-c RET.
21337
21338 2000-06-14 Kenichi Handa <handa@etl.go.jp>
21339
21340 * mail/sendmail.el (sendmail-send-it): The temporary buffer
21341 inherits buffer-file-coding-system of the current buffer.
21342
21343 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21344 0. Give correct argument to set-auto-coding-function.
21345 (tar-expunge): For goto-char, use (point-min), not 0.
21346 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21347 (tar-subfile-save-buffer): Likewize.
21348
21349 * international/mule.el
21350 (after-insert-file-set-buffer-file-coding-system): Call
21351 set-buffer-file-coding-system with the arg FORCE t.
21352
21353 2000-06-13 Gerd Moellmann <gerd@gnu.org>
21354
21355 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21356 nil. Contemporary sendmails issue an X-Authentication-Warning if
21357 the sender is set with `-f'.
21358
21359 2000-06-13 Dave Love <fx@gnu.org>
21360
21361 * help.el (describe-function-1): Kluge around cases of functions
21362 fset to subrs whose doc doesn't match their symbol-name.
21363
21364 * image.el (insert-image): Default STRING to a space.
21365
21366 * info.el Doc fixes.
21367 (Info-build-node-completions): Match Ref tags.
21368
21369 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
21370
21371 * frame.el (display-multi-frame-p, display-multi-font-p): New
21372 defaliases for display-graphic-p.
21373
21374 * hl-line.el: Fixed a typo in commentary.
21375
21376 2000-06-13 Kenichi Handa <handa@etl.go.jp>
21377
21378 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21379 fixed.
21380
21381 2000-06-12 Dave Love <fx@gnu.org>
21382
21383 * image.el (insert-image): Save a little consing.
21384
21385 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21386
21387 * language/tibet-util.el: Convert all tibetan-1-column characters
21388 to the corresponding tibetan characters.
21389 (tibetan-add-components): Delete code for the special treatment of
21390 'a chung.
21391
21392 * language/tibetan.el (tibetan-composable-pattern): Fix previous
21393 change.
21394 (tibetan-vowel-transcription-alist): More rules added.
21395 (tibetan-composite-vowel-alist): New variable.
21396 (tibetan-precomposition-rule-alist): More rules added.
21397
21398 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
21399
21400 * startup.el (command-line): Only call menu-bar-mode if interactive.
21401
21402 * thingatpt.el (toplevel symbol-properties):
21403 * textmodes/makeinfo.el (makeinfo-compile):
21404 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21405 * progmodes/hideif.el (hif-compress-define-list)
21406 (hide-ifdef-use-define-alist):
21407 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21408 (ange-ftp-vms-add-file-entry):
21409 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21410 * man.el (Man-build-man-command):
21411 * mail/rnewspost.el (news-reply-header-hook):
21412 * info.el (Info-insert-dir):
21413 * emulation/mlconvert.el (backward-word, forward-word, setq):
21414 * emacs-lisp/gulp.el (gulp-send-requests):
21415 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21416 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21417 (byte-optimize-apply, end of file):
21418 * emacs-lisp/advice.el (ad-advice-class-completion-table)
21419 (ad-make-freeze-definition):
21420 * startup.el (command-line, command-line-1): Don't quote lambdas.
21421
21422 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21423 (cvs-cleanup-removed): New function.
21424 (cvs-cleanup-functions): New var.
21425 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21426 some flexibility in specifying additional entries to auto-cleanup.
21427 (cvs-quickdir): New function.
21428 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21429 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21430 (cvs-mode-find-file): Check that we are on a filename or dirname
21431 when invoked through a mouse-click.
21432 (cvs-full-path): Remove.
21433 (cvs-dired-action): Re-introduced.
21434 (cvs-dired-noselect): Use it.
21435 (vc-post-command-functions): use this new hook if available.
21436
21437 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21438 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21439 (cvs-filename-map, cvs-dirname-map): Remove.
21440 (cvs-default-action): Remove.
21441 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21442 if the arg is really a keymap.
21443 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21444 Don't hardcode the mapping from state (aka type) to face, but check
21445 the var cvs-fi-<type>-face instead.
21446 (cvs-fileinfo-from-entries): New function.
21447
21448 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21449 Docstring fix.
21450 (cvs-find-file-and-jump): Change default to be safer.
21451 (cvs-mode-diff-map): Define it as a function as well.
21452 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21453 Bind mouse-2 in this global map rather than with text-properties.
21454
21455 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21456 file to resolve the ambiguity between C(conflict) and C(need-merge).
21457
21458 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21459
21460 * international/mule.el (set-buffer-file-coding-system): If
21461 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21462 unconditionally.
21463
21464 2000-06-12 Dave Love <fx@gnu.org>
21465
21466 * wid-edit.el (widget-specify-button): Really suppress the face if
21467 required.
21468
21469 2000-06-11 Gerd Moellmann <gerd@gnu.org>
21470
21471 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21472
21473 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
21474
21475 * imenu.el (imenu-generic-expression): Docstring fix.
21476
21477 * composite.el (composition-function-table): Move the `put'
21478 below the autoload cookie so we can load the file before loaddefs.
21479
21480 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21481
21482 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21483 Handle easy-mmode-define-global-mode.
21484 For complex macros like define-minor-mode that can generate
21485 several autoload entries, try to autoload entries in the
21486 macroexpanded code.
21487
21488 * emacs-lisp/easy-mmode.el (define-minor-mode):
21489 If KEYMAP is a symbol, just use it.
21490 Use byte-compile-current-file and load-file-name to infer the
21491 proper :require to pass to defcustom.
21492 Wrap the hook var into `progn' so as not to autoload it.
21493 Add a :autoload-end cookie.
21494 Be more careful about the evaluation of KEYMAP.
21495 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21496 (define-derived-mode): Move define-abbrev-table outside of defvar.
21497
21498 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
21499
21500 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21501 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21502 (backup-compiled-files): Ignore errors during `tar'.
21503 (bootstrap): Make autoloads before elc files.
21504
21505 2000-06-10 Kenichi Handa <handa@etl.go.jp>
21506
21507 * international/mule.el (set-buffer-file-coding-system): If one of
21508 undecided-XXX is specified, change only EOL conversion.
21509
21510 * international/mule-conf.el (unix): New alias for the coding
21511 system undecided-unix.
21512
21513 2000-06-09 Dave Love <fx@gnu.org>
21514
21515 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21516
21517 * progmodes/executable.el: Byte compile dynamic.
21518 (executable-insert): Change custom type.
21519 (executable-find): Add autoload cookie.
21520 (executable-make-buffer-file-executable-if-script-p): New
21521 function. After Noah Friedman.
21522
21523 * files.el (after-save-hook): Customize, with
21524 executable-make-buffer-file-executable-if-script-p as an option.
21525
21526 2000-06-09 Kenichi Handa <handa@etl.go.jp>
21527
21528 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21529 "tib24p-mule.bdf" for Tibetan.
21530
21531 * composite.el (decompose-composite-char): Declare it as obsolete.
21532
21533 * man.el (Man-fontify-manpage): Pay attention to underline and
21534 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21535
21536 2000-06-08 Gerd Moellmann <gerd@gnu.org>
21537
21538 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21539 Set maintainer to FSF since author isn't reachable.
21540
21541 2000-06-08 Dave Love <fx@gnu.org>
21542
21543 * international/mule-cmds.el (select-safe-coding-system): If
21544 DEFAULT-CODING-SYSTEM is not specified, also check the most
21545 preferred coding-system if buffer-file-coding-system is
21546 `undecided'. From Handa.
21547
21548 2000-06-08 Kenichi Handa <handa@etl.go.jp>
21549
21550 * international/mule.el
21551 (after-insert-file-set-buffer-file-coding-system): If the buffer
21552 size is greater than INSERTED, judget that we are not visiting.
21553
21554 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
21555
21556 * whitespace.el (defgroup whitespace): Comment out `:version'.
21557 XEmacs 20.4 has problems defining the group with this present.
21558 We'll have this commented out till get resolve the problem.
21559
21560 2000-06-07 John Wiegley <johnw@gnu.org>
21561
21562 * align.el (align-dq-string-modes, align-sq-string-modes)
21563 (align-open-comment-modes): Add pyhton-mode.
21564 (align-rules-list): Use get-text-property instead of
21565 text-properties-at.
21566 (align-rules-list): Add python-assignment.
21567 (align-rules-list): Change perl-comma-delimiter to
21568 basic-comma-delimiter. Use if for Perl modes and python-mode.
21569 (align-rules-list): Add python-chain-logic and
21570 basic-line-continuation.
21571
21572 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
21573
21574 * apropos.el (apropos-mode-hook): New user variable.
21575 (apropos-mode): Run apropos-mode-hook.
21576
21577 2000-06-07 David Ponce <david@dponce.com>
21578
21579 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21580 commands. Require `wid-edit' at run-time.
21581
21582 2000-06-07 David Ponce <david@dponce.com>
21583
21584 * recentf.el: Added some "Commentary".
21585 (recentf-open-more-files, recentf-edit-list): Minor changes to
21586 move the point at the top of the file list. This behaviour is
21587 consistent with the menu one when the list contains a lot of
21588 files.
21589 (recentf-cleanup): Now displays the number of items removed from
21590 the list.
21591 (recentf-relative-filter) New menu filter to show filenames
21592 relative to `default-directory'.
21593
21594 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21595
21596 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
21597 with/without giving an error if PostScript printer doesn't have this
21598 kind of page size. Zebra Stripe continues or restarts on next page.
21599 Manual/automatic paper feeding. Switch or not the header.
21600 (ps-print-version): New version number (5.2.2).
21601 (ps-windows-system): Include emx as a Windows system.
21602 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
21603 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
21604 (ps-background-text): Code fix.
21605 (ps-error-handler-message, ps-user-defined-prologue)
21606 (ps-print-prologue-header, ps-printer-name)
21607 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
21608 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
21609 (ps-use-face-background): Customization fix.
21610 (ps-n-up-database): Data fix.
21611 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
21612 (ps-switch-header): New vars.
21613 (ps-xemacs-color-name, ps-face-foreground-name)
21614 (ps-face-background-name, ps-boolean-constant): New funs.
21615
21616 2000-06-07 Dave Love <fx@gnu.org>
21617
21618 * allout.el: New version from Manheimer.
21619
21620 2000-06-07 Kenichi Handa <handa@etl.go.jp>
21621
21622 * textmodes/fill.el (fill-find-break-point): Check the validity of
21623 charset.
21624
21625 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
21626
21627 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21628 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
21629 Call display-color-p and display-mouse-p instead of looking at
21630 window-system.
21631
21632 2000-06-06 Dave Love <fx@gnu.org>
21633
21634 * image.el (find-image): Doc fix. Return nil if image not found.
21635 (put-image, insert-image): Make STRING arg optional.
21636
21637 2000-06-06 Kenichi Handa <handa@etl.go.jp>
21638
21639 * language/vietnamese.el: Remove eval-when-compile.
21640 (viet-viscii-nonascii-translation-table): Define it as a
21641 translation table made from viet-viscii-decode-table.
21642 (viet-viscii-encode-table): Define it as a translation table made
21643 from the reverse map of above.
21644 (viet-vscii-nonascii-translation-table): Define it as a
21645 translation table made from viet-vscii-decode-table.
21646 (viet-vscii-encode-table): Define it as a translation table made
21647 from the reverse map of above.
21648 (ccl-decode-viscii): Use translate-character.
21649 (ccl-encode-viscii, ccl-encode-viscii-font)
21650 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
21651 Likewize.
21652
21653 * language/cyrillic.el: Remove eval-when-compile.
21654 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
21655 translation table made from cyrillic-koi8-r-decode-table.
21656 (cyrillic-koi8-r-encode-table): Define it as a translation table
21657 made from the reverse map of above.
21658 (ccl-decode-koi8): Use translate-character.
21659 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
21660 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
21661 a translation table made from cyrillic-alternativnyj-decode-table.
21662 (cyrillic-alternativnyj-encode-table): Define it as a translation
21663 table made from the reverse map of above.
21664 (ccl-decode-alternativnyj): Use translate-character.
21665 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
21666 Likewize
21667
21668 * international/mule-diag.el (non-iso-charset-alist): Specify
21669 translation table symbol instead of translation table itself.
21670 (list-block-of-chars): CHARSET may be a translation table symbol.
21671
21672 * international/mule.el (make-coding-system): If CODING-SYSTEM
21673 already exists, override it.
21674
21675 * international/fontset.el: Use family `proportional' for Tibetan
21676 fonts.
21677
21678 * international/ccl.el (ccl-compile-translate-character): Don't
21679 check if Rrr has property translation-table.
21680 (ccl-compile-map-multiple): Modified to avoid compiler warning.
21681
21682 2000-06-05 Gerd Moellmann <gerd@gnu.org>
21683
21684 * info.el: Bind case-fold-search to t when searching in case
21685 a user sets it to nil in a hook.
21686
21687 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
21688
21689 * autoarg.el (autoarg-mode, autoarg-kp-mode):
21690 * hl-line.el (hl-line-mode): Use the new :global key argument.
21691
21692 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
21693 (tar-clip-time-string): Prepend a space.
21694 (tar-grind-file-mode): Construct a string rather than modifying one.
21695 (tar-header-block-summarize): Fix docstring.
21696 Use `format' rather than an error-prone set of copy-loops.
21697
21698 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
21699 (diff-goto-source, diff-unified->context, diff-context->unified)
21700 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
21701 understand the format output by the `-p' argument to diff.
21702
21703 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
21704 (sh-re-done): Use defconst.
21705 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
21706 (sh-help-string-for-variable, sh-guess-basic-offset):
21707 Don't quote lambdas.
21708 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
21709 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
21710
21711 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
21712 (mh-letter-mode): Derive from text-mode.
21713 This implicitly means that it now calls kill-all-local-variables.
21714 Also remove the Emacs-18 compatibility code.
21715
21716 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
21717 Make use of symbol-property doc-string-elt.
21718 Use memq rather than a sequence of eq.
21719 (doc-string-elt): Fix the wrong or missing previously unused values.
21720 (autoload-print-form): New function extracted from
21721 generate-file-autoloads to allow recursion when handling progn
21722 so that defvar's and defun's docstrings are properly printed.
21723 (generate-file-autoloads): Use it.
21724
21725 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
21726 Use find-file-hooks in the minor-mode function.
21727 Be careful not to loop indefinitely in the post-command-hook function.
21728
21729 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
21730
21731 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
21732 tty's.
21733 * ediff-diff.el (ediff-exec-process): Use --binary for fine
21734 differences whenever appropriate.
21735 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
21736 * viper.el (find-file, find-file-other-window): Get viper to do
21737 wildcards.
21738
21739 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
21740
21741 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
21742 (jit-lock-fontify-buffer): New function for JIT refontification.
21743 (jit-lock-mode): Fix docstring.
21744 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
21745 Remove jit-lock-after-change from the _local_ hook.
21746 (jit-lock-function-1): Fix docstring.
21747
21748 * info.el (Info-on-current-buffer): Initialize info.
21749
21750 * newcomment.el (comment-indent): Ignore comment-indent-hook.
21751
21752 * progmodes/tcl.el (tcl-indent-for-comment):
21753 Ignore comment-indent-hook.
21754
21755 * emacs-lisp/easy-mmode.el: Require CL during compilation.
21756 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
21757 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
21758 and improve to use the lighter to guess the capitalization.
21759 (define-minor-mode): Inline code from easy-mmode-define-toggle.
21760 Add keyword arguments to specify global-ness or the custom group.
21761 Add local-map and help-echo properties to the lighter.
21762 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
21763 (easy-mmode-define-global-mode): New macro.
21764
21765 2000-06-02 Dave Love <fx@gnu.org>
21766
21767 * wid-edit.el: byte-compile-dynamic since we typically don't use
21768 all the widgets. Don't require cl or widget. Remove
21769 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
21770 (widget-read-event): Removed. Callers changed to use read-event.
21771 (widget-button-release-event-p): Renamed from
21772 button-release-event-p.
21773 (widget-field-add-space, widget-field-use-before-change):
21774 Uncustomize.
21775 (widget-specify-field): Use keymap property, not local-map.
21776 (widget-specify-button): Obey :suppress-face.
21777 (widget-specify-insert): Use modern backquote syntax.
21778 (widget-image-directory): Renamed from widget-glyph-directory.
21779 (widget-image-enable): Renamed from widget-glyph-enable.
21780 (widget-image-find): Replaces widget-glyph-find.
21781 (widget-button-pressed-face): Move defvar.
21782 (widget-image-insert): Replaces widget-glyph-insert.
21783 (widget-convert): Use keywordp.
21784 (widget-leave-text, widget-children-value-delete): Use mapc.
21785 (widget-keymap): Remove XEmacs stuff.
21786 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
21787 (widget-button-click): Don't set point at the click, but re-centre
21788 if we scroll out of window. Rewritten for images v. glyphs &c.
21789 (widget-tabable-at): Use POS arg, not point.
21790 (widget-beginning-of-line, widget-end-of-line)
21791 (widget-item-value-create, widget-sublist, widget-princ-to-string)
21792 (widget-sexp-prompt-value, widget-echo-help): Simplify.
21793 (widget-default-create): Use widget-image-insert; some rewriting.
21794 (widget-visibility-value-create)
21795 (widget-push-button-value-create, widget-toggle-value-create): Use
21796 widget-image-insert.
21797 (checkbox): Create on and off images dynamically.
21798 (documentation-link): Change :help-echo.
21799 (widget-documentation-link-echo-help): Remove.
21800
21801 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
21802
21803 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
21804
21805 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
21806 (easy-mmode-define-toggle, define-minor-mode): Use it.
21807 (easy-mmode-define-keymap): Docstring fix.
21808 (define-derived-mode): Default PARENT to fundamental-mode.
21809 Add the derived-mode-parent symbol-property.
21810 (easy-mmode-derived-mode-p): New function.
21811
21812 2000-06-02 Dave Love <fx@gnu.org>
21813
21814 * files.el (convert-standard-filename): Doc fix.
21815 (normal-backup-enable-predicate): New function.
21816 (backup-enable-predicate): Use it to replace the lambda form.
21817
21818 * calendar/todo-mode.el: [This needs more work on the outline
21819 stuff.] Doc fixes.
21820 (todo) <defgroup>: Add :version.
21821 (todo-add-category): Don't use pushnew.
21822 (todo-cmd-raise): Fix typo.
21823 (todo-top-priorities): Change temp buffer name.
21824 (todo-category-alist): Avoid redundant lambda.
21825 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
21826 Use outline-next-heading.
21827
21828 * autoarg.el: Rewritten to use define-minor-mode.
21829 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
21830 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
21831
21832 2000-06-02 Kenichi Handa <handa@etl.go.jp>
21833
21834 * isearch.el (isearch-other-meta-char): Fix previous change.
21835
21836 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
21837
21838 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
21839 (log-edit-done): Only add the comment to the ring if it's different
21840 from the last comment entered.
21841
21842 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
21843
21844 2000-06-01 Dave Love <fx@gnu.org>
21845
21846 * hl-line.el: Rewritten using define-minor-mode.
21847
21848 * help.el (describe-function-1): Distinguish special form from
21849 builtin function. Sanity-check presence of arglist for builtins.
21850
21851 2000-06-01 Kenichi Handa <handa@etl.go.jp>
21852
21853 * international/characters.el: Fix syntax/category setting of
21854 Tibetan characters.
21855
21856 * language/tibet-util.el (tibetan-add-components): Fixes for new
21857 encoding of Tibetan characters.
21858 (tibetan-decompose-precomposition-alist): New variable.
21859 (tibetan-decompose-region): Convert precomposed characters to
21860 non-precomposed characters.
21861 (tibetan-decompose-string): Likewise.
21862 (tibetan-composition-function): Fix args to
21863 thibetan-compose-string.
21864
21865 * language/tibetan.el (tibetan-composable-pattern): More
21866 characters included.
21867 (tibetan-consonant-transcription-alist): Rule for "R" added.
21868 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
21869 "+R" added.
21870 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
21871
21872 * language/lao-util.el (lao-composition-function): Fix args to
21873 compose-string.
21874
21875 * language/thai-util.el (thai-composition-function): Fix args to
21876 compose-string.
21877
21878 * isearch.el (isearch-update): Set disable-point-adjustment to t
21879 to prevent the point moving to the end of a composition when a
21880 part of a composition is searched.
21881 (isearch-other-meta-char): If the key invoking this command can be
21882 mapped by function-key-map to a printing char, call
21883 isearch-process-search-char directly.
21884
21885 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
21886
21887 * emacs-lisp/bytecomp.el:
21888 * frame.el:
21889 * international/mule-cmds.el:
21890 * international/mule-util.el:
21891 * international/mule.el:
21892 * mouse.el:
21893 * subr.el:
21894 * faces.el: Update calls to make-obsolete with a WHEN argument.
21895
21896 * byte-run.el (make-obsolete, make-obsolete-variable):
21897 Add an optional WHEN argument and change the format of the
21898 symbol-property information.
21899 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
21900 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
21901 new obsolete-symbol-property format and print WHEN if it is provided.
21902
21903 2000-05-31 Dave Love <fx@gnu.org>
21904
21905 * loadhist.el (loadhist-hook-functions): Remove
21906 before-change-function, after-change-function.
21907 (unload-feature): Deal with symbols which are both bound and
21908 fbound.
21909
21910 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
21911 before-change-function, after-change-function.
21912
21913 * simple.el (newline): Don't bind before-change-function,
21914 after-change-function.
21915
21916 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
21917
21918 * whitespace.el (whitespace-rescan-timer-time): Update interval
21919 set to 600 seconds (10 minutes) instead of 60 seconds since
21920 a large number of whitespace buffers causes emacs to `freeze'
21921 for a considerable amount of time.
21922
21923 * whitespace.el: Updated email address
21924
21925 2000-05-31 Dave Love <fx@gnu.org>
21926
21927 * add-log.el (change-log-font-lock-keywords) <function>: Add
21928 pattern for function of change.
21929 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
21930 acknowledgements patterns.
21931
21932 2000-05-31 Kenichi Handa <handa@etl.go.jp>
21933
21934 * isearch.el (isearch-printing-char): If keyboard coding system is
21935 being used, call isearch-process-search-multibyte-characters.
21936
21937 * international/isearch-x.el: Mostly rewritten.
21938
21939 * international/quail.el (quail-start-conversion): Don't include
21940 unhandled events in the returned events, but set them in
21941 unread-command-events. Exit if all inputs are deleted.
21942
21943 2000-05-30 Jason Rumney <jasonr@gnu.org>
21944
21945 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
21946
21947 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
21948 Reenable code to create initial fontsets.
21949 Use set-fontset-font in place of put-charset-property.
21950
21951 2000-05-30 Gerd Moellmann <gerd@gnu.org>
21952
21953 * progmodes/perl-mode.el (perl-indent-line): When looking for a
21954 label, ensure that the first colon isn't followed by another.
21955
21956 * paths.el (Info-default-directory-list): Doc fix.
21957
21958 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
21959 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
21960 send a query containing USER only, not USER@HOST.
21961
21962 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
21963 and rmail-msgend to compute the restriction at the end, instead of
21964 computing it.
21965
21966 2000-05-29 Gerd Moellmann <gerd@gnu.org>
21967
21968 * dabbrev.el (dabbrev-expand): Don't display messages in the
21969 echo area if the minibuffer window is active.
21970
21971 * jit-lock.el (jit-lock-mode): Add after change function to
21972 local hook.
21973
21974 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
21975
21976 * antlr-mode.el: New commands: hide/unhide actions,
21977 upcase/downcase literals.
21978 (antlr-tiny-action-length): New user option.
21979 (antlr-hide-actions): New command. Suggested by
21980 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
21981 (antlr-mode-map): New binding [C-c C-v].
21982 (antlr-mode-menu): New entries.
21983 (antlr-downcase-literals): New command.
21984 (antlr-upcase-literals): Ditto.
21985
21986 * antlr-mode.el: Minor changes: indendation, mode-name.
21987 (antlr-indent-line): Indent cpp directive at column 0.
21988 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
21989
21990 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
21991 (antlr-font-lock-additional-keywords): Workaround for intentional
21992 bug in XEmacs version of font-lock.
21993 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
21994 be used by a smarter version of `buffers-menu-grouping-function'.
21995
21996 2000-05-29 Gerd Moellmann <gerd@gnu.org>
21997
21998 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
21999 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22000
22001 2000-05-29 Kenichi Handa <handa@etl.go.jp>
22002
22003 * international/encoded-kb.el
22004 (encoded-kbd-iso2022-designation-map): Pay attention to that
22005 charset-iso-final-char return -1 for eight-bit-control and
22006 eight-bit-graphic.
22007
22008 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22009
22010 * speedbar.el (speedbar-use-images, speedbar-update-flag)
22011 (speedbar-easymenu-definition-base): Use display-graphic-p where
22012 available, instead of window-system.
22013
22014 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22015
22016 * international/codepage.el (cp-coding-system-for-codepage-1): Add
22017 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22018 coding systems.
22019
22020 2000-05-26 Dave Love <fx@gnu.org>
22021
22022 * disp-table.el (standard-display-underline): Don't use
22023 internal-find-face.
22024
22025 * mail/reporter.el: Maintainer change. Doc fixes.
22026 (reporter-version): Deleted.
22027
22028 * emacs-lisp/elp.el: Maintainer change.
22029 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22030
22031 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
22032
22033 * add-log.el (add-change-log-entry): Merge the current entry with the
22034 previous one if the previous one is empty.
22035
22036 2000-05-26 Dave Love <fx@gnu.org>
22037
22038 * loadhist.el (unload-feature): Fix interactive spec [from
22039 lijnzaad@ebi.ac.uk].
22040
22041 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22042 subr-arity to check primitives.
22043 (byte-compile-flush-pending, byte-compile-file-form-progn)
22044 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22045 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22046 mapcar.
22047
22048 2000-05-26 Kenichi Handa <handa@etl.go.jp>
22049
22050 * international/fontset.el: Set family names of non-latin charsets
22051 in default fontset to "*".
22052
22053 * international/mule-diag.el (print-fontset): Combine family part
22054 and registry part of the fontname by "-*-" instead of "-".
22055
22056 * international/mule-cmds.el (encode-coding-char): Make strings
22057 multibyte before calling encode-coding-string.
22058
22059 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
22060
22061 * derived.el: Fix keywords.
22062 (define-derived-mode): Only define if needed.
22063
22064 * simple.el (fill-comment, comment-column, comment-start)
22065 (comment-start-skip, comment-end, comment-indent-function)
22066 (block-comment-start, block-comment-end, indent-for-comment)
22067 (set-comment-column, kill-comment, comment-padding, comment-region)
22068 (comment-multi-line, indent-new-comment-line): Remove.
22069
22070 * bindings.el (esc-map): Change ; to comment-dwim and use the new
22071 function names for comment operations.
22072
22073 * newcomment.el: Add abundant autoload cookies.
22074 (comment-style): Don't depend on runtime data at compile-time.
22075 (comment-indent-hook): Remove.
22076 (comment-indent): Check if comment-indent-hook is bound.
22077 (comment-region): Docstring fix.
22078
22079 2000-05-25 Dave Love <fx@gnu.org>
22080
22081 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22082 byte-code-function-p.
22083
22084 * mail/rmailsum.el: Add provide.
22085
22086 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22087
22088 * smerge-mode.el (smerge-diff-switches): Don't use list* in
22089 defcustom.
22090
22091 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
22092
22093 * ediff-diff.el (ediff-exec-process): delete --binary option from
22094 non-buffer ediff jobs.
22095
22096 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22097
22098 * hilit-chg.el (highlight-changes-mode): Ask about color or
22099 grayscale support, not about window-system.
22100
22101 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22102 window-system.
22103 (ffap-highlight): Always default to t.
22104
22105 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22106 display-popup-menus-p instead of looking at window-system.
22107
22108 * disp-table.el (standard-display-g1, standard-display-graphic):
22109 Only refuse to use string glyphs on X and MS-Windows.
22110
22111 * avoid.el: Remove window-system from commentary, suggest to use
22112 display-*-p instead.
22113
22114 * apropos.el (apropos-print): Use display-mouse-p instead of
22115 window-system.
22116
22117 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22118
22119 * international/codepage.el (cp-decoding-vector-for-codepage):
22120 Fill up unsupported characters with their own codes. From Kenichi
22121 Handa.
22122
22123 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22124
22125 * international/mule-diag.el (describe-char-after): Use
22126 display-graphic-p instead of window-system, so that this function
22127 works on MS-DOS.
22128
22129 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22130
22131 * international/codepage.el (cp-make-coding-systems-for-codepage):
22132 Remove the eight-bit-graphic and eight-bit-control charsets from
22133 the list of charsets which we convert into `?'.
22134
22135 2000-05-25 Kenichi Handa <handa@etl.go.jp>
22136
22137 * international/mule-conf.el: Specify CHARSET-ID explicitely for
22138 private charsets.
22139 (mule-unicode-0100-24ff, japanese-jisx0213-1,
22140 japanese-jisx0213-2): New charsets.
22141
22142 * international/fontset.el: Setup default fontset for new charsets.
22143
22144 2000-05-24 Dave Love <fx@gnu.org>
22145
22146 * info.el (Info-find-node-2): Restructure [following "Vadim
22147 S. Solomin" <sovs@uic.nnov.ru>].
22148
22149 * icomplete.el: Fix header for Finder.
22150
22151 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
22152
22153 * rmailout.el (rmail-output-to-rmail-file): Added optional param
22154 STAY.
22155
22156 * rmail.el (rmail-automatic-folder-directives): New user variable.
22157 (rmail-show-message): Add call to `rmail-auto-file' during
22158 display.
22159 (rmail-auto-file): New function.
22160
22161 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22162
22163 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22164 account.
22165 (ediff-test-utility,ediff-diff-mandatory-option)
22166 (ediff-reset-diff-options): Utilities for proper initialization of
22167 ediff-diff-options and ediff-diff3-options on Windows.
22168
22169 * ediff-init.el (ediff-merge-filename-prefix): New customizable
22170 variable.
22171
22172 * ediff-mult.el (ediff-filegroup-action): Use
22173 ediff-merge-filename-prefix.
22174
22175 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22176
22177 * viper-ex.el (ex-write): Set selective display to nil.
22178
22179 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22180
22181 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22182 aliases for hebrew-iso-8bit.
22183
22184 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22185
22186 * woman.el: New version from Francis J. Wright
22187 <F.J.Wright@Maths.QMW.ac.uk>.
22188 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22189 names in environment variables regardless of the path separator.
22190 (woman-topic-all-completions-1): Don't call file-name-directory-p
22191 on all files, since woman-file-regexp already filters out any
22192 directories.
22193
22194 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22195
22196 * international/quail.el (quail-start-translation): Don't change
22197 modified-p of the current buffer.
22198 (quail-start-conversion): Likewise.
22199
22200 * international/kkc.el (kkc-region): Don't change modified-p of
22201 the current buffer.
22202
22203 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22204 conform to RFC1468.
22205 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22206
22207 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
22208
22209 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22210 (speedbar-insert-button): Invisible text property fix.
22211 (speedbar-directory-plus): Renamed from speedbar-directory-+
22212 (speedbar-directory-minus): Renamed from speedbar-directory--
22213 (speedbar-page-plus): Renamed from speedbar-file-+
22214 (speedbar-page-minus): Renamed from speedbar-file--
22215 (speedbar-page): Renamed from speedbar-file-
22216 (speedbar-tag): Renamed from speedbar-tag-
22217 (speedbar-tag-plus): Renamed from speedbar-tag-+
22218 (speedbar-tag-minus): Renamed from speedbar-tag--
22219 (speedbar-expand-image-button-alist): Use above renames.
22220
22221 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22222 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22223 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22224 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22225 * sb-pg.xpm: Renamed from sb-file.xpm
22226 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22227 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22228
22229 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22230
22231 * international/quail.el (quail-show-guidance-buf): Set
22232 current-input-method of the guidance buffer to the name of the
22233 curren input method.
22234
22235 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
22236
22237 * progmodes/compile.el (compile-internal): Style typo.
22238
22239 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22240 quote vars and functions in the docstring.
22241
22242 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22243
22244 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22245 Don't quote lambdas.
22246
22247 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22248
22249 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22250
22251 * startup.el (command-line): Determine source file of compiled
22252 user init file differently. Warn if compiled user init file
22253 is older than its source file.
22254
22255 * ffap.el (ffap-url-regexp): Add `https'.
22256
22257 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
22258
22259 * files.el (make-backup-file-name-1): Replace slashes with `!'
22260 rather than `|' (which is not allowed on Windows). Replace the
22261 drive letters with a string "drive_X".
22262
22263 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22264
22265 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22266
22267 * files.el (interpreter-mode-alist): Add `bash2'.
22268
22269 2000-05-22 Dave Love <fx@gnu.org>
22270
22271 * loadhist.el (feature-symbols, file-provides, file-requires): Use
22272 mapc.
22273 (feature-file): Avoid calling symbol-name. Doc fix.
22274 (file-set-intersect, file-dependents): Use dolist, not mapcar.
22275 (loadhist-hook-functions): Add mouse-position-function.
22276 (unload-feature): Change uses of mapcar.
22277
22278 * files.el (parse-colon-path): Doc fix.
22279 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22280 (set-auto-mode): Use mapc.
22281
22282 * complete.el (PC-look-for-include-file): Use :alnum: character
22283 class.
22284 (partial-completion-mode): Add autoload cookie.
22285
22286 2000-05-22 Sam Steingold <sds@gnu.org>
22287
22288 * info.el (Info-fontify-node): Fixed the call to
22289 `add-text-properties' (bug introduced on 2000-05-18).
22290
22291 2000-05-22 Dave Love <fx@gnu.org>
22292
22293 * bindings.el: Remove debug-ignored-errors set in other files.
22294
22295 * progmodes/etags.el: Add to debug-ignored-errors.
22296 (visit-tags-table-buffer): Clear out buffers holding old tables
22297 when making a new list.
22298 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22299 mapc.
22300
22301 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
22302 quote keywords.
22303 (cmpl-string-case-type): Use character classes.
22304
22305 * comint.el:
22306 * textmodes/ispell.el:
22307 * imenu.el:
22308 * mail/mh-e.el:
22309 * progmodes/compile.el: Add to debug-ignored-errors.
22310
22311 * dabbrev.el: Add to debug-ignored-errors.
22312 (dabbrev-completion): Use mapc.
22313
22314 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
22315
22316 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22317 (woman-mapcan, woman-parse-man.conf)
22318 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22319 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22320 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
22321 path syntax better.
22322 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22323 (woman-manpath): Call woman-parse-man.conf.
22324 (woman-emulation): New defcustom, defaults to nroff.
22325 (woman-font-support): New defconst.
22326 (woman-use-symbol-font): New defcustom.
22327 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22328 "Emulation".
22329 Many functions: Doc fix.
22330
22331 2000-05-22 Kenichi Handa <handa@etl.go.jp>
22332
22333 * international/quail.el (quail-simple-translation-keymap): Map
22334 128..255 to quail-self-insert-command.
22335 (quail-keyboard-layout-alist): Add definition for "pc102-de".
22336
22337 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
22338
22339 * help.el (help-manyarg-func-alist): Typo.
22340
22341 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22342 intervals which makes it heaps simpler.
22343
22344 * newcomment.el (comment-region-internal): Go back to BEG after quoting
22345 the nested comment markers.
22346
22347 * subr.el (remove-hook): Don't turn the hook's value into a list.
22348
22349 2000-05-21 Dave Love <fx@gnu.org>
22350
22351 * edmacro.el (edmacro-parse-keys): Return vector if any elements
22352 are invalid characters.
22353
22354 * international/mule-util.el (detect-coding-with-priority): Use
22355 mapc. Remove redundant lambda.
22356
22357 * international/mule-diag.el (list-non-iso-charset-chars)
22358 (describe-fontset): Remove redundant lambda.
22359
22360 * emulation/crisp.el (brief-mode): New alias.
22361
22362 * emacs-lisp/ring.el (ring-elements): New function.
22363
22364 * emacs-lisp/easymenu.el (easy-menu-create-menu)
22365 (easy-menu-do-add-item): Use keywordp.
22366
22367 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22368
22369 * replace.el: Doc and error message fixes.
22370 (replace-highlight): Use facep, not internal-find-face.
22371
22372 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
22373
22374 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22375
22376 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22377 (log-edit-insert-changelog): Drop `:' as well.
22378
22379 * log-view.el: Fix file description.
22380 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22381 available.
22382 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22383 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22384
22385 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22386 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22387 Print a status message if the toggle is called interactively.
22388 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22389 for global minor modes and use `defcustom' for them.
22390 Use add-minor-mode.
22391 (easy-mmode-define-derived-mode): Remove.
22392 (define-derived-mode): Fancier default docstring.
22393 (easy-mmode-define-navigation): Signal an error rather than (ding).
22394
22395 * newcomment.el (comment-styles): New `box-multi'.
22396 (comment-normalize-vars): Better default for comment-continue to
22397 avoid whitespace-only continuations.
22398 (comment-search-forward): Always move even in the no-syntax case.
22399 (comment-padright): Only obey N if it's only obeyed for padleft.
22400 (comment-make-extra-lines): Better handling of empty continuations.
22401 Use `=' for the filler if comment-start has only one character.
22402 (uncomment-region): Try handling the special `=' filler.
22403 (comment-region): Allow LINES even if MULTI is nil.
22404 (comment-box): Choose box style based on comment-style.
22405
22406 2000-05-20 Kenichi Handa <handa@etl.go.jp>
22407
22408 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22409 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22410
22411 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
22412
22413 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22414 and insert, not subst-char-in-region.
22415
22416 * international/mule-diag.el (list-character-sets-1): Handle
22417 charsets eight-bit-control and eight-bit-graphic.
22418 (list-iso-charset-chars): Likewise.
22419 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22420 charactes as is. Use indent-to to align characters.
22421
22422 * international/mule-cmds.el (find-multibyte-characters): Never
22423 exclude charsets eight-bit-control and eight-bit-graphic.
22424
22425 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22426
22427 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22428 Don't quote lambdas.
22429
22430 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22431
22432 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22433
22434 * gud.el (gud-jdb-directories): Doc fix.
22435
22436 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22437
22438 * newcomment.el: New file.
22439
22440 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22441
22442 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22443
22444 2000-05-18 Andreas Schwab <schwab@suse.de>
22445
22446 * dired.el (dired-between-files): Also skip lines beginning with
22447 `used'.
22448
22449 2000-05-18 Gerd Moellmann <gerd@gnu.org>
22450
22451 * msb.el (msb-menu-cond): Add choice `user'.
22452
22453 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22454
22455 * ps-print.el: Compatibility, customization and doc fix.
22456 (ps-printer-name-option): Replace defconst by defvar.
22457 (ps-postscript-code-directory): XEmacs compatibility.
22458 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22459 fix.
22460 (ps-user-defined-prologue, ps-print-prologue-header)
22461 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22462 compatibility and code fix.
22463 (ps-print-background-image, ps-print-background-text):
22464 Customization fix.
22465 (ps-line-number-start, ps-n-up-on): New vars.
22466
22467 2000-05-18 Espen Skoglund <esk@ira.uka.de>
22468
22469 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22470 the indent-comment function to just return the appropriate indent.
22471
22472 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
22473
22474 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22475 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22476 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22477
22478 2000-05-18 Dave Love <fx@gnu.org>
22479
22480 * info.el (Info-fontify-node): Add intangible property as well as
22481 invisible.
22482
22483 * calendar/appt.el (appt-make-list): Match all lines of entry.
22484 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22485
22486 2000-05-18 Kenichi Handa <handa@etl.go.jp>
22487
22488 * international/mule-diag.el (describe-char-after): Call
22489 internal-char-font, not char-font. If internal-char-font returns
22490 nil, display "-- none --".
22491
22492 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22493
22494 * image.el (image-type-available-p): Don't reference image-types
22495 if it isn't bound.
22496
22497 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
22498
22499 * autoarg.el (autoarg-mode): Typo in the :set argument.
22500
22501 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22502
22503 * startup.el (command-line-1): Don't signal an error if the
22504 directory for auto-save-list files does not yet exist.
22505
22506 2000-05-17 Kenichi Handa <handa@etl.go.jp>
22507
22508 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22509
22510 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
22511
22512 * subr.el (remove-hook): `setq' hook-value, not `set'.
22513
22514 2000-05-16 Sam Steingold <sds@gnu.org>
22515
22516 * info.el (debug-ignored-errors): More errors to ignore.
22517
22518 2000-05-16 Dave Love <fx@gnu.org>
22519
22520 * cus-edit.el: Don't require cl or easymenu.
22521 (custom-variable-prompt): Test standard-value property, not
22522 user-variable-p.
22523
22524 2000-05-16 Sam Steingold <sds@gnu.org>
22525
22526 * subr.el (add-hook): `setq' hook-value, not `set'.
22527
22528 2000-05-16 Gerd Moellmann <gerd@gnu.org>
22529
22530 * startup.el (command-line-1): Mention the FAQ in the startup
22531 message.
22532
22533 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22534
22535 * progmodes/compile.el (compilation-parse-errors): Collect
22536 `nomessage' regexps last.
22537
22538 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22539
22540 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22541 to the function name.
22542
22543 2000-05-15 Dave Love <fx@gnu.org>
22544
22545 * speedbar.el (speedbar-recenter): Typo.
22546 (speedbar-expand-line): Make arg optional.
22547 (speedbar-mode): Avoid a compiler warning.
22548
22549 2000-05-15 Gerd Moellmann <gerd@gnu.org>
22550
22551 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22552 user-specified option string is empty.
22553
22554 * mouse.el (mouse-yank-at-click): Doc fix.
22555
22556 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
22557
22558 * term/internal.el (IT-character-translations): More updates of
22559 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22560 documents.
22561
22562 2000-05-15 Gerd Moellmann <gerd@gnu.org>
22563
22564 * env.el (getenv): New function, interactively callable.
22565 (setenv, getenv): Remove autoload cookies.
22566
22567 * loadup.el: Load `env'.
22568
22569 * progmodes/f90.el: Change author's mail address.
22570
22571 2000-05-14 Dave Love <fx@gnu.org>
22572
22573 * mail/rmail.el (rmail-show-message-hook): Customize and offer
22574 goto-addr as an option.
22575
22576 * help.el (help-xref-stack): Doc fix.
22577 (help-xref-following): New variable.
22578 (help-make-xrefs): Use it.
22579 (help-xref-go-back): Use position information from stack element.
22580 (help-follow): Make position in stack element a pair. Use
22581 help-xref-following.
22582
22583 * autoarg.el: New file.
22584
22585 * faces.el: Declare more functions obsolete.
22586
22587 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22588 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22589 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22590 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22591 Remove all the setup-...-environment functions.
22592
22593 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
22594
22595 * speedbar.el: Updated the commentary section. xemacs20p now uses
22596 >= when detecting. Require `defimage' safely.
22597 (speedbar-easymenu-definition-base): Add toggle for images.
22598 (speedbar-easymenu-definition-special): Add flush cache & expand.
22599 (speedbar-visiting-tag-hook): Set new defaults. Added options.
22600 (speedbar-reconfigure-keymaps-hook): New variable.
22601 (speedbar-frame-parameters): Updated documentation.
22602 (speedbar-use-imenu-flag): Updated custom tag
22603 (speedbar-dynamic-tags-function-list): New variable.
22604 (speedbar-tag-hierarchy-method): Updated doc & custom.
22605 (speedbar-indentation-width, speedbar-indentation-width) New
22606 variables.
22607 (speedbar-hide-button-brackets-flag): Customizable.
22608 (speedbar-vc-indicator): Doc update.
22609 (speedbar-ignored-path-expressions): Updated default value.
22610 (speedbar-supported-extension-expressions): Updated default value.
22611 (speedbar-syntax-table): Remove {} paren status.
22612 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
22613 as "+". Added overlay aliases.
22614 (speedbar-mode): Use `speedbar-mode-line-update' instead of
22615 `force-mode-line-update'.
22616 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
22617 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
22618 `mouse-set-point'
22619 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
22620 (speedbar-item-info-tag-helper): Revamped to handle a wider range
22621 of arbitrary text, and new helper functions.
22622 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
22623 filename finder.
22624 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
22625 (speedbar-directory-buttons): Update path search/expansion.
22626 (speedbar-make-tag-line): Pay attention to
22627 `speedbar-indentation-width'. Use more care w/ invisible
22628 properties.
22629 (speedbar-change-expand-button-char): Call
22630 `speedbar-insert-image-button-maybe'.
22631 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
22632 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
22633 (speedbar-trim-words-tag-hierarchy)
22634 (speedbar-simple-group-tag-hierarchy): New functions
22635 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
22636 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
22637 functions.
22638 (speedbar-mouse-set-point): New function
22639 (speedbar-power-click): Updated documentation.
22640 (speedbar-line-token, speedbar-goto-this-file): Handle more types
22641 of tag prefix text.
22642 (speedbar-expand-line, speedbar-contract-line): Make more robust
22643 to strange text.
22644 (speedbar-expand-line): Takes universal argument to flush the
22645 cache.
22646 (speedbar-flush-expand-line): New function.
22647 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
22648 Use new generator insertion method.
22649 (speedbar-fetch-dynamic-tags): New function.
22650 (speedbar-fetch-dynamic-imenu): Removed code now handled in
22651 `speedbar-fetch-dynamic-imenu'.
22652 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
22653 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
22654 "Revert Buffer" menu items.
22655 (speedbar-buffer-buttons-engine): Be smarter when creating a
22656 filename tag (for expansion purposes.).
22657 (speedbar-highlight-one-tag-line,
22658 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
22659 (speedbar-recenter): New functions.
22660 (defimage-speedbar): Image loading abstraction.
22661 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
22662 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
22663 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
22664 (speedbar-tag-type, speedbar-tag-mail): New images.
22665 (speedbar-expand-image-button-alist): New variable.
22666 (speedbar-insert-image-button-maybe): Insert an image over some
22667 buttons.
22668
22669 2000-05-13 Kenichi Handa <handa@etl.go.jp>
22670
22671 * international/mule-cmds.el (encode-coding-char): An ASCII
22672 character is always encodable.
22673
22674 * international/mule-conf.el: Add more information in descriptions
22675 of character sets.
22676
22677 * international/mule-diag.el (describe-char-after): New function.
22678 (describe-font-internal): Adjusted for the change of font-info.
22679 (describe-font): Likewise.
22680 (print-fontset): Rewritten for the new fontset implementation.
22681 (describe-fontset): Include fontset alias names in completion.
22682 (list-fontsets): Adjusted for the change of print-fontset.
22683
22684 * simple.el (what-cursor-position): If DETAIL is non-nil, call
22685 describe-char-after instead of displaying the detail in the echo
22686 area.
22687 (syntax-code-table): Format changed.
22688 (string-to-syntax): Adjusted for the above change.
22689
22690 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
22691
22692 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
22693
22694 2000-05-12 Dave Love <fx@gnu.org>
22695
22696 * calendar/todo-mode.el: Remove some compatibility stuff and CL
22697 dependence. Use line-{beginning,end}-position, not
22698 point-at{b,e}ol. Some doc fixes.
22699 (todo-position): New function. Fix callers of position to use it.
22700 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
22701
22702 2000-05-12 Gerd Moellmann <gerd@gnu.org>
22703
22704 * time.el (display-time-mail-icon): Use `:ascent center'.
22705
22706 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
22707 handling FTP security extensions.
22708
22709 2000-05-11 Dave Love <fx@gnu.org>
22710
22711 * calendar/todo-mode.el: New file.
22712
22713 2000-05-11 Gerd Moellmann <gerd@gnu.org>
22714
22715 * comint.el (comint-read-input-ring): Move reference to
22716 comint-input-ring-size outside of the save-excursion. It was
22717 causing the default value to be the only one ever seen.
22718
22719 * font-lock.el: Update copyright. Remove Simon Marshall's email
22720 address on request from him.
22721
22722 * subr.el (substitute-key-definition): Add comment describing
22723 the meaning of PREFIX.
22724
22725 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
22726
22727 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
22728
22729 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
22730 (add-minor-mode): Don't make the variable buffer-local and add a
22731 reference to define-minor-mode in the docstring.
22732
22733 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
22734 HEADER/FOOTER and fix bug with trailing empty directory.
22735 (cvs-append-to-ignore): Use vc-editable-p if available.
22736 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
22737 (vc-do-command): Tweak advice to handle the new VC.
22738
22739 * log-view.el (log-view-goto-rev): New function for the new VC.
22740 (log-view-minor-wrap): Use mark-active.
22741
22742 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
22743 (log-edit-changelog-full-paragraphs): New var.
22744 (log-edit-insert-changelog): Remove a lonely leading `* file'.
22745 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
22746 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
22747 (log-edit-changelog-ours-p, log-edit-changelog-entries)
22748 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
22749 Replace the `cvs' prefix with `log-edit'.
22750
22751 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
22752
22753 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
22754 (diff-font-lock-defaults): Explicitly turn off multiline.
22755 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
22756 (diff-ediff-patch): Fix call to ediff-patch-file.
22757 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
22758 Handle comments.
22759
22760 * frame.el (automatic-hscrolling): Typo.
22761
22762 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
22763
22764 2000-05-09 Sam Steingold <sds@goems.com>
22765
22766 * apropos.el (apropos-print): use `describe-face' instead of
22767 `customize-face-other-window'.
22768
22769 2000-05-09 Dave Love <fx@gnu.org>
22770
22771 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
22772
22773 * help.el (describe-variable): Have customize button pop the
22774 help-xref stack when invoked.
22775 (help-xref-symbol-regexp): Add `face'.
22776 (help-make-xrefs): Check for quoted face names and adapt regexp
22777 submatch numbers to cope.
22778 (help-xref-interned): Maybe insert face doc too. Separate
22779 sections with a line of hyphens.
22780
22781 * faces.el: Some doc fixes. Declare some functions obsolete.
22782 (describe-face): Add customize button. Return the help
22783 text. Fix prompt.
22784
22785 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
22786
22787 * term/internal.el (IT-character-translations): Fix last change.
22788
22789 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
22790
22791 * woman.el: New file
22792 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
22793
22794 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
22795
22796 * term/internal.el (IT-character-translations): Update ASCII
22797 simulations for greek-iso8859-7, add latin-iso8859-14 and
22798 latin-iso8859-15.
22799
22800 * international/mule-cmds.el (set-language-info-alist): Call
22801 define-prefix-command with 3 arguments, to make the map suitable
22802 for a menu.
22803
22804 2000-05-07 Dave Love <fx@gnu.org>
22805
22806 * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
22807
22808 2000-05-05 Dave Love <fx@gnu.org>
22809
22810 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
22811 list in doc string. Don't quote keyword symbols.
22812 * emacs-lisp/cl.el: Likewise
22813 * emacs-lisp/cl-seq.el: Likewise
22814
22815 2000-05-05 Gerd Moellmann <gerd@gnu.org>
22816
22817 * abbrev.el (abbrev-mode): Make ARG optional.
22818
22819 2000-05-04 Gerd Moellmann <gerd@gnu.org>
22820
22821 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
22822
22823 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
22824
22825 * subr.el (substitute-key-definition): Clarify documentation.
22826
22827 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
22828
22829 * glasses.el (glasses-convert-to-unreadable): Use
22830 `glasses-separator' instead of the hard-wired "_".
22831 (glasses-mode): Call `glasses-make-unreadable' only in a single
22832 place.
22833
22834 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
22835
22836 * term/internal.el (cjk-codepages-alist): Add associations for
22837 Chinese and Korean codepages. Remove FIXME comment.
22838
22839 2000-05-03 Dave Love <fx@gnu.org>
22840
22841 * time.el (display-time-mail-face, display-time-use-mail-icon):
22842 New option.
22843 (display-time-mail-icon): New variable.
22844 (display-time-string-forms): Use the above. Fix the local-map.
22845
22846 2000-05-03 Gerd Moellmann <gerd@gnu.org>
22847
22848 * replace.el (query-replace-map): Add binding for `E'.
22849 (query-replace-help): Extend help text.
22850 (perform-replace): Allow editing the replacement string.
22851
22852 * make-mode.el (makefile-mode-abbrev-table): New variable.
22853 (makefile-mode): Set local abbrev table to
22854 makefile-mode-abbrev-table.
22855 (makefile-font-lock-keywords): Fontify includes and conditionals.
22856
22857 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
22858 set TOGGLE's value.
22859
22860 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
22861 mail-interactive-insert-alias.
22862 (mail-abbrev-complete-alias): New command.
22863 (mail-mode-map): Bind it to `M-TAB'.
22864
22865 2000-05-03 Kenichi Handa <handa@etl.go.jp>
22866
22867 * language/lao-util.el (lao-compose-region): New function.
22868
22869 2000-05-02 Gerd Moellmann <gerd@gnu.org>
22870
22871 * files.el (recover-session): Make directories as necessary
22872 if they don't exist yet.
22873
22874 * calendar/cal-french.el
22875 (french-calendar-multibyte-special-days-array)
22876 (french-calendar-special-days-array): Change French text.
22877 (calendar-french-date-string): Change output.
22878 (calendar-goto-french-date): Likewise.
22879
22880 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
22881
22882 * wid-edit.el (widget-default-active): Obey `:always-active'.
22883 (widget-documentation-string-value-create): Set `:always-active'.
22884
22885 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
22886
22887 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
22888 default prefix to `~/_emacs.d/auto-save.list/_s'.
22889 (normal-top-level): Create the directory for auto-save files, if
22890 it doesn't already exist (in the ms-dos case only).
22891
22892 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
22893
22894 * international/mule-cmds.el (set-language-environment): Don't
22895 concat an integer (dos-codepage), use format instead.
22896
22897 2000-05-02 Dave Love <fx@gnu.org>
22898
22899 * help.el (help-xref-on-pp): Check for constant symbols.
22900
22901 2000-04-29 Gerd Moellmann <gerd@gnu.org>
22902
22903 * startup.el (normal-top-level): Put a condition-case around
22904 the code loading subdirs.el.
22905
22906 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22907
22908 * ps-print.el: Upside-down and face background color printing,
22909 line number step, doc fix.
22910 (ps-print-version): New version number (5.2).
22911 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
22912 (ps-face-attribute-list, ps-plot-with-face): Code fix.
22913 (ps-spool-config): Var fix.
22914 (ps-printer-name-option): Const fix.
22915 (ps-print-upside-down, ps-use-face-background)
22916 (ps-line-number-step): New vars.
22917 (ps-window-system, ps-lp-system): New consts.
22918 (ps-face-background): New fun.
22919
22920 2000-04-28 Richard Stallman <rms@gnu.org>
22921
22922 * files.el (make-auto-save-file-name):
22923 Apply auto-save-file-name-transforms to visited file name
22924 before generating auto save file name.
22925 (auto-save-file-name-transforms): New variable.
22926
22927 * files.el (backup-enable-predicate):
22928 Correctly test for a file under a temporary directory.
22929
22930 2000-04-28 Gerd Moellmann <gerd@gnu.org>
22931
22932 * subr.el (add-minor-mode): Rewritten.
22933
22934 2000-04-28 Kenichi Handa <handa@etl.go.jp>
22935
22936 * mail/sendmail.el (sendmail-send-it): Set
22937 buffer-file-coding-system to the selected coding system for MIME
22938 header.
22939
22940 2000-04-27 Gerd Moellmann <gerd@gnu.org>
22941
22942 * dired.el (dired-move-to-filename-regexp): Allow format where
22943 YYYY is followed by two spaces.
22944
22945 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
22946 in the second character class of the regexp.
22947
22948 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
22949 mh-etc, too.
22950
22951 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
22952 nil.
22953
22954 * subr.el (add-minor-mode): Use `set' instead of `setq'.
22955
22956 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
22957 argument.
22958
22959 2000-04-27 Sen Nagata <sen@eccosys.com>
22960
22961 * emacs-lisp/crm.el (crm-completion-table): New variable.
22962 (crm-collection-fn, crm-test-completion)
22963 (completing-read-multiple): Use it.
22964
22965 2000-04-27 Dave Love <fx@gnu.org>
22966
22967 * help.el (locate-library): Use mapc.
22968 (help-manyarg-func-alist): Add call-process-region.
22969
22970 2000-04-26 Gerd Moellmann <gerd@gnu.org>
22971
22972 * subr.el (add-minor-mode): Make argument MAP optional.
22973
22974 * desktop.el (desktop-save): Save list of minor modes.
22975 (desktop-create-buffer): Restore minor modes.
22976 (desktop-minor-mode-table): New user-option.
22977
22978 * subr.el (add-minor-mode): New function.
22979
22980 * image.el (find-image): New function.
22981 (defimage): Rewritten to find image at load time.
22982
22983 * startup.el (normal-top-level-add-to-load-path): Handle
22984 case that the default directory is not in load-path.
22985
22986 * help.el: Old patch from Stefan Monnier.
22987 (help-xref-on-pp): New function.
22988 (describe-variable): Use it to display xrefs in a symbol's value.
22989
22990 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
22991
22992 * cus-edit.el (custom-face): Fix parenthesis.
22993
22994 2000-04-26 Kenichi Handa <handa@etl.go.jp>
22995
22996 * mail/rmail.el (rmail-expunge): When there are no deleted
22997 messages, do nothing.
22998
22999 2000-04-26 Dave Love <fx@gnu.org>
23000
23001 * international/mule-cmds.el (locale-translation-file-name):
23002 Defvar to nil.
23003 (set-locale-environment): Set it here (at runtime).
23004
23005 2000-04-25 Gerd Moellmann <gerd@gnu.org>
23006
23007 * replace.el (perform-replace): Add parameters START and END. Use
23008 them instead of the check for a region in Transient Mark mode.
23009 (query-replace-read-args): Return two more list elements for the
23010 start and end of the region in Transient Mark mode.
23011 (query-replace, query-replace-regexp, query-replace-regexp-eval)
23012 (map-query-replace-regexp, replace-string, replace-regexp): Add
23013 optional last arguments START and END and pass them to
23014 perform-replace.
23015
23016 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23017 form with additional arguments for perform-replace.
23018
23019 * progmodes/etags.el (tags-query-replace): Add parameters START
23020 and END. Construct a form with additional arguments for
23021 perform-replace.
23022
23023 * simple.el (shell-command): Set default directory for "*Shell
23024 Command Output" buffer.
23025
23026 * language/european.el (iso-latin-4): Fix typo.
23027
23028 * emacs-lisp/crm.el: New file.
23029
23030 2000-04-24 Dave Love <fx@gnu.org>
23031
23032 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23033 (Custom-reset-saved, Custom-reset-standard)
23034 (custom-group-value-create, custom-group-set, custom-group-save)
23035 (custom-group-reset-current, custom-group-reset-saved)
23036 (custom-group-reset-standard): Use mapc.
23037 (custom-buffer-create-internal): Disable undo when creating items.
23038 Use mapc.
23039 (custom-face): Avoid redundant lambda.
23040
23041 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23042
23043 * startup.el (auto-save-list-file-prefix): Set default to
23044 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23045
23046 2000-04-24 Sam Steingold <sds@gnu.org>
23047
23048 * time-stamp.el (time-stamp-string-preprocess): Always convert
23049 `field-result' to a string.
23050
23051 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23052
23053 * frame.el (scrolling): New group.
23054 (automatic-hscrolling): New user-option.
23055
23056 * startup.el (command-line-x-option-alist): Add `-lsp' and
23057 `--line-spacing'.
23058
23059 2000-04-19 Dave Love <fx@gnu.org>
23060
23061 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23062 (cl-mapc): Rename from mapc. Fix the funcall.
23063
23064 2000-04-19 Gerd Moellmann <gerd@gnu.org>
23065
23066 * simple.el (clone-indirect-buffer-other-window): New command.
23067 (clone-indirect-buffer): Add optional arg NORECROD.
23068 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23069
23070 * help.el (resize-temp-buffer-window): Use count-screen-lines.
23071
23072 * window.el (count-screen-lines): New function.
23073 (shrink-window-if-larger-than-buffer): Use count-screen-lines
23074 instead of window-buffer-height.
23075
23076 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23077 non-existing variable comint-input-sentinel.
23078 (inferior-lisp-args-to-list): Removed.
23079 (inferior-lisp): Use split-string instead of
23080 inferior-lisp-args-to-list.
23081
23082 * hexl.el (hexl-insert-hex-string): New command.
23083
23084 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23085 instead of concat.
23086
23087 2000-04-18 Gerd Moellmann <gerd@gnu.org>
23088
23089 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23090 at the start of an existing but empty folder.
23091
23092 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23093
23094 * ps-mule.el: Customization fix, doc fix.
23095 (ps-multibyte-buffer): Customization fix.
23096
23097 2000-04-17 Richard M. Stallman <rms@gnu.org>
23098
23099 * subr.el (read-passwd): Use read-char-exclusive.
23100
23101 2000-04-17 Gerd Moellmann <gerd@gnu.org>
23102
23103 * textmodes/texinfo.el (texinfo-insert-@email)
23104 (texinfo-insert-@emph, texinfo-insert-@quotation)
23105 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23106 (texinfo-mode-map): Add key bindings for them.
23107
23108 * files.el (basic-save-buffer-2): Use a template with `$'
23109 instead of `#' for VMS.
23110
23111 * simple.el (clone-indirect-buffer): New function.
23112
23113 2000-04-16 Stephen Eglen <stephen@gnu.org>
23114
23115 * iswitchb.el (iswitchb-case): New function. If the user input
23116 contains any upper-case characters, the search is made
23117 case-sensitive.
23118
23119 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
23120
23121 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23122 comment-end.
23123 (texinfo-font-lock-syntactic-keywords): New var.
23124 (texinfo-font-lock-keywords): Remove comment regexp.
23125 (texinfo-insert-block): New function.
23126 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23127 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
23128 and font-lock-defaults. Use regexp-opt for outline-regexp.
23129 (texinfo-environments): New var.
23130 (texinfo-environment-regexp): Use regexp-opt and
23131 texinfo-environments.
23132
23133 * textmodes/ispell.el (ispell-menu-map-needed): Check that
23134 ispell-process is bound since this might be eval'd before ispell
23135 is loaded.
23136 (ispell-message): Use a tiny bit less magic and a bit more hard
23137 data to figure out what kind of sc-cite-regexp to use.
23138
23139 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23140
23141 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23142 (insert-cyclic-diary-entry): Unquote the lambda.
23143
23144 * gud.el (gud-jdb-build-source-files-list): Fix typo.
23145
23146 * files.el (backup-enable-predicate): Unquote the lambda.
23147
23148 * cus-edit.el (custom-face, face): Unquote the lambda.
23149
23150 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23151
23152 * ps-print.el: Check for line-beginning-position definition.
23153
23154 * ps-print.el: Fix counting lines in a region.
23155 (ps-print-version): New version number (5.1.5).
23156 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23157 (ps-printing-region): Fun code fix.
23158
23159 2000-04-15 Gerd Moellmann <gerd@gnu.org>
23160
23161 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23162 to file-directory-p.
23163
23164 2000-04-14 Gerd Moellmann <gerd@gnu.org>
23165
23166 * gud.el (gud-jdb-build-source-files-list): Check that directory
23167 exists before calling directory-files.
23168
23169 2000-04-13 Dave Love <fx@gnu.org>
23170
23171 * emacs-lisp/trace.el: Change maintainer. Use new backquote
23172 syntax.
23173
23174 * emacs-lisp/cl-specs.el: Remove when, unless.
23175
23176 * emacs-lisp/cl-extra.el: Don't quote keywords.
23177 (cl-old-mapc): New variable.
23178 (mapc): Use it.
23179 (cl-map-intervals): Use with-current-buffer. Don't check for
23180 next-property-change.
23181 (cl-map-overlays): Use with-current-buffer.
23182 (cl-expt): Remove.
23183 (copy-tree, remprop): Define unconditionally.
23184
23185 * emacs-lisp/cl-compat.el (keywordp): Remove.
23186
23187 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
23188 to use keywordp.
23189 (edebug-spec): Enable keywordp.
23190
23191 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23192 string-lessp.
23193
23194 * cus-start.el: Use keywordp.
23195
23196 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23197
23198 * diary-lib.el (include-other-diary-files): Fix the fix of
23199 2000-02-18 by doing a save-excursion.
23200
23201 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23202
23203 * ps-print.el: Customization fix, doc fix.
23204 (ps-print-version): New version number (5.1.4).
23205 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23206 (ps-print-preprint): Adjust code.
23207 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23208 (ps-print-prologue-header, ps-print-control-characters)
23209 (ps-spool-config): Customization fix.
23210
23211 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
23212
23213 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23214 converted to the new menu-item format, names silightly changed,
23215 help strings added.
23216
23217 Support for spelling without async subprocesses:
23218
23219 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23220 (ispell-session-buffer): New variables.
23221 (ispell-start-process, ispell-process-status,
23222 ispell-accept-output, ispell-send-string): New functions, for
23223 Ispell invocation when async subprocesses aren't supported.
23224 (ispell-word, ispell-pdict-save, ispell-command-loop,
23225 ispell-process-line, ispell-buffer-local-parsing): Replace calls
23226 to process-send-string with calls to ispell-send-string, and
23227 accept-process-output with ispell-accept-output.
23228 (ispell-init-process): Call ispell-process-status instead of
23229 process-status with.
23230 (ispell-init-process): Call ispell-start-process. Call
23231 ispell-accept-output and ispell-send-string. Don't call
23232 process-kill-without-query and kill-process if they are unbound.
23233 (ispell-async-processp): New function.
23234
23235 2000-04-12 Dave Love <fx@gnu.org>
23236
23237 * info.el: Add debug-ignored-errors.
23238 (Info-mode-menu): Add some items.
23239 (Info-directory): Add autoload cookie.
23240
23241 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23242 Modify `truncate-lines'. Make `describe-language-environment'
23243 always visible and add help. Modify `describe-key' help. Invoke
23244 Info-directory from `info'. New entry `emacs-manual'.
23245
23246 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23247
23248 * progmodes/ebrowse.el (ebrowse-tree-mode):
23249 Use propertized-buffer-identification.
23250 (ebrowse-update-member-buffer-mode-line): Likewise.
23251 (ebrowse--mode-strings): Removed.
23252 (ebrowse--mode-line-props): Removed.
23253
23254 * files.el (auto-mode-alist): Add `EBROWSE'.
23255
23256 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23257 space before testing for end of buffer.
23258 (ebrowse-load): Removed.
23259 (ebrowse-revert-tree-buffer-from-file): Rewritten.
23260 (ebrowse-create-tree-buffer): Rewritten.
23261 (ebrowse-tree-mode): Read tree from buffer.
23262
23263 * progmodes/ebrowse-ffh.el: Removed.
23264
23265 2000-04-10 Kenichi Handa <handa@etl.go.jp>
23266
23267 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23268
23269 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23270
23271 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23272 at the wrong place.
23273
23274 2000-04-09 Dave Love <fx@gnu.org>
23275
23276 * files.el (backup-enable-predicate):
23277 Use temporary-file-directory, small-temporary-file-directory.
23278 (make-backup-file-name-function, backup-directory-alist): New vars.
23279 (make-backup-file-name-1): New function.
23280 (make-backup-file-name): Use it.
23281 (find-backup-file-name): Likewise. Use format for clarity, not concat.
23282 (file-newest-backup): Use make-backup-file-name.
23283
23284 2000-04-09 Gerd Moellmann <gerd@gnu.org>
23285
23286 * progmodes/ebrowse-ffh.el: New file.
23287
23288 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23289 Moved to ebrowse-ffh.el.
23290 (ebrowse-load): Add autoload.
23291
23292 * finder.el (finder-commentary): Add autoload cookie.
23293
23294 * mail/rfc2368.el: Correct author's email address.
23295
23296 * progmodes/ebrowse.el: New file.
23297
23298 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23299 item help string.
23300 (easy-menu-do-add-item): Ditto.
23301 (easy-menu-define): Extend doc string.
23302
23303 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
23304 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23305 (jit-lock-function, jit-lock-stealth-fontify): Don't use
23306 with-buffer-unmodified.
23307
23308 2000-04-08 Dave Love <fx@gnu.org>
23309
23310 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23311 unless, when.
23312
23313 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
23314
23315 * viper-util.el (viper-put-on-search-overlay): New subroutine.
23316 (viper-flash-search-pattern): No operation when using Emacs
23317 doesn't support face.
23318 Use `viper-put-on-search-overlay'.
23319
23320 2000-04-04 Gerd Moellmann <gerd@gnu.org>
23321
23322 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23323 like C-r.
23324
23325 * progmodes/make-mode.el: Some doc fixes.
23326 (makefile-mode-abbrev-table): New variable.
23327 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23328 (makefile-font-lock-keywords): Fontify includes and conditionals.
23329 (toplevel): Require `dabbrev' and `add-log' when compiling.
23330
23331 * replace.el (perform-replace): Don't move forward one char
23332 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
23333 to do that because it leaves point 1 position after the last
23334 replacement, after everything has been replaced.
23335
23336 * jit-lock.el (with-buffer-unmodified): New macro.
23337 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23338 modified state.
23339 (jit-lock-function-1): Extracted from jit-lock-function; not
23340 preserving buffer's modified state.
23341 (jit-lock-function, jit-lock-stealth-fontify):
23342 Call jit-lock-function-1.
23343
23344 * mail/rfc2368.el: Remove supernumerary copyright line.
23345
23346 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
23347
23348 * glasses.el: Provide facilities for inserting space before left
23349 parentheses and uncapitalization of identifiers.
23350 (glasses-mode): Try to remove old overlays in all cases.
23351
23352 2000-04-03 Gerd Moellmann <gerd@gnu.org>
23353
23354 * progmodes/compile.el (compile-internal): Display the compilation
23355 buffer in a different frame, if it's already displayed there.
23356
23357 * mail/rfc2368.el: New file.
23358
23359 * simple.el (sendmail-user-agent-compose): Recognize a `body'
23360 header and insert its value as mail body.
23361
23362 * subr.el (member-ignore-case): New function.
23363
23364 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23365 (dabbrev--find-expansion): Ignore buffers matching a regexp
23366 from dabbrev-ignored-regexps.
23367
23368 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23369 to extensions handled by gzip.
23370
23371 2000-04-03 Richard M. Stallman <rms@gnu.org>
23372
23373 * files.el (insert-directory): List the total free space
23374 along with the used space.
23375
23376 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23377 line is followed by one that matches CITATION-REGEXP, end the
23378 paragraph.
23379
23380 2000-04-03 Markus Rost <rost@delysid.gnu.org>
23381
23382 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23383 (rmail-make-basic-summary-line): Use that option.
23384
23385 2000-04-03 Kenichi Handa <handa@etl.go.jp>
23386
23387 * international/mule-cmds.el (encoded-string-description):
23388 Rewritten. Try pretty description for ISO 2022 escape sequences
23389 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
23390 for hexadecimal format.
23391
23392 2000-04-01 Dave Love <fx@gnu.org>
23393
23394 * cpp.el: Change customization group to `c' from `C'.
23395
23396 * vcursor.el (vcursor-move): Use display-color-p.
23397
23398 * international/mule-util.el: Provide mule-utils.
23399 (string-to-sequence): Simplify and speed up.
23400
23401 * international/mule.el (make-coding-system): Purecopy doc-string.
23402
23403 * international/mule-cmds.el: Various menu changes.
23404 (describe-specified-language-support): Handle `Default'.
23405 (set-language-info): Purecopy `info'.
23406
23407 2000-03-31 Andrew Innes <andrewi@gnu.org>
23408
23409 * vc.el (vc-backend-diff): Return the correct status if we had to
23410 retry the rcsdiff command without the --brief option.
23411
23412 2000-03-31 Dave Love <fx@gnu.org>
23413
23414 * help.el (help-manyarg-func-alist): Correct several omissions.
23415
23416 * add-log.el: Don't require cl, fortran.
23417 (add-log-current-defun-function): Doc fix.
23418 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
23419 (change-log-version-rcs): Function deleted.
23420 (change-log-version-number-search): Doc fix.
23421 Use vc-workfile-version. Avoid CL dolist.
23422 (add-change-log-entry): Just call add-log-current-defun to get
23423 defun. Simplify somewhat.
23424 (change-log-get-method-definition-1): Likewise.
23425 (add-log-current-defun): Return nil if calling
23426 add-log-current-defun-function does so. Move Fortran stuff to
23427 fortran.el. Return string without properties.
23428
23429 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23430 and :alpha: char classes.
23431
23432 * mail/supercite.el: Defvar curline when compiling.
23433 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23434 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23435 rather than a-zA-Z0-9 to allow non-ASCII characters.
23436
23437 2000-03-31 Gerd Moellmann <gerd@gnu.org>
23438
23439 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23440
23441 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23442 Re-enable new code.
23443
23444 * lpr.el (print-region-1): Use -d to specify printer name for
23445 systems `usg-unix-v*, `dgux', `hpux', `irix'.
23446
23447 2000-03-31 Dave Love <fx@gnu.org>
23448
23449 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23450 Look for function definition in symbol's function value slot first
23451 instead of first consulting byte-compile-function-environment.
23452
23453 2000-03-31 Kenichi Handa <handa@etl.go.jp>
23454
23455 * language/european.el ("Polish"): New language environment.
23456 (setup-polish-environment): New function.
23457
23458 2000-03-30 Gerd Moellmann <gerd@gnu.org>
23459
23460 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23461 Disable new code.
23462
23463 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23464 trying to `load' the symbol of an autoload instead of the file
23465 recorded in the autoload. Fix error messages.
23466
23467 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23468
23469 * ps-print.el: PostScript programming fix for ghostview, doc fix.
23470 (ps-print-version): New version number (5.1.3).
23471 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23472 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23473 (ps-generate-postscript-with-faces): Code fix.
23474 (ps-color-values): XEmacs compatibility.
23475 (ps-print-background-image, ps-print-background-text, ps-printer-name)
23476 (ps-default-fg, ps-default-bg): Adjust customization.
23477 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23478 (ps-color-scale): Renaming old ps-color-value fun.
23479 (ps-print-headers): Replace ps-print-header group to avoid conflict
23480 with ps-print-header variable.
23481 (ps-print-miscellany): New group.
23482 (ps-format-color, ps-rgb-color): New funs.
23483 (ps-default-foreground): New var.
23484 (ps-printer-name-option): New const.
23485
23486 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
23487
23488 * net/net-utils.el:
23489 (network-connection-host, network-connection-service): New variables
23490 (network-connection-mode): New mode, derived from comint-mode
23491 (network-connection-mode-setup): New function, saves host and
23492 service information in local variables.
23493
23494 * lisp/locate.el:
23495 (locate-word-at-point): Added this function
23496 (locate): Default to using locate-word-at-point as input
23497 Run dired-mode-hook
23498
23499 2000-03-29 Dave Love <fx@gnu.org>
23500
23501 * calendar/appt.el: Doc fixes.
23502 (appt-check): Convert min-to-app to a string before passing to
23503 appt-disp-window-function or concat.
23504 (appt-delete-window): Remove test for frame-root-window.
23505 (appt-select-lowest-window, appt-convert-time): Simplify.
23506
23507 * emacs-lisp/bytecomp.el: Doc fixes.
23508 (byte-compile-file-form-autoload):
23509 Update byte-compile-function-environment.
23510
23511 2000-03-29 Andreas Schwab <schwab@suse.de>
23512
23513 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
23514
23515 * dired.el (dired-insert-directory): If dired-free-space-program
23516 failed just delete its output.
23517
23518 2000-03-29 Dave Love <fx@gnu.org>
23519
23520 * international/iso-cvt.el: Move provide to end. Doc fixes.
23521 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23522 (iso-iso2sgml, iso-sgml2iso): New functions.
23523 (iso-cvt-define-menu): Fix some entries and use backquote for
23524 clarity.
23525
23526 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23527
23528 2000-03-28 Gerd Moellmann <gerd@gnu.org>
23529
23530 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23531 ISO-DATE. If non-nil, return date in ISO 8601 format.
23532
23533 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
23534
23535 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23536 if it ever becomes used.
23537 (log-edit-mode-hook): Default to vc-log-mode-hook.
23538 (log-edit-mode): Fix the docstring.
23539
23540 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23541 the code.
23542
23543 2000-03-26 Dave Love <fx@gnu.org>
23544
23545 * net/browse-url.el (browse-url): Re-fix case of
23546 browse-url-browser-function being an alist.
23547 (browse-url): Add :link to defgroup.
23548
23549 * files.el: Doc fixes.
23550 (file-truename): Include `[' in wildcard characters.
23551 (automount-dir-prefix): Customize.
23552 (find-file-wildcards): Add :version.
23553 (find-file-noselect): Simplify a mapcar call.
23554
23555 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23556 compatible with inf-lisp version.
23557 (eval-defun-1): Fix custom-declare-variable case.
23558
23559 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
23560
23561 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23562
23563 2000-03-24 Gerd Moellmann <gerd@gnu.org>
23564
23565 * Makefile (COMPILE_FIRST): New macro.
23566 (compile-files): Compile files from COMPILE_FIRST first.
23567
23568 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
23569
23570 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23571 matching open parenthesis in column 0 to defun-prompt-regexp
23572 only if open-paren-in-column-0-is-defun-start is set.
23573
23574 * sun-curs.el: Require CL at compile-time only.
23575
23576 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23577 instead of copy-list which is a function from CL.
23578 (msb--choose-menu, msb--mode-menu-cond)
23579 (msb--create-buffer-menu-2): Use dolist instead of mapc.
23580 (msb--init-file-alist): Use mapcar instead of mapcan.
23581 (msb--aggregate-alist): Use mapcar instead of mapcan.
23582 Fix `(' in column 0 in doc string.
23583 (msb--add-separators): Use mapcar instead of mapcan.
23584
23585 * cus-dep.el: Require CL at compile-time only.
23586
23587 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
23588
23589 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23590 (byte-compile-warnings): New warning `noruntime'.
23591 (byte-compile-constants, byte-compile-variables): Fix docstring.
23592 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23593 execute `eval-whenc-compile's body.
23594 (byte-compile-unresolved-functions): Fix docstring.
23595 (byte-compile-eval): New function.
23596 (byte-compile-callargs-warn): Check if the function will be available
23597 at runtime (via property `byte-compile-noruntime').
23598 (byte-compile-print-syms): New function.
23599 (byte-compile-warn-about-unresolved-functions): Also warn about
23600 `noruntime' functions (and use `byte-compile-print-syms').
23601 (byte-compile-file): Capitalize the message.
23602
23603 2000-03-24 Gerd Moellmann <gerd@gnu.org>
23604
23605 * mail/rmail.el (rmail-confirm-expunge): New user-option.
23606 (rmail-expunge): Ask for confirmation depending on the setting
23607 of rmail-confirm-expunge.
23608
23609 2000-03-23 Gerd Moellmann <gerd@gnu.org>
23610
23611 * Makefile (bootstrap-clean): If $(emacs) exists, build
23612 loaddefs.el first. A loaddefs.el that's not up-to-date might
23613 cause a bootstrap failure because things don't autoload as expected.
23614
23615 2000-03-23 Dave Love <fx@gnu.org>
23616
23617 * net/browse-url.el: Restore previous use of
23618 browse-url-maybe-new-window.
23619
23620 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23621
23622 * ps-print.el: Skip banner page fix.
23623 (ps-print-version): New version number (5.1.2).
23624 (ps-begin-file, ps-end-file, ps-generate): Code fix.
23625
23626 2000-03-23 Dave Pearson <davep@davep.org>
23627
23628 * net/quickurl.el Changed the type of parameter passed to the
23629 function defined by `quickurl-format-function'. Before only the
23630 text of the URL was passed. Now the whole URL structure is passed
23631 and the function is responsible for extracting the parts it requires.
23632 Changed the default of `quickurl-format-function' accordingly.
23633 (quickurl-insert): Changed the `funcall' of
23634 `quickurl-format-function' to match the above change.
23635 (quickurl-list-insert): Changed the `url' case so that it makes
23636 use of `quickurl-format-function', previous to this the format was
23637 hard wired.
23638
23639 2000-03-22 Gerd Moellmann <gerd@gnu.org>
23640
23641 * startup.el: Change some spellings for the X Window System.
23642
23643 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
23644
23645 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
23646 Clean up the code and the regexp and make sure the cursor is
23647 temporarily moved to the suspicious line while querying the user.
23648
23649 2000-03-22 Jason Rumney <jasonr@gnu.org>
23650
23651 * w32-fns.el (w32-charset-info-alist): Initialize.
23652
23653 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23654
23655 * ps-print.el: N-up last page fix.
23656 (ps-print-version): New version number (5.1.1).
23657 (ps-end-file, ps-end-job, ps-generate): Code fix.
23658
23659 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23660
23661 * files.el (find-file-run-dired): Update docstring.
23662 (find-directory-functions): New hook.
23663 (find-file-noselect): Run find-directory-functions rather than
23664 calling dired directly.
23665
23666 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
23667
23668 * pcvs.el: Add a minimal leading commentary.
23669 (cvs-make-cvs-buffer): Change the header part by removing the startup
23670 message and adding a `Module' entry. Also replace the FOOTER and
23671 HEADER special fileinfos with the new support in ewoc for updating
23672 its own footer and header.
23673 (cvs-update-header): Update to use the header/footer of the ewoc.
23674 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
23675 (cvs-is-within-p): New function.
23676 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
23677 to only examine some subset of the buffers.
23678
23679 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
23680 `format' instead of our own ad-hoc functions.
23681 Remove HEADER and FOOTER cases, now handled in the EWOC.
23682 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
23683
23684 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
23685 output to avoid scaring the user.
23686 (cvs-parse-table): Catch message for non-up-to-date commits.
23687
23688 * pcvs-defs.el (cvs-startup-message): Remove.
23689 (cvs-global-menu): New autoloaded menu.
23690
23691 * pcvs-util.el (cvs-string-fill): Remove.
23692
23693 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
23694 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
23695 PP part of it and also make it work for footers and headers.
23696 (ewoc-create): Drop POS and BUFFER arguments.
23697 Use the DLL's dummy node to store the end-of-footer position.
23698 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
23699 (ewoc-refresh): Remove unused `header' variable.
23700 (ewoc-(get|set)-hf): New functions.
23701
23702 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
23703 log-view-*-(message|file) and use easy-mmode-define-navigation.
23704 (log-view-message-re): Match SCCS format as well.
23705 And match the revision line rather than the dashed separator line.
23706 (log-view-mode): Use the new define-derived-mode.
23707 (log-view-current-tag): Fill in with an actual implementation.
23708
23709 * cvs-status.el (cvs-status-(prev|next)): Rename from
23710 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
23711 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
23712 to let the output "breathe" a little more (more readable).
23713 (cvs-status-mode): Use the new define-derived-mode.
23714
23715 * smerge-mode.el (smerge-auto-leave): New function and variable.
23716 (smerge-basic-map): Rename from smerge-basic-keymap.
23717 Change the bindings for smerge-diff-*.
23718 (smerge-*-map): Use easy-mmode-defmap.
23719 (smerge-(next|prev)): Use easy-mmode-define-navigation.
23720 (smerge-keep-*): Use smerge-auto-leave.
23721
23722 2000-03-21 Jason Rumney <jasonr@gnu.org>
23723
23724 * cus-edit.el (custom-button-face): Use 3D look for w32.
23725 (custom-button-pressed-face): Likewise.
23726
23727 2000-03-21 Gerd Moellmann <gerd@gnu.org>
23728
23729 * progmodes/etags.el (tags-case-fold-search): New user-option.
23730 (tags-loop-eval): New function. Bind case-fold-search around eval
23731 depending on the value of tags-case-fold-search.
23732 (tags-loop-continue): Use tags-loop-eval.
23733 (find-tag-in-order): Bind case-fold-search depending on the value
23734 of tags-case-fold-search.
23735
23736 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23737
23738 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
23739 (diff-end-of-hunk): Return the end position for use in
23740 `easy-mmode-define-navigation'.
23741 (diff-recenter): Remove.
23742 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
23743 of `easy-mmode-define-navigation'.
23744 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
23745 previous renaming) and fix to use new names.
23746 (diff-merge-strings): Use \n as separator: simpler, faster.
23747 (diff-mode): Use `define-derived-mode'.
23748
23749 * derived.el (define-derived-mode): Don't autoload anymore.
23750 Prefer the macro-only version provided by easy-mmode.el.
23751
23752 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
23753 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
23754 (easy-mmode-define-navigation): New macro.
23755
23756 * subr.el (combine-run-hooks): New function.
23757
23758 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
23759
23760 * term/x-win.el: Fontsets related initialization is simplified.
23761
23762 * international/mule-diag.el (describe-font): Don't refer to
23763 global-fontset-alist, instead call font-list.
23764 (describe-fontset, list-fontsets, mule-diag): Likewise.
23765 (print-fontset): Adjusted for the change of fontset implementation.
23766
23767 * international/fontset.el (x-charset-registries): Variable removed,
23768 instead the corresponding data is stored in the default fontset.
23769 (register-alternate-fontnames): Function removed.
23770 (resolved-ascii-font): Variable removed.
23771 (x-compose-font-name): Ignore the second argument REDOCE.
23772 (x-complement-fontset-spec): Complement only an ASCII font and
23773 element for those charsets than can use that ASCII font.
23774 (generate-fontset-menu): Don't refer to global-fontset-alist,
23775 instead call fontset-list.
23776 (uninstantiated-fontset-alist): Variable removed.
23777 (x-style-funcs-alist): Likewise.
23778 (fontset-default-styles): Likewise.
23779 (x-modify-font-name): Function removed.
23780 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
23781 (create-fontset-from-ascii-font): Docsting adjusted for the above
23782 change.
23783 (instantiate-fontset, resolve-fontset-name): Functions removed.
23784 (fontset-list): Now implemented by C code.
23785
23786 * faces.el (read-face-font): Fix TABLE arg to completing-read.
23787 (describe-face): Include `font' attribute in the description.
23788
23789 2000-03-21 Kenichi Handa <handa@etl.go.jp>
23790
23791 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
23792
23793 2000-03-20 Gerd Moellmann <gerd@gnu.org>
23794
23795 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
23796 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
23797 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
23798
23799 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
23800 about behavior of set-buffer-modified-p wrt redisplay.
23801
23802 2000-03-19 Richard M. Stallman <rms@gnu.org>
23803
23804 * view.el (view-mode-disable): Kill local binding of view-read-only.
23805
23806 2000-03-18 Gerd Moellmann <gerd@gnu.org>
23807
23808 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
23809 is a string, convert it to a syntax cell using string-to-syntax.
23810
23811 * simple.el (syntax-code-table, syntax-flag-table): New variables.
23812 (string-to-syntax): New function.
23813
23814 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
23815 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
23816 try to use passive ftp mode.
23817
23818 2000-03-17 Gerd Moellmann <gerd@gnu.org>
23819
23820 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
23821
23822 * simple.el (append-to-buffer): Update point of windows after
23823 insertion.
23824
23825 * abbrev.el (inverse-add-abbrev): Identify word by first moving
23826 forward then moving backward. Reindent.
23827
23828 * frame.el (other-frame): Call x-focus-frame only if
23829 focus-follows-mouse is off.
23830
23831 2000-03-17 Dave Love <fx@gnu.org>
23832
23833 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
23834
23835 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
23836
23837 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
23838 regexp for labels cannot span several lines.
23839
23840 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
23841 `(setq :<key> ':<key>)' to the macro expansion.
23842
23843 2000-03-16 Dave Love <fx@gnu.org>
23844
23845 * progmodes/f90.el (f90): Put custom group under `languages', not
23846 `fortran'.
23847 (f90-mode-hook): Customize.
23848 (f90-mode): Set add-log-current-defun-function.
23849 (f90-current-defun): New function.
23850
23851 2000-03-16 Gerd Moellmann <gerd@gnu.org>
23852
23853 * cus-edit.el (custom-variable-tag-face): Handle case that
23854 default face's height is not a number.
23855 (custom-face-tag-face, custom-group-tag-face-1)
23856 (custom-group-tag-face): Ditto.
23857 (custom-group-tag-face-1): Add :group.
23858
23859 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
23860
23861 2000-03-15 Gerd Moellmann <gerd@gnu.org>
23862
23863 * pcvs-defs.el (toplevel): Remove autoload cookie for form
23864 requiring easymenu.
23865
23866 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23867
23868 * ps-print.el: PostScript user-defined prologue, PostScript error
23869 handler, doc fix.
23870 (ps-print-version): New version number (5.1).
23871 (ps-user-defined-prologue, ps-error-handler-message)
23872 (ps-print-prologue-0, ps-error-handler-alist): New vars.
23873 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
23874 (ps-insert-string): New function.
23875
23876 2000-03-15 Kenichi Handa <handa@etl.go.jp>
23877
23878 * international/ccl.el (ccl-compile-expression): Don't generate
23879 invalid self-assignment code.
23880
23881 2000-03-14 Dave Love <fx@gnu.org>
23882
23883 * subr.el (replace-regexp-in-string): Renamed from
23884 replace-regexps-in-string. Doc fix.
23885
23886 2000-03-12 Dave Love <fx@gnu.org>
23887
23888 * cus-edit.el: Doc fixes.
23889 (customize-set-variable, customize-save-variable): Rename args for doc.
23890 (custom-variable-tag-face, custom-face-tag-face)
23891 (custom-group-tag-face-1, custom-group-tag-face): Modify from
23892 style which user identify as hyperlink.
23893 (hook): Don't add undefined functions to the hook.
23894 (debug-ignored-errors): Transfer message from bindings.el.
23895
23896 2000-03-12 Gerd Moellmann <gerd@gnu.org>
23897
23898 * recentf.el (recentf-keep-non-readable-files-p):
23899 Remove double/nested definition.
23900
23901 2000-03-12 Dave Love <fx@gnu.org>
23902
23903 * facemenu.el (facemenu-get-face): Use display-color-p.
23904 * enriched.el (enriched-decode-foreground): Likewise.
23905 (enriched-decode-background): Likewise.
23906 * isearch.el (isearch-highlight): Likewise.
23907 * info-look.el (info-lookup): Likewise.
23908 * simple.el (completion-setup-function): Likewise.
23909
23910 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
23911 :options.
23912
23913 * bindings.el (mode-line-format): Fix line-number and
23914 column-number items. Add help-echo for the background.
23915 (mode-line-mule-info): Modify help-echo.
23916
23917 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
23918
23919 * files.el (load-file): Allow completion to .elc.
23920
23921 * man.el: Doc fixes.
23922 (Man-init-defvars): Use display-color-p to set fontification.
23923
23924 * play/hanoi.el (hanoi-internal): Don't use oddp.
23925
23926 2000-03-12 Gerd Moellmann <gerd@gnu.org>
23927
23928 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
23929
23930 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
23931
23932 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
23933
23934 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
23935 Fix comment.
23936
23937 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
23938
23939 * font-lock.el (font-lock-keywords): Fix the doc now that
23940 regexp-opt-depth is unnecessary.
23941 (save-buffer-state): Set an edebug spec.
23942 (font-lock-fontify-anchored-keywords): Properly handle the case when
23943 the matcher goes past the limit.
23944
23945 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
23946 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
23947
23948 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
23949 dll.el and cookie.el (from Elib) with heavy renaming and other
23950 massaging.
23951
23952 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
23953 Autoload the functions used.
23954 (easy-mmode-define-syntax): Fix CL typo.
23955 (easy-mmode-define-derived-mode): Improve the docstring generation.
23956
23957 2000-03-10 Gerd Moellmann <gerd@gnu.org>
23958
23959 * textmodes/texinfo.el (texinfo-version): Variable and function
23960 removed.
23961
23962 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
23963
23964 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
23965 allow more flexibility.
23966 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
23967 (easy-mmode-defmap, easy-mmode-defsyntax)
23968 (easy-mmode-define-derived-mode): New macros.
23969
23970 2000-03-09 Didier Verna <didier@xemacs.org>
23971
23972 * rect.el (replace-rectangle): New function.
23973
23974 2000-03-09 Dave Love <fx@gnu.org>
23975
23976 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
23977 (fortran-comment-line-start-skip): Don't match cpp stuff.
23978 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
23979 (fortran-mode-map): Remove over-eager custom-menu-create for now.
23980 (fortran-mode): Don't set fortran-comment-line-start-skip,
23981 fortran-comment-line-start here. Set comment-start,
23982 add-log-current-defun.
23983 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
23984 (fortran-current-defun): New function.
23985
23986 2000-03-09 Gerd Moellmann <gerd@gnu.org>
23987
23988 * emacs-lisp/re-builder.el: New file.
23989
23990 * mouse.el (mouse-drag-region): Don't run up-event handler
23991 if hscroll has changed.
23992
23993 * octave-mod.el (octave-font-lock-keywords): To font-lock the
23994 builtin operators, use `font-lock-builtin-face' for Emacs and
23995 `font-lock-preprocessor-face' otherwise.
23996
23997 * font-lock.el (lisp-font-lock-keywords-1): Highlight
23998 `(defun (setf foo)' differently.
23999
24000 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
24001
24002 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24003 (regexp-opt): Update comment and adapt the code the new meaning of
24004 the `paren' argument of regex-opt-group for shy-groups.
24005 (regexp-opt-depth): Handle shy groups as well as backslashed
24006 backslashes.
24007 (regexp-opt-group): Turn the leading comment into a docstring.
24008 Allow `paren' to be a string (the string to use to open a group).
24009 Remove open-presuf and close-presuf. Instead of checking for `all
24010 one-char' and then later on check for `several one-char', handle
24011 both cases close together. Also apply a more generic algorithm
24012 for suffixes (the mirror image of the algorithm used for
24013 prefixes). Use shy-groups. Use nreverse rather than reverse.
24014 (regexp-opt-try-suffix): Removed.
24015
24016 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24017 from comint-mode-map, so we can just inherit from it. Also, move
24018 the initialization into the `defvar' since there's no docstring
24019 anyway and it's fairly short.
24020 (inferior-scheme-mode): Define it as derived-mode: the code is
24021 shorter and this way we inherit from comint-mode-map rather than
24022 copying it.
24023
24024 * subr.el (replace-regexps-in-string): Properly handle the case
24025 where we match an empty string.
24026
24027 * comint.el (comint-exec-1): Add the current-dir to the exec-path
24028 when the command has a directory component (such as "./testml").
24029 Also fix a typo in the comment.
24030
24031 2000-03-08 Gerd Moellmann <gerd@gnu.org>
24032
24033 * Makefile (compile-files): Compile files one by one because
24034 that's the only way to ensure a clean compilation environment for
24035 each individual file.
24036
24037 * frame.el (other-frame): Call x-focus-frame.
24038
24039 2000-03-07 Dave Love <fx@gnu.org>
24040
24041 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24042 :require to defcustom.
24043
24044 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
24045
24046 * files.el (auto-mode-alist): Add configure.in.
24047
24048 * progmodes/autoconf.el: New file.
24049
24050 2000-03-07 Gerd Moellmann <gerd@gnu.org>
24051
24052 * mail/mh-e.el: Change maintainer to `none'.
24053
24054 * recentf.el (recentf-keep-non-readable-files-p): Quote args
24055 to remove-hook and add-hook.
24056
24057 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24058
24059 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24060 it as the default.
24061 (mail-send): Test mail-send-nonascii also for the new `mime' value.
24062 (sendmail-send-it): Conditionally add MIME headers specifying the
24063 used character set.
24064
24065 2000-03-07 Dave Love <fx@gnu.org>
24066
24067 * winner.el: Fix keywords, autoload cookies.
24068 Split eval-when-compile form to avoid compilation failure.
24069
24070 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
24071
24072 * international/mule.el: Modify comment about coding system
24073 property `coding-category'.
24074 (make-coding-system): New argument EOL-TYPE. Pay attention to
24075 coding-category property of PROPERTIES.
24076
24077 * international/mule-conf.el (coding-category-utf-8)
24078 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
24079 categories. Include them in the argument for set-coding-priority.
24080
24081 * international/mule-cmds.el (reset-language-environment):
24082 Include coding-category-utf-8, coding-category-utf-16-be, and
24083 coding-category-utf-16-le in the argument for set-coding-priority.
24084 (reset-language-environment): Initialize coding-category-utf-8,
24085 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24086
24087 2000-03-06 Karl Fogel <kfogel@red-bean.com>
24088
24089 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24090 code abstracted out of `bookmark-jump-noselect'. Now tries info
24091 extensions as well as compression extensions.
24092 (bookmark-jump-noselect): Use above new func.
24093
24094 2000-03-03 Gerd Moellmann <gerd@gnu.org>
24095
24096 * strokes.el: Change maintainer's mail address.
24097
24098 2000-03-03 Kenichi Handa <handa@etl.go.jp>
24099
24100 * international/mule-diag.el (list-character-sets): Make help-echo
24101 string by substitute-command-keys.
24102 (list-character-sets): Likewise.
24103 (sort-listed-character-sets): Call help-setup-xref.
24104
24105 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24106
24107 * time.el (display-time-mail-file): Add `none' to the list of choices.
24108
24109 2000-03-01 Dave Love <fx@gnu.org>
24110
24111 * help.el (help-xref-go-back): Don't try to set position.
24112
24113 * international/mule-diag.el (list-character-sets):
24114 Call help-setup-xref. Add help-echo to xrefs.
24115 (list-character-sets-1): Add help-echo to xrefs.
24116
24117 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24118
24119 * frame.el (blink-cursor-mode): Switch cursor on when turning
24120 the mode off.
24121
24122 * add-log.el (add-log-current-defun): Add support for
24123 Autoconf mode.
24124
24125 * mail/rmail.el (rmail-quit-hook): New variable.
24126
24127 2000-03-01 Dave Love <fx@gnu.org>
24128
24129 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24130
24131 * help.el (help-xref-button): Add help-echo arg.
24132 (describe-function-1, describe-variable, help-make-xrefs): Use it.
24133
24134 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
24135
24136 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
24137
24138 2000-03-01 Gerd Moellmann <gerd@gnu.org>
24139
24140 * image.el (defimage): Look for image files in load-path.
24141
24142 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
24143
24144 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24145
24146 * recentf.el (recentf): Added version tag to the defgroup of recentf.
24147
24148 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24149
24150 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
24151 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24152 action to select/unselect a file.
24153 (recentf-edit-list): Code cleanup and improvement.
24154 (recentf-open-more-files-action): `recentf-open-more-files' button
24155 widget action to open a file.
24156 (recentf-open-more-files): No more use standard completion but widgets.
24157 (recentf-more-collection): Deleted.
24158 (recentf-more-history): Deleted.
24159 (recentf-setup-more-completion): Deleted.
24160
24161 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24162
24163 * recentf.el (recentf-mode): No more needs that Emacs is running
24164 under a window-system.
24165
24166 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24167
24168 * recentf.el (recentf-edit-list): New command to edit the recent
24169 list which allow the user to remove files.
24170 (recentf-edit-selected-items): New global variable, used by
24171 `recentf-edit-list' to hold the list of files to be removed from
24172 the recent list.
24173 (recentf-make-menu-items): Updated to display a "Edit list..."
24174 menu item. Minor code cleanup.
24175
24176 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24177
24178 * recentf.el (recentf-open-more-files): New command to open files
24179 that are not displayed in the menu.
24180 (recentf-more-collection): New global variable holding the set of
24181 permissible completions used by `recentf-open-more-files'.
24182 (recentf-more-history): New global variable holding the history list
24183 used by `recentf-open-more-files' completion.
24184 (recentf-setup-more-completion): New function to setup completion for
24185 `recentf-open-more-files'.
24186 (recentf-make-menu-items): Updated to display a "More..." menu item.
24187
24188 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24189
24190 * recentf.el (recentf-menu-action): Doc fixed.
24191
24192 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24193
24194 * recentf.el (recentf-menu-filter): Doc updated.
24195 (recentf-update-menu-hook): Allow menu filters to force menu update.
24196 (recentf-make-menu-items): New menu filter handling.
24197 (recentf-make-menu-item): New helper function.
24198 (recentf-menu-elements): New menu handling function.
24199 (recentf-sort-ascending): Updated to new menu filter handling.
24200 (recentf-sort-descending): Updated to new menu filter handling.
24201 (recentf-sort-basenames-ascending): New menu filter function.
24202 (recentf-sort-basenames-descending): New menu filter function.
24203 (recentf-show-basenames): New menu filter function.
24204 (recentf-show-basenames-ascending): New menu filter function.
24205 (recentf-show-basenames-descending): New menu filter function.
24206
24207 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24208
24209 * diary-lib.el (list-diary-entries): Don't try to go forward at
24210 the end of the buffer.
24211
24212 2000-02-29 Kenichi Handa <handa@etl.go.jp>
24213
24214 * international/mule-diag.el (list-character-sets):
24215 Completely rewritten.
24216 (sort-listed-character-sets): New function.
24217 (list-character-sets-1): Completely rewritten.
24218 (list-character-sets-2): New function.
24219 (non-iso-charset-alist): New variable.
24220 (decode-codepage-char): New function.
24221 (charset-history): New variable.
24222 (read-charset) (list-block-of-chars)
24223 (list-iso-charset-chars)
24224 (list-non-iso-charset-chars)
24225 (list-charset-chars): New functions.
24226 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
24227 (dump-charsets): Likewise.
24228
24229 2000-02-29 Gerd Moellmann <gerd@gnu.org>
24230
24231 * dired-x.el (dired-filename-at-point): Add `@' to valid
24232 file name characters.
24233 (dired-filename-at-point): Handle ange-ftp file names.
24234
24235 * frame.el (frame-notice-user-settings): Use assq-delete-all
24236 instead of assoc-delete-all.
24237 (frame-notice-user-settings): Ditto.
24238
24239 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24240 Don't copy alist.
24241
24242 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
24243
24244 * calculator.el (calculator-use-menu): New option.
24245 (calculator-initial-bindings): Changed some bindings to work as macros.
24246 (calculator-forced-input): Removed.
24247 (calculator-restart-other-mode): New variable.
24248 (calculator-mode-map): Set up menu.
24249
24250 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
24251
24252 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
24253
24254 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
24255
24256 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
24257 translate all ESC key sequences.
24258 (viper-goto-mark-subr): Restore markers for files for which
24259 they were saved.
24260 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24261 * viper-util.el (viper-set-replace-overlay-glyphs)
24262 (viper-set-replace-overlay): Always check if the replacement
24263 overlay is live.
24264 * viper.el (viper-vi-state-mode-list): Add major modes.
24265 * ediff-wind.el: Minor comment changes.
24266 * ediff.el: Copyright notice date fix.
24267
24268 2000-02-27 Jason Rumney <jasonr@gnu.org>
24269
24270 * faces.el (face-font-family-alternatives): Add arial to helv.
24271 (mode-line, header-line, tool-bar): Same default as x for w32.
24272 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24273 face-font-family-alternatives from working.
24274 * term/w32-win.el (mouse-set-font): Do not build fontset from
24275 chosen font.
24276
24277 2000-02-25 Sam Steingold <sds@goems.com>
24278
24279 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24280 properly.
24281
24282 2000-02-25 Richard M. Stallman <rms@gnu.org>
24283
24284 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24285
24286 2000-02-25 Gerd Moellmann <gerd@gnu.org>
24287
24288 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
24289
24290 * frame.el (busy-cursor-delay-seconds): New option.
24291
24292 2000-02-24 Gerd Moellmann <gerd@gnu.org>
24293
24294 * frame.el (show-cursor-in-non-selected-windows): New option.
24295
24296 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24297
24298 * diary-lib.el (include-other-diary-files): Undo the selective
24299 display in any included file and don't kill it.
24300
24301 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
24302
24303 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24304 Menu items converted to (menu-item format, help strings added.
24305 [downcase, upcase]: Don't enable on MS-DOS.
24306 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
24307 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24308
24309 2000-02-23 Dave Love <fx@gnu.org>
24310
24311 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24312 (backward-kill-word): Revert addition of * to interactive spec --
24313 it's a feature.
24314
24315 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24316 (backward-kill-sentence, kill-sentence): Likewise.
24317
24318 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24319 scratch buffer name.
24320 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
24321
24322 * term/w32-win.el (internal-face-interactive): Update prompt for
24323 new read-face-name.
24324
24325 * mail/footnote.el (footnote): Add :version to defgroup.
24326 (footnote-section-tag-regexp): Customize.
24327 (footnote-start-tag, footnote-end-tag): New option.
24328 (footnote-latin-regexp): New variable.
24329 (Footnote-latin): New function.
24330 (footnote-style-alist): Add element for latin style.
24331 (footnote-style): Moved.
24332 (Footnote-goto-footnote): Use eq to test arg.
24333
24334 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24335
24336 * emacs-lisp/byte-opt.el: Change old backquote syntax.
24337 (byte-compile-trueconstp): Include keywords.
24338 (byte-optimize-quote, byte-optimize-lapcode):
24339 Use byte-compile-const-symbol-p.
24340 (byte-optimize-char-before): New optimization.
24341
24342 * emacs-lisp/bytecomp.el: Change old backquote syntax.
24343 (byte-compile-const-symbol-p): New function.
24344 (byte-compile-constp, byte-compile-out-toplevel)
24345 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24346 Use it.
24347
24348 * subr.el (define-key-after): Default AFTER to t. Doc fix.
24349
24350 2000-02-23 Kenichi Handa <handa@etl.go.jp>
24351
24352 * international/encoded-kb.el: Be sure to update minor-mode-alist
24353 and minor-mode-map-alist.
24354 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24355 codes SS2 and SS3 correctly.
24356 (encoded-kbd-self-insert-ccl): New function.
24357 (encoded-kbd-setup-keymap): New function.
24358 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
24359 by calling encoded-kbd-setup-keymap.
24360
24361 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24362 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24363
24364 2000-02-22 Dave Love <fx@gnu.org>
24365
24366 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24367 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24368 (lisp-mode-syntax-table): Set up for #|...|# comments.
24369 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
24370 classes. Match `defface'.
24371 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24372 (eval-defun-1): Fix for defcustom.
24373 (lisp-indent-region): Doc fix.
24374
24375 * subr.el (when, unless, split-string): Doc fix.
24376 (read-passwd): Move call of clear-this-command-keys to the right place.
24377 (replace-regexps-in-string): New function.
24378
24379 2000-02-22 Gerd Moellmann <gerd@gnu.org>
24380
24381 * help.el (describe-variable): Set syntax table to
24382 emacs-lisp-mode-syntax-table when moving forward over the
24383 symbol's name.
24384
24385 2000-02-22 Dave Love <fx@gnu.org>
24386
24387 * xt-mouse.el: Doc fixes.
24388 (xterm-mouse-position-function): New function, replacing advice of
24389 mouse-position.
24390 (xterm-mouse-mode): Use it. Don't turn on under a window system.
24391
24392 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24393
24394 2000-02-21 Gerd Moellmann <gerd@gnu.org>
24395
24396 * format.el (format-annotate-single-property-change):
24397 Handle properties with dotted-list values.
24398 (format-proper-list-p): New function.
24399
24400 * enriched.el (enriched-face-ans): Handle '(foreground-color
24401 . COLOR) and (background-color . COLOR).
24402
24403 2000-02-20 Dave Love <fx@gnu.org>
24404
24405 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24406 and assignments to it.
24407 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24408 current local map.
24409 (make-flyspell-overlay): Use it.
24410 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24411
24412 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24413 (lm-get-header-re): Defun, not defsubst.
24414 (lm-get-package-name): Defun, not defsubst. Simplify.
24415 (lm-version): Doc fix. Simplify.
24416 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24417 (lm-crack-address, lm-last-modified-date, lm-commentary)
24418 (lm-verify, lm-synopsis): Simplify.
24419 (lm-report-bug): Require emacsbug. Use compose-mail.
24420
24421 2000-02-20 Gerd Moellmann <gerd@gnu.org>
24422
24423 * dired.el (dired-mode): Call propertized-buffer-identification
24424 to set mode-line-buffer-identification to something having
24425 the right text properties.
24426
24427 * bindings.el (propertized-buffer-identification): New function.
24428
24429 2000-02-20 Dave Love <fx@gnu.org>
24430
24431 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24432 check for t-mouse too.
24433
24434 * cus-start.el: Make echo-keystrokes `number'.
24435
24436 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
24437
24438 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24439 Don't call ring-empty-p unless tags-location-ring is bound.
24440 From Noah Friedman <friedman@splode.com>.
24441
24442 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
24443
24444 * progmodes/hideshow.el (hs-flag-region): No longer use
24445 `intangible' overlay property.
24446
24447 (hs-toggle-hiding): New command.
24448 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24449
24450 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24451 Fix omission bug: Run `hs-minor-mode-hook' for both activation
24452 and deactivation.
24453
24454 2000-02-18 Gerd Moellmann <gerd@gnu.org>
24455
24456 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24457
24458 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24459
24460 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24461
24462 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24463 of `*' to handle `(* ... *)' comments.
24464
24465 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
24466
24467 * faces.el (list-faces-display): Use display-mouse-p instead of
24468 window-system.
24469
24470 * menu-bar.el (global-map): Menu-bar items converted to the new
24471 format (menu-item..., rearranged for better CUA compliance, and
24472 their names changed for better clarity. Help strings added.
24473
24474 * international/mule-cmds.el (mule-menu-keymap)
24475 (describe-language-environment-map, set-coding-system-map)
24476 (setup-language-environment-map): Convert to new (menu-item...
24477 form, add help strings. Change names of menu items for better clarity.
24478 "Mule" menu-bar item removed (it's now in the "Options" submenu).
24479
24480 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24481
24482 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24483 within the code.
24484
24485 2000-02-16 Dave Love <fx@gnu.org>
24486
24487 * faces.el: Don't require custom. Add more specific :groups to
24488 various deffaces.
24489 (set-face-attribute): Purecopy args.
24490 (read-face-name): Default to name at point and use it in prompt.
24491 Remove colon from arg in all callers.
24492 (list-faces-display): Hyperlink to face descriptions and customize
24493 buffers.
24494
24495 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
24496
24497 * wid-edit.el (widget-match-inline): An atom never matches a list.
24498
24499 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24500
24501 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24502 at ':' characters by call to split-string.
24503
24504 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24505
24506 * textmodes/bibtex.el: Added RCS version identification.
24507
24508 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24509
24510 * textmodes/bibtex.el: Some temporary comments removed.
24511 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
24512 (bibtex-field-const): Allow capital letters.
24513 (bibtex-start-of-string): Deleted because unused.
24514
24515 * textmodes/bibtex.el: Unified some nomenclature. We no longer
24516 use the term 'reference' to describe a bibtex entry as a whole.
24517 Further, reference keys are no longer called 'labels'.
24518 (bibtex-keys): Renamed to bibtex-reference-keys.
24519 (bibtex-reformat-previous-labels): Renamed to
24520 bibtex-reformat-previous-reference-keys.
24521 (bibtex-reference-type): Renamed to bibtex-entry-type.
24522 (bibtex-reference-head): Renamed to bibtex-entry-head.
24523 (bibtex-reference-maybe-empty-head): Renamed to
24524 bibtex-entry-maybe-empty-head.
24525 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24526 (bibtex-search-reference): Renamed to bibtex-search-entry.
24527 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24528 bibtex-enclosing-entry-maybe-empty-head.
24529 (bibtex-entry-field-alist, bibtex-entry-head)
24530 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24531 (bibtex-map-entries, bibtex-search-entry)
24532 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24533 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24534 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24535 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24536 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24537 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24538 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
24539
24540 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24541
24542 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24543 comment.
24544 (bibtex-format-field-delimiters): New function, functionality
24545 extracted from bibtex-format-entry.
24546 (bibtex-autokey-get-yearfield-digits): New function, functionality
24547 extracted from bibtex-autokey-get-yearfield.
24548
24549 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24550 entries in order to avoid stack overflow in the regexp matcher if
24551 field contents become large.
24552 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24553 (bibtex-field-string-part-not-braced)
24554 (bibtex-field-string-part-no-inner-braces)
24555 (bibtex-field-string-part-1-inner-brace)
24556 (bibtex-field-string-part-2-inner-braces)
24557 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24558 (bibtex-field-string-quoted, bibtex-field-string)
24559 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24560 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24561 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24562 Deleted as parsing is now performed by the following functions.
24563 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24564 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24565 (bibtex-parse-field-string, bibtex-search-forward-field-string)
24566 (bibtex-parse-association, bibtex-field-name-for-parsing)
24567 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24568 (bibtex-search-forward-field, bibtex-search-backward-field)
24569 (bibtex-start-of-field, bibtex-end-of-field)
24570 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24571 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24572 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24573 (bibtex-parse-string, bibtex-search-forward-string)
24574 (bibtex-search-backward-string, bibtex-start-of-string)
24575 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24576 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24577 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
24578 entries. Instead of reporting the results of the parsing by
24579 match-beginning or match-end, these functions return data structures
24580 that hold the corresponding positions.
24581 (bibtex-enclosing-field): Changed to also report field boundaries by
24582 return values rather than by match-beginning or match-end.
24583 The following functions have been adapted to use the new
24584 parsing functions.
24585 (bibtex-skip-to-valid-entry, bibtex-search-reference)
24586 (bibtex-enclosing-field, bibtex-format-entry)
24587 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24588 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24589 (bibtex-print-help-message, bibtex-end-of-entry)
24590 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24591 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24592 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24593 Use the new method for parsing.
24594 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
24595 (bibtex-map-entries, bibtex-flash-head)
24596 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
24597 (bibtex-autokey-change, bibtex-autokey-get-namefield)
24598 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
24599 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24600 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
24601 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24602 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
24603 order to make the new binding of case-fold-search immediately visible.
24604
24605 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24606
24607 * textmodes/bibtex.el: Copyright notice is up to date.
24608 Added constant 'bibtex-maintainer-salutation.
24609
24610 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
24611 than make-temp-name, use match-string-no-properties and eliminate
24612 a quadratic behavior when building bibtex-strings.
24613
24614 * bibtex.el (bibtex-reference-key): Accept string entries whose
24615 reference key contains upper case letters.
24616
24617 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24618
24619 * bibtex.el (bibtex-reference-head): Allow entries to start with
24620 a new line.
24621
24622 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24623
24624 * bibtex.el: Hiding of entry bodies is not longer provided by
24625 bibtex.el directly. Instead the hideshow package can be used.
24626 Added a special bibtex entry to hs-special-modes-alist.
24627 (bibtex-hs-forward-sexp): Added for hideshow.el.
24628
24629 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24630
24631 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
24632 proceedings entry type (for cross referencing). Thanks to Wagner
24633 Toledo Correa for the suggestion.
24634
24635 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
24636
24637 2000-02-14 Kenichi Handa <handa@etl.go.jp>
24638
24639 * international/characters.el: Setup case table for Vietnamese.
24640
24641 2000-02-12 Gerd Moellmann <gerd@gnu.org>
24642
24643 * uniquify.el (toplevel): Require CL at compile time.
24644 (uniquify-push): Removed.
24645
24646 * shadowfile.el (shadow-when): Removed.
24647
24648 * tempo.el (tempo-dolist, tempo-mapc): Removed.
24649 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
24650
24651 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
24652 regexp for paragraph-start.
24653
24654 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
24655 commas as well.
24656
24657 2000-02-10 Dave Love <fx@gnu.org>
24658
24659 * wid-edit.el: (widgets) [defgroup]: Remove url link.
24660 (widget-color-choice-list, widget-color-history, widget-mouse-help):
24661 Deleted.
24662 (widget-specify-field, widget-specify-button): Don't use
24663 widget-mouse-help as help-echo property.
24664 (default): Use #'ignore for :validate and :mouse-down-action.
24665 (checkbox): Add help-echo.
24666 (widget-sexp-validate): Rewritten to clarify error messages.
24667 (character): Use char-valid-p in :match function.
24668 (widget-color-complete): Use facemenu-color-alist.
24669 (widget-color-action): Use facemenu-read-color.
24670
24671 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
24672 set up `caar' &c that we now have.
24673
24674 2000-02-09 Ray Blaak <blaak@gnu.org>
24675
24676 * delphi.el: Make resourcestring a declaration region, like const
24677 and var.
24678
24679 2000-02-09 Dave Love <fx@gnu.org>
24680
24681 * bindings.el (mode-line-input-method-map): New variable.
24682 (mode-line-mule-info): Use it; fix last change.
24683 (mode-line-mode-menu): Move definition.
24684 (mode-line-mouse-sensitive-p): Deleted.
24685 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
24686 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
24687
24688 * startup.el (command-line-1): Don't call
24689 make-mode-line-mouse-sensitive.
24690
24691 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24692
24693 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
24694 before rmail-toggle-header, because the former toggles headers.
24695
24696 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
24697
24698 * diff-mode.el (diff-kill-junk): New interactive function.
24699 (diff-reverse-direction): Use delete-and-extract-region.
24700 (diff-post-command-hook): Restrict the area so that the hook also works
24701 outside of any diff hunk. This is necessary for the minor-mode.
24702 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
24703 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
24704
24705 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
24706 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
24707 so that it can be used more easily in <foo>-mode-hook. Also make sure
24708 to avoid duplicate entries.
24709 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
24710 (font-lock-remove-keywords): Just as was done for `add', allow it to
24711 work even if font-lock-mode is nil. Also make sure we don't modify
24712 any pre-existing list by forcing a copy-sequence. Finally rename
24713 `major-mode' to `mode'.
24714 (font-lock-fontify-syntactic-anchored-keywords)
24715 (font-lock-fontify-anchored-keywords)
24716 (font-lock-fontify-keywords-region): Use line-end-position.
24717 Don't make `font-lock-multiline' local (it's now done in
24718 font-lock-set-defaults).
24719 (font-lock-set-defaults): Make `font-lock-multiline' local.
24720 Move the `font-lock-fontified' creation to inside the `unless'.
24721
24722 2000-02-06 Andrew Innes <andrewi@gnu.org>
24723
24724 * term/w32-win.el (x-handle-args): Comment out call to message,
24725 which occurs before window system is initialized.
24726
24727 * makefile.nt: Add support for recompiling lisp code.
24728
24729 2000-02-04 Dave Love <fx@gnu.org>
24730
24731 * bindings.el (mode-line-mule-info): Fix/extend last change.
24732
24733 * completion.el: Replace completion-dolist with dolist.
24734
24735 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
24736
24737 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
24738
24739 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
24740 environment names before they go into the section regexp.
24741
24742 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
24743 char class in regexp.
24744
24745 * textmodes/reftex-parse.el (reftex-with-special-syntax):
24746 Bind `case-fold-search' to nil.
24747
24748 * progmodes/idlwave.el (idlwave-template):
24749 Respect `idlwave-abbrev-change-case'.
24750 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
24751 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
24752 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
24753 (idlwave-rw-case): New function.
24754 (idlwave-statement-match): Fixed problem with assignment regexp.
24755 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
24756 (idlwave-surround): New argument LENGTH to support padding of
24757 operators longer than 1 char.
24758
24759 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
24760 idlwave-shell-expression-overlay. Implemented printing of
24761 expressions on higher levels of the calling stack.
24762 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
24763 (idlwave-retrieve-expression-from-level): New function.
24764 (idlwave-shell-last-calling-stack): Variable removed.
24765 (idlwave-shell-reset): Argument action reversed (`visible' to
24766 `hidden'). Also remove stop-line overlay.
24767 (idlwave-shell-calling-stack-routine): New variable.
24768 (idlwave-shell-parse-stack-and-display): Messages now display
24769 negative level numbers.
24770 (idlwave-shell-mode): Set `modeline-format'.
24771 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
24772 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
24773 (idlwave-shell-print-expression-function): New option.
24774
24775 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
24776 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
24777 `tool-bar' instead of `toolbar'.
24778
24779 2000-02-02 Dave Love <fx@gnu.org>
24780
24781 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
24782 emacs-lisp-mode-hook. Don't check for defalias being defined.
24783
24784 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
24785 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
24786 Use the new builtins directly.
24787
24788 * whitespace.el (whitespace): Add :version to defgroup.
24789
24790 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
24791 Doc fix.
24792
24793 * thingatpt.el (sexp-at-point, symbol-at-point)
24794 (number-at-point, list-at-point): Add autoload cookie.
24795
24796 * recentf.el (recentf): Add :version to defgroup.
24797
24798 * quickurl.el (quickurl): Add :version to defgroup.
24799
24800 * elide-head.el (elide-head): Use point-marker more.
24801
24802 * bs.el (bs): Add :version to defgroup.
24803
24804 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
24805
24806 * progmodes/delphi.el (delphi): Add :version to defgroup.
24807
24808 2000-02-02 Gerd Moellmann <gerd@gnu.org>
24809
24810 * ange-ftp.el (ange-ftp-write-region): Handle case that
24811 succeeding process operation sets a different coding system.
24812
24813 * calculator.el: New file.
24814
24815 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
24816
24817 * frame.el (frames-on-display-list, framep-on-display): New functions.
24818 (display-mouse-p, display-popup-menus-p, display-graphic-p)
24819 (display-selections-p, display-screens, display-pixel-width)
24820 (display-pixel-height, display-mm-width, display-mm-height)
24821 (display-backing-store, display-save-under, display-planes)
24822 (display-color-cells, display-visual-class): New functions.
24823
24824 * term/tty-colors.el (tty-color-gray-shades): New function.
24825
24826 * faces.el (display-color-p): Use framep-on-display.
24827 (display-grayscale-p): New function.
24828
24829 2000-01-31 Dave Love <fx@gnu.org>
24830
24831 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
24832 (create-fontset-from-x-resource): Don't concat integers.
24833
24834 2000-01-31 Inge Frick <inge@nada.kth.se>
24835
24836 * view.el: Some changes in documentation. Removed some trailing
24837 whitespace. Changed some parameter names to agree with documentation.
24838 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
24839 window is not deleted. Modifies change 1998-04-26.
24840
24841 2000-01-31 Gerd Moellmann <gerd@gnu.org>
24842
24843 * windmove.el: New file.
24844
24845 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
24846 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
24847 progmodes/ebnf-yac.el: Update copyright and license info.
24848
24849 * jit-lock.el (jit-lock-function): Widen before calculating
24850 end position.
24851 (jit-lock-stealth-chunk-start): Rewritten.
24852
24853 * info.el (Info-title-face-alist): Removed.
24854 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
24855 (Info-fontify-node): Use these faces.
24856
24857 2000-01-30 Gerd Moellmann <gerd@gnu.org>
24858
24859 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
24860 (cl-macro-list1): Recognize `&allow-other-keys' instead of
24861 `&allow-other-keywords'.
24862
24863 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
24864 the list of directories scanned heuristically.
24865
24866 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
24867
24868 2000-01-30 Jason Rumney <jasonr@gnu.org>
24869
24870 * w32-fns.el: Define w32-tty-standard-colors.
24871
24872 * startup.el (command-line): Use w32-tty-standard-colors when in
24873 w32 console mode.
24874
24875 2000-01-30 Dave Love <fx@gnu.org>
24876
24877 * jka-compr.el (jka-compr-load): Fix up load-history.
24878
24879 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
24880
24881 * emacs-lisp/cl-macs.el: Revert previous change.
24882
24883 2000-01-29 Dave Love <fx@gnu.org>
24884
24885 * facemenu.el: Purecopy various strings.
24886
24887 * timezone.el (timezone-fix-time): Window against 69 for two-digit
24888 years. Deal with three-digit years.
24889
24890 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
24891 Use defconst, purecopy.
24892 (help-back-label): Purecopy it.
24893
24894 2000-01-18 Gerd Moellmann <gerd@gnu.org>
24895
24896 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
24897 variable. If non-nil, order the buffer list according to the
24898 currently selected frame.
24899 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
24900 non-nil, pass the selected frame to function buffer-list.
24901
24902 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24903
24904 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
24905
24906 2000-01-28 Dave Love <fx@gnu.org>
24907
24908 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
24909
24910 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
24911 Don't use lisp-indent-hook property.
24912 (cl-abs): Remove.
24913
24914 * subr.el: Move out indent and edebug specs for when and unless.
24915
24916 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
24917 when, unless.
24918
24919 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
24920 unless, when.
24921
24922 2000-01-28 Gerd Moellmann <gerd@gnu.org>
24923
24924 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
24925 `collecting' as synonym for `collect'.
24926
24927 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
24928 for the case it contains spaces.
24929
24930 * simple.el (what-cursor-position): Change formatting of messages.
24931
24932 * frame.el (delete-other-frames): New function.
24933 (toplevel): Bind it to C-x 5 1.
24934
24935 * sort.el (sort-numeric-base): New option.
24936 (sort-numeric-fields): If number starts with `0' or `0[xX[',
24937 interpret it as octal or hexadecimal. Use sort-numeric-base
24938 as default base.
24939
24940 * progmodes/glasses.el: New file.
24941
24942 2000-01-27 Gerd Moellmann <gerd@gnu.org>
24943
24944 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
24945 userids differently.
24946
24947 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
24948 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
24949 progmodes/ebnf-yac.el: New files.
24950
24951 2000-01-26 Dave Love <fx@gnu.org>
24952
24953 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
24954 on a function with an empty body. [From Eric Ludlam.]
24955
24956 2000-01-25 Andre Spiegel <spiegel@gnu.org>
24957
24958 * vc.el (vc-version-diff): Make sure file name is expanded.
24959
24960 2000-01-25 Gerd Moellmann <gerd@gnu.org>
24961
24962 * scroll-bar.el (scroll-bar-timer): Variable removed.
24963 (scroll-bar-toolkit-scroll): Don't use a timer.
24964
24965 2000-01-25 Kenichi Handa <handa@etl.go.jp>
24966
24967 * language/thai-util.el (thai-composition-function):
24968 Delete superfluous `a'.
24969
24970 2000-01-24 Dave Love <fx@gnu.org>
24971
24972 * fortran.el (fortran-mode): Use beginning-of-defun-function,
24973 end-of-defun-function.
24974
24975 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
24976
24977 2000-01-22 Jason Rumney <jasonr@gnu.org>
24978
24979 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
24980 conflicts with new face support.
24981
24982 2000-01-22 Richard M. Stallman <rms@gnu.org>
24983
24984 * replace.el (query-replace): Rename last arg to DELIMITED.
24985 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
24986 (query-replace-regexp): Likewise.
24987
24988 2000-01-20 Richard M. Stallman <rms@gnu.org>
24989
24990 * subr.el (with-syntax-table): Use make-symbol, not gensym.
24991
24992 * emacs-lisp/lisp.el (beginning-of-defun-function):
24993 Variable renamed from beginning-of-defun.
24994 Do not call make-variable-buffer-local.
24995 (beginning-of-defun-raw): Use new variable name; doc fix.
24996 (beginning-of-defun): Doc fix.
24997 (end-of-defun-function): Variable renamed from end-of-defun.
24998 Do not call make-variable-buffer-local.
24999 (end-of-defun): Use new variable name; doc fix.
25000
25001 * subr.el (dolist, dotimes): Copied from cl-macs.el
25002 and made to work.
25003
25004 * mail/undigest.el (rmail-digest-end-regexps):
25005 Variable replaces rmail-digest-end-regexp.
25006 Allows multiple regexps for detecting the end line.
25007 (undigestify-rmail-message): Corresponding changes.
25008
25009 2000-01-19 Dave Love <fx@gnu.org>
25010
25011 * files.el (user-init-file): Don't declare here -- is primitive.
25012
25013 * startup.el (command-line): Check for compiled user-init-file and
25014 set to uncompiled version if necessary.
25015
25016 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25017
25018 * mail/undigest.el (rmail-digest-end-regexp): New user option.
25019 (undigestify-rmail-message): Use it.
25020
25021 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25022
25023 2000-01-17 Gerd Moellmann <gerd@gnu.org>
25024
25025 * tmm.el (tmm-goto-completions): Adapt to prompt being part
25026 of mini-buffer.
25027
25028 2000-01-14 Gerd Moellmann <gerd@gnu.org>
25029
25030 * emacs-lisp/copyright.el (copyright-update): Removed the
25031 requirement for a trailing space from `copyright-regexp', to
25032 support copyrights with owner specified on a separate line..
25033
25034 * align.el: New file.
25035
25036 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25037
25038 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25039
25040 2000-01-13 Dave Love <fx@gnu.org>
25041
25042 * ph.el: Removed. (Obsoleted by EUDC.)
25043
25044 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25045
25046 * net/eudc.el (toplevel): Remove autoloaded code installing
25047 menu with easymenu, because that causes build problems.
25048
25049 * frame.el (frame-notice-user-settings): New variable.
25050 (frame-notice-user-settings): Don't modify frame parameters
25051 if called a second time.
25052
25053 2000-01-13 Richard M. Stallman <rms@gnu.org>
25054
25055 * frame.el (frame-notice-user-settings):
25056 Notice default-frame-parameters even for non-window frames.
25057
25058 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25059
25060 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25061 for Emacs.
25062 (eudc-bob-can-display-inline-images): Extend for Emacs.
25063 (eudc-bob-toggle-inline-display): Ditto.
25064 (eudc-bob-display-jpeg): Ditto.
25065
25066 2000-01-12 Gerd Moellmann <gerd@gnu.org>
25067
25068 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25069 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25070 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25071
25072 * add-log.el (add-change-log-entry): Fix error trying an
25073 `(insert nil)'.
25074
25075 * subdirs.el: Add `net' directory.
25076
25077 * net: New directory.
25078
25079 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25080 eval-last-sexp. Don't bind debug-on-error here.
25081 (eval-last-sexp): New function. Bind debug-on-error if
25082 eval-expression-debug-on-error is non-nil.
25083 (eval-defun-2, eval-defun): Likewise.
25084
25085 * simple.el (eval-expression): Don't bind debug-on-error if
25086 eval-expression-debug-on-error is nil. Detect changed
25087 debug-on-error, and propagate new value to global binding, if
25088 eval-expression-debug-on-error is non-nil,
25089 (eval-expression-debug-on-error): Change doc string.
25090
25091 2000-01-11 Richard M. Stallman <rms@gnu.org>
25092
25093 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25094
25095 * emacs-lisp/lisp-mode.el (with-syntax-table):
25096 Set up lisp-indent-function property.
25097
25098 * subr.el (with-syntax-table): Moved from simple.el.
25099
25100 * simple.el (with-syntax-table): Moved to subr.el.
25101
25102 2000-01-11 Gerd Moellmann <gerd@gnu.org>
25103
25104 * tmm.el (tmm-shortcut): Delete region after prompt instead
25105 of erasing buffer.
25106
25107 * textmodes/fill.el (fill-common-string-prefix): New function.
25108 (fill-context-prefix): Use the longest common prefix of first
25109 and second line fill prefix, if there is one.
25110
25111 2000-01-11 Richard M. Stallman <rms@gnu.org>
25112
25113 * array.el (array-mode): Don't use make-variable-buffer-local.
25114 Use make-local-variable for `truncate-lines'.
25115
25116 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
25117
25118 * add-log.el (add-log-current-defun): Handle user-defined
25119 add-log-current-function returning nil,
25120
25121 * add-log.el (add-change-log-entry): Insert version number
25122 if having found a current function
25123
25124 * add-log.el (add-log-current-defun):
25125 Call `add-log-current-defun-function'. Try matches at level 0 and
25126 level 1. Strip whitespace from defun found.
25127
25128 2000-01-10 John Wiegley <johnw@gnu.org>
25129
25130 * allout.el (isearch-done/outline-provisions): Added `edit'
25131 argument to correspond with the current definition of `isearch-done'.
25132
25133 2000-01-10 Dave Love <fx@gnu.org>
25134
25135 * elide-head.el (elide-head): Use point-marker, not point.
25136
25137 2000-01-10 Gerd Moellmann <gerd@gnu.org>
25138
25139 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25140 before and after the year 2000.
25141
25142 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25143 Add ispell- prefix.
25144
25145 2000-01-10 Ken Stevens <k.stevens@ieee.org>
25146
25147 * ispell.el: Only define dictionaries in menus when they exist.
25148 (version18p): New variable.
25149 (version20p): New variable.
25150 (xemacsp): New variable.
25151 (ispell-choices-win-default-height): Fix for XEmacs visibility.
25152 (ispell-dictionary-alist1): Added Brasileiro dictionary.
25153 (ispell-dictionary-alist6): Russian command lines no longer accept
25154 run-together words.
25155 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25156 (ispell-dictionary-alist): Add koi8-r to customize definition.
25157 (check-ispell-version): Added documentation string. Return library
25158 path when called non-interactively.
25159 (ispell-menu-map-needed): Uses new variables.
25160 (ispell-library-path): New variable.
25161 (ispell-decode-string): XEmacs fix for bogus variable bindings.
25162 (ispell-word): Improved documentation string. Test for valid
25163 character mappings. Correctly check typed in word changes that can
25164 result in single words split into multiple words.
25165 Return replacement word.
25166 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
25167 replace in recursive query replace mode. Help message for
25168 recursive edit mode.
25169 (ispell-show-choices): Protect against bad framepop bindings.
25170 (ispell-help): Fix to work with XEmacs.
25171 (ispell-highlight-spelling-error): Use new variables.
25172 (ispell-overlay-window): Fix to work with XEmacs.
25173 (ispell-parse-output): Passed and returns location information
25174 tracking spelling corrections. Doesn't recheck same word on
25175 current line.
25176 (ispell-init-process): Protect against bogus XEmacs variable binding.
25177 Fix call to single argument in sleep-for. Use new variables.
25178 (ispell-region): Passed and returns location information tracking
25179 spelling corrections. Doesn't check same word on current line.
25180 Improved documentation string. Doesn't resend a line already
25181 checked to the ispell process - fixes bug in LaTeX parsing.
25182 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25183 (ispell-skip-region): No longer skips <TT> in SGML.
25184 (ispell-process-line): Tracks location information with spelling
25185 corrections. Added documentation string. Accounts for words
25186 already accepted on this line. Don't allow query-replace on line
25187 starting with math characters. Doesn't resend a line already sent
25188 to ispell process. Fixes alignment error bug.
25189
25190 2000-01-10 Richard M. Stallman <rms@gnu.org>
25191
25192 * dired-x.el (dired-guess-shell-alist-default):
25193 Suggest xloadimage, which is free, not xv, which isn't.
25194
25195 * ange-ftp.el (ange-ftp-file-name-nondirectory):
25196 Don't ever include the host name or user name in the value.
25197
25198 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25199
25200 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25201 of a real newline.
25202
25203 2000-01-09 Stephen Eglen <stephen@gnu.org>
25204
25205 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25206 for .png files.
25207
25208 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
25209
25210 * cus-edit.el (custom-hook-convert-widget): Fix comment.
25211
25212 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25213
25214 * progmodes/cperl-mode.el: Replace ^F with ^L.
25215
25216 * sendmail.el (toplevel): Provide `sendmail' when compiling before
25217 `require'ing rmail and mailalias to prevent infinite recursion.
25218
25219 2000-01-08 Dave Love <fx@gnu.org>
25220
25221 * emacs-lisp/backquote.el: Remove inappropriate customization
25222 (allowing custom.el to use backquote).
25223
25224 2000-01-07 Dave Love <fx@gnu.org>
25225
25226 * add-log.el (add-log-debugging): Deleted.
25227 (add-change-log-entry): Treat a backup FILE-NAME as its parent
25228 file. Remove debugging code.
25229 (change-log-get-method-definition, change-log-name): Add doc.
25230 (change-log-sortable-date-at): New function.
25231 (change-log-merge): New command.
25232
25233 * time.el (display-time-string-forms): Make the Mail string active.
25234 (display-time-update): Provide help-echo for load average.
25235
25236 * bindings.el (make-mode-line-mouse2-map): New function.
25237 (mode-line-modified): Use it and simplify.
25238 (mode-line-mule-info): Provide help-echo info.
25239 (minor-mode-alist): Activate the strings.
25240 (make-mode-line-mouse-sensitive): Simplify for
25241 mode-line-buffer-identification.
25242
25243 2000-01-07 Gerd Moellmann <gerd@gnu.org>
25244
25245 * play/pong.el: New file.
25246
25247 2000-01-06 Dave Love <fx@gnu.org>
25248
25249 * array.el: Assorted cleanups for compiler warnings, doc strings,
25250 `array-' prefix for symbols.
25251
25252 2000-01-05 Dave Love <fx@gnu.org>
25253
25254 * textmodes/outline.el (outline-mode-menu-bar-map):
25255 Add outline-headers-as-kill.
25256 (outline-mode): Define imenu-generic-expression.
25257 (outline-headers-as-kill): New command.
25258
25259 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25260 from paragraph-start.
25261 (paragraph-indent-minor-mode): New command.
25262
25263 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25264 M-C-e, M-C-h, C-j, C-xnd, TAB.
25265 (fortran-mode): Set beginning-of-defun, end-of-defun.
25266 (fortran-column-ruler): Simplify.
25267 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25268 (fortran-with-subprogram-narrowing): Likewise.
25269 (fortran-indent-subprogram): Call mark-defun.
25270 (fortran-check-for-matching-do): Change narrowing.
25271
25272 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25273 (cl-lucid-hash-tag): Delete.
25274 (cl-hash-table-p): Correct test for native table.
25275 (cl-hash-table-count): Use hash-table-count.
25276
25277 * browse-url.el (browse-url): Fix case of
25278 browse-url-browser-function being an alist.
25279
25280 2000-01-05 Carsten Dominik <cd@gnu.org>
25281
25282 * textmodes/reftex-vars.el (reftex-parse-file-extension)
25283 (reftex-index-phrase-file-extension): New options.
25284
25285 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25286 Use new option `reftex-index-phrase-file-extension'.
25287
25288 * textmodes/reftex.el (reftex-access-parse-file): Use new option
25289 `reftex-parse-file-extension'.
25290
25291 2000-01-05 Dave Love <fx@gnu.org>
25292
25293 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25294 (beginning-of-defun-raw): Use it.
25295 (end-of-defun): New variable.
25296 (end-of-defun): Use it.
25297 (check-parens): New command.
25298
25299 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
25300
25301 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25302 (hs-show-block): Don't use `mapcar' when not accumulating.
25303
25304 Fix buglet in local variables initialization.
25305
25306 2000-01-05 Andreas Schwab <schwab@suse.de>
25307
25308 * hscroll.el (hscroll): Doc fix.
25309
25310 2000-01-05 Carsten Dominik <cd@gnu.org>
25311
25312 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25313 Require idlw-toolbar.
25314
25315 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
25316 file idlw-rinfo.el.
25317 (idlwave-customize): Load must read file idlw-shell.el.
25318 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
25319
25320 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
25321
25322 * progmodes/idlw-shell.el: Also provide idlwave-shell
25323 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25324 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25325
25326 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
25327 both reftex-dcr and reftex-vcr.
25328
25329 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25330
25331 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25332
25333 * ps-print.el: PostScript code now is in separate files, doc fix.
25334 (ps-print-version): New version number (5.0.3).
25335 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25336 local.
25337 (ps-spool-config): Initialization fix.
25338 (ps-print-prologue-1, ps-print-prologue-2)
25339 (ps-print-duplex-feature): PostScript code moved to separated file.
25340 (ps-background-image): Little code reformating.
25341 (ps-begin-file, ps-begin-job): Fix code.
25342 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25343 (ps-prologue-file): New fun.
25344
25345 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25346
25347 * ps-vars.el: Eliminated.
25348
25349 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25350 `;;;###autoload'.
25351
25352 * ps-print.el: ps-vars eliminated, doc fix.
25353 (ps-print-version): New version number (5.0.2).
25354 (ps-spool-config): Initialization fix.
25355 (ps-print-customize): New fun.
25356
25357 2000-01-04 Gerd Moellmann <gerd@gnu.org>
25358
25359 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25360
25361 2000-01-04 Dave Love <fx@gnu.org>
25362
25363 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25364 menu items.
25365
25366 2000-01-03 Dave Love <fx@gnu.org>
25367
25368 * elide-head.el (elide-head) [defgroup]: Add :version.
25369
25370 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25371 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25372 Use `cl-hash-table-p', not `hash-table-p'.
25373 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25374
25375 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25376
25377 * faces.el (face-read-integer, read-face-attribute)
25378 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25379
25380 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25381
25382 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25383 at comment end, and re-insert them after filling.
25384
25385 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25386
25387 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25388 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25389 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25390
25391 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25392
25393 * term/x-win.el (xw-defined-colors): Call color-supported-p,
25394 the new name of face-color-supported-p.
25395
25396 * term/w32-win.el (xw-defined-colors): Likewise.
25397
25398 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25399
25400 * simple.el (completion-setup-function): Count completion-size
25401 from minibuffer-prompt-end, not from point-min.
25402
25403 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
25404
25405 * faces.el (read-face-attribute, defined-colors, color-defined-p):
25406 Pass the frame to tty-color-* functions.
25407 (display-color-p, frame-set-background-mode): Pass the frame to
25408 tty-display-color-p.
25409
25410 * term/tty-colors.el (tty-defined-color-alist): Renamed from
25411 tty-color-alist.
25412 (tty-color-alist, tty-modify-color-alist): New functions.
25413 (tty-color-define, tty-color-clear, tty-color-approximate)
25414 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25415 optional parameter FRAME.
25416
25417 2000-01-01 Gerd Moellmann <gerd@gnu.org>
25418
25419 * image.el (create-image, defimage): Don't assume image data is
25420 a string.
25421
25422 * image.el (defimage): Handle specifications containing :data
25423 instead of :file.
25424 (image-type-from-data): New function.
25425 (image-type-from-file-header): Use it.
25426 (create-image): Add parameter DATA-P.
25427
25428 See ChangeLog.8 for earlier changes.
25429
25430 ;; Local Variables:
25431 ;; coding: iso-2022-7bit
25432 ;; End:
25433
25434 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25435 Copying and distribution of this file, with or without modification,
25436 are permitted provided the copyright notice and this notice are preserved.