2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
[bpt/emacs.git] / lisp / ChangeLog
1 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
2
3 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
4 new macro that replaces viper-emacs-p and viper-xemacs-p in many
5 cases. Used to reduce the number of warnings.
6
7 * viper-cmd.el: use viper-cond-compile-for-xemacs-or-emacs.
8 (viper-standard-value): moved here from viper.el.
9 (viper-set-unread-command-events): moved to viper-util.el
10 (viper-check-minibuffer-overlay): make sure
11 viper-minibuffer-overlay is moved to cover the entire input field.
12
13 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
14 (viper-read-key-sequence, viper-set-unread-command-events,
15 viper-char-symbol-sequence-p, viper-char-array-p): moved here.
16
17 * viper-ex.el: use viper-cond-compile-for-xemacs-or-emacs.
18
19 * viper-keym.el: use viper-cond-compile-for-xemacs-or-emacs.
20
21 * viper-mous.el: use viper-cond-compile-for-xemacs-or-emacs.
22
23 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p,
24 viper-event-vector-p): moved to viper-util.el
25
26 * viper.el (viper-standard-value): moved to viper-cmd.el.
27 Use viper-cond-compile-for-xemacs-or-emacs.
28
29 * ediff-help.el: use ediff-cond-compile-for-xemacs-or-emacs.
30
31 * ediff-hook.el: use ediff-cond-compile-for-xemacs-or-emacs.
32
33 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): new
34 macro designed to be used in many places where ediff-emacs-p or
35 ediff-xemacs-p was previously used. Reduces the number of
36 warnings.
37 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieue
38 of ediff-xemacs-p.
39 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer,
40 ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p,
41 ediff-whitespace-diff-region-p, ediff-get-region-contents):
42 moved to ediff-util.el.
43 (ediff-event-key): moved here.
44
45 * ediff-merge.el: got rid of unreferenced variables.
46
47 * ediff-mult.el: use ediff-cond-compile-for-xemacs-or-emacs.
48
49 * ediff-util.el: use ediff-cond-compile-for-xemacs-or-emacs.
50 (ediff-cleanup-mess): improved the way windows are set up after
51 quitting ediff.
52 (ediff-janitor): use ediff-dispose-of-variant-according-to-user.
53 (ediff-dispose-of-variant-according-to-user): new function
54 designed to be smarter and also understands indirect buffers.
55 (ediff-highlight-diff-in-one-buffer,
56 ediff-unhighlight-diff-in-one-buffer,
57 ediff-unhighlight-diffs-totally-in-one-buffer,
58 ediff-highlight-diff, ediff-highlight-diff,
59 ediff-unhighlight-diff, ediff-unhighlight-diffs-totally,
60 ediff-empty-diff-region-p, ediff-whitespace-diff-region-p,
61 ediff-get-region-contents, ediff-make-current-diff-overlay):
62 moved here.
63 (ediff-format-bindings-of): new function by Hannu Koivisto
64 <azure@iki.fi>.
65 (ediff-setup): make sure the merge buffer is always widened and
66 modifiable.
67 (ediff-write-merge-buffer-and-maybe-kill): refuse to write the
68 result of a merge into a file visited by another buffer.
69 (ediff-arrange-autosave-in-merge-jobs): check if the merge file
70 is visited by another buffer and ask to save/delete that buffer.
71 (ediff-verify-file-merge-buffer): new function to do the above.
72
73 * ediff-vers.el: load ediff-init.el at compile time.
74
75 * ediff-wind.el: use ediff-cond-compile-for-xemacs-or-emacs.
76
77 * ediff.el (ediff-windows, ediff-regions-wordwise,
78 ediff-regions-linewise): use indirect buffers to improve
79 robustness and make it possible to compare regions of the same
80 buffer (even overlapping regions).
81 (ediff-clone-buffer-for-region-comparison,
82 ediff-clone-buffer-for-window-comparison): new functions.
83 (ediff-files-internal): refuse to compare identical files.
84 (ediff-regions-internal): get rid of the warning about comparing
85 regions of the same buffer.
86
87 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): moved here.
88 Plus the following fixes courtesy of Dave Love:
89 Doc fixes.
90 (ediff-word-1): Use word class and move - to the
91 front per regexp documentation.
92 (ediff-wordify): Bind forward-word-function outside loop.
93 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
94 consing buffer contents.
95 (ediff-goto-word): Move syntax table setting outside loop.
96
97 2002-01-07 Richard M. Stallman <rms@gnu.org>
98
99 * dired.el (dired-copy-filename-as-kill): Call kill-append
100 if following a kill command.
101
102 * help-fns.el (describe-variable, describe-function):
103 Do save-excursion.
104
105 2002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
106
107 * net/ldap.el (ldap-search-internal): Skip error message from
108 ldapsearch. Allow listing attribute names only. Do not open
109 non-existent files.
110
111 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
112 call non-existent function.
113
114 * net/eudc.el (top-level): Revert previous change.
115
116 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
117 variables to prevent warning from byte-compiler.
118
119 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
120 string-match on emacs-version again.
121
122 * enriched.el (enriched-make-annotation): Fix the change from
123 2002-01-05.
124 (enriched-handle-display-prop): Return proper values.
125
126 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
127 proper attribute name labeledUri instead of deprecated labeledUrl.
128
129 2002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
130
131 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
132 editing an empty hotlist.
133
134 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
135 Use buffer-string instead of buffer-substring for the whole
136 buffer.
137
138 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
139 not free.
140
141 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
142 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
143 (eudc-bob-save-object): Make the buffer unibyte.
144 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
145 object to external program.
146
147 2002-01-05 Andre Spiegel <spiegel@gnu.org>
148
149 * vc.el (vc-branch-part): Return nil if there's no `.'
150 (vc-default-previous-version): Renamed from vc-previous-version.
151 New args BACKEND and FILE. Return nil for revision numbers
152 without a `.'
153 (vc-version-diff): Call vc-BACKEND-previous-version.
154 (vc-steal-lock): Steal lock before composing mail, so that no mail
155 is sent when the stealing goes wrong. And we'll actually see the
156 error in that case now.
157 (vc-finish-steal): Removed.
158
159 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
160 the lock, so that we see expanded headers.
161 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
162 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
163 available from vc.el. Updated all callers.
164
165 2002-01-05 Richard M. Stallman <rms@gnu.org>
166
167 * enriched.el (enriched-make-annotation): Doc fix.
168
169 * format.el (format-replace-strings, format-subtract-regions)
170 (format-annotate-region, format-annotate-location)
171 (format-annotate-atomic-property-change)
172 (format-annotate-single-property-change): Doc fixes.
173
174 2002-01-05 Jason Rumney <jasonr@gnu.org>
175
176 * term/w32-win.el: Require fontset unconditionally.
177 (w32-handle-scroll-bar-event): Remove.
178
179 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
180
181 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
182 copyrights to be updated.
183
184 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
185
186 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
187 2001-10-24.
188
189 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
190
191 2002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
192
193 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
194 entry.
195 (ldap-ignore-attribute-codings): Change the default value to allow
196 encoding/decoding of attributes.
197 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
198
199 2002-01-03 Richard M. Stallman <rms@gnu.org>
200
201 * files.el (basic-save-buffer): Undo previous change.
202
203 * calendar/diary-lib.el (diary-block): Doc fix.
204
205 * custom.el (defcustom): Fix syntax of previous change.
206
207 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
208
209 * custom.el (defcustom): Documented :tag, :link and :load.
210
211 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
212
213 * mail/sendmail.el (mail-recover-1): New function.
214 (mail-recover): Switch to the *mail* buffer right away. Use
215 buffer-auto-save-file-name instead of calling
216 make-auto-save-file-name. Call dired-noselect instead of invoking
217 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
218 before reading the auto-save file. If the buffer's auto-save file
219 does not exist, call mail-recover-1 to allow recovery from past
220 auto-saved drafts.
221
222 2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
223
224 * time.el (display-time-load-average-threshold): Fix defcustom
225 (add type and group).
226
227 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
228 specification from the hostname.
229
230 2002-01-02 Richard M. Stallman <rms@gnu.org>
231
232 * facemenu.el (facemenu-active-faces):
233 Use face-attributes-as-vector, not face-attributes-vector.
234
235 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
236
237 * xscheme.el: Eleven years of updates on a private copy.
238
239 Extensive changes to support multiple xscheme buffers:
240 (run-scheme): Break up into new functions to facilitate starting
241 processes in other buffers.
242 (xscheme-start, xscheme-read-command-line): New functions.
243 (start-scheme, select-scheme)
244 (default-xscheme-runlight)
245 (global-set-scheme-interaction-buffer)
246 (local-set-scheme-interaction-buffer)
247 (local-clear-scheme-interaction-buffer)
248 (exit-scheme-interaction-mode)
249 (verify-xscheme-buffer): New functions.
250 (xscheme-process-name, xscheme-buffer-name)
251 (xscheme-runlight): New internal vars.
252 (default-xscheme-runlight): New const.
253 (xscheme-start-process): Add args for the process/buffer names.
254 (reset-scheme): Pass process/buffer names.
255 (scheme-interaction-mode): Initialize new local vars.
256 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
257 (xscheme-select-process-buffer, xscheme-process-buffer)
258 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
259 (xscheme-goto-output-point, xscheme-write-message-1): Use new
260 var xscheme-process-name.
261 (xscheme-start-process): Initialize xscheme-process-name and
262 xscheme-buffer-name in the process buffer. Pass buffer name to
263 xscheme-modeline-initialize.
264 (xscheme-modeline-initialize): Add argument to specify buffer name
265 for mode-line vars.
266 (xscheme-process-sentinel): Make sure sentinel is run in the
267 process buffer so it sees its local vars.
268 (xscheme-process-filter-initialize, xscheme-set-runlight): More
269 elaborate logic to handle multiple-buffer mode lines.
270
271 (xscheme-enter-input-wait): Re-enable control-G handler upon
272 entering input wait.
273
274 (scheme-interaction-mode): Add arg to preserve local vars.
275 (xscheme-enter-interaction-mode)
276 (xscheme-enter-debugger-mode): Preserve local vars.
277 (xscheme-start-process): Clobber local vars.
278
279 (scheme-interaction-mode-commands): Allow end user to add commands
280 to scheme-interaction-mode keymap.
281 (scheme-interaction-mode-commands-alist): New variable.
282
283 (xscheme-send-string): Don't use insert-before-markers.
284
285 Implement a per-buffer kill ring:
286 (xscheme-insert-expression)
287 (xscheme-rotate-yank-pointer, xscheme-yank)
288 (xscheme-yank-pop, xscheme-yank-push): New functions.
289 (xscheme-expressions-ring)
290 (xscheme-expressions-ring-yank-pointer)
291 (xscheme-expressions-ring-max): New variables.
292 (xscheme-send-string-1): Call xscheme-insert-expression to save
293 expression in ring.
294 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
295 (xscheme-previous-send): Deleted variable.
296
297 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
298 xscheme-send-control-g-interrupt): Use process-send-string rather
299 than send-string.
300
301 (xscheme-send-region): Insert a newline after an expression that
302 is submitted in the interaction buffer, for consistency with
303 recent changes to Edwin.
304
305 (xscheme-delete-output): New function mimics comint-delete-output.
306 (xscheme-last-input-end): New internal variable.
307 (xscheme-process-filter-output): Update xscheme-last-input-end.
308
309 (xscheme-send-control-g-interrupt): Make sure that
310 xscheme-control-g-disabled-p is looked up in the right buffer.
311
312 (xscheme-enable-control-g): Clear C-g message if visible.
313 (xscheme-control-g-message-string): New internal var.
314 (xscheme-send-control-g-interrupt): Use new var.
315
316 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
317 after sending interrupt in order to work around race condition.
318
319 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
320 (xscheme-send-char): Use xscheme-send-char rather than send-string
321 to send single char.
322
323 (xscheme-process-filter, xscheme-process-filter-alist): Add
324 support for evaluating expressions outside of the call-excursion.
325 (xscheme-process-filter:string-action-noexcursion): New func.
326
327 (xscheme-write-value): Change output string to match that used by
328 Edwin.
329
330 (xscheme-coerce-prompt): Don't write a space after a command
331 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
332 for us.
333
334 (reset-scheme): Delete process after killing it.
335
336 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
337
338 * bindings.el (function-key-map): Don't bind shifted keypad
339 numeric keys.
340
341 2002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
342
343 * enriched.el (enriched-handle-display-prop): Remove unused
344 variables.
345 (enriched-mode): Doc fix.
346
347 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
348
349 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
350 Hebrew points.
351
352 2002-01-01 Richard M. Stallman <rms@gnu.org>
353
354 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
355
356 2001-12-31 Richard M. Stallman <rms@gnu.org>
357
358 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
359 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
360 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
361 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
362 * progmodes/cperl-mode.el, progmodes/idlwave.el:
363 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
364 Adapt face definitions to use :weight and :slant.
365
366 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
367
368 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
369
370 * font-lock.el (initializing from font-lock-face-attributes):
371 Use :weight and :slant, not :bold and :italic.
372
373 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
374
375 * cus-edit.el (custom-face-edit-fix-value): New function.
376 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
377
378 2001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
379
380 * progmodes/octave-mod.el (octave-abbrev-table):
381 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
382 * progmodes/fortran.el (fortran-mode-abbrev-table):
383 * progmodes/f90.el (f90-mode-abbrev-table):
384 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
385 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
386 predefined abbrevs as "system" abbrevs.
387
388 2001-12-30 Richard M. Stallman <rms@gnu.org>
389
390 * info.el (Info-fontify-node): For a **** underline line, put the
391 invisible and intangible props on the following newline, but not
392 on the previous newline or the last char of the previous line.
393
394 * faces.el (face-set-after-frame-default): Don't change `default' face.
395
396 * faces.el (minibuffer-prompt): Adopt some default colors.
397
398 * replace.el (query-replace-read-args): Immediate error if read-only.
399
400 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
401 Display the output buffer in a more intelligent way.
402
403 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
404
405 * ls-lisp.el (insert-directory): Modify the "total" line wording,
406 in accordance with files.el's insert-directory.
407
408 2001-12-29 Richard M. Stallman <rms@gnu.org>
409
410 * files.el (basic-save-buffer): If a before-write hook displays
411 an echo area message, pause before calling basic-save-buffer-1.
412
413 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
414
415 * textmodes/reftex-global.el (reftex-query-replace-document)
416 (reftex-change-label): Doc fix.
417
418 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
419
420 * progmodes/etags.el (tags-query-replace): Doc fix.
421
422 2001-12-29 Richard M. Stallman <rms@gnu.org>
423
424 * progmodes/compile.el (compile-internal): Fix previous change.
425
426 2001-12-28 Richard M. Stallman <rms@gnu.org>
427
428 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
429 shrink the windows above as necessary to get space.
430 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
431
432 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
433 This fixes a bug that treated all files as directories.
434 (ange-ftp-insert-directory): Explicitly follow symlinks.
435
436 * international/iso-transl.el (iso-transl-char-map) Eliminate the
437 alias symbols--put the translated sequences here directly.
438
439 * progmodes/cc-mode.el (c-mode-abbrev-table)
440 (c++-mode-abbrev-table, objc-mode-abbrev-table)
441 (java-mode-abbrev-table, pike-mode-abbrev-table):
442 Mark all the predefined abbrevs as "system" abbrevs.
443
444 * mail/sendmail.el (mail-envelope-from): Fix custom type.
445 (sendmail-send-it): Check mail-specify-envelope-from
446 and mail-envelope-from in the mail buffer at start.
447
448 2001-12-28 Simon Josefsson <jas@extundo.com>
449
450 * mail/sendmail.el (mail-envelope-from): Fix :type.
451 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
452
453 2001-12-28 Richard M. Stallman <rms@gnu.org>
454
455 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
456
457 * simple.el (line-move-invisible): New subroutine.
458 (line-move-to-column): New subroutine--smarter about advancing over
459 invisible parts of a line, or lines, but only as long as hpos grows.
460 (line-move-finish): New subroutine: repeatedly processes desired
461 column, intangibility, and fields.
462 (line-move): Use those subroutines.
463 When moving lines downward, skip invisible text first rather than last.
464
465 2001-12-27 Richard M. Stallman <rms@gnu.org>
466
467 * international/mule-diag.el (describe-char-after):
468 Describe the text properties of the char after point.
469
470 * help.el (describe-key): Doc fix.
471
472 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
473
474 * find-dired.el (find-dired-sentinel): Precede exit message by
475 two spaces, to match the regexp in dired-between-files.
476
477 2001-12-28 Miles Bader <miles@gnu.org>
478
479 * wid-edit.el (widget-toggle-value-create): Don't eval actual
480 images (which are lists too).
481
482 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
483
484 * language/european.el: Fix the doc string of "Latin-5" language
485 environment.
486
487 2001-12-26 Richard M. Stallman <rms@gnu.org>
488
489 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
490 defined as before 2001-11-09.
491 (add-minor-mode call): Specify the keymap.
492
493 * progmodes/compile.el (compile-internal):
494 Set TERM variable in process-environment.
495
496 2001-12-25 Richard M. Stallman <rms@gnu.org>
497
498 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
499 the buffer.
500
501 * startup.el (command-line): Convert command line args
502 to Emacs internal representation using locale-coding-system.
503
504 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
505
506 * international/fontset.el: Don't require ind-util when compiling.
507
508 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
509
510 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
511 set-frame-height and set-frame-width instead of set-screen-height
512 and set-screen-width.
513
514 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
515 of obsolete set-screen-width.
516
517 * locate.el (locate): Remove dot at the end of error argument.
518
519 * emerge.el (emerge-show-file-name): Use frame-height instead of
520 obsolete screen-height.
521
522 * mail/mh-utils.el (mh-show-msg): Likewise.
523 (mh-handle-process-error): Use frame-width instead of obsolete
524 screen-width.
525
526 2001-12-25 Richard M. Stallman <rms@gnu.org>
527
528 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
529 to enlarge-window. Use save-selected-window. Don't try
530 to resize windows that end at the bottom "level".
531 Retry changing the sizes until the windows get the desired sizes.
532 Discount the minibuffer when computing total height available.
533
534 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
535 (debugger-make-xrefs): Only make a button for the first symbol
536 on any line.
537
538 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
539
540 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
541 Call IT-setup-unicode-display here instead of adding it to
542 dos-codepage-setup-hook, so that Unicode display tables are set
543 before dos-codepage-setup-hook runs.
544
545 2001-12-24 Richard M. Stallman <rms@gnu.org>
546
547 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
548 (nslookup-mode-abbrev-table): Don't define it.
549 (smbclient-mode-abbrev-table): Don't define it.
550 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
551 (nslookup-mode, smbclient-mode): Likewise.
552 (network-connection-service-abbrev-alist): Variable deleted.
553 (network-connection-mode-setup): Don't set up abbrev table.
554
555 * faces.el (minibuffer-prompt): New face.
556 (minibuffer-prompt-properties): Add `face' property.
557
558 * replace.el (occur-mode-display-occurrence): New function.
559 (occur-mode-map): Bind C-o to it.
560
561 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
562
563 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
564 (viper-special-read-and-insert-char): Make C-m work right in the r
565 comand.
566 (viper-buffer-search-enable): Fixed format string.
567
568 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
569 instead of viper-info-on-file.
570 (ex-set-visited-file-name): New function.
571
572 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
573
574 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
575 action argument.
576
577 * ediff-init.el: Fixed some doc strings.
578
579 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
580 Got rid of make-local-hook.
581
582 * ediff-wind.el (ediff-setup-control-frame): Got rid of
583 make-local-hook.
584
585 2001-12-23 Richard M. Stallman <rms@gnu.org>
586
587 * term/x-win.el (x-handle-geometry): Put height and width
588 on default-frame-alist, left and top on initial-frame-alist.
589 * term/w32-win.el (x-handle-geometry): Likewise.
590
591 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
592
593 * play/yow.el (yow): Use an arg to distinguish interactive calls,
594 not interactive-p.
595
596 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
597
598 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
599 mocklisp entries.
600
601 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
602 Lisp. Obsoleted.
603
604 * emulation/mlconvert.el: File removed.
605
606 * emulation/mlsupport.el: Moved to obsolete.
607
608 * obsolete/mlsupport.el: Moved there from lisp/emulation.
609
610 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
611
612 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
613 mocklisp case.
614
615 * help-fns.el (describe-function-1): Remove mocklisp function
616 case.
617
618 2001-12-22 Miles Bader <miles@gnu.org>
619
620 * textmodes/refill.el (refill-mode): Don't barf when redundantly
621 turning refill-mode off.
622
623 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
624
625 * time.el (display-time-load-average-threshold): New variable.
626 (display-time-update): Use it.
627
628 These changes allow cycling through past 1, 5 and 15 minutes
629 load-average displayed in the mode-line.
630
631 * time.el (display-time-default-load-average): New customizable option.
632 (display-time-load-average): New variable.
633 (display-time-cycle-load-average): New function.
634 (display-time-update): Use them.
635
636 2001-12-21 Richard M. Stallman <rms@gnu.org>
637
638 * apropos.el (apropos-print): SPACING is now nil or a separator string.
639 (apropos-documentation, apropos-value): Pass a suitable string.
640
641 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
642
643 * dired.el (dired-free-space-program, dired-free-space-args):
644 Aliases for back-compatibility.
645
646 * info.el (Info-select-node): If Info-use-header-line is nil, set
647 header-line-format to nil.
648 (Info-fontify-node): Don't put a keymap text property on the
649 heading if we are not going to display the header line. Remove
650 any such text properties left over from past visits to this node.
651
652 * ls-lisp.el (insert-directory): Insert the amount of free disk
653 space, like files.el's insert-directory does.
654
655 * files.el (directory-free-space-program): Mention
656 file-system-info in the doc string.
657 (get-free-disk-space): New function; code moved from
658 insert-directory.
659 (insert-directory): Call get-free-disk-space to get the amount of
660 free space.
661
662 2001-12-21 Richard M. Stallman <rms@gnu.org>
663
664 * help.el (view-order-manuals, view-emacs-news, describe-copying)
665 (describe-distribution, describe-project): Use view-file.
666
667 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
668
669 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
670
671 * emacs-lisp/easy-mmode.el (define-minor-mode):
672 Make no arg by default in an interactive call,
673 so that repeating the command toggles again.
674
675 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
676
677 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
678
679 * antlr-mode.el: More sophisticated indentation of cpp directive.
680 (antlr-indent-at-bol-alist): New user option.
681 (antlr-indent-line): Use it.
682 (antlr-indent-style): New user option.
683 (antlr-mode): Use it.
684 (antlr-indent-item-regexp): Customize.
685
686 * antlr-mode.el: Syntax highlighting changes.
687 (antlr-font-lock-literal-regexp): New user option.
688 (antlr-font-lock-syntax-face): New face used for :, |, ....
689 (antlr-font-lock-default-face): New face.
690 (antlr-font-lock-additional-keywords): Use them.
691
692 * antlr-mode.el: New command to insert options -- variables.
693 (antlr-mode-map): New binding [C-c C-o].
694 (antlr-mode-menu): New submenus.
695 (antlr-options-use-submenus): New user option.
696 (antlr-tool-version): New user option.
697 (antlr-options-auto-colon): New user option.
698 (antlr-options-style): New user option.
699 (antlr-options-push-mark): New user option.
700 (antlr-options-assign-string): New user option.
701 (antlr-options-headings): New variable.
702
703 * antlr-mode.el: New command to insert options -- specific.
704 (antlr-options-alists): New variable.
705 (antlr-read-value): New function.
706 (antlr-read-boolean): New function.
707 (antlr-language-option-extra): New function.
708 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
709 (antlr-c++-mode-extra): New function.
710 (antlr-grammar-tokens): New function.
711 (antlr-imenu-create-index-function): New optional argument.
712
713 * antlr-mode.el: New command to insert options -- functions.
714 (antlr-insert-option): New command.
715 (antlr-insert-option-interactive): New function.
716 (antlr-options-menu-filter): New function.
717 (antlr-option-kind): New function.
718 (antlr-scan-lists): New alias.
719 (antlr-scan-lists-internal): New function.
720 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
721 (antlr-option-level): New function.
722 (antlr-syntactic-grammar-depth): New function.
723 (antlr-option-location): New function.
724 (antlr-insert-option-do): New function.
725 (antlr-option-spec): New function.
726 (antlr-version-string): New function.
727 (antlr-insert-option-existing): New function.
728 (antlr-insert-option-space): New function.
729 (antlr-insert-option-area): New function.
730
731 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
732 with narrowing. Menu change. Miscellaneous.
733 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
734 (antlr-mode-map): New bindings for characters in ":;|&(){}".
735 (antlr-electric-character): New command.
736 (antlr-class-header-regexp): New variable.
737 (antlr-font-lock-additional-keywords): Use it.
738 (antlr-imenu-create-index-function): Use it.
739 (antlr-file-dependencies): Use it.
740 (antlr-indent-line): Also works with restrictions.
741 (antlr-indent-command): Interactive spec - changes the buffer.
742 (antlr-language-for-option): Deletia.
743 (antlr-language-option): New function, defined instead.
744 (antlr-mode): Use it.
745 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
746
747 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
748 instead of a literal /dev/null.
749
750 * Makefile.in (distclean): Remove Makefile in the build
751 directory, not in the source directory.
752
753 2001-12-21 Simon Josefsson <jas@extundo.com>.
754
755 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
756 with-temp-buffer instead of find-file-noselect, and bind
757 coding-system-for-read to no-conversion when reading the queued
758 messages. (Simon's code modified slightly by Eli Zaretskii.)
759
760 2001-12-20 Werner Lemberg <wl@gnu.org>
761
762 * international/mule-diag.el (describe-coding-system,
763 print-coding-system-briefly): Make printed output have a similar
764 format as describe-character-set.
765
766 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
767
768 * play/blackbox.el (bb-member): Remove, use member instead.
769 (bb-delete): Remove, use delete instead.
770 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
771 bb-score, bb-detour-count and bb-balls-placed.
772 Propertize results of rays.
773
774 2001-12-19 Karl Fogel <kfogel@red-bean.com>
775
776 * isearch.el (isearch-forward, isearch-edit-string): Make doc
777 strings mention keybinding for `isearch-yank-word-or-char',
778 rather than `isearch-yank-word', since the former is bound now
779 and the latter is not.
780 (isearch-yank-word-or-char): Fix formatting.
781
782 2001-12-19 Werner Lemberg <wl@gnu.org>
783
784 * language/czech.el, language/european.el, language/slovak.el: More
785 fixes for language info doc strings.
786
787 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
788
789 * loadup.el: Add "language" to the load-path.
790
791 2001-12-19 Richard M. Stallman <rms@gnu.org>
792
793 * international/mule-cmds.el (describe-language-environment):
794 Fix calls to help-xref-button.
795
796 2001-12-19 Miles Bader <miles@gnu.org>
797
798 * international/fontset.el: Require `ind-util' when compiling.
799
800 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
801
802 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
803 instead of decompose-composite-char.
804
805 2001-12-18 Richard M. Stallman <rms@gnu.org>
806
807 * simple.el (eval-expression-print-level)
808 (eval-expression-print-length): Doc fixes.
809
810 * international/mule-diag.el (describe-character-set):
811 Fix the arg to help-xref-button.
812
813 * files.el (directory-free-space-program): New variable.
814 (directory-free-space-args): New variable.
815 (insert-directory): Use those two variables for getting free space.
816 Use file-system-info instead, if that is defined.
817
818 * dired.el (dired-free-space-program): Variable deleted.
819 (dired-free-space-args): Variable deleted.
820 (dired-insert-directory): Don't try to determine free space.
821
822 * files.el (font-lock-defaults): Add risky-local-variables prop.
823 (hack-one-local-variable): Treat various font-lock variables as risky.
824
825 2001-12-18 Werner Lemberg <wl@gnu.org>
826
827 * language/chinese.el, language/cyrillic.el:
828 * language/czech.el, language/european.el, language/greek.el:
829 * language/hebrew.el, language/indian.el, language/japanese.el:
830 * language/korean.el, language/lao.el, language/slovak.el:
831 * language/thai.el, language/tibetan.el, language/vietnamese.el:
832 Improve documentation strings of coding systems and language infos.
833
834 2001-12-18 Werner LEMBERG <wl@gnu.org>
835
836 Add support for EUC-TW decoding/encoding.
837
838 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
839 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
840 New auxiliary functions to build `big5-to-cns'.
841 (big5-to-cns): New translation alist.
842
843 * language/chinese.el: Added new coding system `euc-tw' and its
844 alias `euc-taiwan'.
845 Updated language `Chinese-CNS' to include euc-tw encoding also.
846 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
847 euc-tw.
848
849 2001-12-18 Dave Love <fx@gnu.org>
850
851 * loadup.el: Add language/utf-8-lang, language/georgian.
852
853 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
854 (image-file-name-regexps): Doc fix.
855
856 * server.el (server-unload-hook): New function.
857
858 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
859 (lm-crack-copyright): Cope with multi-line copyright `lines'.
860
861 * simple.el (newline): Doc fix.
862 (eval-expression-print-level, eval-expression-print-length): Doc
863 fix. Amend :type.
864 (next-line, previous-line): Make arg optional.
865 (newline): Doc fix.
866
867 * Makefile.in (DONTCOMPILE): Add various language files.
868
869 * international/quail.el (quail-input-string-to-events): Don't use
870 string-to-list.
871
872 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
873 calling `newline'.
874
875 2001-12-17 Richard M. Stallman <rms@gnu.org>
876
877 * comint.el (comint-dynamic-list-input-ring-select): New function.
878 Switches back to the old window configuration.
879 (comint-dynamic-list-input-ring): Bind RET to that function.
880 (comint-dynamic-list-input-ring-window-conf): New variable.
881
882 2001-12-17 Werner Lemberg <wl@gnu.org>
883
884 * international/mule-conf.el: Improve documentation strings of
885 character sets.
886
887 2001-12-16 Richard M. Stallman <rms@gnu.org>
888
889 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
890 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
891
892 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
893
894 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
895 Add a DESCRIPTION for the makefile item.
896
897 * find-file.el (ff-other-file-name): New function.
898
899 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
900
901 * international/quail.el (quail-input-string-to-events): Fix last
902 change.
903
904 2001-12-16 Richard M. Stallman <rms@gnu.org>
905
906 * isearch.el (isearch-edit-string): When we set isearch-string
907 to the default, also set isearch-message.
908
909 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
910
911 * startup.el (command-line-1): Display startup screen
912 even if there are command line args.
913 Add a note about how to go to editing your files.
914 (fancy-splash-head): Add a note about how to go to your files.
915 (fancy-splash-outer-buffer): New variable.
916 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
917
918 * subr.el (with-temp-message): At the end, always discard
919 the temp message, even by clearing the echo area.
920
921 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
922
923 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
924
925 * log-view.el (log-view-message-re, log-view-current-tag):
926 Recognize Subversion's log output format.
927
928 * international/fontset.el: Build the list L at compile time.
929
930 * language/ind-util.el (mapthread): Make a closure.
931
932 2001-12-15 Richard M. Stallman <rms@gnu.org>
933
934 * isearch.el (isearch-start-hscroll): New variable.
935 (isearch-mode): Set isearch-start-hscroll.
936 (isearch-update): Restore original hscrolling if possible.
937
938 * isearch.el (isearch-edit-string):
939 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
940
941 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
942 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
943 rather than regexp search and (2) copying text properties
944 already set up on text unchanged from the previous backtrace.
945
946 * case-table.el (set-case-syntax-pair):
947 Detect invalid calls and signal an error.
948
949 2001-12-15 Richard M. Stallman <rms@gnu.org>
950
951 * language/ind-util.el (range): Function deleted.
952 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
953 All calls changed.
954
955 * language/devan-util.el (devanagari-range): Renamed from `range'.
956 All calls changed.
957 (devanagari-regexp-of-hashtbl-keys):
958 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
959
960 2001-12-15 Dave Love <fx@gnu.org>
961
962 * language/ind-util.el: Don't require cl.
963 (indian-glyph-char, indian-glyph-max-char)
964 (indian-char-glyph): Moved from indian.el
965 (indian--puthash-char, mapthread): Don't quote lambda.
966 (indian--map): New function.
967 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
968 (indian--puthash-cv): Use it.
969
970 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
971 (indian-char-glyph): Moved to ind-util.el
972
973 * language/devan-util.el (devanagari-post-read-conversion):
974 New function.
975
976 * language/georgian.el: New file.
977
978 * international/mule-cmds.el (locale-language-names): Add various
979 entries. Remove utf-8 special case.
980 (locale-charset-language-names, locale-preferred-coding-systems):
981 Add utf-8 case.
982 (set-language-environment): Process required-features earlier.
983
984 * international/quail.el (quail-keyboard-layout-alist):
985 Add pc105-uk.
986 (quail-keyboard-layout-type): Fix :type.
987 (quail-choose-completion-string): Simplify.
988 (quail-update-leim-list-file): Don't get fooled by commented-out code.
989 (quail-input-string-to-events): Run events through
990 translation-table-for-input.
991
992 * international/mule-conf.el (translation-table-for-input):
993 New variable.
994 (latin-iso8859-14): Amend description.
995 (file-coding-system-alist): Add entry for utf-8.
996
997 * language/utf-8-lang.el: New file.
998
999 * international/code-pages.el: New file.
1000
1001 * language/hebrew.el ("Windows-1255"): New language.
1002
1003 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
1004 ("Latvian"): New languages.
1005
1006 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
1007
1008 * xml.el: Use setq rather than (set 'foo bar).
1009 Use push+nreverse rather than append.
1010 (xml-node-name, xml-node-attributes, xml-node-children):
1011 Use defsubst rather than macros.
1012 (xml-parse-region): Handle a nil return value from xml-parse-tag.
1013 (xml-parse-tag): Don't skip white space. Return nil for a comment.
1014 Concat the two strings surrounding a comment into a single string.
1015
1016 * newcomment.el (comment-indent): Jump to the middle of empty comments.
1017
1018 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1019
1020 * select.el (xselect-convert-to-class, xselect-convert-to-name):
1021 Document.
1022
1023 2001-12-14 Andre Spiegel <spiegel@gnu.org>
1024
1025 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
1026 Return nil if FILE is not registered.
1027 (vc-check-master-templates, vc-default-make-version-backups-p):
1028 Doc fix.
1029
1030 2001-12-13 David Ponce <david@dponce.com>
1031
1032 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
1033 (ruler-mode-left-fringe-cols): New macro.
1034 (ruler-mode-right-fringe-cols): New macro.
1035 (ruler-mode-left-scroll-bar-cols): New macro.
1036 (ruler-mode-right-scroll-bar-cols): New macro.
1037 (ruler-mode-ruler): Use above new macros.
1038
1039 2001-12-13 Richard M. Stallman <rms@gnu.org>
1040
1041 * files.el (set-auto-mode): Fix previous change.
1042
1043 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
1044
1045 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
1046 (easy-menu-do-define, easy-menu-convert-item-1)
1047 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
1048 (easy-menu-return-item): Only return nil if there is no binding.
1049
1050 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
1051
1052 * whitespace.el (whitespace-version): 3.2
1053 * whitespace.el (whitespace-force-mode-line-update): Replace with
1054 `whitespace-mode-line-update', which is an alias to the correct
1055 function in various emacsen.
1056 * whitespace.el (whitespace-{un,}highlight-the-space):
1057 Add colorized highlighting of the bogus whitespaces in a buffer/file,
1058 using the `whitespace-highlight-face' if
1059 `whitespace-display-spaces-in-color' is set.
1060
1061 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
1062
1063 * international/mule.el (set-auto-coding): Don't search for
1064 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
1065
1066 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1067
1068 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
1069
1070 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
1071
1072 * mail/rmailsum.el (rmail-summary-mode): Likewise.
1073
1074 2001-12-13 Richard M. Stallman <rms@gnu.org>
1075
1076 * simple.el (undo): Always set this-command to `undo',
1077 so that the next undo after an error will not begin redoing.
1078
1079 * simple.el (shell-command): Doc fix.
1080 (shell-command-on-region): If there is output an an error,
1081 add "...Shell command failed" to the output.
1082
1083 2001-12-13 David Ponce <david@dponce.com>
1084
1085 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
1086 (ruler-mode-left-fringe-cols): Function replaced by more efficient
1087 implementation `ruler-mode-extra-left-cols'.
1088 (ruler-mode-ruler): Use above new function. Take into account
1089 that the fringe areas can now be resized.
1090
1091 2001-12-12 Richard M. Stallman <rms@gnu.org>
1092
1093 * international/characters.el (Unicode): Comment out
1094 the specifications for kelvin and angstrom signs.
1095
1096 * international/mule.el (make-translation-table-from-vector):
1097 Allow null elements in VEC.
1098
1099 * international/ucs-tables.el (unify-8859-on-encoding-mode)
1100 (unify-8859-on-decoding-mode): Swap the code in their bodies.
1101 Add :version.
1102
1103 2001-12-11 Richard M. Stallman <rms@gnu.org>
1104
1105 * derived.el (derived-mode-p): Function moved to subr.el.
1106
1107 * subr.el (derived-mode-p): Moved here from derived.el.
1108
1109 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
1110
1111 * files.el (set-auto-mode-1): New subroutine, broken out of
1112 set-auto-mode.
1113 (set-auto-mode, hack-local-variables-prop-line): Use that.
1114
1115 2001-12-11 Dave Love <fx@gnu.org>
1116
1117 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
1118
1119 * language/european.el: Remove autoload cookies. Fix registration
1120 of diacritic composition function.
1121
1122 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1123
1124 * calendar/todo-mode.el: Require time-stamp.
1125
1126 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
1127
1128 2001-12-11 Richard M. Stallman <rms@gnu.org>
1129
1130 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
1131
1132 * textmodes/ispell.el (ispell-buffer-local-parsing):
1133 Match xml like sgml.
1134
1135 * emacs-lisp/advice.el (ad-compile-function):
1136 Byte compile the function under another (uninterned) name.
1137
1138 * gud.el (gdb): Define and bind gud-jump.
1139
1140 * font-lock.el (font-lock-mode):
1141 Put our function at the end of after-change-functions.
1142
1143 * ediff-diff.el (ediff-cmp-options): Doc fix.
1144
1145 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
1146
1147 2001-12-10 Richard M. Stallman <rms@gnu.org>
1148
1149 * isearch.el (isearch-yank-word-or-char): New function.
1150 (isearch-mode-map): Bind C-w to that.
1151
1152 * menu-bar.el (menu-bar-mode): Make arg optional.
1153
1154 * simple.el (line-move): Cope if next-single-property-change
1155 or previous-single-property-change returns nil.
1156
1157 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
1158 Don't use interactive-p; instead, pass the proper args
1159 in (interactive...). Clean up most of the trouble-report strings.
1160
1161 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
1162
1163 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
1164 enqueued messages literally.
1165
1166 2001-12-10 Noah Friedman <friedman@splode.com>
1167
1168 * battery.el (battery-insert-file-contents): Obsolete function
1169 removed.
1170 (battery-read-function): Obsolete function removed.
1171 (battery-linux-proc-apm): Use insert-file-contents.
1172
1173 2001-12-07 Stephen Eglen <stephen@gnu.org>
1174
1175 * iswitchb.el (iswitchb-visit-buffer):
1176 Use `select-frame-set-input-focus'--needed when window manager
1177 uses "click to focus" policy.
1178
1179 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1180
1181 * COPYING: Moved back.
1182
1183 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1184
1185 * term/internal.el (IT-character-translations): Add entries for
1186 more points.
1187
1188 * international/characters.el: Resurrect the Hebrew category
1189 settings for all Hebrew characters removed by the last change.
1190 Add code for setting the Hebrew category of the Unicode Hebrew
1191 characters. Set syntax entries for Hebrew punctuation characters.
1192
1193 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
1194 points and directional formatting control characters.
1195
1196 2001-12-07 Dave Love <fx@gnu.org>
1197
1198 * language/lao-util.el: Add Unicode equivalents for rules.
1199 (lao-post-read-conversion): New function.
1200
1201 * language/lao.el: Add Unicode equivalents.
1202 (lao): Add post-read conversion.
1203
1204 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
1205 Use iso2022 encoding.
1206 (latin1-char-displayable-p): Doc fix.
1207 (latin1-display-ucs-per-lynx): New option.
1208 (latin1-display-ucs-per-lynx): New command.
1209 (latin1-display-reset): Special-case arabic.
1210 (ucs-tables): Require.
1211 (latin1-display-sets, latin1-display-setup): Add arabic.
1212 (latin1-display) <variable>: Use function latin1-display.
1213 (latin1-display) <function>: Add mule-unicode stuff.
1214 (latin1-display-check-font): Don't lose if `info' is nil.
1215
1216 * international/iso-transl.el: Insert Latin-1 characters, not
1217 unibyte codes.
1218
1219 * language/european.el (diacritic-composition-pattern): New constant.
1220 (diacritic-compose-region, diacritic-compose-string)
1221 (diacritic-compose-buffer, diacritic-post-read-conversion)
1222 (diacritic-composition-function): New functions.
1223
1224 * international/utf-8.el (ucs-mule-to-mule-unicode):
1225 New translation table.
1226 (ccl-encode-mule-utf-8): Use it.
1227 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
1228 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
1229 (utf-8-subst-table): New variable.
1230 (utf-8-compose-scripts): New option.
1231 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
1232
1233 * international/ucs-tables.el, international/utf-8-subst.el:
1234 New files.
1235
1236 * international/characters.el: Don't set word syntax (the default)
1237 explicitly. Add a diacritic category. Add info for Unicode
1238 equivalents of characters in various Mule charsets and for extra
1239 Unicode characters. Don't define specific categories for
1240 Indian/Devanagari, since they aren't used.
1241
1242 2001-12-06 Richard M. Stallman <rms@gnu.org>
1243
1244 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
1245 (set-justification-left, set-justification-right): Doc fix.
1246
1247 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
1248 (bug-f90-mode): Variable deleted.
1249
1250 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
1251
1252 * indent.el (indent-line-function): Default is indent-relative again.
1253
1254 2001-12-07 Miles Bader <miles@gnu.org>
1255
1256 * progmodes/compile.el (compilation-error-regexp-alist):
1257 Added regexps for RXP.
1258
1259 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
1260
1261 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
1262 Add shift-assignment operators to those highlighted, and highlight
1263 the whole operator rather than just the "=".
1264
1265 2001-12-04 Juanma Barranquero <lektu@terra.es>
1266
1267 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
1268 before saving abbrevs if `save-abbrevs' has the value `silently'.
1269
1270 2001-12-04 Andreas Schwab <schwab@suse.de>
1271
1272 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
1273
1274 2001-12-04 Colin Walters <walters@debian.org>
1275
1276 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
1277 for `defmacro*' forms.
1278
1279 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
1280 `defmacro*'.
1281
1282 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
1283
1284 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
1285
1286 2001-12-02 Richard M. Stallman <rms@gnu.org>
1287
1288 * files.el (insert-directory): If the df output does not look right,
1289 don't try to use it. Other cleanups in overall code structure.
1290
1291 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
1292
1293 * textmodes/outline.el (outline-mode-prefix-map):
1294 Add bindings for outline-promote and outline-demote.
1295 (outline-minor-mode-menu-bar-map): New var.
1296 (outline-minor-mode): Use it.
1297 (outline-heading-alist): New var (renamed from outline-level-heading).
1298 (outline-level): Use it.
1299 (outline-insert-heading, outline-promote, outline-demote):
1300 Update to use outline-heading-alist.
1301
1302 * disp-table.el (standard-display-european):
1303 Simplify since the function is not interactive any more.
1304 Don't set the existing buffers to unibyte.
1305
1306 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
1307
1308 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
1309
1310 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
1311
1312 * shell.el (shell): Use shell-file-name.
1313 Pop to buffer before calling comint to set COLUMNS properly.
1314
1315 * emacs-lisp/cl.el (svref): New alias.
1316
1317 * progmodes/antlr-mode.el (antlr-c-common-init):
1318 Don't inhibit adaptive-fill-mode any more.
1319
1320 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
1321
1322 * progmodes/etags.el (tags-with-face): Use make-symbol.
1323 (tags-search, tags-query-replace): Use backquotes.
1324
1325 * textmodes/picture.el (picture-mode-map): Don't use defconst
1326 for a variable.
1327
1328 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1329
1330 * textmodes/reftex-index.el (reftex-index-mode):
1331 Remove make-local-hook.
1332
1333 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
1334
1335 2001-12-02 Kim F. Storm <storm@cua.dk>
1336
1337 * isearch.el (isearch-resume-enabled): New variable.
1338 (isearch-done): Use that variable.
1339
1340 2001-12-01 Richard M. Stallman <rms@gnu.org>
1341
1342 * wid-edit.el (widget-button-click): Don't move point permanently:
1343 Avoid mouse-set-point--instead select the window,
1344 then do save-excursion, then move point.
1345 Specify the buffer for get-char-property.
1346 Don't use `@' in interactive.
1347
1348 * indent.el (indent-line-function):
1349 Default is indent-to-left-margin again.
1350
1351 * replace.el (query-replace-read-args): Display message
1352 if FROM contains `\n' or `\t'.
1353
1354 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
1355
1356 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
1357
1358 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
1359
1360 * emacs-lisp/regexp-opt.el (regexp-opt):
1361 Bind completion-regexp-list to nil.
1362
1363 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
1364
1365 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1366
1367 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
1368 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
1369 Update maintainer.
1370
1371 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
1372
1373 * mail/smtpmail.el: Use with-current-buffer.
1374 (message-make-date, message-make-message-id): Autoload when needed.
1375 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
1376 headers when missing.
1377
1378 * international/encoded-kb.el (encoded-kbd-mode):
1379 Use define-minor-mode.
1380
1381 * enriched.el (enriched-mode): Use define-minor-mode.
1382 Use dolist and pop and push.
1383
1384 * info.el (Info-find-node-2): Don't call info-insert-file-contents
1385 with the `visit' argument.
1386 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
1387
1388 * progmodes/hideif.el (hide-ifdef-mode): Only modify
1389 `change-major-mode-hook' locally. Reset invisibility spec.
1390
1391 * man.el (Man-build-section-alist): Remove last Man-match-substring.
1392
1393 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1394
1395 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
1396 Clarify error message.
1397
1398 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1399
1400 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
1401
1402 2001-11-30 Andre Spiegel <spiegel@gnu.org>
1403
1404 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
1405 don't just return it.
1406
1407 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1408
1409 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
1410 (menu-bar-read-emacs-man, search-emacs-glossary)
1411 (emacs-index-search, elisp-index-search): New functions.
1412 (apropso-documentation, apropos, apropos-value, apropos-variable)
1413 (apropos-commands): Modify menu item names and help text.
1414 (elisp-index-search, emacs-index-search, emacs-glossary):
1415 New menu items.
1416 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
1417 submenu.
1418 (info-elisp, info-elintro): New menu items.
1419 (apropos): Modify the menu item name.
1420
1421 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
1422
1423 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
1424
1425 * textmodes/outline.el (outline-promote, outline-demote): Typo.
1426
1427 * man.el (man-follow-mouse): New function.
1428 (Man-mode-map): Bind mouse-2 to it.
1429 (Man-match-substring): Remove. Replace with `match-string'.
1430 (man): Use the `default-value' argument to `read-string'.
1431 (Man-fontify-manpage): Add mouse-face to cross references.
1432
1433 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
1434
1435 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
1436
1437 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
1438 the value of require-match in minibuffer-completion-confirm.
1439 Use crm-local-completion-map.
1440
1441 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
1442 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
1443 (cl-make-type-test): Use char-valid-p for `character'.
1444
1445 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
1446 (Info-complete-menu-item): Rewrite. Add the ability to search
1447 several sequential nodes. Add a simple caching mechanism.
1448 (Info-goto-index): New function extracted from Info-index.
1449 (Info-index): Use it. Add completion to the interactive spec.
1450 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
1451
1452 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1453
1454 * COPYING: Removed.
1455
1456 2001-11-29 Dave Love <fx@gnu.org>
1457
1458 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
1459 (fortran-window-create, fortran-window-create-momentarily):
1460 Rewrite, moving error condition.
1461 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
1462 (fortran-mode-syntax-table): Revert last change.
1463
1464 * international/mule.el: Doc fixes.
1465 (map-charset-chars): New function.
1466 (register-char-codings): Use it to cope with generic chars in
1467 safe-chars.
1468
1469 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1470
1471 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
1472
1473 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
1474
1475 * play/studly.el (studlify-word, studlify-region)
1476 (studlify-buffer): Fix doc-string.
1477 (studlify-buffer): Add autoload cookie.
1478
1479 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
1480
1481 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
1482 (outline-up-heading-all): Remove.
1483 (hide-sublevels): Move to end-of-heading before calling flag-region.
1484 (outline-copy-overlay, outline-discard-overlays): Remove.
1485 (outline-flag-region): Use `remove-overlays'.
1486 Don't move to end-of-heading.
1487 (outline-next-visible-heading, outline-back-to-heading)
1488 (outline-on-heading-p): Use outline-invisible-p.
1489 (outline-font-lock-level): Use outline-up-heading's new arg.
1490 (outline-minor-mode): Simplify.
1491 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
1492 (outline): Put a `reveal-toggle-invisible' property.
1493 (outline-level-heading): New var.
1494 (outline-insert-heading, outline-promote, outline-demote)
1495 (outline-toggle-children): New commands.
1496
1497 * progmodes/hideif.el (hif-end-of-line): New function.
1498 (hide-ifdef-mode): Set line-move-ignore-invisible.
1499 (hide-ifdef-region-internal): New function.
1500 (hide-ifdef-region): Use it.
1501 (hif-defined): Return an integer.
1502 (hif-infix-to-prefix): Remove.
1503 (hif-tokenize): Parse from the buffer rather than from a string.
1504 Correctly tokenize integers. Use forward-comment.
1505 (hif-expr): Use hif-or.
1506 (hif-term): Use hif-and.
1507 (hif-factor): Use hif-not. Handle numbers properly.
1508 Don't require parenthesis around `defined's argument.
1509 (hif-and, hif-or, hif-not): New funs.
1510 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
1511 (hif-hide-line): Don't hide the \n before the line.
1512 (hif-possibly-hide): Correctly handle numeric evaluation results.
1513
1514 * progmodes/make-mode.el: Use line-(end|beginning)-position.
1515 (makefile-mode): Set indent-line-function.
1516 (makefile-browser-insert-continuation): Use with-current-buffer.
1517 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
1518
1519 2001-11-28 Karl Fogel <kfogel@red-bean.com>
1520
1521 * isearch.el (isearch-yank-internal): New helper function.
1522 (isearch-yank-char): New function.
1523 (isearch-yank-word, isearch-yank-line): Rewrite to use
1524 isearch-yank-internal.
1525
1526 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
1527
1528 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
1529 aren't supported. Print a message to that effect if invoked.
1530
1531 2001-11-27 Stephen Eglen <stephen@gnu.org>
1532
1533 * locate.el (locate): Put point at first matching file rather
1534 than top of buffer.
1535
1536 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
1537
1538 * reveal.el: New file.
1539
1540 * progmodes/hideif.el: Misc cleanup.
1541 (hide-ifdef-mode-submap): Put the def in the defvar.
1542 Use substitute-key-definition.
1543 (hide-ifdef-mode): Use define-minor-mode.
1544 (hif-outline-flag-region): Remove.
1545 (hif-show-all): Define in terms of hif-show-ifdef-region.
1546 (hif-after-revert-function): Rename from hif-before-revert-function.
1547 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
1548 (hif-tokenize): Use with-syntax-table.
1549 (hif-make-range): Use `else' also for `else-p'.
1550 (hif-range-else-p): Remove.
1551 (hif-find-range): Simplify.
1552 (hif-hide-line): Don't bother preserving buffer-modified-p.
1553 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
1554 Don't use selective-display and inhibit-read-only.
1555
1556 * subr.el (copy-overlay, remove-overlays): New funs.
1557
1558 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
1559
1560 2001-11-27 Sam Steingold <sds@gnu.org>
1561
1562 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
1563 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
1564 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
1565 * obsolete/c-mode.el, obsolete/cplus-md.el
1566 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
1567 * term/sun-mouse.el, textmodes/artist.el:
1568 Converted backquote to the new style.
1569 * mouse.el, reposition.el: Likewise (in comments).
1570 * expand.el: Likewise (in a string).
1571
1572 2001-11-27 Richard M. Stallman <rms@gnu.org>
1573
1574 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
1575
1576 2001-11-26 Richard M. Stallman <rms@gnu.org>
1577
1578 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
1579 if :on-glyph or :off-glyph is a list, eval it and store it back.
1580 (checkbox): Quote the values for :on-glyph and :off-glyph.
1581
1582 * cus-start.el (recursive-load-depth-limit): Delete item.
1583
1584 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
1585
1586 * help-fns.el (describe-categories, help-describe-category-set): New.
1587 describe-categories moved here from src/category.c.
1588
1589 2001-11-26 Sam Steingold <sds@gnu.org>
1590
1591 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
1592 arguments to `insert' are strings.
1593
1594 2001-11-26 Richard M. Stallman <rms@gnu.org>
1595
1596 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
1597
1598 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
1599
1600 * international/mule-diag.el: Require help-fns instead of
1601 help-funs.
1602
1603 * help-fns.el: Renamed from help-funs.el.
1604
1605 * startup.el (command-line-1): Don't try to call process-list if
1606 it is not fboundp.
1607
1608 2001-11-26 Sam Steingold <sds@gnu.org>
1609
1610 * frame.el (show-trailing-whitespace): Remove :set argument (the
1611 value was essentially identical to the defalt).
1612
1613 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1614
1615 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
1616
1617 * icomplete.el (icomplete-minibuffer-setup): Likewise.
1618
1619 * hilit-chg.el (hilit-chg-set): Likewise.
1620
1621 * speedbar.el (speedbar-mode): Likewise.
1622
1623 * calendar/calendar.el (calendar-mode): Likewise.
1624
1625 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
1626 insert-string.
1627
1628 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
1629
1630 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
1631
1632 * term/sun-mouse.el (sun-yank-selection): Likewise.
1633
1634 * textmodes/bib-mode.el (return-key-bib): Likewise.
1635
1636 * calendar/appt.el (appt-disp-window): Likewise.
1637
1638 * calendar/diary-lib.el (list-diary-entries): Likewise.
1639
1640 * array.el (array-reconfigure-rows): Likewise.
1641
1642 * filecache.el (file-cache-minibuffer-complete): Likewise.
1643
1644 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
1645
1646 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
1647
1648 * allout.el (outline-version, outline-open-topic)
1649 (outline-rebullet-heading, outline-insert-listified)
1650 (outline-latex-verbatim-quote-curr-line)
1651 (outline-latexify-one-item, outlineify-sticky): Likewise.
1652
1653 * vc.el (vc-next-action-on-file): Likewise.
1654 (vc-dired-mode): Remove make-local-hook.
1655
1656 2001-11-26 Andre Spiegel <spiegel@gnu.org>
1657
1658 * vc.el (vc-find-version): New function.
1659 (vc-version-other-window): Redefined in terms of the above.
1660
1661 * log-view.el (log-view-find-version): New function.
1662 (log-view-mode-map): Bind it to `f'.
1663
1664 2001-11-26 Gerd Moellmann <gerd@gnu.org>
1665
1666 * language/devan-util.el (dev-char-glyph): Escape `"' in
1667 string literals.
1668 (dev-glyph-glyph, dev-glyph-glyph-2)
1669 (devanagari-compose-syllable-region): Likewise.
1670
1671 2001-11-26 Richard M. Stallman <rms@gnu.org>
1672
1673 * window.el (save-selected-window): No error if saved window is dead.
1674
1675 * help-funs.el (describe-syntax): Put (interactive) after doc string.
1676
1677 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1678
1679 * international/quail.el (quail-help): Require help-mode in
1680 top-level instead.
1681
1682 * iswitchb.el (iswitchb-exhibit): Use insert instead of
1683 insert-string.
1684
1685 * icomplete.el (icomplete-exhibit): Likewise.
1686
1687 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
1688
1689 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
1690 (diff-hunk-kill): Simplify.
1691 (diff-post-command-hook): Only apply to a single hunk.
1692 (diff-hunk-text): Make `char-offset' non-optional.
1693 (diff-find-text): Return a cons cell.
1694 (diff-find-approx-text): New fun.
1695 (diff-find-source-location): Use it.
1696 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
1697 Adapt to new retval of diff-find-text.
1698
1699 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
1700 rather than integer- representation of dates.
1701
1702 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
1703
1704 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
1705 (syntax-after): New fun.
1706
1707 * help-funs.el (describe-syntax): New fun.
1708
1709 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
1710 (font-lock-ppss-stats, font-lock-ppss): Remove.
1711 (font-lock-fontify-syntactically-region): Remove tuning code.
1712 (font-lock-compile-keywords): Fix off-by-one bug.
1713 (font-lock-set-defaults): Don't set removed vars.
1714 (c-keywords): Add `inline'.
1715 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
1716
1717 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1718 Set syntax-begin-function.
1719 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
1720 (lisp-interaction-mode): Don't set local-abbrev-table any more.
1721 (lisp-mode-auto-fill): Use syntax-ppss and obey
1722 comment-auto-fill-only-comments.
1723 (lisp-fill-paragraph): Use syntax-ppss.
1724
1725 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
1726
1727 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
1728 version of rmail-enable-mime.
1729 (rmail-forward): Use it.
1730
1731 2001-11-25 Richard M. Stallman <rms@gnu.org>
1732
1733 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
1734
1735 * international/quail.el (quail-keyboard-layout-button):
1736 Define button type.
1737 (quail-keyboard-customize-button): Likewise.
1738 (quail-help): Use those button types. Require `help-mode'.
1739 Avoid altering the argument `package'.
1740
1741 * help-mode.el (help-function, help-variable, help-face)
1742 (help-coding-system, help-input-method, help-character-set):
1743 Define each button type with its own explicit define-button-type.
1744
1745 * language/devan-util.el: Comment out parts of the file
1746 which apparently are garbled.
1747
1748 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1749
1750 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
1751 insert-string.
1752
1753 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1754
1755 * play/snake.el (snake-mode): Remove make-local-hook.
1756
1757 * play/tetris.el (tetris-mode): Likewise.
1758
1759 * play/decipher.el (decipher-mode): Likewise.
1760
1761 * tmm.el (tmm-add-prompt): Likewise.
1762
1763 2001-11-25 Sam Steingold <sds@gnu.org>
1764
1765 * menu-bar.el (menu-bar-apropos-menu): New variable.
1766 Moved all `apropos' bindings to this menu.
1767 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
1768
1769 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
1770
1771 The following changes are for new indian languages support based
1772 on Unicode charset and CDAC fonts.
1773
1774 * international/mule-conf.el: Change indian-1-column charset to
1775 indian-glyph charset.
1776
1777 * international/characters.el: Adjusted for the change of
1778 indian-1-column -> indian-glyph.
1779
1780 * international/fontset.el: Delete the setting for indian-1-column
1781 and add the setting for indian-glyph in the default fontset.
1782
1783 * language/indian.el: Completely re-written.
1784
1785 * language/devanagari.el: Completely re-written.
1786
1787 * language/devan-util.el: Completely re-written.
1788
1789 * language/ind-util.el: New file.
1790
1791 2001-11-24 Richard M. Stallman <rms@gnu.org>
1792
1793 * startup.el (command-line-1): Don't do startup screen
1794 if a subprocess is running. Call the startup screen buffer
1795 "GNU Emacs". Make a special mode-line-format for it.
1796
1797 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
1798 (browse-url-galeon): Use that variable.
1799
1800 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
1801 eval-expression. Eval and set the variable simply.
1802
1803 * files.el (temporary-file-directory): Use defcustom.
1804 (small-temporary-file-directory): Likewise.
1805 (normal-backup-enable-predicate): Move down in file
1806 after definition of temporary-file-directory.
1807
1808 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
1809
1810 2001-11-24 Colin Walters <walters@debian.org>
1811
1812 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
1813 autoload names to match files renamed on initial calc import.
1814
1815 * calc/calc.el (Commentary): Cleanup, and add logistic curve
1816 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
1817
1818 2001-11-23 Colin Walters <walters@debian.org>
1819
1820 * Makefile.in (finder_setwins, setwins): Include Calc again.
1821
1822 * calc/calc-rules.el: Add header comment.
1823
1824 2001-11-23 Andre Spiegel <spiegel@gnu.org>
1825
1826 * vc.el (with-vc-properties): Don't bind `filename' locally.
1827 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
1828 to avoid name clashes. Fix `lisp-indent-function' property for
1829 both.
1830
1831 2001-11-23 Francesco Potorti` <pot@gnu.org>
1832
1833 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
1834
1835 2001-11-22 Colin Walters <walters@debian.org>
1836
1837 * calc/calc-misc.el (report-calc-bug):
1838 Use `reporter-prompt-for-summary-p'.
1839
1840 * calc/INSTALL, calc/Makefile: Remove.
1841
1842 2001-11-22 Miles Bader <miles@gnu.org>
1843
1844 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
1845 (reb-match-2, reb-match-3): Add dark-background variants.
1846
1847 2001-11-22 Colin Walters <walters@debian.org>
1848
1849 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
1850 (info "Calc").
1851 (report-calc-bug): Use reporter.el.
1852
1853 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
1854
1855 2001-11-21 Richard M. Stallman <rms@gnu.org>
1856
1857 * which-func.el (which-function): Call imenu--make-index-alist
1858 if necessary to get a list of functions.
1859 (which-function-imenu-failed): New variable.
1860 (which-func-update): Handle all visible windows.
1861 (which-func-update-1): New subroutine broken out of which-func-update.
1862
1863 * files.el (temporary-file-directory, null-device)
1864 (small-temporary-file-directory): Definitions moved up.
1865
1866 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
1867 (cperl-non-problems, cperl-praise): Doc fixes.
1868
1869 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
1870 (sh-mode-syntax-table): Function restored.
1871 Variable set up for use by function sh-mode-syntax-table.
1872 (sh-set-shell): Set the syntax table.
1873
1874 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
1875
1876 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
1877
1878 * international/encoded-kb.el: Don't alter minor-map-alist.
1879
1880 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1881
1882 * files.el (auto-save-file-name-transforms): Put remote files in
1883 temporary-file-directory rather than /tmp.
1884
1885 2001-11-21 Colin Walters <walters@debian.org>
1886
1887 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
1888 of (function ...) wrapper.
1889
1890 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
1891
1892 * derived.el (define-derived-mode): Create the abbrev-table
1893 from inside the `defvar'.
1894
1895 * jit-lock.el (jit-lock-defer-time): New var.
1896 (jit-lock-defer-timer, jit-lock-buffers): New vars.
1897 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
1898 (jit-lock-function): Defer fontification if requested.
1899 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
1900 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
1901 text property.
1902 (jit-lock-deferred-fontify): New fun.
1903
1904 2001-11-20 Richard M. Stallman <rms@gnu.org>
1905
1906 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
1907 Set local-abbrev-table to lisp-mode-abbrev-table.
1908
1909 * emacs-lisp/re-builder.el (reb-mode):
1910 Don't use define-derived-mode. Call kill-all-local-variables.
1911
1912 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
1913 Don't use define-derived-mode.
1914
1915 * help-mode.el (help-mode): Undo 2001-10-07 change.
1916
1917 * replace.el (occur-mode): Undo 2001-5-20 change.
1918
1919 2001-11-20 Jason Rumney <jasonr@gnu.org>
1920
1921 * w32-fns.el (w32-system-coding-system): Change to an alias for
1922 locale-coding-system.
1923 (set-w32-system-coding-system): Document the above change.
1924 Set locale-coding-system instead.
1925
1926 2001-11-20 Richard M. Stallman <rms@gnu.org>
1927
1928 * ruler-mode.el: Add pagination.
1929 (ruler-mode-toggle-show-tab-stops): No need to
1930 test `ruler-mode' variable.
1931
1932 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
1933
1934 * play/landmark.el: Mark lm-mode as special.
1935
1936 * play/gomoku.el: Mark gomoku-mode as special.
1937
1938 2001-11-20 Juanma Barranquero <lektu@terra.es>
1939
1940 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
1941 (top-level): Bind it to C-c C-b.
1942 (re-builder): Don't re-enter RE Builder Mode.
1943
1944 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
1945
1946 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
1947
1948 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
1949 `manual-program'.
1950
1951 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
1952 to a line without a comment.
1953
1954 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
1955
1956 * dired.el (dired-listing-switches): Mention in the doc string
1957 that some switches are not supported by ls-lisp.el
1958
1959 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
1960
1961 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
1962 (imenu--create-keymap-2): Remove.
1963 (imenu--create-keymap-1): Simplify, remove third argument.
1964 (imenu--generic-function): Use dolist.
1965 (imenu-find-default): New function.
1966 (imenu--completion-buffer): Use it.
1967 (imenu--mouse-menu): Use popup-menu.
1968 (imenu--menubar-select): Return t rather than calling imenu.
1969
1970 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
1971 New functions, extracted from fill-region-as-paragraph.
1972 (fill-region-as-paragraph): Use them.
1973 Use an end marker instead of eob.
1974 Ignore whitespace-only fill-prefixes when indenting according to mode.
1975 Simplify the loop that searches for spaces backwards.
1976
1977 * textmodes/picture.el (picture-vertical-step)
1978 (picture-horizontal-step): Don't use defconst for variables.
1979
1980 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
1981 (mail-extract-address-components): Downcase domain names.
1982 (mail-extr-delete-char): Remove. Use delete-char instead.
1983
1984 * emulation/pc-select.el: Doc string fixes.
1985 (pc-selection-mode): Don't treat macos as a tty.
1986
1987 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
1988
1989 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
1990
1991 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
1992 (mouse-wheel-progessive-speed): New var.
1993 (mwheel-scroll): Use it and handle float values.
1994
1995 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
1996
1997 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
1998 (iswitchb): Fix the case where the result was selected with the mouse.
1999 (iswitchb-completion-help): Use the normal *Completions* now that
2000 mouse selection works.
2001 (iswitchb-minibuffer-setup): Simplify.
2002
2003 * newcomment.el (comment-column, comment-style, comment-multi-line)
2004 (comment-auto-fill-only-comments): Remove :group arg.
2005 (comment-padding): Add :type.
2006 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
2007 if called interactively.
2008
2009 2001-11-19 Colin Walters <walters@verbum.org>
2010
2011 * calc/calc.el (toplevel): Add comment and version header.
2012 (calc-init-base): Bump version to 2.02f, update date.
2013
2014 2001-11-19 Richard M. Stallman <rms@gnu.org>
2015
2016 * net/browse-url.el: Support Mozilla and Galeon.
2017 By default, find the installed browser whichever it is.
2018 (browse-url-mozilla): New function.
2019 (browse-url-mozilla-sentinel): New function.
2020 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
2021 (browse-url-default-browser): New function.
2022 (browse-url-process-environment): Use browse-url-browser-display.
2023 (browse-url-browser-display): Renamed from browse-url-netscape-display.
2024 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
2025 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
2026 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
2027 (browse-url-browser-function): New default, new options.
2028
2029 2001-11-19 Sam Steingold <sds@gnu.org>
2030
2031 * bindings.el (last-buffer, unbury-buffer): New function.
2032 (mode-line-unbury-buffer): Use `unbury-buffer'.
2033
2034 2001-11-18 Stephen Eglen <stephen@gnu.org>
2035
2036 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
2037 control behaviour when no further completion is possible.
2038
2039 2001-11-19 Colin Walters <walters@verbum.org>
2040
2041 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
2042 (math-showing-full-precision, math-with-extra-prec, math-working)
2043 (calc-with-default-simplification)
2044 (calc-with-trail-buffer): Use backtick.
2045 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
2046 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
2047 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
2048 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
2049 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
2050 (Math-num-integerp, Math-bignum-test, Math-equal-int)
2051 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
2052 (calc-record-compilation-date-macro): Deleted. Callers updated.
2053 (math-format-radix-digit): Move to calc-bin.el.
2054
2055 * calc/calc.el (calc-record-compilation-date): Remove.
2056 (calc-bug-address): Update.
2057 (calc-settings-file): Use `user-init-file'.
2058
2059 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
2060 Handle null `calc-settings-file'.
2061
2062 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
2063 * calc/calc-keypd.el (calc-keypad-mode): New.
2064 (calc-do-keypad): Use it.
2065 (calc-keypad-map): Move into `calc-keypad-mode'.
2066
2067 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
2068 to defalias argument.
2069
2070 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
2071 (calcFunc-floor): Ditto.
2072
2073 * calc-units.el (calcFunc-usimplify): Ditto.
2074
2075 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
2076 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
2077 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
2078 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
2079 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
2080 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
2081 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
2082 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
2083 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
2084 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
2085 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
2086 and move them before their first use. Use `when', `unless'.
2087 Remove trailing periods from error forms. Add description and
2088 headers suggested by Emacs Lisp coding conventions.
2089
2090 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
2091
2092 * newcomment.el (comment-indent):
2093 Fix misindentation for comment-only lines.
2094 (comment-indent-new-line): Only obey comment-multi-line if the
2095 comment-ender is not the end-of-line.
2096
2097 2001-11-19 Richard M. Stallman <rms@gnu.org>
2098
2099 * net/net-utils.el (network-connection-service-abbrev-alist):
2100 New variable.
2101
2102 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
2103 Advance to start of 3rd sexp by moving fwd and backing over it.
2104 At first three elements, act like defun.
2105
2106 * delsel.el (delete-selection-pre-hook): Handle and resignal
2107 file-supersession errors to interact properly with userlock.el.
2108
2109 2001-11-18 Richard M. Stallman <rms@gnu.org>
2110
2111 * progmodes/fortran.el (fortran-mode-syntax-table):
2112 Specify punctuation syntax for backslash.
2113
2114 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
2115 All calls deleted.
2116
2117 * international/mule-util.el (string-to-sequence): Make it obsolete.
2118 (string-to-list, string-to-vector): Implement them directly
2119 using append and vconcat, not with string-to-sequence.
2120
2121 * startup.el (command-line): Set abbrevs-changed to nil after
2122 reading the init file and the abbrevs file.
2123
2124 * isearch.el (isearch): Use magenta2 as bg for (background light)
2125
2126 2001-11-17 Richard M. Stallman <rms@gnu.org>
2127
2128 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
2129
2130 * simple.el (minibuffer-history-sexp-flag): Doc fix.
2131
2132 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
2133
2134 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
2135 If set and if applicable, add a regexp to highlight defun-like
2136 text inside comments and strings.
2137 (font-lock-fontify-keywords-region): Pass that new arg.
2138 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
2139 to the end and pass that new arg.
2140 (c-font-lock-keywords-2): Fix regex for labels.
2141 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
2142 Make it work when LIMIT is several lines further.
2143 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
2144 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
2145 Use backquote and make the regexes for `int a, b, c;' work on
2146 multiple lines.
2147
2148 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
2149 (font-lock-defaults-alist): Don't change it any more.
2150 (reb-subexp-mode-map): Cleanup.
2151
2152 * custom.el (custom-current-group-alist): New var.
2153 (custom-declare-group): Set it.
2154 (custom-current-group): New fun.
2155 (custom-declare-variable, custom-handle-all-keywords):
2156 Use it as a default if no :group argument is specified.
2157
2158 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
2159 (standard-keyboard-coding-systems): New var.
2160 (set-locale-environment): Use it to decide whether or not to call
2161 set-keyboard-coding-system.
2162 (locale-language-names): Use \"French\" for "fr".
2163
2164 2001-11-17 Richard M. Stallman <rms@gnu.org>
2165
2166 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
2167 (add-to-list): Delete compatibility code.
2168 (checkdoc-next-message-error): Doc fix.
2169
2170 2001-11-17 Stephen Eglen <stephen@gnu.org>
2171
2172 * locate.el (locate): Show default locate pattern within the
2173 prompt, but don't insert it into the minibuffer contents.
2174 Catch the case when pattern is the empty string.
2175
2176 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
2177
2178 * language/european.el ("French"): New language environment.
2179
2180 2001-11-16 Richard M. Stallman <rms@gnu.org>
2181
2182 * calendar/todo-mode.el (todo-save): Fix previous change.
2183
2184 * subr.el (functionp): Do use cdr-safe on object.
2185
2186 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
2187
2188 * bindings.el (mode-line-mode-name): Only put the help-echo property
2189 if the local-map property was put as well.
2190 (global-map): Bind switch-frame, delete-frame, iconify-frame
2191 and make-frame-visible events.
2192
2193 * emacs-lisp/elp.el (elp-not-profilable): New var.
2194 (elp-not-profilable-p): New function.
2195 (elp-instrument-function): Use it. Use backquotes and push.
2196
2197 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
2198 (byte-stack+-info, byte-compile-last-warned-form)
2199 (byte-compile-last-logged-file): Don't defconst a variable.
2200 (no-byte-compile): Declare.
2201 (byte-compile-file): Don't boundp-check no-byte-compile any more.
2202 (byte-compile-defvar): Leave defconst as is.
2203
2204 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
2205 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
2206 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
2207 (edebug-best-error): Don't defconst a variable.
2208 (edebug-read-syntax-table): Use a char-table.
2209 (edebug-lemacs-specific): Remove.
2210 Toplevel: Eliminate check for Lucid Emacs.
2211
2212 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
2213
2214 * rect.el (move-to-column-force): Mark obsolete.
2215 (operate-on-rectangle, delete-extract-rectangle-line)
2216 (insert-rectangle, delete-whitespace-rectangle-line)
2217 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
2218 (string-rectangle-history): New var.
2219 (string-rectangle, string-insert-rectangle): Use it.
2220 (delete-rectangle-line): Fix pos/column mixup and simplify.
2221
2222 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
2223 (normal-top-level, command-line, command-line-1): Simplify.
2224
2225 * tar-mode.el (tar-mode): Use define-derived-mode.
2226
2227 * view.el (view-mode-enable): Don't use make-local-hook.
2228
2229 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
2230
2231 2001-11-16 Richard M. Stallman <rms@gnu.org>
2232
2233 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
2234 if it doesn't make sense as anything else.
2235 Don't recognize a "telephone number" at the beginning of the name.
2236 (mail-extr-leading-garbage): Match non-word characters only.
2237
2238 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2239
2240 * startup.el (command-line-processed): Doc fix.
2241
2242 * apropos.el (apropos-next-label-button): Doc fix.
2243
2244 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
2245
2246 * comint.el (comint-mode): Simplify.
2247 (make-comint-in-buffer): Run `comint-mode' only if necessary.
2248
2249 * subr.el (eval-after-load): Make it work with features as well.
2250
2251 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
2252
2253 * international/mule-cmds.el (describe-input-method): Setup xref.
2254 (set-language-environment): Use functionp.
2255 (locale-language-names, locale-charset-language-names)
2256 (locale-preferred-coding-systems): Defconst and purecopy.
2257
2258 * language/european.el (mac-roman): Add mime-charset property.
2259
2260 2001-11-15 Richard M. Stallman <rms@gnu.org>
2261
2262 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
2263 (multiple-value-apply, nth-value): Use defsubst rather than defalias
2264 to get better doc strings.
2265
2266 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2267
2268 * derived.el: Fix autoload cookie.
2269
2270 2001-11-15 Richard M. Stallman <rms@gnu.org>
2271
2272 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
2273
2274 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
2275
2276 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
2277
2278 2001-11-15 Richard M. Stallman <rms@gnu.org>
2279
2280 * dired.el (dired-undo): Display a message to explain
2281 that this does not undo file system changes.
2282
2283 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
2284
2285 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
2286 into `unread-command-events' instead of trying keymap
2287 lookups ourselves. This makes mouse-clicks do the right
2288 thing even when keymaps of overlays are involved.
2289 (mouse-drag-drag): Likewise.
2290
2291 2001-11-15 Andreas Schwab <schwab@suse.de>
2292
2293 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
2294 characters and append anchor to pattern added to auto-mode-alist.
2295
2296 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
2297
2298 * server.el (server-process-filter): Run pore/post-comment-hook
2299 before/after visiting the file.
2300
2301 * info-look.el (makefile-mode): Add info for automake.
2302 (autoconf-mode): Fix the name of the index for automake.
2303
2304 * international/latin-9.el: Give pilcrow punctuation syntax.
2305
2306 2001-11-15 Andre Spiegel <spiegel@gnu.org>
2307
2308 * vc.el: Documentation fixes.
2309
2310 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
2311
2312 * smerge-mode.el (smerge-match-conflict): Fix typo.
2313 (smerge-diff): Be careful to read match-data early enough.
2314
2315 2001-11-14 Colin Walters <walters@verbum.org>
2316
2317 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
2318 (calcFunc-subst): Use `defalias' instead of `fset' and
2319 `symbol-function'.
2320
2321 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
2322 (calcFunc-ceil, calcFunc-round): Ditto.
2323
2324 * calc/calc-bin.el (calcFunc-clip): Ditto.
2325
2326 * calc/calc-ext.el (calcFunc-evalv): Ditto.
2327
2328 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
2329
2330 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
2331 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
2332
2333 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
2334
2335 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
2336 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
2337 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
2338 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
2339 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
2340 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
2341 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
2342 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
2343 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
2344 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
2345 * calcsel2.el: Style cleanup; don't put closing parens on their
2346 own line, add "foo.el ends here" to each file, and update
2347 copyright date.
2348
2349 * README: Update maintainer.
2350
2351 2001-11-13 Richard M. Stallman <rms@gnu.org>
2352
2353 * progmodes/compile.el (recompile): Use compilation-arguments if
2354 set, so as to be able to M-x recompile the exact command which
2355 created a compilation-mode buffer.
2356
2357 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
2358
2359 2001-11-13 Gerd Moellmann <gerd@gnu.org>
2360
2361 * mouse.el (mouse-drag-region): Don't run the up-event
2362 handler if window start changed due to the down-mouse event.
2363
2364 2001-11-13 Richard M. Stallman <rms@gnu.org>
2365
2366 * mouse.el (mouse-show-mark): Either move point to the mark
2367 or use highlighting, never both.
2368 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
2369
2370 2001-11-13 Simon Josefsson <jas@extundo.com>
2371
2372 * mail/smtpmail.el (top-level): Change maintainer to Simon
2373 Josefsson, cleanup the smtpmail.el header.
2374
2375 * mail/smtpmail.el (top-level): Don't require cl or base64.
2376 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
2377 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
2378 Defsubst instead of defmacro.
2379 (smtpmail-intersection): Return value in reverse order.
2380 (smtpmail-open-stream): Use stringp instead of string-to-list.
2381 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
2382 separated from smtpmail-via-smtp.
2383
2384 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
2385 rfc2104. Require base64 and cl.
2386 (smtpmail-smtp-service): Doc fix. :type fix.
2387 (smtpmail-debug-info): Doc fix.
2388 (smtpmail-debug-verb, smtpmail-auth-credentials)
2389 (smtpmail-starttls-credentials, smtpmail-auth-supported):
2390 New variables.
2391 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
2392 mail-utils (it is autoloaded).
2393 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
2394 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
2395 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
2396 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
2397 (smtpmail-via-smtp): Support AUTH.
2398 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
2399
2400 2001-11-13 Richard M. Stallman <rms@gnu.org>
2401
2402 * ebuff-menu.el (electric-buffer-update-highlight): New function.
2403 (electric-buffer-overlay): New variable.
2404 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
2405 (electric-buffer-list): Likewise.
2406
2407 * isearch.el (isearch-whitespace-chars): Doc fix.
2408 (isearch-mode): Handle negative search-slow-window-lines correctly.
2409
2410 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
2411
2412 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
2413
2414 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
2415 From Emmanuel Briot <briot@act-europe.fr>.
2416
2417 2001-11-13 Colin Walters <walters@debian.org>
2418
2419 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
2420
2421 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
2422 "~/.emacs"; use `read-file-name'.
2423
2424 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
2425 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
2426 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
2427 * calc/calc.el: Use `frame-width' instead of `screen-width',
2428 `frame-height' instead of `screen-height', and,
2429 `executing-kbd-macro' instead of `executing-macro'.
2430
2431 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
2432 correct number of arguments.
2433
2434 * calc/calc-aent.el (calc-do-alg-entry):
2435 Use `blink-paren-function' instead of `blink-paren-hook'.
2436
2437 2001-11-12 Richard M. Stallman <rms@gnu.org>
2438
2439 * calendar/todo-mode.el (todo-save): Add save-excursion
2440 and save-restriction.
2441
2442 * server.el (server-edit, server-done): Doc fix.
2443
2444 * simple.el (clone-indirect-buffer): Error if major mode symbol
2445 has a no-clone-indirect property.
2446 (clone-buffer): Check for obvious errors before reading clone name.
2447
2448 * info.el (Info-mode): Add a no-clone-indirect property.
2449
2450 2001-11-12 Sam Steingold <sds@gnu.org>
2451
2452 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
2453 set-buffer-modified-p to nil after `vc-exec-after'.
2454 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
2455 (log-view-mode): Make read-only.
2456 (log-view-current-file): Do final `expand-file-name' in the
2457 current `default-directory'.
2458 (log-view-current-tag): Take an optional `where' arg.
2459 (log-view-diff): New user command.
2460
2461 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2462
2463 * progmodes/cpp.el (cpp-choose-face): Fix typo.
2464
2465 2001-11-12 Sam Steingold <sds@gnu.org>
2466
2467 * emacs-lisp/cl-indent.el (toplevel): Indent properly
2468 `generic-flet', `generic-labels', `with-accessors',
2469 `with-condition-restarts'.
2470
2471 2001-11-12 Richard M. Stallman <rms@gnu.org>
2472
2473 * dired.el: Many trivial doc fixes.
2474 (dired-get-file-for-visit): New function.
2475 (dired-find-alternate-file, dired-mouse-find-file-other-window):
2476 (dired-view-file, dired-find-file-other-window, dired-display-file):
2477 (dired-find-file): Use dired-get-file-for-visit.
2478
2479 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
2480
2481 * sql.el (sql-mode): Doc change.
2482
2483 * sql.el (sql-mode-syntax-table): The backslash is no longer an
2484 escape character.
2485
2486 2001-11-12 Colin Walters <walters@debian.org>
2487
2488 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
2489 (calc-do-keypad): Don't attempt to use nonexistent global
2490 mouse-map, use calc-keypad-map.
2491 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
2492 (calc-keypad-left-click): Don't use mouse-map; update to new event
2493 interface.
2494 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
2495 (calc-keypad-press): Use `unread-command-events' instead of
2496 `unread-command-char'.
2497
2498 * calc/calc-ext.el (calc-init-extensions): Update autoload names
2499 to match files renamed on initial calc import.
2500
2501 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2502
2503 * textmodes/flyspell.el (flyspell-default-dictionary):
2504 Fix previous change.
2505
2506 2001-11-12 Richard M. Stallman <rms@gnu.org>
2507
2508 * textmodes/flyspell.el (flyspell-default-dictionary):
2509 Fix custom type.
2510
2511 2001-11-11 Richard M. Stallman <rms@gnu.org>
2512
2513 * calendar/solar.el (solar-sunrise-and-sunset):
2514 Exchange the two extreme values of day-length.
2515
2516 * progmodes/sh-script.el (sh-must-be-shell-mode):
2517 Allow modes derived from sh-mode.
2518
2519 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2520 Turn off error in some re-search-forward calls.
2521
2522 * replace.el (query-replace-skip-read-only): New variable.
2523 (perform-replace): If that variable is non-nil, ignore matches
2524 that have a read-only property.
2525
2526 * derived.el (define-derived-mode): Doc fix.
2527
2528 * server.el (server-buffer-done): Test of server-existing-buffer
2529 was backwards.
2530 (server-existing-buffer): Doc fix.
2531
2532 * textmodes/flyspell.el (flyspell-default-dictionary):
2533 Allow nil as value, and make nil the default.
2534
2535 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
2536
2537 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
2538 it is not fboundp.
2539 (clipboard-yank): Ditto.
2540
2541 2001-11-11 Colin Walters <walters@verbum.org>
2542
2543 The following changes are based on patches from
2544 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
2545 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
2546
2547 * calc/calc.el (toplevel): Require calc-macs.
2548 (calc-minibuffer-size): New.
2549 (calcDigit-nondigit): Use it instead of `buffer-size'.
2550 (calcDigit-backspace): Likewise.
2551 (calcDigit-nondigit): Use `minibuffer-contents' instead of
2552 `buffer-string'.
2553 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
2554 `point-min'.
2555 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
2556 `save-excursion'.
2557
2558 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
2559 simple `setq' form.
2560
2561 * calc/calc-ext.el: (toplevel): Require calc.
2562 (calc-fancy-prefix-map): New.
2563 (calc-fancy-prefix): Use it.
2564 (calc-fancy-prefix-other-key): New.
2565
2566 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
2567 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
2568 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
2569 (calcAlg-enter): Likewise.
2570 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
2571
2572 2001-11-10 Richard M. Stallman <rms@gnu.org>
2573
2574 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
2575 (quietly-read-abbrev-file): Doc fix.
2576
2577 * startup.el (command-line): Read standard abbrev
2578 file (abbrev-file-name), if it exists.
2579
2580 * files.el (save-abbrevs): Default value is t.
2581
2582 * progmodes/compile.el (compile-goto-error): Fix previous change
2583 in the case where subsequent errors have not been parsed yet
2584 because they are in a different source file.
2585
2586 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
2587
2588 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2589 Merge two regular expressions into one.
2590 (ps-mode): Make local bindings for `comment-start' and
2591 `comment-start-skip'.
2592 (ps-mode-looking-at-nested): Simplify an if-else construct;
2593 use `set-match-data' to set the result.
2594
2595 2001-11-10 Richard M. Stallman <rms@gnu.org>
2596
2597 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
2598 Function deleted.
2599 (flyspell-correct-word): Old definition deleted.
2600 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
2601 All references renamed too.
2602
2603 2001-11-10 Gerd Moellmann <gerd@gnu.org>
2604
2605 * Makefile.in (finder_setwins, setwins): Exclude Calc.
2606
2607 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
2608
2609 * wid-edit.el (checklist): Removed `:menu-tag'.
2610 (radio-button-choice): Ditto.
2611 (editable-list): Ditto.
2612
2613 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2614
2615 * play/gomoku.el: Move definitions of constants to the beginning
2616 of file, before their use.
2617
2618 2001-11-09 Richard M. Stallman <rms@gnu.org>
2619
2620 * textmodes/flyspell.el: Use the keymap property
2621 instead of local-map, and don't use a minor-mode map.
2622 (flyspell-mode-map): Variable deleted.
2623 Don't mess with minor-mode-map-alist.
2624 (calling add-minor-mode): Specify nil for keymap.
2625 And always use add-minor-mode, now that it exists.
2626 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
2627 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
2628 or flyspell-local-mouse-map.
2629 (make-flyspell-overlay): Use flyspell-mouse-map directly.
2630 (flyspell-mode): Doc fix.
2631 (flyspell-mode-on): Don't call make-local-hook.
2632
2633 2001-11-09 Sam Steingold <sds@gnu.org>
2634
2635 * emacs-lisp/debug.el (debugger-make-xrefs):
2636 Add buttons to all symbols.
2637
2638 2001-11-09 Andre Spiegel <spiegel@gnu.org>
2639
2640 * vc.el: Add John David Smith to credits.
2641
2642 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
2643
2644 * vc-hooks.el (vc-error-occured): Backquotified.
2645 (vc-file-prop-obarray): Use prime length for better efficiency.
2646
2647 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
2648
2649 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
2650
2651 * info.el (Info-file-list-for-emacs): Add entries for Calc.
2652
2653 2001-11-09 Miles Bader <miles@gnu.org>
2654
2655 * subr.el (functionp): Don't consider macros as functions.
2656
2657 2001-11-08 Miles Bader <miles@gnu.org>
2658
2659 * subr.el (functionp): Make work correctly for macros and unbound
2660 symbols.
2661
2662 * comint.el (comint-send-input): Fix description of
2663 `comint-process-echoes' in the doc-string.
2664
2665 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
2666
2667 * international/mule.el (make-translation-table): Doc fix.
2668 Suggested by Alex Schroeder <alex@gnu.org>.
2669
2670 2001-11-07 Richard M. Stallman <rms@gnu.org>
2671
2672 * info.el (Info-fontify-node): Highlight every third menu item.
2673
2674 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
2675
2676 * cus-edit.el (custom-face-value-create): Don't ignore the
2677 `customized-face' attribute when finding the current face spec.
2678
2679 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
2680
2681 * subr.el (with-local-quit): New macro.
2682 (make-syntax-table): Always inherit.
2683 (functionp): Be more careful when `object' is a symbol.
2684
2685 * dabbrev.el (dabbrev-completion): Use "*Completions*".
2686
2687 2001-11-07 Paul Eggert <eggert@twinsun.com>
2688
2689 * dired.el (dired-move-to-filename-regexp):
2690 Do not distinguish between ASCII letters and non-ASCII characters.
2691 Don't allow comma except in the form "month day, year".
2692 Don't allow space between month name and comma.
2693 Clean up the code that checks for trailing period, comma, and space.
2694 Remove now-obsolete comments, and add more commentary about
2695 Japanese dates.
2696 Always gobble up trailing spaces, instead of doing it only sometimes.
2697
2698 2001-11-07 Miles Bader <miles@gnu.org>
2699
2700 * paren.el (show-paren-match-face): Add dark-background variant.
2701
2702 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
2703
2704 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
2705 (lisp-mode-variables): Don't set paragraph-{start,separate}.
2706 Don't disable adaptive-fill-mode.
2707 (lisp-fill-paragraph): Use tab-width rather than 8.
2708 Prevent filling the first line of docstrings.
2709
2710 2001-11-06 Richard M. Stallman <rms@gnu.org>
2711
2712 * play/gomoku.el (gomoku): Doc fix.
2713
2714 * jka-compr.el (jka-compr-partial-uncompress):
2715 Support an alternative of not using dd.
2716 (jka-compr-dd-program): Use defcustom to define this.
2717 (jka-compr-load-suffixes): Use defcustom.
2718 (jka-compr-mode-alist-additions): Use defcustom.
2719
2720 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
2721
2722 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
2723 Also work when LIMIT is further than the end of line.
2724
2725 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
2726
2727 * international/quail.el (quail-update-leim-list-file): Print the
2728 offending file name if some of its quail-define-package forms is broken.
2729
2730 2001-11-05 Richard M. Stallman <rms@gnu.org>
2731
2732 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
2733 of the evaluated form.
2734
2735 2001-11-05 Paul Eggert <eggert@twinsun.com>
2736
2737 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
2738 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
2739 stamps always line up by default. Also, it uses a slightly
2740 different window to determine whether files are "recent".
2741
2742 2001-11-05 Andrew Innes <andrewi@gnu.org>
2743
2744 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2745 Don't attempt to remake autoloads before nuking .elc files.
2746
2747 2001-11-04 Richard M. Stallman <rms@gnu.org>
2748
2749 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
2750 previous-single-property-change or next-single-char-property-change
2751 returns nil.
2752
2753 * international/mule-cmds.el (set-locale-environment):
2754 Make it interactive; make arg optional.
2755
2756 * international/mule-diag.el (help-funs): Require help-funs.
2757
2758 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
2759
2760 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
2761
2762 2001-11-04 Miles Bader <miles@gnu.org>
2763
2764 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
2765 shadow of the splash image grey on a dark background instead of black.
2766
2767 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
2768
2769 * term.el (all faces): Don't (copy-face 'default <foo>).
2770
2771 * term/xterm.el (function-key-map):
2772 Add entry for `ESC [ 3 ~' -> <delete>
2773 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
2774 Use inheritance so that .emacs and terminfo take precedence.
2775
2776 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
2777
2778 * tooltip.el (tooltip-delay): Decrease to 0.7.
2779 (tooltip-hide-delay): Enlarge to 10.
2780
2781 2001-11-03 Richard M. Stallman <rms@gnu.org>
2782
2783 * startup.el (fancy-splash-tail): Explain how to recover
2784 from a crash, if there was a crash.
2785 (command-line-1): Reorganize display of startup screen,
2786 to simplify the logic. Use a temp buffer for it.
2787
2788 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
2789
2790 * frame.el (set-background-color, set-foreground-color):
2791 Call face-set-after-frame-default, to propagate the new colors to
2792 the frame's parameters alist.
2793
2794 * calendar/timeclock.el (timeclock-out): Signal an error if
2795 timeclock-last-event is nil.
2796
2797 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
2798
2799 * textmodes/fill.el (fill-context-prefix): Fix braino.
2800
2801 * international/quail.el (quail-help):
2802 Use `help-buffer' and move `help-setup-xref' to beginning.
2803
2804 * international/mule-cmds.el (describe-language-environment):
2805 Use `help-buffer' and move `help-setup-xref' to beginning.
2806
2807 * international/mule-diag.el (list-character-sets)
2808 (sort-listed-character-sets, describe-character-set)
2809 (describe-coding-system, describe-fontset, list-fontsets):
2810 Use `help-buffer' and move `help-setup-xref' to beginning.
2811 (describe-char-after): Use `internal-describe-syntax-value'.
2812
2813 2001-11-02 Richard M. Stallman <rms@gnu.org>
2814
2815 * mouse.el (popup-menu): If the user refuses to select
2816 from a menu, don't try to invoke the menu.
2817
2818 2001-11-02 Miles Bader <miles@gnu.org>
2819
2820 * help-mode.el (help-xref): New button type.
2821 (help-function, help-variable, help-face, help-coding-system)
2822 (help-input-method, help-character-set, help-type, help-symbol)
2823 (help-back, help-info, help-customize-variable, help-customize-face)
2824 (help-function-def, help-variable-def): Use it as a supertype.
2825 Remove `action' property.
2826
2827 * international/mule-diag.el (describe-character-set)
2828 (describe-coding-system): Pass correct args to `help-xref-button'.
2829 (sort-listed-character-sets): New button type.
2830 (list-character-sets): Use it.
2831 (list-charset-chars): New button type.
2832 (list-character-sets-1): Use it.
2833
2834 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
2835
2836 * indent.el (tab-always-indent, indent-for-tab-command):
2837 Remove redundant `never' setting.
2838
2839 * fill.el (fill-region-as-paragraph): Don't forget to skip
2840 over current whitespace before looking for a preceding space.
2841
2842 2001-11-01 Richard M. Stallman <rms@gnu.org>
2843
2844 * files.el (file-newest-backup): Don't pass backup file name
2845 thru file-name-sans-versions, because it never has version numbers.
2846
2847 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
2848 to avoid ambiguous nested loops.
2849
2850 * files.el (find-file-noselect): Offer to change buffer-read-only
2851 only when the file's read-only status has changed from before
2852 as well as disagreeing with the buffer's current status.
2853 (buffer-file-read-only): New var, local in all buffers.
2854
2855 * buff-menu.el (buffer-menu): Doc fix.
2856 (buffer-menu-other-window): Doc fix.
2857 (list-buffers, list-buffers-noselect): Doc fix.
2858
2859 2001-11-01 Gerd Moellmann <gerd@gnu.org>
2860
2861 * startup.el (command-line): If the terminal Emacs is running on
2862 has erase char set to ^H, use the Backspace key for deleting
2863 backward, and the Delete key for deleting forward.
2864
2865 2001-11-01 Miles Bader <miles@gnu.org>
2866
2867 * button.el (define-button-type): Make sure every user-defined
2868 button type has a supertype.
2869
2870 2001-10-31 Jason Rumney <jasonr@gnu.org>
2871
2872 * international/mule-cmds.el (locale-language-names): Add chs and
2873 cht as aliases for Chinese-GB and Chinese-BIG5.
2874
2875 2001-10-31 Richard M. Stallman <rms@gnu.org>
2876
2877 * bindings.el (mode-line-frame-identification): Add doc string.
2878 (mode-line-position, mode-line-modes): New variables.
2879 (mode-line-format): Use mode-line-position for the part
2880 that displays the position-in-buffer info.
2881 Use mode-line-modes for the part that displays major and minor modes.
2882
2883 2001-10-31 Sam Steingold <sds@gnu.org>
2884
2885 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
2886 (debugger-setup-buffer): Call it.
2887 (debugger-mode-map): Bind RET and mouse-2.
2888
2889 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2890
2891 * startup.el: Document command line option --no-window-system
2892 instead of --no-windows.
2893
2894 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
2895
2896 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
2897
2898 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
2899 (font-lock-defaults-alist): Use it.
2900 From David Ponce <david.ponce@wanadoo.fr>
2901
2902 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
2903 output of `char-after'.
2904
2905 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
2906
2907 * simple.el (reindent-then-newline-and-indent): Insert the newline
2908 before indenting the first line.
2909 (undo-get-state, undo-revert-to-state): New funs.
2910 (shell-command): Don't kill the buffer even if empty.
2911 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
2912 (transpose-subr-end2): Remove.
2913 (transpose-subr): Add `special' arg and simplify.
2914 (transpose-subr-1): Rewrite.
2915 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
2916 (rfc822-goto-eoh): Simplify.
2917
2918 2001-10-30 Richard M. Stallman <rms@gnu.org>
2919
2920 * enriched.el (enriched-face-ans): Fix previous change.
2921
2922 2001-10-30 Gerd Moellmann <gerd@gnu.org>
2923
2924 * international/iso-acc.el (iso-accents-compose): Remove a
2925 superfluous setq.
2926
2927 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
2928
2929 * buff-menu.el (list-buffers-noselect): If the buffer's name
2930 starts with a blank, but it visits a file, do show it (for files
2931 whose names start with a blank).
2932
2933 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
2934
2935 * textmodes/fill.el (sentence-end-double-space)
2936 (sentence-end-without-period): Move to paragraphs.el.
2937 (fill-indent-according-to-mode): Change default to t.
2938 (fill-context-prefix): Simplify control-flow and use a more
2939 sophisticated merge that unifies both previous checks.
2940 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
2941 (fill-nobreak-predicate): Make it into a defcustom'd hook.
2942 (fill-nobreak-p): New fun.
2943 (fill-region-as-paragraph): Use it.
2944 Handle `fill-indent-according-to-mode' slightly differently.
2945 (fill-individual-paragraphs-prefix): Simplify the control-flow.
2946 (fill-individual-paragraphs-citation): Fix.
2947
2948 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
2949 (paragraph-start): Change default to the `text-mode' value.
2950 (sentence-end-double-space, sentence-end-without-period):
2951 Move from fill.el.
2952 (forward-paragraph): Use `parstart' and `parsep' for temp variables
2953 rather than rebinding `paragraph-start' and `paragraph-separate'.
2954
2955 * indent.el (indent-line-function): Change default to indent-relative.
2956 (tab-always-indent): Add an `never' setting.
2957 (indent-according-to-mode): Handle `indent-relative' and
2958 `indent-relative-maybe' specially.
2959 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
2960 Handle the `never' case for `tab-always-indent'.
2961 Don't call indent-according-to-mode for indent-relative' and
2962 `indent-relative-maybe'.
2963 (insert-tab): Rename `prefix-arg' to `arg'.
2964 (indent-region): Indent the first line as well.
2965 (indent-relative): Don't mark the buffer modified if the indentation
2966 is unchanged.
2967
2968 * textmodes/text-mode.el (paragraph-indent-minor-mode):
2969 Don't set paragraph-separate. Set paragraph-start more carefully.
2970 Set indent-line-function.
2971 (paragraph-indent-text-mode): Use it and define-derived-mode.
2972 (text-mode-map): Remove the \t binding.
2973 (text-mode): Simplify now that the default is more favorable.
2974
2975 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
2976
2977 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2978 If the regexp doesn't match, use a looser one.
2979 (find-variable-noselect): Add `file' argument.
2980
2981 * pcvs.el (cvs-mode-commit-hook): New hook.
2982 (cvs-mode-commit): Run it.
2983
2984 * log-edit.el (log-edit): Run hook after `log-edit-files'.
2985
2986 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
2987 (edebug-instrument-function): Use `find-function-noselect'.
2988
2989 2001-10-29 Richard M. Stallman <rms@gnu.org>
2990
2991 * term.el (term-if-emacs19): Macro deleted.
2992 Callers changed to use progn instead.
2993
2994 * frame.el (blink-cursor-mode): Doc fix.
2995
2996 * files.el (find-backup-file-name): Use make-backup-file-name.
2997
2998 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
2999 window-live-p.
3000 (edebug-set-conditional-breakpoint): Unconditionally use
3001 the former Emacs >=19 definition.
3002 (edebug-mark): Define unconditionally.
3003 (edebug-eval-expression): Always call read-from-minibuffer
3004 and specify history list.
3005 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
3006 edebug-set-conditional-breakpoint.
3007 (edebug-emacs-version-specific): Function deleted;
3008 do the job at top level.
3009 (edebug-emacs-19-specific): Function deleted, this is the default.
3010
3011 2001-10-29 Sam Steingold <sds@gnu.org>
3012
3013 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
3014 "/cygdrive/LETTER/" pathnames.
3015
3016 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
3017
3018 * faces.el (invert-face): Check for 'unspecified, not for nil,
3019 when testing whether face colors are not specified.
3020 From David.Kastrup@t-online.de (David Kastrup).
3021 (read-face-name): Doc fix.
3022 (make-face-bold, make-face-unbold, make-face-italic)
3023 (make-face-unitalic, make-face-bold-italic, invert-face):
3024 Remove trailing blank from the prompt passed to read-face-name.
3025
3026 2001-10-29 Sam Steingold <sds@gnu.org>
3027
3028 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3029 Report numbers of files skipped and failed too.
3030 (byte-compile-file): Return 'no-byte-compile for skipped files.
3031
3032 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3033
3034 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
3035 and `M p'.
3036
3037 2001-10-29 Gerd Moellmann <gerd@gnu.org>
3038
3039 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
3040 as is on unread-command-events instead of `(SECOND-CHAR)'.
3041
3042 2001-10-29 Andre Spiegel <spiegel@gnu.org>
3043
3044 * vc.el: Mention vc-*-switches in backend API documentation.
3045 (vc-annotate): Adapt doc string to recent change.
3046
3047 2001-10-29 Gerd Moellmann <gerd@gnu.org>
3048
3049 * enriched.el (enriched-face-ans): Handle face attributes
3050 of the form `(FACE1 FACE2 ...)'.
3051
3052 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
3053
3054 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
3055
3056 * progmodes/sql.el (sql-mysql): Doc change by RMS.
3057
3058 * progmodes/sql.el (sql-db2): Doc change.
3059 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
3060 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
3061
3062 2001-10-29 Gerd Moellmann <gerd@gnu.org>
3063
3064 * env.el (substitute-env-vars): Don't quote argument to `rx';
3065 it's a macro.
3066
3067 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
3068
3069 * cus-start.el (recursive-load-depth-limit): Added.
3070
3071 2001-10-28 Richard M. Stallman <rms@gnu.org>
3072
3073 * textmodes/ispell.el (version18p, version20p): Vars deleted.
3074 All uses removed--assume Emacs version is >= 20.
3075
3076 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
3077 by really checking that it is not version 18.
3078
3079 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
3080
3081 2001-10-28 Miles Bader <miles@gnu.org>
3082
3083 * faces.el (face-attribute): Add INHERIT argument, consider face
3084 inheritance if it's non-nil.
3085 (face-attribute-merged-with): New function.
3086 (face-attribute-specified-or): New macro.
3087 (face-foreground, face-background, face-stipple): Add INHERIT
3088 argument. Use `face-attribute-specified-or'.
3089
3090 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
3091
3092 * font-lock.el: Require `syntax'.
3093 (font-lock-defaults-alist): Don't define keywords for lisp languages.
3094 Use `c-font-lock-syntactic-face-function' for c languages.
3095 (font-lock-mode): Don't unset vars when turning the mode off.
3096 (font-lock-default-fontify-buffer): Don't unset vars at the end.
3097 (font-lock-extra-managed-props): New var.
3098 (font-lock-default-unfontify-region): Use it.
3099 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
3100 Don't eval the value when there's no match.
3101 (font-lock-ppss-stats): New var.
3102 (font-lock-ppss): New fun.
3103 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
3104 (font-lock-apply-highlight): Allow `highlight' to set several props.
3105 (font-lock-set-defaults): Use dolist.
3106 (font-lock-unset-defaults): Remove.
3107 (font-lock-match-c-style-declaration-item-and-skip-to-next):
3108 Try to recognize prototypes using `foo P_ ((args))'.
3109 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
3110 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
3111 (c-font-lock-syntactic-face-function): New function.
3112 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
3113 (c++-keywords): Use a more sophisticated regexp to handle
3114 shallowly nested templates.
3115
3116 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
3117
3118 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
3119 (sgml-tag): Use it. Cleanup with `cond'.
3120 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
3121 Mark the overlays and only delete those that are marked.
3122 (sgml-skip-close-p): Remove.
3123 (sgml-value): Replace sgml-skip-close-p with its definition.
3124 (html-tag-alist): Use sgml-xml a bit more.
3125 (html-mode): Set sgml-empty-tags.
3126
3127 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
3128 (texinfo-update-node, texinfo-sequential-node-update):
3129 Don't bind the obsolete `auto-fill-hook'.
3130 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
3131 Use `set-buffer' rather than `switch-to-buffer'.
3132 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
3133 Use `set-buffer' rather than `switch-to-buffer'.
3134
3135 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
3136 text-mode-syntax-table.
3137 (mail-mode): Use define-derived-mode.
3138 Fix ordering of alternatives in adaptive-fill-regexp.
3139 (mail-mode-map): Don't rely on keymap's internal representation.
3140
3141 2001-10-27 Sam Steingold <sds@gnu.org>
3142
3143 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
3144 (sgml-xml-guess): Extracted from `html-mode' and generalized.
3145 (sgml-mode-common): Call it.
3146 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
3147 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
3148 (html-horizontal-rule, html-image, html-ordered-list):
3149 (html-unordered-list, html-list-item, html-paragraph):
3150 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
3151 `html-xhtml'.
3152
3153 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
3154
3155 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
3156 (ifnothtml): New alias.
3157
3158 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
3159
3160 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
3161 (toggle-text-mode-auto-fill): Use derived-mode-p.
3162
3163 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
3164
3165 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
3166 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
3167
3168 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
3169
3170 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
3171 Add make-obsolete cookies, to follow faces.el.
3172
3173 These changes avoid warnings from the byte compiler in faces.el:
3174
3175 * faces.el (internal-get-face): Use facep instead of the obsolete
3176 internal-find-face.
3177 (internal-frob-font-weight, internal-frob-font-slant):
3178 New defaliases for obsolete functions.
3179 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
3180 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
3181 (x-make-font-bold-italic): Use internal-frob-font-weight and
3182 internal-frob-font-slant aliases instead of the obsolete
3183 x-frob-... functions.
3184
3185 2001-10-26 Sam Steingold <sds@gnu.org>
3186
3187 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
3188 DOCTYPE; set `mode-name' based on it.
3189 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
3190 (sgml-tag): Close empty tags in XHTML.
3191
3192 2001-10-26 Jason Rumney <jasonr@gnu.org>
3193
3194 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
3195 when UNICODE is not defined.
3196
3197 2001-10-26 Sam Steingold <sds@gnu.org>
3198
3199 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
3200 be alone on the line.
3201
3202 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
3203
3204 * button.el (button): Special face definition for MS-DOS terminals.
3205
3206 2001-10-26 Sam Steingold <sds@gnu.org>
3207
3208 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
3209 Protect the /= test by checking that the args are non-nil.
3210 (sh-font-lock-close-heredoc): Check eof for being non-nil.
3211
3212 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
3213
3214 * textmodes/artist.el (artist-version): 1.2.4.
3215 (artist-butlast-fn): New variable.
3216 (artist-butlast): New function.
3217 (artist-ellipse-mirror-quadrant): Use it.
3218 (artist-mouse-draw-poly): Use nil for `point-list'.
3219 (artist-mouse-draw-poly): Check for point-list being nil.
3220
3221 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
3222
3223 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
3224 lambda expression.
3225 (ps-mode-menu-main): Submenu with options on/off was replaced with
3226 a toggle button.
3227 (ps-mode, ps-run-mode): Define with `define-derived-mode'
3228 (ps-mode): Autoload cookie added on same line as comment
3229 (ps-mode-tabkey, ps-mode-backward-delete-char):
3230 (ps-mode-r-balance): Replace `delete-horizontal-space' and
3231 `indent-to' with `indent-line-to'
3232 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
3233 instead of `eval'.
3234 (ps-mode-print-region): Use `with-temp-buffer'.
3235 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
3236 (numerous places): Add back-tick and tick around names in
3237 docstrings, fix punctuation in docstrings, remove trailing spaces.
3238
3239 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
3240
3241 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
3242 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
3243 (sgml-font-lock-syntactic-keywords): New var.
3244 (sgml-mode-common): Drop the two args.
3245 Don't make buffer-local variables that aren't used.
3246 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
3247 Don't set `before-string' props from sgml-display-text.
3248 (sgml-mode): Use define-derived-mode.
3249 (sgml-tags-invisible): Use sgml-display-text.
3250 (sgml-quote): New command.
3251 (html-tag-alist): Add args for `span'.
3252 (html-mode): Use define-derived-mode.
3253 Set sgml-display-text and sgml-tag-face-alist.
3254
3255 2001-10-25 Sam Steingold <sds@gnu.org>
3256
3257 * add-log.el (add-log-always-start-new-record): New user option.
3258 (add-change-log-entry): Use it.
3259
3260 2001-10-25 Richard M. Stallman <rms@gnu.org>
3261
3262 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
3263 bind case-fold-search if FROM is not all lower case.
3264
3265 2001-10-25 Gerd Moellmann <gerd@gnu.org>
3266
3267 * startup.el (normal-top-level): Check for frame-initial-frame
3268 only if it's really used.
3269
3270 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
3271
3272 * progmodes/compile.el (compilation-parse-errors-filename-function):
3273 New variable.
3274 (compilation-parse-errors): Use it.
3275
3276 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
3277
3278 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
3279 interactively so that C-u M-C-x still does edebug.
3280 (checkdoc-sentencespace-region-engine): Don't force a double-space
3281 after `.' if it doesn't look like an end-of-sentence.
3282 (debug-ignored-errors): Add `disambiguate ...'.
3283
3284 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
3285
3286 * textmodes/texinfo.el (texinfo-environments)
3287 (texinfo-environment-regexp): Hoist.
3288 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
3289 Only highlight the menu name in menu items.
3290 Setup `@foo ... @end foo' as text clones.
3291 (texinfo-clone-environment): New function.
3292 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
3293 (texinfo-insert-block): Simplify.
3294 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
3295 the command is repeated.
3296 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
3297 (texinfo-insert-@end): Simplify.
3298
3299 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
3300 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
3301 (texinfo-subsubsection-level-regexp)
3302 (texinfo-update-menu-same-level-regexps)
3303 (texinfo-update-menu-higher-regexps)
3304 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
3305
3306 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
3307 (derived-mode-p): Autoload.
3308
3309 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
3310 New vars and functions.
3311 (text-clone-maintain, text-clone-create): New functions.
3312
3313 2001-10-25 Miles Bader <miles@gnu.org>
3314
3315 * facemenu.el (facemenu-add-new-face): Fix variable names.
3316
3317 2001-10-24 Richard M. Stallman <rms@gnu.org>
3318
3319 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
3320 of t and nil values.
3321 (facemenu-set-face): Handle START and END interactively.
3322 (facemenu-set-foreground): Don't use a face; specify color directly.
3323 (facemenu-set-background): Likewise.
3324 (facemenu-set-face-from-menu): Doc fix.
3325 (facemenu-active-faces): Use face-attribute-vector
3326 to handle bare attributes not in faces.
3327 (facemenu-get-face): Don't handle face names fg:... and bg:...
3328 specially.
3329 (facemenu-add-new-face): New argument MENU.
3330 New way to handle adding colors to the color menus.
3331
3332 * env.el (substitute-env-vars): Quote the arg to rx.
3333
3334 2001-10-24 Sam Steingold <sds@gnu.org>
3335
3336 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
3337 Control" and "SGML" groups.
3338
3339 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3340
3341 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
3342 Better handling of C++ template args to avoid confusion with `<'
3343 and `>' used as operators in member init expressions.
3344
3345 2001-10-24 Gerd Moellmann <gerd@gnu.org>
3346
3347 * replace.el (perform-replace): Move START and END parameters
3348 to the end of the argument list and make them optional.
3349
3350 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
3351 perform-replace.
3352
3353 * international/fontset.el (x-must-resolve-font-name): New function.
3354 (x-complement-fontset-spec): Use it.
3355
3356 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
3357
3358 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
3359
3360 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
3361 Turn caadr into caar of cdr.
3362
3363 2001-10-23 Gerd Moellmann <gerd@gnu.org>
3364
3365 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
3366 of mouse-{1,2} since dragging is on the down event.
3367
3368 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
3369
3370 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
3371 if ARG is nil.
3372
3373 * desktop.el (desktop-last-buffer): New variable.
3374 (desktop-create-buffer): Set it.
3375 (desktop-read): Bind it and switch to that buffer.
3376
3377 2001-10-22 Gerd Moellmann <gerd@gnu.org>
3378
3379 * progmodes/compile.el (compilation-set-window-height):
3380 Select old window only if it's still live.
3381
3382 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3383
3384 * help-mode.el (help-buffer): Remove debugging code.
3385 From Stefan Monnier <monnier@cs.yale.edu>.
3386
3387 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
3388
3389 * files.el (file-name-sans-extension, file-name-extension):
3390 Don't count the leading dots in file names as signaling an extension.
3391
3392 2001-10-22 Andre Spiegel <spiegel@gnu.org>
3393
3394 * vc.el (vc-diff-switches): Doc rewritten.
3395
3396 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
3397
3398 * tooltip.el (tooltip-set-param): Doc fix.
3399
3400 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
3401 127 to sgml-maybe-name-self.
3402 (sgml-name-8bit-mode): Doc fix.
3403 (sgml-char-names-table): New variable.
3404 (sgml-name-char): Support non-ASCII and mule-unicode-*
3405 characters. Doc fix.
3406 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
3407
3408 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
3409 doc string the effect of `left' and `top' parameters in
3410 tooltip-frame-parameters, the default values, and the units.
3411 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
3412 (tooltip-show): Mention in the doc string the `top' and `left'
3413 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
3414
3415 2001-10-22 Andre Spiegel <spiegel@gnu.org>
3416
3417 Add autoscaling support for vc-annotate.
3418 From J.D. Smith <jdsmith@alum.mit.edu>.
3419
3420 * vc.el (vc-annotate-display-default): Accept colormap scaling
3421 ratio (now deprecated).
3422 (vc-annotate-display-autoscale): Added.
3423 (vc-annotate-add-menu): New autoscaling menu options "Span to
3424 Oldest" and "Span Oldest->Newest". Easymenu support added for
3425 toggle menus driven by customize variable `vc-annotate-display-mode'.
3426 (vc-annotate-display-select): Added.
3427 (vc-annotate): Changed temp-buffer-show-function to
3428 `vc-annotate-display-select'.
3429 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
3430 Added argument OFFSET. Instead of backend function, calls now
3431 generic `vc-annotate-difference'.
3432 (vc-annotate-difference): Added as generic function instead of
3433 backend-specific function. No longer takes argument POINT, but
3434 instead accepts a time OFFSET.
3435 (vc-default-annotate-current-time): Added.
3436
3437 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
3438 version in vc.el, with
3439 (vc-cvs-annotate-current-time): Added, as override of default.
3440 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
3441 `vc-cvs-annotate-difference'.
3442
3443 2001-10-22 Gerd Moellmann <gerd@gnu.org>
3444
3445 * saveplace.el (save-place): Require `saveplace'.
3446
3447 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
3448 Use `sexp' for :value-type instead of `face'.
3449
3450 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3451
3452 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
3453 regexps due to 5-digit message IDs.
3454
3455 2001-10-21 Jason Rumney <jasonr@gnu.org>
3456
3457 * term/w32-win.el (redisplay-dont-pause): Don't set.
3458
3459 2001-10-21 Miles Bader <miles@gnu.org>
3460
3461 * help-funs.el (help-manyarg-func-alist): Variable removed.
3462
3463 2001-10-21 Miles Bader <miles@gnu.org>
3464
3465 * help-funs.el (help-manyarg-func-alist): Remove entries for
3466 `insert', `insert-and-inherit', `insert-before-markers',
3467 `insert-before-markers-and-inherit', `message', `message-box',
3468 `message-or-box', `propertize', `format', `encode-time', `append',
3469 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
3470 `insert-string', `ml-if', `ml-provide-prefix-argument', and
3471 `ml-prefix-argument-loop'.
3472
3473 2001-10-21 Andre Spiegel <spiegel@gnu.org>
3474
3475 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
3476 (vc-default-diff-tree): New functions.
3477 (vc-version-diff): Use them. As a result, coding systems are now
3478 set up properly for all sorts of diffs, and tree diffs can now
3479 also be done locally.
3480 (vc-diff): With a prefix argument, don't require that it's called
3481 from a buffer under version control.
3482 (diff-switches): Remove duplicate definition.
3483
3484 * vc-cvs.el (vc-cvs-diff-tree): New function.
3485
3486 2001-10-21 Miles Bader <miles@gnu.org>
3487
3488 * help-funs.el (help-manyarg-func-alist): Remove entries for
3489 `list', `vector', `make-byte-code', `call-process',
3490 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
3491 `logand', `logior', and `logxor'.
3492
3493 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
3494 image bits to compensate. Use `make-string' instead of
3495 `make-bool-vector' (XBM apparently wants byte-aligned rows).
3496
3497 2001-10-20 Kim F. Storm <storm@cua.dk>
3498
3499 * simple.el (kill-ring-save): Don't show extent of copied region
3500 if using transient-mark-mode and region is fully visible.
3501
3502 2001-10-20 Gerd Moellmann <gerd@gnu.org>
3503
3504 * (Version 21.1 released.)
3505
3506 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3507
3508 * files.el (auto-mode-alist): Associate .indent.pro with
3509 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
3510
3511 2001-10-18 Sam Steingold <sds@gnu.org>
3512
3513 Put the *Compile-Log* buffer in `compilation-mode'.
3514 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
3515 (byte-compile-log-1, byte-compile-log-file)
3516 (displaying-byte-compile-warnings): Use it
3517
3518 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
3519
3520 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
3521
3522 * xml.el (xml-parse-tag): Use eq on char-after's return value.
3523
3524 2001-10-18 Gerd Moellmann <gerd@gnu.org>
3525
3526 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
3527
3528 * obsolete/hilit19.el (hilit-lookup-face-create):
3529 Call set-face-font only if display-graphic-p.
3530 (toplevel): Remove references to window-system.
3531
3532 2001-10-18 Miles Bader <miles@gnu.org>
3533
3534 * simple.el (what-line): Avoid problems with field properties.
3535
3536 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3537
3538 * wid-edit.el (widget-field-face, widget-single-line-field-face):
3539 Define special colors for a tty.
3540
3541 2001-10-17 Francesco Potorti` <pot@gnu.org>
3542
3543 * comint.el (comint-password-prompt-regexp): Make it less
3544 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
3545
3546 2001-10-17 John Wiegley <johnw@gnu.org>
3547
3548 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
3549 a regular file, before checking if it is a directory or symlink.
3550 This avoids a call to eshell-file-attributes, which can be
3551 expensive in some situations.
3552
3553 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
3554 customization variable, to differentiate ls-in-dired from regular
3555 uses of ls.
3556
3557 2001-10-17 Miles Bader <miles@gnu.org>
3558
3559 * custom.el (defface): Mention `:inherit' in doc-string.
3560
3561 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3562
3563 * paren.el: Update the Commentary with installation instructions.
3564
3565 2001-10-15 Dave Love <fx@gnu.org>
3566
3567 * international/mule.el (set-auto-coding): Fix regexps for local
3568 variables section not to eat newlines.
3569
3570 2001-10-15 Miles Bader <miles@gnu.org>
3571
3572 * simple.el (display-message-or-buffer): Pass the correct buffer
3573 to `display-buffer'.
3574
3575 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
3576
3577 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
3578 (executable-find): Use exec-suffixes.
3579 (executable-set-magic): Don't use make-local-hook.
3580
3581 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
3582
3583 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
3584
3585 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
3586 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
3587 Add .so to the Unix and GNU branch.
3588
3589 * international/latin-1.el:
3590 * international/latin-2.el:
3591 * international/latin-3.el:
3592 * international/latin-4.el:
3593 * international/latin-5.el:
3594 * international/latin-8.el:
3595 * international/latin-9.el: Add no-byte-compile: t, since
3596 Makefile.in instructs make-docfile to look at .el files.
3597
3598 2001-10-14 Miles Bader <miles@gnu.org>
3599
3600 * button.el (define-button-type): Allow supertype property to be
3601 specified with a keyword `:supertype' too.
3602 (button-put, make-text-button): Allow button type property to be
3603 specified using the keyword `:type' too.
3604 (button-type): New function.
3605 (button): Add `button-category-symbol' property.
3606
3607 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
3608
3609 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
3610 indent-new-comment-line from comment-indent-new-line.
3611
3612 * textmodes/refill.el (refill-mode):
3613 Bind DEL to backward-delete-char-untabify.
3614 Set backward-delete-char-untabify-method to `hungry'.
3615
3616 * textmodes/bib-mode.el (bib-mode):
3617 * play/gomoku.el (gomoku-mode):
3618 * textmodes/page-ext.el (pages-directory-mode):
3619 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
3620
3621 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
3622
3623 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
3624
3625 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
3626 Handle here-docs differently.
3627 (sh-font-lock-heredoc): Remove.
3628 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
3629 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
3630 (sh-font-lock-open-heredoc): New functions.
3631 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
3632 (sh-font-lock-keywords-1): Use regexp-opt.
3633 (sh-in-comment-or-string): Use syntax-ppss.
3634 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
3635 (sh-select, sh-tmp-file): Add explicit terminating \n.
3636
3637 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
3638 Use with-current-buffer.
3639 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
3640 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
3641 filename), catch any error that occurs in `ange-ftp-cd'.
3642 If an error happened, don't bother sending `cmd' at all.
3643 Fix a parenthesis typo.
3644 (ange-ftp-write-region): Don't blindly use binary if the remote host
3645 is unix-like.
3646
3647 * play/pong.el (pong-init): Don't use make-local-hook.
3648
3649 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
3650
3651 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
3652 (viper-get-ex-address-subr): More precise addr for the $ marker
3653
3654 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3655
3656 * version.el (emacs-version): Bump to 21.1.50.
3657
3658 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3659
3660 * mail/mailalias.el (mail-directory-stream): Do not double
3661 variables in the lambda-list.
3662
3663 * play/gomoku.el (gomoku-init-display): Ditto.
3664
3665 * play/landmark.el (lm-init-display): Ditto.
3666
3667 * delim-col.el (delimit-columns-rectangle-max): Ditto.
3668 (delimit-columns-rectangle-line): Ditto.
3669
3670 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
3671
3672 * newcomment.el (comment-region-internal): Don't rebind
3673 invisibility_spec now that the C routines handle it correctly.
3674
3675 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
3676
3677 * frame.el (special-display-popup-frame): Obey new specs `same-window'
3678 and `same-frame'.
3679
3680 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
3681
3682 * simple.el (minibuffer-local*-map): Remove redundant bindings.
3683
3684 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
3685 C-p and C-r. Remove redundant bindings from inheriting maps.
3686
3687 * progmodes/cperl-mode.el: Merged in changes from v4.32.
3688 After 4.23 and: After 4.24:
3689 (cperl-contract-levels): Restore position.
3690 (cperl-beautify-level): Likewise.
3691 (cperl-beautify-regexp): Likewise.
3692 (cperl-commentify): Rudimental support for length=1 runs
3693 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
3694 After 4.25:
3695 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
3696 (imenu-example--create-perl-index): Was not enforcing
3697 syntaxification-to-the-end.
3698 (cperl-invert-if-unless): Allow `for', `foreach'.
3699 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
3700 Mark qw(), m()x as indentable.
3701 (cperl-init-faces): Highlight `sysopen' too.
3702 Highlight $var in `for my $var' too.
3703 (cperl-invert-if-unless): Was leaving whitespace at end.
3704 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
3705 (cperl-calculate-indent): Remove old commented out code.
3706 Support (primitive) indentation of qw(), m()x.
3707 After 4.26:
3708 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
3709 q [] with intervening newlines.
3710 (cperl-autoindent-on-semi): New customization variable.
3711 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
3712 (cperl-tips): Mention how to make CPerl the default mode.
3713 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
3714 (cperl-outline-level): New function.
3715 (cperl-highlight-variables-indiscriminately): New customization var.
3716 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
3717 From Sean Kamath <kamath@pogo.wv.tek.com>.
3718 (cperl-after-block-p): Support CHECK and INIT.
3719 (cperl-init-faces, cperl-short-docs): Likewise and "our".
3720 From Doug MacEachern <dougm@covalent.net>.
3721 After 4.27:
3722 (cperl-find-pods-heres): Recognize \"" as a string.
3723 Mark whitespace between q and [] as `syntax-type' => `prestring'.
3724 Allow whitespace between << and "FOO".
3725 (cperl-problems): Remove \"" and q [] with intervening newlines.
3726 Mention multiple <<EOF as unsupported.
3727 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
3728 (cperl-indent-parens-as-block): New configuration variable.
3729 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
3730 Use `cperl-indent-parens-as-block'.
3731 (cperl-find-pods-heres): Test for =cut without empty line instead of
3732 complaining about no =cut.
3733 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
3734 (cperl-find-pods-heres): Likewise.
3735 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
3736 POD could've been marked as comment already.
3737 (cperl-unwind-to-safe): Unwind before start of POD too.
3738 After 4.28:
3739 (cperl-forward-re): Throw an error at proper moment REx unfinished.
3740 After 4.29:
3741 (x-color-defined-p): Make an extra case to peacify the warning.
3742 Toplevel: `defvar' to peacify the warnings.
3743 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
3744 No -nw-compile time warnings now.
3745 (cperl-find-tags): TAGS file had too short substring-to-search.
3746 Be less verbose in non-interactive mode
3747 (imenu-example--create-perl-index): Set index-marker after name
3748 (cperl-outline-regexp): New variable.
3749 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
3750 (cperl-mode): Made use `cperl-outline-regexp'.
3751 After 4.30:
3752 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
3753 (cperl-outline-level): Make start-of-file same level as `package'.
3754 After 4.31:
3755 (cperl-electric-pod): `head1' and `over' electric only if empty.
3756 (cperl-unreadable-ok): New variable.
3757 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
3758 on an unreadable file.
3759 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
3760 on an unreadable directory.
3761
3762 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
3763 Consider the text between two errors as belonging to the first error.
3764 (compilation-goto-locus): Use pop-to-buffer rather than
3765 switch-to-buffer-other-frame.
3766
3767 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
3768 (awk-font-lock-syntactic-keywords): New var.
3769 (awk-mode): Use it.
3770
3771 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
3772
3773 * faces.el (describe-face): Call help-setup-xref earlier.
3774
3775 * jka-compr.el (jka-compr-load-suffixes): New var.
3776 (jka-compr-install): Add its content to load-suffixes.
3777 (jka-compr-uninstall): Remove its content from load-suffixes.
3778
3779 2001-10-12 Sam Steingold <sds@gnu.org>
3780
3781 * bindings.el (completion-ignored-extensions): CL-related
3782 extensions are platform-independent.
3783
3784 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
3785 asynchronous multiple file copying.
3786
3787 2001-10-12 Gerd Moellmann <gerd@gnu.org>
3788
3789 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
3790 Turn error for repeated variables into warning.
3791
3792 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
3793 New function checking that lambda-list consists of non-constant
3794 symbols, that &rest and &optional are followed by variable names,
3795 that &rest VAR is the last element, and that variables aren't doubled.
3796 (byte-compile-lambda): Use it.
3797
3798 2001-10-12 Eli Barzilay <eli@barzilay.org>
3799
3800 * calculator.el (calculator-eng-display): Don't call concat
3801 with an integer argument.
3802
3803 2001-10-12 Miles Bader <miles@gnu.org>
3804
3805 * help-mode.el (help-customize-face): New button-type.
3806
3807 * faces.el (list-faces-display): Fix args to `help-xref-button'.
3808 (describe-face): Fix args to `help-xref-button'.
3809 Don't switch to help-buffer around call to `help-setup-xref'.
3810 Use `help-buffer' instead of hard-wired "*Help*".
3811 Require `help-mode'.
3812
3813 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
3814
3815 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
3816
3817 * help-mode.el (help-buffer): New function.
3818 Returns the buffer-name to use for help output.
3819 Change all the code to use it instead of hard-coding *Help*.
3820 (help-mode-map): Put back the mouse-2 binding.
3821 (help-xref-stack): Change the format and make buffer-local.
3822 (help-xref-stack-item): Make buffer-local.
3823 (help-setup-xref): Do the `push' here rather than in help-do-xref.
3824 (help-xref-interned): Display the face doc as well.
3825 (help-follow-mouse): Re-introduce.
3826 (help-xref-go-back): Adapt to the new use of help-xref-stack.
3827 (help-do-xref): Don't `push' any more.
3828 (help-follow): Also follow face names.
3829
3830 * help-funs.el (describe-function-1): Remove unused `parens' arg.
3831 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
3832 Autoload and cleanup.
3833 (describe-function): Call help-setup-xref.
3834 (describe-variable): Call help-setup-xref earlier.
3835
3836 * help.el (describe-bindings-internal): New fun moved from keymap.c.
3837 (view-lossage): Call help-setup-xref correctly and earlier.
3838 (describe-bindings): Call help-setup-xref earlier.
3839 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
3840 (describe-mode): Don't autoload. Call help-setup-xref earlier.
3841
3842 2001-10-11 Gerd Moellmann <gerd@gnu.org>
3843
3844 * master.el (master-mode): Use define-minor-mode instead of
3845 easy-mmode-define-minor-mode. Add autload cookie.
3846 (Commentary): Remove the line showing how to autoload master-mode,
3847 since it's always autoloaded.
3848
3849 * master.el: New file.
3850
3851 2001-10-11 Dave Love <fx@gnu.org>
3852
3853 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
3854 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
3855 <const-C varset-X const-C>: Fix car/cdr typo.
3856
3857 2001-10-11 Gerd Moellmann <gerd@gnu.org>
3858
3859 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
3860 New function extracted from byte-compile-log-1.
3861 (byte-compile-log-1): Change output to be more in line with
3862 the output of other GNU tools.
3863 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
3864 (byte-compile-report-error): Downcase error message.
3865 Use `error' instead of `!!' for error messages.
3866 (byte-compile-print-syms): Treat non-interactive case specially.
3867 (displaying-byte-compile-warnings): Use backquote.
3868 (byte-compile-from-buffer): Bind byte-compile-last-line.
3869 (batch-byte-compile): Remove `Done' message.
3870
3871 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
3872
3873 * emacs-lisp/copyright.el (copyright): Add final \n.
3874
3875 2001-10-11 Miles Bader <miles@gnu.org>
3876
3877 * diff.el (diff): Display default values in prompts as
3878 `(default ...)', not `(...)'.
3879
3880 * info.el (Info-follow-reference): Likewise.
3881
3882 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
3883
3884 * emacs-lisp/autoload.el (doc-string-elt): Remove.
3885
3886 * newcomment.el (comment-indent): Be a little more robust in case
3887 comment-indent-function does funny things.
3888 (comment-normalize-vars): Autoload.
3889 (comment-region-internal): Fiddle with the visibility spec.
3890 (comment-valid-prefix): New function.
3891 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
3892 that would turn comment-text into non-comment-text.
3893
3894 * emacs-lisp/syntax.el: New file.
3895
3896 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
3897 compatibility cruft.
3898 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
3899 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
3900 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
3901 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
3902 tcl-submit-bug-report.
3903 (tcl-mode-syntax-table): Leave \f alone.
3904 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
3905 tcl-end-of-defun, tcl-submit-bug-report.
3906 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
3907 (tcl-add-emacs-menu): Remove.
3908 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
3909 (tcl-keyword-list): Add `chain'.
3910 (tcl-font-lock-syntactic-keywords): New variable.
3911 (tcl-pps-has-arg-6): Remove.
3912 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
3913 (tcl-internal-mark-defun): Remove.
3914 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
3915 (tcl-mode): Use define-derived-mode. Simplify.
3916 Set comment-indent-function.
3917 (tcl-indent-command): Use line-beginning-position and comment-indent.
3918 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3919 (tcl-indent-line): Use tcl-calculate-indent.
3920 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
3921 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
3922 (tcl-filter): Use with-current-buffer, simplify.
3923 (inferior-tcl-mode): Use define-derived-mode.
3924 (tcl-hairy-in-comment): Renamed tcl-in-comment.
3925 (tcl-simple-in-comment, tcl-in-comment): Removed.
3926 (tcl-files-alist): New function.
3927 (tcl-help-snarf-commands): Use it and return the result directly
3928 rather than through a global variable.
3929 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
3930 (tcl-help-on-word): Provide the default value to completing-read.
3931 (tcl-hilit): Remove.
3932 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
3933 (tcl-comment-indent): New function.
3934 (tcl-submit-bug-report): Remove.
3935 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
3936 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
3937 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
3938
3939 2001-10-10 Miles Bader <miles@gnu.org>
3940
3941 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
3942 (Info-fontify-node): Don't fontify the node if it's already been done.
3943
3944 2001-10-10 Gerd Moellmann <gerd@gnu.org>
3945
3946 * international/iso-transl.el (iso-transl-e-caret)
3947 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
3948 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
3949
3950 * simple.el (end-of-buffer): Fix code scrolling specially
3951 for the buffer end.
3952
3953 * startup.el (command-line-1): Bind tab-width to 8.
3954
3955 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3956
3957 * emulation/tpu-edt.el: Use defalias instead of fset for
3958 user-visible commands. From Rob Riepel
3959 <riepel@Networking.Stanford.EDU>.
3960
3961 2001-10-09 Gerd Moellmann <gerd@gnu.org>
3962
3963 * ruler-mode.el: New file.
3964
3965 2001-10-09 Miles Bader <miles@gnu.org>
3966
3967 * apropos.el (button): New require.
3968
3969 * help-funs.el: New file, contents mostly from `help.el'.
3970 (describe-variable): Use `condition-case' instead of `ignore-errors'.
3971
3972 * help-mode.el: New file, contents mostly from `help.el'.
3973
3974 * help.el: Don't require `view' when compiling.
3975 (help-with-tutorial, describe-function, describe-function-1)
3976 (variable-at-point, describe-variable, locate-library):
3977 Functions moved into `help-funs.el'.
3978 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
3979 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
3980 (help-setup-xref, help-xref-following, help-make-xrefs)
3981 (help-xref-button, help-insert-xref-button, help-xref-interned)
3982 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
3983 (help-xref-on-pp): Functions moved into `help-mode.el'
3984 (help-mode-map, help-xref-stack, help-xref-stack-item)
3985 (help-highlight-p, help-highlight-face, help-back-label)
3986 (help-xref-symbol-regexp, help-xref-mule-regexp)
3987 (help-xref-info-regexp): Variables moved into `help-mode.el'.
3988 (help-symbol, help-back, help-info, help-customize-variable)
3989 (help-function-def, help-variable-def):
3990 Button-types moved into `help-mode.el'.
3991 (load-symbol-file-load-history, symbol-file):
3992 Functions moved into `subr.el'.
3993 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
3994 (view-lossage): Call `help-setup-xref' instead of doing it manually.
3995
3996 * subr.el (symbol-file-load-history-loaded)
3997 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
3998
3999 * loadup.el ("button"): Load removed.
4000
4001 * button.el (define-button-type): Respect any `supertype' property.
4002 (button-type-subtype-p, button-has-type-p): New functions.
4003
4004 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
4005 dollar-signs.
4006
4007 * comint.el (comint-insert-previous-argument): New function.
4008 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
4009 (comint-insert-previous-argument-last-start-pos)
4010 (comint-insert-previous-argument-last-index): New variables.
4011
4012 * apropos.el (apropos-next-label-button): Use the presence of a
4013 `apropos-label' property to detect label buttons.
4014
4015 2001-10-08 Miles Bader <miles@gnu.org>
4016
4017 * button.el (next-button, previous-button): Remove N and WRAP
4018 parameters. Don't pay attention to `skip' properties.
4019 (forward-button): Implement wrapping, iterating, and skipping here
4020 instead.
4021 (button-activate): USE-MOUSE-ACTION is optional.
4022 (button-nop): Function removed.
4023 (default-button): Use `ignore' as default button action.
4024
4025 * apropos.el (apropos-next-label-button): Update arguments to
4026 `next-button'.
4027 (apropos-symbol): Add `skip' property.
4028 (apropos-function, apropos-macro, apropos-command)
4029 (apropos-variable, apropos-face, apropos-group, apropos-widget)
4030 (apropos-plist): New button types.
4031 (apropos-label-properties): Variable removed.
4032 (apropos-print): Pass button-type to apropos-print-doc, rather
4033 than help function and label text.
4034 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
4035 Get button label from TYPE.
4036
4037 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
4038
4039 * help.el (help-mode): Use define-derived-mode.
4040 (describe-mode): Add optional `buffer' arg.
4041 Use it instead of going through help-xref-mode.
4042 Avoid doubling the word `minor' when prettifying.
4043 (describe-function-1): List the corresponding key bindings.
4044 (describe-variable): Say if the var is automatically buffer-local.
4045 If the source is `loaddefs.el', look for the real source.
4046 (help-xref-mode): Remove.
4047
4048 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
4049 the file says no-byte-compile.
4050
4051 2001-10-08 Miles Bader <miles@gnu.org>
4052
4053 * button.el (next-button, previous-button): Respect `skip' property.
4054
4055 2001-10-07 Miles Bader <miles@gnu.org>
4056
4057 * woman.el (woman-mode-map): Copy button-buffer-map instead of
4058 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
4059 `woman-follow-word' instead of `woman-mouse-2'.
4060 (woman-follow-word): Renamed from `woman-mouse-2'.
4061 Follow current unconditionally, since this function is now only
4062 bound to M-mouse-2. Use accessor functions.
4063 (WoMan-highlight-references): Use `make-text-button'.
4064 (woman-xref): New button type.
4065
4066 * loadup.el ("faces"): Move load before loading "loaddefs.el".
4067 ("button"): New load, just before "help" (which uses it).
4068
4069 * help.el (help-mode-map): Make button-buffer-map our parent.
4070 Don't bind mouse events or tab/backtab.
4071 (help-function, help-variable, help-face, help-coding-system)
4072 (help-input-method, help-character-set, help-back, help-info)
4073 (help-customize-variable, help-function-def, help-variable-def):
4074 New button types.
4075 (help-button-action): New function.
4076 (describe-function-1): Pass help button-types to
4077 `help-xref-button' rather than help function and help-echo string.
4078 Don't put multiple help-function args in a list to pass them to
4079 help-xref-button, just pass them as multiple arguments.
4080 Use `help-insert-xref-button' to make [back]-button, rather than
4081 `help-xref-button'.
4082 (help-xref-button): Take a button-type TYPE as a parameter rather
4083 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
4084 and add a &rest parameter ARGS to serve the same purpose.
4085 Use `make-text-button' to add the button.
4086 (help-insert-xref-button): Use `insert-text-button' to add the button.
4087 (help-follow-mouse, help-next-ref, help-previous-ref):
4088 Functions removed.
4089 (help-do-xref): New function.
4090 (help-follow): Use `push-button' and `help-do-xref' to do most of
4091 the work.
4092
4093 * apropos.el (apropos-symbol, apropos-label): New button types.
4094 (apropos-symbol-button-display-help)
4095 (apropos-label-button-display-help, apropos-next-label-button):
4096 New functions.
4097 (apropos-mode-map): Make button-buffer-map our parent.
4098 Don't bind mouse events.
4099 (apropos-print, apropos-print-doc): Create buttons instead of text
4100 properties.
4101 (apropos-mouse-follow): Function removed.
4102 (apropos-follow): Use buttons.
4103
4104 * button.el: New file.
4105
4106 2001-10-07 Gerd Moellmann <gerd@gnu.org>
4107
4108 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
4109 Remove.
4110
4111 2001-10-05 Richard M. Stallman <rms@gnu.org>
4112
4113 * add-log.el (add-change-log-entry): Skip copyright notice
4114 and copying permission notice at start of file, if any.
4115 Make use of terms "entry" and "item" accord with Emacs manual.
4116 Simplify the logic for moving point while entering or creating
4117 an entry and then an item.
4118 (add-change-log-entry-other-window): Doc fix.
4119
4120 2001-10-06 Miles Bader <miles@gnu.org>
4121
4122 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
4123 removed; they apparently don't work with faces.
4124
4125 2001-10-05 Sam Steingold <sds@gnu.org>
4126
4127 * textmodes/sgml-mode.el (html-xhtml): New user option.
4128 (html-tag-alist, html-horizontal-rule, html-image, html-line)
4129 (html-ordered-list, html-unordered-list, html-list-item)
4130 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
4131 (sgml-skip-close-p): New function.
4132 (sgml-value): Use it.
4133
4134 2001-10-05 Sam Steingold <sds@gnu.org>
4135
4136 * calendar/diary-lib.el (diary-entry-compare): When times are
4137 identical, compare the entries lexicographically.
4138
4139 2001-10-06 Miles Bader <miles@gnu.org>
4140
4141 * rfn-eshadow.el (rfn-eshadow-update-overlay):
4142 Use `minibuffer-prompt-end'.
4143
4144 * simple.el (previous-matching-history-element): Fix misplaced
4145 parentheses.
4146
4147 2001-10-05 Miles Bader <miles@gnu.org>
4148
4149 * rfn-eshadow.el: New file.
4150
4151 2001-10-05 Miles Bader <miles@gnu.org>
4152
4153 * cus-face.el (custom-face-attributes): Make sure each attribute
4154 has a valid default value. Remove hacks that mapped `nil' to
4155 `off' and used nil to mean `unspecified'. Remove `unspecified'
4156 choices from all attributes (unspecified is handled by the parent
4157 checklist).
4158 * cus-edit.el (custom-face-edit-convert-widget)
4159 (custom-face-edit-deactivate, custom-face-edit-activate)
4160 (custom-face-edit-delete, custom-face-edit-attribute-tag):
4161 New functions.
4162 (custom-face-edit): Specify a custom :convert-widget.
4163 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
4164 Don't pass in default filters that map between `nil' and `off' and
4165 `unspecified' and `nil'.
4166
4167 2001-10-05 Gerd Moellmann <gerd@gnu.org>
4168
4169 * progmodes/compile.el (compilation-buffer-name): New function.
4170 (compile-internal): Use it to determine the name of the
4171 compilation buffer.
4172
4173 2001-10-05 Miles Bader <miles@gnu.org>
4174
4175 * progmodes/compile.el (grep-use-null-device): New variable.
4176 (grep-command): Mention `grep-use-null-device'.
4177 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
4178 Make computation of `grep-command' respect `grep-use-null-device'.
4179 (grep): Respect `grep-use-null-device'.
4180 Call `grep-compute-defaults' even if grep-command is set, if
4181 grep-use-null-device is still tentative.
4182
4183 * subr.el (call-process-shell-command): New function.
4184
4185 2001-10-05 Miles Bader <miles@gnu.org>
4186
4187 * simple.el (previous-matching-history-element)
4188 (next-history-element, next-complete-history-element): Use
4189 `minibuffer-' functions instead of calling `field-' functions directly.
4190 (minibuffer-prompt-end, minibuffer-contents):
4191 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4192 Functions removed (now subrs).
4193 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4194
4195 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
4196 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
4197 instead of calling `field-' functions directly.
4198 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
4199
4200 2001-10-05 Gerd Moellmann <gerd@gnu.org>
4201
4202 * files.el (find-file-noselect): If file's read-only status has
4203 changed on disk, ask if buffer's read-only status should be
4204 changed, unless NOWARN is set.
4205
4206 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
4207 alias for define-setf-method.
4208
4209 * bindings.el: Remove no-byte-compile from file local variables
4210 to enable bootstrapping.
4211
4212 2001-10-04 Andrew Innes <andrewi@gnu.org>
4213
4214 * faces.el (face-font-registry-alternatives) [windows-nt]:
4215 Make gb2312 an alias for gb2312.1980.
4216
4217 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
4218
4219 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
4220 (uniquify-reverse-components): Remove.
4221
4222 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4223 Make sure the file is readable.
4224 (byte-compile-file): Don't compile if `no-byte-compile' is set.
4225 (byte-compile-defvar): Update to reflect the change in Fdefvar.
4226 (batch-byte-recompile-directory): Pass arg=0.
4227
4228 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
4229 (perl-calculate-indent): Use it.
4230 (perl-backward-to-noncomment): Use forward-comment.
4231
4232 * derived.el (define-derived-mode, derived-mode-make-docstring):
4233 Allow `parent' to be nil.
4234
4235 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
4236 Use define-derived-mode.
4237 (nroff-mode-map, nroff-mode-syntax-table): Massage.
4238
4239 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
4240
4241 * emacs-lisp/lselect.el: Use facep iso find-face.
4242
4243 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4244 Use regexp-opt.
4245 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
4246 (lisp-font-lock-syntactic-face-function): New function.
4247 (lisp-mode-variables): Use it. Make arg optional.
4248 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
4249 (lisp-mode): Don't pass an arg to lisp-mode-variables.
4250 Set comment-start-skip.
4251
4252 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
4253
4254 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
4255 (ignore-errors): Don't bother using a `err' symbol.
4256
4257 * emacs-lisp/autoload.el (autoload-ensure-default-file)
4258 (autoload-insert-section-header, autoload-before-p)
4259 (autoload-remove-section): New functions.
4260 (generate-file-autoloads): Use them.
4261 (update-file-autoloads): Use them. Return FILE if there's no cookie.
4262 Make sure the autoload file is properly formatted when creating it.
4263 (update-autoloads-from-directories): Use them as well.
4264 Only update autoloads for files whose timestamp has changed.
4265 Add a dummy entry to remember the files which had no autoload cookies.
4266
4267 * timer.el (timer-relative-time): Fix computation for negative `micro'.
4268
4269 * subr.el (define-key-after): Allow `key' to be longer than 1.
4270 (make-local-hook): Make obsolete.
4271 (add-hook, remove-hook): Don't use make-local-hook any more.
4272 (make-syntax-table): Inherit all chars from s-s-t.
4273
4274 2001-10-04 Gerd Moellmann <gerd@gnu.org>
4275
4276 This is a fix for a report saying that resuming a search with C-s
4277 C-s doesn't use the case-fold-search setting of the previous
4278 search (C-s ... M-c ... then C-s C-s).
4279
4280 * isearch.el (isearch-last-case-fold-search): New variable.
4281 (isearch-mode): Remember value of isearch-case-fold-search
4282 in isearch-last-case-fold-search.
4283 (isearch-done): Quote value of isearch-case-fold-search.
4284 (isearch-repeat): When resuming a search, restore
4285 isearch-case-fold-search from isearch-last-case-fold-search.
4286
4287 Added to NEWS.
4288
4289 * startup.el (inhibit-startup-buffer-menu): New user-option.
4290 (command-line-1): If inhibit-startup-buffer-menu is set, don't
4291 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
4292
4293 This allows upto 99999 messages in the summary without screwing up
4294 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
4295
4296 * mail/rmailsum.el (rmail-make-summary-line)
4297 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
4298 (rmail-summary-goto-msg, rmail-summary-goto-msg):
4299 Allow 5-digit message ids instead of 4.
4300
4301 This adds expansion of environment variables in the value
4302 specified with M-x setenv. Added to NEWS.
4303
4304 * env.el (substitute-env-vars): New function.
4305 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
4306 environment variables in VALUE. Return VALUE.
4307
4308 2001-10-04 Gerd Moellmann <gerd@gnu.org>
4309
4310 * Branch for 21.1.
4311
4312 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
4313
4314 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
4315
4316 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4317
4318 * emulation/tpu-edt.el: Make messages match original TPU/edt
4319 editor. From riepel@Stanford.EDU (Rob Riepel).
4320
4321 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
4322
4323 * rect.el: Update maintainer's email address.
4324
4325 2001-10-02 Andreas Schwab <schwab@suse.de>
4326
4327 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
4328 and Extended Passive Mode, resp.
4329
4330 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
4331
4332 These changes add support for Calendar-related items in the
4333 menu bar on tty's as well:
4334
4335 * calendar/calendar.el (calendar-mode-map): Require cal-menu
4336 unconditionally.
4337 (calendar-mode): Set up activate-menubar-hook unconditionally.
4338
4339 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
4340 calls x-popup-menu only if popup menus are supported.
4341 (calendar-mouse-insert-hebrew-diary-entry)
4342 (calendar-mouse-insert-islamic-diary-entry)
4343 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4344 (calendar-mouse-view-other-diary-entries)
4345 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
4346 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4347 Call cal-menu-x-popup-menu instead of x-popup-menu.
4348
4349 2001-10-01 Gerd Moellmann <gerd@gnu.org>
4350
4351 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
4352
4353 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
4354
4355 * emacs-lisp/rx.el: New file.
4356
4357 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
4358
4359 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
4360
4361 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
4362
4363 * frame.el (select-frame-by-name, other-frame): Doc fix.
4364
4365 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
4366
4367 * play/snake.el (snake-score-file): Use temporary-file-directory
4368 instead of a literal "/tmp". Suggested by Robert
4369 <robert@chezmarshall.freeserve.co.uk>.
4370
4371 * play/tetris.el (tetris-score-file): Ditto.
4372
4373 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
4374
4375 * apropos.el (apropos-print): Make the directions inserted at the
4376 beginning of the *Apropos* buffer more clear.
4377
4378 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
4379
4380 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
4381 Added comments.
4382
4383 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
4384
4385 * newcomment.el (comment-normalize-vars): Use " \t" rather than
4386 "\\s-" when defining comment-end-skip.
4387
4388 2001-09-27 Gerd Moellmann <gerd@gnu.org>
4389
4390 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
4391 Call get-buffer-window first second arg `visible'.
4392
4393 * international/mule-diag.el (list-input-methods-1):
4394 Output something that's independent of Emacs' version.
4395
4396 * tar-mode.el (tar-mode-write-file): Don't signal an error by
4397 calling byte-to-position with a nil tar-header-offset.
4398
4399 2001-09-27 Simon Josefsson <jas@extundo.com>
4400
4401 * mail/sendmail.el (send-mail-function): Doc fix.
4402 (mail-do-fcc): Error if header-end is not a marker.
4403 (mail-do-fcc): Add a comment.
4404 (mail-reply-to): Doc fix.
4405 (mail-signature): Make ATPOINT optional.
4406 (mail-yank-original): Use cond instead of nestled if.
4407
4408 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
4409
4410 * info.el (Info-on-current-buffer): Default arg to "Top".
4411
4412 2001-09-25 Eli Barzilay <eli@barzilay.org>
4413
4414 * calculator.el (calculator-copy-displayer): New user-option.
4415 (calculator-displayer-prev, calculator-displayer-next):
4416 Renamed from calculator-displayed-{left,right}.
4417 (calculator, calculator-standard-displayer)
4418 (calculator-num-to-string, calculator-update-display)
4419 (calculator-copy, calculator-put-value): Bug and display fixes.
4420
4421 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4422
4423 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
4424 (ebnf-version): New version (3.6.1).
4425
4426 * ebnf-bnf.el: Fix character range regexp. Doc fix.
4427 (ebnf-bnf-non-terminal-chars): New internal const.
4428 (ebnf-bnf-lex): Fix code.
4429
4430 * ebnf-iso.el: Fix character range regexp. Doc fix.
4431 (ebnf-iso-non-terminal-chars): New internal const.
4432 (ebnf-iso-lex): Fix code.
4433
4434 * ebnf-yac.el: Fix character range regexp. Doc fix.
4435 (ebnf-yac-skip-chars): New internal const.
4436 (ebnf-yac-skip-code): Fix code.
4437
4438 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
4439
4440 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
4441
4442 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
4443 passing it to VC.
4444
4445 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
4446 case where the file is relative.
4447
4448 2001-09-24 Gerd Moellmann <gerd@gnu.org>
4449
4450 * xml.el (xml-parse-attlist): Quotes around attributes must be the
4451 same on each side. Make sure we properly handle simple quotes.
4452 From Daiki Ueno <ueno@unixuser.org>.
4453
4454 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
4455
4456 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
4457 <jas@extundo.com>.
4458
4459 * menu-bar.el (top-level): Minor fixes for text of help-echo in
4460 some items of the Options menu.
4461
4462 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
4463
4464 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
4465
4466 * vc-hooks.el (vc-delete-automatic-version-backups):
4467 Don't fail if the directory doesn't exist.
4468
4469 * diff-mode.el (diff-default-read-only): New var.
4470 (diff-mode): Use it.
4471
4472 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
4473
4474 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
4475 Use make-keymap instead of copy-keymap, since copying the global
4476 keymap messes up the menu bar.
4477
4478 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
4479 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4480
4481 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
4482
4483 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
4484
4485 * dired-aux.el (dired-insert-subdir): Pass switches to
4486 dired-build-subdir-alist.
4487
4488 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
4489
4490 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
4491 caused %#a and %#b to be mis-formatted.
4492
4493 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
4494
4495 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
4496 ccmode, emacs-mime, and eudc manuals.
4497
4498 2001-09-19 Sam Steingold <sds@gnu.org>
4499
4500 w32 find cannot be used with `grep-find'.
4501 * progmodes/compile.el (find-program): New variable.
4502 (grep-compute-defaults): Use it to set `grep-find-command'.
4503
4504 2001-09-19 Gerd Moellmann <gerd@gnu.org>
4505
4506 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
4507
4508 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4509
4510 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
4511 programming. Doc fix.
4512 (ebnf-version): New version (3.6).
4513 (ebnf-eps-begin): Data fix.
4514 (ebnf-begin-file): Code fix.
4515
4516 * ebnf-bnf.el: Doc fix.
4517 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
4518
4519 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
4520
4521 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4522
4523 * ps-print.el: Better face mapping for black/white PostScript printers.
4524 Check if mark is active when printing a region. Doc fix.
4525 (ps-print-version): New version number (6.5.5).
4526 (ps-print-color-p): Customization fix.
4527 (ps-black-white-faces): New option.
4528 (ps-black-white-faces-alist): New internal var.
4529 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
4530 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
4531 (ps-nb-pages-region): Interactive fix.
4532 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
4533 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
4534
4535 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
4536
4537 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
4538 numeric month value, and allow the Kanji character after the it to
4539 be missing (happens with ls-lisp's output on Japanese versions of
4540 MS-Windows).
4541
4542 2001-09-18 Miles Bader <miles@gnu.org>
4543
4544 * diff-mode.el (diff-mode): Don't make the buffer read-only if
4545 it's empty (and thus probably a new patch file about to be edited).
4546
4547 2001-09-17 Gerd Moellmann <gerd@gnu.org>
4548
4549 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4550 Check for '(' in column 0 of doc string.
4551
4552 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
4553 of `nth' so that using a vector as bounding-box works.
4554 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
4555
4556 2001-09-17 Andre Spiegel <spiegel@gnu.org>
4557
4558 * vc.el (vc-annotate): Use current workfile version explicitly as
4559 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
4560
4561 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
4562
4563 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
4564 convert-standard-filename doesn't guarantee that the .el extension
4565 is preserved.
4566
4567 * dos-fns.el (convert-standard-filename): Replace invalid
4568 characters only after converting dash/underscore to a period.
4569 (original-make-auto-save-file-name): New.
4570 (make-auto-save-file-name): New function, overrides the definition
4571 on files.el and calls the original function via
4572 original-make-auto-save-file-name.
4573
4574 * mail/rmail.el (top-level): Require mule-utils when compiling.
4575 (rmail-decode-babyl-format): Use detect-coding-with-priority
4576 instead of detect-coding-region, to favor detection of emacs-mule
4577 encoded Babyl files written by rmailout.el etc. Suggested by
4578 Kenichi Handa <handa@etl.go.jp>.
4579
4580 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
4581
4582 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
4583 Use `equal', not `=', since the device number can be a cons cell.
4584
4585 2001-09-14 Gerd Moellmann <gerd@gnu.org>
4586
4587 * simple.el: Comment out change of 2001-09-13.
4588
4589 2001-09-13 Milan Zamazal <pdm@zamazal.org>
4590
4591 * progmodes/compile.el (grep-compute-defaults): Don't set
4592 grep-command/grep-find-command when it is already non-nil.
4593 (grep-command): Make it a user option.
4594 (grep-find-command): Likewise.
4595
4596 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
4597
4598 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
4599 inhibit quit.
4600
4601 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
4602
4603 * files.el (make-auto-save-file-name): If long file names are not
4604 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
4605 generating an auto-save file name from it.
4606
4607 2001-09-13 Gerd Moellmann <gerd@gnu.org>
4608
4609 * ps-print.el (ps-print-region, ps-print-region-with-faces)
4610 (ps-nb-pages-region): Signal an error if called interactively
4611 and the mark is not active.
4612
4613 * simple.el (minibuffer-prompt-modification)
4614 (minibuffer-prompt-insertion): New functions.
4615 (minibuffer-prompt-properties): Use `modification-hooks' and
4616 `insert-in-front-hooks'.
4617
4618 2001-09-12 Richard M. Stallman <rms@gnu.org>
4619
4620 * textmodes/outline.el (outline-regexp): Doc fix.
4621 Initialize it in the defcustom, the usual way.
4622
4623 2001-09-12 Gerd Moellmann <gerd@gnu.org>
4624
4625 * ediff-mult.el (ediff-get-meta-info): Take into account that data
4626 from `ediff-meta-info' properties need not be an overlay.
4627 From David Ponce <dponce@voila.fr>.
4628
4629 * isearch.el (isearch-intersects-p): Fix end checks.
4630
4631 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
4632
4633 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
4634 `t' branch of `cond', since Irix 6.1 and up is a special case of
4635 the standard dbx interface.
4636
4637 2001-09-11 Miles Bader <miles@gnu.org>
4638
4639 * comint.el (comint-send-input): When waiting for echoed input,
4640 don't save the expected end position in `echo-end', so that things
4641 work properly even if the buffer is modified elsewhere at the same
4642 time [this happens if `comint-truncate-buffer' is used].
4643
4644 2001-09-11 Gerd Moellmann <gerd@gnu.org>
4645
4646 * textmodes/outline.el (outline-mode): Use `^' and a shy group
4647 when constructing imenu-generic-expression from outline-regexp.
4648
4649 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
4650
4651 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
4652 `equal' instead of `=', since they can be cons cells. From Nils
4653 Goesche <cartan@cartan.de>.
4654
4655 2001-09-10 Andre Spiegel <spiegel@gnu.org>
4656
4657 * vc.el (vc-annotate): Rewrote doc string.
4658
4659 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
4660
4661 * time-stamp.el: Update Stephen Gildea's email address.
4662
4663 2001-09-10 Gerd Moellmann <gerd@gnu.org>
4664
4665 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
4666 enable-multibyte-characters = nil. From Hallvard B Furuseth
4667 <h.b.furuseth@usit.uio.no>.
4668
4669 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
4670
4671 * ediff-init.el (ediff-highest-priority): Bug fix.
4672
4673 * viper-cmd.el (viper-special-read-and-insert-char): New function
4674 that reads a character and uses the current input method or
4675 iso-accents when appropriate.
4676
4677 * viper.el and all others: Corrections to the comment blocks at
4678 the top.
4679
4680 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
4681
4682 * info.el (Info-goto-node): Doc fix.
4683
4684 2001-09-07 Gerd Moellmann <gerd@gnu.org>
4685
4686 * isearch.el (isearch-intersects-p): New function.
4687 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
4688 use isearch-intersects-p, and clean up.
4689
4690 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4691
4692 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
4693 and "german8", for the new German orthography dictionaries,
4694 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
4695 the entries, to keep the line length balanced for loaddefs.el.
4696
4697 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
4698
4699 * comint.el (comint-send-input): Handle comint-process-echoes
4700 differently.
4701
4702 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4703
4704 * locate.el (locate-insert-header): Remove unnecessary whitespace.
4705
4706 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4707
4708 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
4709
4710 2001-09-07 Gerd Moellmann <gerd@gnu.org>
4711
4712 * server.el (server-switch-buffer):
4713 * textmodes/refer.el (refer-find-entry-internal):
4714 * term/sup-mouse.el (sup-pos-to-window):
4715 * term/bg-mouse.el (bg-window-from-x-y):
4716 * emacs-lisp/edebug.el (edebug-window-live-p):
4717 Use get-window-with-predicate.
4718
4719 * window.el (get-window-with-predicate): Renamed from some-window.
4720 (some-window): Make it an alias.
4721
4722 2001-09-06 Gerd Moellmann <gerd@gnu.org>
4723
4724 * simple.el (undo): Remove positions from buffer-undo-list up to
4725 the next undo boundary only.
4726
4727 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
4728
4729 * makefile.nt (install): Don't copy sc.el. Reported by Richard
4730 Kim <ryk@dspwiz.com>
4731
4732 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
4733 the message "Creating customization items...done".
4734
4735 2001-09-05 Gerd Moellmann <gerd@gnu.org>
4736
4737 * font-lock.el (toplevel): Require `jit-lock' only if
4738 font-lock-support-mode is set to jit-lock-mode.
4739
4740 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
4741
4742 * international/quail.el (quail-use-package, quail-inactivate)
4743 (quail-activate): Mention the hooks these functions run in their
4744 doc strings.
4745
4746 2001-09-05 Edward M. Reingold <reingold@iit.edu>
4747
4748 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
4749 of file in header of menu.
4750
4751 2001-09-04 Gerd Moellmann <gerd@gnu.org>
4752
4753 * env.el (setenv): Interactively, if VARIABLE has a current value,
4754 add that to the front of the history, as the doc string says.
4755
4756 * comint.el (comint-send-input): Change help-echo.
4757 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
4758
4759 * bookmark.el (bookmark-write-file): Bind print-length and
4760 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
4761
4762 * obsolete/uncompress.el: Moved there from lisp/.
4763
4764 * comint.el (comint-insert-clicked-input): Goto point-max before
4765 deleting previous input. From "Dr Francis J. Wright"
4766 <F.J.Wright@qmw.ac.uk>.
4767
4768 * simple.el (backward-word): Doc fix.
4769
4770 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4771
4772 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
4773 * uncompress.el, uniquify.el, vc.el, view.el, window.el
4774 * w32-fns.el: Add Keywords header.
4775
4776 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
4777
4778 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
4779 "Text Properties". Suggested by Simon Marshall
4780 <Simon.Marshall@midas-kapiti.com>.
4781
4782 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
4783
4784 * term/mac-win.el (mac-drag-n-drop): Decode file name by
4785 consulting the value of file-name-coding-system.
4786
4787 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
4788
4789 * help.el (describe-function-1): Save precomputed `file-name' rather
4790 than recomputing it (incorrectly) with `symbol-file'.
4791
4792 2001-09-03 Gerd Moellmann <gerd@gnu.org>
4793
4794 * international/isearch-x.el (isearch-exit-recursive-edit):
4795 Take three parameters, since it's used as an after-change-function.
4796
4797 * emacs-lisp/backquote.el (backquote-backquote-symbol)
4798 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
4799 from doc strings.
4800
4801 2001-09-02 Milan Zamazal <pdm@zamazal.org>
4802
4803 * progmodes/glasses.el (glasses-convert-to-unreadable):
4804 Consider underscores as in `glasses-make-readable'.
4805
4806 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4807
4808 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
4809 MS-DOS, since cpp might not be available.
4810
4811 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
4812 Mention "yank" in the help-echo text.
4813 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4814
4815 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
4816
4817 * newcomment.el (comment-indent): Insert spaces more carefully.
4818
4819 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
4820
4821 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
4822 exists. From Andy Petrusenco <andy@int.spb.ru>.
4823
4824 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
4825 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
4826 <andy@int.spb.ru>.
4827
4828 2001-08-31 Gerd Moellmann <gerd@gnu.org>
4829
4830 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
4831 Instead of running mouse-yank-at-click, see what the event is
4832 bound to outside Isearch and run that.
4833
4834 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
4835
4836 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
4837 Fix the menu entry to mention transient-mark-mode.
4838
4839 2001-08-30 Gerd Moellmann <gerd@gnu.org>
4840
4841 * simple.el (eval-expression-print-level): Fix last change.
4842
4843 * bindings.el (mode-line-coding-system-map): New variable.
4844 (mode-line-mule-info): Give the "%Z" a local-map keymap.
4845
4846 * simple.el (eval-expression-print-level): Change the type
4847 of the defcustom to allow nil.
4848
4849 * emacs-lisp/find-gc.el: Moved here from lisp/.
4850
4851 * international/quail.el (quail-completion-1):
4852 Reverse the ((CHAR . DEFN) ...) list before processing it.
4853 From Kenichi Handa <handa@etl.go.jp>.
4854
4855 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
4856 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
4857
4858 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
4859
4860 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
4861 aren't supported. This avoids the annoying gray strip drawn by
4862 the Windows version instead of the missing tool bar.
4863
4864 2001-08-29 Gerd Moellmann <gerd@gnu.org>
4865
4866 * menu-bar.el (menu-bar-options-menu): Make option text, messages
4867 and tooltips more consistent. From "Marshall, Simon"
4868 <Simon.Marshall@midas-kapiti.com>.
4869
4870 * startup.el (fancy-splash-screens): Temporarily set
4871 minor-mode-map-alist to nil while displaying splash screens.
4872
4873 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4874
4875 * buff-menu.el: Add Keywords header.
4876 Doc fix (C-x C-b is bound to list-buffers).
4877
4878 * dired-x.el: Add keyword files to get listed in finder.
4879 Remove confusing notes about GNU Emacs 19.
4880
4881 * dired.el, dired-aux.el: Add Keywords header.
4882
4883 2001-08-28 Andre Spiegel <spiegel@gnu.org>
4884
4885 * vc.el (vc-revert-file): Call the backend even if the FILE's
4886 contents can be reverted locally; pass new arg CONTENTS-DONE
4887 down to the backend.
4888
4889 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
4890 optional arg CONTENTS-DONE.
4891
4892 2001-08-28 Andrew Innes <andrewi@gnu.org>
4893
4894 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
4895
4896 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
4897
4898 * makefile.nt (install): Copy more *.el files.
4899
4900 2001-08-28 Gerd Moellmann <gerd@gnu.org>
4901
4902 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
4903 instead of `w' which is already in use.
4904
4905 * gs.el (gs-load-image): Use sleep-for.
4906 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
4907
4908 2001-08-28 Miles Bader <miles@gnu.org>
4909
4910 * replace.el (query-replace-regexp-eval): Return args from
4911 `interactive' form in correct order.
4912
4913 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
4914
4915 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
4916 major modes, don't create panes for modes for which
4917 mouse-buffer-menu-alist returns an empty alist.
4918
4919 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
4920
4921 * progmodes/hideshow.el: Update first-line description.
4922 Sync comments w/ maintainer version 5.31.
4923
4924 (hs-isearch-open): Default value now `code'.
4925 Fix docstring to use "code blocks" vs "comment blocks",
4926 as opposed to "block" vs "comment".
4927 (hs-flag-region): Accept `hs-isearch-open' value
4928 of `block' as synonymous w/ `code'.
4929 (hs-hide-block-at-point): For code blocks, pass `code'
4930 to `hs-flag-region' instead of `block'.
4931
4932 2001-08-28 Miles Bader <miles@gnu.org>
4933
4934 * comint.el (comint-next-prompt): Don't loop infinitely if
4935 {next,previous}-single-char-property-change returns its input
4936 position when the search fails.
4937
4938 2001-08-27 Miles Bader <miles@gnu.org>
4939
4940 * comint.el (comint-get-old-input-default): Don't signal an error
4941 if point is not on an input field; instead, return the current
4942 line (using `comint-bol' to skip any prompt, in case we're not
4943 using fields at all).
4944
4945 * man.el (Man-mode-line-format): Variable removed.
4946 (Man-mode): Change `mode-line-buffer-identification' instead of
4947 `mode-line-format'.
4948
4949 2001-08-27 Gerd Moellmann <gerd@gnu.org>
4950
4951 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
4952 From Simon Josefsson <jas@extundo.com>.
4953
4954 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
4955
4956 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
4957 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4958
4959 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
4960 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4961
4962 * emacs-lisp/lselect.el: Ditto.
4963
4964 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
4965 Remove periods from the end of error message strings.
4966 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4967
4968 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
4969 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4970
4971 * net/telnet.el: Ditto.
4972
4973 2001-08-26 Gerd Moellmann <gerd@gnu.org>
4974
4975 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
4976 KEYMAP to the call to define-minor-mode.
4977
4978 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
4979
4980 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
4981 Replace some of the undefined characters with emulations of bidi
4982 formatting characters and Niqud as per SI 1311-1.
4983 (IT-unicode-translations): Ditto.
4984 (IT-display-table-setup, IT-setup-unicode-display):
4985 Fill characters without translations with dos-unsupported-char-glyph.
4986
4987 2001-08-24 Simon Josefsson <jas@extundo.com>
4988
4989 * hl-line.el (hl-line-mode): Don't be a global mode.
4990 (global-hl-line-mode): New function.
4991
4992 2001-08-24 Gerd Moellmann <gerd@gnu.org>
4993
4994 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
4995 being reset by Ghostscript. Don't kill the gs process.
4996 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
4997
4998 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
4999
5000 * term/mac-win.el: Require scroll-bar.
5001
5002 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
5003
5004 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
5005
5006 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
5007
5008 * hexl.el (hexl-insert-multibyte-char) New function.
5009 (hexl-quoted-insert, hexl-self-insert-command)
5010 (hexl-insert-hex-char, hexl-insert-decimal-char)
5011 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
5012 Fix the doc strings accordingly.
5013 (hexl-insert-char): Reject characters whose code is above 255.
5014 Doc fix.
5015 (hexl-mode-map): Copy the global keymap instead of creating a
5016 sparse keymap, and bind all self-inserting characters to
5017 hexl-self-insert-command.
5018
5019 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
5020
5021 * wid-edit.el (text): Re-order docstring correctly.
5022
5023 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
5024
5025 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
5026
5027 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
5028
5029 * simple.el (line-number-mode): Mention the variable
5030 line-number-display-limit-width in the doc string.
5031
5032 2001-08-22 Gerd Moellmann <gerd@gnu.org>
5033
5034 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
5035 Temporarily select EVENT's window for switching buffers.
5036 (mode-line-bury-buffer): New function.
5037 (mode-line-buffer-identification-keymap): Use it instead of
5038 bury-buffer. Bind down-mouse events to prevent global down-mouse
5039 events from shining through.
5040
5041 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
5042
5043 * newcomment.el (comment-beginning): Make sure the comment-start
5044 we found isn't a comment-end (in cases where confusion is possible).
5045
5046 2001-08-22 Miles Bader <miles@gnu.org>
5047
5048 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
5049 before writing it, so that hard-links don't see new version.
5050
5051 2001-08-21 Gerd Moellmann <gerd@gnu.org>
5052
5053 * gs.el (gs-set-ghostview-colors-window-prop):
5054 Call x-change-window-property with 3rd arg FRAME.
5055 (gs-load-image): Wait for a previous Ghostscript process
5056 to complete before starting a new one.
5057
5058 * image.el (image-type-regexps): Make sure that the TIFF
5059 pattern is only matched at the beginning of a string.
5060 From Markus Rost <rost@math.ohio-state.edu>.
5061
5062 * international/swedish.el: Pre-Mule file removed. From Jonas
5063 Oberg <jonas@gnu.org>.
5064
5065 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
5066
5067 * whitespace.el (whitespace-abort-on-error): Add custom variable
5068 to whitespace to abort a write-file if whitespace is detected in file.
5069
5070 * whitespace.el (whitespace-write-file-hook): Hook to be called
5071 when writing a file. If `whitespace-abort-on-error' is set, the
5072 write will abort on detecting whitespaces.
5073 If `whitespace-auto-cleanup' is set, the file will be cleaned
5074 automatically prior to writing.
5075
5076 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
5077 whitespaces in the error output!
5078
5079 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
5080 `indent-tabs-mode', since the latter notes user preferences on
5081 TABs anyway.
5082
5083 * whitespace.el (whitespace-version): 3.1. All of the above issues
5084 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
5085
5086 2001-08-20 Gerd Moellmann <gerd@gnu.org>
5087
5088 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
5089 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5090
5091 * whitespace.el (whitespace-global-mode): Add autoload cookie.
5092
5093 2001-08-20 Alex Schroeder <alex@gnu.org>
5094
5095 * sql.el (sql-db2): Doc change.
5096
5097 2001-08-20 Alex Schroeder <alex@gnu.org>
5098
5099 * sql.el (sql-postgres): Add the database at the end of the
5100 parameters instead of at the beginning.
5101 (sql-postgres-options): Doc change.
5102
5103 2001-08-17 Gerd Moellmann <gerd@gnu.org>
5104
5105 * custom.el (defcustom): Doc fix.
5106
5107 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5108
5109 * ps-mule.el (find-composition): Check if (char-after POS)
5110 returns a valid character.
5111
5112 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5113
5114 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
5115 original-point for extra CR characters that are added/removed when
5116 the buffer is written/read whose EOL type is -dos.
5117
5118 2001-08-16 Miles Bader <miles@gnu.org>
5119
5120 * simple.el (line-move): Undo previous change.
5121
5122 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
5123 property to input-terminating `boundary' overlays to avoid
5124 line-move wierdness.
5125
5126 2001-08-16 Gerd Moellmann <gerd@gnu.org>
5127
5128 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
5129 buffer in a save-restriction. Under one test case with Ediff,
5130 window-scroll-functions are run with a window start that's
5131 temporarily outside of the restriction.
5132
5133 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
5134
5135 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
5136 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
5137 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
5138 (texinfo-update-menu-region-beginning)
5139 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
5140 command, @ifnottex, to regexps, so it is found.
5141
5142 2001-08-16 Andrew Innes <andrewi@gnu.org>
5143
5144 * makefile.nt (DONTCOMPILE): Omit bindings.el.
5145 (DONTCOMPILE): Omit sc.el.
5146
5147 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
5148 (DONTCOMPILE): Omit sc.el.
5149
5150 2001-08-16 Gerd Moellmann <gerd@gnu.org>
5151
5152 * replace.el (occur): Bind inhibit-read-only to t.
5153
5154 2001-08-16 Miles Bader <miles@gnu.org>
5155
5156 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
5157 calling `constrain-to-field', to avoid problems with comint prompts.
5158
5159 2001-08-15 Gerd Moellmann <gerd@gnu.org>
5160
5161 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
5162 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
5163
5164 * ediff-mult.el (ediff-get-meta-info): Fix the condition
5165 of a while-loop.
5166
5167 * Makefile.in (DONTCOMPILE): Remove sc.el.
5168
5169 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
5170 Don't include term/.
5171
5172 * mail/sc.el: Moved to obsolete/.
5173
5174 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5175
5176 * ps-print.el: Change error function arguments to follow Emacs
5177 message convention. Doc fix.
5178 (ps-print-version): New version number (6.5.4).
5179 (coding-system-for-write): Change declaration position to avoid
5180 XEmacs compilation gripes.
5181 (coding-system-for-read, buffer-file-coding-system):
5182 Declarations to avoid XEmacs compilation gripes.
5183
5184 * ps-mule.el: Doc fix.
5185 (ps-mule-encode-header-string): If STRING is not a string, replace
5186 STRING by empty string.
5187
5188 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5189
5190 * frame.el (show-trailing-whitespace): Doc fix.
5191
5192 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
5193
5194 * desktop.el (desktop-save): Insert the coding: tag before
5195 desktop-header.
5196
5197 2001-08-13 Gerd Moellmann <gerd@gnu.org>
5198
5199 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
5200 its path from $els.
5201
5202 * image.el (image-jpeg-p): Fix call of substring.
5203
5204 2001-08-10 Gerd Moellmann <gerd@gnu.org>
5205
5206 * play/animate.el (animate-string): Doc fix. Use a buffer
5207 name with stars in it.
5208 (animate-sequence): New function.
5209 From Richard Stallman <rms@gnu.org>.
5210
5211 * frame.el (select-frame-set-input-focus): New function
5212 extracted from other-frame.
5213 (other-frame): Use it.
5214 (next-multiframe-window, previous-multiframe-window): Use it.
5215
5216 * isearch.el (isearch-other-meta-char): Don't switch to the
5217 buffer of a window clicked on, when the current buffer is
5218 in Isearch mode.
5219
5220 * image.el (image-jpeg-p): Test for APPn markers in the range
5221 #xe0..#xef.
5222
5223 2001-08-09 Gerd Moellmann <gerd@gnu.org>
5224
5225 * desktop.el (desktop-save): Don't use concat to form a file
5226 name, use expand-file-name.
5227
5228 * mouse.el (mouse-delete-window): Do nothing if frame has just
5229 one window.
5230
5231 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
5232 for the minor mode name.
5233
5234 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
5235 minor mode name.
5236
5237 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
5238 instead of make-mode-line-mouse2-map.
5239
5240 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
5241 the minor mode name.
5242
5243 * emacs-lisp/easy-mmode.el (define-minor-mode):
5244 Use mode-line-minor-mode-keymap for the minor mode name.
5245
5246 * calendar/calendar.el (calendar-mode-line-format):
5247 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
5248
5249 * bindings.el (make-mode-line-mouse-map): Renamed from
5250 make-mode-line-mouse2-map. Take additional arg MOUSE.
5251 (mode-line-modified): Use mouse-3 instead of mouse-2.
5252 (mode-line-buffer-identification-keymap): Bind keys differently.
5253 (propertized-buffer-identification): Adapt help-echo to new bindings.
5254
5255 * bindings.el (mode-line-format): Specify help-echo for line
5256 number, column number and buffer-percent part of the mode-line.
5257
5258 * image.el (image-type-regexps): Allow whitespace at the start
5259 of the image data for XPM, XBM and Postscript, which are
5260 text files.
5261 (image-jpeg-p): Correct calculation of next field offset.
5262
5263 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5264
5265 * battery.el: Fix typo.
5266
5267 2001-08-08 Gerd Moellmann <gerd@gnu.org>
5268
5269 * image.el (image-type-regexps): Allow predicates. Change the way
5270 JPEG images are recognized.
5271 (image-jpeg-p): New function.
5272 (image-type-from-data): Handle predicates in image-type-regexps.
5273
5274 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
5275 #:, #x, #o, and similar constructs.
5276
5277 2001-08-07 Gerd Moellmann <gerd@gnu.org>
5278
5279 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
5280
5281 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
5282 instead of `progn'.
5283
5284 * tar-mode.el (tar-extract): Avoid generating a new buffer
5285 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
5286
5287 * textmodes/paragraphs.el (forward-sentence): Avoid building
5288 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
5289
5290 * progmodes/executable.el (executable-set-magic):
5291 If executable-find returns a quoted file name, unquote it before
5292 inserting it.
5293
5294 * image.el (image-type-regexps): For JPEG files, use a regexp
5295 derived from the JFIF spec.
5296
5297 * image.el (image-type-regexps): Use `\`' instead of `^' in
5298 most regular expressions.
5299
5300 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5301
5302 * play/animate.el: Re-insert a reference to re-inserted function.
5303
5304 2001-08-06 Gerd Moellmann <gerd@gnu.org>
5305
5306 * help.el (describe-function-1): Use find-function-search-for-symbol
5307 instead of find-function-noselect because the latter follows aliases.
5308
5309 * play/animate.el (animate-birthday-present): Re-insert.
5310
5311 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5312 Handle old-style menu definitions.
5313
5314 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5315
5316 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
5317 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
5318
5319 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
5320 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
5321 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
5322
5323 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5324
5325 * textmodes/tildify.el: Milan Zamazal has new address.
5326
5327 2001-08-03 Gerd Moellmann <gerd@gnu.org>
5328
5329 * custom.el (custom-set-variables): Don't test `custom-requests'
5330 properties, check the third element of the options passed to
5331 custom-set-variables instead.
5332
5333 * info.el (info-insert-file-contents): Use info-file-exists-p
5334 instead of file-exists-p.
5335
5336 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
5337 the mode-line face is restored. Fix several bugs.
5338
5339 * replace.el (perform-replace): Doc fix.
5340
5341 2001-08-02 Francesco Potorti` <pot@gnu.org>
5342
5343 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
5344 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
5345 (uniquify-fix-item-base, uniquify-fix-item-filename)
5346 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
5347 Callers changed.
5348 (uniquify-set-proposed): Changed to work with a vector item.
5349 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
5350 the fix list, and a list of strings for the non-file buffer
5351 names. Both changes reduce consing.
5352 (uniquify-rationalize-a-list): Local variable renaming.
5353 (uniquify-rationalize-conflicting-sublist): Use member instead of
5354 assoc.
5355 (uniquify-rename-buffer): Use unless instead of if not.
5356
5357 2001-08-02 Gerd Moellmann <gerd@gnu.org>
5358
5359 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
5360
5361 * custom.el (custom-set-variables): Set options with :require
5362 clauses last.
5363
5364 * custom.el (defcustom): Doc fix.
5365
5366 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
5367
5368 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
5369
5370 * man.el (man): Mention Man-switches in the doc string.
5371 (Man-switches): Mention -a in the doc string.
5372
5373 * textmodes/ispell.el (ispell-alternate-dictionary):
5374 Add /usr/share/lib/dict/words, for Irix.
5375
5376 * bindings.el: Bind shifted and control-shifted kp-* keys to the
5377 corresponding non-kp keys. Suggested by Stephen Gildea
5378 <gildea@stop.mail-abuse.org>.
5379
5380 2001-08-01 Francesco Potorti` <pot@gnu.org>
5381
5382 * uniquify.el: These changes correct a corner case that the old
5383 code managed correctly.
5384 (uniquify-fix-item-proposed): Renamed from
5385 uniquify-fix-item-min-proposed.
5386 (uniquify-set-proposed): New function.
5387 (uniquify-rationalize-file-buffer-names): Code reshuffled for
5388 clarity and speed.
5389 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
5390 This is equivalent to what the old code did.
5391 (uniquify-rationalize-a-list): Never recompute the proposed
5392 name. Sort the conflicting sublist before rationalising it: this
5393 is equivalent to what the old code did, but one directory element
5394 at a time, and only when necessary.
5395 (uniquify-rationalize-conflicting-sublist): Recompute here the
5396 proposed name.
5397
5398 2001-08-01 Gerd Moellmann <gerd@gnu.org>
5399
5400 * play/animate.el: Add Keywords and Maintainer. Remove a
5401 reference to a removed function.
5402
5403 * play/animate.el (animate-string): Handle case that the string is
5404 longer than the window is wide.
5405
5406 2001-07-31 Gerd Moellmann <gerd@gnu.org>
5407
5408 * desktop.el (desktop-save): Bind coding-system-for-write to
5409 `emacs-mule' for write-region.
5410
5411 * delsel.el (delete-selection-pre-hook): Don't set this-command
5412 to `ignore' if the region is empty.
5413
5414 * international/mule.el (set-keyboard-coding-system):
5415 Set keyboard-coding-system.
5416
5417 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
5418 before accessing it.
5419
5420 2001-07-30 Andreas Schwab <schwab@suse.de>
5421
5422 * menu-bar.el (toggle-highlight-paren-mode):
5423 Use `(show-paren-mode)' as body.
5424
5425 2001-07-30 Andre Spiegel <spiegel@gnu.org>
5426
5427 * vc.el (vc-checkout-hook): New hook.
5428 (vc-checkout): Run it.
5429
5430 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
5431
5432 * progmodes/make-mode.el (makefile-macroassign-regex):
5433 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
5434
5435 2001-07-30 Gerd Moellmann <gerd@gnu.org>
5436
5437 * vc.el (vc-switch-backend): Fix autoload cookie.
5438
5439 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
5440 the desktop file.
5441
5442 2001-07-30 Simon Josefsson <jas@extundo.com>
5443
5444 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
5445 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
5446
5447 2001-07-27 Gerd Moellmann <gerd@gnu.org>
5448
5449 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
5450 (last-sexp-toggle-display): Renamed from last-sexp-print.
5451 (last-sexp-toggle-display, eval-last-sexp-1):
5452 Use last-sexp-setup-props.
5453
5454 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
5455 New user-options.
5456 (mouse-wheel-change-button): New function.
5457 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
5458 (mwheel-scroll): Ditto.
5459
5460 2001-07-26 Gerd Moellmann <gerd@gnu.org>
5461
5462 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
5463 `...', compare with unabbreviated printed representation instead.
5464 (last-sexp-print): Bind print-length and print-level to nil.
5465
5466 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
5467 before assigning text properties. Make properties rear-nonsticky.
5468
5469 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
5470 (eval-last-sexp-1): Give printed text a `keymap' property and bind
5471 <mouse-2> and <RET> in that map to a function printing the
5472 unabbreviated value.
5473
5474 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
5475 is a buffer, put a text property `printed-value' on the printed
5476 representation, with the Lisp object printed as value.
5477
5478 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
5479
5480 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
5481 Mention the effect of eval-expression-print-length and
5482 eval-expression-print-level in the doc strings. Suggested by
5483 Kevin Gallagher <kevingal@onramp.net>.
5484
5485 2001-07-25 Gerd Moellmann <gerd@gnu.org>
5486
5487 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
5488 for buttons > 3.
5489 (xterm-mouse-translate): Handle the case that we don't get a
5490 down-event.
5491
5492 * emacs-lisp/find-func.el (find-function-regexp):
5493 Add easy-mmode-define-global-mode to the regexp. Allow newlines
5494 in front of the function name.
5495
5496 * isearch.el (isearch-other-meta-char): Fix last change.
5497
5498 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
5499 similar events for which fake prefix keys are generated. It's no
5500 longer necessary since read_key_sequence doesn't modify these
5501 events for internal purposes anymore.
5502
5503 * files.el (auto-mode-alist): Use nroff-mode for files ending
5504 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
5505
5506 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
5507
5508 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
5509 tool-bar-lines parameter, behave as if its value were zero.
5510 (mouse-avoidance-set-pointer-shape): Don't do anything if
5511 x-pointer-shape is not boundp.
5512
5513 2001-07-23 Francesco Potorti` <pot@gnu.org>
5514
5515 * uniquify.el: Overall speedup changes when using many buffers.
5516 (uniquify-fix-item-base, uniquify-fix-item-filename)
5517 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
5518 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
5519 place in the item, but was never used.
5520 (uniquify-fix-item-min-proposed): New defalias: the fourth place
5521 in the item is now used as cache for the proposed name.
5522 (uniquify-rationalize-file-buffer-names): Move computation made on
5523 newbuffile out of the loop, in the newbuffile-nd local var.
5524 Use dolist (cosmetic change). Compute the proposed name for the most
5525 common case and cache it in the fourth place in the item.
5526 (uniquify-rationalize-file-buffer-names): Used to return a a list
5527 of buffer whose name was changed, but that return value was never used.
5528 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
5529 the cached proposed name, does much less consing and is quicker.
5530 (uniquify-filename-lessp): Deleted.
5531 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
5532 Do not bind locally the uniquify-possibly-resolvable flag. Use the
5533 cached proposed name is possible.
5534 (uniquify-get-proposed-name): Arguments changed, callers changed.
5535 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
5536 uniquify-possibly-resolvable flag, which is no more bound locally.
5537 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
5538 flag, which does not exist any more.
5539
5540 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
5541
5542 * term/internal.el (IT-unicode-translations): Fix the appearance of
5543 "6`".
5544
5545 * progmodes/compile.el (compile-internal): If EMACS is already
5546 defined in the environment, don't override its value.
5547
5548 2001-07-23 Gerd Moellmann <gerd@gnu.org>
5549
5550 * play/fortune.el: Undo change of 2001-07-13.
5551 Fix autoload cookies. Add types to defcustoms.
5552 (fortune) <defgroup>: Add :link.
5553 (fortune-from-region): Use eq, not eql.
5554 From Dave Love <fx@gnu.org>.
5555
5556 * play/animate.el (animate-birthday-present): Function removed.
5557
5558 * play/animate.el: New file.
5559
5560 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
5561
5562 * startup.el (normal-top-level-add-subdirs-to-load-path):
5563 On Windows, put into normal-top-level-add-subdirs-inode-list the
5564 canonicalized names of the directories instead of inode numbers.
5565
5566 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
5567
5568 * ediff-util.el: Copyright years.
5569 (ediff-choose-syntax-table): New function.
5570 (ediff-setup): Use ediff-choose-syntax-table.
5571 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
5572 vc-state is available.
5573 (ediff-make-temp-file): Use ediff-coding-system-for-write.
5574
5575 * ediff-init.el (ediff-with-syntax-table): New macro, uses
5576 with-syntax-table.
5577 (ediff-coding-system-for-read): From ediff-diff.el
5578 (ediff-coding-system-for-write): New variable.
5579 (ediff-highest-priority): Fixed the bug having to do with disappearing
5580 overlays.
5581 (ediff-file-remote-p): Use file-remote-p, if available.
5582 (ediff-listable-file): New function.
5583 (ediff-file-attributes): Use ediff-listable-file.
5584
5585 * ediff-mult.el (ediff-meta-insert-file-info1):
5586 Use ediff-listable-file.
5587
5588 * ediff-ptch.el (ediff-prompt-for-patch-file):
5589 Use ediff-coding-system-for-read.
5590 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
5591
5592 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
5593 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
5594
5595 * ediff.el: Date of last update, copyright years.
5596
5597 * ediff-wind (ediff-setup-control-frame): Nill->nil.
5598
5599 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
5600 of Scott Bronson.
5601 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
5602 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
5603 Deleted functions.
5604 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
5605 ex-token-list.
5606 (viper-get-ex-address-subr): Convert registers to char data type.
5607
5608 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
5609 (viper-memq-char): Use viper-int-to-char.
5610 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
5611 vc-locking-state.
5612 (viper-read-key): Use viper-read-key-sequence.
5613
5614 * viper.el (viper-major-mode-modifier-list):
5615 Added inferior-emacs-lisp-mode.
5616 (this-major-mode-requires-vi-state): New function that uses simple
5617 heuristics to decide if vi state is appropriate.
5618 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
5619 (viper-non-hook-settings): Don't advise read-key-sequence.
5620 (viper-read-key-sequence): New function that replaces the
5621 previously used advice to read-key-sequence.
5622
5623 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
5624 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
5625 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
5626 (viper-open-line-at-point,viper-substitute,viper-overwrite)
5627 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
5628 Got rid of the negative character hack.
5629 (viper-escape-to-state,viper-replace-state-exit-cmd):
5630 Use viper-read-key-sequence.
5631 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
5632 (viper-minibuffer-standard-hook,viper-read-string-with-history):
5633 Don't override existing minibuffer-setup-hook.
5634 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
5635 Convert registers to char data type.
5636 (viper-autoindent): Use viper-indent-line.
5637
5638 * viper-keym.el: Use viper-exec-key-in-emacs.
5639
5640 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
5641
5642 * server.el (server-visit-files): Fix variable name typo.
5643
5644 2001-07-20 Gerd Moellmann <gerd@gnu.org>
5645
5646 * simple.el (delete-trailing-whitespace): Save match data
5647 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
5648
5649 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
5650
5651 * progmodes/compile.el (compilation-parse-errors): `linenum' might
5652 return a this-error using the alternative format (a pair of markers).
5653
5654 2001-07-19 Gerd Moellmann <gerd@gnu.org>
5655
5656 * font-lock.el (c++-keywords): Add Standard C++ operator names.
5657
5658 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
5659 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5660
5661 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5662
5663 * international/iso-transl.el: Fix typo in the header of the file.
5664
5665 * textmodes/picture.el (picture): Doc fix.
5666
5667 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
5668 follow coding conventions in generated files.
5669
5670 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
5671
5672 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5673 (tool-bar-add-item): Don't call image-related primitives if the
5674 display doesn't support images.
5675
5676 * frame.el (display-images-p): New function.
5677
5678 2001-07-17 Gerd Moellmann <gerd@gnu.org>
5679
5680 * server.el (server-visit-files): Handle the case the specified
5681 column number is <= 0.
5682
5683 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
5684
5685 * startup.el (command-line-1): Add support for +LINE:COLUMN
5686 command line argument.
5687
5688 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5689
5690 * server.el (server-process-filter, server-visit-files):
5691 Add support for +LINE:COLUMN style emacsclient calls.
5692
5693 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5694
5695 * emacs-lisp/easy-mmode.el: Add Keywords header.
5696
5697 * play/pong.el: Author has new address.
5698
5699 * play/landmark.el: Author is no more reachable.
5700
5701 * play/handwrite.el: Author is no more reachable.
5702
5703 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
5704
5705 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
5706 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
5707 Complete bindings for F<1..12> keys.
5708 (global-map): Remove `undo' binding (already in the default).
5709 Replace `t<n>' bindings with `f<n>' bindings.
5710
5711 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
5712
5713 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
5714 (tcl-mode): Use tcl-add-log-defun.
5715 (tcl-indent-line): Use tcl-calculate-indent.
5716 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5717 (tcl-indent-exp): Renamed from indent-tcl-exp.
5718 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
5719 (tcl-indent-for-comment): Call comment-indent-function properly
5720 and handle the case where it returns nil.
5721
5722 2001-07-16 Gerd Moellmann <gerd@gnu.org>
5723
5724 * calendar/cal-islam.el (calendar-goto-islamic-date):
5725 Remove autoload cookie.
5726
5727 * calendar/calendar.el (calendar-goto-islamic-date):
5728 Add call to autoload.
5729
5730 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
5731
5732 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
5733 Don't change compile-auto-highlight globally.
5734 Don't bother with `font-lock-defaults' property since XEmacs
5735 also understands the `font-lock-defaults' variable.
5736 Use make-local-variable rather than make-variable-buffer-local.
5737 Don't `defconst' comment-indent-function: keep the default.
5738 Call easy-menu-add unconditionally.
5739 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
5740 (ada-create-menu): Use :included for Emacs as well.
5741
5742 * vc.el (vc-do-command): Autoload.
5743
5744 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
5745
5746 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5747
5748 * ps-print.el: Fix Author: header.
5749
5750 2001-07-16 Gerd Moellmann <gerd@gnu.org>
5751
5752 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
5753 mouse-1 etc., bind them to `ignore'.
5754
5755 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
5756 send-invisible, which is already defined in Comint.
5757 (eshell-watch-for-password-prompt): Use it.
5758
5759 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5760
5761 * which-func.el (which-func-mode): Doc fix.
5762
5763 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
5764 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
5765 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
5766 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
5767 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
5768 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
5769 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
5770 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
5771 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
5772 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
5773 * emulation/edt-mapper.el, emulation/edt-pc.el,
5774 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
5775 * emulation/tpu-edt.el, emulation/tpu-extras.el,
5776 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
5777 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
5778 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
5779 * international/isearch-x.el, international/iso-cvt.el,
5780 * international/ogonek.el, international/quail.el,
5781 * international/utf-8.el, jit-lock.el, language/devan-util.el,
5782 * language/devanagari.el, language/ethio-util.el,
5783 * language/ethiopic.el, language/european.el, language/indian.el,
5784 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
5785 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
5786 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
5787 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
5788 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
5789 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
5790 * progmodes/autoconf.el, progmodes/cmacexp.el,
5791 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
5792 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
5793 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
5794 * progmodes/ebnf2ps.el, progmodes/executable.el,
5795 * progmodes/fortran.el, progmodes/idlw-shell.el,
5796 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
5797 * progmodes/m4-mode.el, progmodes/mantemp.el,
5798 * progmodes/meta-mode.el, progmodes/octave-inf.el,
5799 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
5800 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
5801 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
5802 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
5803 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
5804 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
5805 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
5806 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
5807 * textmodes/two-column.el, time-stamp.el, timezone.el,
5808 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
5809 * which-func.el, whitespace.el, wid-browse.el, widget.el,
5810 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
5811 conventions.
5812
5813 2001-07-16 Gerd Moellmann <gerd@gnu.org>
5814
5815 * simple.el (set-variable): Require 'cus-edit' instead of
5816 `wid-edit', so that the Custom widgets get defined.
5817
5818 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5819
5820 * allout.el: A fix to follow coding conventions.
5821
5822 * find-lisp.el: A fix to follow coding conventions.
5823
5824 * term/w32-win.el: A fix to follow coding conventions.
5825
5826 * textmodes/sgml-mode.el: A fix to follow coding conventions.
5827
5828 * term/xterm.el: A fix to follow coding conventions.
5829
5830 * term/news.el: A fix to follow coding conventions.
5831
5832 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
5833 header line fixed.
5834
5835 * sun-curs.el: Fix Maintainer: header line.
5836
5837 * emacs-lisp/easymenu.el: Address of the author added.
5838
5839 2001-07-16 Gerd Moellmann <gerd@gnu.org>
5840
5841 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
5842 property.
5843
5844 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5845
5846 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
5847 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
5848 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
5849 Some fixes to follow coding conventions.
5850
5851 2001-07-16 Gerd Moellmann <gerd@gnu.org>
5852
5853 * which-func.el (which-func-mode): Doc fix.
5854
5855 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
5856
5857 * net/rcompile.el (remote-compile): Use make-local-variable.
5858
5859 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
5860
5861 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
5862
5863 * mail/reporter.el (reporter-submit-bug-report):
5864 Don't abuse make-variable-buffer-local. Fix call to add-hook.
5865
5866 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5867
5868 * calendar/cal-china.el, calendar/cal-coptic.el,
5869 * calendar/cal-dst.el, calendar/cal-french.el,
5870 * calendar/cal-hebrew.el, calendar/cal-islam.el,
5871 * calendar/cal-iso.el, calendar/cal-julian.el,
5872 * calendar/cal-mayan.el, calendar/cal-persia.el,
5873 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
5874 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
5875 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
5876 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
5877 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
5878 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
5879 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
5880 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
5881 * progmodes/ada-xref.el, progmodes/cc-align.el,
5882 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
5883 * progmodes/cc-defs.el, progmodes/cc-engine.el,
5884 * progmodes/cc-langs.el, progmodes/cc-menus.el,
5885 * progmodes/cc-styles.el, progmodes/cc-vars.el,
5886 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
5887 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
5888 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
5889 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
5890 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
5891 * textmodes/reftex.el: Some fixes to follow coding
5892 conventions in Elisp files with known maintainers.
5893
5894 * emulation/viper.el: A fix to follow coding conventions.
5895
5896 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
5897 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
5898 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
5899 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
5900 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
5901 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
5902 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
5903 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
5904 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
5905 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
5906 conventions in Elisp files.
5907
5908 * composite.el, diff.el, emacs-lisp/levents.el,
5909 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
5910 * emulation/pc-mode.el, emulation/viper-cmd.el,
5911 * emulation/viper-ex.el, emulation/viper-init.el,
5912 * emulation/viper-keym.el, emulation/viper-macs.el,
5913 * emulation/viper-mous.el, emulation/viper-util.el,
5914 * emulation/viper.el, forms-pass.el, international/ccl.el,
5915 * international/characters.el, international/encoded-kb.el,
5916 * international/fontset.el, international/ja-dic-cnv.el,
5917 * international/ja-dic-utl.el, international/kinsoku.el,
5918 * international/kkc.el, international/mule-cmds.el,
5919 * international/mule-diag.el, international/mule-util.el,
5920 * international/mule.el, international/titdic-cnv.el,
5921 * language/china-util.el, language/chinese.el,
5922 * language/cyril-util.el, language/cyrillic.el, language/english.el,
5923 * language/greek.el, language/hebrew.el, language/japan-util.el,
5924 * language/japanese.el, language/korea-util.el, language/korean.el,
5925 * language/lao-util.el, language/lao.el, language/misc-lang.el,
5926 * language/slovak.el, language/thai-util.el, language/thai.el,
5927 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
5928 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
5929 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
5930 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
5931 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
5932 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
5933 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
5934 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
5935 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
5936 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
5937 to follow coding conventions in files without maintainer or in files
5938 with clear maintainer (but without Maintainer header stating so).
5939
5940 * emacs-lisp/elp.el: A fix to follow coding conventions.
5941
5942 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
5943 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
5944 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
5945 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
5946 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
5947 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
5948 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
5949 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
5950 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
5951 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
5952 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
5953 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
5954 conventions in files from Gnus.
5955
5956 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
5957 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
5958 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
5959 * echistory.el, electric.el, emacs-lisp/authors.el,
5960 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
5961 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
5962 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
5963 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
5964 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
5965 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
5966 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
5967 * international/codepage.el, international/iso-ascii.el,
5968 * international/iso-insert.el, international/iso-transl.el,
5969 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
5970 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
5971 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
5972 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
5973 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
5974 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
5975 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
5976 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
5977 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
5978 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
5979 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
5980 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
5981 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
5982 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
5983 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
5984 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
5985 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
5986 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
5987 * textmodes/tex-mode.el, textmodes/text-mode.el,
5988 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
5989 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
5990 * vt100-led.el, window.el: Some fixes to follow coding conventions in
5991 files maintained by FSF.
5992
5993 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5994
5995 * arc-mode.el: A fix to follow coding conventions.
5996
5997 * bindings.el: Ditto.
5998
5999 * cdl.el: Ditto.
6000
6001 * comint.el: Ditto.
6002
6003 * cus-start.el: Ditto.
6004
6005 * shell.el: Ditto.
6006
6007 * skeleton.el: Ditto.
6008
6009 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
6010
6011 * info.el (Info-build-node-completions):
6012 Make Info-current-file-completions buffer local.
6013
6014 2001-07-13 Gerd Moellmann <gerd@gnu.org>
6015
6016 * which-func.el (which-func-mode, which-func-ff-hook)
6017 (which-function-mode): Remove references to which-func-mode-global.
6018
6019 * calendar/cal-islam.el (calendar-goto-islamic-date):
6020 Add autoload cookie.
6021
6022 * play/fortune.el: Add types to defcustoms.
6023
6024 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6025
6026 * language/czech.el: A fix to follow coding conventions.
6027
6028 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6029
6030 * speedbar.el (speedbar-supported-extension-expressions): Add .g
6031 to the extension list, for antlr-mode. From Christoph Wedler
6032 <Christoph.Wedler@sap.com>.
6033
6034 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
6035
6036 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
6037 (vc-dired-mode-map): Fix the madness.
6038
6039 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
6040 (vc-prefix-map): Moved back from vc.el.
6041
6042 2001-07-11 Gerd Moellmann <gerd@gnu.org>
6043
6044 * mail/mail-extr.el (mail-extr-all-top-level-domains):
6045 Increase the size of the obarray.
6046 (mail-extr-all-top-level-domains): Add more toplevel domains,
6047 add more long names.
6048 From: Per Starback <starback@ling.uu.se>.
6049
6050 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6051
6052 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
6053 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6054
6055 * progmodes/ada-mode.el: Ditto.
6056
6057 * progmodes/ada-xref.el: Ditto.
6058
6059 2001-07-11 Miles Bader <miles@gnu.org>
6060
6061 * finder.el (finder-insert-at-column): Also move to the next line
6062 if exactly at COLUMN.
6063
6064 2001-07-10 Gerd Moellmann <gerd@gnu.org>
6065
6066 * help.el (describe-function-1): When printing FUNCTION's
6067 documentation, don't assume FUNCTION is a symbol.
6068
6069 * startup.el (normal-top-level): Don't operate on the initial
6070 frame if we failed to create one.
6071
6072 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
6073
6074 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
6075 itself, i.e. only indent the contents in it.
6076
6077 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
6078
6079 * mail/rmail.el (rmail-show-message): Show beginning of message in
6080 all windows containing it.
6081
6082 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
6083
6084 * term/tty-colors.el: Fix the header line and copyright years.
6085
6086 2001-07-09 Gerd Moellmann <gerd@gnu.org>
6087
6088 * emacs-lisp/advice.el (ad-make-advised-definition): If the
6089 original definition has an interactive form, but is Elp
6090 instrumented, use the interactive form of the function called by
6091 elp-wrapper.
6092
6093 * winner.el (winner-equal): Make it a defun. Don't compare Winner
6094 configurations with compare-window-configuration; they aren't
6095 window configurations.
6096
6097 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
6098 from the server for the format we expect. Don't use it if it
6099 doesn't look like what the Internet draft for FTP extensions specifies.
6100
6101 * toolbar/*.pbm: Cleaned up.
6102 From Luis Fernandes <elf@ee.ryerson.ca>.
6103
6104 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
6105
6106 * cc-cmds.el: Extended the kludge to interoperate with the
6107 delsel and pending-del packages wrt to the new function
6108 `c-electric-delete-forward'.
6109
6110 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
6111
6112 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
6113 to delay the call to <mode> for global minor modes.
6114 (easy-mmode-define-navigation): Only recenter if interactive.
6115
6116 2001-07-06 Gerd Moellmann <gerd@gnu.org>
6117
6118 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
6119 to lisp-indent-line.
6120
6121 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
6122 from the server. Call encode-time only when we are sure that we
6123 got a 213 response.
6124
6125 2001-07-06 Simon Josefsson <jas@extundo.com>
6126
6127 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
6128 (mail-envelope-from): New user option.
6129 (sendmail-send-it): Use it.
6130
6131 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6132
6133 * ps-print.el: Use locale dependant date to print date in header.
6134 Doc fix.
6135 (ps-print-version): New version number (6.5.3).
6136 (ps-right-header, ps-right-footer): Initialization and doc fix.
6137 (ps-time-stamp-locale-default): New fun.
6138
6139 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
6140
6141 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
6142 field problem with MIME-mode.
6143
6144 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
6145
6146 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
6147
6148 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
6149 MIME-mode.
6150
6151 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
6152
6153 * bindings.el (mode-line-mule-info): Don't show the tip with
6154 buffer-file-coding-system if that is nil.
6155
6156 2001-07-05 Gerd Moellmann <gerd@gnu.org>
6157
6158 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
6159 instead of kill-line.
6160
6161 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
6162 <Pavel@Janik.cz>.
6163
6164 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
6165 <Pavel@Janik.cz>.
6166
6167 2001-07-04 Gerd Moellmann <gerd@gnu.org>
6168
6169 * font-lock.el (c-font-lock-keywords-3): When matching something
6170 like `struct X Y', finish with point after Y.
6171
6172 2001-07-04 Simon Josefsson <jas@extundo.com>
6173
6174 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
6175 in caller buffer.
6176
6177 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
6178
6179 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
6180 instead of string-match to find the basename of the file.
6181 From Pascal Obry <p.obry@wanadoo.fr>.
6182
6183 * net/browse-url.el (browse-url-default-windows-browser):
6184 Support the MS-DOS port when it runs on Windows.
6185 (browse-url-browser-function) [ms-dos]: Default to
6186 browse-url-default-windows-browser.
6187
6188 * help.el (locate-library): Enable code that looks for compressed
6189 libraries if auto-compression-mode is on.
6190
6191 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
6192
6193 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
6194
6195 2001-07-02 Gerd Moellmann <gerd@gnu.org>
6196
6197 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
6198
6199 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
6200
6201 * allout.el: Fix the header line, so that finder.el recognizes it.
6202 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6203
6204 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
6205 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6206
6207 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
6208
6209 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
6210
6211 * ps-bdf.el (bdf-directory-list): Use the value relative to
6212 installation-directory for MS-Windows as well.
6213
6214 2001-06-29 Richard M. Stallman <rms@gnu.org>
6215
6216 * wid-edit.el (widget-color-sample-face-get):
6217 Return ((foreground-color . COLOR)) instead of constructing a face.
6218
6219 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
6220
6221 * faces.el (region): Change the background color for the
6222 light-background color display to lightgoldenrod2, to make it
6223 visible on some laptops.
6224
6225 2001-06-28 Richard M. Stallman <rms@gnu.org>
6226
6227 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
6228 (rmail-msg-restore-non-pruned-header): Likewise.
6229 If point was in the old pruned header, put it at the top.
6230 (rmail-msg-prune-header): If point was at the top, keep it there.
6231
6232 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
6233 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
6234
6235 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
6236
6237 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
6238
6239 2001-06-28 Karl Fogel <kfogel@red-bean.com>
6240
6241 * saveplace.el: Update maintainer email address.
6242
6243 2001-06-27 Francesco Potorti` <pot@gnu.org>
6244
6245 * uniquify.el: (uniquify-rationalize-file-buffer-names):
6246 Undo previous change.
6247
6248 2001-06-27 Francesco Potorti` <pot@gnu.org>
6249
6250 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
6251 preliminary quick reordering. Can speed things up dramatically.
6252
6253 2001-06-26 Richard M. Stallman <rms@gnu.org>
6254
6255 * dired.el (dired-get-filename): A file name starting with ~
6256 is not absolute in this context.
6257
6258 * which-func.el (which-func-maxout): Increase default to 500000.
6259 (which-function-mode): This is now the "real" name of the function.
6260 (which-func-mode): Now an alias.
6261 (which-func-mode-global): Name deleted.
6262
6263 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
6264 button-2, when binding hs-mouse-toggle-hiding.
6265
6266 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
6267
6268 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
6269 (rmail-msg-prune-header): Likewise.
6270 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
6271 and `rmail-msg-prune-header'.
6272
6273 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
6274
6275 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
6276 back than LINEBEG.
6277
6278 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
6279
6280 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
6281 window where they clicked the mouse has a header line, adjust
6282 vertical movement by one.
6283
6284 2001-06-25 Milan Zamazal <pdm@zamazal.org>
6285
6286 * progmodes/glasses.el (glasses-make-readable): Consider underscores
6287 too when separating a parenthesis.
6288
6289 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
6290
6291 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6292 (bookmark-bmenu-hide-filenames): Add help-echo to
6293 mouse-highlighted text.
6294 (bookmark-bmenu-show-filenames): Remove help-echo property from
6295 the whitespace.
6296
6297 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
6298
6299 * files.el (auto-mode-alist): Add configure.ac (autoconf).
6300 From Karl Eichwalder <ke@suse.de>.
6301
6302 2001-06-23 Richard M. Stallman <rms@gnu.org>
6303
6304 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
6305
6306 * progmodes/cc-styles.el (c-set-style): Don't specify initial
6307 contents for completing-read.
6308
6309 2001-06-22 Richard M. Stallman <rms@gnu.org>
6310
6311 * menu-bar.el (menu-bar-make-toggle): Construct the
6312 function's doc string from HELP, not DOC, and make it accurate by
6313 adding "Toggle whether to " at the front and downcasing the initial.
6314 Change the HELP arg in some calls to make it fit this usage.
6315
6316 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
6317 Undo previous change.
6318
6319 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
6320
6321 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
6322
6323 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
6324
6325 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
6326
6327 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
6328
6329 * dabbrev.el (dabbrev--select-buffers): Fix last change.
6330
6331 2001-06-20 Richard M. Stallman <rms@gnu.org>
6332
6333 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
6334 broken out from dabbrev--find-expansion. Handle minibuffer
6335 specially here.
6336 (dabbrev--find-expansion): Simplify code in various ways.
6337 Don't treat minibuffers specially.
6338 Call dabbrev--make-friend-buffer-list.
6339 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
6340 (dabbrev--scanning-message): Do nothing when minibuffer is current.
6341
6342 2001-06-19 John Wiegley <johnw@gnu.org>
6343
6344 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
6345 Also, added a comment describing how to greatly speedup Eshell
6346 loadup time, by concatenating together all of Eshell's .elc files.
6347
6348 2001-06-19 John Wiegley <johnw@gnu.org>
6349
6350 * eshell/esh-mode.el: Disabled a test that often yields false failures.
6351
6352 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
6353
6354 * woman.el (WoMan-highlight-references): Add help-echo to
6355 mouse-highlighted text.
6356
6357 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
6358
6359 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
6360
6361 2001-06-18 Gerd Moellmann <gerd@gnu.org>
6362
6363 * international/quail.el (quail-start-conversion):
6364 Reset quail-translating to nil.
6365
6366 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
6367 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
6368
6369 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
6370
6371 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
6372 mouse-highlighted text.
6373
6374 * dired.el (dired-mark-pop-up): Fix last change.
6375
6376 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
6377
6378 * calendar/calendar.el (generate-calendar-month): Add help-echo to
6379 mouse-highlighted text.
6380
6381 * net/quickurl.el (quickurl-url-file): Run through
6382 convert-standard-filename.
6383 (quickurl-list-populate-buffer): Add help-echo to
6384 mouse-highlighted text.
6385 (top-level): Update Dave's URL.
6386
6387 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
6388 mouse-highlighted text.
6389
6390 * textmodes/page-ext.el (pages-copy-header-and-position):
6391 Add help-echo to mouse-highlighted text.
6392
6393 * tar-mode.el (tar-header-block-summarize): Add help-echo to
6394 mouse-highlighted text.
6395
6396 * replace.el (occur): Add help-echo to mouse-highlighted text.
6397
6398 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
6399 mouse-highlighted text.
6400
6401 * progmodes/cpp.el (cpp-make-button): Add help-echo to
6402 mouse-highlighted text.
6403
6404 * progmodes/compile.el (compile-reinitialize-errors):
6405 Add help-echo to mouse-highlighted messages.
6406 (compilation-forget-errors): Remove help-echo property as well.
6407
6408 * play/landmark.el (lm-plot-square, lm-init-display):
6409 Add help-echo to mouse-highlighted text.
6410
6411 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
6412 Add help-echo to mouse-highlighted text.
6413
6414 * dired.el (dired-insert-set-properties): Add help-echo to
6415 mouse-highlighted text.
6416 (dired-mark-pop-up): Remove help-echo property from the file name.
6417
6418 * comint.el (comint-send-input): Add help-echo to
6419 mouse-highlighted text.
6420
6421 * buff-menu.el (list-buffers-noselect): Add help-echo to
6422 mouse-highlighted text.
6423
6424 * arc-mode.el (archive-summarize-files): Add help-echo to
6425 mouse-highlighted text.
6426
6427 * ffap.el (ffap-machine-p): Always return nil if
6428 open-network-stream is not fboundp.
6429
6430 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
6431
6432 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
6433 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
6434 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
6435 incorrectly binding chars between 128 and 256 to it.
6436 (sgml-maybe-name-self): Handle latin-1 chars properly.
6437 (sgml-tags-invisible): Bind buffer-file-name to nil.
6438 Use unwind-protect and restore-buffer-modified-p.
6439 (sgml-point-entered): Use buffer-substring-no-properties.
6440 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
6441 (html-mode): Don't force `imenu-sort-function'.
6442
6443 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6444
6445 * tar-mode.el: Fix the copyright notice.
6446
6447 * font-lock.el (font-lock-comment-face): For tty's with dark
6448 background, use "red1", since "lightred" is not one of the colors
6449 recognized by tty-colors.el.
6450
6451 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
6452 create a buffer for extracted file, in case there's more than one
6453 file by that name in an archive, possibly in different
6454 directories. From Kevin Rodgers <kevinr@ihs.com>.
6455
6456 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
6457 <alex@gnu.org>.
6458
6459 2001-06-15 Miles Bader <miles@gnu.org>
6460
6461 * textmodes/texinfmt.el (texinfo-format-syntax-table):
6462 Revert previous change.
6463
6464 2001-06-14 Richard M. Stallman <rms@gnu.org>
6465
6466 * replace.el (keep-lines-read-args): Return just a regexp.
6467 Provide nil for the region args.
6468 (keep-lines, flush-lines, how-many):
6469 Calculate the defaults for the region here, when args are nil.
6470
6471 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
6472
6473 * rot13.el (rot13-other-window): Some more doc fix.
6474
6475 2001-06-14 Per Starback <starback@ling.uu.se>
6476
6477 * replace.el (case-replace, query-replace-from-history-variable)
6478 (query-replace-to-history-variable, keep-lines-read-args)
6479 (occur-revert-function, query-replace-help): Dox fix.
6480
6481 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
6482
6483 * rot13.el (rot13-other-window): Doc fix.
6484
6485 2001-06-14 Miles Bader <miles@gnu.org>
6486
6487 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
6488 of " and \ to "." (punctuation).
6489 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
6490
6491 2001-06-13 Richard M. Stallman <rms@gnu.org>
6492
6493 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
6494
6495 * simple.el (shell-command-on-region): Never kill the
6496 *Shell Command Output* buffer.
6497
6498 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
6499
6500 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
6501
6502 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
6503
6504 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6505 New var, to recognize ${ $' and PODs.
6506 (perl-font-lock-syntactic-face-function): New function.
6507 (perl-mode): Use them.
6508 (perl-continuation-line-p): New function, from perl-calculate-indent.
6509 (perl-calculate-indent): Use it, to properly handle continuation
6510 lines of continuation lines.
6511
6512 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
6513
6514 * server.el (server-process, server-buffer-clients): Doc fix.
6515 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6516
6517 2001-06-09 John Wiegley <johnw@gnu.org>
6518
6519 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
6520 test if the last command was Lisp or not.
6521 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
6522 B x C".
6523
6524 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
6525
6526 * dos-w32.el (grep-regexp-alist): Remove definition, since the
6527 general one on compile.el supports drive letters.
6528
6529 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
6530
6531 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
6532 key description.
6533
6534 * textmodes/reftex-sel.el (reftex-select-jump): New command.
6535
6536 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
6537 (reftex-toc-jump): New command.
6538
6539 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
6540 to parse international characters as well.
6541
6542 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
6543 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
6544
6545 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
6546
6547 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
6548 TAB to the key separators.
6549
6550 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
6551
6552 * international/mule.el (auto-coding-alist): Remove redundant
6553 up-cased versions of the extensions (auto-coding-alist-lookup is
6554 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
6555 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
6556
6557 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
6558
6559 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
6560
6561 2001-06-01 Richard M. Stallman <rms@gnu.org>
6562
6563 * help.el (describe-variable): Put value on same line
6564 with preceding text, if it is short enough to look good that way.
6565
6566 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
6567
6568 * term/internal.el (IT-unicode-translations): New variable.
6569 (IT-setup-unicode-display): New function.
6570
6571 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6572
6573 * ps-print.el: Handle before-string and after-string overlay properties
6574 in ps-print-*-with-faces commands. Doc fix.
6575 (ps-print-version): New version number (6.5.2).
6576 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
6577 for XEmacs.
6578 (ps-prefix-quote): Doc fix.
6579 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
6580 (ps-basic-plot-str, ps-plot-string): New funs.
6581
6582 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
6583
6584 * progmodes/etags.el (tags-compression-info-list): Fix docstring
6585 and :type spec.
6586
6587 2001-05-31 Gerd Moellmann <gerd@gnu.org>
6588
6589 * international/mule-cmds.el (inactivate-input-method):
6590 Set input-method-function to nil.
6591
6592 * xml.el (xml-parse-tag): The document may contain invalid characters.
6593 From ShengHuo ZHU <zsh@cs.rochester.edu>
6594
6595 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
6596
6597 * mail/rmailsum.el (rmail-message-subject-p): Don't call
6598 `rmail-summary-line-decoder' if the message does not have
6599 a Subject: field.
6600
6601 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
6602
6603 * mail/rmail.el (rmail-insert-mime-resent-message-function):
6604 New variable.
6605 (rmail-resend): Modify to work in `rmail-view-buffer'; call
6606 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
6607 is non-nil.
6608
6609 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
6610
6611 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
6612
6613 2001-05-29 Sam Steingold <sds@gnu.org>
6614
6615 * faces.el (face-valid-attribute-values): Bind `valid' directly
6616 instead of using `setq'.
6617
6618 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
6619 Use `tex-shell-buf'.
6620 (tex-shell-proc): Use `tex-shell-running'.
6621 (tex-shell-buf-no-error): New function.
6622 (tex-send-tex-command): Use it.
6623 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
6624 (tex-kill-job): Check the process before calling `quit-process'.
6625
6626 2001-05-29 Gerd Moellmann <gerd@gnu.org>
6627
6628 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
6629 UTF-8 sequences.
6630
6631 2001-05-28 Miles Bader <miles@gnu.org>
6632
6633 * comint.el (comint-carriage-motion): Renamed from
6634 `comint-cr-magic'. Operate on the buffer instead of the string
6635 (for use as a comint post-output filter, instead of as a
6636 pre-output filter). Handle backspaces too. Add to the
6637 `comint-output-filter-functions' hook instead of
6638 `comint-preoutput-filter-functions'.
6639
6640 2001-05-28 Gerd Moellmann <gerd@gnu.org>
6641
6642 * language/japan-util.el (japanese-hankaku): Prefer the charset
6643 `jisx0201' when the optional argument `ascii-only' is not specified.
6644 (japanese-hankaku-region): Ditto.
6645 From Katsumi Yamaoka <yamaoka@jpl.org>
6646
6647 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
6648
6649 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
6650 (outline-invisible-p): New function.
6651 (hide-leaves): Save excursion.
6652 (hide-other): Stop looping when reaching bobp.
6653
6654 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
6655
6656 * cus-edit.el (custom-file): Fix last change.
6657
6658 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
6659
6660 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
6661 same definition in byte-compile-function-environment as `autoload'
6662 would put in `symbol-function'.
6663
6664 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
6665 patch to correct the error message as well.
6666
6667 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
6668
6669 * cus-edit.el (custom-file): Don't assume we were invoked with -q
6670 unless ~/.emacs exists.
6671
6672 * novice.el (enable-command): If user-init-file is nil or does not
6673 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
6674
6675 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
6676
6677 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
6678 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6679 Allow spaces around macro arguments.
6680 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
6681 indent-for-tab-command.
6682 (latex-mode-map, plain-tex-mode-map): New keymaps.
6683 Inherit from tex-mode-map.
6684 (tex-common-initialization): Don't setup the keymap any more
6685 since it's now done right by define-derived-mode.
6686 (latex-mode): Set skeleton-end-hook to nil.
6687 (latex-skeleton-end-hook): Remove.
6688 (tex-latex-block, latex-insert-item): Simplify.
6689 (latex-syntax-after): Use following-char rather than char-after.
6690 (tex-discount-args-cmds, tex-count-words): New functions.
6691
6692 * textmodes/tildify.el (tildify-ignored-environments-alist):
6693 Recognize \verb* as well.
6694
6695 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
6696 (perl-comment-indent): Simplify to let newcomment.el do its job.
6697 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
6698 (perl-mark-function): Cleanup the namespace.
6699 (perl-calculate-indent): Don't be fooled by nested functions.
6700
6701 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
6702
6703 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
6704 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
6705
6706 2001-05-25 Andrew Choi <akochoi@i-cable.com>
6707
6708 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
6709 actually be `\\'.
6710 (ctlau-b5-converter): Likewise.
6711
6712 2001-05-24 Andrew Choi <akochoi@i-cable.com>
6713
6714 * international/titdic-cnv.el (quail-misc-package-ext-info):
6715 Change CTLauB.el to CTLau-b5.el.
6716
6717 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
6718
6719 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
6720 rather than beginning-of-line to avoid problems with fields.
6721 (gud-perldb-massage-args): Use unless and push.
6722 (gud-chdir-before-run): New var.
6723 (gud-common-init): Use it.
6724
6725 2001-05-24 Andrew Choi <akochoi@i-cable.com>
6726
6727 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6728 delete entries for chinese-ctlau and chinese-ctlaub.
6729 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
6730 chinese-ctlaub.
6731 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
6732 New functions.
6733
6734 2001-05-22 Gerd Moellmann <gerd@gnu.org>
6735
6736 * cus-edit.el (custom-comment-show): Remove debug code.
6737
6738 * language/japan-util.el (japanese-symbol-table): Fix handling of
6739 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
6740
6741 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
6742
6743 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
6744 Renamed by removing the silly `-flag' suffix.
6745 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
6746
6747 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
6748
6749 * replace.el (keep-lines-read-args): Use `copy-marker'.
6750 (how-many): Save excursion properly.
6751 (occur-mode): Use define-derived-mode.
6752 (perform-replace): Use with-current-buffer.
6753
6754 2001-05-20 Richard M. Stallman <rms@gnu.org>
6755
6756 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
6757
6758 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
6759
6760 * info.el (Info-read-subfile): Widen before finding the
6761 desired node in the subfile.
6762
6763 * startup.el (command-line-1): When >2 files visited,
6764 leave the last one visible, and make that the selected window.
6765
6766 2001-05-20 Gerd Moellmann <gerd@gnu.org>
6767
6768 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
6769
6770 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
6771
6772 * international/ccl.el (define-ccl-program): Fix a typo.
6773 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6774
6775 * international/mule.el (decode-char): Fix a typo. From Pavel
6776 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6777
6778 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
6779 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6780
6781 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
6782 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6783
6784 2001-05-18 Sam Steingold <sds@gnu.org>
6785
6786 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
6787 and [RET] to `cvs-mode-find-file'.
6788
6789 2001-05-18 John Wiegley <johnw@gnu.org>
6790
6791 * eshell/esh-ext.el (eshell-explicit-command-char): A new
6792 configuration variable, which determines the initial character
6793 that forces use of an external version of a command. The default
6794 is *, but may be set to \, for example.
6795
6796 * eshell/esh-ext.el (eshell-explicit-command):
6797 Use `eshell-explicit-command-char' instead of ?*.
6798
6799 * eshell/esh-cmd.el (eshell/which):
6800 Use `eshell-explicit-command-char' instead of ?*.
6801
6802 * eshell/em-cmpl.el (eshell-completion-command-name)
6803 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
6804 instead of ?*.
6805
6806 2001-05-18 Gerd Moellmann <gerd@gnu.org>
6807
6808 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
6809 subst-char-in-string.
6810 (ange-ftp-after-parse-ls-hook): New variable.
6811 (ange-ftp-ls): Run that hook.
6812 From Peter Milliken <Peter.Milliken@GTECH.COM>.
6813
6814 * tmm.el (tmm-get-keymap): Fix handling of :filter.
6815 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
6816 text into *Completions*.
6817
6818 * net/goto-addr.el (goto-address-at-point): Deal with URLs
6819 part of which look like email addresses.
6820
6821 2001-05-18 Andrew Innes <andrewi@gnu.org>
6822
6823 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
6824 Use . instead of absolute path for lisp dir, to avoid bug in W2K
6825 cmd.exe's handling of FOR loops.
6826 (autoloads): Set find-file-suppress-same-file-warnings to t to
6827 avoid slew of spurious messages.
6828
6829 2001-05-18 Simon Josefsson <simon@josefsson.org>
6830
6831 * mail/smtpmail.el (maybe-append-domain): Renamed to
6832 `smtpmail-maybe-append-domain'.
6833 (smtpmail-via-smtp): Use the new name.
6834
6835 * net/browse-url.el (browse-url-browser-function): Add kde.
6836 (browse-url-kde-program, browse-url-kde-args): New variables.
6837 (browse-url-kde): New function.
6838
6839 2001-05-18 Miles Bader <miles@gnu.org>
6840
6841 * simple.el (delete-horizontal-space, just-one-space):
6842 Use `constrain-to-field' instead of `field-end'/`field-beginning',
6843 because it's more efficient for large files.
6844
6845 2001-05-17 Gerd Moellmann <gerd@gnu.org>
6846
6847 * mail/rmail.el (rmail-require-mime-maybe): New function.
6848 (rmail): Use it.
6849 (rmail-mode): Handle the case of finding Rmail files.
6850
6851 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
6852 functions.
6853
6854 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
6855
6856 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
6857 text-property after moving to the beginning of line and regardless
6858 of the value of font-lock-multiline.
6859
6860 2001-05-17 Gerd Moellmann <gerd@gnu.org>
6861
6862 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
6863
6864 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
6865 last coding system used before calling set-buffer-modified-p
6866 because that function changes last-coding-system.
6867
6868 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
6869
6870 * files.el (switch-to-buffer-other-window)
6871 (switch-to-buffer-other-frame): Add an xref to display-buffer in
6872 the doc string.
6873
6874 2001-05-17 Gerd Moellmann <gerd@gnu.org>
6875
6876 * language/slovak.el, language/czech.el: New maintainer.
6877
6878 2001-05-16 Sam Steingold <sds@gnu.org>
6879
6880 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
6881 sub-form of `defgeneric' correctly.
6882
6883 2001-05-16 Gerd Moellmann <gerd@gnu.org>
6884
6885 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
6886 of `c'.
6887
6888 * textmodes/outline.el (outline-font-lock-level): Remove the
6889 condition-case, test what outline-level returns instead, to
6890 ease debugging.
6891
6892 * international/mule.el (auto-coding-regexp-alist): New user-option.
6893 (auto-coding-from-file-contents): New function.
6894 (set-auto-coding): Use it to determine a coding system.
6895
6896 2001-05-15 Gerd Moellmann <gerd@gnu.org>
6897
6898 * mouse.el (mouse-delete-other-windows): Doc fix.
6899
6900 * emacs-lisp/lisp-mode.el (lisp-mode):
6901 Make font-lock-keywords-case-fold-search a buffer-local variable with
6902 make-local-variable before setting it.
6903
6904 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
6905
6906 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
6907 prefixes.
6908
6909 2001-05-14 Gerd Moellmann <gerd@gnu.org>
6910
6911 * hexl.el (hexl-current-address): Print a message when called
6912 interactively.
6913
6914 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
6915
6916 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
6917
6918 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
6919
6920 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
6921
6922 2001-05-11 Gerd Moellmann <gerd@gnu.org>
6923
6924 * startup.el (command-line): If parameters have been changed in
6925 the init files which influence font selection, clear the face
6926 cache so that faces get realized with the new parameters.
6927
6928 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
6929
6930 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
6931
6932 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
6933
6934 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
6935
6936 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
6937 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
6938
6939 2001-05-10 Gerd Moellmann <gerd@gnu.org>
6940
6941 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
6942 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
6943
6944 2001-05-09 John Wiegley <johnw@gnu.org>
6945
6946 * eshell/esh-util.el (eshell-convert-numeric-arguments):
6947 Annotated the documentation string to tell users about
6948 `eshell-no-numeric-conversions'.
6949
6950 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
6951 conversions if a Lisp function has the property
6952 `eshell-no-numeric-conversions' set to a non-nil value.
6953
6954 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
6955 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
6956 property `eshell-no-numeric-conversions' on the following
6957 functions (which all deal with filesystem entities, and never Lisp
6958 numerical values): eshell/cd, eshell/pushd, eshell/popd,
6959 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
6960 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
6961 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
6962 eshell/which, eshell/addpath.
6963
6964 2001-05-09 John Wiegley <johnw@gnu.org>
6965
6966 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
6967 encountered as an argument, don't convert it right away, but tag
6968 the first character of the string with the text properties
6969 `number', which signifies to `eshell-lisp-command' that the
6970 argument should be passed through `string-to-number' if it is
6971 actually used in the call to a Lisp function.
6972
6973 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
6974 function, convert any string arguments that have been tagged as
6975 "numbers", by calling string-to-number.
6976
6977 * eshell/esh-util.el (eshell-number-regexp): Now that number
6978 conversions only happen for Lisp function calls, the number regexp
6979 should now match all integer and floating point forms.
6980
6981 * eshell/esh-proc.el: Disable `eshell-stop-process' and
6982 `eshell-continue-process', since they are both nonfunctional at
6983 the moment.
6984 (eshell-proc-initialize): Don't bind keys for
6985 `eshell-stop-process' or `eshell-continue-process'.
6986
6987 * eshell/em-unix.el (eshell-shuffle-files):
6988 Apply `directory-file-name' before calling `file-name-directory'.
6989
6990 * eshell/em-hist.el (eshell-add-to-history): Reference to
6991 `eshell-history-ring' needed to be `eshell-history-index'.
6992
6993 * calendar/timeclock.el (timeclock-find-discrep):
6994 Initialize `elapsed' to 0.
6995 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
6996 it's still nil.
6997
6998 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
6999
7000 * arc-mode.el (archive-int-to-mode): Construct the string directly.
7001 (archive-mode): Use capitalize.
7002 (archive-unique-fname): Use make-temp-file.
7003
7004 2001-05-09 Gerd Moellmann <gerd@gnu.org>
7005
7006 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
7007
7008 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
7009
7010 * tar-mode.el (tar-extract): Pay attention to the value of
7011 coding-system-for-read, if it is non-nil.
7012
7013 * calendar/holidays.el (holidays): Add an autoload cookie.
7014 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7015
7016 2001-05-08 John Wiegley <johnw@gnu.org>
7017
7018 * calendar/timeclock.el (timeclock-workday-remaining):
7019 Changed logic for determining how much time is remaining.
7020 (timeclock-workday-elapsed): Don't accept a "relative" argument
7021 for the current day's elapsed time. What could that have meant?
7022 (timeclock-workday-elapsed-string): No "relative" argument anymore.
7023 (timeclock-when-to-leave): Changed logic, similarly to what was
7024 done for `timeclock-workday-remaining'.
7025 (timeclock-find-discrep): Removed "today-only" argument, which had
7026 no meaning. Fixed some more math problems. The function now
7027 returns a three member list: (TOTAL-TIME-DISCREPANCY
7028 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
7029
7030 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7031
7032 * w32-fns.el (convert-standard-filename): Start replacing slashes
7033 from the beginning of the file name, not from where the last
7034 invalid character was. From "Andrew Maguire (SWW)"
7035 <Andrew.Maguire@Smallworld.co.uk>
7036
7037 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
7038
7039 The following changes are to provide infrastructure for handling
7040 MIME messages to rmail. They don't affect the original behaviour
7041 if rmail-enable-mime is nil.
7042
7043 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
7044 (rmail-search-mime-message-function)
7045 (rmail-search-mime-header-function): New variables.
7046 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
7047 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
7048 `rmail-view-buffer' is hidden.
7049 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
7050 call rmai-show-mime-function.
7051 (rmail-display-labels): If rmail-enable-mime is non-nil, update
7052 mode-line-process of rmail-view-buffer.
7053 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
7054 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
7055 buffer.
7056 (rmail-next-message, rmail-next-undeleted-message): Be sure to
7057 set-buffer to the Rmail buffer.
7058 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
7059 rmail-search-mime-header-function.
7060 (rmail-search-message): New function.
7061 (rmail-search): Call rmail-search-message to check if a message
7062 matches REGEXP, lastly update point after calling
7063 rmail-show-message.
7064 (rmail-undelete-previous-message, rmail-expunge-confirmed)
7065 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
7066 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
7067 header region, refer to rmail-msgref-vector while setting the
7068 current buffer to rmail-buffer temporarily.
7069 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
7070 If rmail-enable-mime is non-nil, call
7071 rmail-insert-mime-forwarded-message-function instead of inserting
7072 forwarded message by itself.
7073
7074 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
7075 Rmail buffer.
7076 (rmail-set-label, rmail-next-labeled-message): Likewise.
7077
7078 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
7079 set-buffer to the Rmail buffer.
7080 (rmail-output-to-rmail-file): Likewise.
7081 (rmail-output): Likewise.
7082
7083 * mail/rmailsum.el (rmail-message-subject-p): Process the result
7084 of mail-fetch-field by rmail-summary-line-decoder.
7085 (rmail-new-summary): Be sure to go to the Rmail buffer.
7086 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
7087 rmail-view-buffer to nil.
7088 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
7089 rmail-view-buffer.
7090 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
7091 rmail-buffer.
7092 (rmail-summary-scroll-msg-down): Likewise.
7093 (rmail-summary-beginning-of-message): Likewise.
7094 (rmail-summary-wipe): Likewise.
7095 (rmail-summary-toggle-header): Use save-window-excursion, not
7096 save-excursion. Update point in rmail-view-buffer, not in
7097 rmail-buffer.
7098 (rmail-summary-reply): Before calling rmail-reply, set buffer to
7099 rmail-view-buffer, not rmail-buffer.
7100
7101 2001-05-07 Gerd Moellmann <gerd@gnu.org>
7102
7103 * cus-edit.el (custom-file): Signal an error if user-init-file is
7104 nil (running -q).
7105
7106 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
7107
7108 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
7109 Add :version.
7110
7111 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
7112 New option.
7113 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
7114 only if smtpmail-warn-about-unknown-extensions is set.
7115
7116 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
7117 instead of rmail-sort-by-keywords.
7118
7119 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
7120 rmail-sort-by-keywords.
7121
7122 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
7123 rmail-summary-sort-by-keywords. Doc fix.
7124 (rmail-summary-mode): Doc fix.
7125
7126 * mail/rmail.el (rmail-edit): New Custom group.
7127
7128 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
7129 (rmail-edit-mode-hook): New user-option.
7130
7131 2001-05-05 Richard M. Stallman <rms@gnu.org>
7132
7133 * help.el (help-xref-symbol-regexp): Recognize "source of"
7134 and friends, meaning make a link to the source file.
7135 (help-make-xrefs): Handle "source of" and friends
7136 by constructing a link that visits the source file.
7137
7138 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
7139
7140 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
7141
7142 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
7143 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
7144 Renamed from perl-font-lock-keywords to avoid clashes.
7145 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
7146 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
7147 Updated correspondingly.
7148
7149 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
7150 Typo `nonexistant' -> `nonexistent'.
7151
7152 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
7153
7154 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
7155 Split `c-electric-delete' into two functions where
7156 `c-electric-delete-forward' always deletes forward and
7157 `c-electric-delete' only contains the code necessary for XEmacs to
7158 choose between backward and forward deletion.
7159
7160 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
7161 get the electric behavior on that key too.
7162 (c-fill-paragraph): Fixed bogus direct use of
7163 c-comment-prefix-regexp, which caused an error when it's a list.
7164
7165 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
7166
7167 * dired-aux.el (dired-diff): Doc fix.
7168
7169 * dired.el (dired-diff): Likewise.
7170
7171 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
7172
7173 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7174
7175 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
7176
7177 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
7178 if both the buffer and the file are read-only.
7179
7180 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
7181 rather than font-lock-string-face.
7182 (sh-get-indent-info): Treat heredocs like strings.
7183
7184 2001-05-02 Gerd Moellmann <gerd@gnu.org>
7185
7186 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
7187 a newline following `}'.
7188 (texinfo-format-email): New function.
7189 (toplevel): Use texinfo-format-email for @email.
7190 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
7191 Add `display'.
7192 (texinfo-sort-region): Goto point-min before sorting.
7193 (texinfo-set): Remove leading white space from value.
7194 From yagi@is.titech.ac.jp.
7195
7196 * replace.el (query-replace-regexp-eval): Doc fix.
7197
7198 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
7199
7200 * diff-mode.el (diff-nonexistant-face): New face.
7201 (diff-font-lock-keywords): Use it.
7202
7203 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
7204
7205 * font-lock.el (font-lock-mode): Doc fix.
7206
7207 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
7208 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7209
7210 2001-04-30 Gerd Moellmann <gerd@gnu.org>
7211
7212 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
7213 backslash at the start of the here-document delimiter.
7214 (sh-font-lock-syntactic-keywords): Likewise.
7215
7216 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
7217
7218 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
7219
7220 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
7221 (tty-color-translate, tty-color-by-index, tty-color-values)
7222 (tty-color-desc): Doc fix.
7223
7224 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
7225
7226 * dired-aux.el (dired-do-create-files, dired-do-copy)
7227 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
7228 Mention dired-dwim-target in the doc string.
7229
7230 2001-04-28 Miles Bader <miles@gnu.org>
7231
7232 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
7233 (dabbrev--find-expansion): Use it.
7234 (dabbrev--select-buffers): Don't select ignored buffers.
7235
7236 2001-04-27 Gerd Moellmann <gerd@gnu.org>
7237
7238 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
7239
7240 2001-04-26 Richard M. Stallman <rms@gnu.org>
7241
7242 * dabbrev.el: Add doc strings for some functions.
7243 (dabbrev--eliminate-newlines): New variable.
7244 (dabbrev--substitute-expansion): Convert newlines to spaces
7245 if dabbrev--eliminate-newlines is set.
7246 If abbrev and expansion are both all-lower-case,
7247 leave dabbrev--last-case-pattern nil.
7248
7249 2001-04-26 Gerd Moellmann <gerd@gnu.org>
7250
7251 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
7252 if necessary, like in rmail-show-message.
7253
7254 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7255
7256 * ps-print.el: Color specified by number is forced to be float number.
7257 (ps-print-version): New version number (6.5.1.1).
7258 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
7259 initialization.
7260 (ps-prefix-quote): New internal var.
7261 (ps-print-quote): New fun.
7262 (ps-setup, ps-output-frame-properties, ps-float-format)
7263 (ps-format-color): Code fix.
7264 (ps-plot-region): Eliminate redundant foreground color text setting.
7265
7266 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
7267
7268 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
7269
7270 2001-04-25 Gerd Moellmann <gerd@gnu.org>
7271
7272 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
7273
7274 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
7275
7276 * info.el (Info-additional-directory-list): Doc fix.
7277
7278 * find-lisp.el (find-lisp-find-dired-filter)
7279 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
7280 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
7281
7282 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
7283
7284 * progmodes/make-mode.el (makefile-font-lock-keywords):
7285 Rationalize the rules for includes and conditionals and use the
7286 keyword face for them.
7287
7288 * faces.el (modify-face): Add compatibility for non-interactive use.
7289
7290 2001-04-24 John Wiegley <johnw@gnu.org>
7291
7292 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
7293 fix from last night, since it wasn't finding eshell/cd.
7294
7295 2001-04-24 Gerd Moellmann <gerd@gnu.org>
7296
7297 * rect.el (string-rectangle): Revert to 20.x behaviour.
7298 (replace-rectangle): Make it an alias for string-rectangle.
7299 (string-insert-rectangle): New function.
7300
7301 2001-04-23 John Wiegley <johnw@gnu.org>
7302
7303 * eshell/em-unix.el (eshell/diff): Fixed problems that were
7304 occurring with Emacs 21's diff.el/compile.el interaction layer.
7305
7306 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
7307
7308 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
7309 case where the function was defined in a file, but not part of an
7310 eshell module.
7311
7312 2001-04-23 John Wiegley <johnw@gnu.org>
7313
7314 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
7315 code to work around a redisplay problem I've been having.
7316
7317 2001-04-23 John Wiegley <johnw@gnu.org>
7318
7319 * calendar/timeclock.el (timeclock-day-required): If the time
7320 required for a particular day is not set, use `timeclock-workday'.
7321 (timeclock-find-discrep): Added some sample code in a comment.
7322
7323 * eshell/eshell.el (eshell-command): Made a few changes so that
7324 `eshell-command' could be called programmatically.
7325
7326 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
7327
7328 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
7329
7330 2001-04-23 John Wiegley <johnw@gnu.org>
7331
7332 * calendar/timeclock.el: Updated copyright.
7333 (timeclock-generate-report): Don't report the daily or two-week
7334 total, if no time has been worked in that period.
7335 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
7336 final computational form, which was unnecessary; corrected a
7337 parsing problem when timeclock-relative was nil.
7338
7339 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
7340
7341 * calendar/timeclock.el (timeclock-modeline-display): Check if
7342 `list-entry' is null.
7343 (timeclock-use-display-time): The first argument to `set-variable'
7344 must be a symbol.
7345
7346 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
7347
7348 * calendar/calendar.el (diary-entry-marker)
7349 (calendar-today-marker, calendar-holiday-marker):
7350 Use display-color-p instead of window-system.
7351 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
7352 instead of window-system.
7353 (calendar-hide-window): Use display-multi-frame-p instead of
7354 window-system.
7355
7356 * calendar/cal-x.el (calendar-two-frame-setup)
7357 (calendar-only-one-frame-setup, calendar-one-frame-setup):
7358 Use display-multi-frame-p instead of window-system.
7359
7360 2001-04-23 Gerd Moellmann <gerd@gnu.org>
7361
7362 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
7363
7364 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
7365 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
7366
7367 2001-04-23 Alex Schroeder <alex@gnu.org>
7368
7369 * goto-addr.el: Instead of defining line-beginning-position and
7370 line-end-position a defalias is used for point-at-bol and point-at-eol.
7371
7372 2001-04-23 Alex Schroeder <alex@gnu.org>
7373
7374 * goto-addr.el: Added XEmacs compatibility code.
7375 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
7376
7377 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
7378
7379 * textmodes/paragraphs.el (sentence-end): Doc fix.
7380
7381 2001-04-20 Alex Schroeder <alex@gnu.org>
7382
7383 * sql.el (sql-escape-newlines-and-send): New function.
7384 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
7385
7386 2001-04-20 Alex Schroeder <alex@gnu.org>
7387
7388 * sql.el (sql-db2-program): New option.
7389 (sql-db2-options): New option.
7390 (sql-db2): New function.
7391
7392 2001-04-20 Alex Schroeder <alex@gnu.org>
7393
7394 * sql.el (sql-mode-menu): Added highlighting entries.
7395 (sql-highlight-oracle-keywords): New function.
7396 (sql-highlight-postgres-keywords): New function.
7397 (sql-highlight-ansi-keywords): New function.
7398
7399 2001-04-20 Alex Schroeder <alex@gnu.org>
7400
7401 * sql.el (sql-help): Doc change.
7402
7403 2001-04-19 Karl Fogel <kfogel@collab.net>
7404
7405 * saveplace.el (save-place-alist-to-file): Removed no-effect code
7406 that inserted file content only to delete it immediately.
7407 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
7408 <lektu@uol.com.br> for the patch.
7409
7410 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
7411
7412 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
7413
7414 2001-04-18 Gerd Moellmann <gerd@gnu.org>
7415
7416 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
7417 for defmethod.
7418
7419 * comint.el (comint-cr-magic): New function.
7420 (toplevel): Add it to comint-preoutput-filter-functions.
7421
7422 2001-04-18 Andrew Innes <andrewi@gnu.org>
7423
7424 * makefile.w32-in (EMACSLOADPATH): Define.
7425 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
7426 (recompile): Remove stuff to set EMACSLOADPATH.
7427
7428 2001-04-18 Gerd Moellmann <gerd@gnu.org>
7429
7430 * language/slovak.el ("Slovak"): Add tutorial entry.
7431
7432 * net/browse-url.el (browse-url-new-window-flag): Renamed from
7433 browse-url-new-window-p.
7434
7435 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
7436
7437 * info.el (Info-menu-update): When there are no menus and/or no
7438 cross references in the node, make the respective items of the
7439 Info menu-bar menu inactive.
7440
7441 2001-04-17 Gerd Moellmann <gerd@gnu.org>
7442
7443 * indent.el (indent-for-tab-command): Call indent-line-function
7444 with no argument if PREFIX-ARG is non-nil.
7445
7446 * frame.el (delete-other-frames): Handle minibuffer-only frames.
7447
7448 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
7449
7450 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
7451 an async subprocess if start-process is unavailable. Suggested by
7452 Tim Van Holder <tim.van.holder@pandora.be>.
7453
7454 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7455
7456 * info.el (Info-additional-directory-list): Doc fix. Suggested by
7457 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7458
7459 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7460
7461 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
7462 manual.
7463
7464 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
7465
7466 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
7467 (cvs-menu): Add a few entries.
7468
7469 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
7470 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
7471 lock file appears to be reachable from Emacs.
7472 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
7473 (cvs-mode-find-file): Look for cvs-header-face rather than
7474 cvs-dirname-face (which doesn't exist).
7475 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
7476
7477 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
7478
7479 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
7480
7481 * emulation/pc-select.el (pc-selection-mode): Don't turn on
7482 normal-erase-is-backspace on a tty. Instead, bind some keys such
7483 as [delete] directly, like pc-select.el did before
7484 normal-erase-is-backspace was invented.
7485
7486 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
7487
7488 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
7489
7490 2001-04-11 John Wiegley <johnw@gnu.org>
7491
7492 * eshell/em-ls.el (eshell-ls-insert-directory):
7493 Set font-lock-defaults to nil, to prevent fontification in dired
7494 buffers, if Eshell's ls is being used.
7495
7496 2001-04-11 John Wiegley <johnw@gnu.org>
7497
7498 * calendar/timeclock.el (timeclock-completing-read): New function.
7499 (timeclock-ask-for-project, timeclock-ask-for-reason):
7500 Call `timeclock-completing-read'.
7501
7502 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
7503 required where `member' was being used.
7504
7505 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
7506
7507 * eshell/em-hist.el (eshell-previous-matching-input):
7508 Don't display "History item" if the the minibuffer is active.
7509
7510 2001-04-11 Gerd Moellmann <gerd@gnu.org>
7511
7512 * startup.el (command-line): Output a newline after printing
7513 an error from loading the window system's init file.
7514
7515 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
7516
7517 * textmodes/texinfo.el (texinfo-font-lock-keywords):
7518 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
7519 @inforef. Add an OVERRIDE of `keep' to highlight specs of
7520 keywords whose arguments routinely include @@.
7521
7522 2001-04-10 Gerd Moellmann <gerd@gnu.org>
7523
7524 * emacs-lisp/advice.el (ad-make-advised-definition):
7525 Construct advice for subrs differently.
7526
7527 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
7528 regexp in parentheses when building the regexp for searching backwards.
7529
7530 * simple.el (completion-list-mode-finish): New function.
7531 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
7532
7533 * language/european.el ("Polish"): Change sample text.
7534 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
7535
7536 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
7537 parameter.
7538
7539 * faces.el (menu): Doc fix.
7540
7541 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7542
7543 * ps-print.el: Footer implementation. Doc fix.
7544 (ps-print-version): New version number (6.5.1).
7545 (ps-header-frame-alist): New customization var for header frame
7546 properties.
7547 (ps-line-number-color): New customization var for line number color.
7548 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
7549 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
7550 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
7551 (ps-right-footer): New customization vars for footers.
7552 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
7553 footers.
7554 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
7555 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
7556 Code fix.
7557 (ps-prologue-file): Indentation fix.
7558 (ps-print-quote): Fun eliminated.
7559 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
7560 (ps-output-frame-properties): New fun.
7561 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
7562 (ps-skip-newline): Replace defun by defsubst.
7563
7564 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
7565
7566 * eshell/eshell.el (eshell-command): Needed a "%s" format
7567 specifier, in case the buffer contains percent characters.
7568
7569 2001-04-10 John Wiegley <johnw@gnu.org>
7570
7571 * calendar/timeclock.el (timeclock-generate-report): Added a
7572 missing insert of the project name.
7573
7574 2001-04-09 Gerd Moellmann <gerd@gnu.org>
7575
7576 * obsolete/profile.el: Moved from emacs-lisp/.
7577
7578 * Makefile.in (nonobsolete_setwins): New macro.
7579 (finder-data): Use it instead of `setwins'.
7580 From: Dave Love <fx@gnu.org>.
7581
7582 * server.el (server-visit-files): Set server-existing-buffer correctly.
7583 (server-visit-files): Run server-visit-hook after going to
7584 line 1 so that the hook can set point as it sees fit.
7585
7586 * bindings.el (mode-line-modified): Unify help messages.
7587
7588 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
7589
7590 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
7591 All callers changed.
7592
7593 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
7594
7595 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
7596 long file names aren't supported, truncate the file names in
7597 quail-misc-package-ext-info to 8+3 before matching them against
7598 FILENAME.
7599
7600 * dos-fns.el (dos-truncate-to-8+3): New function.
7601
7602 * progmodes/compile.el (grep-compute-defaults): Use null-device
7603 instead of literal /dev/null. Reported by Jens Schmidt
7604 <schmidt@mathematik.uni-kl.de>.
7605
7606 * simple.el (normal-erase-is-backspace-mode): Doc fix.
7607
7608 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
7609
7610 * textmodes/sgml-mode.el: Add unknown maintainer.
7611 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
7612 (html-mode-map): Use set-keymap-parent.
7613
7614 2001-04-06 Dave Love <fx@gnu.org>
7615
7616 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
7617 Remove redundant string-to-list.
7618
7619 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
7620
7621 * composite.el (reference-point-alist): Doc fix.
7622
7623 2001-04-05 Sam Steingold <sds@gnu.org>
7624
7625 * font-lock.el (font-lock-keywords-case-fold-search):
7626 Make buffer-local. This fixes a very annoying bug when loading a Lisp
7627 file made font-lock case-insensitive.
7628
7629 2001-04-05 Gerd Moellmann <gerd@gnu.org>
7630
7631 * faces.el (defface menu): Doc fix.
7632
7633 * wid-edit.el (widget-color-sample-face-get): Don't make
7634 faces for undefined colors.
7635
7636 * version.el (emacs-version): Include LessTif/Motif version info.
7637
7638 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7639
7640 * ps-mule.el: Eliminate cl package dependence.
7641 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
7642 if they aren't defined yet.
7643 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
7644 Eliminate cl package dependence.
7645
7646 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
7647
7648 * progmodes/cc-cmds.el (c-outline-level):
7649 Bind buffer-invisibility-spec. Originally from Dave Love, but
7650 got lost when incorporating version 5.26.
7651
7652 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
7653
7654 * emulation/pc-select.el (pc-selection-mode):
7655 Call normal-erase-is-backspace-mode instead of binding
7656 keys individually.
7657
7658 * cus-load.el (normal-erase-is-backspace): Use it instead of
7659 delete-key-deletes-forward.
7660
7661 * startup.el (command-line): Use normal-erase-is-backspace and
7662 normal-erase-is-backspace-mode.
7663
7664 * simple.el (normal-erase-is-backspace): Rename from
7665 delete-key-deletes-forward. Doc fix.
7666 (normal-erase-is-backspace-mode): Rename from
7667 delete-key-deletes-forward-mode. Doc fix.
7668 Run normal-erase-is-backspace-hook.
7669
7670 * dired.el (dired-move-to-filename-regexp): Support file sizes in
7671 ``human-readable'' format produced by GNU `ls'.
7672 (dired-move-to-filename-regexp): Recognize ISO format dates.
7673 From Paul Eggert <eggert@twinsun.com>.
7674
7675 2001-04-04 Gerd Moellmann <gerd@gnu.org>
7676
7677 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
7678 New functions.
7679 (lm-verify): Check keywords.
7680 From Eric M. Ludlam <eric@siege-engine.com>.
7681
7682 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
7683
7684 * speedbar.el (speedbar-insert-image-button-maybe): Check for
7685 `xemacs' feature instead of for the function `set-extent-property'.
7686
7687 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
7688
7689 * mail/mh-utils.el (mh-folder-hist): New var.
7690 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
7691
7692 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
7693
7694 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
7695 region, position point on the first or last 16-byte group.
7696 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
7697 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
7698 hexl-beginning-of-line.
7699
7700 2001-04-03 Gerd Moellmann <gerd@gnu.org>
7701
7702 * icomplete.el (icomplete-mode): Treat an argument like other
7703 modes do.
7704
7705 * startup.el (fancy-splash-head): Use splash8.xpm for color
7706 depth 8.
7707
7708 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
7709 Add an antry for ``converts''.
7710
7711 * language/slovak.el ("Slovak"): Add documentation string.
7712 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
7713
7714 * language/czech.el ("Czech"): Add documentation string.
7715 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
7716
7717 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
7718 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
7719
7720 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
7721
7722 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
7723 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
7724 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
7725 Use `defsubst' rather than a macro to ease debugging.
7726 (mail-extr-last): Remove (use `last' instead).
7727 (mail-extract-address-components): Properly reset the syntax-table
7728 after parsing an address. Use `last' rather than mail-extr-last.
7729 Make sure the end marker stays at the very end.
7730
7731 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
7732
7733 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
7734 last change.
7735
7736 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7737
7738 * ps-print.el: Line and paragraph spacing feature. Region to cut
7739 out when printing. Doc fix.
7740 (ps-print-version): New version number (6.5).
7741 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
7742 New vars. Line and paragraph spacing feature.
7743 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
7744 out when printing.
7745 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
7746 (ps-get-font-size, ps-begin-job, ps-continue-line)
7747 (ps-plot-region): Code fix.
7748 (ps-print-prologue-2): Var eliminated.
7749 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
7750 New internal vars.
7751 (ps-get-size): New fun.
7752 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
7753 (ps-next-line): Replace defun by defsubst.
7754 (ps-mule-plot-string): Autoload doc fix.
7755
7756 * ps-bdf.el: XEmacs compatibility. Doc fix.
7757 (installation-directory, coding-system-for-read): Declare vars if
7758 it's not declared yet.
7759 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
7760
7761 * ps-mule.el: XEmacs compatibility. Doc fix.
7762 (leading-code-private-22): Declare var if it's not declared yet.
7763 (charset-bytes, charset-dimension, charset-id, charset-width)
7764 (find-charset-region, split-char, char-width, chars-in-region)
7765 (forward-point, decompose-composite-char, encode-coding-string)
7766 (coding-system-p, ccl-execute-on-string, define-ccl-program):
7767 Define funs if not defined yet.
7768 (encode-composition-rule, find-composition): Define funs if not
7769 loaded yet.
7770 (ps-mule-prologue): PostScript code fix.
7771
7772 2001-04-02 Kenichi Handa <handa@etl.go.jp>
7773
7774 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
7775 non-nil, generate font for the header strings.
7776 (ps-mule-prepare-font): Likewise.
7777 (ps-mule-generate-glyphs): Likewise.
7778 (ps-mule-string-encoding): Likewise.
7779 (ps-mule-header-charsets): New variable.
7780 (ps-mule-encode-header-string): New function.
7781 (ps-mule-header-string-charsets): New function.
7782 (ps-mule-begin-job): Check charsets in the header strings. If there
7783 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
7784
7785 * ps-print.el (ps-generate-header-line): Encode the header string by
7786 ps-mule-encode-header-string.
7787 (ps-mule-encode-header-string): Declare autoload.
7788
7789 2001-04-02 Gerd Moellmann <gerd@gnu.org>
7790
7791 * frame.el (cursor-in-non-selected-windows):
7792 Replaces show-cursor-in-non-selected-windows.
7793
7794 2001-03-31 Kenichi Handa <handa@etl.go.jp>
7795
7796 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7797 Delete entries for "chinese-py" and "chinese-ziranma".
7798 (quail-misc-package-ext-info): New variable.
7799 (tsang-quick-converter): New function.
7800 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
7801 (quick-cns-converter, py-converter, ziranma-converter)
7802 (miscdic-convert, batch-miscdic-convert): New functions.
7803
7804 2001-03-30 Kenichi Handa <handa@etl.go.jp>
7805
7806 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
7807 eight-bit-control chars.
7808
7809 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
7810 Reduce making temporary vector (suggested by Dave Love).
7811
7812 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
7813
7814 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
7815 string as well.
7816
7817 2001-03-30 Andreas Schwab <schwab@suse.de>
7818
7819 * files.el (backup-directory-alist): Fix typo.
7820
7821 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
7822
7823 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
7824 <eggert@twinsun.com>.
7825
7826 2001-03-30 Dave Love <fx@gnu.org>
7827
7828 * progmodes/fortran.el (fortran-comment-region): Fix typo.
7829
7830 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
7831
7832 * simple.el (transient-mark-mode): Mention C-g in the doc string.
7833
7834 2001-03-30 Miles Bader <miles@gnu.org>
7835
7836 * subr.el (interactive-form): Fix paren typo.
7837
7838 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
7839
7840 * emacs-lisp/profile.el: Say that it's obsolete in the header
7841 line, so that finder.el puts that into its data-base.
7842 Suggested by Alex Schroeder <alex@gnu.org>.
7843
7844 2001-03-29 Paul Eggert <eggert@twinsun.com>
7845
7846 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
7847 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
7848
7849 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
7850
7851 * generic.el (generic-mode-set-comments): Use "" rather than nil
7852 for comment-end.
7853
7854 2001-03-29 Gerd Moellmann <gerd@gnu.org>
7855
7856 * emacs-lisp/advice.el (ad-make-advised-definition):
7857 Call interactive-form to obtain the interactive spec of subrs.
7858
7859 * subr.el (interactive-form): New function.
7860
7861 2001-03-29 Andre Spiegel <spiegel@gnu.org>
7862
7863 * vc-sccs.el (vc-sccs-register): Use relative file names.
7864
7865 2001-03-28 Gerd Moellmann <gerd@gnu.org>
7866
7867 * bookmark.el (bookmark-get-bookmark): Handle case that
7868 BOOKMARK is not a string.
7869
7870 * image.el (image-type-regexps): Change type for PS files
7871 to `postscript'.
7872
7873 * subr.el (read-passwd): Clear command history after each
7874 character entered. From: Stephen Gildea
7875 <gildea@stop.mail-abuse.org>.
7876
7877 2001-03-27 Kenichi Handa <handa@etl.go.jp>
7878
7879 * international/kkc.el (kkc-save-init-file): Locally bind
7880 print-length to nil.
7881
7882 2001-03-26 Gerd Moellmann <gerd@gnu.org>
7883
7884 * textmodes/flyspell.el: Some doc fixes.
7885 (flyspell-maybe-correct-transposition)
7886 (flyspell-maybe-correct-doubling): Use a temporary buffer
7887
7888 * textmodes/ispell.el (ispell-parse-output): Doc fix.
7889
7890 * emacs-lisp/byte-opt.el (byte-optimize-while)
7891 (byte-optimize-form-code-walker): Diagnose too few arguments
7892 for `if' and `while'.
7893
7894 2001-03-26 Kenichi Handa <handa@etl.go.jp>
7895
7896 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7897 Prepend `\' to "\<quail-translation-docstring>".
7898
7899 2001-03-26 Gerd Moellmann <gerd@gnu.org>
7900
7901 * autorevert.el (global-auto-revert-non-file-buffers):
7902 Remove duplicate defcustom.
7903
7904 2001-03-26 Miles Bader <miles@gnu.org>
7905
7906 * international/latin1-disp.el (latin1-char-displayable-p):
7907 Add leading "-" for X font pattern.
7908
7909 2001-03-26 Kenichi Handa <handa@etl.go.jp>
7910
7911 * international/mule-diag.el (describe-coding-system):
7912 For raw-text and emacs-mule, don't add anymore text about what
7913 charsets they can encode.
7914
7915 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
7916
7917 * help.el (view-lossage): Mention open-dribble-file in the doc
7918 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
7919
7920 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
7921
7922 * skeleton.el (skeleton-internal-list): Fix bogus logic.
7923 (skeleton-pair-insert-maybe): Don't pair after a backslash.
7924
7925 2001-03-23 Kenichi Handa <handa@etl.go.jp>
7926
7927 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
7928 Call ccl-execute-on-string directly so that CCL program handling
7929 multibyte sequence can work correctly.
7930 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
7931 property of the coding system.
7932
7933 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
7934
7935 * textmodes/fill.el (fill-individual-paragraphs-prefix):
7936 Fix transcription typo.
7937
7938 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
7939
7940 * whitespace.el: Add buffer local variables to toggle testing of
7941 whitespaces in buffers without affecting the default values.
7942 Bump version to 3.0 to account for a few other changes.
7943 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
7944 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
7945 (whitespace-toggle-spacetab-check): New functions.
7946
7947 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
7948
7949 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
7950
7951 2001-03-21 Gerd Moellmann <gerd@gnu.org>
7952
7953 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
7954 bs-cycle-configuration-name. From Juanma Barranquero
7955 <lektu@uol.com.br>.
7956
7957 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
7958 and cc-vars.el.
7959
7960 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
7961 headers. Always invoke sendmail with option -t.
7962
7963 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7964
7965 * Release of cc-mode 5.28.
7966
7967 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7968
7969 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
7970 Removed the hardcoded switch to "java" style in Java mode.
7971 It's instead taken care of by the default value for c-default-style.
7972
7973 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7974
7975 * cc-align.el (c-lineup-math): Fix bug where lineup was
7976 triggered by equal signs in string literals.
7977
7978 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7979
7980 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
7981 limit detection when at the ends of the buffer.
7982
7983 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
7984 "for" statement clause in case 7F; a better one is done
7985 earlier in case 7D anyway.
7986
7987 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7988
7989 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
7990 somewhat more and did a small optimization.
7991
7992 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
7993
7994 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
7995 Use the limit argument only to limit the syntactic context
7996 search, not to limit the actual movement.
7997
7998 * cc-cmds.el (c-beginning-of-statement): Move by sentence
7999 inside multiline strings, just like in comments. Also various
8000 fixes to the paragraph and comment prefix recognition, block
8001 comment ender handling etc.
8002
8003 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8004
8005 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
8006 the relative position of the point.
8007
8008 * cc-cmds.el (c-electric-continued-statement): New function to
8009 use as abbrev hook to reindent for keywords such as "else"
8010 that continues an earlier statement.
8011
8012 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
8013 like classes.
8014
8015 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
8016 (pike-mode): Populate the default abbrev tables to reindent for
8017 keywords such as "else" that can continue earlier statements.
8018 Abbrev mode is therefore turned on by default now. (Note that
8019 this doesn't apply to idl-mode, since IDL afaik doesn't have
8020 statements at all.)
8021
8022 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8023
8024 * cc-engine.el (c-inside-bracelist-p): Fix for handling
8025 bracelists where the declaration contains template arguments.
8026
8027 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8028
8029 * cc-cmds.el (c-comment-indent):
8030 Use `c-get-syntactic-indentation' to correctly calculate the
8031 syntactic indentation. Fixes bug with lineup functions that
8032 return vectors.
8033
8034 * cc-engine.el (c-get-syntactic-indentation): Split the
8035 indentation sum calculation from `c-indent-line' to a separate
8036 function.
8037
8038 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8039
8040 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
8041 Fixed places where it was assumed that preprocessor directives
8042 have to start in column zero.
8043
8044 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
8045 template arguments after a class identifier properly.
8046
8047 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
8048 lists for `new Foo[]' constructs in Java as expressions and
8049 not top level definition brace lists on the top level, so that
8050 they'll get indented consistently with the same type of
8051 expression in a normal block.
8052
8053 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8054
8055 * cc-cmds.el (c-fill-paragraph): The kludge that checks
8056 whether the adaptive filling package fails to keep the comment
8057 prefix is now kludged further to check for filladapt-mode
8058 which doesn't have that problem. This is really icky, but it's
8059 the only way that works with the current misfeatures/bugs in
8060 both adaptive-fill-mode and filladapt-mode.
8061
8062 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
8063 around point is recognized more robust.
8064
8065 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8066
8067 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
8068 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
8069 (c-lit-type): Fixed all internal variables used dynamically so
8070 that they are always bound.
8071
8072 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
8073 errors:
8074
8075 (c-indent-region): Fixed reporting of syntactic errors so that
8076 the region is fully reindented even when an error occurs.
8077 The last syntactic error is printed afterwards. Also cleanup up a
8078 whole lot of code that tried to optimize indentation of whole
8079 sexps but in reality accomplishes nothing.
8080
8081 (c-indent-sexp): Use c-indent-region.
8082
8083 (c-parsing-error): Changed this variable to hold the message
8084 for any syntactic error that is discovered.
8085
8086 (c-parse-state): Search backward from point instead of the bod
8087 position when the latter is invalid. This makes CC Mode
8088 recover faster when there are unbalanced close braces.
8089
8090 (c-backward-to-start-of-if): Use c-parsing-error to report
8091 dangling "else" clauses instead of throwing an error, and fall
8092 back to a reasonable position.
8093
8094 (c-indent-line): Added argument to avoid reporting syntactic errors.
8095
8096 (c-show-syntactic-information): Don't report any syntactic errors.
8097
8098 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8099
8100 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
8101 paragraph recognition when moving by sentence in literals.
8102
8103 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
8104 start regexp for javadoc to recognize javadoc markup in general instead
8105 of a specific set of keywords, to be more future-safe.
8106
8107 (c-Pike-pikedoc-paragraph-start)
8108 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
8109 pikedoc markup.
8110
8111 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
8112
8113 (pike-mode): Initialize paragraph settings pikedoc recognition.
8114
8115 * cc-vars.el (c-default-style): Made a nicer Customize widget.
8116
8117 (c-comment-prefix-regexp): Made it possible to use an
8118 association list on this to specify mode specific regexps.
8119 The default value now use a special regexp in Pike mode to
8120 recognize pikedoc markup.
8121
8122 (c-current-comment-prefix): New variable containing the actual
8123 regexp from c-comment-prefix-regexp for the current buffer.
8124
8125 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8126
8127 * cc-cmds.el (c-electric-brace): Fixed check for special brace
8128 lists: We can't look at the syntax, since a brace list can get
8129 recognized as a plain statement-cont.
8130
8131 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
8132 special brace list opener broken over two lines got recognized
8133 as a statement on the second line. Case 9A changed.
8134
8135 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8136
8137 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
8138 adjustment after line is reindented.
8139
8140 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8141
8142 * cc-defs.el (c-point): Added optional argument for position
8143 to use instead of the current point.
8144
8145 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
8146 the in-expression block symbols when the construct starts at
8147 boi, to avoid the extra level of indentation in that case.
8148 Cases 4, 16A and 17E affected.
8149
8150 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8151
8152 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
8153 calls to `c-indent-line', to adhere better to Emacs conventions.
8154
8155 * cc-engine.el (c-indent-line): Use the syntax already bound
8156 to `c-syntactic-context', if there is any.
8157
8158 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8159
8160 * cc-engine.el (c-get-offset): Fixed bug where the indentation
8161 wasn't added up correctly when a lineup function returned nil.
8162
8163 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8164
8165 * cc-engine.el (c-collect-line-comments): Fixed bug where
8166 empty lines were ignored when collecting line comments backwards.
8167
8168 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8169
8170 * cc-align.el (c-lineup-dont-change): Return an absolute
8171 indentation column to work correctly in the case when several
8172 syntactic elements are processed for the same line.
8173
8174 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
8175 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
8176 (c-set-offset): Added absolute indentation column settings by
8177 using the vector type.
8178
8179 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8180
8181 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
8182 Implemented two new cleanups `space-before-funcall' and
8183 `compact-empty-funcall'.
8184
8185 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8186
8187 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
8188 helping building regexps.
8189
8190 * cc-engine.el (c-on-identifier): New function for detecting
8191 identifiers. It takes keywords into account.
8192
8193 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
8194 lists. `c-keywords' is set to a regexp matching all keywords
8195 in the current language.
8196
8197 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8198
8199 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
8200 list of characters to skip backwards over at the beginning of
8201 a statement, since it can precede string literals in Pike.
8202
8203 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8204
8205 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
8206 recognition when standing on the last line in a C++ comment
8207 with nothing but whitespace after the prefix.
8208
8209 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
8210 given no limit argument.
8211
8212 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8213
8214 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
8215 recognition for the `[]= operator symbol in Pike.
8216
8217 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8218
8219 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
8220 around a bug in `eval-when-compile' in the byte compiler.
8221
8222 * cc-engine.el (c-forward-token-1): Fixed bug with return
8223 value when count is zero and there's no token start within the limit.
8224
8225 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
8226 "prefix comments", i.e. comments which are followed by code on
8227 the same line.
8228
8229 * cc-mode-19.el: Fixes so that checks that must be done at
8230 compile time also are done then.
8231
8232 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8233
8234 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
8235 time and at runtime, and only when it's needed.
8236
8237 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8238
8239 Major cleanup for less error prone and more warning free
8240 compilation, including some fixes for bugs due to different
8241 compilation orders. Thanks to Martin Buchholz for providing
8242 the basis for all this.
8243
8244 * cc-bytecomp.el: New file that provides some byte compilation
8245 features: It ensures that files always are loaded from the
8246 current source directory during compilation, and it provides a
8247 set of macros to turn off specific compiler warnings for
8248 specific symbols. (It's not CC Mode specific in any way.)
8249
8250 Fixed a nearly acyclic dependency tree (both runtime and
8251 compile-time) between all files.
8252
8253 * cc-defs.el: Separated all macros before the inline functions,
8254 to ensure correct compilation.
8255
8256 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
8257 cc-defs.el to cc-engine.el and made it a function instead.
8258
8259 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
8260 about char-after.
8261
8262 * cc-vars.el: Cope even when there isn't a custom package
8263 containing defcustom available.
8264
8265 * cc-make.el: Removed since it's no longer necessary.
8266
8267 README: Updated installation instructions.
8268
8269 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8270
8271 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
8272 improve the modularity: Moved all mode init stuff from
8273 cc-langs.el to cc-mode.el, including the keymap
8274 initialization; cc-langs now only contains the various
8275 variables for configuring the language syntax.
8276
8277 * cc-engine.el, cc-styles.el (c-evaluate-offset)
8278 (c-get-offset): Moved from cc-styles to cc-engine since file
8279 dependency analysis suggests they belong there (which also
8280 makes more sense). Thanks to Martin Buchholz for doing the analysis.
8281
8282 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8283
8284 * cc-cmds.el (c-fn-region-is-active-p): New function that
8285 wraps the corresponding macro, for use in places that aren't
8286 compiled. Thanks to Martin Buchholz for pointing out this.
8287
8288 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
8289
8290 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
8291 add things to the bug report.
8292
8293 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8294
8295 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
8296 returned prefix could contain a newline when the search for a
8297 good prefix line failed.
8298
8299 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8300
8301 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
8302 (c-toggle-auto-hungry-state): Made the argument optional, as
8303 the documentation says it is.
8304
8305 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
8306
8307 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
8308 multiline string syntax, #"...", as a cpp macro.
8309
8310 2001-03-21 Paul Eggert <eggert@twinsun.com>
8311
8312 * international/mule-cmds.el (set-locale-environment):
8313 Set system-messages-locale and system-time-locale, but only if the
8314 caller specifies a non-nil locale name.
8315
8316 2001-03-20 Gerd Moellmann <gerd@gnu.org>
8317
8318 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
8319 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
8320
8321 2001-03-20 Gerd Moellmann <gerd@gnu.org>
8322
8323 * follow.el (follow-avoid-tail-recenter): Doc fix.
8324
8325 * custom.el (custom-set-variables): Avoid reversing the list
8326 of args needlessly.
8327
8328 * startup.el (fancy-splash-head): Don't change the colors of the
8329 XPM image on a dark background.
8330
8331 * comint.el (comint-exec-1): Set columns of the terminal to
8332 window-width instead of frame-width.
8333
8334 * info.el (Info-scroll-down): Add missing WINDOW arg for
8335 pos-visible-in-window-p.
8336
8337 * ehelp.el (electric-help-mode-hook): Add defcustom.
8338
8339 * mail/sendmail.el (mail-mode): Activate case-folding in
8340 font-lock-defaults.
8341
8342 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
8343
8344 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
8345 (completion-ignored-extensions): Remove duplicate ".class".
8346
8347 2001-03-19 Andreas Schwab <schwab@suse.de>
8348
8349 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
8350 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
8351
8352 2001-03-19 Gerd Moellmann <gerd@gnu.org>
8353
8354 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
8355 methods since there are not prefix input methods.
8356
8357 2001-03-19 Kenichi Handa <handa@etl.go.jp>
8358
8359 * international/mule-cmds.el (read-input-method-name):
8360 Locally bind enable-recursive-minibuffers to t.
8361
8362 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
8363
8364 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
8365
8366 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
8367
8368 * ediff-util.el: Copyright years.
8369 (ediff-choose-syntax-table): New function.
8370 (ediff-setup): Use ediff-choose-syntax-table.
8371
8372 * ediff-init.el (ediff-with-syntax-table): New macro, uses
8373 with-syntax-table.
8374
8375 * ediff.el: Date of last update, copyright years.
8376
8377 * ediff-wind (ediff-setup-control-frame): Nill->nil.
8378
8379 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
8380 of Scott Bronson.
8381 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
8382 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
8383 Deleted functions.
8384 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
8385 ex-token-list.
8386
8387 * viper-util.el: Spaces, indentation.
8388
8389 * viper.el: Changed version, modification time.
8390
8391 2001-03-16 John Wiegley <johnw@gnu.org>
8392
8393 * calendar/timeclock.el (timeclock-workday-remaining):
8394 Check whether `discrep' is non-null before using it.
8395
8396 2001-03-16 John Wiegley <johnw@gnu.org>
8397
8398 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
8399 first-time checkins.
8400 (timeclock-log-data): Fixed problem with reading timelog log file.
8401 Resulting data in the "day list" was incorrect.
8402 (timeclock-find-discrep): Check if `timeclock-file' is readable
8403 before opening it.
8404 (timeclock-time-less-p): New function.
8405 (timeclock-day-base): New function.
8406 (timeclock-geometric-mean): New function.
8407 (timeclock-generate-report): Generate a summary report based on
8408 the contents of the log file. This uses `timeclock-log-data', and
8409 is an example of writing a timelog manipulation function.
8410 (timeclock-visit-timelog): A quick command for opening the timelog
8411 file.
8412 (timeclock-log-data): Bound the variable event.
8413
8414 2001-03-16 Kenichi Handa <handa@etl.go.jp>
8415
8416 * international/mule-cmds.el (select-safe-coding-system):
8417 Fix typo: symbol-name -> symbol-value.
8418
8419 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
8420 before substitute-in-file-name to handle double slashes in FILE
8421 correctly.
8422
8423 2001-03-15 Gerd Moellmann <gerd@gnu.org>
8424
8425 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
8426 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
8427
8428 2001-03-14 Gerd Moellmann <gerd@gnu.org>
8429
8430 * bindings.el (features): Add `md5' and `overlay' to the list.
8431
8432 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
8433 bound before using it. It's not bound when configured without X,
8434 for instance.
8435
8436 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
8437
8438 * progmodes/hideshow.el: Update copyright.
8439 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
8440 (hs-minor-mode-hook): Include `:version' in defcustom form.
8441
8442 2001-03-13 Gerd Moellmann <gerd@gnu.org>
8443
8444 * help.el (string-key-binding): Don't call event-start on
8445 a non-list.
8446
8447 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
8448
8449 * startup.el (fancy-splash-tail, command-line-1): Fix the
8450 copyright year.
8451
8452 2001-03-13 Kenichi Handa <handa@etl.go.jp>
8453
8454 * term.el: These changes are based on a patch sent from Yong Lu
8455 <lyongu@yahoo.com>.
8456 (term-set-escape-char): Bind M-x to execute-extended-command in
8457 term-raw-escape-map.
8458 (term-move-columns): Don't try to move to negagive column.
8459 (term-emulate-terminal): Insert a string before deleting a text to
8460 overwrite.
8461
8462 2001-03-12 Gerd Moellmann <gerd@gnu.org>
8463
8464 * play/life.el (life): Rearrange code so that all calls to
8465 life-display-generation are in a catch-form.
8466
8467 * progmodes/etags.el (tags-loop-continue): Don't change point in a
8468 file that isn't interesting. In an interesting file, push the old
8469 value of point on the mark ring.
8470
8471 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
8472 New function.
8473 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
8474 Use it.
8475
8476 * emacs-lisp/autoload.el (generate-file-autoloads):
8477 Remove warning about line lengths.
8478
8479 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
8480
8481 * progmodes/etags.el (tags-compression-info-list): New variable.
8482 (find-tag-in-order): Use it to deal with compressed source files.
8483 (tag-file-name-match-p): New function.
8484 (etags-recognize-tags-table): Use it for better match of file names.
8485
8486 2001-03-12 Kenichi Handa <handa@etl.go.jp>
8487
8488 * international/mule-cmds.el (register-input-method): Doc fix.
8489
8490 * international/quail.el (quail-translate-key): Fix condition to
8491 check if there's another breaking point in the current key.
8492
8493 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
8494
8495 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
8496 Babyl header to the newly-created output file, bind
8497 coding-system-for-write to either rmail-file-coding-system or
8498 emacs-mule-unix.
8499
8500 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
8501
8502 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
8503 Fix the name and regexp used for subsubsections.
8504
8505 2001-03-10 Dave Love <fx@gnu.org>
8506
8507 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
8508 and save-buffer if buffer-file-name non-nil. From rms.
8509
8510 2001-03-10 Andre Spiegel <spiegel@gnu.org>
8511
8512 * vc.el (vc-do-command): If the destination buffer is already
8513 current, don't set it up and don't erase it. Updated doc string
8514 to reflect that.
8515 (vc-version-diff): When doing a single file diff, don't switch to the
8516 *vc-diff* buffer before the command. This is to preserve local
8517 variable bindings that might affect the diff command.
8518 (vc-print-log): Don't switch to the *vc* buffer before the
8519 command, so that local variable bindings are preserved.
8520
8521 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
8522 not the current buffer.
8523 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
8524
8525 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
8526 make output go to buffer *vc*, not the current buffer.
8527
8528 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
8529
8530 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
8531 so ^, $, *, ? and + are interpreted correctly.
8532
8533 2001-03-09 Gerd Moellmann <gerd@gnu.org>
8534
8535 * help.el (string-key-binding): Renamed from
8536 mode-line-key-binding. Handle any event on a string.
8537 Check for `keymap' properties as well as `local-map' properties.
8538
8539 * comint.el (comint-insert-clicked-input): Use the last key
8540 from this-command-keys to lookup the global key definition.
8541
8542 2001-03-09 Kenichi Handa <handa@etl.go.jp>
8543
8544 * international/characters.el: Add category `j' for
8545 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
8546
8547 * international/mule-conf.el (no-conversion): Fix docstring.
8548 (raw-text): Fix docstring.
8549
8550 2001-03-08 Gerd Moellmann <gerd@gnu.org>
8551
8552 * simple.el (choose-completion-string): When not leaving the
8553 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
8554 is set.
8555
8556 * window.el (shrink-window-if-larger-than-buffer): Handle frame
8557 parameter `(minibuffer . t)'.
8558
8559 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
8560
8561 * progmodes/sh-script.el (sh-st-symbol): New symbol.
8562 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
8563 (sh-mode): Remove `make-local-variable' for unused var
8564 `font-lock-unfontify-region-function'.
8565
8566 2001-03-07 Richard M. Stallman <rms@gnu.org>
8567
8568 * info.el (Info-scroll-down): Fix previous change.
8569
8570 * mail/rmail.el (rmail-toggle-header): Use a window which
8571 is showing the Rmail buffer, rather than the selected window.
8572
8573 2001-03-07 Dave Love <fx@gnu.org>
8574
8575 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
8576 now, to avoid problems with binding imenu directly to a mouse event.
8577
8578 2001-03-07 Gerd Moellmann <gerd@gnu.org>
8579
8580 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
8581 second arg t.
8582
8583 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
8584
8585 * log-edit.el (log-edit-common-indent): New var.
8586 (log-edit-set-common-indentation): Renamed from
8587 log-edit-delete-common-indentation. Use the new var.
8588 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
8589
8590 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
8591 (cvs-mode-add-change-log-entry-other-window):
8592 Don't presume change-log-default-name is defined.
8593
8594 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
8595
8596 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
8597 the "tree" operation as well.
8598
8599 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
8600
8601 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
8602 to match paragraph-start.
8603
8604 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
8605 comment-start-skip and set comment-end-skip as well.
8606 (sgml-comment-indent): Fix for new value of comment-start-skip.
8607 (html-autoview-mode): Don't bother using make-local-hook.
8608
8609 2001-03-07 Gerd Moellmann <gerd@gnu.org>
8610
8611 * cus-edit.el (custom-save-delete): Move in front of local
8612 variables, otherwise long Custom entries would make them ineffective.
8613
8614 * uniquify.el: Set maintainer to FSF.
8615
8616 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
8617
8618 * dired-aux.el (dired-do-shell-command): Doc fix.
8619
8620 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
8621
8622 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
8623
8624 * which-func.el (which-func-modes): Add cperl-mode.
8625 (which-func-mode-global): Use define-minor-mode.
8626
8627 * info-look.el: Docstring fixes and dead code eliminated.
8628 (cperl-mode): Add support.
8629 (emacs-lisp-mode): List all entries from elisp manual, whether
8630 or not they are currently (f)bound or not. Update regexp.
8631
8632 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
8633
8634 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
8635 so that C-h m shows the correct information.
8636 Use make-local-variable rather than make-variable-buffer-local.
8637 (cperl-info-buffer, cperl-setup-tmp-buf):
8638 Use make-local-variable rather than make-variable-buffer-local.
8639 (cperl-msb-fix, cperl-get-help-defer):
8640 Check major-mode for `cperl-mode' as well.
8641
8642 * progmodes/cperl-mode.el: Updated to author version 4.23.
8643 (cperl-electric-pod): SYNOPSIS was misspelled.
8644 (cperl-find-pods-heres): @if ? a : b was considered a REx.
8645 (cperl-after-expr-p): Make true after __END__.
8646
8647 2001-03-06 Gerd Moellmann <gerd@gnu.org>
8648
8649 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
8650 bookmark-completion-ignore-case is t.
8651
8652 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
8653 switch, like xterm, and concat resource strings, with a newline
8654 between them.
8655
8656 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
8657
8658 * international/codepage.el (cp770-decode-table)
8659 (cp773-decode-table, cp774-decode-table): New variables.
8660
8661 * man.el (Man-hyphenated-reference-regexp): New variable.
8662 (Man-build-references-alist): Use it to search for referenced
8663 manpages. If hyphenated is non-nil, record a concatenated word in
8664 Man-refpages-alist only if it matches Man-reference-regexp.
8665 Update word's length when it is concatenated. Reverse the list,
8666 to get the first manpage at the head.
8667 (Man-possibly-hyphenated-word): New function.
8668 (Man-follow-manual-reference): Use it instead of current-word to
8669 find a manpage at point, in a way that accounts for hyphenated
8670 references.
8671
8672 2001-03-06 Alex Schroeder <alex@gnu.org>
8673
8674 * sql.el (sql-interbase): New function.
8675 (sql-interbase-program): New option.
8676 (sql-interbase-options): New option.
8677 And some typos fixed: "customise" to "customize".
8678
8679 2001-03-06 Dave Love <fx@gnu.org>
8680
8681 * textmodes/flyspell.el (flyspell-region):
8682 Set up flyspell-local-mouse-map.
8683
8684 2001-03-05 Richard M. Stallman <rms@gnu.org>
8685
8686 * mail/rmail.el (rmail-retry-failure):
8687 Don't call rmail-beginning-of-message.
8688 Don't discard From: field. Do discard Received: field.
8689 Use unwind-protect to re-prune.
8690 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
8691
8692 2001-03-06 Kenichi Handa <handa@etl.go.jp>
8693
8694 * international/quail.el (quail-title): Add autoload cookie.
8695
8696 2001-03-05 Dave Love <fx@gnu.org>
8697
8698 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
8699 new defs.
8700
8701 2001-03-05 Kenichi Handa <handa@etl.go.jp>
8702
8703 * language/ethio-util.el (ethio-toggle-space):
8704 Update current-input-method-title if necessary.
8705 (ethio-toggle-punctuation): Likewise.
8706
8707 * international/quail.el (quail-title): Fix for the case that a
8708 title of an input method is specified by a list of the same form
8709 as used in mode-line-format.
8710
8711 * international/mule-cmds.el (activate-input-method):
8712 If current-input-method-title is set by activating INPUT-METHOD,
8713 respect that value.
8714
8715 2001-03-05 Gerd Moellmann <gerd@gnu.org>
8716
8717 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
8718
8719 2001-03-05 Alex Schroeder <alex@gnu.org>
8720
8721 * sql.el (sql-sybase): Fix typo (was: query user about server two
8722 times instead of server and database).
8723
8724 * sql.el (sql-sybase): Doc change.
8725 (sql-mysql): Doc change.
8726 (sql-postgres): Doc change.
8727
8728 2001-03-05 Kenichi Handa <handa@etl.go.jp>
8729
8730 * international/mule-conf.el (emacs-mule, raw-text):
8731 Docstring modified.
8732
8733 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
8734
8735 * term/internal.el: Update copyright notice.
8736
8737 * term/pc-win.el: Update copyright notice.
8738
8739 2001-03-02 Dave Love <fx@gnu.org>
8740
8741 * files.el (insert-file-contents-literally):
8742 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
8743 not jka-compr-compression-info-list.
8744
8745 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
8746
8747 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
8748 spaces in default comment-start-skip settings rather than \s-.
8749
8750 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
8751
8752 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
8753 default-frame-alist as well.
8754
8755 2001-03-01 Dave Love <fx@gnu.org>
8756
8757 * textmodes/reftex.el (defvar): Wrap some defvars in
8758 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
8759
8760 * subr.el (event-basic-type): Doc fix.
8761
8762 * international/quail.el: Doc fixes.
8763
8764 * international/utf-8.el: Doc fixes.
8765
8766 * international/mule-cmds.el: Doc fixes.
8767 (leim-list-header): Fix header text.
8768
8769 * international/mule.el (coding-system-category): Doc fix.
8770
8771 * international/ccl.el (ccl-compile): Doc fix.
8772
8773 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
8774
8775 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
8776 rather than (before|after)-change-functions.
8777
8778 2001-03-01 Gerd Moellmann <gerd@gnu.org>
8779
8780 * ediff-util.el (ediff-scroll-horizontally): Arrange for
8781 scroll-left and scroll-right being called interactively so that
8782 they set the window's min_hscroll.
8783
8784 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
8785
8786 * info.el (info-insert-file-contents-1): Accept an additional
8787 argument `lfn': if it is non-nil, concatenate `filename' and
8788 `suffix'; otherwise use the complicated MS-DOS code.
8789 All callers changed.
8790 (info-insert-file-contents, Info-find-node): If the MS-DOS port
8791 can access long file names, try the long file-name version of
8792 `info-insert-file-contents-1', then the short file-name version.
8793
8794 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
8795
8796 * language/ethio-util.el (setup-ethiopic-environment-internal):
8797 Change bindings of functions keys to conform to "Emacs Lisp Coding
8798 Convention".
8799
8800 * language/ethiopic.el ("Ethiopic"): Add documentation.
8801
8802 2001-02-28 Kenichi Handa <handa@etl.go.jp>
8803
8804 * international/utf-8.el (mule-utf-8): Set coding-category
8805 property to coding-category-utf-8.
8806
8807 2001-02-27 Richard M. Stallman <rms@gnu.org>
8808
8809 * lpr.el (lpr-page-header-switches, print-region-1):
8810 Undo 2000-07-06 change.
8811 (lpr-add-switches): Default to t on gnu/linux.
8812
8813 2001-02-27 Gerd Moellmann <gerd@gnu.org>
8814
8815 * bs.el (bs-attributes-list): Doc fix.
8816
8817 2001-02-26 Gerd Moellmann <gerd@gnu.org>
8818
8819 * help.el (describe-project): Display the file THE-GNU-PROJECT.
8820
8821 * help.el (view-order-manuals): Use goto-address.
8822
8823 * startup.el (command-line-1): Add info about ordering manuals
8824 to the not so fancy splash screens.
8825
8826 2001-02-26 Andre Spiegel <spiegel@gnu.org>
8827
8828 * vc.el (vc-default-workfile-unchanged-p)
8829 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
8830
8831 2001-02-26 Gerd Moellmann <gerd@gnu.org>
8832
8833 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
8834 fontify in the right buffer.
8835
8836 * allout.el (outline-flag-region): Move macro in front of first
8837 use to avoid a run-time error.
8838
8839 2001-02-24 Andrew Innes <andrewi@gnu.org>
8840
8841 * makefile.w32-in: Fix copyright notice.
8842
8843 2001-02-24 Kenichi Handa <handa@etl.go.jp>
8844
8845 * international/utf-8.el (mule-utf-8): Set correct value for
8846 valid-codes property.
8847
8848 * international/fontset.el (x-complement-fontset-spec): In the
8849 case that we use ASCII font for the other charsets, use only
8850 family and registry part of it.
8851
8852 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
8853
8854 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
8855 (shrink-window-if-larger-than-buffer): Doc fix.
8856
8857 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
8858
8859 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
8860 predicate passed to completing-read.
8861
8862 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
8863
8864 * startup.el (command-line): Fix last change.
8865
8866 2001-02-23 Jason Rumney <jasonr@gnu.org>
8867
8868 * startup.el (tool-bar-originally-present): New variable.
8869 (command-line): Set it if the tool-bar is switched on at startup.
8870
8871 * frame.el (frame-notice-user-settings): Only adjust frame height
8872 for no tool-bar case if tool-bar was originally switched on.
8873 From E. Jay Berkenbilt.
8874
8875 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
8876
8877 * server.el (server-switch-buffer): Only switch window if the
8878 current one is dedicated.
8879
8880 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
8881 rather than using (match-beginning 0) when searching for break point.
8882
8883 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
8884
8885 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
8886 @ follows an accent command such as @'. Support optional braces
8887 in commands that insert accents, like makeinfo does.
8888
8889 2001-02-22 Gerd Moellmann <gerd@gnu.org>
8890
8891 * startup.el (fancy-splash-text): Add a line for ordering
8892 manuals. Reverse order of splash screens shown.
8893 (use-fancy-splash-screens-p): Adapt to the text line added.
8894
8895 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
8896 manuals from the FSF.
8897
8898 * help.el (view-order-manuals): New function.
8899 (toplevel): Bind C-h C-m to this function.
8900
8901 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
8902
8903 * newcomment.el (comment-forward): Skip the comment-start before
8904 searching for the comment-end.
8905
8906 2001-02-21 Dave Love <fx@gnu.org>
8907
8908 * custom.el (custom-initialize-changed, defcustom): Doc fix.
8909
8910 * international/mule-cmds.el, international/mule.el: Doc fixes.
8911
8912 2001-02-21 Gerd Moellmann <gerd@gnu.org>
8913
8914 * startup.el (fancy-splash-screens): Use display-hourglass
8915 instead of display-busy-cursor.
8916
8917 * frame.el (display-hourglass): Renamed from busy-cursor.
8918 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
8919 (show-cursor-in-non-selected-windows): Doc fix.
8920
8921 2001-02-20 Dave Love <fx@gnu.org>
8922
8923 * international/utf-8.el: Doc and commentary fixes.
8924
8925 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
8926
8927 * ehelp.el (with-electric-help): Doc fix.
8928
8929 2001-02-20 Gerd Moellmann <gerd@gnu.org>
8930
8931 * msb.el (msb-mode): Call the update-buffers function explicitly
8932 with a FORCE argument.
8933
8934 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
8935 FORCE. If set, update the menu even if frame-or-buffer-changed-p
8936 returns nil.
8937
8938 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8939
8940 * ps-print.el: Timestamp package replacement. Some enhancements.
8941 Some XEmacs compatibility. Doc fix.
8942 (ps-print-version): New version number (6.4).
8943 (ps-printer-name): Initialization fix.
8944 (ps-zebra-stripe-follow): Funcionality enhancement.
8945 (ps-prologue-file): Code enhancement.
8946 (ps-right-header): Timestamp package replacement.
8947 (ps-setup, ps-face-bold-p, ps-face-italic-p)
8948 (ps-get-page-dimensions)
8949 (ps-generate-header, ps-begin-file, ps-begin-job)
8950 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
8951 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
8952 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
8953 (coding-system-for-write): Var declaration (XEmacs compatibility).
8954
8955 2001-02-20 Miles Bader <miles@gnu.org>
8956
8957 * image-file.el (image-file-name-extensions): Add "tif".
8958
8959 2001-02-19 Gerd Moellmann <gerd@gnu.org>
8960
8961 * wid-edit.el (widget-button-click): Save the selected window
8962 around the code handling clicks on buttons.
8963
8964 2001-02-18 Dave Love <fx@gnu.org>
8965
8966 * imenu.el (imenu--generic-function): Use mapc to iterate over
8967 syntax characters.
8968
8969 2001-02-17 Richard M. Stallman <rms@gnu.org>
8970
8971 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
8972
8973 * uniquify.el (uniquify-buffer-name-style): Doc fix.
8974
8975 2001-02-16 Gerd Moellmann <gerd@gnu.org>
8976
8977 * mouse.el (mouse-save-then-kill): If the distance from the new
8978 point to the mark is equal to the distance of point from the new
8979 point, move point instead of the mark.
8980
8981 2001-02-16 Dave Love <fx@gnu.org>
8982
8983 * textmodes/flyspell.el (flyspell-get-word): Return string without
8984 properties.
8985
8986 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
8987
8988 * generic.el (generic-find-file-regexp): Doc fix.
8989 (generic-ignore-files-regexp): New defcustom.
8990 (generic-mode-find-file-hook): If the file's name matches the
8991 regexp in `generic-ignore-files-regexp', don't enter
8992 default-generic-mode. Doc fix.
8993
8994 2001-02-16 Gerd Moellmann <gerd@gnu.org>
8995
8996 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
8997 Add autoload cookies.
8998
8999 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
9000 of cal-tex-24.
9001
9002 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
9003
9004 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
9005
9006 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
9007 the character class after the (optional) drive, to support file
9008 names with embedded blanks.
9009
9010 2001-02-15 Sam Steingold <sds@gnu.org>
9011
9012 * textmodes/tex-mode.el (tex-shell-running):
9013 Check the process buffer too.
9014
9015 2001-02-15 Dave Love <fx@gnu.org>
9016
9017 * battery.el (battery-status-function): Fix doc, :type.
9018
9019 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9020
9021 2001-02-15 Gerd Moellmann <gerd@gnu.org>
9022
9023 * subr.el (read-passwd): Clear Lisp memory holding password.
9024
9025 2001-02-15 Miles Bader <miles@gnu.org>
9026
9027 * info.el (Info-copy-current-node-name): New function.
9028 (Info-mode-menu): Add it to the menu.
9029
9030 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
9031
9032 * international/mule-cmds.el (toggle-input-method): Doc fix.
9033
9034 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
9035
9036 * replace.el (occur): Stop at end of buffer.
9037
9038 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
9039
9040 * international/mule-cmds.el (set-input-method): Another doc fix.
9041
9042 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
9043
9044 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
9045
9046 2001-02-13 Miles Bader <miles@gnu.org>
9047
9048 * faces.el (set-face-background, set-face-foreground)
9049 (set-face-stipple): Treat a value of nil as being `unspecified'.
9050
9051 2001-02-12 Dave Love <d.love@dl.ac.uk>
9052
9053 * international/latin1-disp.el: Doc fixes.
9054 (latin1-display) <defgroup>: Add :link.
9055 (latin1-display) <function>: Set variable latin1-display.
9056
9057 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
9058
9059 * international/mule-cmds.el (set-input-method): Doc fix.
9060
9061 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
9062
9063 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
9064 (speedbar-line-file): Return nil if not a file.
9065 (speedbar-buffers-line-path): Return file for tags, and dir for files.
9066
9067 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
9068
9069 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
9070 for remote files.
9071 (ediff-coding-system-for-read): Replaced the no-conversion default
9072 with raw-text.
9073
9074 * ediff-init.el: Removed :version from defcustom vars.
9075
9076 * ediff-util.el (ediff-compute-custom-diffs-maybe):
9077 Better handling of the diff mode.
9078
9079 * ediff.texi: Added ediff-coding-system-for-read.
9080
9081 * viper.texi: Fix typos.
9082
9083 2001-02-11 Dave Love <fx@gnu.org>
9084
9085 * shadowfile.el: Doc fixes.
9086 (shadow) <defgroup>: Add :link.
9087 (shadowfile-unload-hook): New function.
9088 (shadow-initialize): Use defalias, not fset.
9089 (shadow-define-cluster, shadow-define-literal-group)
9090 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
9091
9092 * international/mule.el: Doc and message fixes.
9093
9094 * international/ccl.el (define-ccl-program): Doc fix.
9095
9096 2001-02-11 Kenichi Handa <handa@etl.go.jp>
9097
9098 * faces.el (mode-line): Set :line-width property to -1.
9099
9100 2001-02-10 Richard M. Stallman <rms@gnu.org>
9101
9102 * complete.el (partial-completion-mode): Doc fix.
9103
9104 * simple.el (delete-key-deletes-forward-mode):
9105 Change `let' to `let*' to fix gross bug in last change.
9106
9107 * repeat.el (repeat): Don't let execute-kbd-macro alter
9108 real-last-command.
9109
9110 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
9111
9112 * simple.el (eval-expression): Doc fix.
9113
9114 2001-02-09 Dave Love <fx@gnu.org>
9115
9116 * imenu.el (imenu-generic-expression): Doc fix.
9117
9118 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
9119 From Juanma Barranquero.
9120
9121 * emacs-lisp/authors.el (authors): Expand `root' before running find.
9122
9123 2001-02-09 Kenichi Handa <handa@etl.go.jp>
9124
9125 * faces.el (set-face-attribute): Describe the case of a negative
9126 value specified for :line-width.
9127
9128 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
9129
9130 * which-func.el (which-func-mode): Invert which-func-mode-global.
9131 From Juanma Barranquero <lektu@uol.com.br>.
9132
9133 2001-02-08 Dave Love <fx@gnu.org>
9134
9135 * wid-edit.el (widget-plist-convert-widget): Replace binding of
9136 widget-plist-value-type.
9137 (widget-alist-convert-widget): Replace binding of
9138 widget-alist-value-type.
9139
9140 * textmodes/paragraphs.el (sentence-end): Doc fix.
9141
9142 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
9143 Remove `backward-line'.
9144
9145 * play/pong.el (pong-blank-color, pong-bat-color)
9146 (pong-ball-color, pong-border-color, pong-left-key)
9147 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
9148 (pong-pause-key, pong-resume-key, pong-timer-delay):
9149 * mail/mh-comp.el (mh-compose-letter-function):
9150 * eshell/esh-mode.el (eshell-skip-prompt-function):
9151 * emulation/viper-ex.el (ex-unix-type-shell-options):
9152 * recentf.el (recentf-menu-filter):
9153 * ps-print.el (ps-print-region-function):
9154 * lpr.el (print-region-function):
9155 * forms.el (forms-mode-hooks):
9156 * dirtrack.el (dirtrack-directory-change-hook):
9157 * cus-start.el (temp-buffer-show-function, display-buffer-function):
9158 * textmodes/spell.el (spell-filter):
9159 * textmodes/fill.el (adaptive-fill-function):
9160 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
9161 * progmodes/etags.el (find-tag-default-function):
9162 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
9163 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
9164
9165 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
9166
9167 * emulation/viper-init.el (viper-fast-keyseq-timeout)
9168 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
9169 Meyering <jim@meyering.net>.
9170
9171 * loadup.el: Revert last change.
9172
9173 2001-02-07 Kenichi Handa <handa@etl.go.jp>
9174
9175 * international/mule.el (transform-make-coding-system-args):
9176 Make it work also for coding systems not using CCL.
9177
9178 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
9179
9180 * simple.el (previous-matching-history-element)
9181 (next-matching-history-element): Doc fix.
9182
9183 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
9184 specific part.
9185
9186 2001-02-06 Dave Love <fx@gnu.org>
9187
9188 * add-log.el (add-log-current-defun-function)
9189 (add-log-buffer-file-name-function, add-log-file-name-function):
9190 Fix :type.
9191 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
9192
9193 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
9194
9195 * info.el (info-initialize): Remove the test for system-type when
9196 invocation-directory is non-nil.
9197
9198 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
9199 of `font-lock-defaults' to `backward-paragraph' rather than nil.
9200
9201 2001-02-06 Andrew Innes <andrewi@gnu.org>
9202
9203 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
9204 absolute.
9205
9206 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
9207
9208 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
9209 buffers. When hi-lock turned on rather than only checking current
9210 buffer for regexps, all buffers are checked. Moved activation of
9211 font-lock to hi-lock-refontify. When font-lock turned off rather
9212 than removing added highlighting just in current buffer, remove it
9213 in all buffers. Changed edit menu text from "Automatic
9214 Highlighting" to "Regexp Highlighting" Documentation for
9215 highlighting phrases, minor documentation changes.
9216 (hi-lock-set-file-patterns): Execute only if there are new or
9217 existing file patterns.
9218 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
9219 unfontify and, if a support mode is active, will not refontify the
9220 whole buffer. If necessary, turn on font lock. (Removed
9221 font-lock-unfontify and font-lock support-mode-specific calls,
9222 such as lazy-lock-fontify-window.)
9223 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
9224 patterns are found. Not useful now since find-file-hook is removed
9225 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
9226 (hi-lock-face-phrase-buffer): New function. Also added related
9227 menu item and keybinding.
9228 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
9229 (hi-lock-process-phrase): New function.
9230 (hi-lock-line-face-buffer): Doc fixes.
9231 (hi-lock-face-buffer): Doc fixes.
9232 (hi-lock-unface-buffer): Doc fixes.
9233
9234 2001-02-06 Gerd Moellmann <gerd@gnu.org>
9235
9236 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
9237 dabbrev-ignored-regexps.
9238
9239 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
9240
9241 * simple.el (kill-line): Doc fix.
9242
9243 2001-02-05 Dave Love <fx@gnu.org>
9244
9245 * loadup.el: Revert last two changes -- bootstrapping works with
9246 regenerated loaddefs.
9247
9248 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
9249
9250 * isearch.el (isearch-forward): Doc fix.
9251
9252 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
9253 of font-lock-defaults to backward-paragraph.
9254
9255 2001-02-05 Gerd Moellmann <gerd@gnu.org>
9256
9257 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
9258 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
9259
9260 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9261
9262 * ebnf2ps.el: Eliminate time-stamp functions.
9263 (ebnf-version): New version (3.5).
9264 (ebnf-eps-finish-and-write): Replace time-stamp functions by
9265 format-time-string.
9266
9267 2001-02-05 Gerd Moellmann <gerd@gnu.org>
9268
9269 * simple.el (next-line): Goto end-of-line before inserting a newline.
9270
9271 2001-02-05 Miles Bader <miles@gnu.org>
9272
9273 * image-file.el (insert-image-file): When visiting an image, also
9274 set `truncate-lines' to t so that any fringe arrow looks correct.
9275
9276 2001-02-05 Kenichi Handa <handa@etl.go.jp>
9277
9278 * isearch.el (isearch-forward): Add description about input method
9279 in the docsting.
9280
9281 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
9282
9283 * skeleton.el (skeleton-internal-1): Always push the mark for @.
9284
9285 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
9286
9287 * info.el (info-initialize): If installation-directory is nil, for
9288 DOS/Windows systems try looking in a sibling of invocation-directory.
9289
9290 2001-02-02 Gerd Moellmann <gerd@gnu.org>
9291
9292 * wid-edit.el (widget-button-click): Fix last change.
9293
9294 * frame.el (frame-notice-user-settings): When resizing the initial
9295 frame because the tool bar is off, also change the frame's top
9296 position if a negative top position was specified.
9297
9298 2001-02-02 Miles Bader <miles@gnu.org>
9299
9300 * image-file.el (insert-image-file): When visiting an image,
9301 suppress the cursor in the image buffer.
9302
9303 2001-02-01 Dave Love <fx@gnu.org>
9304
9305 * progmodes/f90.el (f90-mode): Remove startup message.
9306
9307 * vc-cvs.el: Remove autoloads. Require vc when compiling.
9308
9309 2001-02-01 Gerd Moellmann <gerd@gnu.org>
9310
9311 * startup.el (command-line): Fix code determining whether or not
9312 to use delete-key-deletes-forward-mode.
9313
9314 2001-02-01 Andre Spiegel <spiegel@gnu.org>
9315
9316 * vc.el (vc-diff-switches): New user option.
9317 (vc-version-diff): Use it.
9318 (vc-diff-switches-list): New macro.
9319
9320 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
9321 New customization options.
9322 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
9323
9324 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
9325
9326 2001-02-01 Gerd Moellmann <gerd@gnu.org>
9327
9328 * msb.el (toplevel): Quote hook symbols.
9329
9330 2001-02-01 Kenichi Handa <handa@etl.go.jp>
9331
9332 * international/mule.el (make-coding-system): Add description
9333 about recognized properties in the docstring.
9334
9335 * international/mule-conf.el: Remove unused charsets
9336 mac-roman-lower and mac-roman-upper.
9337
9338 2001-01-31 Gerd Moellmann <gerd@gnu.org>
9339
9340 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
9341 is in front of the left-margin, if any.
9342
9343 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
9344 like `delete'.
9345
9346 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
9347
9348 * term/w32-win.el (mouse-set-font): Doc fix.
9349
9350 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
9351
9352 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
9353 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
9354 on already.
9355
9356 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
9357
9358 * files.el (save-buffer): Don't give message if (buffer-file-name)
9359 returns nil.
9360
9361 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
9362
9363 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
9364
9365 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
9366 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
9367
9368 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
9369 display problems.
9370
9371 2001-01-31 Kenichi Handa <handa@etl.go.jp>
9372
9373 * international/mule.el (charset-info): Fix docstring.
9374
9375 * international/mule-diag.el (describe-character-set): Check final
9376 char valid before printing it.
9377
9378 2001-01-30 Gerd Moellmann <gerd@gnu.org>
9379
9380 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
9381
9382 * frame.el (frame-notice-user-settings): Do the tool-bar
9383 stuff only for graphical displays. Fix a braino.
9384
9385 * frame.el (frame-initialize): Create initial frame visible.
9386 (frame-notice-user-settings): When tool-bar has been switched off,
9387 correct the frame size and sync tool-bar-mode.
9388
9389 * startup.el (command-line): Remove manipulation of frame
9390 height for tool bars.
9391
9392 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9393
9394 * lpr.el: Compatibility with XEmacs and doc fixes.
9395 (lpr-windows-system, lpr-lp-system): New vars.
9396 (lpr-printer-switch): New defcustom.
9397 (printer-name, lpr-command): Customization fix.
9398 (print-region-1): Code fix.
9399 (print-region-new-buffer, printify-region): Indentation fix.
9400 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
9401 New functions.
9402
9403 2001-01-29 Gerd Moellmann <gerd@gnu.org>
9404
9405 * msb.el (toplevel): Fix the eval-after-load.
9406
9407 2001-01-29 Dave Love <fx@gnu.org>
9408
9409 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
9410
9411 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
9412
9413 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
9414 (tcl-using-emacs-19-23): Consider Emacs 21+.
9415 (tcl-help-directory-list, tcl-command-switches): Fix :type.
9416 (tcl-add-emacs-menu): Supply menu name.
9417 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
9418
9419 2001-01-29 Gerd Moellmann <gerd@gnu.org>
9420
9421 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
9422
9423 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
9424
9425 * pcvs.el (cvs-mark-fis-dead): New function.
9426 (cvs-mode-add): Use it.
9427 (cvs-mode-add-change-log-entry-other-window):
9428 Rebind change-log-default-name to itself rather than to nil.
9429
9430 2001-01-29 Sam Steingold <sds@gnu.org>
9431
9432 * vc-cvs.el: Replaced (require 'vc) with a bunch of
9433 `autoload' statements.
9434
9435 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
9436
9437 * files.el (confirm-kill-emacs): Doc fix.
9438
9439 * frame.el (frame-initialize): Doc fix.
9440
9441 * time-stamp.el (time-stamp-string): Doc fix.
9442
9443 * woman.el (WoMan-log-1): Make the log buffer writable.
9444 From Markus Rost <rost@math.ohio-state.edu>.
9445
9446 2001-01-29 Gerd Moellmann <gerd@gnu.org>
9447
9448 * imenu.el (imenu-syntax-alist): Add autoload cookie for
9449 the `make-variable-buffer-local'.
9450
9451 2001-01-29 Dave Love <fx@gnu.org>
9452
9453 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
9454 (ansi-color-for-comint-mode-on, ansi-color-process-output):
9455 Add autoload cookie.
9456 (ansi-color-apply-sequence): Fix typo.
9457
9458 2001-01-29 Gerd Moellmann <gerd@gnu.org>
9459
9460 * menu-bar.el (menu-bar-files-menu): Add menu items for
9461 Postscript printing in black and white.
9462
9463 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
9464 X-Mailman-Version, Precedence, List-Help, List-Post,
9465 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
9466 Content-Type, Content-Length.
9467
9468 2001-01-29 Dave Love <fx@gnu.org>
9469
9470 * elide-head.el (elide-head): Make overlay evaporate.
9471
9472 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
9473
9474 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
9475
9476 * isearch.el (isearch-highlight): Don't punt if the display
9477 doesn't support colors, since isearch faces are defined for
9478 monochrome displays as well.
9479
9480 2001-01-27 Sam Steingold <sds@gnu.org>
9481
9482 * shell.el (shell-write-history-on-exit): Make sure that we are in
9483 the shell buffer (M-x tex-file RET inserted the error message into
9484 the TeX buffer).
9485
9486 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
9487
9488 * simple.el (transient-mark-mode): Doc fix.
9489
9490 2001-01-27 Gerd Moellmann <gerd@gnu.org>
9491
9492 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
9493
9494 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
9495
9496 * shell.el (shell-unquote-argument): If the shell is one of the
9497 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
9498 quote character.
9499 (shell-dumb-shell-regexp): Document that the shells which match
9500 this regexp are supposed to not treat a backslash as a quote character.
9501
9502 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
9503 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
9504
9505 2001-01-27 Richard M. Stallman <rms@gnu.org>
9506
9507 * dabbrev.el (dabbrev--substitute-expansion):
9508 Treat a one-capital-letter abbrev as "not all upper case",
9509 so as to force preservation of the expansion's pattern
9510 if the expansion starts with a capital letter.
9511
9512 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
9513
9514 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
9515 Doc fix.
9516
9517 * simple.el (transient-mark-mode): Document the fact that many
9518 commands act on the region when mark is active.
9519
9520 2001-01-27 Kenichi Handa <handa@etl.go.jp>
9521
9522 * international/quail.el (quail-setup-completion-buf): Make the
9523 multibyteness of current buffer inherited to Quail completion buffer.
9524 (quail-show-guidance-buf): Make the multibyteness of current
9525 buffer inherited to Quail guidance buffer.
9526 (quail-help): Make the multibyteness of current buffer inherited
9527 to Quail help buffer.
9528
9529 2001-01-26 Dave Love <fx@gnu.org>
9530
9531 * time-stamp.el: Doc fixes.
9532
9533 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
9534 (delphi-keyword-face, delphi-other-face): Fix :type.
9535
9536 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
9537
9538 * mail/feedmail.el (feedmail): Add :link.
9539 (feedmail-send-it): Doc fix.
9540
9541 * mail/sendmail.el: Doc fixes.
9542 (sendmail-send-it): Fix the non-ASCII regexp and use
9543 rfc2047-encode-string.
9544
9545 * dired.el, dired-aux.el: Revert last change.
9546
9547 2001-01-26 Gerd Moellmann <gerd@gnu.org>
9548
9549 * makefile.w32-in (DONTCOMPILE): Add various term files.
9550
9551 2001-01-26 Dave Love <fx@gnu.org>
9552
9553 * Makefile.in (DONTCOMPILE): Add various term files.
9554
9555 2001-01-26 Gerd Moellmann <gerd@gnu.org>
9556
9557 * man.el (Man-default-man-entry, Man-mode): Doc fix.
9558
9559 * startup.el (display-startup-echo-area-message): Make sure
9560 the echo area is resized to fit the size of the startup message.
9561
9562 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
9563 part of which is a constant.
9564
9565 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
9566
9567 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9568
9569 2001-01-26 Richard M. Stallman <rms@gnu.org>
9570
9571 * simple.el (next-line): Don't let `newline' expand abbrevs.
9572 Simplify slightly.
9573 (open-line): Don't let `newline' expand abbrevs.
9574
9575 2001-01-25 John Wiegley <johnw@gnu.org>
9576
9577 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
9578 to `repeat' in the :type field.
9579
9580 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
9581 allow a choice of regexp or nil.
9582 (pcomplete-dir-ignore): Same.
9583
9584 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
9585 a command) to always fail.
9586
9587 2001-01-25 Gerd Moellmann <gerd@gnu.org>
9588
9589 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
9590 discard the result.
9591 (iswitchb-to-end): Likewise.
9592
9593 2001-01-25 Sam Steingold <sds@gnu.org>
9594
9595 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
9596 Require vc.
9597
9598 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
9599
9600 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
9601
9602 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
9603
9604 2001-01-25 Dave Love <fx@gnu.org>
9605
9606 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
9607 (describe-coding-system): Tweak the English text.
9608
9609 * loadup.el: Preload international/ccl for utf-8.
9610
9611 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
9612
9613 * mail/rmail.el (rmail-redecode-body): Doc fix.
9614
9615 2001-01-25 Kenichi Handa <handa@etl.go.jp>
9616
9617 * international/mule-cmds.el (reset-language-environment):
9618 Reset coding-category-utf-8 to mule-utf-8.
9619
9620 * international/mule-conf.el (coding-category-utf-8):
9621 Initialize to mule-utf-8.
9622
9623 * loadup.el: Preload international/utf-8.
9624
9625 * international/utf-8.el: New file.
9626
9627 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
9628
9629 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
9630
9631 2001-01-24 Sam Steingold <sds@gnu.org>
9632
9633 * dired.el (dired-replace-in-string): Removed.
9634 (dired-sort-toggle): Use `replace-regexps-in-string'
9635 instead of `dired-replace-in-string'.
9636
9637 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
9638 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9639
9640 * gs.el (gs-replace-in-string): Removed.
9641 (gs-options): Use `replace-regexps-in-string'
9642 instead of `gs-replace-in-string'.
9643
9644 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
9645
9646 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
9647 bug report is mailed to an email list and posted to a news group.
9648
9649 2001-01-24 Gerd Moellmann <gerd@gnu.org>
9650
9651 * comint.el (comint-replace-by-expanded-history-before-point):
9652 Fix change of 2000-08-03 to move point to the start of the line again.
9653
9654 * startup.el (tool-bar-images-pixel-height): New variable.
9655 (command-line): After loading the user's init file, when
9656 tool-bar-mode is on, increase the frame's size by some lines for
9657 the tool-bar.
9658
9659 * frame.el (frame-initialize): Create the initial frame invisible.
9660
9661 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
9662
9663 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
9664 (chinese-big5): MIME:Big5.
9665
9666 2001-01-24 Gerd Moellmann <gerd@gnu.org>
9667
9668 * international/mule-cmds.el (universal-coding-system-argument):
9669 Handle commands with prefix args.
9670
9671 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9672
9673 * calendar/diary-lib.el (diary-float): Fix case of MONTH
9674 being a list of numbers.
9675 (diary-mail-entries): Rewritten.
9676
9677 2001-01-23 Dave Love <fx@gnu.org>
9678
9679 * international/mule.el (make-coding-system): Fix typo.
9680
9681 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
9682 Add backward-paragraph as font-lock-beginning-of-syntax-function.
9683
9684 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
9685
9686 * font-lock.el (font-lock-mode): Doc fix.
9687
9688 2001-01-23 Kenichi Handa <handa@etl.go.jp>
9689
9690 * international/mule.el (make-translation-table): Fix docstring.
9691
9692 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
9693
9694 * mail/rmail.el (rmail-redecode-body): New function.
9695
9696 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
9697
9698 2001-01-22 Gerd Moellmann <gerd@gnu.org>
9699
9700 * isearch.el (isearch-lazy-highlight-case-fold-search)
9701 (isearch-lazy-highlight-regexp): New variables.
9702 (isearch-lazy-highlight-cleanup): Update lazy highlight if
9703 case-fold search or regexp search has been toggled.
9704
9705 * wid-edit.el (widget-button-click): Avoid a save-excursion
9706 around running a global binding.
9707
9708 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
9709 to 0.25.
9710
9711 2001-01-20 Miles Bader <miles@gnu.org>
9712
9713 * cus-edit.el (custom-face-save): Do post-processing on the face's
9714 new value like `custom-face-set' does.
9715
9716 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
9717
9718 * mail/emacsbug.el (report-emacs-bug): Report the value of
9719 LC_CTYPE, not LC_TYPE.
9720
9721 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
9722 isearch-toggle-regexp and isearch-edit-string to doc string.
9723
9724 2001-01-19 Gerd Moellmann <gerd@gnu.org>
9725
9726 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
9727 as font-lock-beginning-of-syntax-function in font-lock-defaults.
9728
9729 * jit-lock.el (jit-lock-fontify-now): Don't bind
9730 font-lock-beginning-of-syntax-function to nil.
9731
9732 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
9733
9734 * mail/emacsbug.el (report-emacs-bug): Report values of
9735 locale-coding-system, default-enable-multibyte-characters, and the
9736 environment variables LC_ALL, LC_TYPE, and LANG.
9737
9738 2001-01-19 Gerd Moellmann <gerd@gnu.org>
9739
9740 * font-lock.el (font-lock-default-fontify-region): Fix last change.
9741
9742 * font-lock.el (font-lock-multiline): Default to nil.
9743 (font-lock-default-fontify-region): If font-lock-multiline is
9744 nil, don't check the property `font-lock-multiline'.
9745
9746 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
9747 is nil, don't check the `font-lock-multiline' text property.
9748
9749 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
9750
9751 * viper.el: Call initial-major-mode on startup.
9752
9753 * ediff.el (ediff-patch-file): Use better defaults.
9754
9755 * ediff-vers.el: Fix for 8+3 DOS file systems.
9756
9757 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
9758
9759 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
9760 diff mode, if available.
9761
9762 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
9763
9764 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
9765
9766 * ediff-init.el (subst-char-in-string): Define and use it, unless
9767 it's already defined.
9768
9769 2001-01-18 Gerd Moellmann <gerd@gnu.org>
9770
9771 * tooltip.el (tooltip-hide-delay): New user-option.
9772 (tooltip-show): Use tooltip-hide-delay instead of the default.
9773
9774 2001-01-18 Kenichi Handa <handa@etl.go.jp>
9775
9776 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
9777 kill-local-variable doesn't work for enable-multibyte-characters.
9778
9779 2001-01-17 Dave Love <fx@gnu.org>
9780
9781 * ediff-init.el (ediff-before-setup-hook)
9782 (ediff-merge-filename-prefix): Add :version.
9783
9784 * international/latin1-disp.el: Require disp-table.
9785 (latin1-display): Fix :set.
9786
9787 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
9788
9789 2001-01-17 Gerd Moellmann <gerd@gnu.org>
9790
9791 * isearch.el (isearch-lazy-highlight-initial-delay)
9792 (isearch-lazy-highlight-interval): Default to 0.
9793
9794 2001-01-17 Bob Glickstein <bobg@zanshin.com>
9795
9796 * isearch.el (isearch-highlight): Set isearch-overlay priority to
9797 1 here rather than each time through
9798 isearch-lazy-highlight-new-loop.
9799 (isearch-lazy-highlight-max): Variable deleted.
9800 (isearch-lazy-highlight-max-at-a-time): New user variable, like
9801 isearch-lazy-highlight-max but controls a single invocation of
9802 isearch-lazy-highlight-update.
9803 (isearch-lazy-highlight-wrapped): Variable recreated.
9804 (isearch-lazy-highlight-window-start): New variable.
9805 (isearch-lazy-highlight-cleanup): Restored to behavior of
9806 before 2-Jan.
9807 (isearch-lazy-highlight-remove-overlays): Function deleted;
9808 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
9809 behavior removed.
9810 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
9811 isearch-lazy-highlight-update in a loop rather than just once.
9812 Test isearch-invalid-regexp here and decide not to start a new
9813 loop, rather than testing it each time through
9814 isearch-lazy-highlight-update.
9815 (isearch-lazy-highlight-search): Function restored.
9816 (isearch-lazy-highlight-update): Get called in a timer loop again,
9817 but this time highlight more than one match each time through.
9818 Only highlight matches in the visible part of the window.
9819 Start at point, move in the direction of the search, and wrap around at
9820 the edge of the window. Use sit-for to force redisplay and ensure
9821 window-start is credible. "Face suppressing" behavior removed;
9822 overlay priorities should make it unnecessary, right?
9823 (isearch-highlight): Face suppressing behavior removed.
9824 (isearch-dehighlight): Face suppressing behavior removed.
9825 (isearch-set-lazy-highlight-faces-at): Removed.
9826
9827 2001-01-17 Kenichi Handa <handa@etl.go.jp>
9828
9829 * language/european.el ("Latin-1"): Make the format of description
9830 about additional language environments same as that of Latin-2.
9831
9832 2001-01-16 Dave Love <fx@gnu.org>
9833
9834 * isearch.el (isearch-lazy-highlight): Add :version.
9835
9836 * simple.el (backward-delete-char-untabify-method)
9837 (next-line-add-newlines): Add :version.
9838
9839 2001-01-16 Gerd Moellmann <gerd@gnu.org>
9840
9841 * bindings.el: Bind <backspace> and <delete> via function-key-map.
9842 Don't bind <delete> otherwise.
9843
9844 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
9845 and <delete> via function-key-map.
9846
9847 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
9848 Subject line only if point is after the `Subject:'.
9849
9850 2001-01-16 Kenichi Handa <handa@etl.go.jp>
9851
9852 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
9853 japanese-jisx0213-2 in `charset' property of this lang. env.
9854
9855 * language/european.el ("Latin-1"): Add description for Dutch and
9856 Spanish lang. env.
9857
9858 * international/mule.el (decode-char): Fix conditions.
9859 (encode-char): Handle eight-bit-control too.
9860 (transform-make-coding-system-args): New function.
9861 (make-coding-system): Accept XEmacs style arguments for CCL base
9862 coding system.
9863
9864 2001-01-15 Gerd Moellmann <gerd@gnu.org>
9865
9866 * progmodes/etags.el (find-tag-noselect): Save the value of
9867 tags-file-name before switching buffers, for the case it has a
9868 buffer-local value.
9869
9870 2001-01-15 Alex Schroeder <alex@gnu.org>
9871
9872 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
9873 From Dave Love <fx@gnu.org>.
9874 (ansi-color-for-comint-mode): Fix :version.
9875
9876 2001-01-15 Alex Schroeder <alex@gnu.org>
9877
9878 * ansi-color.el (ansi-color-unfontify-region): Doc change.
9879
9880 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
9881
9882 * dired.el (dired-insert-directory): If file-system-info fails,
9883 remove the " free " part, but don't signal an error.
9884
9885 2001-01-12 Sam Steingold <sds@gnu.org>
9886
9887 * bookmark.el (bookmark-maybe-historicize-string):
9888 Use new backquote syntax.
9889
9890 2001-01-12 Richard M. Stallman <rms@gnu.org>
9891
9892 * subr.el (last): Handle a list that doesn't end in nil.
9893
9894 2001-01-12 Sam Steingold <sds@gnu.org>
9895
9896 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
9897 to `backward-delete-char-untabify'.
9898
9899 2001-01-12 Dave Love <fx@gnu.org>
9900
9901 * cus-edit.el (customize-menu-create): Fix the :filter following
9902 easymenu change.
9903
9904 * wid-edit.el (function): Add :match-alternatives.
9905 (widget-color-action): Doc fix.
9906
9907 2001-01-12 Gerd Moellmann <gerd@gnu.org>
9908
9909 * calendar/calendar.el (calendar-basic-setup): Doc fix.
9910
9911 2001-01-12 Kenichi Handa <handa@etl.go.jp>
9912
9913 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
9914
9915 * international/ccl.el (define-ccl-program): Fix docstring.
9916
9917 2001-01-11 Dave Love <fx@gnu.org>
9918
9919 * international/mule-cmds.el (standard-display-european-internal):
9920 Set display table for 2208 as for 160.
9921
9922 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
9923
9924 * progmodes/fortran.el (fortran-mode-map): Modify Customization
9925 entry for custom-menu-create change.
9926 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
9927 don't cons it in the search loop.
9928
9929 * imenu.el (imenu--truncate-items): Revert last change.
9930
9931 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
9932
9933 * info.el (Info-setup-header-line): If the node header includes
9934 either Next: or Prev: links, don't show the File: and Node: parts
9935 in the header line.
9936
9937 2001-01-11 Gerd Moellmann <gerd@gnu.org>
9938
9939 * comint.el (comint-goto-process-mark): Don't print a message
9940 when running in batch mode.
9941
9942 * isearch.el (isearch-search): In the condition-case handler for
9943 `error', set isearch-invalid-regexp to the whole error message.
9944
9945 * subr.el (eval-after-load): Call load-symbol-file-load-history to
9946 ensure that eval-after-load works for files dumped with Emacs.
9947
9948 * help.el (load-symbol-file-load-history): New function extracted
9949 from function symbol-file.
9950 (symbol-file): Use it.
9951
9952 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
9953
9954 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
9955
9956 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
9957 behave as if there were no prefix argument.
9958 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
9959 argument were nil.
9960
9961 2001-01-11 Richard M. Stallman <rms@gnu.org>
9962
9963 * isearch.el (isearch-lazy-highlight-update):
9964 Don't look for more potential matches once maximum is exceeded.
9965 Use overlays-in to check correctly for overlap with current match.
9966 Ignore empty matches.
9967
9968 2001-01-11 Miles Bader <miles@gnu.org>
9969
9970 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
9971 (ispell-overlay-window, ispell-help, ispell-show-choices)
9972 (ispell-command-loop): Use it instead of `window-height'.
9973
9974 2001-01-10 Gerd Moellmann <gerd@gnu.org>
9975
9976 * files.el (confirm-kill-emacs): New user-option.
9977 (save-buffers-kill-emacs): Ask for final confirmation before
9978 killing Emacs.
9979
9980 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
9981 to nil.
9982
9983 2001-01-10 Dave Love <fx@gnu.org>
9984
9985 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
9986
9987 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
9988
9989 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
9990
9991 * calculator.el (calculator-number-digits): Fix :type.
9992
9993 * vc-cvs.el (vc-cvs-header): Fix :type.
9994 * vc-rcs.el (vc-rcs-header): Fix :type.
9995 * vc-sccs.el (vc-sccs-header): Fix :type.
9996
9997 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
9998
9999 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
10000
10001 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
10002
10003 2001-01-10 Gerd Moellmann <gerd@gnu.org>
10004
10005 * simple.el (set-variable): Force a thorough redisplay for the
10006 case that the variable has an effect on the display, like
10007 `tab-width' has.
10008
10009 2001-01-10 Andre Spiegel <spiegel@gnu.org>
10010
10011 * vc.el: Add documentation for backend interface.
10012
10013 2001-01-10 Kenichi Handa <handa@etl.go.jp>
10014
10015 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
10016
10017 * international/mule-conf.el (latin-extra-code-table): Set to t
10018 for \223 and \224.
10019
10020 2001-01-09 Kenichi Handa <handa@etl.go.jp>
10021
10022 * international/mule-cmds.el (locale-language-names): Map "es" to
10023 "Spanish" and "nl" to "Dutch".
10024
10025 2001-01-09 Gerd Moellmann <gerd@gnu.org>
10026
10027 * bindings.el (global-map): Bind <home> to beginning-of-line,
10028 <end> to end-of-line, C-<home> to beginning-of-buffer, and
10029 C-<end> to end-of-buffer.
10030
10031 * language/european.el: Add Dutch and Spanish language info
10032 to be able to use the appropriate tutorials.
10033
10034 2001-01-09 Alex Schroeder <alex@gnu.org>
10035
10036 * ansi-color.el (ansi-color-process-output): Use markers instead
10037 of positions for start and end of region.
10038 (ansi-color-apply-on-region): Rewrote code to make it more robust.
10039 Previously, occasional mistakes happend when fontifying many
10040 chunks of output (eg. ls --color=yes /dev). This happened
10041 whenever an overlay was created up to the end of the region, which
10042 coincided with the process-mark. New text would then be added
10043 within that overlay instead of after it.
10044 (ansi-color-make-extent): Overlays are created with the property
10045 `modification-hooks' set to '(ansi-color-freeze-overlay).
10046 (ansi-color-freeze-overlay): New function. When inserting text at
10047 the end of the overlay, the overlay will resize.
10048
10049 2000-01-09 Alex Schroeder <alex@gnu.org>
10050
10051 * ansi-color.el (ansi-color-process-output): Doc change.
10052 (ansi-color-unfontify-region): Doc change. No longer installed
10053 automatically in font-lock-unfontify-region-function.
10054 (ansi-color-apply): Doc change.
10055 (ansi-color-apply-on-region): Use extents or overlays instead of
10056 text-properties.
10057 (ansi-color-make-extent): New function.
10058 (ansi-color-set-extent-face): New function.
10059
10060 2000-01-09 Alex Schroeder <alex@gnu.org>
10061
10062 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
10063 both use ansi-color-process-output, now.
10064 (ansi-color-process-output): Doesn't return string anymore. It is
10065 installed in comint-output-filter-functions for both Emacs and
10066 XEmacs, now.
10067 (ansi-color-unfontify-region): Simplified code removing variables
10068 pos and start-ansi.
10069 (ansi-color-apply): Put text-property ansi-color before putting
10070 text-property face because ansi-color-unfontify-region is called
10071 immediately after the call to put-text-property.
10072 (ansi-color-context-region): Doc change.
10073 (ansi-color-filter-region): Simplified code.
10074 (ansi-color-apply-on-region): Changed start to start-marker, using
10075 a marker explicitly. Put text-property ansi-color before putting
10076 text-property face because ansi-color-unfontify-region is called
10077 immediately after the call to put-text-property.
10078
10079 2000-01-09 Alex Schroeder <alex@gnu.org>
10080
10081 * ansi-color.el (ansi-color-faces-vector): Doc change.
10082 (ansi-color-for-comint-mode): Changed :type property to choice.
10083 (ansi-color-last-context): Removed.
10084 (ansi-color-process-output): Don't use ansi-color-last-context, as
10085 the main functions will store their context now.
10086 (ansi-color-context): Doc change.
10087 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
10088 Uses ansi-color-context such that repeated calls will strip
10089 partial escape sequences, too.
10090 (ansi-color-apply): Simplified code. Colorize end of string if
10091 face is not null. Store context in new (FACE STRING) format, such
10092 that repeated calls will strip partial escape sequences, too.
10093 Append faces to face property using ansi-color-apply-sequence such
10094 that cumulative mode actually works.
10095 (ansi-color-context-region): New variable.
10096 (ansi-color-filter-region): Rewrote it based on
10097 ansi-color-apply-on-region. Uses ansi-color-context-region such
10098 that repeated calls will strip partial escape sequences, too.
10099 (ansi-color-apply-on-region): Simplified code. Colorize end of
10100 region if face is not null. Store context in new (FACE POS)
10101 format, such that repeated calls will strip partial escape
10102 sequences, too. Append faces to face property using
10103 ansi-color-apply-sequence such that cumulative mode actually works.
10104 (ansi-color-apply-sequence): New function.
10105 (ansi-color-get-face): When the default face is added to the list
10106 of faces, all previous settings are discarded and the list of
10107 faces is set to '(default).
10108
10109 2000-01-09 Alex Schroeder <alex@gnu.org>
10110
10111 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
10112 face, such that ansi-color-apply and ansi-color-apply-on-region
10113 will do the right thing.
10114 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
10115 returns nil, set the list of faces back to nil instead of
10116 appending the result of ansi-color-get-face to the front of the list.
10117
10118 2000-01-09 Alex Schroeder <alex@gnu.org>
10119
10120 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
10121 (ansi-color-process): Doc change.
10122 (ansi-color-last-context): New buffer-local variable.
10123 (ansi-color-process-output): New function. It is automatically
10124 added to comint-output-filter-functions if this is XEmacs.
10125 (ansi-color-unfontify-region): New optional parameter for XEmacs
10126 compatibility. Check wether font-lock-syntactic-keywords is
10127 boundp before removing the syntax table text property, as XEmacs
10128 doesn't have it.
10129 (ansi-color-filter-region): Doc change.
10130 (ansi-color-apply-on-region): Doc change.
10131 (ansi-color-make-face): New function. Compatibility layer for
10132 XEmacs. Return temporary faces instead of cons cells for XEmacs.
10133 (ansi-color-make-color-map): Use ansi-color-make-face.
10134 (ansi-color-get-face): Avoid face text property '(nil) as results
10135 in an errow for XEmacs.
10136
10137 2000-01-09 Alex Schroeder <alex@gnu.org>
10138
10139 * ansi-color.el (ansi-color-unfontify-region): New function.
10140 Uses text-property ansi-color in order to preserve fontification by
10141 ansi-color. When the package is loaded, a lambda expression is
10142 put onto font-lock-mode-hook. This lambda expression will check
10143 font-lock-unfontify-region-function and replace
10144 font-lock-default-unfontify-region with ansi-color-unfontify-region.
10145 (ansi-color-apply): Add text-property ansi-color in addition to
10146 text-property face.
10147 (ansi-color-apply-on-region): Add text-property ansi-color in
10148 addition to text-property face.
10149 (save-buffer-state): Copy of the macro that is also used by
10150 lazy-lock and font-lock.
10151
10152 (ansi-color-for-comint-mode): New option.
10153 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
10154 (ansi-color-for-comint-mode-off): Ditto.
10155 (ansi-color-for-comint-mode-filter): Ditto.
10156 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
10157 decide what to do. This function is added to
10158 comint-preoutput-filter-functions when the package is loaded.
10159
10160 (ansi-color-for-shell-mode-set): Removed.
10161 (ansi-color-for-shell-mode): Removed.
10162
10163 2000-01-09 Alex Schroeder <alex@gnu.org>
10164
10165 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
10166 the lambda expression from the ansi-color-for-shell-mode :set
10167 property. Additionally, modify shell-mode-hook to enable or
10168 disable font-lock-mode for future shell buffers.
10169 (ansi-color-for-shell-mode): The :set property calls
10170 ansi-color-for-shell-mode-set instead of a lambda expression.
10171
10172 2000-01-09 Alex Schroeder <alex@gnu.org>
10173
10174 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
10175 (ansi-color-context): New variable.
10176 (ansi-color-apply): Save context between calls.
10177
10178 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
10179
10180 * isearch.el (isearch, isearch-lazy-highlight-face):
10181 New definitions for face colors and attributes.
10182
10183 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
10184 of display-mouse-p.
10185
10186 2001-01-09 Kenichi Handa <handa@etl.go.jp>
10187
10188 * international/mule.el (make-coding-system): If the coding system
10189 accepts extra latin codes, register such codes as safe for the
10190 coding system.
10191
10192 2001-01-08 Richard M. Stallman <rms@gnu.org>
10193
10194 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
10195 don't mention the file name or the date here, because they are
10196 logged at the start of the file.
10197
10198 2001-01-08 Richard M. Stallman <rms@gnu.org>
10199
10200 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10201 Change screen-width to frame-width.
10202
10203 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
10204
10205 * info.el (Info-search): Print the default as part of the prompt.
10206
10207 2001-01-08 Andre Spiegel <spiegel@gnu.org>
10208
10209 * vc.el (vc-default-latest-on-branch-p): New function, replaces
10210 constant implementations in backends.
10211
10212 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
10213 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
10214
10215 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
10216 WRITABLE to EDITABLE.
10217
10218 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
10219 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
10220 to EDITABLE.
10221
10222 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
10223
10224 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
10225 (copyright, copyright-update): Compute the current year at run time.
10226
10227 2001-01-08 Gerd Moellmann <gerd@gnu.org>
10228
10229 * isearch.el (isearch-old-signal-hook): Removed.
10230 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
10231 instead of setting signal-hook-function.
10232 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
10233
10234 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
10235
10236 * emulation/edt.el: Update to version 4.0. Provide support for
10237 EDT scroll margins at top and bottom of the window. Provide an
10238 emulation of the EDT SUBS command (bound to GOLD-Enter, by
10239 default). Enhance edt-quit, bound to GOLD-q by default, to warn
10240 user when file-related buffer modifications exist.
10241 Provide support for running EDT Emulation in XEmacs.
10242 Provide customize access to some user updatable variables.
10243 Add Commentary section to file header.
10244 Fixed a few minor bugs and cleaned up some code.
10245
10246 * emulation/edt-mapper.el: Update to version 4.0. Provide support
10247 for detecting a keypress that generates an ASCII key sequence.
10248 (Previously, only a keypress that generates a vector was
10249 recognized.) Embed Window Manager name into name of the generated
10250 EDT Emulation initialization file since the initialization file is
10251 Window Manager specific. Add Commentary section to file header.
10252
10253 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
10254
10255 * mail/sendmail.el (mail-mode): Doc fix.
10256
10257 * info.el (Info-goto-emacs-command-node): Doc fix.
10258 (Info-goto-emacs-key-command-node): Doc fix.
10259
10260 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
10261
10262 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
10263 systems without long file-name support.
10264
10265 2001-01-06 Andrew Innes <andrewi@gnu.org>
10266
10267 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
10268
10269 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
10270
10271 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
10272 (isearch-lazy-highlight-update): Doc fix.
10273
10274 * ffap.el (ffap-bindings): Doc fix.
10275
10276 * dired-x.el (dired-virtual-guess-dir): Doc fix.
10277
10278 2001-01-05 Dave Love <fx@gnu.org>
10279
10280 * emacs-lisp/cl-seq.el (remove, remq): Remove.
10281
10282 2001-01-05 Gerd Moellmann <gerd@gnu.org>
10283
10284 * mouse-drag.el (mouse-drag-safe-scroll):
10285 Bind scroll-preserve-screen-position to nil.
10286
10287 * isearch.el (isearch-old-signal-hook): New variable.
10288 (isearch-mode): Set signal-hook-function to isearch-done.
10289 (isearch-done): Restore old signal-hook-function.
10290
10291 * info.el (Info-fontify-node): Mark one more char as intangible.
10292
10293 2000-01-05 Kenichi Handa <handa@etl.go.jp>
10294
10295 * composite.el (compose-last-chars): New argument COMPONENTS.
10296 If it is non-nil, compose preceding characters by compose-region with
10297 COMPONENTS.
10298
10299 * international/quail.el (quail-input-string-to-events): New function.
10300 (quail-input-method): Convert input string to events here.
10301 (quail-start-translation): Return input string, not event list.
10302 (quail-start-conversion): Likewise.
10303
10304 2001-01-04 Gerd Moellmann <gerd@gnu.org>
10305
10306 * tooltip.el (tooltip-cancel-delayed-tip)
10307 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
10308 and tooltip-add-timeout.
10309 (tooltip-show): Set border color from faces's foreground.
10310 (tooltip-show-help-function): If called with the same help string
10311 as last time, do nothing.
10312 (tooltip-help-tips): Don't set tooltip-help-message to nil.
10313
10314 * startup.el (fancy-splash-screens): Don't bind show-help-function
10315 to nil.
10316
10317 * tooltip.el (tooltip-frame-parameters): Remove colors.
10318 (tooltip): New face
10319 (tooltip-set-param): New function.
10320 (tooltip-show): Set up color frame parameters from face `tooltip'.
10321 Display the tooltip text in face `tooltip'.
10322
10323 2001-01-04 Dave Love <fx@gnu.org>
10324
10325 * whitespace.el (whitespace-global-mode): Fix typo.
10326
10327 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
10328
10329 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
10330
10331 * help.el (help-for-help): Fix a typo in a doc string.
10332 From kwzh@gnu.org (Karl Heuer).
10333
10334 2001-01-03 Dave Love <fx@gnu.org>
10335
10336 * dired-x.el: Doc fixes. Maintainer change.
10337 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
10338 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
10339 (dired-guess-shell-alist-user): Customize.
10340 (dired-x-help-address): Set to bug-gnu-emacs.
10341 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
10342 (dired-default-directory): Renamed from default-directory.
10343
10344 * hl-line.el (hl-line): Doc fix.
10345
10346 2001-01-03 Karl Fogel <kfogel@red-bean.com>
10347
10348 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
10349
10350 2001-01-02 Richard M. Stallman <rms@gnu.org>
10351
10352 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
10353 to remove all the current alternative-match highlighting.
10354 If nil, remove only what's outside the current window.
10355 (isearch-lazy-highlight-remove-overlays): Take optional
10356 region within which NOT to remove them.
10357 (isearch-lazy-highlight-new-loop): Greatly simplified.
10358 (isearch-lazy-highlight-update): Find all the other occurrences
10359 visible in the window, in just one call.
10360 (isearch-lazy-highlight-start): Now holds start of region to scan.
10361 (isearch-lazy-highlight-end): Now holds end of region to scan.
10362 (isearch-lazy-highlight-wrapped): Variable deleted.
10363 (isearch-lazy-highlight-search): Function deleted.
10364
10365 2000-01-02 Andrew Innes <andrewi@gnu.org>
10366
10367 * w32-fns.el (convert-standard-filename): Do length check on name
10368 before aref.
10369
10370 2001-01-02 Dave Love <fx@gnu.org>
10371
10372 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
10373 value.
10374 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
10375
10376 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
10377
10378 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
10379 read syntax.
10380
10381 * calendar/todo-mode.el (todo): Add :link, :version.
10382 (todo-save-top-priorities): Remove autoload cookie.
10383 (todo-add-category, todo-add-item-non-interactively)
10384 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
10385
10386 2001-01-02 Gerd Moellmann <gerd@gnu.org>
10387
10388 * comint.el (comint-input-history-ignore): New variable.
10389 (comint-read-input-ring): Ignore entries matching
10390 comint-input-history-ignore.
10391
10392 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
10393
10394 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
10395 (lm-copyright-mark): New function.
10396 (lm-crack-copyright): New function.
10397 (lm-verify): Check that the file has a copyright.
10398 Check that the file is copyright Free Software Foundation.
10399
10400 2000-12-30 Kenichi Handa <handa@etl.go.jp>
10401
10402 * international/mule-diag.el (print-fontset): Indent font name by
10403 24 columns, not 25.
10404
10405 2000-12-29 Gerd Moellmann <gerd@gnu.org>
10406
10407 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
10408 in Subject line.
10409
10410 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
10411 Use mail-mode-hook instead of mail-setup-hook.
10412 Otherwise continuing an interrupted message with C-u C-x m for
10413 instance, winds up in Mail mode without abbrevs.
10414
10415 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10416
10417 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
10418 non-nil. Adding almost all customization variables on ps-setup.
10419 Doc fix.
10420 (ps-print-version): New version number (6.3.3).
10421 (ps-end-with-control-d): Initialization fix.
10422 (ps-lines-printed): New var.
10423 (ps-skip-newline): New fun.
10424 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
10425 (ps-next-line, ps-continue-line, ps-plot-region)
10426 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
10427
10428 2000-12-29 Kenichi Handa <handa@etl.go.jp>
10429
10430 * international/fontset.el (x-complement-fontset-spec):
10431 Resolve ASCII font name so that the same family name is used for fonts
10432 registered in x-font-name-charset-alist.
10433 (create-fontset-from-fontset-spec): Adjusted for the above change.
10434 The name of fontset alias should be a unresolved ASCII font name.
10435
10436 2000-12-28 Gerd Moellmann <gerd@gnu.org>
10437
10438 * simple.el (delete-key-deletes-forward-mode): Bind backspace
10439 and delete in isearch-mode-map.
10440
10441 2000-12-28 Richard M. Stallman <rms@gnu.org>
10442
10443 * dired-x.el (dired-guess-shell-alist-default):
10444 Use xpdf instead of acroread.
10445
10446 2000-12-28 Kenichi Handa <handa@etl.go.jp>
10447
10448 * textmodes/artist.el (artist-butlast): Deleted.
10449 (artist-ellipse-mirror-quadrant): Use butlast instead of
10450 artist-butlast.
10451
10452 * subr.el (butlast, nbutlast): Moved from cl.el to here.
10453
10454 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
10455
10456 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
10457
10458 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
10459
10460 * ls-lisp.el: Better support for the Mac and MS-Windows.
10461 (ls-lisp): New defgroup.
10462 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
10463 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
10464 (ls-lisp-support-shell-wildcards): New defcustoms.
10465 (ls-lisp-parse-symlink): New function.
10466 (insert-directory): Code to convert switches to a list and set up
10467 the wildcard argument copied from ls-lisp-insert-directory.
10468 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
10469 for -C and -R switches.
10470 (ls-lisp-column-format): New function.
10471 (ls-lisp-delete-matching, ls-lisp-handle-switches)
10472 (ls-lisp-format-time): Add doc strings.
10473 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
10474 Support ls-lisp-dirs-first.
10475 (ls-lisp-classify, ls-lisp-extension): New functions.
10476 (ls-lisp-format): Optionally support emulation of symlinks.
10477 Support -i, -s, and -G switches.
10478
10479 2000-12-27 Gerd Moellmann <gerd@gnu.org>
10480
10481 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
10482
10483 * version.el (emacs-version): Print X scroll bar information.
10484
10485 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
10486 instead of x-toolkit-scroll-bars-p.
10487
10488 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
10489 of x-toolkit-scroll-bars-p.
10490
10491 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
10492
10493 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
10494 (ffap-bindings): Doc fix, to reflect the above change.
10495
10496 2000-12-27 Kenichi Handa <handa@etl.go.jp>
10497
10498 * term.el (term-char-mode): Define all non-ascii self-inserting
10499 characters to 'term-send-raw in term-raw-map.
10500
10501 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
10502
10503 * viper-init (viper-restore-cursor-type): Added condition-case guard.
10504
10505 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
10506 Changed initialization; use add-hook.
10507 (ediff-file-remote-p): Use file-local-copy.
10508
10509 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
10510
10511 * ediff.el (ediff-patch-buffer): Bug fix.
10512 (ediff-revision): Allow selection of the file at the prompt.
10513
10514 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
10515
10516 * subr.el (combine-run-hooks): Remove.
10517
10518 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
10519 and remove the rogue second spec.
10520
10521 2000-12-23 Gerd Moellmann <gerd@gnu.org>
10522
10523 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
10524
10525 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
10526
10527 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
10528 Use minibuffer menu prompt for the `=' prefix.
10529 (smerge-command-prefix): Change default to C-^.
10530 (smerge-mode): Don't assume font-lock doesn't move point.
10531
10532 * skeleton.el (skeleton-internal-1): Make sure the first line of
10533 the region is also re-indented.
10534 (skeleton-end-newline): New var.
10535 (skeleton-end-hook): Use it.
10536
10537 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10538
10539 * comint.el (comint-password-prompt-regexp): Support CVS.
10540
10541 2000-12-22 Gerd Moellmann <gerd@gnu.org>
10542
10543 * simple.el (delete-key-deletes-forward-mode): Simplify.
10544 Also backspace key combinations, depending on
10545 delete-key-deletes-forward.
10546
10547 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
10548
10549 * simple.el (delete-key-deletes-forward): Doc fix.
10550
10551 2000-08-22 Emmanuel Briot <briot@gnat.com>
10552
10553 * xml.el (top level comment): Updated to reflect the fact that
10554 white spaces are relevant in the XML file.
10555 (xml-parse-file): Do not kill an existing Emacs buffer if the file
10556 to parse was already edited. This allows for on-the-fly analysis
10557 of XML files.
10558 (xml-parse-tag): Check that the casing is the same in the start
10559 tag and end tag, since XML is case-sensitive. Allows for spaces
10560 in the end tag, after the name of the tag.
10561 (xml-parse-attlist): Allow for the character '-' in the name of
10562 attributes, as in the standard http-equiv attribute Do not save
10563 the properties in the XML tree, since they are not relevant.
10564
10565 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
10566
10567 * generic.el (generic-read-type): Undo last change, inline into
10568 `generic-mode' and then remove.
10569 (generic-mode): Inline generic-read-type.
10570 (define-generic-mode): Push the symbol name rather than the symbol
10571 onto generic-mode-list.
10572
10573 2000-12-21 Gerd Moellmann <gerd@gnu.org>
10574
10575 * generic.el (generic-read-type): Build an alist for
10576 completing-read as in 20.7.
10577
10578 * play/landmark.el (lm): Use interactive spec `P'.
10579 (toplevel): Don't set debug-on-error.
10580
10581 * server.el (server-switch-buffer): Choose a window on a visible frame.
10582
10583 2000-12-21 Dave Pearson <davep@davep.org>
10584
10585 * quickurl.el: Commentry change, I've moved my web site.
10586
10587 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10588
10589 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
10590 ranges like \177-\237, but accepts the character sequence from \177 to
10591 \237. Doc fix.
10592 (ebnf-version): New version (3.4).
10593 (ebnf-setup): Code fix.
10594 (ebnf-range-regexp): New fun.
10595 (ebnf-8-bit-chars): Const fix.
10596
10597 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
10598 entry. Doc fix.
10599 (ebnf-bnf-lex): Code fix.
10600 (ebnf-bnf-comment-chars): Const fix.
10601
10602 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
10603 entry. Doc fix.
10604 (ebnf-iso-comment-chars): Const fix.
10605
10606 * ebnf-otz.el: Doc fix.
10607
10608 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
10609 entry. Doc fix.
10610 (ebnf-yac-skip-code): Code fix.
10611 (ebnf-yac-comment-chars): Const fix.
10612
10613 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
10614
10615 * files.el (insert-directory-safely): New function.
10616 (recover-file): Use it instead of insert-directory.
10617 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10618
10619 2000-12-21 Kenichi Handa <handa@etl.go.jp>
10620
10621 * international/mule-cmds.el (select-safe-coding-system):
10622 Check coding-category-list more rigidly. Improve help message.
10623
10624 * dired.el (dired-move-to-filename-regexp): Fix previous change.
10625
10626 2000-12-21 Miles Bader <miles@gnu.org>
10627
10628 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
10629
10630 2000-12-21 Kenichi Handa <handa@etl.go.jp>
10631
10632 * international/mule-diag.el (describe-char-after): Make *Help*
10633 buffer inherit multibyteness of the current buffer.
10634
10635 * international/mule.el (make-char): Docstring adjusted for the
10636 change of make-char-internal.
10637
10638 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
10639
10640 * international/iso-cvt.el: Docstrings fix.
10641
10642 2000-12-20 Dave Love <fx@gnu.org>
10643
10644 * subr.el (eval-after-load): Doc fix.
10645
10646 2000-12-20 Kenichi Handa <handa@etl.go.jp>
10647
10648 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
10649 for numbers.
10650
10651 2000-12-20 Miles Bader <miles@gnu.org>
10652
10653 * international/quail.el (quail-help): Resize the help window
10654 again after it has all its contents. Remove unneeded progn.
10655
10656 2000-12-19 Gerd Moellmann <gerd@gnu.org>
10657
10658 * pcmpl-linux.el: Fix copy/paste error.
10659
10660 2000-12-19 Andrew Innes <andrewi@gnu.org>
10661
10662 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
10663
10664 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
10665
10666 * progmodes/idlw-rinfo.el: Fixed copyright notice.
10667
10668 * progmodes/idlw-toolbar.el: Fixed copyright notice.
10669
10670 * progmodes/idlw-shell.el: Fixed copyright notice.
10671
10672 * progmodes/idlwave.el: Fixed copyright notice.
10673
10674 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
10675 TAB as key separators.
10676
10677 2000-12-19 Alex Schroeder <alex@gnu.org>
10678
10679 * sql.el (sql-sybase-options): New option.
10680 (sql-sybase): Use it. Add sql-database to the list of parameters
10681 provided for login. The options -w 2048 -n are not used any more.
10682 (sql-postgres-options): Changed default from "--pset" to "-P".
10683 (sql-mysql-options): Doc change.
10684 (sql-stop): Doc change.
10685
10686 2000-12-19 Kenichi Handa <handa@etl.go.jp>
10687
10688 * international/quail.el (quail-input-method): Always hide
10689 the guidance buffer on exiting.
10690
10691 2000-12-18 Gerd Moellmann <gerd@gnu.org>
10692
10693 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
10694 isn't fboundp.
10695
10696 * server.el (server-buffer-done): Bury the buffer before
10697 killing it.
10698
10699 * faces.el (face-spec-set): Interpret a nil in specs for
10700 foreground and background colors as `unspecified', for
10701 compatibility with 20.x.
10702
10703 2000-12-18 Dave Love <fx@gnu.org>
10704
10705 * simple.el (mail-user-agent): Doc fix.
10706 (input-mode-8-bit): Removed.
10707
10708 * international/mule.el (set-keyboard-coding-system): Doc fix.
10709 (keyboard-coding-system): New option.
10710
10711 * mail/sendmail.el (send-mail-function): Customize.
10712
10713 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
10714
10715 * international/codepage.el (cp866-decode-table): New table.
10716
10717 2000-12-18 Gerd Moellmann <gerd@gnu.org>
10718
10719 * version.el (emacs-version): Remove `%a' from the time format
10720 because the weekday doesn't fit well into each locale.
10721
10722 2000-12-18 Miles Bader <miles@gnu.org>
10723
10724 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
10725
10726 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
10727 Check that emacs-major-version is `=' to 20, not `>='.
10728 (artist-replace-chars): Use `make-string' instead of a loop.
10729
10730 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
10731
10732 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
10733 (cvs-execute-single-file): Don't change directory.
10734 Patch from Per Cederqvist.
10735
10736 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
10737
10738 * textmodes/ispell.el (check-ispell-version):
10739 If `ispell-program-name' is "aspell", pass it the -v switch instead
10740 of -vv.
10741
10742 2000-12-16 Kenichi Handa <handa@etl.go.jp>
10743
10744 * international/mule-diag.el (mule-diag): Insert information about
10745 configure options, multibyte awareness, language env.
10746
10747 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
10748 regexp to search for candidates.
10749
10750 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
10751
10752 * info.el (Info-forward-node): If the node has an
10753 Info-header-line, widen the buffer before searching for "next:"
10754 and "up:" pointers, and set the search limit to stay in the
10755 current node.
10756
10757 2000-12-16 Miles Bader <miles@gnu.org>
10758
10759 * simple.el (delete-trailing-whitespace): Remove extraneous let.
10760
10761 2000-12-15 Miles Bader <miles@gnu.org>
10762
10763 * comint.el (comint-send-string, comint-send-region): Also accept
10764 a buffer, buffer-name, or nil for PROCESS, for compatibility with
10765 process-send-string/region.
10766
10767 2000-12-15 Gerd Moellmann <gerd@gnu.org>
10768
10769 * isearch.el (isearch-lazy-highlight-max): New user-option.
10770 (isearch-lazy-highlight-update): Don't highlight more than
10771 isearch-lazy-highlight-max matches.
10772
10773 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
10774
10775 2000-12-15 Richard M. Stallman <rms@gnu.org>
10776
10777 * sort.el (sort-columns): Fix error message.
10778
10779 * dabbrev.el (dabbrev--last-case-pattern): Value is now
10780 `upcase' or `downcase' or nil.
10781 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
10782 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
10783 (dabbrev--substitute-expansion): New arg record-case-pattern.
10784 If it is non-nil, set dabbrev--last-case-pattern.
10785 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
10786
10787 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
10788
10789 2000-12-15 Miles Bader <miles@gnu.org>
10790
10791 * paths.el (Info-default-directory-list): Don't delete
10792 configure-info-directory from the list of standard info
10793 directories when appending it to the end -- their order is important.
10794
10795 * faces.el (read-face-attribute): If there's no entry for the
10796 user's input in VALID, just use it as-is (this will often result
10797 in an error, but it may be OK for e.g. colors using hexadecimal
10798 notation, and at least will yield a better error message).
10799
10800 * window.el (mode-line-window-height-fudge): Function removed.
10801 (height-affecting-face-attributes, mode-line-window-height-fudge):
10802 Variables removed.
10803 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
10804 window is really the right size. Use vertical-motion
10805 rather than forward-line.
10806 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
10807 (ispell-command-loop, ispell-show-choices): Use the variable
10808 ispell-choices-win-default-height, rather than the function.
10809 (ispell-choices-win-default-height): Function removed.
10810 (ispell-mode-line-window-height-fudge): Function removed.
10811
10812 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
10813
10814 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
10815
10816 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
10817
10818 * paths.el (Info-default-directory-list):
10819 If configure-info-directory is not one of the standard directories,
10820 put it first in the list; otherwise put it last. Doc string
10821 changed accordingly.
10822
10823 * info.el (Info-directory-list): Change doc string to reflect the
10824 change in Info-default-directory-list.
10825
10826 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
10827 windows-nt as windowed environments, even under -nw.
10828
10829 * startup.el (command-line): Don't call x-backspace-delete-keys-p
10830 if not fboundp. Switch delete-forward mode for the <delete> key
10831 on all PC platforms, even under -nw.
10832
10833 * term/internal.el ([M-delete]): Remap to M-d.
10834
10835 2000-12-14 Gerd Moellmann <gerd@gnu.org>
10836
10837 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
10838
10839 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
10840
10841 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10842
10843 2000-12-14 Gerd Moellmann <gerd@gnu.org>
10844
10845 * startup.el (command-line): Call delete-key-deletes-forward-mode,
10846 if appropriate.
10847
10848 * simple.el (delete-key-deletes-forward): New user-option.
10849 (delete-key-deletes-forward-mode): New function.
10850
10851 * bindings.el: Bind `delete' to backward-delete-char.
10852
10853 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
10854 Test if symbol is bound before getting its value.
10855
10856 * tooltip.el (tooltip-show): If an error is signaled in
10857 x-show-tip, display that error, and display the help in the
10858 echo area.
10859
10860 2000-12-14 Kenichi Handa <handa@etl.go.jp>
10861
10862 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
10863 Show "... entries" messages for every 10000 entries, not 10.
10864
10865 2000-12-13 Karl Fogel <kfogel@red-bean.com>
10866
10867 * bookmark.el: Provide a generic exit hook, as suggested by
10868 Ovidiu Predescu <ovidiu@cup.hp.com>:
10869 (bookmark-exit-hook): New var.
10870 (bookmark-exit-hook-internal): New func, replaces
10871 old raw lambda form in `kill-emacs-hook', and runs new
10872 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
10873 as logically that feature must have been provided if this function
10874 is running.
10875 Removed ;;;###autoload before the `add-hook' call.
10876
10877 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
10878
10879 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
10880 (easy-menu-current-active-maps): New function.
10881 (easy-menu-get-map): Use it.
10882 Make a proper menu entry when creating a new keymap.
10883
10884 2000-12-13 Kenichi Handa <handa@etl.go.jp>
10885
10886 * international/characters.el: Fix cases and syntaxes for
10887 mule-unicode-0100-24ff.
10888
10889 * dired.el (dired-move-to-filename-regexp): Fixed for the case
10890 that a Japanese character is not appended after day and year.
10891
10892 * info.el (Info-suffix-list): Change format for a command that
10893 requires arguments.
10894 (info-insert-file-contents): Adjusted for the above change.
10895
10896 2000-12-12 Andreas Schwab <schwab@suse.de>
10897
10898 * tar-mode.el (tar-extract): Base the name of the subfile buffer
10899 on the name of the tar buffer. Verify that the existing buffer is
10900 visiting the same subfile.
10901
10902 2000-12-12 Dave Love <fx@gnu.org>
10903
10904 * subdirs.el: Add obsolete.
10905
10906 2000-12-12 Gerd Moellmann <gerd@gnu.org>
10907
10908 * mail/rmailsum.el (rmail-summary-expunge)
10909 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
10910 instead of rmail-confirm-expunge.
10911
10912 * replace.el (perform-replace): Don't use an empty match adjacent
10913 to a non-empty match when computing the next match before the
10914 replacement is performed.
10915
10916 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
10917
10918 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
10919 definition (patch by Stefan Monnier).
10920 (glasses-mode): Use jit-lock instead of `after-change-functions'
10921 (patch by Stefan Monnier).
10922
10923 2000-12-12 Miles Bader <miles@gnu.org>
10924
10925 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
10926 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
10927
10928 2000-12-12 Andrew Choi <akochoi@i-cable.com>
10929
10930 * term/mac-win.el: Remove load for ls-lisp.
10931
10932 * loadup.el: Load ls-lisp for system-type `macos'.
10933
10934 2000-12-12 Miles Bader <miles@gnu.org>
10935
10936 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
10937 Respect field end too.
10938 (just-one-space): Respect fields as `delete-horizontal-space'.
10939 (newline-and-indent, reindent-then-newline-and-indent):
10940 Use `delete-horizontal-space'.
10941
10942 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
10943
10944 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
10945 (so as to obey the field property in the minibuffer).
10946
10947 * obsolete/c-mode.el: Moved from lisp/progmodes.
10948 * obsolete/auto-show.el: Moved from lisp.
10949 * obsolete/ooutline.el: Moved from lisp/textmodes.
10950
10951 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
10952
10953 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
10954 changes to list them here.
10955
10956 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
10957 Too many changes to list them here.
10958
10959 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
10960 Too many changes to list them here.
10961
10962 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
10963
10964 2000-12-11 Gerd Moellmann <gerd@gnu.org>
10965
10966 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
10967
10968 * cus-edit.el (custom-save-variables, custom-save-faces):
10969 Comment fix.
10970
10971 * hscroll.el: Moved to `obsolete' subdir.
10972
10973 2000-12-11 Miles Bader <miles@gnu.org>
10974
10975 * window.el (window-text-height): Function removed (now in C).
10976
10977 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
10978
10979 * log-edit.el (log-edit-parent-buffer): New var.
10980 (log-edit): Set it. Add BUFFER argument.
10981 (log-edit-done): Use char-before.
10982 Don't bother checking validity of vc-comment-ring.
10983 Only bury the buffer if log-edit popped it up.
10984
10985 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
10986 (cvs-mode-diff-help): Remove.
10987 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
10988 (cvs-mode-marked): Set up the default for CMD manually.
10989
10990 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
10991 Remove binding for ? now made unnecessary.
10992
10993 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
10994
10995 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
10996 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
10997
10998 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
10999 when master file is not open.
11000
11001 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
11002
11003 * progmodes/ada-stmt.el: Update `maintainer'.
11004
11005 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
11006
11007 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
11008 choices to match documentation string.
11009
11010 2000-12-09 Miles Bader <miles@gnu.org>
11011
11012 * minibuf-eldef.el: New file.
11013
11014 * window.el (fit-window-to-buffer): Don't pass last argument to
11015 pos-visible-in-window-p, now that its meaning is inverted.
11016
11017 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
11018
11019 * image.el (create-image): Doc fix; spotted by Per Cederqvist
11020 <ceder@lysator.liu.se>.
11021
11022 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
11023
11024 * autoinsert.el (auto-insert-alist): Add missing final \n.
11025
11026 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
11027 (cvs-menu-map): Remove.
11028 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
11029 (cvs-mode-quit): Turn it back into a plain function.
11030
11031 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
11032 (texinfo-filter): Remove (move to texinfo.el).
11033
11034 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
11035 file where it's more visible.
11036 (texinfo-filter, texinfo-chapter-level-regexp): New variables
11037 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
11038 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
11039 (texinfo-inside-macro-p): Only catch `scan-error's.
11040 (texinfo-inside-env-p): Make better use of the match info.
11041 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
11042 (texinfo-insert-@end): Slight re-organization.
11043 Also remove useless `looking-at' call.
11044
11045 2000-12-08 Andrew Innes <andrewi@gnu.org>
11046
11047 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
11048 accessible in -nw mode.
11049
11050 * term/w32-win.el: Remove stuff about selection timeout, which is
11051 irrelevant on Windows. Move clipboard support to w32-fns.el, so
11052 it is accessible in -nw mode.
11053
11054 2000-12-08 Dave Love <fx@gnu.org>
11055
11056 * emacs-lisp/lisp-mode.el (lisp-mode):
11057 Set font-lock-keywords-case-fold-search.
11058
11059 2000-12-08 Gerd Moellmann <gerd@gnu.org>
11060
11061 * textmodes/ispell.el (ispell): Doc fix.
11062
11063 2000-12-08 Kenichi Handa <handa@etl.go.jp>
11064
11065 * international/quail.el (quail-insert-decode-map): Check the
11066 frame width of a window displaying the current buffer, not that of
11067 the selected frame.
11068 (quail-help): Make sure that the help buffer has window before
11069 inserting text in it.
11070
11071 2000-12-07 Sam Steingold <sds@gnu.org>
11072
11073 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
11074 Backquote is used in isearch.el, so autoloading saves nothing.
11075
11076 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
11077
11078 * startup.el (normal-top-level-add-subdirs-to-load-path):
11079 Ignore the CVS and RCS subdirectories case-insensitively.
11080
11081 * dired.el (dired-insert-directory): If file-system-info is
11082 fboundp, call it instead of invoking dired-free-space-program.
11083
11084 2000-12-07 Gerd Moellmann <gerd@gnu.org>
11085
11086 * server.el (server-visit-files): Push files on file-name-history.
11087
11088 * progmodes/cc-langs.el: Update copyright.
11089
11090 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
11091
11092 * bindings.el (mode-line-mode-menu): Add glasses-mode.
11093
11094 * bindings.el (mode-line-mode-menu): Reverse the order
11095 of define-keys so that the menu appears in alphabetical order.
11096
11097 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
11098
11099 * progmodes/glasses.el (glasses-mode): Update mode line at the end
11100 of the function.
11101
11102 2000-12-07 Dave Love <fx@gnu.org>
11103
11104 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
11105
11106 * facemenu.el (facemenu-unlisted-faces): Fix value.
11107
11108 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
11109
11110 * font-lock.el (font-lock-default-fontify-region):
11111 Include the terminating \n (off-by-one error).
11112 (font-lock-set-defaults): Use dolist.
11113
11114 * derived.el (define-derived-mode): Don't use combine-run-hooks.
11115
11116 2000-12-07 Kenichi Handa <handa@etl.go.jp>
11117
11118 * international/mule-cmds.el (describe-language-environment):
11119 Fix for the case that an input method title is not string but a list.
11120
11121 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
11122 of wrong SIZE record.
11123
11124 2000-12-06 Dave Love <fx@gnu.org>
11125
11126 * newcomment.el (comment-region, comment-dwim): Doc fix.
11127
11128 * textmodes/texinfo.el: Require tex-mode when compiling.
11129 (texinfo-update-node): Doc fix.
11130 (texinfo-imenu-generic-expression): Add @anchor.
11131 (texinfo-font-lock-keywords): Add @uref.
11132 (texinfo-inside-macro-p): Don't use ignore-errors.
11133 (texinfo-insert-quote): Match more contexts.
11134
11135 * international/mule.el (decode-char, encode-char): Doc fix.
11136 (auto-coding-alist): Customize.
11137
11138 * files.el (load-file): Fix change of 2000-03-12.
11139
11140 * wid-edit.el (widget-text-keymap): Doc fix.
11141
11142 2000-12-06 Andrew Innes <andrewi@gnu.org>
11143
11144 * makefile.w32-in (lisp): Set to an absolute directory, namely
11145 $(CURDIR).
11146
11147 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
11148
11149 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
11150 read generated-autoload-file, and set buffer-file-coding-system to
11151 raw-text-unix after reading the file.
11152
11153 * international/mule-conf.el (file-coding-system-alist):
11154 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
11155
11156 2000-12-06 Gerd Moellmann <gerd@gnu.org>
11157
11158 * replace.el (occur): Make line-number-width 1 smaller for the
11159 colon following the line number.
11160
11161 * startup.el (fancy-splash-text, command-line-1):
11162 Use `File' for the menu name instead of `Files'.
11163
11164 * tmm.el: Update copyright.
11165
11166 * cus-start.el: Add entry for even-window-heights.
11167
11168 2000-12-06 Miles Bader <miles@gnu.org>
11169
11170 * faces.el (frame-set-background-mode): Avoid stomping on
11171 locally modified faces.
11172
11173 2000-12-06 Kenichi Handa <handa@etl.go.jp>
11174
11175 * international/fontset.el: Correct the font registries for
11176 japanese-jisx0213-1 and japanese-jisx0213-2.
11177
11178 2000-12-05 Gerd Moellmann <gerd@gnu.org>
11179
11180 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
11181
11182 * iswitchb.el: Update customization commentary.
11183
11184 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
11185
11186 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
11187 (tpu-search-highlight): Fixed comparison of overlay end positions.
11188 (tpu-trim-line-ends): Implemented trimming logic locally.
11189
11190 * emulation/tpu-extras.el (tpu-write-file-hook)
11191 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
11192
11193 2000-12-05 Kenichi Handa <handa@etl.go.jp>
11194
11195 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
11196 to cn-gb.
11197 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
11198
11199 2000-12-04 Dave Love <fx@gnu.org>
11200
11201 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
11202
11203 2000-12-04 Gerd Moellmann <gerd@gnu.org>
11204
11205 * mail/rmailsum.el (rmail-summary-expunge)
11206 (rmail-summary-expunge-and-save): Ask for confirmation with
11207 rmail-expunge-confirmed.
11208
11209 * mail/rmail.el (rmail-expunge-confirmed): New function.
11210 (rmail-expunge): Use it.
11211
11212 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
11213
11214 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
11215 (etags-recognize-tags-table, find-tag-in-order):
11216 New functionality: interpret file names as tags.
11217
11218 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
11219
11220 * info.el (Info-scroll-prefer-subnodes): New defcustom.
11221 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
11222 the first subnode until the bottom of the current node is visible.
11223
11224 2000-12-04 Gerd Moellmann <gerd@gnu.org>
11225
11226 * format.el (format-decode): Don't change buffer's undo list.
11227
11228 2000-12-04 Kenichi Handa <handa@etl.go.jp>
11229
11230 * faces.el (face-font-registry-alternatives): Add entries for CJK
11231 fonts. Doc-string adjusted for the actual usage of this data.
11232
11233 * international/fontset.el: Change the font registries for CJK
11234 fonts in the default fontset. Don't append '*' to registries.
11235
11236 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
11237
11238 * emacs-lisp/easy-mmode.el (define-derived-mode)
11239 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
11240
11241 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
11242 (derived-mode-p): New function.
11243 (derived-mode-make-docstring): Add `docstring' argument.
11244 Use it if available and complete it if necessary.
11245
11246 2000-12-03 Andreas Schwab <schwab@suse.de>
11247
11248 * type-break.el (type-break): Don't make parent of itself.
11249
11250 2000-12-03 Miles Bader <miles@gnu.org>
11251
11252 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
11253
11254 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
11255
11256 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
11257 (tex-main-file, tex-file): Simplify.
11258 (tex-generate-zap-file-name): Use subst-char-in-string.
11259 (tex-strip-dots): Remove.
11260
11261 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
11262
11263 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
11264 to check if the match succeeded.
11265
11266 2000-12-02 Gerd Moellmann <gerd@gnu.org>
11267
11268 * startup.el (use-fancy-splash-screens-p): New function.
11269 (command-line-1): Use it to determine whether or not to use
11270 a fancy splash screen.
11271
11272 2000-12-02 Andreas Schwab <schwab@suse.de>
11273
11274 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
11275
11276 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
11277
11278 * international/mule.el (make-char): Fix last change.
11279
11280 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
11281 New defcustoms.
11282 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
11283 autoloading tex-mode; instead, do the same manually.
11284 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
11285 with numeric argument. Docstring fix.
11286 (toplevel): Require cl when compiling.
11287
11288 * international/mule.el (make-char): Doc fix.
11289
11290 2000-12-02 Jason Rumney <jasonr@gnu.org>
11291
11292 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
11293 the Emacs Lisp manual)
11294
11295 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
11296
11297 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
11298
11299 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
11300 the Emacs Lisp manual).
11301
11302 2000-12-02 Gerd Moellmann <gerd@gnu.org>
11303
11304 * simple.el (next-line-add-newlines): Change default to nil.
11305
11306 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
11307
11308 * files.el (revert-buffer, recover-file):
11309 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
11310
11311 2000-12-01 Gerd Moellmann <gerd@gnu.org>
11312
11313 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
11314
11315 2000-12-01 Miles Bader <miles@gnu.org>
11316
11317 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
11318
11319 2000-12-01 Kenichi Handa <handa@etl.go.jp>
11320
11321 * international/mule-diag.el (describe-char-after): Fix typo.
11322 (describe-character-set, non-iso-charset-alist): Fix typo.
11323
11324 2000-12-01 Miles Bader <miles@gnu.org>
11325
11326 * image-file.el (image-file-name-regexp): Automatically add
11327 upper-case variants of each filename extension in
11328 `image-file-name-extensions', since they seem to be common.
11329
11330 * simple.el (minibuffer-contents)
11331 (minibuffer-contents-no-properties, delete-minibuffer-contents):
11332 New functions.
11333 * filecache.el (file-cache-directory-name)
11334 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
11335
11336 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
11337
11338 * filecache.el (file-cache-minibuffer-complete): Don't try to
11339 delete the minibuffer prompt.
11340
11341 2000-11-30 Dave Love <fx@gnu.org>
11342
11343 * cus-start.el: Fix read-buffer-function type.
11344
11345 2000-11-30 Gerd Moellmann <gerd@gnu.org>
11346
11347 * md5.el: Removed. There's a built-in function, now.
11348
11349 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
11350
11351 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
11352 as dummy 0-th char of rmail-deleted-vector.
11353
11354 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
11355
11356 * ps-print.el (ps-end-job): Bind case-fold-search only after
11357 switching to ps-spool-buffer.
11358
11359 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11360
11361 * ps-print.el: Line number font customization. PostScript: Lines and
11362 PageCount are initialized on each page. Doc Fix.
11363 (ps-print-version): New version number (6.3.2).
11364 (ps-lpr-switches, ps-font-info-database, ps-font-size)
11365 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
11366 (ps-right-header): Customization fix.
11367 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
11368 Fix code.
11369 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
11370 New vars.
11371
11372 2000-11-30 Gerd Moellmann <gerd@gnu.org>
11373
11374 * bs.el: Fix typos and spelling errors.
11375 (bs-appearance) <defgroup>: Renamed from bs-appearence.
11376 (bs-configuration): Doc fix.
11377
11378 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
11379
11380 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
11381
11382 * emulation/tpu-edt.el (tpu-version): New version.
11383 (tpu-search-overlay, tpu-replace-overlay): New initial range.
11384 (tpu-original-mode-line): Variable deleted.
11385 (tpu-mark-flag): New initial value.
11386 (tpu-set-mode-line): Don't redefine mode-line-format.
11387 Add tpu-mark-flag to minor-mode-alist.
11388 (tpu-update-mode-line): New mark flag logic.
11389 (tpu-get): Use find-file-wildcards.
11390 (tpu-search-highlight): Move overlay less, reset overlay properly.
11391 (tpu-unselect): Deactivate mark.
11392 (tpu-lm-replace): Reset overlay properly.
11393 (tpu-forward-line): Use forward-visible-line.
11394 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
11395
11396 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
11397
11398 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
11399
11400 * cus-edit.el (custom-face-value-create): Always emphasize tag.
11401
11402 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11403
11404 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
11405 and skip whitespace and newlines.
11406
11407 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
11408
11409 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
11410
11411 2000-11-29 Gerd Moellmann <gerd@gnu.org>
11412
11413 * help.el (describe-function-1): Regexp-quote function name
11414 when used as part of a regexp.
11415
11416 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
11417 Use face-attribute instead of face-foreground and face-background.
11418 (tool-bar-add-item): Likewise, and handle unspecified colors.
11419
11420 * enriched.el (enriched-face-ans): Use face-attribute instead
11421 of face-foreground and face-background.
11422
11423 * faces.el (face-foreground, face-background, face-stipple):
11424 Return nil if attribute is unspecified, for backward compatibility.
11425
11426 * files.el (auto-mode-alist): Add an entry for antlr-mode.
11427
11428 * play/5x5.el: Remove version info.
11429
11430 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
11431
11432 * frame.el (blink-cursor-mode): Doc fix.
11433
11434 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
11435
11436 * antlr-mode.el: New commands to run ANTLR from within Emacs and
11437 to create Makefile rules.
11438 (antlr-tool-command): New user option.
11439 (antlr-ask-about-save): New user option.
11440 (antlr-makefile-specification): New user option.
11441 (antlr-file-formats-alist): New variable.
11442 (antlr-special-file-formats): New variable.
11443 (antlr-unknown-file-formats): New user option.
11444 (antlr-help-unknown-file-text): New variable.
11445 (antlr-help-rules-intro): New variable.
11446 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
11447 (antlr-mode-menu): Add entries.
11448 (antlr-file-dependencies): New function.
11449 (antlr-directory-dependencies): New function.
11450 (antlr-superclasses-glibs): New function.
11451 (antlr-run-tool): New command.
11452 (antlr-makefile-insert-variable): New function.
11453 (antlr-insert-makefile-rules): New function.
11454 (antlr-show-makefile-rules): New command.
11455
11456 * antlr-mode.el: More Emacs/XEmacs stuff.
11457 (antlr-no-action-keywords): New constant with value nil.
11458 (antlr-font-lock-keywords-alist): Use it. Old value would break
11459 syntax highlighting in Emacs-21.0.
11460 (antlr-default-directory): Emacs/XEmacs dependend function.
11461 (antlr-read-shell-command): Ditto.
11462 (antlr-with-displaying-help-buffer): Ditto.
11463
11464 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
11465
11466 * antlr-mode.el: imenu, parsing and highlighting changes.
11467 (antlr-imenu-create-index-function): Don't create extra submenus
11468 for definitions in different grammar classes. It is not necessary
11469 for the menu and would make command `imenu' awkward to use.
11470 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
11471 header actions and more than one.
11472 (antlr-font-lock-tokendef-face): Changed color.
11473 (antlr-font-lock-tokenref-face): Changed color.
11474 (antlr-font-lock-additional-keywords): Also highlight lowercase.
11475 (antlr-mode-syntax-table): New variable.
11476 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
11477 (antlr-with-syntax-table): Don't copy syntax table.
11478
11479 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
11480
11481 * antlr-mode.el: Minor changes: language setting.
11482 (antlr-language-alist): The value for file option "language" can
11483 be both an identifier and a string.
11484 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
11485 (antlr-language-limit-n-regexp): Change accordingly.
11486
11487 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
11488
11489 * antlr-mode.el: Minor changes: tabs, hiding.
11490 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
11491 (antlr-action-visibility): Also allow value nil to also hide the
11492 braces. Renamed from `antlr-tiny-action-length'.
11493 Suggested by Jay@aol.com.
11494 (antlr-hide-actions): Change accordingly. Hide line if completely
11495 hidden action is on a line of its own.
11496
11497 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
11498
11499 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
11500
11501 * sort.el (sort-columns): Don't concat strings with numbers.
11502
11503 2000-11-29 Dave Love <fx@gnu.org>
11504
11505 * cus-edit.el (face): Fix :format.
11506
11507 * mail/feedmail.el: Require smtpmail when compiling.
11508 (mail-do-fcc): Autoload.
11509 (feedmail) <defgroup>: Fix :link.
11510 (feedmail-nuke-body-in-fcc): Fix :type.
11511 (feedmail-send-it): Add autoload cookie.
11512
11513 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
11514
11515 * newcomment.el (comment-indent): Save excursion around call to
11516 comment-indent-function.
11517
11518 2000-11-29 Miles Bader <miles@gnu.org>
11519
11520 * subr.el (member-ignore-case): Return the tail of the list who's
11521 car matches, like `member', not the matching element itself.
11522
11523 2000-11-29 Kenichi Handa <handa@etl.go.jp>
11524
11525 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
11526 should not contain `\n'.
11527
11528 2000-11-28 Gerd Moellmann <gerd@gnu.org>
11529
11530 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
11531
11532 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
11533
11534 * dired-aux.el (dired-do-create-files): Construct default file
11535 name for dired-mark-read-file-name so that when the user enters
11536 just RET, the target file will end up in the target directory.
11537
11538 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
11539 local-abbrev-table before changing buffers because it might
11540 have a buffer-local binding.
11541
11542 2000-11-28 Miles Bader <miles@gnu.org>
11543
11544 * simple.el (delete-horizontal-space): Handle fields more generally.
11545
11546 2000-11-28 Gerd Moellmann <gerd@gnu.org>
11547
11548 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
11549
11550 2000-11-28 Dave Love <fx@gnu.org>
11551
11552 * progmodes/ps-mode.el (ps-mode): Set comment-start and
11553 comment-start-skip locally.
11554
11555 * progmodes/fortran.el (fortran-mode): Don't set
11556 fortran-comment-line-start-skip. Set comment-start to
11557 fortran-comment-line-start.
11558 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
11559 (fortran-comment-line-start-skip): Simplify slightly.
11560
11561 2000-11-28 Gerd Moellmann <gerd@gnu.org>
11562
11563 * play/5x5.el: Remove RCS keyword.
11564
11565 * bs.el: Mistaken commit, undone 2000-11-30.
11566
11567 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
11568
11569 * textmodes/tildify.el (tildify-string-alist):
11570 Add `plain-tex-mode' here.
11571
11572 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
11573
11574 * chistory.el (Command-history-setup): Remove extraneous `keymap'
11575 reference.
11576
11577 2000-11-28 Miles Bader <miles@gnu.org>
11578
11579 * cus-face.el (custom-face-attributes): Add post-filter function
11580 for :box. Make pre-filter function for :box handle all cases.
11581
11582 * wid-edit.el (widget-choose): Make sure pop-up window is large
11583 enough to display all the choices, as there's no way to scroll it.
11584
11585 2000-11-28 Kenichi Handa <handa@etl.go.jp>
11586
11587 * international/mule-conf.el: Make the coding system no-conversion
11588 safe for all characters.
11589
11590 2000-11-27 Dave Love <fx@gnu.org>
11591
11592 * net/ldap.el (ldap) <defgroup>: Add :version.
11593
11594 * tooltip.el (tooltip-use-echo-area): Doc fix.
11595
11596 * cus-start.el <minibuffer-prompt-properties>: Add version.
11597 <read-buffer-function>: Add.
11598
11599 * apropos.el (apropos-print): Add help-echo to active text.
11600
11601 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
11602
11603 2000-11-27 Gerd Moellmann <gerd@gnu.org>
11604
11605 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
11606 type, group and version.
11607
11608 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
11609
11610 * select.el (x-get-selection): Docstring fix.
11611
11612 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
11613
11614 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
11615
11616 2000-11-27 Andrew Innes <andrewi@gnu.org>
11617
11618 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
11619
11620 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
11621
11622 2000-11-27 Miles Bader <miles@gnu.org>
11623
11624 * dired.el (dired-get-filename): Return filename verbatim if
11625 LOCALP is `verbatim'.
11626 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
11627 `verbatim' so that we don't inadvertently delete a non-existant
11628 directory name.
11629
11630 2000-11-27 Kenichi Handa <handa@etl.go.jp>
11631
11632 * international/characters.el: Specify cases and syntaxes for
11633 mule-unicode-0100-24ff.
11634
11635 2000-11-27 Gerd Moellmann <gerd@gnu.org>
11636
11637 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
11638 that foreground and/or background colors of the face `tool-bar'
11639 are unspecified.
11640
11641 2000-11-27 Miles Bader <miles@gnu.org>
11642
11643 * wid-edit.el (widget-field-buffer, widget-field-start)
11644 (widget-field-end): Handle widget field `pseudo-overlays'.
11645 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
11646 if it's there instead of in `widget-field-list'.
11647
11648 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
11649 (help-make-xrefs): Delete extraneous newlines at the end of the
11650 docstring.
11651
11652 2000-11-25 Jason Rumney <jasonr@gnu.org>
11653
11654 * startup.el (command-line): Call set-locale-environment after
11655 Window System init file is read, as it can result in a call to
11656 redraw-frame.
11657
11658 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
11659
11660 * simple.el (shell-command): Mention the effect of the prefix
11661 argument in the doc string.
11662
11663 2000-11-25 Miles Bader <miles@gnu.org>
11664
11665 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
11666
11667 * wid-edit.el (widget-field-value-delete): Don't try to delete
11668 overlay when it's the `pseudo-overlay' that exists at some points.
11669
11670 2000-11-24 Jason Rumney <jasonr@gnu.org>
11671
11672 * international/mule-cmds.el (locale-language-names): Add "jp" as
11673 a non-standard alternative for Japanese.
11674
11675 2000-11-24 Andre Spiegel <spiegel@gnu.org>
11676
11677 * vc-hooks.el: Require 'cl during compilation.
11678
11679 2000-11-24 Gerd Moellmann <gerd@gnu.org>
11680
11681 * faces.el (face-set-after-frame-default): Let face attributes
11682 specified for new frames override frame parameters.
11683
11684 * startup.el (command-line): Fix computation of the source file
11685 for user-init-file when user-init-file is a compiled file.
11686
11687 2000-11-24 Miles Bader <miles@gnu.org>
11688
11689 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
11690 (custom-post-filter-face-spec): New functions.
11691 (custom-face-set, custom-face-value-create): Filter the face spec
11692 before and after customization.
11693 (custom-face-set): If VALUE specifies a null face, pass a
11694 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
11695 * cus-face.el (custom-face-attributes): Remove SET and GET
11696 functions. Add some IN-FILTER and OUT-FILTER functions in the few
11697 cases they're needed.
11698
11699 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
11700 that it's distinguishable from the :off-glyph on dark-background
11701 displays. Set its background color too.
11702
11703 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
11704 so that people can easily turn it off.
11705
11706 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
11707
11708 * ediff-diff.el: Moved variables around to have it compile under NT.
11709
11710 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
11711
11712 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
11713
11714 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
11715 redundant skip-small-frames test.
11716
11717 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
11718 (viper-downgrade-to-insert): Protect against errors in hooks.
11719
11720 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
11721 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
11722 (viper-restore-cursor-type,viper-set-insert-cursor-type):
11723 New functions.
11724
11725 * viper-util.el (viper-memq-char): Bug fixes.
11726
11727 * viper.el (viper-mode): Fix cursor handling.
11728
11729 2000-11-24 Kenichi Handa <handa@etl.go.jp>
11730
11731 * international/mule-diag.el (list-iso-charset-chars):
11732 For two-byte charset, fix the `while' condition.
11733 (list-non-iso-charset-chars): Fix the `while' condition.
11734
11735 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
11736
11737 * subr.el (add-hook, remove-hook): Don't call make-local-hook
11738 if the variable is make-variable-buffer-local.
11739
11740 * progmodes/ada-stmt.el (ada-template-map):
11741 Initialize and bind it to C-c t in ada-mode-map.
11742 (ada-stmt-mode-hook): New function extracted from old code.
11743 Only change the buffer-local side of skeleton-*.
11744 (ada-mode-hook): Use it.
11745
11746 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
11747
11748 * iswitchb.el (iswitchb-minibuf-depth): New variable.
11749 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
11750 we expect to be returned by minibuffer-depth once we prompt the
11751 user in the minibuffer.
11752 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
11753 as recorded in iswitchb-minibuf-depth, return non-nil.
11754
11755 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
11756
11757 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
11758 (hscroll-window-maybe): Docstring fix.
11759
11760 2000-11-23 Dave Love <fx@gnu.org>
11761
11762 * rect.el (string-rectangle): Don't test delete-selection-mode.
11763
11764 2000-11-23 Gerd Moellmann <gerd@gnu.org>
11765
11766 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
11767 is in the tool bar.
11768
11769 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
11770 with `no-dir'; we want the directory part to be able to remove it.
11771
11772 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
11773
11774 * textmodes/outline.el (outline-flag-region):
11775 Don't bind inhibit-read-only since we don't modify the buffer.
11776 (outline-isearch-open-invisible): Don't jump to overlay-start
11777 since we're trying to unhide text around point.
11778 (outline-discard-overlays): Use dolist.
11779
11780 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
11781
11782 2000-11-22 Gerd Moellmann <gerd@gnu.org>
11783
11784 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
11785
11786 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
11787
11788 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
11789 Fix ARG regexp to skip quoted braces.
11790 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
11791 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
11792 are (correctly) handled separately).
11793 Remove `caption' and `footnote' from `citations': they contain text.
11794 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
11795 (latex-skeleton-end-hook): New function.
11796 (latex-mode): Use it.
11797 (tex-start-tex-marker): Remove.
11798 (tex-send-tex-command): Don't set tex-start-tex-marker.
11799 (tex-error-parse-syntax-table): New var.
11800 (tex-compilation-parse-errors): Use it.
11801 Ignore tex-start-tex-marker. Don't bother with marker-position.
11802 (tex-validate-buffer): Don't bother with marker-position.
11803
11804 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
11805 (flyspell-generic-progmode-verify): Use it.
11806
11807 2000-11-22 Sam Steingold <sds@gnu.org>
11808
11809 * simple.el (delete-trailing-whitespace): New interactive function.
11810
11811 * progmodes/ada-mode.el (ada-mode): Use it instead of
11812 `ada-remove-trailing-spaces'.
11813 (ada-remove-trailing-spaces): Removed.
11814
11815 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
11816
11817 * textmodes/picture.el (picture-clean): Removed.
11818 (picture-mode-exit): Call it instead of `picture-clean'.
11819
11820 2000-11-22 Gerd Moellmann <gerd@gnu.org>
11821
11822 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
11823
11824 * hi-lock.el (hi-lock-refontify): Don't call non-existent
11825 jit-lock-fontify-buffer; it should anyway be unneccessary to
11826 do anything special when jit-lock is active.
11827 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
11828
11829 2000-11-22 Dave Love <fx@gnu.org>
11830
11831 * calendar/todo-mode.el (todo-top-priorities): Use
11832 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
11833
11834 * language/chinese.el, language/cyrillic.el:
11835 * language/devanagari.el, language/ethiopic.el, language/greek.el:
11836 * language/hebrew.el, language/indian.el, language/japanese.el:
11837 * language/korean.el, language/lao.el, language/misc-lang.el:
11838 * language/thai.el, language/tibetan.el, language/vietnamese.el:
11839 Use provide.
11840
11841 * cus-edit.el (custom-buffer-create-internal): Save some consing.
11842 (custom-variable-set): Improve validation error mesage.
11843
11844 * rect.el (string-rectangle): Revert last change.
11845 (string-rectangle-line): New arg DELETE.
11846 (string-rectangle): Check delete-selection-mode.
11847
11848 * emacs-lisp/edebug.el (edebug-version)
11849 (edebug-maintainer-address): Deleted.
11850 (edebug-submit-bug-report): Just alias to report-emacs-bug.
11851 (edebug-read-function): Account for other `'#' read forms.
11852 (edebug-mode-menus): Make some items toggles.
11853 (edebug-outside-unread-command-event, unread-command-event):
11854 Remove these to avoid warnings.
11855
11856 2000-11-22 David Ponce <david@dponce.com>
11857
11858 * recentf.el (recentf-menu-items-for-commands)
11859 (recentf-make-menu-items, recentf-make-menu-item)
11860 (recentf-filter-changer): Added :help and :active menu-item properties.
11861
11862 (recentf-build-dir-rules, recentf-dump-variable)
11863 (recentf-edit-list, recentf-open-files-item)
11864 (recentf-open-files): Replaced unnecessary `mapcar' with new
11865 built-in `mapc'.
11866
11867 2000-11-23 Miles Bader <miles@gnu.org>
11868
11869 * faces.el (menu): Make inverse-video on ttys too.
11870
11871 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
11872
11873 * simple.el (comment-line-break-function): Use the new name
11874 indent-new-comment-line -> comment-indent-new-line.
11875 (clone-indirect-buffer): Don't ignore NORECORD.
11876 (next-completion): Properly handle the case where items are adjacent.
11877
11878 * mouse.el (popup-menu): Stupid typo.
11879
11880 2000-11-22 Gerd Moellmann <gerd@gnu.org>
11881
11882 * emacs-lisp/authors.el: Remove autoload cookies, add author,
11883 maintainer, keywords tags.
11884
11885 * rect.el (replace-rectangle): Don't call string-rectangle-line
11886 with too many arguments.
11887
11888 2000-11-22 Andre Spiegel <spiegel@gnu.org>
11889
11890 * ediff-util.el (ediff-file-checked-out-p)
11891 (ediff-file-checked-in-p): Call vc-state instead of
11892 vc-locking-user, which no longer exists.
11893
11894 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
11895
11896 2000-11-22 Dave Love <fx@gnu.org>
11897
11898 * md5.el (md5): Provide.
11899 (md5): Fix error call.
11900
11901 2000-11-22 Miles Bader <miles@gnu.org>
11902
11903 * textmodes/refill.el (refill-adjust-ignorable-overlay)
11904 (refill-fill-paragraph-at): Remove debugging code.
11905
11906 * calendar/calendar.el (generate-calendar-window): When we don't
11907 call `fit-window-to-buffer', make sure the top line is fully visible.
11908
11909 * image-file.el (insert-image-file): Don't make `read-only'
11910 property rear-nonsticky.
11911
11912 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
11913 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
11914 stashing away its original value.
11915 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
11916 in the recursive edit.
11917 Bind `isearch-original-minibuffer-message-timeout' to protect it.
11918 (isearch-done): Restore `minibuffer-message-timeout'.
11919
11920 * cus-start.el: Remove entry for `mode-line-inverse-video'.
11921
11922 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
11923
11924 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
11925
11926 * find-lisp.el (find-lisp-find-files-internal):
11927 Use dolist, when and file-name-as-directory.
11928
11929 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
11930 (define-derived-mode, define-minor-mode): Add specs.
11931
11932 * window.el: General comment and spacing fixes.
11933 (save-selected-window): Use backquotes.
11934 (window-safely-shrinkable-p): New function.
11935 (shrink-window-if-larger-than-buffer): Use it.
11936
11937 * subr.el (make-local-hook): Docstring fix.
11938
11939 * shell.el (shell-mode): Use define-derived-mode.
11940
11941 * newcomment.el (comment-indent): Insert comment before calling
11942 comment-indent-function. Don't insert in column 0.
11943 (comment-dwim): Indent before inserting comment.
11944
11945 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
11946 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
11947 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
11948 Use mapc rather than map.
11949
11950 * files.el (find-buffer-visiting): Compare all attributes before
11951 declaring two files identical (rather than just their inode-no).
11952 (auto-mode-alist): Use \' rather than $.
11953
11954 * which-func.el: Update maintainer line.
11955
11956 * pcvs.el (uniquify-buffer-file-name): Remove advice.
11957 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
11958 (uniquify-buffer-file-name): Use it.
11959
11960 2000-11-22 Miles Bader <miles@gnu.org>
11961
11962 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
11963 * simple.el (minibuffer-avoid-prompt): New function.
11964
11965 2000-11-21 Gerd Moellmann <gerd@gnu.org>
11966
11967 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
11968
11969 2000-11-21 Miles Bader <miles@gnu.org>
11970
11971 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
11972 inclusion of `track-mouse'.
11973
11974 * textmodes/refill.el (refill-ignorable-overlay): New variable.
11975 (refill-adjust-ignorable-overlay): New function.
11976 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
11977 only the paragraph's tail if possible.
11978 Update `refill-ignorable-overlay'.
11979 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
11980
11981 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
11982 point inside the fill-prefix.
11983
11984 * textmodes/refill.el (refill-post-command-function): Don't reset
11985 refill-doit in the case where a self-insertion command doesn't
11986 case a refill. Use `refill-fill-paragraph-at', getting position
11987 from `refill-doit'.
11988 (refill-after-change-function): Set `refill-doit' to END.
11989 (refill-fill-paragraph-at): New function, mostly from old
11990 refill-fill-paragraph.
11991 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
11992 (refill-pre-command-function): New function.
11993 (refill-mode): Add it to `pre-command-hook'.
11994
11995 2000-11-20 Gerd Moellmann <gerd@gnu.org>
11996
11997 * textmodes/artist.el (artist-mode): Fix autoload cookie.
11998
11999 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
12000 javadoc tags.
12001
12002 2000-11-20 Andre Spiegel <spiegel@gnu.org>
12003
12004 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
12005 vc.el).
12006
12007 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
12008 require vc.
12009
12010 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
12011 checkouts.
12012
12013 2000-11-20 Dave Love <fx@gnu.org>
12014
12015 * Makefile.in (DONTCOMPILE): Omit bindings.el.
12016
12017 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
12018
12019 * calculator.el (calculator-paste): Use `if' instead of `and'
12020 and `or'.
12021 (calculator-help): Don't use electric-describe-mode for XEmacs.
12022
12023 2000-11-19 Gerd Moellmann <gerd@gnu.org>
12024
12025 * info.el (info-menu-5): Doc fix.
12026
12027 * textmodes/artist.el: New file.
12028
12029 2000-11-19 Andre Spiegel <spiegel@gnu.org>
12030
12031 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
12032 and differentiate according to checkout model.
12033 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
12034 since this function is only concerned with master state.
12035
12036 * vc-hooks.el (vc-workfile-unchanged-p)
12037 (vc-default-workfile-unchanged-p): Moved here from vc.el.
12038
12039 * vc.el (vc-workfile-unchanged-p)
12040 (vc-default-workfile-unchanged-p): See above.
12041
12042 2000-11-19 Miles Bader <miles@gnu.org>
12043
12044 * image-file.el (insert-image-file): Make `intangible' and
12045 `read-only' properties rear-nonsticky too.
12046
12047 2000-11-18 Gerd Moellmann <gerd@gnu.org>
12048
12049 * ps-print.el: Update copyright notice.
12050
12051 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
12052 (tooltip-show): Use the offsets.
12053
12054 * bindings.el (mode-line-modified): Fix a typo.
12055 (mode-line-toggle-modified, mode-line-widen)
12056 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
12057
12058 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12059
12060 * ps-print.el (toplevel): Test for find-coding-system being
12061 fboundp before calling ps-x-find-coding-system.
12062
12063 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
12064
12065 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
12066 (vc-version-backup-file): Docstring fix.
12067
12068 2000-11-16 Gerd Moellmann <gerd@gnu.org>
12069
12070 * files.el (basic-save-buffer): Don't add a newline if
12071 find-file-literally is non-nil.
12072 (find-file-literally): Extend doc string.
12073
12074 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
12075 sort(1) with the `-f' argument.
12076
12077 2000-11-16 Andre Spiegel <spiegel@gnu.org>
12078
12079 * vc.el: Updated backend documentation.
12080 (vc-default-check-headers): New function.
12081
12082 * vc-{cvs,rcs,sccs}.el: Functions reordered.
12083
12084 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
12085 up-to-date.
12086 (vc-do-command): In the asynchronous case, output messages only if
12087 the minibuffer is not active.
12088
12089 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
12090 `vc-cvs-use-edit' is on.
12091 (vc-cvs-checkout): When this is used for reverting the workfile,
12092 make a backup of the original contents and revert to that in case
12093 of error.
12094 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
12095 remote repositories.
12096
12097 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
12098 for both version and ratio in the minibuffer.
12099
12100 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
12101 Use vc-do-command to perform the annotation, not call-process.
12102
12103 2000-11-16 Kenichi Handa <handa@etl.go.jp>
12104
12105 * international/quail.el (quail-start-translation): Don't call
12106 `message' before reading key sequence.
12107
12108 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
12109
12110 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
12111
12112 2000-11-16 Kenichi Handa <handa@etl.go.jp>
12113
12114 * window.el (fit-window-to-buffer): Be sure to acquire at least
12115 one text line even if the buffer is empty.
12116
12117 2000-11-16 Gerd Moellmann <gerd@gnu.org>
12118
12119 * net/ange-ftp.el (ange-ftp-file-writable-p)
12120 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
12121 Bind ange-ftp-process-verbose to nil.
12122
12123 2000-11-15 Dave Love <fx@gnu.org>
12124
12125 * wid-edit.el (widget-specify-field, widget-specify-button):
12126 If :help-echo is a function, set help-echo of overlay to
12127 widget-mouse-help.
12128 (widget-mouse-help): New function.
12129 (widget-echo-help): Rewritten for :help-echo functions only taking
12130 a widget arg.
12131
12132 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
12133 Use display-graphic-p.
12134 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
12135 and that JPEG is available.
12136 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
12137
12138 * international/mule-cmds.el (locale-charset-language-names):
12139 Match @euro.
12140
12141 2000-11-15 Gerd Moellmann <gerd@gnu.org>
12142
12143 * faces.el (face-set-after-frame-default):
12144 If `inhibit-default-face-x-resources' is bound, don't intialize the
12145 default face from X resources.
12146
12147 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
12148
12149 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
12150 Don't set EMACSLOADPATH.
12151
12152 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
12153
12154 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
12155 texinfo-insert-@url.
12156 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
12157 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
12158
12159 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
12160
12161 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
12162 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
12163 (checkdoc-minor-keymap): Backward compatibility.
12164 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
12165 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
12166 (checkdoc-this-string-valid-engine): Be a bit more strict
12167 to avoid matching substrings of `...' quoted vars/funs.
12168 (checkdoc-defun-info): Only look for `interactive' if alone.
12169 (debug-ignored-errors): Add "arg doesn't appear in docstring".
12170
12171 * progmodes/compile.el (grep): `tag-default' can be nil.
12172
12173 * newcomment.el (comment-indent): Paren typo.
12174
12175 2000-11-14 Dave Love <fx@gnu.org>
12176
12177 * calculator.el: New maintainer version.
12178
12179 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
12180
12181 * cmuscheme.el: Doc fixes.
12182 (cmuscheme) <defgroup>: Use `scheme' as parent.
12183 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
12184
12185 * xscheme.el (scheme-program-name): Don't define here.
12186
12187 * progmodes/scheme.el (scheme-program-name): New variable
12188 (originally in cmuscheme).
12189
12190 2000-11-14 Miles Bader <miles@gnu.org>
12191
12192 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
12193 Handle header-lines. Don't loop forever if we can't enlarge the
12194 window anymore. Simplify a bit.
12195
12196 2000-11-14 Kenichi Handa <handa@etl.go.jp>
12197
12198 * window.el (fit-window-to-buffer): Don't check
12199 window-text-height. Assure that the last line is fully visible.
12200
12201 * international/quail.el (quail-show-guidance-buf):
12202 Call fit-window-to-buffer to assure the enough height of the guidance
12203 buffer.
12204 (quail-update-guidance): Avoid making the guidance buffer shorter.
12205
12206 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
12207
12208 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
12209 rather than `prepend' and add an interesting comment.
12210 (tex-math-face, tex-font-lock-syntactic-face-function):
12211 New face and function to use it.
12212 (tex-define-common-keys, tex-mode-map): Use menu-item rather
12213 than `menu-enable' symbol property.
12214 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
12215 (tex-mode): Add some latex-mode commands for auto-selection.
12216 Use tex-font-lock-syntactic-face-function.
12217 (tex-insert-quote): Simplify.
12218 (tex-shell): New mode.
12219 (tex-start-shell): Use it.
12220 (tex-shell-proc, tex-shell-buf): New functions.
12221 (tex-send-command): Use it.
12222 (tex-main-file): Fix the meaning of the new arg REALFILE.
12223 (tex-send-tex-command): New function split from `tex-start-tex'.
12224 Set compilation-last-buffer and compilation-parsing-end.
12225
12226 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
12227 when it follows non-comment text on the line.
12228
12229 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12230 Set font-lock-defaults.
12231 (lisp-mode-shared-map): Init inside the defvar.
12232 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
12233 Use define-derived-mode.
12234
12235 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
12236
12237 * faces.el (header-line): Use `:box nil' for color/gs displays too.
12238
12239 2000-11-14 Gerd Moellmann <gerd@gnu.org>
12240
12241 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
12242 Don't recursively optimize body because that can lead to infinite
12243 recursion; see comment there.
12244
12245 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
12246
12247 * faces.el (face-spec-set-match-display): Revert the change from
12248 2000-10-24. Add a FIXME for after v21.1.
12249
12250 2000-11-13 Miles Bader <miles@gnu.org>
12251
12252 * textmodes/fill.el (skip-line-prefix): New function.
12253 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
12254 (fill-paragraph): Don't leave point inside the fill-prefix.
12255 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
12256 point inside the fill-prefix.
12257
12258 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
12259
12260 * calendar/calendar.el (generate-calendar-window):
12261 Use `fit-window-to-buffer'.
12262
12263 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12264
12265 * gud.el (gud-minor-mode): New var.
12266 (gud-symbol, gud-val): New functions.
12267 (gud-find-file): Copy gud-minor-mode to the new buffer.
12268 (gud-menu-map): Include entries for commands that are not always
12269 available, using :enable to (de)activate them.
12270 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
12271 (gud-mode-map): New map.
12272 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
12273 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
12274 Don't set up gud's menu (it's done by the minor-mode).
12275 (gud-minibuffer-local-map): New.
12276 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
12277 (gud-query-cmdline): New function.
12278 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
12279 (gud-mode): Use define-derived-mode.
12280 Don't set up gud's menu (it's done by the minor-mode).
12281 (gud-chop-words): Remove.
12282 (gud-common-init): Use split-string instead.
12283 (gud-new-keymap, gud-make-debug-menu): Eradicate.
12284
12285 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12286 Add keyword arg :name.
12287
12288 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
12289 (diff-count-matches, diff-split-hunk): New functions.
12290 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
12291
12292 * pcvs-info.el (cvs-fi-conflict-face): New var.
12293
12294 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
12295 Make it into a simple syntax-table, shared among all submodes.
12296 (sh-heredoc-face): Re-introduce.
12297 (sh-font-lock-syntactic-face-function): New function.
12298 (sh-mode): Use it. Also use define-derived-mode.
12299 Remove old bogus setting of indent-region-function.
12300 (sh-set-shell): Don't set the syntax-table any more.
12301 (sh-mode-syntax-table) <defun>: Remove.
12302
12303 2000-11-12 Miles Bader <miles@gnu.org>
12304
12305 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
12306 message if interactive.
12307
12308 2000-11-12 Dave Love <fx@gnu.org>
12309
12310 * mail/feedmail.el: Fix header,
12311 (feedmail) <defgroup>: Add :link.
12312
12313 * view.el: Use local-map property, not keymap on mode-line string.
12314
12315 * scroll-all.el (scroll-all-mode): Customize variable.
12316 Add autoload cookie to function.
12317
12318 * lazy-lock.el: Remove compatibility code.
12319
12320 * finder.el (finder-known-keywords): Add `files', remove `vms'.
12321 (finder-help-echo): New variable.
12322 (finder-mouse-face-on-line): Add help-echo stuff.
12323 (finder-list-keywords, finder-list-matches): Use mapc.
12324
12325 * faces.el (face-font-registry-alternatives): Add :version.
12326
12327 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
12328 tags-table-list.
12329
12330 * net/browse-url.el (browse-url-browser-function): Update :version.
12331
12332 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
12333 (mail-mode): Use [:alnum:] in some regexps.
12334
12335 2000-11-10 Dave Love <fx@gnu.org>
12336
12337 * ediff.el (ediff-regions-internal, ediff-documentation):
12338 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
12339 fundamental mode.
12340
12341 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
12342 buffer into fundamental mode.
12343 (ediff-set-difference): Use copy-sequence if available.
12344
12345 * ediff-ptch.el (ediff-dispatch-file-patching-job):
12346 Check ediff-patch-map non-nil.
12347 (ediff-fixup-patch-map, ediff-fixup-patch-map)
12348 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
12349 buffer into fundamental mode.
12350
12351 * ediff-merg.el (state-or-merge): Defvar when compiling.
12352
12353 2000-11-10 Jason Rumney <jasonr@gnu.org>
12354
12355 * w32-fns.el (w32-add-charset-info): New function.
12356 (w32-charset-info-alist): Use it.
12357
12358 2000-11-10 Gerd Moellmann <gerd@gnu.org>
12359
12360 * faces.el (face-font-registry-alternatives): New user-option.
12361
12362 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
12363
12364 * textmodes/texinfo.el (texinfo-block-default): New var.
12365 (texinfo-insert-block): Use it. Insert a newline if needed.
12366
12367 * textmodes/fill.el (fill-indent-according-to-mode): New var.
12368 (fill-region-as-paragraph): Use it.
12369
12370 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
12371 (latex-mode): Tweak tex-*-(head|trail)er regexps.
12372 Tweak paragraph regexps to allow a leading [ \t]*.
12373 (tex-latex-block): Insert a newline if necessary.
12374 (latex-insert-item): Only insert a newline if necessary.
12375 (tex-guess-main-file): New function.
12376 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
12377 Set tex-main-file if TeX-master is provided.
12378 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
12379
12380 2000-11-10 Gerd Moellmann <gerd@gnu.org>
12381
12382 * startup.el (command-line): Set the default tooltip-mode
12383 to t for graphical displays which implement x-show-tip.
12384
12385 * tooltip.el (tooltip-mode): Add a comment about startup.el
12386 setting the default value of this user-option.
12387
12388 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
12389
12390 * font-lock.el (font-lock-*-face) <defvar>: Move.
12391 (font-lock-defaults-alist): Mark obsolete.
12392 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
12393 (font-lock-mode): Use define-minor-mode.
12394 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
12395 (font-lock-turn-off-thing-lock): Be more explicit.
12396 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
12397 (font-lock-syntactic-face-function): New var.
12398 (font-lock-fontify-syntactically-region): Use it.
12399 (font-lock-doc-face): New.
12400
12401 * pcvs.el (cvs-enabledp): Ignore errors.
12402 (cvs-commit-filelist): Never query.
12403 (cvs-mode-insert): Always add a terminating / in the initial prompt.
12404 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
12405 (cvs-do-removal): Use cvs-partition rather than delete-if.
12406 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
12407 cvs-bury-buffer.
12408
12409 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12410 Allow `next' to jump to after the end of the last match.
12411
12412 2000-11-09 Gerd Moellmann <gerd@gnu.org>
12413
12414 * simple.el (byte-compiling-files-p): New function.
12415
12416 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
12417 if it is there.
12418
12419 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
12420 nil again.
12421
12422 * textmodes/ispell.el (ispell-library-path): Don't call
12423 check-ispell-version when byte-compiling because that starts
12424 an ispell process, and ispell might not be installed.
12425 (toplevel): Don't set up a menu when byte-compiling.
12426
12427 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
12428 it, so that a boundp test can be used to determine if we're
12429 currently byte-compiling.
12430
12431 2000-11-09 Dave Love <fx@gnu.org>
12432
12433 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
12434
12435 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12436
12437 * ps-print.el: Patch for variable initialization when spooling.
12438 Doc fix.
12439 (ps-output-list): Fun eliminated.
12440 (ps-begin-file, ps-begin-job): Code fix.
12441
12442 2000-11-08 Dave Love <fx@gnu.org>
12443
12444 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
12445
12446 2000-11-08 Gerd Moellmann <gerd@gnu.org>
12447
12448 * simple.el (shell-command, display-message-or-buffer)
12449 (shell-command-on-region): Mention resize-mini-windows in the doc
12450 string.
12451 (display-message-or-buffer): Take the value of resize-mini-windows
12452 into account.
12453
12454 2000-11-07 Gerd Moellmann <gerd@gnu.org>
12455
12456 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
12457
12458 * dired.el (dired-between-files): Add `^. find' as an alternative
12459 to the regular expression, for find-dired.
12460
12461 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
12462
12463 * textmodes/texnfo-upd.el: Require texinfo.
12464 (defmacro, defgroup): Remove.
12465 (texinfo-section-to-generic-alist): Remove.
12466 Use texinfo-section-list instead (i.e. level is changed string->int).
12467 (texinfo-filter): New function.
12468 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
12469 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
12470 Use it. And use regexp-opt.
12471 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
12472 (texinfo-update-menu-region-beginning)
12473 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
12474 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
12475 (texinfo-update-menu-same-level-regexps): Update.
12476 (texinfo-update-node, texinfo-every-node-update)
12477 (texinfo-sequential-node-update): Remove autoload cookie.
12478
12479 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
12480 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
12481 (texinfo-chapter-level-regexp): Remove.
12482 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
12483
12484 2000-11-06 Dave Love <fx@gnu.org>
12485
12486 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
12487
12488 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12489 Match defun*.
12490
12491 2000-11-06 Kenichi Handa <handa@etl.go.jp>
12492
12493 * composite.el (composition-function-table): Variable declaration
12494 moved to src/composite.c.
12495 (compose-chars-after): New optional arg object.
12496
12497 2000-11-06 Gerd Moellmann <gerd@gnu.org>
12498
12499 * bindings.el (mode-line-toggle-read-only)
12500 (mode-line-toggle-modified, mode-line-widen)
12501 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
12502 (make-mode-line-mouse2-map): Rewritten.
12503 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
12504 functions so that C-h k can show something with a doc string.
12505
12506 * startup.el (fancy-splash-delay): Set to 10 seconds.
12507 (fancy-splash-max-time): New user-option.
12508 (fancy-splash-stop-time): New variable.
12509 (fancy-splash-screens): Set it. Catch `stop-splashing'.
12510 (fancy-splash-screens-1): Throw `stop-splashing' when current
12511 time is greater than fancy-splash-stop-time.
12512
12513 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
12514
12515 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
12516
12517 * pcvs.el (cvs-mode-marked): New arg `noquery'.
12518 Prompt user for a file rather than raising an error.
12519 (cvs-enabledp): Fix call to cvs-mode-marked.
12520 (cvs-insert-file): New function (extracted from cvs-mode-insert).
12521 (cvs-mode-insert): Use it. Change the init prompt' value.
12522 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
12523
12524 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
12525 Don't pass default arg to ewoc-locate.
12526 (ewoc-collect): Return result in the right order.
12527
12528 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
12529
12530 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
12531 (cvs-status-get-tags): Fix regexp.
12532 (cvs-status-trees, cvs-status-cvstrees):
12533 Combine after change hooks and don't sit-for.
12534 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
12535 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
12536 Use make-char rather than hard-coded cryptic data.
12537 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
12538
12539 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
12540
12541 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
12542 (cvs-insert-strings): New function.
12543
12544 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
12545
12546 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
12547 `mwheel-scroll-amount'.
12548 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
12549 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
12550 string-matching against the version string.
12551
12552 2000-11-06 Kenichi Handa <handa@etl.go.jp>
12553
12554 * language/thai.el ("Thai"): Set a lisp form that produces
12555 composed string in `sample-text' language info.
12556
12557 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
12558 composed string in `sample-text' language info.
12559
12560 * international/mule-cmds.el (describe-language-environment):
12561 Eval `sample-text' data and insert the result.
12562
12563 * international/mule-conf.el (compound-text): Define this coding
12564 system here. Make x-ctext and ctext aliases of it.
12565
12566 * language/european.el (compound-text, ctext): Moved to
12567 international/mule-conf.el.
12568
12569 2000-11-05 Andrew Innes <andrewi@gnu.org>
12570
12571 * w32-fns.el (w32-version): New function.
12572
12573 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
12574
12575 * progmodes/awk-mode.el: Update copyright.
12576 (awk-mode-abbrev-table): Remove.
12577 (awk-font-lock-keywords): Use regexp-opt.
12578 (awk-mode): Use define-derived-mode.
12579
12580 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
12581 when extracting a suffix.
12582
12583 2000-11-04 Andre Spiegel <spiegel@gnu.org>
12584
12585 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
12586 auto-save-mode.
12587
12588 2000-11-04 Jason Rumney <jasonr@gnu.org>
12589
12590 * language/european.el (decode-mac-roman): Test against r1 not r0.
12591
12592 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
12593
12594 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
12595 (icon-mode): Define indent-line-function.
12596 (icon-comment-indent): Simplify.
12597 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
12598
12599 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
12600
12601 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
12602 Bind change-log-default-mode to defeat the caching done on it.
12603 Don't bother saving excursion any more.
12604
12605 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
12606
12607 * frame.el (after-setting-font-hook): Rename hooks -> hook.
12608 (set-frame-font): Use the new name (and the old for compatibility).
12609
12610 * toolbar/tool-bar.el (tool-bar-mode):
12611 * time.el (display-time-mode):
12612 * recentf.el (recentf-mode):
12613 * paren.el (show-paren-mode):
12614 * mwheel.el (mouse-wheel-mode):
12615 * msb.el (msb-mode):
12616 * jka-compr.el (auto-compression-mode):
12617 * image-file.el (auto-image-file-mode):
12618 * hl-line.el (hl-line-mode):
12619 * delsel.el (delete-selection-mode):
12620 * autoinsert.el (auto-insert-mode):
12621 * complete.el (partial-completion-mode): Drop unneeded positional args.
12622
12623 * info.el (Info-mode):
12624 * comint.el (comint-mode): Don't bother with make-local-hook.
12625
12626 * log-edit.el (log-edit-menu): New menu.
12627
12628 2000-11-03 Miles Bader <miles@gnu.org>
12629
12630 * wid-edit.el (widget-end-of-line): Reinstate, with a new
12631 definition, so that trailing spaces are handled properly.
12632 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
12633
12634 2000-11-03 Gerd Moellmann <gerd@gnu.org>
12635
12636 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
12637 tab character.
12638 (fancy-splash-screens): Set tab-width to 20.
12639
12640 2000-11-03 Dave Love <fx@gnu.org>
12641
12642 * comint.el (comint-completion-addsuffix): Fix custom type.
12643
12644 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
12645
12646 * font-lock.el (font-lock-buffers): Remove.
12647 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
12648 (font-lock-change-major-mode): Remove.
12649 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
12650 (font-lock-default-fontify-region): Extend the multiline
12651 fontification to whole lines.
12652 (font-lock-fontify-anchored-keywords)
12653 (font-lock-fontify-keywords-region): If matching just one
12654 line (with \n) only mark the \n as multiline.
12655
12656 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
12657 Correctly handle the case where several :group args are supplied.
12658 Allow :extra-args.
12659 (easy-mmode-define-global-mode): Allow :extra-args.
12660 Correctly handle the case where several :group args are supplied.
12661
12662 2000-11-02 Miles Bader <miles@gnu.org>
12663
12664 * calendar/calendar.el (diary-face, calendar-today-face)
12665 (holiday-face): Remove dependency on `window-system'.
12666
12667 2000-11-02 Ken Raeburn <raeburn@gnu.org>
12668
12669 * Makefile.in (emacs): Set EMACSLOADPATH always.
12670 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
12671 (compile-files): Bomb out if compilation of a file fails.
12672
12673 2000-11-02 Dave Love <fx@gnu.org>
12674
12675 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
12676
12677 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
12678
12679 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
12680 punctuation in the warning inserted into the *mail* buffer.
12681
12682 2000-11-02 Gerd Moellmann <gerd@gnu.org>
12683
12684 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
12685 (authors-public-domain-p): New function.
12686 (authors-print): Use it.
12687
12688 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
12689
12690 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
12691
12692 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12693
12694 * ps-print.el: Extension for even/odd printing. Doc fix.
12695 (ps-print-version): New version number (6.3.1).
12696 (ps-even-or-odd-pages): Customization fix.
12697 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
12698 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
12699 (ps-page-count): Var replaced by `ps-page-column'.
12700 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
12701 (ps-print-sheet-p): New fun.
12702
12703 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
12704
12705 * tooltip.el (tooltip-gud-tips-setup): New function.
12706 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
12707 (tooltip-mode): Call tooltip-gud-tips-setup.
12708 (tooltip-gud-tips): Use `gud-basic-call' instead of
12709 process-send-string, so the prompt gets frobbed appropriately.
12710 Handle nil return value from `tooltip-gud-print-command'.
12711
12712 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
12713
12714 * comint.el (comint-add-to-input-history): New function.
12715 (comint-send-input): Use `comint-add-to-input-history'.
12716
12717 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
12718
12719 * info.el (info-menu-header): New face.
12720 (Info-fontify-menu-headers): New function.
12721 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
12722
12723 * info.el (Info-insert-dir): Don't include blank lines at
12724 beginning of additional dir files (one is added automatically).
12725
12726 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
12727
12728 * emacs-lisp/easy-mmode.el (define-minor-mode):
12729 Revert the latest changes.
12730 Allow the three positional arguments to be skipped and replaced
12731 by keyword arguments.
12732 Add a :toggle argument to determine whether a nil arg means toggle
12733 or means turn-on. The default is unchanged.
12734 Add a call to force-mode-line-update.
12735
12736 2000-11-01 Dave Love <fx@gnu.org>
12737
12738 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
12739
12740 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
12741
12742 * calendar/calendar.el (diary-face, holiday-face):
12743 Add dark-background variants.
12744
12745 2000-10-31 Sam Steingold <sds@gnu.org>
12746
12747 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
12748 `tex-main-file' does not have directory in it.
12749
12750 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
12751
12752 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
12753
12754 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
12755
12756 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
12757 functional change.
12758
12759 2000-10-31 Gerd Moellmann <gerd@gnu.org>
12760
12761 * files.el (find-file-noselect): When we expand a wildcard, return
12762 a list of buffers, as we should do according to the doc string.
12763
12764 2000-10-31 Ken Raeburn <raeburn@gnu.org>
12765
12766 * loadup.el (top level): Adjust load path if program name is
12767 "../src/bootstrap-emacs", in case it's not dumped and thus the
12768 load path adjustment hasn't already been done.
12769
12770 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12771
12772 * ps-print.el: Fix bug on selected pages for printing.
12773 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
12774 is on. Try to avoid warning messages when compiling. Doc Fix.
12775 (ps-print-version): New version number (6.3).
12776 (ps-color-device): Use `color-values' to determine if device
12777 supports color.
12778 (ps-color-values): Try to use `x-color-values' when using XEmacs.
12779 (ps-print-page-p): Changed from defsubst to defun.
12780 (ps-page-number): Changed from defmacro to defun.
12781 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
12782 printing.
12783 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
12784 (ps-end-file, ps-dummy-page): Funs eliminated.
12785 (ps-print-color-scale): Changed default value.
12786 (ps-page-n-up, ps-print-page-p): New internal vars.
12787 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
12788 (ps-plot-region, ps-generate, ps-end-job): Code fix.
12789
12790 * delim-col.el: Little programming improvement.
12791 (delimit-columns-str): New macro.
12792 (delimit-columns-region, delimit-columns-rectangle): Code fix.
12793
12794 2000-10-31 Kenichi Handa <handa@etl.go.jp>
12795
12796 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
12797 Moved to european.el.
12798 (ccl-encode-mac-roman-font, fontset-mac): Modified for
12799 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
12800 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
12801 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
12802
12803 2000-10-30 Dave Love <fx@gnu.org>
12804
12805 * progmodes/cc-menus.el (imenu-generic-expression)
12806 (imenu-progress-message): Only defvar when compiling.
12807
12808 * emacs-lisp/elp.el (elp-unload-hook): New function.
12809
12810 * loadhist.el (unload-feature): Call elp-restore-function,
12811 checking for symbols; don't use elp-restore-all.
12812 (loadhist-hook-functions): Doc fix.
12813
12814 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
12815
12816 * log-edit.el (log-edit-confirm): Fix the default.
12817
12818 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12819
12820 * delim-col.el: Little fix: replace delimit-columns-align-columns by
12821 delimit-columns-format.
12822 (delimit-columns-region, delimit-columns-rectangle): Code fix.
12823
12824 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
12825
12826 * comint.el (comint-replace-by-expanded-history): Don't use
12827 comint-get-old-input (we're not looking at *old* input).
12828 (comint-get-old-input-default): If using fields, signal an error
12829 when the point is not in an input field.
12830
12831 2000-10-30 Kenichi Handa <handa@etl.go.jp>
12832
12833 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
12834 and mule-unicode-e000-ffff.
12835
12836 * international/mule.el (decode-char, encode-char): New functions.
12837 (make-coding-system): Accept a symbol of translation table as a
12838 value of property `safe-chars'.
12839
12840 * international/mule-cmds.el (encode-coding-char): Check property
12841 safe-chars instead of safe-charsets.
12842
12843 * international/fontset.el (fontset-default): Modified for
12844 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
12845 (x-font-name-charset-alist): Likewise.
12846 (ccl-encode-unicode-font): New CCL program. Record it in
12847 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
12848
12849 * language/european.el (mac-roman-decoder, mac-roman-encoder):
12850 New translation tables.
12851 (decode-mac-roman, encode-mac-roman): Definition of these CCL
12852 programs are modified and moved from mac-win.el.
12853 (mac-roman): Definition of this coding system is modified and
12854 moved from mac-win.el.
12855
12856 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
12857
12858 * ediff-wind.el (ediff-setup-control-frame): Enclose
12859 face-attribute in condition-case to avoid errors in older emacsen.
12860
12861 2000-10-29 Miles Bader <miles@gnu.org>
12862
12863 * custom.el (custom-add-to-group): Allow multiple entries for a
12864 given value OPTION, as long as their widget types are different.
12865 * cus-edit.el (custom-face-value-create): If face name doesn't end
12866 with "face", add such here (similar to custom group widgets).
12867
12868 * comint.el (comint-highlight-prompt): Add :type.
12869
12870 2000-10-28 John Wiegley <johnw@gnu.org>
12871
12872 * calendar/timeclock.el (timeclock-log): Doc fix.
12873 (timeclock-last-event): Doc fix.
12874 (timeclock-log): Kill the timelog buffer after appending a new event.
12875 (timeclock-find-discrep): Use a temp buffer to read in the
12876 timelog, instead of visiting the file.
12877 (timeclock-log-data): A new function, along with a host of helper
12878 functions, for the purpose of making timelog data accessible to
12879 programmers.
12880
12881 * eshell/esh-mode.el (window-height test): Make certain that
12882 `eshell-stringify-t' is non-nil.
12883 (eshell-password-prompt-regexp): Changed to a much simpler
12884 password regexp.
12885 (eshell-send-input): If `eshell-invoke-directly' returns t,
12886 directly invoke the parsed command using `eval'. This improves
12887 turn-around time on simple commands by a factor of three or
12888 greater, such as cd, ls, pwd, etc. -- which get used very often.
12889 It also conserves thousands of cons cells per call (since
12890 `eshell-do-eval' consumes memory like a Cookie Monster set loose
12891 in the Pacific Cookie Company).
12892
12893 * eshell/esh-test.el (eshell-test): Whitespace fix.
12894
12895 * eshell/em-ls.el (eshell-ls-insert-directory):
12896 Make `eshell-ls-initial-args' nil when inserting directory contents.
12897
12898 * eshell/em-script.el (eshell-script-initialize): Add names to
12899 `eshell-complex-commands, since `source' and `.' are complex.
12900
12901 * eshell/esh-cmd.el (eshell-rewrite-for-command)
12902 (eshell-rewrite-while-command): Use `eshell-protect' instead of
12903 `eshell-copy-handles'.
12904 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
12905 bodies.
12906 (eshell-separate-commands): Whitespace fix.
12907 (eshell-complex-commands): Added a new list of names, for
12908 determining whether a given command is as simple as it looks.
12909 (eshell-invoke-directly): New function. Returns t if a command
12910 should be invoked directly (using `eval'), rather than indirectly
12911 using `eshell-do-eval'.
12912 (eshell-do-eval): Whitespace fix.
12913
12914 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
12915 which provides an emulation of the DOS shell behavior of assuming
12916 that cp/mv/ln should copy/move/link to the current directory.
12917 (eshell-remove-entries): Added a doc string.
12918 (eshell-shuffle-files): Removed the check for `target' being null.
12919 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
12920 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
12921 it to do a smarter check of whether a destination was provided.
12922 (eshell/mv, eshell/cp): Enable `:preserve-args'.
12923 (eshell/ln): Enable `:preserve-args', and use
12924 `eshell-mvcpln-template' to implement the body of the function.
12925 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
12926 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
12927 list after flattening it. This makes it possible to cat files
12928 with numerical names.
12929 (eshell-unix-initialize): Added several names to
12930 `eshell-complex-commands.
12931 (eshell-unix-command-complex-p): Return t if a given command name
12932 may result in external processes being invoked.
12933
12934 * eshell/em-glob.el (eshell-glob-show-progress): Make this
12935 variable nil by default, since it slows down glob processing by a
12936 factor of two or more, and increases memory consumption.
12937
12938 * eshell/em-smart.el: Added a note about how memory consumptive
12939 smart display mode can be (at least this is true in Emacs 21).
12940 (eshell-smart-initialize): Whitespace fix.
12941 (eshell-refresh-windows): Use `if' instead of `when'.
12942 (eshell-smart-scroll-window): Calling `save-current-buffer' was
12943 not necessary.
12944 (eshell-currently-handling-window): Added a missing global variable.
12945
12946 * eshell/em-ls.el (eshell-do-ls): Code simplification.
12947 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
12948 Whitespace fix.
12949 (eshell-ls-exclude-hidden): Added this variable in addition to
12950 `eshell-ls-exclude-regexp'. This one prevents files beginning
12951 with . from even being read, which can improve memory consumption
12952 quite a bit.
12953 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
12954 read file entries beginning with a dot. In home directories with
12955 lots of hidden files, fully two-thirds of the time spent in ls is
12956 used to read directory entries that are immediately thrown away.
12957 (eshell-ls-initial-args): Added back this configuration variable,
12958 for specifying default initial arguments to every call to ls.
12959 Much faster than using an alias to do the same thing.
12960 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
12961 (eshell-ls-dir): Whitespace change.
12962
12963 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
12964
12965 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
12966 (eshell-stringify-t): Added a customization variable, to indicate
12967 whether `t' should be rendered as a string at all. If not, one
12968 can still determine if the result of an expression is true using
12969 "file-exists-p FILE && echo true".
12970 (eshell-stringify): If `eshell-stringify-t' is nil, don't
12971 stringify t!
12972
12973 * eshell/esh-module.el: Whitespace fix.
12974
12975 * eshell/em-alias.el (eshell-alias-initialize):
12976 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
12977 (eshell-command-aliased-p): New function that returns t if a
12978 command name names an aliased.
12979
12980 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
12981
12982 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
12983 redrawing the screen when changing cursor color.
12984 (viper-insert-state-pre-command-sentinel)
12985 (viper-replace-state-pre-command-sentinel)
12986 (viper-replace-state-post-command-sentinel):
12987 Use viper-preserve-cursor-color.
12988 Many functions changed to use viper= instead of = when comparing
12989 characters.
12990 * viper-util.el (viper-memq-char,viper=): New functions for
12991 working with characters.
12992 (viper-change-cursor-color): Fixed buglet.
12993 Many functions changed to use viper= instead of = when comparing
12994 characters.
12995 * viper.el (viper-insert-state-mode-list): Added eshell.
12996
12997 * ediff-init.el (ediff-before-setup-hook): New hook.
12998 Several typos fixed in various docstrings.
12999 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
13000 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
13001 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
13002 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
13003 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
13004 (ediff-get-selected-buffers): New function.
13005 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
13006 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
13007 Use save-window-excursion.
13008 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
13009 termination check in while loop.
13010 * ediff.el (ediff-get-default-file-name): Better defaults when in
13011 dired buffer.
13012 (ediff-files,ediff-merge-files,ediff-files3)
13013 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
13014
13015 2000-10-28 Dave Love <fx@gnu.org>
13016
13017 * info.el (Info-fontify-node): Add help-echo for menu items.
13018
13019 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
13020
13021 * startup.el (normal-top-level): If the value of $TERM indicates
13022 we are running from xterm or one of its work-alikes, default to a
13023 light background mode.
13024
13025 Support for -fg, -bg, and -rv command-line arguments for TTYs:
13026 * faces.el (tty-handle-reverse-video): New function.
13027 (tty-create-frame-with-faces): Call it.
13028
13029 * frame.el (frame-notice-user-settings): Don't apply
13030 default-frame-alist and initial-frame-alist to MS-DOS frames.
13031 Call tty-handle-reverse-video, frame-set-background-mode, and
13032 face-set-after-frame-default for non-MS-DOS frames.
13033
13034 * startup.el (tty-long-option-alist): New variable.
13035 (tty-handle-args): New function.
13036 (command-line): Call tty-handle-args.
13037
13038 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
13039 startup.el now does that for all character-terminal frames.
13040
13041 2000-10-28 Miles Bader <miles@gnu.org>
13042
13043 * emacs-lisp/easy-mmode.el (define-minor-mode):
13044 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
13045 is global. If :global is followed by a non-nil but non-t value,
13046 make the mode buffer-local, but also generate a `global-MODE'
13047 version using `easy-mmode-define-global-mode'.
13048 Add :conditional-turn-on keyword argument.
13049
13050 2000-10-28 Dave Love <fx@gnu.org>
13051
13052 * international/latin1-disp.el (latin1-char-displayable-p):
13053 Don't use window-system.
13054
13055 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
13056
13057 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
13058 Don't call find-buffer-file-type-coding-system. Instead, just
13059 set eol-type to -unix if inhibit-eol-conversion is in effect, or
13060 if the file is on an untranslated filesystem.
13061 (add-untranslated-filesystem): Use "D" instead of "f" inside
13062 interactive.
13063
13064 2000-10-27 Dave Love <fx@gnu.org>
13065
13066 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
13067 (refill-mode): Use it.
13068
13069 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
13070
13071 * international/quail.el (quail-activate): Don't make-local-hook.
13072
13073 2000-10-27 Andre Spiegel <spiegel@gnu.org>
13074
13075 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
13076 manual backups and file.~<rev>.~ for automatic ones.
13077 (vc-make-version-backup): Don't do it on MS-DOS without long file
13078 names.
13079
13080 * vc.el (vc-version-other-window): If an automatic backup of the
13081 desired version exists, rename it instead of copying it.
13082
13083 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
13084 after command. If there's an unexpected error, signal it instead
13085 of being silent.
13086 (vc-cvs-merge-news): Be prepared for no news at all.
13087
13088 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
13089
13090 * shell.el (shell): Add BUFFER argument.
13091 * comint.el (make-comint-in-buffer): New function.
13092 (make-comint): Use it.
13093
13094 * faces.el (face-spec-choose): Change syntax so that the list of
13095 attribute-value pairs is now the cdr of each clause, not the cadr.
13096 Detect old-style entries, and handle them. Use pop.
13097
13098 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
13099
13100 * cus-edit.el (custom-mode-map): Use a sparse map.
13101 (custom-mode): Don't bother with make-local-hook.
13102
13103 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
13104
13105 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
13106
13107 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13108
13109 * ps-print.el: Avoid compilation gripes.
13110 (ps-print-version): New version number (6.2.1).
13111
13112 2000-10-26 Dave Love <fx@gnu.org>
13113
13114 * menu-bar.el: Modify some menu item help strings.
13115 (menu-bar-help-menu): Add link to MORE.STUFF.
13116
13117 * cus-edit.el (custom-mode): Add `special' mode-class property.
13118
13119 * wid-browse.el (widget-browse-mode): Likewise.
13120
13121 * wid-edit.el (widget-specify-field): Revert to using local-map
13122 property, not keymap.
13123
13124 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
13125
13126 * wid-edit.el (widget-field-end): When checking for a `boundary'
13127 field, do so in the correct buffer.
13128
13129 * simple.el (undo): Correctly distinguish between numeric and
13130 non-numeric prefix args in non-transient-mark-mode, as per the doc
13131 string. When in transient-mark-mode, treat all prefix-args as
13132 numeric.
13133
13134 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
13135 Position point on match. Handle N == 0 correctly.
13136
13137 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
13138 (comint-mode-map): Reverse order of `comint-write-output' and
13139 `comint-append-output-to-file'.
13140 (comint-append-output-to-file): Reinstate this function, for the
13141 benefit of the menu.
13142
13143 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
13144
13145 * vc.el (vc-version-other-window): Bind `file'.
13146
13147 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13148
13149 * Makefile.in (update-authors): New target for maintenance purposes.
13150
13151 * emacs-lisp/authors.el (batch-update-authors): New function.
13152 (authors-fixed-entries): New defconst.
13153 (authors-add-fixed-entries): New function.
13154 (authors): Call it.: Don't process lispref/.
13155
13156 2000-10-25 Jason Rumney <jasonr@gnu.org>
13157
13158 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13159 Merge x w32 and mac definitions.
13160
13161 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13162
13163 * menu-bar.el (menu-bar-options-menu): Add a help string for
13164 `uniquify'.
13165
13166 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
13167
13168 * time-stamp.el (time-stamp-string-preprocess):
13169 Fix a wrong type argument error.
13170
13171 2000-10-25 Miles Bader <miles@gnu.org>
13172
13173 * recentf.el (recentf-mode): Variable removed.
13174 (recentf-mode): Use `define-minor-mode'.
13175
13176 * mwheel.el (mouse-wheel-mode): New global minor mode.
13177 (mwheel-install): Use `mouse-wheel-mode'.
13178
13179 2000-10-25 Dave Love <fx@gnu.org>
13180
13181 * progmodes/cperl-mode.el (cperl-mode):
13182 Set normal-auto-fill-function correctly.
13183
13184 * wid-edit.el (widget-field-keymap, widget-text-keymap):
13185 Don't inherit from global-map and don't nullify menu-bar and tool-bar
13186 bindings.
13187
13188 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
13189
13190 * wid-edit.el (widget-field-at): New function.
13191 (widget-at, widget-field-activate): Use it.
13192 (widget-tabable-at): Use `widget-at'.
13193 (widget-specify-field): If the terminating character of the widget
13194 field (which is read-only) is a newline, put it into a special
13195 `boundary' field so that C-n/C-p act more naturally.
13196 (widget-field-end): Also don't subtract one if a special
13197 `boundary' field has been added after the widget field.
13198
13199 * comint.el (comint-output-filter, comint-send-input):
13200 Don't bother adding stickiness fields to overlays to fool the field
13201 code, since it should notice the overlay insertion-types now.
13202
13203 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
13204 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
13205 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
13206
13207 2000-10-24 Gerd Moellmann <gerd@gnu.org>
13208
13209 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
13210 (authors): Set file coding system to iso-2022-7bit.
13211 Add file-local variables to output buffer.
13212
13213 * files.el (after-find-file): Don't print any warnings if
13214 WARN is nil.
13215
13216 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13217
13218 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
13219
13220 * delim-col.el: Now there is a column formatting mechanism.
13221 Modified to customization mechanisms convention. Doc fix.
13222 (columns): New group for delim-col.
13223 (delimit-columns-before, delimit-columns-after)
13224 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
13225 (delimit-columns-end): New vars.
13226 (delimit-columns-customize, delimit-columns-format): New funs.
13227 (delimit-columns-region, delimit-columns-rectangle)
13228 (delimit-columns-rectangle-line): Modified to support column
13229 formatting.
13230
13231 2000-10-24 Dave Love <fx@gnu.org>
13232
13233 * log-edit.el (log-edit): Add :version and a :group for vc.
13234
13235 2000-10-24 Gerd Moellmann <gerd@gnu.org>
13236
13237 * files.el (after-find-file): Don't print a message ``New file''
13238 if WARN is nil.
13239
13240 * wid-edit.el (widget-field-keymap, widget-text-keymap):
13241 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
13242 get duplicate tool-bar entries because we'll see the global ones
13243 on more than one path through keymaps.
13244
13245 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
13246
13247 * progmodes/cmacexp.el: Change Francesco's email address.
13248
13249 2000-10-24 Kenichi Handa <handa@etl.go.jp>
13250
13251 * window.el (fit-window-to-buffer): Adjust point of the window
13252 buffer, not that of the current buffer.
13253
13254 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
13255
13256 * progmodes/cmacexp.el: Update the euthor's email address.
13257
13258 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13259
13260 * faces.el (face-spec-set-match-display): Add `graphic' display
13261 type (the inverse of `tty'). Use `display-graphic-p' instead of
13262 the window-system variable.
13263
13264 2000-10-24 Kenichi Handa <handa@etl.go.jp>
13265
13266 * international/isearch-x.el (isearch-with-input-method):
13267 Call input-method-function with the first event in
13268 unread-command-events.
13269
13270 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13271
13272 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
13273
13274 2000-10-24 Andrew Choi <akochoi@i-cable.com>
13275
13276 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
13277 New charsets.
13278
13279 * term/mac-win.el: Remove definitions of mac-roman-lower and
13280 mac-roman-upper, require dired, and define instead of set
13281 mac-ready-for-drag-n-drop to avoid compilation error.
13282
13283 2000-10-23 Andrew Innes <andrewi@gnu.org>
13284
13285 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
13286 Remove superfluous calls to subst-char-in-string; instead apply
13287 expand-file-name after convert-standard-filename to ensure
13288 expected directory separators are used.
13289
13290 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
13291
13292 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
13293
13294 2000-10-23 Dave Love <fx@gnu.org>
13295
13296 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
13297 (tool-bar-add-item): Set foreground and background for XBM icons.
13298
13299 * international/latin1-disp.el (latin1-char-displayable-p):
13300 New function (from Handa).
13301 (latin1-display-check-font): Use it.
13302
13303 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
13304 using :key-sequence, making it much more usable.
13305 Use nconc, not append.
13306 (imenu--create-keymap-1): Avoid append.
13307
13308 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
13309
13310 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
13311
13312 [the following changes fix a bug where `define-minor-mode' didn't
13313 correctly generate :require clauses for defcustoms in compiled files]
13314 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
13315 (byte-compile-log-file, byte-compile-log-1): Don't set
13316 `byte-compile-current-file' to nil. Instead set
13317 `byte-compile-last-logged-file' to it. Test whether
13318 byte-compile-current-file equals byte-compile-last-logged-file
13319 instead of whether its nil.
13320 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
13321
13322 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
13323
13324 * textmodes/refill.el: Fix var names in doc.
13325 (refill-mode): Don't bother with make-local-hook anymore.
13326
13327 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
13328
13329 * faces.el (face-user-default-spec, face-default-spec): New functions.
13330 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
13331 (frame-set-background-mode, face-set-after-frame-default):
13332 Use `face-user-default-spec'. Simplify code slightly.
13333
13334 * woman.el (woman-italic-face, woman-bold-face)
13335 (woman-unknown-face): Add dark-background variants.
13336 (woman-default-faces): Renamed from `woman-colour-faces'.
13337 Set using the stored defaults, rather than using hard-wired colors.
13338 (woman-monochrome-faces): Renamed from `woman-black-faces'.
13339 Just make the foreground `unspecified' rather than "black".
13340 (woman-menu): Rename menu entries accordingly.
13341
13342 * faces.el (header-line): Make more reasonable on mono/grayscale
13343 displays.
13344
13345 2000-10-23 Andrew Choi <akochoi@i-cable.com>
13346
13347 * cus-edit.el (custom-button-face): Use 3D look for mac.
13348 (custom-button-pressed-face): Likewise.
13349
13350 * faces.el (set-face-attributes-from-resources): Handle mac frames
13351 in the same way as x and w32 frames.
13352 (face-valid-attribute-values): Likewise.
13353 (read-face-attribute): Likewise.
13354 (defined-colors): Likewise.
13355 (color-defined-p): Likewise.
13356 (color-values): Likewise.
13357 (display-grayscale-p): Likewise.
13358 (face-set-after-frame-default): Likewise.
13359 (mode-line): Same default face as for x and w32.
13360 (tool-bar): Likewise.
13361
13362 * frame.el: Remove call to frame-notice-user-settings at end of
13363 the file.
13364
13365 * info.el (Info-fontify-node): Make underlines invisible for mac
13366 as for x, pc, and w32 frame types.
13367
13368 * term/mac-win.el: New file.
13369
13370 2000-10-22 Dave Love <fx@gnu.org>
13371
13372 * textmodes/refill.el: New file.
13373
13374 2000-10-22 Andre Spiegel <spiegel@gnu.org>
13375
13376 * vc-hooks.el (vc-version-backup-file-name): New optional args
13377 MANUAL and REGEXP.
13378 (vc-delete-automatic-version-backups, vc-make-version-backup):
13379 New functions.
13380 (vc-before-save): Use the latter.
13381 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
13382 confusion.
13383
13384 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
13385 expected by vc[-hooks].el.
13386
13387 * vc.el (vc-checkout): Added `-p' suffix in call to
13388 vc-make-version-backups-p; use vc-make-version-backup to actually
13389 make the backup.
13390 (vc-version-other-window, vc-version-backup-file): Handle both
13391 automatic and manual backups.
13392 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
13393 of all of them.
13394
13395 2000-10-22 Miles Bader <miles@gnu.org>
13396
13397 * comint.el (comint-highlight-input, comint-highlight-prompt):
13398 Renamed, `-face' at end removed.
13399 (comint-send-input, comint-output-filter): Use renamed faces.
13400
13401 * window.el (fit-window-to-buffer): Change defaulting of
13402 MAX-HEIGHT slightly.
13403
13404 * faces.el (color-values, color-defined-p): Use `member', not
13405 `memq', because it works correctly for strings.
13406 (frame-set-background-mode): Actually, "unspecified-fg" and
13407 "unspecified-bg" *are* strings. Use `member', not `memq', and
13408 `equal', not `eq', when a string value is possible.
13409
13410 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
13411
13412 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
13413
13414 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
13415
13416 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
13417 sh-electric-rparen, sh-electric-less and sh-electric-hash.
13418 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
13419 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
13420 (sh-font-lock-syntactic-keywords): Use them.
13421 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
13422 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
13423 (sh-mode): Don't override font-lock-unfontify-region-function.
13424 Use a copy of sh-font-lock-syntactic-keywords.
13425 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
13426 Don't call sh-scan-buffer since font-lock does it on the fly.
13427 (sh-get-indent-info): Use `face' rather than `syntax-table'
13428 text-property to detect here-documents.
13429 Replace sh-special-syntax with sh-st-punc.
13430 (sh-prev-line): Use `face' rather than `syntax-table'
13431 text-property to skip over here-documents.
13432 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
13433 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
13434 (sh-electric-less, sh-set-here-doc-region)
13435 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
13436 (sh-scan-buffer, sh-rescan-buffer): Remove.
13437
13438 2000-10-21 Andrew Innes <andrewi@gnu.org>
13439
13440 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
13441 remote (ange-ftp) file names.
13442
13443 2000-10-21 Miles Bader <miles@gnu.org>
13444
13445 * window.el (fit-window-to-buffer): New function.
13446 (shrink-window-if-larger-than-buffer): Use it.
13447 (window-text-height): Don't expect minibuffers to have mode-lines.
13448
13449 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
13450 * international/quail.el (quail-update-guidance):
13451 Use `fit-window-to-buffer' instead of `set-window-text-height'.
13452
13453 * international/quail.el (quail-show-guidance-buf): Make sure
13454 guidance window really has enough room.
13455 (quail-update-guidance): If quail-guidance-win is already shown,
13456 make sure its height is OK.
13457
13458 * window.el (window-text-height, set-window-text-height):
13459 New functions.
13460 (shrink-window-if-larger-than-buffer): Use `window-text-height'
13461 instead of `window-height' & `mode-line-window-height-fudge'.
13462 (mode-line-window-height-fudge): Add FACE parameter.
13463 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
13464 instead of `enlarge-window' & `mode-line-window-height-fudge'.
13465
13466 2000-10-20 Miles Bader <miles@gnu.org>
13467
13468 * window.el (height-affecting-face-attributes): Use `defconst'.
13469
13470 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
13471 New function, conditionally aliased to `mode-line-window-height-fudge'.
13472 (ispell-help): Use it.
13473 (ispell-choices-win-default-height): Don't include mode-line fudge.
13474 (ispell-choices-win-default-height): New function.
13475 (ispell-show-choices, ispell-command-loop): Use function
13476 `ispell-choices-win-default-height' instead of variable.
13477
13478 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
13479
13480 * window.el (mode-line-window-height-fudge): New variable.
13481 (height-affecting-face-attributes): New variable.
13482 (mode-line-window-height-fudge): New function.
13483 (shrink-window-if-larger-than-buffer): Use it.
13484 * help.el (resize-temp-buffer-window): Likewise.
13485
13486 * info.el (Info-fontify-node): Add support for @subsubsection
13487 titles, which use `Info-title-4-face'.
13488 (Info-title-4-face): New face.
13489 (Info-title-3-face): Inherit from Info-title-4-face instead of
13490 variable-pitch.
13491
13492 2000-10-19 Jason Rumney <jasonr@gnu.org>
13493
13494 * dired.el (dired-insert-directory): Do not let errors signalled by
13495 attempt to run dired-free-space-program prevent dired from working.
13496
13497 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
13498
13499 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
13500
13501 2000-10-19 Gerd Moellmann <gerd@gnu.org>
13502
13503 * dirtrack.el (dirtrack): Fix call to run-hooks.
13504
13505 * cmuscheme.el (cmuscheme-program-name): Renamed from
13506 scheme-program-name because xscheme.el contains a defcustom with
13507 the same name. As a consequence, customizing group `cmuscheme'
13508 loaded `xscheme' which redefined run-scheme.
13509 (run-scheme): Use cmuscheme-program-name.
13510
13511 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
13512
13513 * play/doctor.el (doctor-death): Update the Samaritans'
13514 anonymous address, and add a website for Befrienders International.
13515
13516 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13517
13518 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
13519 Avoid compilation gripes. Doc fix.
13520 (ps-print-version): New version number (6.2).
13521 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
13522 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
13523 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
13524 (ps-x-extent-priority, ps-x-extent-start-position)
13525 (ps-x-face-font-instance, ps-x-find-coding-system)
13526 (ps-x-font-instance-properties, ps-x-make-color-instance)
13527 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
13528 avoid compilation gripes without defining functions.
13529 (ps-e-find-composition): Alias for function find-composition, to have a
13530 suitable function depending on Emacs version.
13531 (ps-color-device, ps-color-values, ps-face-foreground-name)
13532 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
13533 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
13534 (ps-print-ensure-fontified): Function definitions surrounded by
13535 `eval-and-compile' to avoid compilation gripes.
13536 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
13537 by symbol-value to avoid compilation gripes.
13538 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
13539 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
13540
13541 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
13542
13543 * startup.el (normal-top-level): Call `frame-set-background-mode'
13544 after `frame-notice-user-settings' because the latter doesn't call
13545 the former on a tty.
13546
13547 * faces.el (frame-set-background-mode): `unspecified' &c are
13548 symbols, not strings.
13549
13550 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
13551
13552 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
13553 why some "light*" colors are deliberately absent from the alist.
13554
13555 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
13556 Change colors for tty's, as suggested by Miles Bader.
13557
13558 2000-10-19 Kenichi Handa <handa@etl.go.jp>
13559
13560 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
13561 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
13562 for ISO10646-1 fonts.
13563 (x-font-name-charset-alist): Add an entry for "iso10646-1".
13564
13565 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
13566
13567 * faces.el (frame-set-background-mode): If a tty frame defines a
13568 background color, use that to compute the background mode, instead
13569 of always defaulting to "dark".
13570
13571 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
13572
13573 * comint.el (comint-write-output): New function.
13574 (comint-mode-map): Add it to the menu.
13575 Bind `C-c C-s' to comint-write-output.
13576
13577 2000-10-18 Gerd Moellmann <gerd@gnu.org>
13578
13579 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
13580 Use fancy-splash-delay.
13581
13582 2000-10-18 Alex Schroeder <alex@gnu.org>
13583
13584 * progmodes/sql.el (sql-sybase-options): New option.
13585 (sql-sybase): Use it. Add sql-database to the list of parameters
13586 provided for login. The options -w 2048 -n are not used any more.
13587
13588 * comint.el (comint-read-input-ring): Bugfix such that the first
13589 and the last entry of the input ring file are not lost.
13590
13591 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13592
13593 * ps-print.el: Internal variable changes to defcustom,
13594 make-local-hook changes to defvar. Doc fix.
13595 (ps-print-version): New version number (6.1).
13596 (ps-setup, ps-do-despool): Code fix.
13597 (ps-printer-name): Customization fix.
13598 (ps-printer-name-option): Now is a defcustom instead of an
13599 internal variable.
13600 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
13601 (ps-print-begin-column-hook): Now are defvar instead of
13602 make-local-hook.
13603
13604 2000-10-18 Miles Bader <miles@gnu.org>
13605
13606 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
13607 (comint-kill-output): Changed into an alias for `comint-delete-output',
13608 and made obsolete.
13609 (comint-mode-map): Rename references to comint-kill-output.
13610
13611 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
13612
13613 * diff-mode.el (diff-header-face, diff-file-header-face)
13614 (diff-changed-face): Add bold and italic attributes to tty faces.
13615 (diff-function-face): New face.
13616 (diff-font-lock-keywords): Use it.
13617
13618 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
13619
13620 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
13621 Remove commented-out call to force-mode-line-update.
13622 (comint-kill-output): Use `forward-line 0' instead of
13623 beginning-of-line to make sure we get past the prompt.
13624
13625 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
13626
13627 * diff-mode.el (diff-header-face, diff-file-header-face):
13628 Add specific setting for dark background.
13629 (diff-context-face): Renamed from diff-comment-face.
13630 Set explicitly rather than inheriting from font-lock-comment-face.
13631
13632 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
13633
13634 * startup.el (command-line): Move the code which sets the default
13635 TTY colors to before before-init-hook.
13636
13637 2000-10-17 Gerd Moellmann <gerd@gnu.org>
13638
13639 * jit-lock.el (jit-lock-stealth-time): Doc fix.
13640
13641 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
13642
13643 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
13644 extensions, for MS-DOS.
13645
13646 * diff-mode.el (diff-header-face, diff-file-header-face)
13647 (diff-changed-face): Define tty-specific colors.
13648
13649 2000-10-17 Gerd Moellmann <gerd@gnu.org>
13650
13651 * startup.el (fancy-splash-text): Realign the text.
13652
13653 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
13654
13655 * font-lock.el (font-lock-comment-face): Define a separate default
13656 for dark-background tty's.
13657
13658 2000-10-17 Miles Bader <miles@gnu.org>
13659
13660 * help.el (resize-temp-buffer-window): Add hack to avoid last line
13661 being obscured by whizzy mode-lines on graphics displays.
13662
13663 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
13664
13665 * info.el (Info-title-1-face, Info-title-2-face)
13666 (Info-title-3-face): Define colors for tty's.
13667 (info-header-node): Remove unneeded tty-specific definition.
13668
13669 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
13670
13671 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
13672 reverse from the frame parameters, and don't invert foreground and
13673 background colors.
13674
13675 2000-10-16 Miles Bader <miles@gnu.org>
13676
13677 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
13678 string "*Info*". Call propertized-buffer-identification to spruce
13679 up the result.
13680
13681 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13682
13683 * help.el: Provide `help' for the sake of define-minor-mode
13684 which generates defcustoms with requires.
13685
13686 * jit-lock.el (jit-lock-after-change): If we're in text that
13687 matches a multi-line font-lock pattern, make sure the whole text
13688 will be redisplayed.
13689
13690 * emacs-lisp/authors.el (authors-add): Don't add an entry if
13691 author's name is unknown.
13692
13693 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
13694 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
13695 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
13696 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
13697 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
13698 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
13699 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
13700 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
13701 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
13702 Add author information.
13703
13704 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
13705
13706 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
13707 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
13708 full-color version (using the Gimp) to eliminate dithering artifacts.
13709
13710 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
13711
13712 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
13713
13714 * simple.el (syntax-flag-table, string-to-syntax): Remove.
13715
13716 2000-10-15 Dave Love <fx@gnu.org>
13717
13718 * progmodes/sh-script.el: Require skeleton and comint when compiling.
13719
13720 * pcomplete.el (pcomplete) <defgroup>: Add :version.
13721
13722 * whitespace.el: Doc fixes.
13723 (top-level): Don't add hooks here.
13724 (whitespace-running-emacs): Deleted.
13725 (timer): Don't require.
13726 (whitespace): Add back :version conditional on xemacs test.
13727 (whitespace-spacetab-regexp, whitespace-indent-regexp)
13728 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
13729 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
13730 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
13731 Avoid specific xemacs test.
13732 (whitespace-global-mode): New option.
13733 (whitespace-global-mode): New command.
13734 (whitespace-unload-hook): New function.
13735
13736 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
13737 (Info-fontify-node, Info-goto-node, Info-mode-menu)
13738 (Info-fontify-node): `Goto' goes to `Go to'.
13739 (Info-fontify-node): Add help-echo to xref links.
13740
13741 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
13742
13743 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
13744
13745 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
13746
13747 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
13748 Use plist-get and allow :inherit.
13749
13750 * emacs-lisp/cl-macs.el (cl-do-arglist):
13751 Use plist-get and plist-member instead of memq.
13752
13753 * emacs-lisp/ewoc.el (ewoc-location): New function.
13754 (ewoc-enter-after, ewoc-enter-before): Document return value.
13755 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
13756 Don't need make-local-hook any more.
13757 (cvs-addto-collection): Return the new tin.
13758 (cvs-mode-insert): Jump to the new line.
13759
13760 * jit-lock.el (jit-lock-fontify-buffer): Remove.
13761
13762 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
13763
13764 * font-lock.el (font-lock-syntactically-fontified): New var.
13765 (font-lock-fontify-syntactic-keywords-region): Use it.
13766 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
13767
13768 * diff-mode.el (diff-find-file-name): Fix regexp.
13769
13770 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13771 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
13772
13773 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
13774 (sh-mode-syntax-table): Add punctuation syntax for < and >.
13775 (sh-mode): Don't make all vars local here.
13776 (sh-kw): Reformat.
13777 (sh-set-shell): Use dolist. Don't set indent-region-function.
13778 (sh-mode-syntax-table): Use pop.
13779 (sh-remember-variable): Use push.
13780 (sh-help-string-for-variable): Use memq.
13781 (sh-safe-backward-sexp): Remove.
13782 (sh-safe-forward-sexp): Add ARG.
13783 (sh-get-indent-info, sh-prev-stmt): Use it.
13784 (sh-prev-line): Simplify by using forward-comment.
13785 (sh-this-is-a-continuation): Simplify.
13786 (sh-learn-buffer-indent): Use dolist.
13787 (sh-do-nothing): Remove.
13788 (sh-set-char-syntax, sh-set-here-doc-region):
13789 Use inhibit-modification-hooks.
13790 (sh-name-style): Use mapcar and push.
13791 (sh-load-style): Use dolist.
13792 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
13793 (sh-case, sh-while-getopts): Use propertize directly rather
13794 than sh-electric-rparen.
13795
13796 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
13797
13798 * textmodes/tex-mode.el: Require CL when compiling.
13799 (tex-mode-syntax-table): Init immediately.
13800 (tex-mode-map): Bind M-RET to latex-insert-item.
13801 (latex-mode): Set indent-line-function to latex-indent.
13802 (tex-common-initialization): Don't setup the syntax-table any more.
13803 (latex-insert-item): New skeleton.
13804 (tex-next-unmatched-end): Fix copy/paste braino.
13805 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
13806 (latex-indent, latex-find-indent): New functions.
13807 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
13808 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
13809 (tex-compilation-parse-errors): Use with-syntax-table.
13810
13811 2000-10-15 Miles Bader <miles@gnu.org>
13812
13813 * font-lock.el (font-lock-comment-face): Change dark-background,
13814 color, non-tty, default to `chocolate1'.
13815
13816 2000-10-13 John Wiegley <johnw@gnu.org>
13817
13818 * eshell/esh-util.el (require): Added a missing `require' form,
13819 needed when compiling (for an ange-ftp macro definition).
13820
13821 2000-10-13 Dave Love <fx@gnu.org>
13822
13823 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
13824
13825 2000-10-13 Gerd Moellmann <gerd@gnu.org>
13826
13827 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
13828
13829 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
13830 transparent -colors 8).
13831
13832 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
13833
13834 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
13835 that breaks with old list format timestamps.
13836 (time-stamp-warn-inactive, time-stamp-old-format-warn)
13837 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
13838
13839 2000-10-13 John Wiegley <johnw@gnu.org>
13840
13841 * align.el, pcomplete.el, calendar/timeclock.el,
13842 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
13843
13844 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
13845 faulty math, where holiday hours were being computing as seconds.
13846
13847 2000-10-13 John Wiegley <johnw@gnu.org>
13848
13849 * desktop.el (desktop-buffer-modes-to-save): Added a global for
13850 specifying what "other" kinds of buffers should be saved.
13851 This used to be hard-coded.
13852 (desktop-buffer-misc-functions): A global for specifying how
13853 auxiliary data should be determined for special buffer types.
13854 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
13855 instead of hard-coding the special buffer types.
13856 (desktop-save): Run `desktop-buffer-misc-functions' to gather
13857 auxiliary data, instead of hard-coding for Info buffers and dired.
13858 (desktop-buffer-info-misc-data): Aux function for determining Info
13859 buffer auxiliary info.
13860 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
13861 (desktop-buffer-info): Changed this function to use the info
13862 gathered above.
13863 (desktop-create-buffer): Be a little more careful about what
13864 `minor-mode' means before calling it. This is important for some
13865 buffer types.
13866
13867 2000-10-13 John Wiegley <johnw@gnu.org>
13868
13869 * eshell/esh-util.el: Added a global form which declares an
13870 autoload for `parse-time-string', if that function is not already
13871 defined, and if parse-time.el is available on the user's system.
13872
13873 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
13874 to be aware of ange-ftp user info.
13875 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
13876 (eshell-ls-annotate): Use `eshell-file-attributes'.
13877 (eshell-ls-file): Made the user-id printing code a bit smarter.
13878
13879 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
13880 allow identification of alias user ids in remote directories.
13881 It's manual, but there's no other way to know when the current user
13882 on the local machine, is also the owning user on the remote machine.
13883 (fboundp): Bind `ange-cache'.
13884 (eshell-directory-files-and-attributes): Re-organized the logic a
13885 bit to use `eshell-file-attributes' instead of `file-attributes'.
13886 The former is more sensitive to directories that are read via FTP,
13887 and knows how to use ange-ftp to determine full attribute
13888 information, instead of just the name and last modtime.
13889 (eshell-current-ange-uids): Return the current user id when in a
13890 remote directory.
13891 (eshell-parse-ange-ls): Parse a full directory listing that has
13892 been returned by ange-ftp.
13893 (eshell-file-attributes): This beefed up version of
13894 `file-attributes' is only special if the user is currently in a
13895 remote directory, in which case it does a lot of work to find out
13896 what the real attributes of a file are, as they appear on the
13897 remote machine. This makes usage of remote directories (i.e.,
13898 ange-ftp pathnames) much more useful. You can now use Eshell as a
13899 full-fledged FTP client, with much more manipulation ability than
13900 most other clients.
13901
13902 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
13903 variable, which means that Eshell's du should always be preferred
13904 in remote directories.
13905 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
13906 just `file-attributes'.
13907 (eshell-mvcp-template): Bind `ange-cache', to improve performance
13908 when reading remote directories. This is an Eshell-specific
13909 variable (not part of ange-ftp).
13910 (eshell/ln): Bind `ange-cache'.
13911 (eshell/du): Added some extra logic for determining when to use
13912 Eshell's du (which is slow), and when to use the external version
13913 (which may or may not exist).
13914
13915 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13916 Call `eshell-interactive-process', rather than using
13917 `get-buffer-process', since backgrounded processes don't count in
13918 the context of this function's logic.
13919
13920 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
13921 `forward-char', so that null strings are parsed correctly.
13922
13923 2000-09-13 John Wiegley <johnw@gnu.org>
13924
13925 * eshell/em-pred.el (eshell-pred-file-type)
13926 (eshell-pred-file-links, eshell-pred-file-size):
13927 Use `eshell-file-attributes'. This is more correct over ange-ftp.
13928
13929 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
13930 that remote file globbing is more efficient.
13931
13932 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
13933 gathering the files and attributes within a directory.
13934
13935 * eshell/em-unix.el (eshell/cat): If any of the files passed on
13936 the command line is a special file (not a regular file, directory
13937 or symlink), always attempt to call the external version of cat.
13938
13939 2000-09-13 John Wiegley <johnw@gnu.org>
13940
13941 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
13942 Eshell-friendly version of find-tag.
13943
13944 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
13945
13946 * image-file.el (image-file-name-extensions)
13947 (image-file-name-regexps): Add autoload cookies.
13948
13949 2000-10-13 Kenichi Handa <handa@etl.go.jp>
13950
13951 * international/mule-cmds.el (select-safe-coding-system): If FROM
13952 is string, show it in *Warning* buffer.
13953
13954 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
13955
13956 * startup.el (normal-top-level): Use display-popup-menus-p instead
13957 of window-system.
13958 (command-line): Use display-graphic-p instead of window-system.
13959 (command-line-1): Use display-popup-menus-p and display-mouse-p
13960 instead of window-system.
13961
13962 2000-10-12 Sam Steingold <sds@gnu.org>
13963
13964 * tooltip.el (tooltip-use-echo-area): New user variable.
13965 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
13966
13967 2000-10-12 Dave Love <fx@gnu.org>
13968
13969 * recentf.el: Maintainer's checkdoc fixes.
13970
13971 * startup.el (normal-top-level-add-subdirs-to-load-path):
13972 Use character class, not ASCII when matching file names.
13973 (fancy-splash-head): Add trailing slash to URL.
13974 (command-line): Don't require XPM support for toolbar.
13975
13976 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
13977 (cperl-invalid-face): Revert last change.
13978 (cperl-init-faces): Quote cperl-invalid-face.
13979
13980 2000-10-12 Kenichi Handa <handa@etl.go.jp>
13981
13982 * startup.el (fancy-splash-text): Remove superfluous quote.
13983
13984 2000-10-12 Gerd Moellmann <gerd@gnu.org>
13985
13986 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
13987 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
13988 (command-line-1): Don't use fancy-splash-pending-command.
13989 (fancy-splash-screens-1): Goto point-min after inserting text.
13990
13991 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
13992
13993 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
13994 instead of shared-lisp-mode-map.
13995
13996 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
13997
13998 * faces.el (header-line): Change tty-variant to use underlining.
13999
14000 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
14001 (isearch-highlight): Restore lazy-isearch face properties at old
14002 position, and suppress them at new position.
14003 (isearch-dehighlight): Restore lazy-isearch face properties.
14004 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
14005 over the real isearch overlay, but in that case, don't give it a
14006 face property. Use `push'.
14007
14008 2000-10-12 Kenichi Handa <handa@etl.go.jp>
14009
14010 * man.el (Man-getpage-in-background): Fix previous change.
14011 Decode the process output only when we are in multibyte mode.
14012
14013 2000-10-11 Dave Love <fx@gnu.org>
14014
14015 * info.el (Info-mode-menu): Fix some help.
14016 (info-tool-bar-map): Add entry for Info-last.
14017
14018 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
14019 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
14020 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
14021 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
14022 * toolbar/search-replace.xpm, toolbar/exit.xpm:
14023 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
14024 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
14025 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
14026 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
14027 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
14028 Reduce colour requirements to 25 overall. (Probably wants
14029 revisiting from the originals to reduce further.)
14030
14031 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
14032
14033 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
14034 buffer-file-coding-system, instead of raw-text.
14035 (dehexlify-buffer): Bind coding-system-for-read to
14036 buffer-file-coding-system, instead of raw-text.
14037
14038 2000-10-11 Sam Steingold <sds@gnu.org>
14039
14040 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
14041 `underline' - fixes the bug introduced on 2000-09-21.
14042
14043 2000-10-11 Dave Love <fx@gnu.org>
14044
14045 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
14046 Avoid compiler warnings.
14047 (scheme-mode): Doc fix.
14048 (scheme-font-lock-keywords-1): Match `define-syntax'.
14049
14050 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
14051
14052 * faces.el (frame-set-background-mode): Pay attention to saved
14053 face specs as well as default ones. Only do anything if the
14054 bg-mode or display-type has actually changed. Use `dolist'.
14055 (region): Make dark-background `region' face less in-your-face.
14056
14057 2000-10-10 Sam Steingold <sds@gnu.org>
14058
14059 * chistory.el, ielm.el, ledit.el:
14060 * progmodes/inf-lisp.el, progmodes/scheme.el:
14061 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
14062
14063 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
14064
14065 * textmodes/texinfo.el: Update copyright and fix typo.
14066
14067 * desktop.el (desktop-modes-not-to-save): New var.
14068 (desktop-save-buffer-p): Use it.
14069 Also, obey desktop-buffers-not-to-save even for non-file buffers.
14070 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
14071
14072 2000-10-10 Dave Love <fx@gnu.org>
14073
14074 * toolbar/tool-bar.el (tool-bar-add-item)
14075 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
14076
14077 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
14078 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
14079 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
14080 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
14081 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
14082 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
14083 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
14084 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
14085 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
14086 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
14087 the .xpms; probably need retouching.
14088
14089 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
14090
14091 * subr.el (add-to-list): Add optional argument APPEND.
14092 * battery.el (display-battery): Use `add-to-list'.
14093
14094 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
14095
14096 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
14097 properties.
14098 (zone, zone-when-idle, zone-leave-me-alone)
14099 (zone-pgm-whack-chars): Use new symbol properties.
14100
14101 * battery.el (display-battery): Doc spelling fix.
14102
14103 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
14104 property.
14105
14106 2000-10-09 Dave Love <fx@gnu.org>
14107
14108 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
14109 has been initialized before calling tool-bar-setup.
14110 (tool-bar-add-item-from-menu): Add autoload cookie.
14111
14112 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
14113
14114 * menu-bar.el (send-mail-item-name): New function.
14115 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
14116 of mail-user-agent in the menu. Don't display the "Send Mail"
14117 item if mail-user-agent is nil or its value is ignore.
14118 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
14119 if read-mail-command is nil or its value is ignore.
14120
14121 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
14122
14123 2000-10-09 Miles Bader <miles@gnu.org>
14124
14125 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
14126 Correct image size.
14127 * toolbar/left_arrow.xpm: Correct image size.
14128
14129 * jka-compr.el: Don't call `jka-compr-install' when loading (it
14130 will be done by the definition of `auto-compression-mode' if
14131 necessary. Move code to uninstall existing file-name handler
14132 before definition of `auto-compression-mode'.
14133
14134 * image-file.el (auto-image-file-mode): Move to the end of the
14135 file, because `define-minor-mode' actually calls the mode-function
14136 if the associated variable is non-nil, which requires that all
14137 needed functions be already defined.
14138
14139 * mouse.el (popup-menu): Balance parens.
14140
14141 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
14142
14143 * mouse.el (popup-menu): Move the command call outside the loop
14144 so that popup-menu returns whatever the command returns.
14145
14146 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
14147 (initialize-new-tags-table): Use run-hook-with-args-until-success.
14148 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
14149 (tags-table-format-functions): Renamed from tags-table-format-hooks.
14150
14151 * vc.el (vc-version-diff): diff-switches can be a list.
14152 Use relative filenames for prettier output.
14153
14154 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
14155 (vc-post-command-functions): Remove old-VC compatibility code.
14156
14157 * newcomment.el (comment-indent-default): Autoload.
14158
14159 * font-lock.el (font-lock-defaults): Make buffer-local.
14160 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
14161 (font-lock-choose-keywords):
14162 Ignore LEVEL unless KEYWORDS is a list of syms.
14163 (c-keywords, c++-keywords, objc-keywords, java-keywords):
14164 Don't wrap regexp-opt things in \(...\) unnecessarily.
14165
14166 * jit-lock.el: Don't require font-lock any more.
14167 (jit-lock-functions): Make buffer-local.
14168 (jit-lock-saved-fontify-buffer-function): Remove.
14169 (jit-lock-mode): Remove autoload cookie.
14170 Remove font-lock specific code.
14171 (jit-lock-unregister): Don't bother handling complex hooks any more.
14172 (jit-lock-refontify): New function.
14173 (jit-lock-fontify-buffer): Use it.
14174 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
14175 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
14176 Add optional args START and END.
14177 Never call font-lock-fontify-region directly.
14178 (jit-lock-function, jit-lock-stealth-fontify): Use it.
14179
14180 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
14181
14182 2000-10-08 Dave Love <fx@gnu.org>
14183
14184 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
14185
14186 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
14187
14188 * play/studly.el (studlify-region, studlify-word): Add autoload
14189 cookie.
14190
14191 * play/morse.el (morse-region, unmorse-region): Add autoload
14192 cookie.
14193
14194 * play/spook.el (spook-phrases-file): Use expand-file-name, not
14195 concat.
14196
14197 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
14198 insist on symbols starting with word syntax.
14199 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
14200 (eval-defun-1): Doc fix.
14201 (indent-sexp): Use nconc to build up indent-stack.
14202
14203 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
14204 Gnus with little use.
14205 (mail-setup-hook): Add mail-abbrevs-setup to options.
14206
14207 * recentf.el: Doc fixes.
14208
14209 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
14210 Clean up remainder.
14211
14212 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
14213 without timezone and (8) with timezone to enforce some whitespace.
14214 Simplify code somewhat.
14215
14216 * options.el (list-options): Doc that you should use customize.
14217
14218 * iswitchb.el (iswitchb-mode): Add :require.
14219
14220 * info.el (Info-goto-node, Info-menu): Doc fix.
14221 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
14222 (info-tool-bar-map): New variable.
14223 (Info-mode): Use it.
14224 (Info-edit-map): Define all in defvar.
14225 (speedbar-attached-frame): Avoid compiler warning.
14226
14227 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
14228 (global-map): Bind [tool-bar] to a filtered map.
14229 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
14230 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
14231 Allow PBM icons.
14232 (tool-bar-setup): Adjust calls of tool-bar-add-item.
14233
14234 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
14235 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
14236 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
14237 icons, except up_arrow, which is left-arrow rotated.
14238
14239 * imenu.el (imenu-add-to-menubar): Fix last change.
14240
14241 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
14242
14243 * generic-x.el (rul-generic-mode): Remove eval-when-compile
14244 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
14245
14246 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
14247
14248 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
14249 typos in doc strings.
14250
14251 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
14252 the doc strings how to customize Font Lock faces.
14253
14254 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
14255 computing growth when dragging the header line.
14256
14257 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
14258
14259 * simple.el (kill-line): Doc fix.
14260
14261 2000-10-08 Miles Bader <miles@gnu.org>
14262
14263 * faces.el (secondary-selection): Make foreground visible on tty.
14264
14265 * jka-compr.el (auto-compression-mode): Move to the end of the
14266 file, because `define-minor-mode' actually calls the mode-function
14267 if the associated variable is non-nil, which requires that all
14268 needed functions be already defined.
14269 (with-auto-compression-mode): Add autoload cookie.
14270
14271 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
14272
14273 * files.el (find-backup-file-name) [ms-dos]: If support for long
14274 file names is not available, behave as if version-control were set
14275 to never.
14276
14277 2000-10-07 Dave Love <fx@gnu.org>
14278
14279 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
14280 (browse-url-gnome-moz): New function.
14281 (browse-url-browser-function): Use it.
14282 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
14283
14284 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
14285
14286 * indent.el (tab-always-indent): New var.
14287 (indent-for-tab-command): Use it.
14288
14289 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
14290 raise an error. This way it can still default to a sane value.
14291
14292 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
14293
14294 * startup.el (fancy-splash-screens): Use local rather than global map.
14295 Don't use `update-menu-bindings' any more.
14296 Get rid of assumptions about keymap representation.
14297
14298 2000-10-06 Dave Love <fx@gnu.org>
14299
14300 * textmodes/fill.el (sentence-end-double-space)
14301 (sentence-end-without-period): Doc fix.
14302 (adaptive-fill-regexp): Purecopy.
14303 (unjustify-current-line): Use line-end-position.
14304 (fill-individual-paragraphs-prefix): Use line-beginning-position.
14305
14306 * net/eudc-vars.el (eudc): Add :version, :link.
14307
14308 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
14309
14310 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
14311 Fix for define-minor-mode.
14312 (function-at-point): Alias to function-called-at-point.
14313
14314 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
14315
14316 * simple.el (backward-word): Doc fix.
14317
14318 * image-file.el (image-file-name-regexp): image-file-regexps ->
14319 image-file-name-regexps.
14320 (image-file-name-extensions): Add pbm.
14321
14322 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
14323
14324 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
14325 and add filename to the names so that diff-mode can jump to source.
14326
14327 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
14328 (tex-font-lock-keywords, tex-font-lock-keywords-2)
14329 (tex-font-lock-keywords-1): Remove.
14330 (font-lock-turn-on-thing-lock): Use jit-lock-register.
14331 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
14332 (font-lock-default-fontify-region):
14333 Expand beg..end correctly when just following a multiline region.
14334 (font-lock-fontify-anchored-keywords):
14335 Include the anchor text as part of the multiline.
14336
14337 2000-10-06 Gerd Moellmann <gerd@gnu.org>
14338
14339 * loadup.el (toplevel): Load `loaddefs' before `help' because the
14340 latter needs the autoloaded define-minor-mode macro during the
14341 bootstrap.
14342
14343 * startup.el (command-line): For now, activate tool-bar-mode only
14344 if XPM images are supported.
14345
14346 * mouse.el (mouse-drag-header-line): Don't allow resizing a
14347 window by dragging a header-line at the top of the frame; that's
14348 confusing because the header-line doesn't move.
14349 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
14350 of treating the event as a list. Some cleanup.
14351
14352 2000-10-06 Miles Bader <miles@gnu.org>
14353
14354 * simple.el (display-message-or-buffer): New function.
14355 (shell-command-on-region): Use `display-message-or-buffer'.
14356
14357 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
14358 docstring parts.
14359
14360 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14361 (smbclient-prompt-regexp): Add usage note to doc string.
14362 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
14363 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
14364 Use add-hook for adding the comint filter function, and only do so
14365 if it's not already in the global hook list.
14366 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
14367 to `make-local-variable'.
14368 (nslookup-font-lock-keywords): Remove prompt entry.
14369 (nslookup): Don't set the process-filter.
14370 (finger): Exit the loop correctly when the regexps list runs out.
14371 (ftp, smbclient, smbclient-list-shares):
14372 Set the real major mode immediately, not after execing.
14373 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
14374
14375 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
14376
14377 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
14378
14379 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
14380
14381 * which-func.el (which-func-format): Remove spurious space.
14382 (which-func-mode): Don't make it permanent-local.
14383 (which-func-ff-hook): Allow which-func-maxout to be nil.
14384 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
14385 (which-func-mode): Simplify.
14386 Use post-command-idle-hook rather than post-command-hook.
14387 Go through all buffers and update their state.
14388 (which-function): Also try add-log-current-defun-function.
14389
14390 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
14391 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
14392 Update call to with-vc-properties accordingly.
14393 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
14394 (vc-revert-buffer): More careful about window selection and deletion.
14395 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
14396
14397 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
14398 (cvs-retrieve-revision): Reuse a pre-existing buffer.
14399 (cvs-dired-action): Change the default to quickdir.
14400
14401 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
14402 if comment-indent-function returns nil.
14403 (comment-indent-default): New function.
14404 (comment-indent-function): Use it and document the new semantics.
14405
14406 * image-file.el: Docstring fixes.
14407
14408 * help.el (help-xref-on-pp): Use match-string.
14409 (describe-variable): New arg BUFFER.
14410 Store the current buffer in the help-xref-stack.
14411 (temp-buffer-resize-mode): Use define-minor-mode.
14412
14413 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
14414 consistently with its docstring.
14415 Set jit-lock-first-unfontify-pos in an idempotent way.
14416 (jit-lock-register): Autoload and add arg CONTEXTUAL.
14417
14418 2000-10-05 Alex Schroeder <alex@gnu.org>
14419
14420 * sql.el (sql-mysql-options): New variable.
14421 (sql-mysql): Use it.
14422
14423 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
14424
14425 * image.el (image): New group.
14426
14427 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14428 (smerge-base-face, smerge-markers-face): Add dark-background variants.
14429
14430 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
14431
14432 * net/net-utils.el (nslookup-font-lock-keywords)
14433 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
14434 Ignore the value of wqindow-system; always define keywords
14435
14436 2000-10-05 Kenichi Handa <handa@etl.go.jp>
14437
14438 * startup.el (fancy-splash-screens): Remove the code for
14439 debugging; `(trace-to-stderr "EXITTT\n")'.
14440
14441 2000-10-05 Miles Bader <miles@gnu.org>
14442
14443 * diff-mode.el (diff-goto-source): Update call to
14444 `diff-hunk-status-msg' to reflect new REV variable.
14445
14446 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
14447
14448 * progmodes/icon.el (icon-mode):
14449 Don't gratuitously override the default for comment-column.
14450
14451 * vc-hooks.el (vc-mode-line): Fix interactive spec.
14452
14453 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
14454 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
14455 (jit-lock-functions): New var.
14456 (jit-lock-function-1): Use it if non-nil.
14457 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
14458 Set the `fontified' property before doing the fontification to avoid
14459 repeatedly going through the same error.
14460 Don't turn errors into messages.
14461 (jit-lock-register, jit-lock-unregister): New functions.
14462
14463 * dired.el (dired-mark-pop-up): Turn comment into docstring.
14464 Use with-current-buffer.
14465
14466 * dired-aux.el (dired-do-create-files, dired-kill-tree):
14467 Turn comment into docstring.
14468
14469 * apropos.el (apropos-mode): Use define-derived-mode.
14470
14471 2000-10-04 Gerd Moellmann <gerd@gnu.org>
14472
14473 * startup.el (fancy-splash-pending-command): New variable.
14474 (fancy-splash-pre-command): New function.
14475 (fancy-splash-screens): Rewritten.
14476 (command-line-1): If fancy-splash-pending-command is set, call it
14477 interactively.
14478
14479 2000-10-04 Dave Love <fx@gnu.org>
14480
14481 * toolbar/tool-bar.el (tool-bar-setup): New function.
14482 (tool-bar-mode): Use it.
14483
14484 * subr.el (substitute-key-definition): Doc fix.
14485 (play-sound-file): New command.
14486
14487 2000-10-04 Andre Spiegel <spiegel@gnu.org>
14488
14489 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
14490 vc-version-backup-file-name): New functions.
14491
14492 * files.el (basic-save-buffer): Call vc-before-save before saving.
14493
14494 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
14495 vc-cvs-stay-local-p.
14496
14497 * vc.el (vc-revert-buffer): Handle empty diff properly.
14498 (vc-version-backup-file): New function.
14499 (vc-checkout): Create a version backup if necessary.
14500 (vc-checkin): If a version backup file exists, delete it.
14501 (vc-version-diff): Diff locally using version backups, if available.
14502 (vc-revert-file): If there's a version backup, revert locally.
14503 (vc-transfer-file): Use version backup for base version, if
14504 available. If not, ask for confirmation whether to get it from the
14505 server. Update mode line before check-in.
14506
14507 2000-10-04 Dave Love <fx@gnu.org>
14508
14509 * toolbar/tool-bar.el (tool-bar-setup): New function.
14510 (tool-bar-mode): Use it.
14511
14512 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
14513
14514 * net/net-utils.el (nslookup-font-lock-keywords)
14515 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
14516 Only set if window-system is non-nil
14517 (net-utils-run-program): Returns buffer.
14518 (network-connection-reconnect): Added this function.
14519
14520 * generic.el:
14521 Incorporates extensive cleanup and docfixes by
14522 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
14523 Uses cl compile-time macros.
14524 (generic-mode-name, generic-comment-list)
14525 (generic-keywords-list, generic-font-lock-expressions)
14526 (generic-mode-function-list, generic-mode-syntax-table):
14527 Removed variables.
14528 (generic-mode-alist): Renamed to generic-mode-list.
14529 (generic-find-file-regexp): Default changed to "^#".
14530 (generic-read-type): Uses completing read on generic-mode-list.
14531 (generic-mode-sanity-check): removed this function.
14532 (generic-add-to-auto-mode): Removed this function
14533 (generic-mode-internal): Bind mode-specific definitions
14534 into function instead of putting them in alist.
14535 (generic-mode-set-comments): Reworked extensively.
14536 (generic-mode-find-file-hook): Simplified regexp searching
14537 (generic-make-keywords-list): Omit extra pair of parens
14538
14539 * find-lisp.el (find-lisp-find-files-internal):
14540 Make sure directory name ends with "/".
14541
14542 * generic-x.el (apache-conf-generic-mode):
14543 Regexp now allows leading whitespace.
14544 (rc-generic-mode): Added eval-when-compile
14545 around generic-make-keywords-list.
14546 Deleted duplicate regexp
14547 (rul-generic-mode): Added eval-when-compile
14548 around generic-make-keywords-list.
14549 (etc-fstab-generic-mode): New generic mode.
14550 (rul-generic-mode): Removed one eval-when-compile
14551 which caused a max-specpdl-size exceeded error.
14552
14553 2000-10-04 Miles Bader <miles@gnu.org>
14554
14555 * simple.el (minibuffer-temporary-goal-position): New variable.
14556 (next-history-element): Try to keep the position of point in the
14557 input string constant.
14558
14559 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
14560 (dired-do-create-files): If there's only one file, pass it in as
14561 the DEFAULT arg to dired-mark-read-file-name.
14562
14563 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
14564
14565 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
14566 (diff-goto-source): Be smarter when choosing REVERSE or not.
14567
14568 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
14569 (texinfo-mode-menu): Add an explicit shortcut for update all.
14570
14571 2000-10-03 Andre Spiegel <spiegel@gnu.org>
14572
14573 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
14574 factorize backend-specific code cleanly (this was essentially
14575 conceived by Stefan Monnier).
14576 (vc-unregister): Function removed.
14577 (vc-revert-file): New function.
14578 (vc-revert-buffer): Delegate some of the work to it.
14579
14580 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
14581 default branch unconditionally.
14582 (vc-rcs-set-default-branch): New function.
14583 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
14584 (vc-rcs-checkin): If an appropriate default branch has been set,
14585 force creation of that branch.
14586 (vc-rcs-receive-file): Rewritten to contain only backend-specific
14587 code (as suggested by Stefan Monnier).
14588
14589 2000-10-02 Gerd Moellmann <gerd@gnu.org>
14590
14591 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
14592 highlighting overlay with a different face over the overlay
14593 isearch uses to highlight the current match because that can lead
14594 to bad face combinations.
14595
14596 * loadup.el (toplevel): Load faces before isearch.
14597
14598 * isearch.el (isearch-faces): New custom group.
14599 (isearch): New defface; was already tested for in the code.
14600 (isearch-lazy-highlight-face): Changed to defface from defcustom.
14601 (isearch-highlight): Always use face `isearch'.
14602
14603 2000-10-02 Dave Love <fx@gnu.org>
14604
14605 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
14606 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
14607 comparison of opcode with operand.
14608
14609 2000-10-03 Miles Bader <miles@gnu.org>
14610
14611 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
14612 buffer, since the echo area will now grow to accommodate them.
14613
14614 2000-10-02 Andre Spiegel <spiegel@gnu.org>
14615
14616 * vc-hooks.el (vc-registered): If FILE used to be registered under
14617 a certain backend, try that one first.
14618
14619 * vc.el (vc-responsible-backend): Undo the previous change in the
14620 argument list. Handle multiple backends correctly.
14621 (vc-find-new-backend): Function removed.
14622 (vc-register): Use vc-responsible-backend, as before.
14623 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
14624
14625 2000-10-02 Gerd Moellmann <gerd@gnu.org>
14626
14627 * startup.el (fancy-splash-head): Change message below the
14628 logo.
14629
14630 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
14631
14632 * diff-mode.el (diff-goto-source): Emit a status message.
14633 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
14634 (diff-test-hunk): Fix doc string.
14635 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
14636 (diff-advance-after-apply-hunk): New variable.
14637 (diff-apply-hunk): Don't return a value.
14638
14639 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
14640
14641 * vc.el (vc-editable-p): Minor optimization.
14642 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
14643 (vc-find-new-backend): New function split from vc-responsible-backend.
14644 (vc-register): Use it.
14645 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
14646 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
14647 (vc-default-unregister, vc-revert-buffer): Docstring fix.
14648 (vc-clear-headers): Don't use find-file.
14649 (vc-revert-buffer): Use `and' again (must have been a braino).
14650 (vc-switch-backend): Only prompt if requested.
14651 Short circuit if nothing is to be done.
14652 Don't use vc-resynch-buffer which could lose unsaved editing.
14653 (vc-default-receive-file): Update call to vc-unregister.
14654 (with-vc-file, vc-next-action-on-file):
14655 Use vc-backend rather than vc-registered.
14656 (vc-next-action-on-file): Use intern-soft.
14657 Deal with read-only *vc-diff* buffer.
14658 (vc-transfer-file): Docstring fix.
14659
14660 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
14661 (vc-rcs-receive-file): Avoid with-vc-properties.
14662 Update call to vc-unregister.
14663 Use constant `RCS' rather than (dynamically bound) var `backend'.
14664
14665 2000-10-01 Andre Spiegel <spiegel@gnu.org>
14666
14667 * vc.el (vc-next-action-on-file): Update mode line only if file
14668 is visited.
14669 (vc-start-entry): New argument initial-contents. Don't visit the file
14670 if it isn't already visited. Brought documentation up-to-date.
14671 (vc-next-action, vc-register): Updated calls to vc-start-entry.
14672 (vc-checkin): New optional arg initial-contents, which is passed to
14673 vc-start-entry.
14674 (vc-finish-logentry): Make sure to bury log buffer only if there
14675 really is one. Call `vc-resynch-buffer' on log-file, not
14676 buffer-file-name.
14677 (vc-default-comment-history, vc-default-wash-log): New functions.
14678 (vc-index-of): Removed.
14679 (vc-transfer-file): Make do without the above.
14680 (vc-default-receive-file): Call comment-history unconditionally. Pass
14681 the resulting string to vc-checkin, instead of inserting it into the
14682 comment ring.
14683
14684 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
14685 unconditionally. Use the comments as initial contents of the log
14686 entry buffer. Document the trick to force branch creation with no
14687 changes.
14688
14689 2000-10-01 Miles Bader <miles@gnu.org>
14690
14691 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
14692 `recenter' with an arg to prevent redrawing the display.
14693
14694 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
14695
14696 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
14697
14698 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
14699
14700 * progmodes/c-mode.el (c-mode):
14701 Don't gratuitously override the default for comment-column.
14702
14703 * textmodes/tex-mode.el (latex-metasection-list): New var.
14704 (latex-imenu-create-index): Use it.
14705 Move the regexp construction outside loops (and use push).
14706 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
14707 (tex-font-lock-keywords): Moved from font-lock.el.
14708 (tex-comment-indent): Remove.
14709 (tex-common-initialization): Don't set comment-indent-function.
14710 (latex-block-default): New var.
14711 (tex-latex-block): Use it to provide a default choice.
14712 Add any unknown choice to latex-block-names.
14713 Insert [...] after {...}.
14714 (tex-last-unended-begin): Simplify regexp.
14715 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
14716 (latex-forward-sexp-1, latex-forward-sexp): New functions.
14717 (latex-mode): Set forward-sexp-function.
14718
14719 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
14720 Add regexp for @ignore ... @end ignore.
14721 (texinfo-heading-face): New face.
14722 (texinfo-font-lock-keywords): Use it.
14723 (texinfo-mode-menu): New menu.
14724 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
14725 New functions.
14726 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
14727 (texinfo-section-types-regexp, texinfo-section-level-regexp)
14728 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
14729 Remove declaration.
14730 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
14731
14732 * delsel.el (delete-selection-mode): Use define-minor-mode.
14733
14734 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
14735
14736 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
14737
14738 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
14739
14740 2000-09-30 Gerd Moellmann <gerd@gnu.org>
14741
14742 * replace.el (keep-lines-read-args): New function.
14743 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
14744 read arguments interactively. Add parameters RSTART and REND.
14745 Operate on the active region in Transient Mark mode.
14746
14747 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
14748
14749 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
14750 (authors-obsolete-files-regexps): New variable.
14751 (authors-add): Don't record changes in obsolete files.
14752
14753 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
14754
14755 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
14756
14757 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
14758 (comment-indent): Make sure there's a space between code and comment.
14759 Shift comments left to avoid going past fill-column.
14760
14761 2000-09-29 Gerd Moellmann <gerd@gnu.org>
14762
14763 * startup.el (startup-echo-area-message): New function.
14764 (display-startup-echo-area-message): Use it.
14765 (fancy-splash-screens): Rewritten to use keymaps and a timer.
14766 (fancy-splash-default-action): New function.
14767 (fancy-splash-screens-1): New function.
14768 (fancy-splash-head): Put a help-echo and a keymap under the image.
14769
14770 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
14771
14772 * diff-mode.el (diff-add-log-file-name): Remove.
14773 (diff-mode): Use add-log-buffer-file-name-function.
14774
14775 * add-log.el (find-change-log): New arg BUFFER-FILE.
14776 (add-log-file-name): Obey add-log-file-name-function.
14777 (add-log-buffer-file-name-function): New var.
14778 (add-change-log-entry): Use it.
14779
14780 2000-09-29 Miles Bader <miles@gnu.org>
14781
14782 * image-file.el (image-file-name-extensions): New variable.
14783 (image-file-name-regexps): Renamed from `image-file-regexps'.
14784 New default value is nil. Call `auto-image-file-mode'.
14785 (image-file-name-regexp): New function.
14786 (auto-image-file-mode): New minor mode.
14787 (insert-image-file): Don't make conditional on the image-file
14788 handler being enabled.
14789 (image-file-handler): Make the call here conditional instead.
14790 (set-image-file-handler-enabled, enable-image-file-handler)
14791 (disable-image-file-handler): Functions removed.
14792
14793 * emacs-lisp/authors.el (authors-print): Rephrase many-files
14794 string.
14795
14796 2000-09-29 Gerd Moellmann <gerd@gnu.org>
14797
14798 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
14799 it's a function from CL.
14800 (latex-imenu-create-index): Replace eval-when-compile with progn
14801 because latex-section-alist is not bound while compiling.
14802
14803 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
14804
14805 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
14806 (outline-mode): Use define-derived-mode.
14807
14808 * progmodes/perl-mode.el (perl-mode):
14809 * progmodes/awk-mode.el (awk-mode):
14810 * progmodes/asm-mode.el (asm-mode):
14811 Don't gratuitously override the default for comment-column.
14812
14813 * emacs-lisp/lisp.el (lisp-complete-symbol):
14814 Distinguish the let-binding case from the funcall case.
14815 (forward-sexp-function): New variable.
14816 (forward-sexp): Use it.
14817
14818 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
14819 (easy-mmode-defmap): Remove the now useless autoload.
14820
14821 * time.el (display-time-mode): Use define-minor-mode.
14822
14823 * subr.el (add-minor-mode): Don't eval NAME.
14824 Don't depend on the presence of TOGGLE-FUN for any special behavior.
14825 Use if rather than cond.
14826
14827 * simple.el (read-expression-map): Define more properly.
14828 (comment-indent-hook): Remove.
14829 (string-to-syntax): Bug fix.
14830
14831 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
14832 (cvs-ediff-diff): Fix typo.
14833 (cvs-revert-if-needed): Don't bother preserving read-only.
14834
14835 * paren.el (show-paren-mode): Use define-minor-mode.
14836
14837 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
14838 (toggle-auto-compression): Remove.
14839 (jka-compr-build-file-regexp): Remove useless grouping.
14840
14841 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
14842 Avoid user-reserved bindings.
14843 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
14844 (diff-header-face): Revert to grey85.
14845
14846 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
14847
14848 * complete.el (partial-completion-mode) <defcustom>: Remove.
14849 (partial-completion-mode): Use define-minor-mode.
14850 (PC-do-completion): Understand `completion-auto-help = delay'
14851 to mean to popup the completion buffer only the second time.
14852 (PC-include-file-all-completions, PC-include-file-all-completions)
14853 (PC-include-file-all-completions): Don't quote lambda.
14854
14855 * comint.el (comint-mode-hook): Docstring fix.
14856 (comint-mode): Use define-derived-mode.
14857 (comint-mode-map): Remove obsolete comment.
14858 (make-comint): Minor stylistic change.
14859 (comint-insert-clicked-input): Be more careful to find the overlay.
14860 Use this-command-keys rather than hardcoding mouse-2.
14861
14862 * font-lock.el: Replace confusing (,@ with ,
14863 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
14864 Don't use regexp-opt-depth. Spice up the regexp for args.
14865 Don't distinguish between cmds that can take an opt arg or not.
14866 Use `append' and `prepend' rather than `keep'.
14867
14868 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
14869 (latex-outline-regexp): New var.
14870 (latex-outline-level): New fun.
14871 (latex-section-alist): New var.
14872 (latex-imenu-create-index): Use it. Use `push' as well.
14873 (tex-shell-map): Initialize it properly.
14874 (tex-mode): Minor stylistic change.
14875 (plain-tex-mode): Use define-derived-mode.
14876 (latex-mode): Use define-derived-mode.
14877 Construct the paragraph regexps in a more readable way.
14878 Set the buffer-local outline-{level,regexp} vars.
14879 (slitex-mode): Derive from latex-mode.
14880 (tex-common-initialization): Don't kill-all-vars anymore.
14881 Add setting for comment-add and font-lock-defaults.
14882 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
14883 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
14884 (tex-start-tex): New arg DIR (and send a chdir command for it).
14885 Also display the shell buffer and save it in tex-last-buffer-texed.
14886 (tex-region): Use expand-file-name rather than concat.
14887 Remove code made useless by changes in tex-start-tex.
14888 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
14889
14890 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
14891
14892 2000-09-28 Dave Love <fx@gnu.org>
14893
14894 * eshell/eshell.el (eshell) <defgroup>: Add :version.
14895
14896 2000-09-28 Gerd Moellmann <gerd@gnu.org>
14897
14898 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
14899 `append'.
14900
14901 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
14902
14903 * info.el (Info-extract-pointer): Undo last change.
14904 Instead, fix the position of the `bound' arg to re-search-backward.
14905
14906 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
14907
14908 * info.el (Info-extract-pointer):
14909 Widen more carefully, to avoid finding pointers in other nodes.
14910 (Info-index): Use push.
14911
14912 2000-09-27 Gerd Moellmann <gerd@gnu.org>
14913
14914 * frame.el (set-frame-font): Remove call to obsolete function
14915 frame-update-faces.
14916 (set-foreground-color, set-background-color): Likewise for
14917 frame-update-face-colors.
14918
14919 2000-09-27 Miles Bader <miles@gnu.org>
14920
14921 * image-file.el: New file.
14922
14923 2000-09-27 Gerd Moellmann <gerd@gnu.org>
14924
14925 * frame.el (frame-notice-user-settings): Don't call
14926 frame-update-faces, which is a no-op now.
14927
14928 * ediff-wind.el (ediff-control-frame-parameters): Add zero
14929 tool-bar-lines.
14930
14931 2000-09-27 Dave Love <fx@gnu.org>
14932
14933 * mouse.el: Fix last change.
14934
14935 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
14936
14937 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
14938
14939 2000-09-22 Kenichi Handa <handa@etl.go.jp>
14940
14941 * international/quail.el (quail-help): The output message is
14942 improved.
14943
14944 2000-09-26 Dave Love <fx@gnu.org>
14945
14946 * mouse.el (popup-menu): If POSITION is nil, set it using
14947 mouse-position.
14948
14949 2000-09-25 Sam Steingold <sds@gnu.org>
14950
14951 * net/browse-url.el (browse-url-file-url): Check for null maps.
14952
14953 2000-09-26 Gerd Moellmann <gerd@gnu.org>
14954
14955 * frame.el (frame-notice-user-settings): Don't add a
14956 tool-bar-lines frame parameter to default-frame-alist in batch mode.
14957
14958 * frame.el (frame-notice-user-settings):
14959 Make tool-bar-mode and default-frame-alist consistent.
14960
14961 * toolbar/tool-bar.el (tool-bar-help): New function.
14962
14963 2000-09-25 Gerd Moellmann <gerd@gnu.org>
14964
14965 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
14966 current-load-list in top-level forms. Else this leaks a cons cell
14967 every time a defun is called.
14968
14969 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
14970
14971 2000-09-25 Dave Love <fx@gnu.org>
14972
14973 * startup.el (fancy-splash-head): Check XPM is available.
14974
14975 * autoinsert.el (auto-insert): Doc fix.
14976 (auto-insert-alist): Following GNU notices, don't say `copyright
14977 _by_'. Use line-beginning-position.
14978 (auto-insert): Check buffer-file-name is non-nil before use.
14979
14980 2000-09-25 Gerd Moellmann <gerd@gnu.org>
14981
14982 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
14983 starting with `@def' or `@multitable', in addition to ones
14984 specified by the user in auto-fill-inhibit-regexp.
14985
14986 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
14987
14988 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
14989 rmail-dont-reply-to-names matches the empty string.
14990
14991 2000-09-25 Gerd Moellmann <gerd@gnu.org>
14992
14993 * startup.el (command-line-1, fancy-splash-text): Change the
14994 text to sound more friendly.
14995
14996 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
14997
14998 * progmodes/hideshow.el: Update author email address.
14999 Generally, sync w/ maintainer version 5.22.
15000 (hs-hide-all-non-comment-function): New var.
15001 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
15002 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
15003 (hs-show-region): Delete this command.
15004 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
15005
15006 2000-09-22 Dave Love <fx@gnu.org>
15007
15008 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
15009 (hl-line-highlight): Specify buffer when moving overlay.
15010
15011 * progmodes/fortran.el (fortran-mode): Locally set
15012 normal-auto-fill-function.
15013 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
15014 (fortran-mode-map): Adjust auto-fill menu entry.
15015
15016 2000-09-22 Gerd Moellmann <gerd@gnu.org>
15017
15018 * vc-rcs.el (toplevel): Require `vc' when compiling.
15019
15020 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
15021
15022 2000-09-22 Andre Spiegel <spiegel@gnu.org>
15023
15024 * vc.el (vc-switch-backend): Signal an error if the file is not
15025 registered under the new backend.
15026
15027 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
15028 without explicit revision number.
15029
15030 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
15031
15032 * diff-mode.el (diff-file-header-face): Reset to its previous value.
15033 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
15034 (diff-xor): New function.
15035 (diff-find-source-location): Use it. Fix a stupid name clash.
15036 (diff-hunk-status-msg): New function.
15037 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
15038 (diff-test-hunk): Use diff-find-source-location.
15039 (diff-goto-source): Favor the `reverse'.
15040 (diff-hunk-text): Properly handle one-sided context diffs.
15041 (diff-apply-hunk): When done, advance to the next hunk.
15042
15043 2000-09-21 Gerd Moellmann <gerd@gnu.org>
15044
15045 * startup.el (command-line): If frame was created with a non-zero
15046 tool-bar-lines parameter, switch tool-bar-mode on.
15047
15048 * add-log.el (change-log-date-face, change-log-name-face)
15049 (change-log-email-face, change-log-file-face)
15050 (change-log-list-face, change-log-conditionals-face)
15051 (change-log-function-face, change-log-acknowledgement-face):
15052 New faces, inheriting from font-lock faces.
15053 (change-log-font-lock-keywords): Use them.
15054
15055 2000-09-21 Dave Love <fx@gnu.org>
15056
15057 * progmodes/cperl-mode.el (top-level): Clean up
15058 `eval-when-compile's and assorted defvars.
15059 (cperl-invalid-face): Don't double-quote value. Change custom
15060 type.
15061 (cperl-mode): Set normal-auto-fill-function and don't zap
15062 auto-fill-function.
15063 (cperl-imenu--function-name-regexp-perl): Renamed from
15064 imenu-example--function-name-regexp-perl.
15065 (cperl-imenu--create-perl-index): Renamed from
15066 imenu-example--create-perl-index.
15067 (cperl-xsub-scan): Don't require cl.
15068
15069 * msb.el (msb-mode-map): Use substitute-key-definition.
15070 (msb-mode): Use msb-mode-map.
15071
15072 2000-09-21 Andre Spiegel <spiegel@gnu.org>
15073
15074 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
15075 New functions.
15076 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
15077 (vc-switch-backend): New function.
15078 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
15079 (vc-register): Fix prompt.
15080 (vc-unregister, vc-default-unregister): New functions.
15081 (vc-version-diff): Handle empty buffer in sentinel.
15082
15083 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
15084 (vc-rcs-state-heuristic): Use it to guess the state of files with
15085 non-strict locking.
15086 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
15087 been set with -b, but not created yet.
15088 (vc-rcs-fetch-master-state): With non-strict locking, compare file
15089 contents in order to find the state.
15090 (vc-rcs-checkin): Allow creation of branches with no changes.
15091 (vc-rcs-unregister, vc-rcs-receive-file)
15092 (vc-rcs-set-non-strict-locking): New functions.
15093
15094 * vc-hooks.el (vc-name): Force correct computation of the value
15095 in case it is missing.
15096
15097 2000-09-21 Gerd Moellmann <gerd@gnu.org>
15098
15099 * startup.el (fancy-splash-tail): Use a different foreground
15100 color on a dark frame background.
15101
15102 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
15103
15104 * info.el: Use the correct capitalization when making Info-mode
15105 and Info-edit-mode `special' modes.
15106
15107 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
15108
15109 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
15110 (diff-mode): Add support for add-log.el.
15111 (diff-hunk-text): Use char offsets rather than line offsets.
15112 (diff-find-source-location): Replace LINE with line-offset (nil
15113 if not found) and always set POS to a meaningful position.
15114 Adapt to the new char-offsets.
15115 (diff-apply-hunk): Drop support for the unused `select' POPUP.
15116 Adapt to the new diff-find-source-location.
15117 (diff-goto-source): Adapt to the new diff-find-source-location.
15118
15119 * add-log.el (add-log-file-name): New function (split out of
15120 add-change-log-entry).
15121 (add-change-log-entry): Use it.
15122 Call add-log-file-name-function with the changelog file name if
15123 the current buffer is not associated with any file.
15124 Avoid find-file if the selected window is dedicated.
15125
15126 * diff-mode.el (diff-find-source-location):
15127 Move code from diff-apply-hunk. Return buffer rather than file.
15128 (diff-apply-hunk): Use the new result from diff-find-source-location.
15129 (diff-goto-source): Use the new diff-find-source-location.
15130
15131 2000-09-20 Dave Love <fx@gnu.org>
15132
15133 * iswitchb.el: Some doc fixes.
15134 (iswitchb-mode-map): Define completely initially. Inherit
15135 minibuffer-local-map.
15136 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
15137 fundamental-mode.
15138 (iswitchb-global-map): New variable.
15139 (iswitchb-summaries-to-end): Amalgamate regexps.
15140 (iswitchb-mode): New.
15141 (iswitchb-mode-hook): New variable.
15142 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
15143 `extensions'.
15144
15145 2000-09-20 Gerd Moellmann <gerd@gnu.org>
15146
15147 * ehelp.el (electric-help): New defgroup.
15148 (electric-help-shrink-window): New user-option.
15149 (with-electric-help): Use it.
15150
15151 * window.el (shrink-window-if-larger-than-buffer): If face
15152 `mode-line' has a :box, and we're on a graphical frame, add 1
15153 to the needed window height.
15154
15155 * frame.el (frame-notice-user-settings): Add a last parameter nil
15156 to a call to `append', because the last list passed to `append' is
15157 not copied, and so subsequent calls to assq-delete-all will modify
15158 default-frame-alist.
15159
15160 * startup.el (fancy-splash-image): Change :type.
15161 (fancy-splash-head): Use an XBM image if appropriate.
15162 (command-line-1): Show splash screens in more cases.
15163
15164 * startup.el (fancy-splash-text): Don't quote faces.
15165
15166 * dired.el (dired-font-lock-keywords): Undo last change.
15167 (dired-readin): Bind indent-tabs-mode to nil.
15168
15169 * startup.el (fancy-splash-head): If frame's background mode
15170 is `dark', change the black background of the image to gray.
15171 (fancy-splash-screens): Display startup echo area message.
15172 (display-startup-echo-area-message): New function.
15173
15174 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
15175
15176 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
15177
15178 * info.el (info-header-node): Tweak for color ttys.
15179
15180 * faces.el (face-valid-attribute-values): Make sure directories we
15181 search for stipples both exist and are readable before trying to
15182 search them.
15183
15184 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
15185 in the dry-run case.
15186
15187 * jka-compr.el (with-auto-compression-mode): New macro.
15188
15189 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
15190 (custom-group-tag-face, custom-variable-tag-face): Use relative
15191 :height and inherit from `variable-pitch' face instead of
15192 hardwiring :family.
15193 * hi-lock.el (hi-black-hb): Likewise.
15194
15195 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
15196 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
15197 toolbar-add-item, if image doesn't have a mask add a `:mask
15198 heuristic'.
15199
15200 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
15201
15202 * diff-mode.el: Docstring fixes.
15203 (diff-header-face, diff-comment-face): New faces.
15204 (diff-font-lock-keywords): Highlight a bit differently.
15205 (diff-find-source-location): Don't return SPAN any more.
15206 (diff-hunk-text): Don't bother erasing the temp buffer.
15207 (diff-find-text): Drop argument LINE.
15208 (diff-apply-hunk): Update calls to diff-find-text.
15209 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
15210
15211 * calendar/calendar.el: Docstring fixes.
15212 (calendar-make-alist): Don't quote lambda.
15213 (calendar-star-date): Use make-local-variable.
15214
15215 2000-09-19 Dave Love <fx@gnu.org>
15216
15217 * toolbar/tool-bar.el: Renamed from toolbar.el.
15218 Change `toolbar' to `tool-bar' generally in symbols.
15219 Make some items invisible in `special' major modes.
15220 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
15221 Add arg PROPS.
15222
15223 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
15224 Add :version here.
15225 (fancy-splash-delay, fancy-splash-image): Remove :version here.
15226
15227 2000-09-19 Gerd Moellmann <gerd@gnu.org>
15228
15229 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
15230
15231 * files.el (find-file-suppress-same-file-warnings): New user-option.
15232 (find-file-noselect): Use it.
15233
15234 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
15235 (fancy-splash-screen): Defgroup.
15236
15237 * add-log.el (change-log-font-lock-keywords): Match names
15238 more exactly for the case that font-lock-constant-face is
15239 underlined.
15240
15241 2000-09-19 Richard M. Stallman <rms@gnu.org>
15242
15243 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
15244
15245 2000-09-19 Andre Spiegel <spiegel@gnu.org>
15246
15247 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
15248
15249 2000-09-19 Gerd Moellmann <gerd@gnu.org>
15250
15251 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
15252 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
15253 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
15254 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
15255 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
15256 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
15257 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
15258 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
15259 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
15260 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
15261 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
15262 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
15263
15264 * startup.el (fancy-splash-text): New variable.
15265 (fancy-splash-delay, fancy-splash-image): New user-options.
15266 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
15267 (fancy-splash-screens): New functions.
15268 (command-line-1): If display has a `display' frame parameter, has
15269 colors, and we have XPM support, show more fancy splash screens.
15270
15271 2000-09-19 Dave Love <fx@gnu.org>
15272
15273 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
15274 with null `help'. Use modern backquote syntax.
15275
15276 2000-09-19 Gerd Moellmann <gerd@gnu.org>
15277
15278 * font-lock.el (font-lock-mode): Change message telling the user
15279 that ``the buffer is too big''.
15280
15281 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
15282 for instance for the case that tab-width is 2.
15283
15284 2000-09-18 Gerd Moellmann <gerd@gnu.org>
15285
15286 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
15287 toolbar-add-item, if image doesn't have a mask add a `:mask
15288 heuristic'.
15289
15290 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
15291
15292 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
15293 and return a cons if it's non-nil.
15294 (diff-apply-hunk): Try to jump to the line in the source text
15295 corresponding to the position of point in the in the hunk.
15296
15297 * info.el (Info-title-3-face, Info-title-2-face)
15298 (Info-title-1-face): Use face inheritance and relative sizes
15299 instead of hard-wiring things.
15300
15301 * faces.el (secondary-selection): Make dark-background variant sane.
15302
15303 2000-09-16 Andrew Innes <andrewi@gnu.org>
15304
15305 * makefile.w32-in (compile-files-CMD): No need to make .elc files
15306 read-only, since they aren't under VC now.
15307
15308 2000-09-17 Dave Love <fx@gnu.org>
15309
15310 * tmm.el: Replace mapcar with mapc in several places.
15311
15312 * loadhist.el (unload-feature): Maybe call elp-restore-list and
15313 ad-unadvise.
15314
15315 * international/latin1-disp.el: New file.
15316
15317 * calendar/cal-move.el (scroll-calendar-left)
15318 (scroll-calendar-right): Make arg optional (for active mode line).
15319
15320 * calendar/calendar.el (calendar-mode-line-format): Make fields
15321 mouse-sensitive.
15322 (calendar-read-date, calendar-read-date, calendar-window-list):
15323 Unquote lambda.
15324 (calendar-month-name): Use aref, not sref.
15325
15326 * view.el (minor-mode-alist): Propertize the string.
15327
15328 * international/characters.el (standard-case-table): Add entries
15329 for Greek.
15330
15331 2000-09-18 Miles Bader <miles@gnu.org>
15332
15333 * info.el (info-node, info-xref): Add dark-background variants.
15334
15335 * faces.el (header-line): Change defaults to be less confusing
15336 when mixed with mode-lines.
15337
15338 * info.el (Info-fontify-node): Make a few cleanups.
15339 Add extra `help-echo' and `local-map' props to node xrefs.
15340 Use header-specific faces for node-names & xrefs.
15341 (Info-use-header-line): New variable.
15342 (info-header-xref, info-header-node): New faces.
15343 (Info-setup-header-line): New function.
15344 (Info-select-node): Call Info-setup-header-line when enabled.
15345 (Info-extract-pointer): Work even if the header line is hidden.
15346 (Info-header-line): New variable.
15347
15348 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
15349
15350 * vms-patch.el (print-region-function): Don't quote lambda.
15351
15352 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
15353
15354 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
15355 (lm-get-header-re): Allow spaces between the header and the colon.
15356 (lm-header): Allow $ in non-RCS headers.
15357 (lm-header-multiline): Put the strings back into order.
15358 Stop at an empty line. Don't require two space chars if the
15359 line is clearly not another header line.
15360
15361 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
15362 (popup-menu-popup): Remove.
15363
15364 2000-09-15 Gerd Moellmann <gerd@gnu.org>
15365
15366 * toolbar/toolbar.el (toolbar-add-item): Use the same image
15367 specification if or if not tool-bar item contains an `:enabled'
15368 property.
15369
15370 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
15371 current buffer has no file name.
15372
15373 2000-09-15 Dave Love <fx@gnu.org>
15374
15375 * strokes.el: Sync with maintainer's current version with changes
15376 for Emacs, but avoid runtime cl and levents.
15377 (toplevel): Change autoloads and compilation requires.
15378 (strokes-version, strokes-bug-address, strokes-lift): Values
15379 changed.
15380 (strokes-xpm-header, strokes-insinuated): New variable.
15381 (strokes): Add :link.
15382 (strokes-mode): Customized.
15383 (strokes-while-inhibiting-garbage-collector): New macro.
15384 (strokes-remassoc): Avoid remove-if.
15385 (strokes-fix-button2-command): Don't use ad-do-it.
15386 (strokes-insinuate): New function.
15387 (strokes-button-press-event-p, strokes-button-release-event-p):
15388 New functions, used instead of non-`strokes-' versions..
15389 (strokes-mouse-event-p): Rewritten.
15390 (strokes-event-closest-point): Avoid event-point.
15391 (strokes-get-grid-position): Avoid cdadr, caadr
15392 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
15393 functions.
15394 (strokes-help): Use with-output-to-temp-buffer.
15395 (strokes-window-configuration-changed-p): New function.
15396 (strokes-update-window-configuration): Use buffer-live-p,
15397 strokes-window-configuration-changed-p.
15398 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
15399 (strokes-char-face): New face.
15400 (strokes-char-table, strokes-base64-chars): New variable.
15401 (strokes-xpm-for-stroke, strokes-list-strokes)
15402 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
15403 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
15404 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
15405 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
15406 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
15407 functions.
15408
15409 2000-09-15 Gerd Moellmann <gerd@gnu.org>
15410
15411 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
15412
15413 * image.el (create-image): Doc fix.
15414
15415 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
15416 instead of `:heuristic-mask t'.
15417
15418 2000-09-14 Andrew Innes <andrewi@gnu.org>
15419
15420 * makefile.w32-in: Revert to Unix line endings.
15421
15422 2000-09-14 Andrew Innes <andrewi@gnu.org>
15423
15424 * makefile.w32-in: Add bootstrap support. Also copy lisp source
15425 when installing.
15426
15427 * makefile.nt (DONTCOMPILE): Fix typo.
15428
15429 * shell.el (shell-write-history-on-exit): New function.
15430 (shell-dumb-shell-regexp): New custom variable.
15431 (shell-mode): Make shell-write-history-on-exit the process
15432 sentinel if shell name matches shell-dumb-shell-regexp.
15433
15434 * w32-fns.el: Comment out before-init-hook function which resets
15435 source-directory based; this breaks bootstrap.
15436
15437 2000-09-14 Dave Love <fx@gnu.org>
15438
15439 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
15440 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
15441 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
15442 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
15443 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
15444 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
15445 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
15446 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
15447 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
15448
15449 * toolbar/toolbar.el: New.
15450
15451 * subdirs.el: Add toolbar.
15452
15453 2000-09-14 Gerd Moellmann <gerd@gnu.org>
15454
15455 * indent.el (indent-for-tab-command): Doc fix.
15456
15457 2000-09-14 Alex Schroeder <alex@gnu.org>
15458
15459 * ansi-color.el (ansi-colors): Doc change.
15460 (ansi-color-get-face): Simplified regexp.
15461 (ansi-color-faces-vector): Added more faces, doc change.
15462 (ansi-color-names-vector): Doc change.
15463 (ansi-color-regexp): Simplified regexp.
15464 (ansi-color-parameter-regexp): New regexp.
15465 (ansi-color-filter-apply): Doc change.
15466 (ansi-color-filter-region): Doc change.
15467 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
15468 deal with zero length parameters.
15469 (ansi-color-apply-on-region): Doc change.
15470 (ansi-color-map): Doc change.
15471 (ansi-color-map-update): Removed debugging message.
15472 (ansi-color-get-face-1): Added condition-case to trap
15473 args-out-of-range errors.
15474 (ansi-color-get-face): Doc change.
15475 (ansi-color-make-face): Removed.
15476 (ansi-color-for-shell-mode): New option.
15477
15478 2000-09-13 Kenichi Handa <handa@etl.go.jp>
15479
15480 * international/quail.el (quail-start-translation): Translate KEY
15481 if necessary even if it doesn't have any mapping in the current
15482 input method.
15483 (quail-start-conversion): Likewise.
15484 (quail-help): The output message is improved.
15485
15486 2000-09-13 Miles Bader <miles@gnu.org>
15487
15488 * comint.el (comint-output-filter): Revert to using
15489 `insert-before-markers'. Add bletcherous hack to undo damage
15490 caused by `insert-before-markers'. Put `front-sticky' property on
15491 overlays created here so that the field code understands how the
15492 overlay works. Use a let when making comint-last-prompt-overlay,
15493 so that the code is easier to read.
15494
15495 2000-09-13 Dave Love <fx@gnu.org>
15496
15497 * wid-edit.el (widget-default-format-handler): DTRT when
15498 doc-property is a function.
15499
15500 2000-09-12 Francesco Potorti` <pot@gnu.org>
15501
15502 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
15503 filed name if it's not there.
15504
15505 2000-09-12 Dave Love <fx@gnu.org>
15506
15507 * simple.el (read-mail-command): Doc fix.
15508 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
15509
15510 * vc.el (vc-dired-listing-switches): Fix :version.
15511
15512 * vc-hooks.el: Doc fixes.
15513
15514 * subr.el (add-minor-mode): Use toggle-fun arg.
15515
15516 * speedbar.el: Add :version to several defcustoms.
15517
15518 * imenu.el (imenu--truncate-items, imenu--cleanup)
15519 (imenu--generic-function): Avoid mapcar.
15520 (imenu--replace-spaces): Function removed.
15521 (imenu--completion-buffer): Use subst-char-in-string.
15522 (imenu-add-to-menubar): Use keymap inheritance.
15523
15524 2000-09-12 Miles Bader <miles@gnu.org>
15525
15526 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
15527 (diff-mode-map): Bind `diff-test-hunk'.
15528 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
15529
15530 2000-09-11 Gerd Moellmann <gerd@gnu.org>
15531
15532 * bytecomp.el (byte-compile-defvar): Undo last change
15533 because it breaks '(make-variable-buffer-local (defvar ...)'
15534 which is used at least in dired.
15535
15536 2000-09-12 Kenichi Handa <handa@etl.go.jp>
15537
15538 * international/quail.el (quail-define-package): Docstring
15539 modified.
15540
15541 2000-09-12 Kenichi Handa <handa@etl.go.jp>
15542
15543 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
15544 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
15545 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
15546 docstring of "chinese-py".
15547
15548 * international/quail.el (quail-translation-docstring): New
15549 variable.
15550 (quail-show-keyboard-layout): Docstring modified.
15551 (quail-select-current): Likewise.
15552 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
15553 infinite recursive call.
15554 (quail-help): Check quail-translation-docstring. Format of the
15555 output changed.
15556 (quail-help-insert-keymap-description): Adjusted for the above
15557 change.
15558
15559 2000-09-11 Gerd Moellmann <gerd@gnu.org>
15560
15561 * bytecomp.el (byte-compile-defvar): Only cons onto
15562 current-load-list in top-level forms. Else this leaks a cons cell
15563 every time a defun is called.
15564
15565 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
15566
15567 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
15568 Now understands non-unified diffs. Some functionality moved into
15569 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
15570 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
15571 modify anything. Only reposition point in the patched file if the
15572 patch succeeds. Only pop up another window if POPUP is true.
15573 Emit a message describing what happened if successful, and at what
15574 line-offset. Automatically detect reversed hunks and do something
15575 appropriate.
15576 (diff-hunk-text, diff-find-text): New functions.
15577 (diff-filter-lines): Function removed.
15578 (diff-test-hunk): New function.
15579 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
15580
15581 2000-09-10 Dave Love <fx@gnu.org>
15582
15583 * textmodes/tildify.el: Minor doc/commentary fixes.
15584 (tildify) <defgroup>: Add :version.
15585
15586 * faces.el (face-x-resources): Make custom type more specific.
15587 (frame-background-mode): Use mapc.
15588 (region) <defcustom>: Add :version.
15589
15590 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
15591
15592 * vc-sccs.el (vc-sccs-register):
15593 * vc-rcs.el (vc-rcs-register):
15594 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
15595 * vc.el (vc-register): Clear file's properties.
15596
15597 2000-09-08 Gerd Moellmann <gerd@gnu.org>
15598
15599 * faces.el (face-spec-set): Only face-spec-reset-face when
15600 ATTRS is non-nil.
15601
15602 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
15603
15604 * help.el (help-insert-xref-button): Fix a typo in doc string.
15605
15606 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
15607
15608 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
15609 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
15610 methods.
15611
15612 * menu-bar.el (read-mail-item-name): New function.
15613 (menu-bar-tools-menu): Use it to compute and display the package
15614 used to read email.
15615 (menu-bar-tools-menu): Fix typo in GUD's help string.
15616
15617 2000-09-07 Dave Love <fx@gnu.org>
15618
15619 * diff-mode.el (diff-mouse-goto-source): New function.
15620
15621 * vc-sccs.el: Doc fixes.
15622 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
15623
15624 * vc-rcs.el: Doc fixes.
15625 (vc-rcs-register-switches, vc-rcs-checkin-switches)
15626 (vc-rcs-checkout-switches, vc-rcs-header)
15627 (vc-rcs-master-templates): Add or change :version.
15628
15629 * vc-cvs.el: Doc fixes.
15630 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
15631 (vc-cvs-stay-local): Add :version.
15632
15633 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
15634
15635 2000-09-07 Kenichi Handa <handa@etl.go.jp>
15636
15637 * international/quail.el (quail-help): Fix previous change.
15638
15639 2000-09-07 Gerd Moellmann <gerd@gnu.org>
15640
15641 * faces.el (color-values): Doc fix.
15642
15643 * faces.el (frame-set-background-mode): Use frame-parameter
15644 instead of frame-parameters.
15645
15646 * frame.el (filtered-frame-list): Reduce consing.
15647 (frames-on-display-list): Call frame-parameter instead of
15648 frame-parameters.
15649
15650 2000-09-07 Kenichi Handa <handa@etl.go.jp>
15651
15652 * language/devan-util.el (devanagari-to-indian-region): In the
15653 loop, change the following char, not preceding char.
15654
15655 2000-09-07 Gerd Moellmann <gerd@gnu.org>
15656
15657 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
15658 instead of frame-parameters.
15659
15660 * faces.el (set-face-attribute): Simplify by calling
15661 internal-set-lisp-face-attribute with FRAME being 0.
15662
15663 * vc.el: Remove `Id' version control keyword.
15664
15665 2000-09-07 Kenichi Handa <handa@etl.go.jp>
15666
15667 * help.el (help-make-xrefs): Adjusted for the change of
15668 help-xref-mule-regexp.
15669 (help-insert-xref-button): New function.
15670
15671 * international/mule-cmds.el (help-xref-mule-regexp-template):
15672 Include the pattern for character set.
15673 (leim): New group.
15674
15675 * international/quail.el: Don't require face.
15676 (quail): New group.
15677 (quail-other-command): Dummy command to make quail-help work better.
15678 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
15679 (quail-keyboard-layout-substitution): New variable.
15680 (quail-update-keyboard-layout): New function.
15681 (quail-keyboard-layout-type): New customizable variable.
15682 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
15683 (quail-keyboard-translate): Pay attention to
15684 quail-keyboard-layout-substitution.
15685 (quail-insert-kbd-layout): New function.
15686 (quail-show-keyboard-layout): New function.
15687 (quail-get-translation): If the definition is a vector of length
15688 1, and the element is a string of length 1, return the character
15689 in that string.
15690 (quail-update-current-translations): Fix the case of
15691 relative-index out of range.
15692 (quail-build-decode-map, quail-insert-decode-map): New Functions.
15693 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
15694 Show key sequences for all available characters.
15695 (quail-help-insert-keymap-description): Don't show such verbose
15696 key bindings as quail-self-insert-command.
15697
15698 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
15699 Format changed, and each element now have extra documentations.
15700 (tit-process-header): Delete invalid characters from TIT-PROMPT.
15701 Adjusted for the change of quail-cxterm-package-ext-info.
15702
15703 2000-09-06 Gerd Moellmann <gerd@gnu.org>
15704
15705 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
15706 requiring it leads to a recursive loading of vc.el and vc-hooks.el
15707 during bootstrap.
15708
15709 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
15710
15711 * vc.el: (toplevel): Don't require `dired' at run-time.
15712 (vc-dired-resynch-file): Remove autoload cookie.
15713
15714 2000-09-05 Andre Spiegel <spiegel@gnu.org>
15715
15716 * vc.el: Made several backend functions optional.
15717 (vc-default-responsible-p): New function.
15718 (vc-merge): Use RET for first version to trigger merge-news, not
15719 prefix arg.
15720 (vc-annotate): Handle backends that do not support annotation.
15721 (vc-default-merge-news): Removed. The existence of a merge-news
15722 implementation is now checked on caller sites.
15723
15724 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
15725 case.
15726
15727 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
15728 special case that has been removed from the default in vc-hooks.el.
15729
15730 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
15731
15732 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
15733
15734 2000-09-05 Andre Spiegel <spiegel@gnu.org>
15735
15736 * vc-hooks.el: Require vc during compilation.
15737 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
15738 macro `with-vc-properties' in vc.el.
15739 (vc-file-getprop): Doc fix.
15740 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
15741
15742 * vc.el: Require dired-aux during compilation.
15743 (vc-name-assoc-file): Moved to vc-sccs.el.
15744 (with-vc-properties): New macro.
15745 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
15746 vc-finish-steal): Use it.
15747 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
15748 to the backend-specific function is now supposed to do the checkout,
15749 too.
15750 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
15751
15752 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
15753 set file properties; that gets done in the generic code now.
15754
15755 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
15756 Changed parameter list, added code from vc.el that does the
15757 checkout, possibly with a double-take.
15758
15759 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
15760 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
15761 the above under the new name.
15762 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
15763 parameter list, added checkout command.
15764 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
15765 properties; that gets done in the generic code now.
15766
15767 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
15768
15769 * vc.el: Docstring fixes (courtesy of checkdoc).
15770
15771 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
15772
15773 * vc.el (vc-checkout-writable-buffer-hook)
15774 (vc-checkout-writable-buffer): Remove.
15775 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
15776 (vc-log-mode): Make it into a clean derived major mode.
15777 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
15778 vc-log-mode if log-edit is not available.
15779 (vc-dired-mode-map): Don't set-keymap-parent yet.
15780 (vc-dired-mode): Do set-keymap-parent here.
15781 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
15782
15783 2000-09-05 Gerd Moellmann <gerd@gnu.org>
15784
15785 * faces.el (set-face-attribute, face-spec-reset-face)
15786 (face-spec-set): Avoid consing by removing calls to `apply'.
15787
15788 * frame.el (frame-parameter): Move to C code.
15789
15790 2000-09-05 Dave Love <fx@gnu.org>
15791
15792 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
15793 insert-before-markers-and-inherit. Now checked systematically!
15794
15795 2000-09-05 Alex Schroeder <alex@gnu.org>
15796
15797 * sql.el (sql-postgres): Use sql-postgres-options.
15798 (sql-postgres-options): New variable.
15799
15800 2000-09-05 Alex Schroeder <alex@gnu.org>
15801
15802 * sql.el (sql-mode-menu): Work around missing variable mark-active
15803 in XEmacs.
15804 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
15805 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
15806 compatibility.
15807
15808 2000-09-04 Gerd Moellmann <gerd@gnu.org>
15809
15810 * vc.el (vc-dired-resynch-file): Add autoload cookie.
15811
15812 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
15813
15814 * Makefile.in (DONTCOMPILE): Fix typo in file name.
15815
15816 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15817
15818 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
15819 don't support anything else under SCCS yet.
15820
15821 * vc-hooks.el: Minor doc fixes.
15822
15823 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15824
15825 * vc.el (vc-next-action-on-file): Do not visit the file if it's
15826 not necessary. If verbose in state `needs-patch', do the same as
15827 under `up-to-date'. When NOT verbose and `needs-patch', check out
15828 latest version instead of `merge-news'.
15829 (vc-next-action-dired): Don't mess with default-directory here; it
15830 breaks other parts of dired. It is the job of the
15831 backend-specific functions to adjust it temporarily if they need it.
15832 (vc-next-action): Remove a special CVS case.
15833 (vc-clear-headers): New optional arg FILE.
15834 (vc-checkin, vc-checkout): Set properties vc-state and
15835 vc-checkout-time properly.
15836 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
15837 (vc-print-log): Use new backend function `show-log-entry'.
15838 (vc-cancel-version): Do the checks in a different order. Added a
15839 FIXME concerning RCS-only code.
15840
15841 * vc-rcs.el (vc-rcs-show-log-entry): New function.
15842 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
15843
15844 * vc-cvs.el (vc-cvs-show-log-entry): New function.
15845
15846 * vc-hooks.el (vc-default-mode-line-string): Show state
15847 `needs-patch' as a `-' too.
15848
15849 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15850
15851 * vc.el (vc-responsible-backend): New optional arg REGISTER.
15852 (vc-default-could-register): New function.
15853 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
15854 (vc-resynch-buffer): Call vc-dired-resynch-file.
15855 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
15856 vc-resynch-buffer instead of vc-resynch-window.
15857 (vc-next-action-dired): Don't redisplay here, that gets done as a
15858 result of the individual file operations.
15859 (vc-retrieve-snapshot): Corrected prompt order.
15860
15861 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
15862
15863 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
15864 as well.
15865 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
15866 hostname regexps. Updated all callers.
15867 (vc-cvs-responsible-p): Handle directories as well.
15868 (vc-cvs-could-register): New function.
15869 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
15870 properties up-to-date.
15871
15872 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
15873 user whether to create one.
15874
15875 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15876
15877 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
15878 check out a non-existing file.
15879
15880 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
15881 workfile does not exist.
15882
15883 * vc.el (vc-version-diff): Use `require' to check for existence of
15884 diff-mode.
15885
15886 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15887
15888 * vc-cvs.el (vc-cvs-registered): Use new function
15889 vc-cvs-parse-entry to do the actual work.
15890
15891 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15892
15893 * vc-hooks.el (vc-find-backend-function): If function doesn't
15894 exist, return nil instead of error.
15895 (vc-call-backend): Doc fix.
15896
15897 * vc.el (vc-do-command): Doc fix.
15898 (vc-finish-logentry): When checking in from vc-dired, choose the
15899 right backend for logentry check.
15900 (vc-dired-mode-map): Inherit from dired-mode-map.
15901 (vc-dired-mode): Local value of dired-move-to-filename-regexp
15902 simplified.
15903 (vc-dired-state-info): Removed, updated caller.
15904 (vc-default-dired-state-info): Use parentheses instead of hyphens.
15905 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
15906 (vc-dired-listing-switches): New variable.
15907 (vc-directory): Use it, instead of dired-listing-switches.
15908
15909 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
15910 (vc-cvs-dir-state): New function.
15911 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
15912 (vc-cvs-parse-entry): New function, also to be used in
15913 vc-cvs-registered.
15914
15915 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15916
15917 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
15918 *or* single-window-frames.
15919
15920 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15921
15922 * vc.el (vc-update-changelog): Split into generic part and default
15923 implementation. Doc string adapted.
15924 (vc-default-update-changelog): New function. Call the `rcs2log'
15925 script in exec-directory, to fix a long-standing nuisance.
15926
15927 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
15928 simply signals an error.
15929
15930 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15931
15932 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
15933 control-flow more clear and to avoid running `cvs' twice.
15934
15935 * vc.el (vc-next-action-on-file): Doc fix.
15936 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
15937 (vc-print-log): Eval `file' before constructing the continuation.
15938
15939 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15940
15941 * vc.el (vc-next-action-on-file): Corrected several messages.
15942 (vc-merge): Add prefix arg `merge-news'; handle it.
15943
15944 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
15945 is not reached. It is.
15946 (vc-cvs-merge): Set state to 'edited after merge.
15947 (vc-cvs-merge-news): Set workfile version to nil if not known.
15948 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
15949
15950 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
15951 via stdout. (Merge from main line.)
15952
15953 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15954
15955 * vc.el (vc-finish-logentry): Thinko in the "same comment"
15956 detection.
15957
15958 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15959
15960 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
15961 against kill-all-local-variables.
15962 (vc-log-edit): Don't save vc-parent-buffer any more.
15963 (vc-last-comment-match): Initialize to an empty string.
15964 (vc-post-command-functions): New hook.
15965 (vc-do-command): Run it.
15966 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
15967 (vc-finish-logentry): Only add the comment to the ring if it's
15968 different from the last comment entered.
15969 (vc-new-comment-index): New function.
15970 (vc-previous-comment): Use it. Make the minibuffer message
15971 slightly less terse.
15972 (vc-comment-search-reverse): Make it work forward as well. Don't
15973 set vc-comment-ring-index if no match is found. Use
15974 vc-new-comment-index.
15975 (vc-comment-search-forward): Use vc-comment-search-reverse.
15976 (vc-dired-mode-map): Don't inherit from dired-mode-map since
15977 define-derived-mode will do it for us. Bind `v' to a keymap that
15978 inherits from vc-prefix-map so that we can bind `vt' without
15979 binding C-x v t.
15980 (vc-retrieve-snapshot): Parenthesis typo.
15981
15982 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
15983 to 1. Make sure to switch to *vc* before looking for an error
15984 message. Use vc-parse-buffer.
15985
15986 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15987
15988 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
15989 and NAME.
15990 (vc-retrieve-snapshot): Split into two parts.
15991 (vc-default-retrieve-snapshot): New function.
15992
15993 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
15994 (vc-cvs-retrieve-snapshot): New function (untested).
15995 (vc-cvs-stay-local): Default to t.
15996 (vc-cvs-remote-p): New function and property.
15997 (vc-cvs-state): Stay local only if the above is t.
15998 (vc-handle-cvs): Removed.
15999 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
16000 done via vc-handled-backends now.
16001 (vc-cvs-header): Escape Id.
16002
16003 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16004
16005 * vc.el (vc-do-command): Remove unused commands.
16006 (vc-version-diff): Make sure default-directory ends with a slash.
16007 Move the window commands into a vc-exec-after.
16008 (vc-print-log): Move more of the code into the `vc-exec-after'.
16009
16010 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16011
16012 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
16013 (vc-print-log): Search current revision from beginning of buffer.
16014 (vc-revert-buffer): Clear echo area after the diff is finished.
16015 (vc-prefix-map): Removed definition of "t" for terse display in vc
16016 dired.
16017 (vc-dired-mode-map): Inherit from dired-mode-map. Added
16018 definition of "vt" for terse display.
16019 (vc-dired-mode): Fix dired-move-to-filename-regexp.
16020
16021 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16022
16023 * vc.el (vc-exec-after): Avoid caddr.
16024
16025 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16026
16027 * vc.el (vc-exec-after): New function.
16028 (vc-do-command): Use it to add a termination message for async
16029 procs.
16030 (vc-checkout): Try to handle a missing-backend situation.
16031 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
16032 of a directory with a backend using async diffs.
16033 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
16034 present.
16035
16036 * vc-sccs.el (vc-sccs-state-heuristic): Use
16037 file-ownership-preserved-p.
16038
16039 * vc-rcs.el (vc-rcs-state-heuristic): Use
16040 file-ownership-preserved-p.
16041 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
16042
16043 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16044
16045 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
16046 vc-do-command.
16047
16048 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
16049 when there are no changes.
16050
16051 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16052
16053 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
16054
16055 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
16056
16057 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16058
16059 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
16060
16061 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
16062 the `fset' outside of the defvar so that it works even if
16063 vc-prefix-map was already defined.
16064 (vc-setup-buffer): New function, split out of vc-do-command.
16065 (vc-do-command): Allow BUFFER to be t to mean `just use the
16066 current buffer without any fuss'.
16067 (vc-version-diff): Change the `diff' backend operation to just put
16068 the diff in the current buffer without erasing it. Always use
16069 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
16070 shrink-window-if-larger-than-buffer.
16071 (vc-print-log): Change the `print-log' backend operation to just
16072 put the log in the current buffer without erasing it. Protect
16073 shrink-window-if-larger-than-buffer.
16074 (vc-update-change-log): Fix setd typo.
16075
16076 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
16077 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
16078
16079 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
16080 (vc-rcs-diff): Insert in the current buffer and remove unused arg
16081 CMP.
16082
16083 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
16084 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
16085 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
16086
16087 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16088
16089 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
16090 not possible, use vc-BACKEND-workfile-unchanged-p.
16091 (vc-default-workfile-unchanged-p): New function. Delegates to a
16092 full vc-BACKEND-diff.
16093
16094 * vc-hooks.el (vc-simple-command): Removed.
16095
16096 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
16097 instead of vc-simple-command.
16098 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
16099 avoid doing a diff when opening a file.
16100 (vc-rcs-state): Added check for unlocked-changes.
16101 (vc-rcs-header): Escape Id.
16102 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
16103 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
16104 version.
16105
16106 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
16107 (vc-sccs-diff): Remove optional arg CMP.
16108 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
16109 SCCS-specific function.
16110
16111 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
16112 vc-simple-command.
16113
16114 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16115
16116 * vc.el (vc-editable-p): Renamed from vc-writable-p.
16117 (with-vc-file, vc-merge): Use vc-editable-p.
16118 (vc-do-command): Remove unused var vc-file and fix the
16119 doubly-defined `status' var. Add a user message when starting an
16120 async command.
16121 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
16122 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
16123 Use with-current-buffer.
16124 (vc-buffer-sync): Use unless.
16125 (vc-next-action-on-file): If the file is 'edited by read-only,
16126 make it read-write instead of trying to commit.
16127 (vc-version-diff, vc-update-change-log): Use `setq
16128 default-directory' rather than `cd'.
16129 (vc-log-edit): Don't forget to set default-directory in the
16130 buffer.
16131
16132 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
16133 (vc-sccs-state-heuristic): Use file-writable-p instead of
16134 comparing userids.
16135 (vc-sccs-checkout): Use `unless'.
16136
16137 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
16138 of comparing userids.
16139 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
16140 Simplify the logic by eliminating unreachable code.
16141 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
16142 just do a recursive call if we need to retry.
16143 (vc-rcs-checkout): Handle the case where rcs is missing by making
16144 the buffer read-write if requested and re-signalling the error.
16145
16146 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
16147
16148 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16149
16150 * vc-hooks.el (vc-handled-backends): Docstring change.
16151 (vc-ignore-vc-files): Mark obsolete.
16152 (vc-registered): Check vc-ignore-vc-files.
16153 (vc-find-file-hook, vc-file-not-found-hook): Don't check
16154 vc-ignore-vc-files.
16155
16156 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
16157
16158 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16159
16160 * vc.el (vc-checkout): Don't do anything special for ange-ftp
16161 files since ange-ftp already has vc-registered return nil.
16162
16163 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
16164 (vc-sccs-workfile-version): Use with-temp-buffer and new
16165 vc-parse-buffer and don't bother setting the property.
16166 (vc-sccs-add-triple): Use with-current-buffer and
16167 find-file-noselect.
16168 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
16169
16170 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
16171 derives from the old vc-parse-buffer but uses the revision number
16172 rather than the date (much easier to compare robustly).
16173 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
16174 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
16175 locking-user more directly. Check strict locking and set
16176 checkout-model appropriately.
16177 (vc-rcs-parse-locks): Remove.
16178 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
16179 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
16180 (vc-rcs-system-release): Use with-current-buffer and
16181 vc-parse-buffer.
16182 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
16183
16184 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
16185 (vc-simple-command): Docstring fix.
16186 (vc-registered): Align the way the file-handler is called with the
16187 way the function itself works.
16188 (vc-file-owner): Remove.
16189
16190 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
16191 extraction of fields and call to file-attributes because of a
16192 temporary bug in rcp.el.
16193 (vc-cvs-fetch-status): Use with-current-buffer.
16194
16195 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16196
16197 * vc.el (vc-do-command): Use file-relative-name.
16198 (vc-responsible-backend): Use vc-backend if possible.
16199 (vc-create-snapshot): Improve the `interactive' spec. Add support
16200 for branches and dispatch to backend-specific `create-snapshot'.
16201 (vc-default-create-snapshot): New function, containing the bulk of
16202 the old vc-create-snapshot.
16203 (vc-retrieve-snapshot): Improve the interactive spec.
16204
16205 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
16206 (vc-backend-hook-functions): Remove.
16207 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
16208 (vc-backend): Reintroduce the test for `file = nil' now that I
16209 know why it was there (and added a comment to better remember).
16210
16211 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
16212 code from vc-sccs-hooks.el.
16213 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
16214 'vc anymore.
16215 (vc-sccs-responsible-p): Use expand-file-name instead of concat
16216 and file-directory-p instead of file-exists-p.
16217 (vc-sccs-check-headers): Simplify the regexp.
16218
16219 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
16220 from vc-rcs-hooks.el. Don't require 'vc anymore.
16221 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
16222 file-directory-p instead of file-exists-p.
16223
16224 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
16225 from vc-cvs-hooks.el.
16226 (proto vc-cvs-registered): Require 'vc-cvs instead of
16227 'vc-cvs-hooks. Don't require 'vc anymore.
16228 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
16229 file-directory-p instead of file-exists-p.
16230 (vc-cvs-create-snapshot): New function, replacing
16231 vc-cvs-assign-name.
16232 (vc-cvs-assign-name): Remove.
16233
16234 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16235
16236 * vc-cvs.el (vc-cvs-header): New var.
16237
16238 * vc-rcs.el (vc-rcs-exists): Remove.
16239 (vc-rcs-header): New var.
16240
16241 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
16242 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
16243 (vc-sccs-header): New var.
16244
16245 * vc.el (vc-do-command): Get rid of the `last' argument.
16246 (vc-header-alist): Remove, replaced by vc-X-header.
16247 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
16248 (vc-dired-hook): Use expand-file-name instead of concat.
16249 (vc-directory): Use file-name-as-directory.
16250 (vc-snapshot-precondition, vc-create-snapshot)
16251 (vc-retrieve-snapshot): Allow the command to operate on any
16252 directory.
16253
16254 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
16255 just removing the 'WORKFILE argument or by removing the 'MASTER
16256 argument and replacing `file' with (vc-name file).
16257
16258 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16259
16260 * vc.el: Update Copyright and add a crude list of backend funs.
16261 (vc-writable-p): New function.
16262 (with-vc-file): Use vc-writable-p.
16263 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
16264 (vc-register): Avoid vc-name.
16265 (vc-locking-user): Remove.
16266 (vc-steal-lock): Make the `owner' arg non-optional.
16267 (vc-merge): Use vc-writable-p instead of vc-locking-user and
16268 vc-checkout-model.
16269 (vc-default-dired-state-info): Use vc-state instead of
16270 vc-locking-user and return special strings for special states.
16271 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
16272 and get rid of one of the special CVS cases.
16273 (vc-cancel-version): prettify error message with \\[...].
16274 (vc-rename-master): New function.
16275 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
16276 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
16277 the CVS special case generic.
16278 (vc-default-record-rename): Remove.
16279 (vc-file-tree-walk-internal): Only call FUNC for files that are
16280 under control of some VC backend and replace `concat' with
16281 expand-file-name.
16282 (vc-file-tree-walk): Update docstring.
16283 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
16284 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
16285
16286 * vc-sccs.el (vc-sccs-rename-file): Renamed from
16287 vc-sccs-record-rename. Use `find-file-noselect' rather than
16288 `find-file' and call `vc-rename-master' to do the actual move.
16289 (vc-sccs-diff): Remove unused `backend' variable.
16290
16291 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
16292 to delay loading of vc-sccs until it is really used.
16293 (vc-sccs-master-templates): Preload.
16294 (vc-sccs-state): Update call to vc-sccs-parse-locks.
16295 (vc-sccs-project-dir): Remove (merged into
16296 vc-sccs-search-project-dir).
16297 (vc-sccs-search-project-dir): Rewrite using file name handling ops
16298 rather than `concat', make sure it is preloaded and don't bother
16299 to check that the file actually exists.
16300 (vc-sccs-parse-locks): Remove unused `file' argument, remove
16301 `locks' argument (use buffer's content instead) and eliminate n^2
16302 behavior.
16303
16304 * vc-rcs.el: Update Copyright.
16305 (vc-rcs-rename-file): New function.
16306 (vc-rcs-diff): Remove unused `backend' variable.
16307
16308 * vc-hooks.el: Update Copyright.
16309 (vc-backend): Don't accept a nil argument any more.
16310 (vc-up-to-date-p): Turn into a defsubst.
16311 (vc-possible-master): New function.
16312 (vc-check-master-templates): Use `vc-possible-master' and allow
16313 funs in vc-X-master-templates to return a non-existent file.
16314
16315 * vc-cvs.el: Update Copyright.
16316 (vc-cvs-diff): Remove unused `backend' variable.
16317 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
16318
16319 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
16320
16321 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16322
16323 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
16324 since it can be called from vc-rcs.el.
16325 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
16326
16327 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16328
16329 * vc.el (vc-version-diff): Expand file name read from the
16330 minibuffer. Handle the case when a previous version number can't
16331 be guessed. Give suitable messages when there were no differences
16332 found.
16333 (vc-clear-headers): Call backend-specific implementation, if one
16334 exists.
16335 (vc-cancel-version): Made error checks generic. When done, clear
16336 headers generically, too.
16337
16338 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
16339 from vc-clear-headers in vc.el.
16340
16341 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
16342 correctly.
16343 (vc-rcs-latest-on-branch-p): Made second argument VERSION
16344 optional. Handle the case when it's not there.
16345
16346 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16347
16348 * vc.el (vc-locking-user): Moved from vc-hooks.el.
16349
16350 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16351
16352 * vc-hooks.el (vc-loadup): Remove.
16353 (vc-find-backend-function): Use `require'. Also, handle the case
16354 where vc-BACKEND-hooks.el doesn't exist.
16355 (vc-call-backend): Cleanup.
16356
16357 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16358
16359 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
16360 vc-rcs-grab-templates)
16361 (vc-rcs-registered): Remove. The default function works as well.
16362 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
16363 vc-sccs-grab-templates)
16364 (vc-sccs-registered): Remove. The default function works as well.
16365
16366 * vc.el (vc-version-diff): Left out a vc- in call to
16367 vc-call-backend.
16368 (vc-default-dired-state-info, vc-default-record-rename)
16369 (vc-default-merge-news): Update for the new backend argument.
16370
16371 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
16372 using the default function.
16373 (vc-call-backend): If calling the default function, pass it the
16374 backend as first argument. Update the docstring accordingly.
16375 (vc-default-state-heuristic, vc-default-mode-line-string): Update
16376 for the new backend argument.
16377 (vc-make-backend-sym): Renamed from vc-make-backend-function.
16378 (vc-find-backend-function): Use the new name.
16379 (vc-default-registered): New function.
16380
16381 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16382
16383 * vc.el (vc-merge): Use vc-find-backend-function.
16384
16385 * vc-hooks.el (vc-backend-functions): Remove.
16386 (vc-loadup): Don't setup 'vc-functions.
16387 (vc-find-backend-function): New function.
16388 (vc-call-backend): Use above fun and populate 'vc-functions
16389 lazily.
16390 (vc-backend-defines): Remove.
16391
16392 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16393
16394 * vc.el (vc-register): Put a FIXME note for a newly found bug.
16395 Call vc-call-backend without the leading vc-.
16396 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
16397 (vc-check-headers): Call vc-call-backend without the leading vc-.
16398 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
16399 (vc-annotate-display): Replace confusing use of `cond' with `or'.
16400 Call vc-call-backend without the leading vc-.
16401
16402 * vc-cvs.el (tail): Provide vc-cvs.
16403 * vc-sccs.el (tail): Provide vc-sccs.
16404 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
16405
16406 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
16407 (vc-make-backend-function, vc-call): Pass names without leading
16408 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
16409 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
16410 (vc-call-backend): Always try to load vc-X-hooks.
16411 (vc-registered): Remove vc- in call to vc-call-backend.
16412
16413 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16414
16415 * vc.el (vc-process-filter): New function.
16416 (vc-do-command): Setup `vc-process-filter' for the async process.
16417 (vc-maybe-resolve-conflicts): New function to reduce
16418 code-duplication. Additionally, it puts the buffer in
16419 `smerge-mode' if applicable.
16420 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
16421 calling `merge-news'.
16422 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
16423 (vc-log-edit): New function. Replacement for `vc-log-mode' by
16424 interfacing to log-edit.el.
16425 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
16426 log-edit is available.
16427 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
16428
16429 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16430
16431 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
16432 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
16433 defvar and the initialization.
16434 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
16435
16436 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
16437 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
16438
16439 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
16440
16441 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16442
16443 * vc.el (vc-file-clear-masterprops): Removed.
16444 (vc-checkin, vc-revert-buffer): Removed calls to the above.
16445 (vc-version-diff): Use buffer-size without argument.
16446 (vc-register): Heed vc-initial-comment.
16447
16448 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
16449 default branch.
16450
16451 * vc-rcs.el (vc-rcs-register): Parse command output to find master
16452 file name and workfile version.
16453 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
16454
16455 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
16456 vc-file-clear-masterprops.
16457
16458 * vc-sccs.el (vc-sccs-checkout): Removed call to
16459 vc-file-clear-masterprops. If writable, set vc-state to 'edited
16460 rather than user login name.
16461
16462
16463 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16464
16465 * vc.el (vc-workfile-unchanged-p): Remove unused argument
16466 `want-differences-if-changed' and simplify.
16467 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
16468 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
16469 output (which is invalid for async vc-diff) to decide whether to
16470 do the revert silently or not.
16471
16472 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16473
16474 * vc-hooks.el (vc-loadup): Load files quietly.
16475 (vc-call-backend): Oops, brain fart.
16476
16477 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16478
16479 * vc-cvs.el (vc-cvs-state): Typo.
16480 (vc-cvs-merge-news): Return the status code rather than the error msg.
16481
16482 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16483
16484 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
16485 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
16486 vc-state or vc-up-to-date-p.
16487 (vc-merge): Use vc-backend-defines to check whether merging is
16488 possible. Set state to 'edited after successful merge.
16489
16490 * vc-hooks.el (vc-locking-user): If locked by the calling user,
16491 return that name. Redocumented.
16492
16493 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16494
16495 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
16496 new `vc-state' semantics.
16497 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
16498 'vc-locking-user to the current user.
16499 (vc-merge): Inline vc-backend-merge. Comment out code that I
16500 don't understand and hence can't adapt to the new `vc-state' and
16501 `vc-locking-user' semantics.
16502 (vc-backend-merge): Remove.
16503
16504 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
16505 rather than 'vc-locking-user.
16506
16507 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
16508
16509 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
16510 (vc-state): Don't use 'reserved any more. Just use the same
16511 convention as the one used for vc-<backend>-state where the
16512 locking user (as a string) is returned.
16513 (vc-locking-user): Update, based on the above convention. The
16514 'vc-locking-user property has disappeared.
16515 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
16516
16517 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
16518 with a heuristic one.
16519 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
16520 (vc-cvs-checkin): Do a trivial parse to set the state in case of
16521 error. That allows us to get to 'needs-merge even in the
16522 stay-local case. There's still no way to detect 'needs-patch in
16523 such a setup (or to force an update for that matter).
16524 (vc-cvs-logentry-check): Remove, the default works as well.
16525
16526 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16527
16528 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
16529
16530 * vc.el (vc-do-command): kill-all-local-variables, to reset any
16531 major-mode in which the buffer might have been put earlier. Use
16532 `remove' and `when'. Allow `okstatus' to be `async' and use
16533 `start-process' in this case.
16534 (vc-version-diff): Handle the case where the diff looks empty
16535 because of the use of an async process.
16536
16537 2000-09-04 Andre Spiegel <spiegel@gnu.org>
16538
16539 * vc.el (vc-next-action-on-file): Removed optional parameter
16540 `simple'. Recompute state unconditionally.
16541 (vc-default-toggle-read-only): Removed.
16542
16543 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
16544 (vc-toggle-read-only): Undid prev change.
16545
16546 * vc-cvs.el (vc-cvs-stay-local): Renamed from
16547 vc-cvs-simple-toggle. Redocumented.
16548 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
16549 (vc-cvs-toggle-read-only): Removed.
16550
16551 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16552
16553 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
16554 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
16555 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
16556 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
16557 still is. So maybe it should be removed.
16558 (vc-head-version, vc-find-binary): Remove.
16559 (vc-recompute-state): Move from vc-hooks.el.
16560 (vc-next-action-on-file): Add a `simple' argument to allow
16561 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
16562 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
16563 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
16564 (vc-dired-mode-map): Properly defvar it.
16565 (vc-print-log): Call log-view-mode if available.
16566 (small-temporary-file-directory): defvar instead of use boundp.
16567 (vc-merge-news): Moved to vc-cvs.el.
16568 (vc-default-merge-news): New function.
16569
16570 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
16571 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
16572 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
16573 unknown `vc-latest-version' function. It should probably refer to
16574 vc-workfile-version or somesuch, but it's very unclear to me and I
16575 don't have SCCS to test things.
16576
16577 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
16578 (vc-sccs-state-heuristic): Fix typo.
16579 (vc-sccs-workfile-unchanged-p): Add missing argument.
16580
16581 * vc-rcs.el: Require vc and vc-rcs-hooks.
16582 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
16583 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
16584 (vc-release-greater-or-equal-p): Move from vc.
16585 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
16586 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
16587 (vc-rcs-checkout): Add a missing `new-version' argument in the
16588 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
16589
16590 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
16591 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
16592 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
16593 than the apparently unbound `workfile-version'.
16594
16595 * vc-hooks.el (vc-master-templates): Def the obsolete var.
16596 (vc-file-prop-obarray): Use `make-vector'.
16597 (vc-backend-functions): Add new hookable functions
16598 vc-toggle-read-only, vc-record-rename and vc-merge-news.
16599 (vc-loadup): If neither backend nor default functions exist, use
16600 the backend function rather than nil.
16601 (vc-call-backend): If the function if not bound yet, try to load
16602 the non-hook file to see if it provides it.
16603 (vc-call): New macro plus use it wherever possible.
16604 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
16605 nor `vc-find-binary' since it's only called from
16606 vc-mistrust-permission which is only used once the backend is known.
16607 (vc-checkout-model): Fix parenthesis.
16608 (vc-recompute-state, vc-prefix-map): Move to vc.el.
16609
16610 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
16611 (vc-cvs-release, vc-cvs-system-release): Remove.
16612 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
16613 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
16614 status symbols.
16615 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
16616 (vc-cvs-toggle-read-only): First cut at a function to allow a
16617 cvs-status-free vc-toggle-read-only.
16618 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
16619 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
16620 vc-cvs-status. Also set vc-state rather than vc-locking-user.
16621 (vc-cvs-checkout): Modify access rights directly if the user
16622 requested not to use `cvs edit'. And refresh the mode line.
16623
16624 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
16625 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
16626
16627 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
16628
16629 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
16630 workfile' that got lost when the code was extracted from vc.el.
16631 And merged the tail with the rest of the code (not possible in the
16632 old vc.el where the tail was shared among all backends). And
16633 explicitly set the state to 'edited if `writable' is set.
16634
16635 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
16636 (vc-cvs-state): Be careful to return the value from
16637 vc-cvs-parse-state.
16638 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
16639 property but return it instead. Also be careful to handle a nil
16640 or "" `rev' when workfile is non-nil (it was handled properly when
16641 workfile was nil).
16642
16643 * vc.el: Removed those pesky unnecessary `(function' quotes.
16644 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
16645 directly in the defvar.
16646 (vc-do-command): Bind inhibit-read-only so as to properly handle
16647 the case where the destination buffer has been made read-only.
16648 (vc-diff): Delegate to vc-version-diff in all cases.
16649 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
16650 (vc-annotate-mode-variables): Removed (code moved partly to
16651 defvars and partly to vc-annotate-add-menu).
16652 (vc-annotate-mode): Turned into a derived-mode.
16653 (vc-annotate-add-menu): Moved in code in
16654 vc-annotate-mode-variables.
16655 (vc-update-change-log): Use make-temp-file if available.
16656
16657 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
16658
16659 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
16660 `vc-checkout-model' updated to `vc-cvs-update-model'.
16661
16662 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16663
16664 * vc.el (vc-next-action-on-file): Added handling of state
16665 `unlocked-changes'.
16666 (vc-checkout-carefully): Is now practically obsolete, unless the
16667 above is too slow to be enabled unconditionally.
16668 (vc-update-change-log): Fixed typo.
16669
16670 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
16671
16672 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
16673 Now handles state `unlocked-changes'.
16674 (vc-sccs-workfile-unchanged-p): New function, to support the above.
16675
16676 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
16677
16678 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
16679 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
16680 `unlocked-changes'.
16681 (vc-rcs-workfile-unchanged-p): Renamed from
16682 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
16683 function yet, but supposed to become one soon.
16684
16685 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
16686 `vc-steal-lock'.
16687 (vc-call-backend): Changed error message.
16688 (vc-state): Added description of state `unlocked-changes'.
16689
16690 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16691
16692 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
16693 always return t in CVS-controlled directories.
16694
16695 * vc.el (vc-responsible-backend): New function.
16696 (vc-register): Largely rewritten.
16697 (vc-admin): Removed (implementation moved into vc-register).
16698 (vc-checkin): Redocumented.
16699 (vc-finish-logentry): If no backend defined yet (because we are in
16700 the process of registering), use the responsible backend.
16701
16702 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
16703 Updated function lists.
16704 (vc-call-backend): Fixed typo.
16705
16706 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
16707 New functions.
16708 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
16709 Removed query option. Redocumented.
16710
16711 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16712
16713 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
16714
16715 * vc.el: Updated callers of `vc-checkout-required' to use
16716 `vc-checkout-model'.
16717
16718 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16719
16720 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
16721 stuff updated to reference this function instead of the old
16722 `vc-backend-release-p'.
16723
16724 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16725
16726 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
16727 vc-checkout-model. Return appropriate values. Updated callers.
16728
16729 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16730
16731 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
16732 (vc-backend-revert): Function moved into `vc-revert';
16733 `vc-next-action' must be updated to accomodate this change.
16734 (vc-backend-steal): Function moved into `vc-finish-steal'.
16735 (vc-backend-logentry-check): Function moved into
16736 `vc-finish-logentry'.
16737 (vc-backend-printlog): Function moved into `vc-print-log'.
16738 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
16739 (vc-backend-assign-name): Function moved into
16740 `vc-create-snapshot'.
16741
16742 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16743
16744 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
16745 Rename to vc-checkout-model. Return appropriate values.
16746 Update callers.
16747
16748 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
16749 to vc-checkout-model.
16750 (vc-checkout-required): Rename to vc-checkout-model.
16751 Re-implement and re-comment.
16752 (vc-after-save): Use vc-checkout-model.
16753
16754 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16755
16756 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
16757 Update to use the vc-BACKEND-diff functions instead.
16758 `vc-diff' is now working.
16759
16760 * vc-rcs.el (vc-rcs-logentry-check): New function.
16761
16762 * vc-cvs.el (vc-cvs-logentry-check): New function.
16763
16764 * vc-sccs.el (vc-sccs-diff): Function changed name from
16765 `vc-backend-diff'. This makes `vc-diff' work.
16766
16767 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
16768 of functions possibly implemented in a vc-BACKEND library.
16769 (vc-checkout-required): Fix bug that caused an error to be
16770 signaled during `vc-after-save'.
16771
16772 * vc.el: Fix typo.
16773 This checkin is made with our new VC code base for the very first time.
16774 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
16775
16776 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
16777 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
16778
16779 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
16780 updated to `vc-uses-locking'.
16781 (vc-checkout-required): Call to backend function.
16782 `vc-checkout-required' updated to `vc-uses-locking' instead.
16783
16784 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
16785 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
16786
16787 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
16788 to match the split into various backends.
16789 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
16790 (vc-retrieve-snapshot): Bug fix.
16791
16792 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16793
16794 * vc-sccs.el (vc-sccs-release): Doc fix.
16795
16796 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16797
16798 * vc.el (vc-next-action-on-file): Bug found and fixed.
16799 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
16800 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
16801
16802 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
16803 (vc-rcs-checkout): Name space cleaned up. No more revision number
16804 crunching function names that are not prefixed with vc-rcs.
16805 (vc-rcs-checkout-model): Function added. References to
16806 `vc-checkout-model' replaced.
16807
16808 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16809
16810 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
16811 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
16812 still need to be split, and implemented for RCS).
16813
16814 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16815
16816 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
16817
16818 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
16819 required by the vc.el file.
16820
16821 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
16822 required by the vc.el file.
16823 (vc-rcs-exists): Function added.
16824
16825 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
16826 required by the vc.el file.
16827
16828 * vc.el (vc-admin): Updated to handle selection of appropriate
16829 backend. Current implementation is crufty and need re-thinking.
16830
16831 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
16832
16833 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16834
16835 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
16836 beginning of annotate buffers correctly.
16837
16838 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
16839 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
16840 functionality updated quite a lot to support multiple backends.
16841 Variables `vc-annotate-mode', `vc-annotate-buffers',
16842 `vc-annotate-backend' added.
16843
16844 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
16845 `vc-annotate-difference' added to supported backend functions.
16846
16847 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16848
16849 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
16850 Use with-temp-file instead of /bin/sh. Merged from mainline
16851
16852 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16853
16854 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
16855
16856 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
16857
16858 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
16859
16860 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16861
16862 * vc-hooks.el: vc-state-heuristic added to
16863 vc-backend-hook-functions.
16864
16865 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
16866
16867 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
16868
16869 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
16870 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
16871 state to `reserved'.
16872
16873 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
16874 `vc-checkout-required'. Rename the `locked' state to `reserved'.
16875
16876 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16877
16878 * vc-rcs-hooks.el: Implement new state model. Hardly anything
16879 untouched.
16880
16881 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
16882
16883 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
16884 if defined. (Merged from main line, slightly adapted.)
16885
16886 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
16887 millenium problem (merged from mainline).
16888
16889 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16890
16891 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
16892 part and moved the non-BACKEND stuff to vc.el.
16893
16894 * vc.el: Split the annotate feature into a BACKEND specific part
16895 and moved it from the vc-cvs.el file to this one.
16896
16897 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16898
16899 * vc-hooks.el: Implement new state model.
16900 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
16901 (vc-locking-user): Simplify. Now only needed if the file is
16902 locked by somebody else.
16903 (vc-lock-from-permissions): Remove. Functionality is in
16904 vc-sccs-hooks.el and vc-rcs-hooks.el now.
16905 (vc-mode-line-string): New name for former vc-status. Adapted.
16906 (vc-mode-line): Adapt to use the above. Remove optional parameter.
16907
16908 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
16909 Various simplifications and adaptations all over the place.
16910
16911 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
16912 Simplify and adapt the rest.
16913
16914 * vc.el (vc-resynch-window): Add TODO comment: check for
16915 interaction with view mode according to recent RCS change.
16916 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
16917
16918 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16919
16920 * vc.el: Convert the remaining function comments to docstrings.
16921
16922 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16923
16924 * vc.el (vc-backend-release, vc-release-greater-or-equal)
16925 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
16926 (vc-minor-part, vc-previous-version): Functions that operate and
16927 compare revision numbers got proper documentation. Comments added
16928 about their possible removal.
16929
16930 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16931
16932 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
16933 the vc-backend.el files.
16934
16935 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
16936
16937 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
16938 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
16939 (vc-rcs-previous-version): Functions added.
16940
16941 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
16942
16943 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
16944
16945 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
16946
16947 * vc-hooks.el (vc-master-templates): Is really obsolete.
16948 Comment out the definition for now. What is the right procedure
16949 to get rid of it?
16950 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
16951 rewritten.
16952 (vc-default-registered): Remove.
16953 (vc-check-master-templates): New function; does mostly what the
16954 above did before.
16955 (vc-locking-user): Don't rely on the backend to set the property.
16956
16957 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
16958 Rewrite documentation.
16959 (vc-rcs-templates-grabbed): New variable.
16960 (vc-rcs-grab-templates): New function.
16961 (vc-rcs-registered): Rewrite to use above mechanism.
16962
16963 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
16964 Rewrite documentation.
16965 (vc-sccs-templates-grabbed): New variable.
16966 (vc-sccs-grab-templates): New function.
16967 (vc-sccs-registered): Rewrite to use above mechanism.
16968 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
16969 Don't throw the result, simply return it.
16970
16971 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
16972 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
16973 (vc-cvs-registered): Does the check itself now. Simplify.
16974
16975 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
16976 from main line.
16977
16978 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16979
16980 * vc-cvs.el (vc-cvs-diff): New function.
16981
16982 * vc-sccs.el (vc-sccs-diff): New function.
16983
16984 * vc-rcs.el (vc-rcs-diff): New function.
16985 (vc-rcs-checkout): Bug (typo) found and fixed.
16986 (vc-rcs-register-switches): New variable.
16987
16988 * vc.el (vc-backend-diff): Function removed and placed in the
16989 backend files.
16990
16991 2000-09-04 Martin Lorentzson <martinl@gnu.org>
16992
16993 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
16994
16995 * vc.el (vc-backend-checkout): Function removed and replaced in
16996 the vc-backend.el files.
16997
16998 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
16999
17000 * vc.el (vc-backend-admin): Removed and replaced in the
17001 vc-backend.el files.
17002
17003 * vc.el (Martin): Removed all the annotate functionality since it
17004 is CVS backend specific.
17005
17006 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17007
17008 * spec.txt: Added specification of vc-state.
17009
17010 * vc-sccs-hooks.el (vc-sccs-master-properties):
17011 Remove handling of vc-latest-version and
17012 vc-your-latest-version. What used to be vc-latest-version, is now
17013 returned as vc-workfile-version.
17014 (vc-sccs-workfile-version): Adapt.
17015
17016 2000-09-04 Dave Love <fx@gnu.org>
17017
17018 * vc.el: [Merged from mainline.]
17019 (vc-dired-mode): Make the dired-move-to-filename-regexp
17020 regexp match the date, to avoid treating date as file size.
17021 Add YYYY S option to WESTERN/
17022
17023 2000-09-04 Dave Love <fx@gnu.org>
17024
17025 * vc.el: Require `compile' when compiling.
17026 (vc-logentry-check-hook): New option.
17027 (vc-steal-lock): Use compose-mail.
17028 (vc-dired-mode-map): Defvar when compiling.
17029 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
17030 vc-sccs.el and renamed. Callers changed.
17031 (vc-backend-checkout, vc-backend-logentry-check)
17032 (vc-backend-merge-news): Doc fix.
17033 (vc-default-logentry-check): New function.
17034 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
17035 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
17036 (vc-backend-merge): Doc fix. Use backend functions.
17037 (vc-check-headers): Use backend functions.
17038
17039 * vc-cvs.el: Require vc when compiling.
17040 (vc-cvs-register-switches): Doc fix.
17041 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
17042 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
17043 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
17044 New functions (code from vc.el).
17045 (vc-annotate-display-default): Fix interactive spec.
17046 (vc-annotate-time-span): Doc fix.
17047
17048 * vc-rcs.el: Require vc when compiling.
17049 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
17050 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
17051 (vc-rcs-checkin): New functions (code from vc.el).
17052 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
17053 Doc fix.
17054 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
17055
17056 * vc-sccs.el: Require vc when compiling.
17057 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
17058 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
17059 (vc-sccs-revert)
17060 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
17061 from vc.el).
17062 (vc-sccs-add-triple, vc-sccs-record-rename)
17063 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
17064 (vc-sccs-admin): Doc fix.
17065
17066 2000-09-04 Martin Lorentzson <martinl@gnu.org>
17067
17068 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
17069 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
17070 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
17071 from vc.el.
17072
17073 * vc-sccs.el (vc-admin-sccs): Added from vc.el
17074
17075 * vc-cvs.el: Moved the annotate functionality from vc.el.
17076 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
17077
17078 2000-09-04 Dave Love <fx@gnu.org>
17079
17080 * vc.el (vc-backend-release): Call vc-system-release.
17081
17082 * vc-sccs.el (vc-sccs-system-release):
17083 Renamed from vc-sccs-backend-release.
17084
17085 * vc-rcs.el (vc-rcs-system-release):
17086 Renamed from vc-rcs-backend-release.
17087
17088 * vc-cvs.el (vc-cvs-system-release):
17089 Renamed from vc-cvs-backend-release.
17090
17091 2000-09-04 Dave Love <fx@gnu.org>
17092
17093 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
17094 backend files.
17095 (vc-backend-release): Dispatch to backend functions.
17096 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
17097 probably needs attention.]
17098
17099 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
17100 (vc-sccs-backend-release): New function.
17101
17102 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
17103 (vc-cvs-backend-release): New function.
17104
17105 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
17106 Doc fix.
17107 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
17108 (vc-default-dired-state-info): New function.
17109 (vc-dired-state-info): Dispatch to backends.
17110 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
17111
17112 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
17113 from vc.el and renamed.
17114
17115 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17116
17117 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
17118 (vc-version-other-window, vc-backend-assign-name): Removed
17119 references to vc-latest-version; sometimes changed into
17120 vc-workfile-version.
17121
17122 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
17123 vc-rcs-master-workfile-version.
17124 (vc-rcs-workfile-version): Use the above. Don't call
17125 vc-latest-version (that was unreachable code, anyway).
17126 (vc-rcs-fetch-master-properties): Doc fix.
17127
17128 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
17129 (vc-backend-hook-functions): Removed them from this list, too.
17130 (vc-fetch-properties): Removed.
17131 (vc-workfile-version): Doc fix.
17132
17133 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
17134 (vc-rcs-workfile-version, vc-rcs-locking-user)
17135 (vc-rcs-uses-locking): Use it.
17136
17137 * vc-hooks.el (vc-consult-rcs-headers):
17138 Moved into vc-rcs-hooks.el, under the name
17139 vc-rcs-consult-headers.
17140
17141 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
17142 headers.
17143 (vc-cvs-find-master): Use this name only; correct different
17144 versions of the name.
17145
17146 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
17147 New functions.
17148 (vc-sccs-locking-user): Use the latter.
17149
17150 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
17151 New functions.
17152
17153 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
17154 Moved into both
17155 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
17156 functions are implementation details of those two backends.
17157
17158 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17159
17160 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
17161 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
17162
17163 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
17164 (vc-sccs-parse-locks): SCCS-specific code moved here from
17165 vc-hooks.
17166
17167 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
17168 code moved here from vc-hooks.
17169
17170 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
17171 into back-end specific parts and removed. Callers not updated
17172 yet; because I guess these callers will disappear into back-end
17173 specific files anyway.
17174
17175 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17176
17177 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
17178 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
17179 `vc-uses-locking'.
17180
17181 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
17182 Store yes/no in the property, and return t/nil. Updated all
17183 callers.
17184
17185 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
17186 vc-sccs-uses-locking. Don't set property.
17187 (vc-sccs-locking-user): Don't set property.
17188
17189 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
17190 vc-cvs-uses-locking. Don't set property here; leave that to
17191 vc-hooks.
17192 (vc-cvs-locking-user): Reflect above change. Streamlined.
17193
17194 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
17195 vc-rcs-uses-locking.
17196 (vc-rcs-locking-user): Reflect above change.
17197
17198 2000-09-04 Dave Love <fx@gnu.org>
17199
17200 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
17201
17202 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
17203
17204 * vc-hooks.el (vc-checkout-model): Punt to backends.
17205
17206 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
17207
17208 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
17209
17210 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
17211 New functions.
17212
17213 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
17214 New functions.
17215
17216 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
17217 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
17218
17219 * vc-hooks.el (vc-default-locking-user): New function.
17220 (vc-locking-user, vc-workfile-version): Punt to backends.
17221
17222 2000-09-04 Dave Love <fx@gnu.org>
17223
17224 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
17225 (vc-master-workfile-version): Moved from vc-hooks.
17226
17227 * vc-rcs-hooks.el: Fix duplicate code in last change.
17228
17229 * vc-rcs-hooks.el: Require vc-hooks when compiling.
17230 (vc-rcs-master-templates): Improve :type.
17231 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
17232 vc-master-workfile-version): Moved from vc-hooks.
17233
17234 * vc-sccs-hooks.el: Require vc-hooks when compiling.
17235 (vc-sccs-master-templates): Improve :type.
17236 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
17237
17238 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
17239
17240 * vc-cvs-hooks.el: Require vc-hooks when compiling.
17241 (vc-cvs-master-templates): Improve :type. Use
17242 vc-cvs-find-cvs-master.
17243 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
17244 from vc-hooks.
17245 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
17246
17247 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
17248 Moved to vc-cvs-hooks.
17249
17250 * vc-hooks.el: Add doc strings in various places. Simplify the
17251 minor mode setup.
17252 (vc-handled-backends): New user variable.
17253 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
17254 simplification.
17255
17256 2000-09-04 Dave Love <fx@gnu.org>
17257
17258 * vc.el: Some doc fixes for autoloaded and interactive functions.
17259 Fix compilation warnings from ediff stuff.
17260 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
17261
17262 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
17263
17264 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
17265
17266 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
17267
17268 2000-09-04 Dave Love <fx@gnu.org>
17269
17270 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
17271 New variable.
17272 (vc-make-backend-function, vc-loadup, vc-call-backend)
17273 (vc-backend-defines): New functions.
17274
17275 * vc-hooks.el: Various doc fixes.
17276 (vc-default-back-end, vc-follow-symlinks): Custom fix.
17277 (vc-match-substring): Function removed. Callers changed to use
17278 match-string.
17279 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
17280 Simplify.
17281
17282 2000-09-04 Dave Love <fx@gnu.org>
17283
17284 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
17285 type.
17286 (vc-sccs-project-dir, vc-search-sccs-project-dir)
17287 (vc-sccs-registered): Doc fix.
17288
17289 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
17290 (vc-cvs-registered): Doc fix.
17291
17292 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
17293 (vc-rcs-registered): Doc fix.
17294
17295 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17296
17297 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
17298
17299 * vc-hooks.el: vc-registered has been renamed
17300 vc-default-registered. Some functions have been moved to the
17301 backend specific files. they all support the
17302 vc-BACKEND-registered functions.
17303
17304 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17305
17306 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
17307
17308 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
17309
17310 2000-09-04 Dave Love <fx@gnu.org>
17311
17312 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
17313 menu-bar-update-hook.
17314
17315 * help.el (help-manyarg-func-alist): Add
17316 find-operation-coding-system.
17317
17318 * wid-edit.el (widget-sexp-validate): Fix garbled code.
17319
17320 * custom.el (custom-set-variables): Print message about errors in
17321 setting.
17322
17323 2000-09-03 Andrew Innes <andrewi@gnu.org>
17324
17325 * makefile.w32-in: Change to DOS line endings.
17326
17327 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
17328
17329 * mouse.el (mouse-popup-menubar): Supply the prompt string for
17330 minor-mode keymaps, if they don't have one.
17331
17332 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
17333
17334 * eshell/esh-module.el (eval-when-compile): Don't lose if
17335 esh-module.el's file name is truncated to DOS 8+3 limits.
17336
17337 2000-09-01 John Wiegley <johnw@gnu.org>
17338
17339 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
17340 predicate, which caused entries in the completion list to be
17341 doubled.
17342
17343 2000-08-30 John Wiegley <johnw@gnu.org>
17344
17345 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
17346 sending to subprocesses. Also, hook pre-command-hook if
17347 `eshell-send-direct-to-subprocesses' is non-nil.
17348 (eshell-send-direct-to-subprocesses): New config variable. If t,
17349 subprocess input is send immediately.
17350 (eshell-toggle-direct-send): New function.
17351 (eshell-self-insert-command): New function.
17352 (eshell-intercept-commands): New function.
17353 (eshell-send-input): If direct subprocess sending is enabled,
17354 don't echo any input to the Eshell buffer. Let the subprocess
17355 handle that. This requires "stty echo" in bash, for example.
17356
17357 2000-08-28 John Wiegley <johnw@gnu.org>
17358
17359 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
17360 completion function for Eshell's implementation of `unset'.
17361
17362 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
17363
17364 * info.el (Info-directory-list): Doc fix.
17365
17366 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
17367
17368 * filecache.el (file-cache-add-directory-using-find): Don't quote
17369 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
17370
17371 2000-08-31 Kenichi Handa <handa@etl.go.jp>
17372
17373 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
17374 coding systems.
17375
17376 2000-08-30 Andrew Innes <andrewi@gnu.org>
17377
17378 * timer.el (run-with-idle-timer): Undo last change, so that timer
17379 is not activated immediately if Emacs is already idle. Some
17380 existing code relies on this behaviour.
17381
17382 2000-08-30 Miles Bader <miles@gnu.org>
17383
17384 * frame.el (set-frame-font): Do completion of font-name for
17385 interactive use.
17386
17387 2000-08-30 Kenichi Handa <handa@etl.go.jp>
17388
17389 * international/quail.el (quail-start-translation): Bind locally
17390 last-command-event, last-command, and this-command.
17391 (quail-start-conversion): Likewise.
17392 (quail-self-insert-command): Fix docstring.
17393
17394 2000-08-29 Gerd Moellmann <gerd@gnu.org>
17395
17396 * progmodes/executable.el
17397 (executable-make-buffer-file-executable-if-script-p): Check that
17398 buffer contains at least 2 characters.
17399
17400 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
17401
17402 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
17403
17404 2000-08-29 Dave Love <fx@gnu.org>
17405
17406 * diff-mode.el (diff-mode) <defgroup>: Add :version.
17407 (diff-mode-shared-map): Bind mouse-2.
17408 (diff-imenu-generic-expression): New variable.
17409 (diff-mode): Use it.
17410
17411 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
17412 (mouse-popup-menubar): Add minor mode menus.
17413 (popup-menu): Check for lookup-key returning number.
17414
17415 2000-08-29 Miles Bader <miles@gnu.org>
17416
17417 * comint.el (comint-send-input): Create overlays using the proper
17418 front/read-advance arguments.
17419
17420 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17421
17422 * ps-print.el: Even/odd pages printing. Doc fix.
17423 (ps-print-version): New version number (6.0).
17424 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
17425 (ps-background, ps-begin-file, ps-begin-job): Code fix.
17426 (ps-print-duplex-feature): Variable eliminated.
17427 (ps-even-or-odd-pages): New variable.
17428
17429 * progmodes/ebnf2ps.el: Doc fix.
17430 (ebnf-version): New version (3.3).
17431 (ebnf-user-arrow): Change variable customization to sexp.
17432 (ebnf-user-arrow): Function eliminated.
17433 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
17434
17435 2000-08-29 Kenichi Handa <handa@etl.go.jp>
17436
17437 * help.el (help-xref-mule-regexp): New variable.
17438 (help-make-xrefs): Handle help-xref-mule-regexp.
17439
17440 * international/mule-cmds.el (help-xref-mule-regexp-template): New
17441 variable.
17442 (describe-input-method): Temporarily activate the specfied input
17443 method to display the information.
17444 (describe-language-environment): Hyperlinks to mule related items.
17445
17446 * international/mule-diag.el (charset-multibyte-form-string): New
17447 function.
17448 (list-character-sets-1): Use charset-multibyte-form-string.
17449 (describe-character-set): New function.
17450 (describe-coding-system): Hyperlinks to safe character sets.
17451
17452 * international/quail.el (quail-help): New arg PACKAGE.
17453 Hyperlinks to mule related items.
17454 (quail-help-insert-keymap-description): Use
17455 substitute-command-keys instead of describe-bindings.
17456 (quail-translation-help): Hyperlinks to mule related items.
17457
17458 2000-08-28 John Wiegley <johnw@gnu.org>
17459
17460 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
17461 have a defsubst call itself. Made `eshell-flatten-list' back into
17462 a function again.
17463
17464 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
17465 catch, in case re-centering point at bottom messes up the display.
17466 This happens frequently in Emacs 21, due I believe to variable
17467 line heights.
17468
17469 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
17470 to call `find-tag-interactive'.
17471
17472 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
17473 the list of remember directories.
17474
17475 2000-08-28 John Wiegley <johnw@gnu.org>
17476
17477 * align.el: Test align-region-separate to see if it's a symbol.
17478
17479 2000-08-28 John Wiegley <johnw@gnu.org>
17480
17481 * eshell/esh-util.el (eshell-flatten-list): Made this function
17482 into a defsubst form. It gets used very frequently, although
17483 calls don't occur all that often.
17484
17485 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
17486 examining it.
17487
17488 * eshell/esh-cmd.el (eshell-rewrite-while-command):
17489 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
17490 `eshell-protect'.
17491 (eshell-copy-handles): Created a new macro for duplicating the
17492 current set of open handles. This is needed by the looping
17493 functions.
17494 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
17495 is not incorrectly stomped on.
17496
17497 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
17498 declaration for pcomplete-use-paring.
17499 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
17500 value of eshell-cmpl-use-paring.
17501 * pcomplete.el (pcomplete-use-paring): New config variable, to
17502 indicate whether paring should be used.
17503 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
17504 completion alternatives that have already been used.
17505
17506 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
17507 bound to C-c C-y, which will repeat the previous N arguments
17508 (based on prefix argument).
17509 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
17510
17511 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
17512 if there is no *Help* buffer. This is for XEmacs, which renames
17513 its help buffers uniquely. TODO: Find out what the current buffer
17514 name to delete is.
17515
17516 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
17517 first entry that correlates to a passwd/group number. Later
17518 entries (used for group/user name aliasing to multiple IDs) are
17519 ignored.
17520
17521 * eshell/em-xtra.el (eshell/expr):
17522 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
17523 (eshell-grep, eshell/diff, eshell/locate):
17524 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
17525 argument list, before passing it to the system command.
17526
17527 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
17528 `find-tag' for use at final position in Eshell buffers (which
17529 otherwise triggers an error on Emacs 21).
17530 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
17531 buffer, if it is currently bound to `find-tag'.
17532
17533 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
17534 in the list of matched Makefile names.
17535 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
17536 directory, prefer its contents to Makefile.
17537
17538 * eshell/em-dirs.el (eshell/cd): cd commands that look up
17539 directory parts (like "cd old new", or "cd =regexp"), are now case
17540 sensitive on non-Windows/DOS platforms.
17541
17542 * eshell/esh-mode.el (eshell-parse-command-input): When a user
17543 types RET after an open delimiter (like "), display a message
17544 indicating that Eshell is waiting for the closing delimiter.
17545
17546 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
17547 environment variables.
17548
17549 * eshell/em-unix.el (eshell/diff): Added logic to fail more
17550 gracefully if the user enters incorrect arguments.
17551
17552 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
17553 Eshell buffers.
17554
17555 * eshell/esh-var.el (eshell-interpolate-variable):
17556 * eshell/esh-mode.el (eshell-move-argument):
17557 * eshell/em-unix.el (eshell-du-sum-directory):
17558 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
17559 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
17560 (not (= ...)).
17561
17562 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
17563 to ensure the `preserve' flag gets propagated when doing recursive
17564 directory copies.
17565
17566 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
17567
17568 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
17569 Don't convert \n into \0177 in memory.
17570 (eshell-read-history, eshell-write-history): Convert \n to \0177,
17571 and back again, when reading and writing.
17572
17573 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
17574
17575 * eshell/esh-util.el (eshell-processp): Added to relieve constant
17576 testing of `fboundp' on `processp'.
17577
17578 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
17579 (eshell/jobs): Don't call process-list if it is not bound.
17580 (eshell-gather-process-output): Support systems where async
17581 subprocesses aren't supported.
17582 (eshell-scratch-buffer, eshell-last-sync-output-start): New
17583 variables.
17584
17585 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
17586 eshell-do-eval returns t.
17587 (eshell-do-pipelines-synchronously): New defmacro.
17588 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
17589 when async subprocesses aren't supported.
17590 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
17591 if async subprocesses aren't supported.
17592 (eshell-resume-command): Don't assume STATUS is a string.
17593
17594 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
17595
17596 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
17597 (eshell-close-target, eshell-get-target): Use eshell-processp.
17598 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
17599 fix.
17600 (eshell-get-target, eshell-create-handles): Doc fix.
17601
17602 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
17603
17604 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
17605 criterion to include commands that output something, as long as it
17606 leaves both the command and the end-of-buffer visible when the
17607 command has exited.
17608 (eshell-review-quick-commands): Adjust the help doc string
17609 accordingly.
17610
17611 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
17612
17613 * locate.el (locate): Cleaned up locate command's interactive prompting
17614 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
17615
17616 * filecache.el (file-cache-case-fold-search): New variable
17617 (file-cache-assoc-function): New variable
17618 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
17619 Use file-cache-case-fold-search variable
17620 (file-cache-add-file): Use file-cache-assoc-function
17621 (file-cache-delete-file): likewise
17622 (file-cache-directory-name): likewise
17623 (file-cache-debug-read-from-minibuffer): likewise
17624
17625 2000-08-28 Gerd Moellmann <gerd@gnu.org>
17626
17627 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
17628 (abbrev-table-name): New function.
17629 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
17630 If non-nil list local abbrev, only.
17631
17632 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
17633
17634 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
17635 from Gnus support code, and use special article copy buffer
17636 `(gnus-original-article-buffer)' instead. This allows to get rid
17637 of article-hide-headers usage (which breaks in the latest Gnus
17638 version). Thanks to Detlev Zundel.
17639
17640 2000-08-28 Kenichi Handa <handa@etl.go.jp>
17641
17642 * international/quail.el (quail-use-package): Hide "... loaded"
17643 message.
17644 (quail-start-translation, quail-start-conversion): Likewise.
17645
17646 * international/kkc.el (kkc-region): Hide "... loaded" message.
17647
17648 2000-08-27 Dave Love <fx@gnu.org>
17649
17650 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
17651
17652 2000-08-27 Miles Bader <miles@gnu.org>
17653
17654 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
17655
17656 2000-08-27 Kenichi Handa <handa@etl.go.jp>
17657
17658 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
17659 'ja-dic-cnv), not (require 'skkdic-cnv).
17660
17661 2000-08-26 Miles Bader <miles@gnu.org>
17662
17663 * faces.el (face-x-resources): Add entry for :inherit.
17664 * cus-face.el (custom-face-attributes): Add support for :inherit
17665 attribute. Add support for relative face heights.
17666 (custom-face-attributes-get): Treat `nil' as being a default value
17667 for :inherit (as well as `unspecified').
17668
17669 * faces.el (set-face-attribute): Update doc string.
17670 (face-attribute-name-alist): Add :inherit.
17671 (face-valid-attribute-values): Handle :inherit.
17672 (face-read-string): Rephrase prompt to be less confusing.
17673 Assume that DEFAULT is a string, since we must return a string.
17674 (face-read-integer): Use `format' to turn DEFAULT into an
17675 acceptable default for face-read-string. Match NEW-VALUE against
17676 the string "unspecified", not the symbol `unspecified', since
17677 that's what face-read-string returns.
17678 (read-face-attribute): Lookup a name for old-value in valid, and
17679 use it as a default if we find one. Treat all values from
17680 face-read-string as strings. If the default is used, don't do any
17681 more processing on the value, just use the old value directly.
17682 (read-face-and-attribute, modify-face): Tweak prompt.
17683 (read-face-name): Don't assume prompt ends with a space.
17684
17685 * faces.el (describe-face): Add support for :inherit attribute.
17686
17687 2000-08-25 Kenichi Handa <handa@etl.go.jp>
17688
17689 * terminal.el (terminal-emulator): Fix args to `concat'. Now
17690 concat doesn't accept interger.
17691
17692 * international/kkc.el: Remove SKK from Keywords. Require
17693 ja-dic-utl instead of skkdic-utl.
17694
17695 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
17696 Provide ja-dic-cnv instead of skkdic-cnv.
17697 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
17698 (iso-2022-7bit-short): Add safe-charsets property.
17699 (skkdic-convert-postfix): Search Japanese chou-on character in
17700 addition to Hiragana character.
17701 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
17702 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
17703 (batch-skkdic-convert): Likewise.
17704
17705 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
17706 Provide ja-dic-utl instead of skkdic-utl.
17707 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
17708
17709 2000-08-24 Dave Love <fx@gnu.org>
17710
17711 * disp-table.el (standard-display-default): Make the test of `l'
17712 useful.
17713
17714 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
17715 mod sample text.
17716
17717 * international/iso-ascii.el: Make pilcrow convenient string
17718 consistent with section.
17719 (iso-ascii-display): Set up multibyte characters as well as
17720 unibyte.
17721
17722 2000-08-24 Kenichi Handa <handa@etl.go.jp>
17723
17724 * international/mule-cmds.el (reset-language-environment): Set
17725 default-process-coding-system to '(undecided . iso-latin-1), which
17726 makes process I/O almost consistent with file I/O. Call this
17727 function when mule-cmds.el[c] is loaded.
17728
17729 2000-08-22 Andrew Innes <andrewi@gnu.org>
17730
17731 * makefile.w32-in: New file.
17732
17733 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
17734
17735 * comint.el (comint-output-filter): Compare end of
17736 comint-last-output-overlay with the start of the newly inserted
17737 text, not the end, when deciding whether to extend it.
17738 Set saved-point's insertion type to advance after insertion.
17739
17740 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
17741 since this is now done independently of font-lock mode.
17742
17743 2000-08-21 Gerd Moellmann <gerd@gnu.org>
17744
17745 * server.el (server-kill-new-buffers): New user option.
17746 (server-existing-buffer): New buffer-local variable.
17747 (server-visit-files): When using an existing buffer, set
17748 server-existing-buffer to t.
17749 (server-buffer-done): If server-kill-new-buffers is t, kill the
17750 buffer, unless it was already present before visiting it with
17751 Emacs server.
17752
17753 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
17754
17755 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
17756 even if the display doesn't support colors: some displays will
17757 support bold/underline faces.
17758
17759 2000-08-21 Gerd Moellmann <gerd@gnu.org>
17760
17761 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
17762
17763 * startup.el (command-line): If user's init file had an error,
17764 add explanatory text to *Messages*.
17765
17766 2000-08-21 Kenichi Handa <handa@etl.go.jp>
17767
17768 * man.el (Man-getpage-in-background): Decode the process output by
17769 the system locale coding system.
17770
17771 2000-08-20 Dave Love <fx@gnu.org>
17772
17773 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
17774 Don't test x-popup-menu.
17775 (function) <complete-function>: Complete only fbound symbols.
17776 <validate, value>: New.
17777 (variable) <complete-function>: Complete only bound symbols.
17778 (coding-system): Add :base-only, :complete-function, :validate,
17779 :value, :prompt-match.
17780 (widget-coding-system-prompt-value): Use read-coding-system and
17781 act on :base-only.
17782 (editable-field): Add :help-echo.
17783 (widget-push-button-gui, widget-push-button-cache)
17784 (widget-gui-action, widget-editable-list-gui): COmment out, along
17785 with uses.
17786 (widget-at): Make arg optional.
17787 (widget-echo-help): Adjust for current help-echo calling sequence.
17788 (widget-specify-field, widget-specify-button)
17789 (widget-specify-insert, widget-get-sibling, widget-image-find)
17790 (widget-convert, widget-insert, widget-leave-text)
17791 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
17792 (widget-setup, widget-field-find, widget-before-change)
17793 (widget-after-change, widget-default-complete)
17794 (widget-default-create, widget-default-delete)
17795 (widget-push-button-value-create, editable-field)
17796 (widget-field-prompt-value, widget-field-validate)
17797 (widget-choice-value-create, widget-choice-action)
17798 (widget-choice-validate, widget-checklist-add-item)
17799 (widget-radio-add-item, widget-radio-chosen)
17800 (widget-radio-value-inline, widget-editable-list-value-create)
17801 (widget-editable-list-entry-create)
17802 (widget-documentation-link-add)
17803 (widget-documentation-string-value-create)
17804 (widget-regexp-validate, widget-file-complete)
17805 (widget-sexp-validate, widget-plist-convert-widget)
17806 (widget-plist-convert-widget, widget-alist-convert-widget)
17807 (widget-alist-convert-widget, widget-color-complete): Simplify,
17808 particularly to avoid bindings which aren't optimized out.
17809
17810 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
17811 Doc fix.
17812 (down-list, backward-up-list, up-list, kill-sexp)
17813 (backward-kill-sexp, mark-sexp): Make arg optional.
17814 (lisp-complete-symbol): Add optional arg PREDICATE.
17815
17816 * cus-start.el: Add display-buffer-reuse-frames,
17817 file-coding-system-alist.
17818
17819 2000-08-20 Gerd Moellmann <gerd@gnu.org>
17820
17821 * startup.el (command-line): Clear realized faces after
17822 modifying TTY color mappings.
17823
17824 2000-08-20 Miles Bader <miles@gnu.org>
17825
17826 * faces.el (face-attr-match-p): Don't return true if ATTRS are
17827 merely a subset of FACE's attributes.
17828
17829 2000-08-19 Miles Bader <miles@gnu.org>
17830
17831 * comint.el (comint-output-filter): Save the point with a marker,
17832 not just a buffer position.
17833
17834 * international/mule.el (set-buffer-process-coding-system): Make
17835 interactive prompt less confusing.
17836
17837 2000-08-19 Gerd Moellmann <gerd@gnu.org>
17838
17839 * hilit-chg.el: General cleanup of doc strings, comments and
17840 code formatting.
17841
17842 2000-08-19 Miles Bader <miles@gnu.org>
17843
17844 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
17845 Compiler macro removed; beginning-of-line is no longer always
17846 equivalent to forward-line, in the presence of fields.
17847
17848 * comint.el (comint-output-filter): Remove ad-hoc saving of
17849 restriction, and just use save-restriction, now that it works
17850 correctly. Don't adjust comint-last-input-start to account for
17851 our insertion; it shouldn't have moved because we don't use
17852 insert-before-markers anymore. Comment out call to
17853 `force-mode-line-update'; why is it here?
17854
17855 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
17856 while checking for prompt to delete. Use `forward-line 0'
17857 instead of beginning-of-line.
17858 (gud-filter): Temporarily widen gud comint buffer while
17859 examining output.
17860
17861 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
17862
17863 * progmodes/sh-script.el: Big bag of typos.
17864
17865 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
17866 check since ispell-process is not bound when ispell is not yet loaded.
17867
17868 2000-08-18 Dave Love <fx@gnu.org>
17869
17870 * image.el (find-image): Copy `spec' before using plist-put.
17871
17872 2000-08-18 Gerd Moellmann <gerd@gnu.org>
17873
17874 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
17875 `portugues'.
17876
17877 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
17878 backward-kill-sexp, analogous to kill-sexp.
17879
17880 * progmodes/icon.el (icon-indent-line)
17881 (icon-is-continuation-line): Handle comments specially.
17882
17883 2000-08-17 Ken Stevens <k.stevens@ieee.org>
17884
17885 * ispell.el: Set to standard author/maintainer/keyword fields.
17886 Fine tuning to menu map appearance and operation, and added help.
17887 Remove `start' and `end' error messages when compiling.
17888 (ispell-choices-win-default-height): Fixed comment string.
17889 (ispell-dictionary-alist-1): Fixed regexp in castellano and
17890 castellano8 dictionaries.
17891 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
17892 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
17893 dictionary, added italiano dictionary.
17894 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
17895 word character
17896 (ispell-tex-skip-alists): Added psfig support.
17897 (ispell-skip-html): Renamed from ispell-skip-sgml.
17898 (ispell-begin-skip-region-regexp, ispell-skip-region)
17899 (ispell-minor-check): Improved html skipping support to skip across
17900 code, and recognize `&' commands without propper `;' syntax;
17901 (ispell-process-line): Fix alignment error when manually
17902 correcting spelling.
17903 (ispell): Fix comment string.
17904 (ispell-add-per-file-word-list): Always put word list on new line.
17905
17906 2000-08-17 Gerd Moellmann <gerd@gnu.org>
17907
17908 * format.el (format-encode-run-method): Fix error message to say
17909 `encode' instead of `decode'. Use save-window-excursion around
17910 shell-command-on-region as in format-decode-run-method because
17911 shell-command-on-region can display a buffer with error output.
17912 (format-decode): Don't record undo information for the decoding.
17913 (format-annotate-function): Add parameter FORMAT-COUNT. Make
17914 that number part of the temporary buffer name so that more than
17915 one decoding using a temporary buffer can happen safely.
17916
17917 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
17918 of `A-z' in the regexp.
17919
17920 * hilit-chg.el: Fix typos in commentary.
17921
17922 * help.el (view-emacs-news): Rewritten for new naming scheme
17923 for old NEWS files.
17924
17925 * startup.el (command-line): Pop to *Messages* in case an error
17926 is signaled while loading user-init-file.
17927
17928 2000-08-17 Andreas Schwab <schwab@suse.de>
17929
17930 * files.el (insert-directory): Don't lose original file name,
17931 undoing an undocumented change.
17932
17933 2000-08-17 Alex Schroeder <alex@gnu.org>
17934
17935 * sql.el (sql-magic-go): Use comint-bol.
17936 (sql-copy-column): Use comint-line-beginning-position.
17937 (comint-line-beginning-position): Define a replacement for
17938 comint-line-beginning-position if it is not fboundp.
17939
17940 2000-08-17 Alex Schroeder <alex@gnu.org>
17941
17942 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
17943 it didn't have any effect anyway.
17944
17945 2000-08-17 Alex Schroeder <alex@gnu.org>
17946
17947 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
17948 --pset and pager=off instead of sending \\o|cat at the beginning
17949 of the session.
17950
17951 2000-08-17 Miles Bader <miles@gnu.org>
17952
17953 * progmodes/octave-inf.el: Add compatibility definition of
17954 comint-line-beginning-position.
17955
17956 2000-08-17 Kenichi Handa <handa@etl.go.jp>
17957
17958 * startup.el (normal-top-level): Look in each dir in load-path for
17959 a leim-list.el file too. This assures of loading leim-list.el
17960 that is created at Emacs installation time even if a user have his
17961 own leim-list.el.
17962
17963 2000-08-17 Miles Bader <miles@gnu.org>
17964
17965 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
17966 foreground color to black if the background is dark.
17967
17968 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
17969
17970 * loadhist.el (unload-feature): Typo.
17971
17972 * finder.el (finder-compile-keywords):
17973 * cus-dep.el (custom-make-dependencies): Add local-variable settings
17974 to the generated file.
17975
17976 * mail/mh-e.el (mh-make-local-vars):
17977 Replace make-variable-buffer-local with make-local-variable.
17978
17979 * play/landmark.el:
17980 * options.el (Edit-options-{set,toggle,t,nil}):
17981 * mail/mailabbrev.el (mail-abbrevs-mode):
17982 * textmodes/tex-mode.el (tex-expand-files):
17983 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
17984
17985 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
17986
17987 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
17988 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
17989 Allow going past the last element.
17990 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
17991 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
17992 (cvs-mouse-toggle-mark): Don't move point.
17993 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
17994
17995 * progmodes/compile.el (grep): Provide a default set of files.
17996 (next-error): Docstring fix.
17997 (compilation-find-file): Avoid find-file (fails in a dedicated window).
17998
17999 * emacs-lisp/easy-mmode.el (define-minor-mode):
18000 Use `symbol-value' to keep the byte-compiler quiet.
18001
18002 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
18003 (diff-find-source-location): New fun, extracted from diff-goto-source.
18004 (diff-goto-source): Use it.
18005 (diff-next-complex-hunk, diff-filter-lines): New function.
18006 (diff-apply-hunk): New command.
18007
18008 * smerge-mode.el (smerge-mode-menu): Doc fix.
18009
18010 * msb.el (msb-mode): Define it in terms of define-minor-mode.
18011
18012 2000-08-16 Dave Love <fx@gnu.org>
18013
18014 * windmove.el (windmove) <defgroup>: Add :version.
18015
18016 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
18017 (goto-address-fontify-p, goto-address-highlight-p)
18018 (goto-address-url-face, goto-address-url-mouse-face)
18019 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
18020 (goto-address-url-regexp): Use thing-at-point-url-regexp.
18021 (goto-address-fontify, goto-address-at-mouse): Simplify,
18022 (goto-address-at-point): browse-url-url-at-point,
18023 goto-address-find-address-at-point can return nil.
18024 (goto-address-find-address-at-point): Return nil on failure.
18025
18026 * align.el (align) <defgroup>: Add :version.
18027
18028 * calculator.el (calculator): Add :version.
18029 (calculator): Use two lines for calculator window if `modeline'
18030 face is boxed.
18031
18032 * play/5x5.el: Doc fixes.
18033 (5x5) <defgroup>: Add :version.
18034
18035 * play/fortune.el (fortune) <defgroup>: Add :version.
18036 (fortune-append): Fix error message.
18037 (fortune-from-region): Doc fix.
18038
18039 * play/pong.el (pong): Doc fix.
18040
18041 * play/morse.el: Keywords, commentary, autoloads.
18042
18043 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
18044
18045 * desktop.el (desktop-save): Don't look at symbol-value of a
18046 member of minor-mode-alist, unless it is boundp.
18047
18048 2000-08-16 Sam Steingold <sds@gnu.org>
18049
18050 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
18051 `while'; use `with-current-buffer' instead of `save-excursion'.
18052 Removed unnecessary kludges now that "*Buffer List*" is excluded.
18053
18054 2000-08-16 Kenichi Handa <handa@etl.go.jp>
18055
18056 * international/ccl.el (declare-ccl-program): Docstring modified.
18057 (ccl-execute-with-args): Likewise.
18058
18059 2000-08-16 Miles Bader <miles@gnu.org>
18060
18061 * progmodes/sql.el: Add compatibility definition of
18062 comint-line-beginning-position.
18063
18064 2000-08-15 Gerd Moellmann <gerd@gnu.org>
18065
18066 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
18067 'buffer-menu' property.
18068 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
18069 fails.
18070 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
18071 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
18072 wasn't killed.
18073
18074 * buff-menu.el (list-buffers-noselect): Don't display the
18075 *Buffer List* buffer.
18076
18077 * font-lock.el: Require jit-lock to prevent a very late
18078 `Loading jit-lock' message.
18079
18080 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
18081 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
18082 mail address.
18083
18084 2000-08-15 Miles Bader <miles@gnu.org>
18085
18086 * textmodes/ispell.el (ispell-graphic-p): New constant.
18087 (ispell-choices-win-default-height, ispell-help): Use
18088 `ispell-graphic-p' instead of `xemacsp'.
18089
18090 2000-08-15 Dave Love <fx@gnu.org>
18091
18092 * simple.el: Autoload widget-convert when compiling.
18093 (mail-user-agent): Doc fix.
18094
18095 * help.el (function-called-at-point, variable-at-point): Use
18096 with-syntax-table.
18097 (help-manyarg-func-alist): Add insert-and-inherit.
18098
18099 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
18100
18101 * delsel.el (delsel-unload-hook): New function.
18102
18103 * find-file.el: Doc fixes. Move provide to end.
18104 (ff) <defgroup>: Add :link.
18105 (ff-goto-click): Deleted.
18106 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
18107 Use mouse-set-point.
18108
18109 * textmodes/tildify.el: Doc fixes.
18110 (tildify) <defgroup>: Add:version.
18111
18112 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
18113 (glasses-custom-set): Use set-default, not set.
18114 (minor-mode-alist): Propertize the lighter.
18115 (glasses-mode): Provide optional arg.
18116
18117 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
18118 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
18119 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
18120 option. Provide :type.
18121 (cwarn-configuration): Provide :type.
18122 (cwarn-mode): Doc fix.
18123
18124 * add-log.el (change-log-merge): Doc fix.
18125 (change-log-redate): New command.
18126
18127 * net/browse-url.el (browse-url-filename-alist): Add a clause for
18128 Doze and Dog.
18129 (browse-url): Use dolist, not mapcar.
18130 (browse-url-at-point): Check for null url.
18131 (browse-url-event-buffer, browse-url-event-point): Functions
18132 deleted.
18133 (browse-url-at-mouse, browse-url-netscape): Simplify.
18134
18135 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
18136 modes.
18137 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
18138 Fix previous change to mapcan.
18139 (msb--init-file-alist, msb--add-separators)
18140 (msb--make-keymap-menu): Simplify.
18141 (msb--choose-file-menu): Use copy-sequence.
18142 (msb-mode-map): Add title to keymap.
18143 (msb-unload-hook): New function.
18144
18145 * bs.el: Fix indentation.
18146 (bs) <defgroup>: Add :links.
18147 (bs-show): Doc fix.
18148 (bs-apply-sort-faces): Don't use window-system.
18149 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
18150
18151 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
18152
18153 * calendar/timeclock.el (timeclock-file): Run .timelog through
18154 convert-standard-filename.
18155
18156 2000-08-14 Gerd Moellmann <gerd@gnu.org>
18157
18158 * emacs-lisp/authors.el: New file.
18159
18160 * paren.el (show-paren-priority): New user option.
18161 (show-paren-function): Set overlay priorities to
18162 show-paren-priority.
18163
18164 2000-08-14 Miles Bader <miles@gnu.org>
18165
18166 * comint.el (comint-bol): Use `forward-line 0' instead of calling
18167 beginning-of-line with inhibit-field-text-motion bound.
18168
18169 2000-08-14 Gerd Moellmann <gerd@gnu.org>
18170
18171 * calendar/timeclock.el: New file.
18172
18173 2000-08-14 David Ponce <david@dponce.com>
18174
18175 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
18176 `widget-button-click'. so that one can use left mouse button to
18177 click on dialog buttons.
18178
18179 2000-08-14 Emmanuel Briot <briot@gnat.com>
18180
18181 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
18182 identifiers, since XML is case sensitive
18183
18184 2000-08-12 Miles Bader <miles@gnu.org>
18185
18186 * comint.el (comint-output-filter): Don't bother frobbing
18187 window-start, it doesn't seem to be necessary.
18188
18189 * comint.el (comint-send-string, comint-send-region): Make into
18190 real functions. Snapshot the prompt before sending.
18191
18192 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
18193
18194 * info.el (Info-find-emacs-command-nodes): Rewrite to use
18195 technique similar to Info-index, instead of relying on specific
18196 names of relevant Index nodes.
18197 (Info-goto-emacs-command-node): Bind Info-history to nil when
18198 going to the first node found by Info-find-emacs-command-nodes.
18199
18200 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
18201
18202 * menu-bar.el (menu-bar-help-menu): Add a :help string.
18203
18204 2000-08-10 Miles Bader <miles@gnu.org>
18205
18206 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
18207
18208 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
18209
18210 * info.el (Info-file-list-for-emacs): More elements for the
18211 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
18212 and woman manuals.
18213
18214 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
18215
18216 * comint.el (comint-send-input): Make the newline boundary overlay
18217 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
18218 (comint-output-filter): Use `insert' instead of
18219 `insert-before-markers'. Extend comint-last-output-overlay when
18220 necessary since we can't rely on insert-before-markers to do it.
18221 * gud.el (gud-filter): Use `with-current-buffer' instead of
18222 save-excursion when inserting the output, so that point gets
18223 updated correctly; the old method relied on a rather dodgy
18224 side-effect of comint-output-filter to avoid the effect of
18225 save-excursion.
18226
18227 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
18228
18229 * files.el (recover-file): Call insert-directory instead of
18230 invoking `ls' directly.
18231
18232 2000-08-10 Miles Bader <miles@gnu.org>
18233
18234 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
18235 (comint-last-prompt-overlay): New variables.
18236 (comint-output-filter): Implement prompt highlighting.
18237 (comint-snapshot-last-prompt): New function.
18238 (comint-send-input): Snapshot the last prompt.
18239 Use comint-highlight-input-face.
18240 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
18241 Use defface instead of defcustom.
18242 (send-invisible, comint-send-eof): Snapshot the last prompt.
18243 (comint-delchar-or-maybe-eof): Use comint-send-eof.
18244 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
18245
18246 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
18247
18248 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
18249 (regexp-opt-group): Use a list of chars for `letters'.
18250 (regexp-opt-charset): `chars' is now a list of chars.
18251 Use a char-table rather than a vector so it works for multibyte chars.
18252
18253 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
18254 Set cvs-minor-current-files to the selected fileinfo.
18255 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
18256 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
18257
18258 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
18259
18260 * files.el (insert-directory): Don't call access-file on
18261 directories on DOS and Windows.
18262
18263 2000-08-09 Kenichi Handa <handa@etl.go.jp>
18264
18265 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
18266 longer if necessary.
18267 (ccl-embed-code): Call ccl-embed-data to store CODE in
18268 ccl-program-vector.
18269
18270 2000-08-09 Miles Bader <miles@gnu.org>
18271
18272 * comint.el (comint-output-filter): Properly handle the case where
18273 the text surrounded by comint-last-output-overlay was deleted.
18274
18275 2000-08-08 Gerd Moellmann <gerd@gnu.org>
18276
18277 * info.el (Info-insert-dir): Use Info-additional-directory-list if
18278 non-nil.
18279 (Info-file-list-for-emacs): Remove "info" from the list because
18280 that leads to trying to use the documentation from file `info'
18281 in various situations where it isn't appropriate, for instance
18282 C-h C-k C-h i.
18283
18284 * ffap.el (ffap-read-file-or-url-internal): Handle case that
18285 DIR and/or STRING are nil.
18286
18287 * progmodes/compile.el (compilation-setup): Make variable
18288 compilation-error-screen-columns buffer-local, as some comment
18289 in the code suggests it should be.
18290
18291 * files.el (auto-mode-interpreter-regexp): New variable.
18292 (set-auto-mode): Use it.
18293
18294 * indent.el (indent-for-tab-command): Doc fix.
18295
18296 * mouse-sel.el (mouse-sel-mode): Doc fix.
18297
18298 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
18299 labels.
18300
18301 * help.el (print-help-return-message): When
18302 display-buffer-reuse-frames is set, let the help window been quit,
18303 instead of deleting it, which might delete a reused frame.
18304
18305 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
18306
18307 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
18308 rename a directory to a name that differs only by its letter case.
18309
18310 2000-08-08 Kenichi Handa <handa@etl.go.jp>
18311
18312 * international/quail.el (quail-define-rules): Handle Quail decode
18313 map correctly. Add code for supporting annotations.
18314 (quail-install-decode-map): New function.
18315 (quail-defrule-internal): New optional arguments decode-map and
18316 props.
18317 (quail-advice): New function.
18318
18319 2000-08-07 Sam Steingold <sds@gnu.org>
18320
18321 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
18322 `defconst', `define-condition', `with-slots'.
18323 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
18324
18325 2000-08-03 Miles Bader <miles@gnu.org>
18326
18327 * comint.el (comint-use-prompt-regexp-instead-of-fields):
18328 New variable.
18329 (comint-prompt-regexp, comint-get-old-input): Document dependence on
18330 comint-use-prompt-regexp-instead-of-fields.
18331 (comint-send-input): Add `input' field property to stuff we send to
18332 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
18333 (comint-output-filter): Add `output' field property to process
18334 output, if comint-use-prompt-regexp-instead-of-fields is nil.
18335 (comint-replace-by-expanded-history)
18336 (comint-get-old-input-default, comint-show-output)
18337 (comint-backward-matching-input, comint-forward-matching-input)
18338 (comint-next-prompt, comint-previous-prompt): Use field
18339 properties if comint-use-prompt-regexp-instead-of-fields is nil.
18340 (comint-line-beginning-position): New function.
18341 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
18342 (comint-replace-by-expanded-history-before-point): Use
18343 comint-line-beginning-position and line-end-position.
18344 (comint-last-output-overlay): New variable.
18345 (comint-mode): Make `comint-last-output-overlay' buffer-local.
18346
18347 * shell.el (shell-prompt-pattern): Doc change.
18348 (shell-backward-command): Use line-beginning-position.
18349
18350 * gud.el (gud-gdb-complete-command): Use
18351 comint-line-beginning-position.
18352
18353 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
18354 comint-bol doesn't actually go to the beginning of the line.
18355
18356 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
18357 if comint-use-prompt-regexp-instead-of-fields is non-nil.
18358 (try-expand-line-all-buffers): Likewise.
18359
18360 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
18361 explicitly matching comint-prompt-regexp.
18362 (sql-copy-column): Use comint-line-beginning-position instead of
18363 explicitly matching comint-prompt-regexp.
18364
18365 * progmodes/octave-inf.el (inferior-octave-complete): Use
18366 comint-line-beginning-position.
18367
18368 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
18369
18370 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
18371 looking for a prompt, use `forward-line 0' instead of
18372 `beginning-of-line', to avoid getting caught by an input field.
18373
18374 2000-08-07 Gerd Moellmann <gerd@gnu.org>
18375
18376 * files.el (shell-quote-wildcard-pattern): Make sure to return
18377 PATTERN, in the Unix case.
18378
18379 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
18380
18381 * play/zone.el (zone): Discard any pending input before running
18382 the randomly-chosen pgm.
18383
18384 2000-08-07 Kenichi Handa <handa@etl.go.jp>
18385
18386 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
18387 checking the existence of any multibyte characters.
18388
18389 2000-08-06 Gerd Moellmann <gerd@gnu.org>
18390
18391 * help.el (describe-mode): Test minor-mode symbol for being
18392 bound before testing its value for being nil.
18393
18394 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
18395 `first', `second', and `third'.
18396
18397 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
18398 (second): Make it an alias for `cadr'.
18399
18400 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
18401
18402 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
18403 types of display support faces now.
18404
18405 2000-08-05 Gerd Moellmann <gerd@gnu.org>
18406
18407 * pcvs.el (require): Require `cl' during compilation, only.
18408
18409 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
18410 (toplevel): Remove `remq' and `remove' from autoloads.
18411 (cl-fake-autoloads): New variable. If set, arrange for an error
18412 when CL functions etc. are autoloaded.
18413
18414 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
18415
18416 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
18417
18418 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
18419 popped up, but the user clicks outside the menu, return an empty
18420 regexp (that causes unhighlight-regexp to have no effect).
18421
18422 * menu-bar.el (menu-bar-games-menu): Add Zone.
18423
18424 * hi-lock.el (toplevel): Require font-lock.
18425
18426 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18427
18428 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
18429 (ebnf-8-bit-chars): New var for bug fix.
18430 (ebnf-string): Bug fix.
18431
18432 2000-08-03 Sam Steingold <sds@gnu.org>
18433
18434 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
18435 instead of `buffer-string'.
18436 (require 'cl): Always, not just when compiling.
18437 `ignore-errors' in `interactive', `list*', `defun*' &c make this
18438 necessary.
18439
18440 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
18441
18442 * international/mule-cmds.el (select-safe-coding-system): Make
18443 the message text about selecting a safe coding system more clear.
18444
18445 2000-08-02 Gerd Moellmann <gerd@gnu.org>
18446
18447 * hi-lock.el: New file.
18448
18449 * play/zone.el: New file.
18450
18451 * replace.el (occur): Set tab-width in the *Occur* buffer to the
18452 value of tab-width in the original buffer. Choose a line number
18453 format that's a multiple of the original buffer's tab width, so
18454 that lines appear right.
18455
18456 * textmodes/ispell.el (ispell): New function, replacing an alias.
18457 Spell-check active region if in transient-mark-mode and mark
18458 is active; otherwise spell-check buffer.
18459
18460 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18461
18462 * ps-mule.el: Fix a customization problem on
18463 ps-mule-font-info-database-default.
18464
18465 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
18466
18467 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
18468 display-mouse-p instead of window-system.
18469 (ebrowse-member-mode-map): Ditto.
18470
18471 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18472
18473 * progmodes/ebnf2ps.el: Update ps-print functions call.
18474 Indentation fix. Doc fix.
18475 (ebnf-version): New version number (3.2).
18476 (ebnf-format-color, ebnf-begin-job): Code fix.
18477
18478 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
18479
18480 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
18481 font lock support on window-system.
18482 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
18483
18484 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
18485 display-color-p, if fboundp, instead of window-system.
18486
18487 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
18488
18489 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
18490 instead of window-system.
18491
18492 * wid-edit.el (widget-choose): Use display-mouse-p instead of
18493 window-system.
18494 (widget-choice-mouse-down-action): Use display-popup-menus-p
18495 instead of window-system.
18496
18497 * strokes.el (strokes-file): Run the file name through
18498 convert-standard-filename.
18499 (strokes-mode): Call display-mouse-p instead of looking at
18500 window-system. Change the error message accordingly.
18501
18502 * progmodes/cpp.el (toplevel): Support faces on tty's.
18503
18504 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
18505 (lm-plot-square, lm-init-display): Don't use window-system.
18506
18507 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
18508 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
18509
18510 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
18511 instead of looking at window-system.
18512
18513 2000-07-30 Gerd Moellmann <gerd@gnu.org>
18514
18515 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
18516 of testing if iswitchb-prepost-hooks is bound, because the
18517 latter will always be true when invoking a recursive minibuffer
18518 from an active Iswitchb buffer.
18519
18520 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
18521
18522 * files.el (shell-quote-wildcard-pattern): New function.
18523 (insert-directory): Call it. Only prepend "\" to command on Unix
18524 and GNU/Linux systems.
18525
18526 2000-07-30 Gerd Moellmann <gerd@gnu.org>
18527
18528 * eshell/esh-groups.el: Change custom :link file names
18529 from `eshell.info' to `eshell'.
18530
18531 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
18532
18533 * dired.el (dired-build-subdir-alist): Expand subdirectory names
18534 correctly in recursive ange-ftp listings.
18535
18536 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18537
18538 * ps-print.el: Fix bug 1: if ps-font-size-internal,
18539 ps-header-font-size-internal and
18540 ps-header-title-font-size-internal variables are not set,
18541 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
18542 face text property is (foreground-color . COLOR) or
18543 `(background-color . COLOR)', ps-print crashes. Doc fix.
18544 (ps-print-version): New version number (5.2.4).
18545 (ps-plot-region): Code fix.
18546 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
18547 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
18548 Bug fix 2.
18549
18550 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
18551
18552 * glasses.el (glasses-make-readable): Fix uncapitalization of
18553 identifiers like `myXMLDocument'.
18554
18555 2000-07-28 Karl Fogel <kfogel@red-bean.com>
18556
18557 * mail/mail-hist.el (mail-hist-previous-input)
18558 (mail-hist-next-input): Do the obvious code factorization.
18559 (mail-hist-retrieve-and-insert): New func, contains common
18560 code of above two.
18561 If inserting a message body, leave point at top.
18562
18563 2000-07-28 Sam Steingold <sds@gnu.org>
18564
18565 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18566 Use `<=', not `<' to compare times!
18567 (ange-ftp-ls): Remove.
18568
18569 2000-07-27 Gerd Moellmann <gerd@gnu.org>
18570
18571 * play/cookie1.el: Add explanation of how to make cookie.el
18572 compatible with strfile(1) to comment.
18573
18574 * subr.el (remove, remq): New functions.
18575
18576 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
18577 escape `*' in regexps.
18578 (midnight-find): Reverse order of arguments in the funcall of
18579 TEST.
18580
18581 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
18582 and `.class'.
18583
18584 * play/meese.el: Add Commentary section.
18585
18586 2000-07-27 Alex Schroeder <alex@gnu.org>
18587
18588 * sql.el (sql-ms): Added autoload cookie.
18589 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
18590 (sql-oracle): Ditto.
18591 (sql-help): Doc change.
18592
18593 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
18594 types and exceptions.
18595
18596 2000-07-27 Alex Schroeder <alex@gnu.org>
18597
18598 * sql.el (sql-placeholder-history): New variable.
18599 (sql-query-placeholders-and-send): New function that will query
18600 the user and replace placeholders with user input.
18601 (sql-oracle): If running on NT, set comint-input-sender to
18602 sql-query-placeholders-and-send.
18603
18604 (sql-stop): If in the SQLi buffer, insert stop notification, else
18605 present it as a message.
18606
18607 2000-07-27 Alex Schroeder <alex@gnu.org>
18608
18609 * sql.el (sql-input-ring-separator): Doc change.
18610 (sql-input-ring-file-name): Doc change.
18611 (sql-interactive-mode): Use `sql-input-ring-separator' and
18612 `sql-input-ring-file-name' to set the comint-mode equivalents
18613 without making them local variables.
18614 (sql-stop): Don't bind `sql-input-ring-separator' and
18615 `sql-input-ring-file-name' dynamically to their comint-mode
18616 equivalents.
18617
18618 2000-07-27 Kenichi Handa <handa@etl.go.jp>
18619
18620 * international/mule.el (register-char-codings): New function.
18621 (make-coding-system): Handle `safe-chars' specification in the arg
18622 PROPERTY.
18623
18624 * international/mule-cmds.el
18625 (find-coding-systems-region-subset-p): This function deleted.
18626 (sort-coding-systems-predicate): New variable.
18627 (sort-coding-systems): New function.
18628 (find-coding-systems-region): Use
18629 find-coding-systems-region-internal.
18630 (find-coding-systems-string): Use find-coding-systems-region.
18631 (find-coding-systems-for-charsets): Check
18632 char-coding-system-table.
18633 (select-safe-coding-system-accept-default-p): New variable.
18634 (select-safe-coding-system): Mostly rewritten. New argument
18635 ACCEPT-DEFAULT-P.
18636 (select-message-coding-system): Call select-safe-coding-system
18637 with ACCEPT-DEFAULT-P arg.
18638 (reset-language-environment): Reset default-sendmail-coding-system
18639 to the default value iso-latin-1.
18640 (set-language-environment): Don't set the obsolete variable
18641 charset-origin-alist.
18642
18643 * international/codepage.el (cp-coding-system-for-codepage-1):
18644 Give `safe-chars' property to make-coding-system.
18645
18646 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
18647 calling select-message-coding-system twice.
18648
18649 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
18650 instead of `safe-charsets'.
18651 (cyrillic-alternativnyj): Likewise.
18652 (ccl-encode-alternativnyj): Don't check the charset
18653 cyrillic-iso8859-5.
18654
18655 2000-07-27 Kenichi Handa <handa@etl.go.jp>
18656
18657 * composite.el (compose-chars-after): Preserve match data.
18658
18659 2000-07-26 Sam Steingold <sds@gnu.org>
18660
18661 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
18662 (ange-ftp-real-file-newer-than-file-p): New function.
18663 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
18664 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
18665
18666 * tooltip.el (tooltip-float-time): Removed (use `float-time').
18667 * midnight.el (midnight-float-time): Ditto.
18668
18669 2000-07-26 Andreas Schwab <schwab@suse.de>
18670
18671 * files.el (normal-backup-enable-predicate): Correct
18672 interpretation of the return value of compare-strings.
18673
18674 2000-07-26 Gerd Moellmann <gerd@gnu.org>
18675
18676 * isearch.el (isearch-resume): New function.
18677 (isearch-done): Add something to command-history to resume
18678 the search.
18679 (isearch-yank-line, isearch-yank-word): Use
18680 buffer-substring-no-properties instead of buffer-substring.
18681
18682 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
18683 of flyspell-mouse-map.
18684
18685 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
18686 duplicate definition.
18687 (makefile-mode): Remove duplicate setting of local-abbrev-table.
18688
18689 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
18690 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
18691
18692 2000-07-25 Sam Steingold <sds@gnu.org>
18693
18694 * net/ange-ftp.el: Get modtime over the net.
18695 (ange-ftp-file-modtime): New function.
18696 (ange-ftp-write-region, ange-ftp-insert-file-contents)
18697 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
18698 Use it.
18699 (ange-ftp-dot-to-slash): New function.
18700 (ange-ftp-fix-name-for-vms): Use it.
18701
18702 * midnight.el (midnight-buffer-display-time): Use
18703 `with-current-buffer'.
18704
18705 2000-07-25 Gerd Moellmann <gerd@gnu.org>
18706
18707 * find-dired.el: Update copyright notice.
18708 (find-dired): Offer to kill a running `find'.
18709
18710 * enriched.el (enriched-face-ans): For a `foreground-color'
18711 property, return '(("x-color" COLOR))' so that COLOR will be
18712 output as a parameter of the x-color annotation. Likewise for the
18713 `background-color' property. In the case of normal face
18714 properties, don't return annotations for unspecified foreground
18715 and background face attributes.
18716
18717 2000-07-25 Kenichi Handa <handa@etl.go.jp>
18718
18719 * language/japan-util.el (japanese-katakana-region): Fix handling
18720 HANKAKU argument.
18721
18722 2000-07-25 Miles Bader <miles@gnu.org>
18723
18724 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
18725 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
18726 constrain-to-field.
18727
18728 2000-07-24 Andrew Innes <andrewi@gnu.org>
18729
18730 * timer.el (timer-activate-when-idle): Add optional parameter
18731 DONT-WAIT. Update docstring.
18732 (run-with-idle-timer): Specify extra parameter to
18733 timer-activate-when-idle, so that timer will be activated
18734 immediately if Emacs is already idle.
18735
18736 * w32-fns.el (w32-using-nt): Fix docstring.
18737
18738 2000-07-24 Dave Love <fx@gnu.org>
18739
18740 * mouse.el (popup-menu): Set last-command-event.
18741 (mouse-major-mode-menu-prefix): Declare.
18742
18743 2000-07-24 Gerd Moellmann <gerd@gnu.org>
18744
18745 * textmodes/flyspell.el: Update to author's version 1.5d.
18746
18747 * progmodes/hideshow.el: Update copyright notice.
18748
18749 * vcursor.el: Set maintainer to FSF, since author cannot
18750 be reached.
18751
18752 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
18753
18754 * info.el (Info-goto-emacs-key-command-node): Leave a space after
18755 the prompt.
18756
18757 * mouse.el (popup-menu): Run the keymap through indirect-function,
18758 in case it was defined with define-prefix-key. If the menu is a
18759 list of keymaps, look up the binding of user's choice in each one
18760 of the keymaps.
18761 (mouse-popup-menubar): If the global and local menu-bar keymaps
18762 don't have a prompt string, create one and insert it into the
18763 keymap. Don't barf if current-local-map returns nil.
18764
18765 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
18766
18767 * dired.el (dired-sort-R-check): Added to allow recursive listing
18768 to be undone.
18769 (dired-sort-other): Use it.
18770
18771 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18772
18773 * Release of cc-mode 5.27
18774
18775 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18776
18777 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
18778 c-beginning-of-statement-1 that caused a bad case of recursion
18779 which could consume a lot of CPU in large classes in languages
18780 that have in-expression classes (i.e. Java and Pike).
18781
18782 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
18783 statements before top level constructs (i.e. case 6 is moved
18784 before case 5 and is now case 4) to catch in-expression
18785 classes in top level expressions correctly.
18786
18787 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18788
18789 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
18790 objc-method-intro. Case 4 removed and case 5I added.
18791
18792 * cc-langs.el (c-append-paragraph-start): New variable used by
18793 c-common-init to get paragraph-start correct.
18794 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
18795 initialize paragraph-start to make it correct both with and
18796 without the javadoc special case.
18797
18798 * cc-mode.el (java-mode): Use c-append-paragraph-start to
18799 initialize paragraph-start for javadoc markup.
18800
18801 * cc-vars.el (c-style-variables-are-local-p): Incompatible
18802 change by defaulting this to t. It's motivated by the
18803 confusing behavior that otherwise arise from the style system
18804 when editing both java and non-java files at the same time
18805 (see the comments about style setting in c-common-init).
18806
18807 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18808
18809 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
18810 similar to the one in c-fill-paragraph to check the fill
18811 prefix from the adaptive fill function for sanity.
18812
18813 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18814
18815 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
18816 defun block.
18817
18818 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18819
18820 * cc-align.el (c-lineup-multi-inher): Handle lines with
18821 leading comma nicely. Extended to handle member initializers
18822 too.
18823
18824 * cc-engine.el: (c-beginning-of-inheritance-list,
18825 c-guess-basic-syntax): Fixed recognition of inheritance lists
18826 when the lines begins with a comma.
18827
18828 * cc-vars.el (c-offsets-alist): Changed default for
18829 member-init-cont to c-lineup-multi-inher since it now handles
18830 member initializers and indents better for leading commas.
18831
18832 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18833
18834 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
18835 handling that caused class open lines to be recognized as
18836 statement-conts in some cases.
18837
18838 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
18839 guessed by the adaptive fill function unless point is on the
18840 first line of a block comment.
18841
18842 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
18843 when the buffer ends with a macro continuation char.
18844
18845 * cc-engine.el (c-guess-basic-syntax): Added support for
18846 function definitions as statements in Pike. The first
18847 statement in a lambda block is now labeled defun-block-intro
18848 instead of statement-block-intro.
18849
18850 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
18851 so that the class surrounding point is selected, not the one
18852 innermost in the state.
18853
18854 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
18855 recognition of switch labels having hanging multiline
18856 statements.
18857
18858 * cc-engine.el (c-beginning-of-member-init-list): Broke out
18859 some code in c-guess-basic-syntax to a separate function.
18860 * cc-engine.el (c-just-after-func-arglist-p): Fixed
18861 recognition of member inits with multiple line arglists.
18862 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
18863 member-init-cont when the commas are in funny places.
18864
18865 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18866
18867 * cc-defs.el (c-auto-newline): Removed this macro since it's
18868 not used anymore.
18869
18870 * cc-engine.el (c-looking-at-bos): New helper function.
18871 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
18872 inexpr and toplevel classes apart in Pike.
18873
18874 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
18875 of case 9A.
18876
18877 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
18878 constant, since "class" can introduce an in-expression class
18879 in Pike nowadays.
18880
18881 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18882
18883 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
18884 indentation on cpp-macro lines.
18885
18886 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
18887 a syntax modifier like comment-intro, to make it possible to
18888 get syntactic indentation for preprocessor directives. It's
18889 incompatible wrt to lineup functions on cpp-macro, but it has
18890 no observable effect in the 99.9% common case where cpp-macro
18891 is set to -1000.
18892
18893 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18894
18895 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
18896 member-init-cont when the preceding arglist is several lines.
18897
18898 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18899
18900 * cc-styles.el (c-style-alist): The basic offset for the BSD
18901 style corrected to 8.
18902
18903 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18904
18905 * cc-styles.el (c-style-alist): Adjusted the indentation of
18906 brace list openers in the gnu style.
18907
18908 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18909
18910 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
18911
18912 * cc-cmds.el (c-electric-brace, c-electric-slash,
18913 c-electric-star, c-electric-semi&comma, c-electric-colon,
18914 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
18915 when c-syntactic-indentation is nil.
18916
18917 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
18918 we were left at comments preceding the first statement when
18919 reaching the beginning of the buffer.
18920
18921 * cc-vars.el (c-syntactic-indentation): New variable to turn
18922 off all syntactic indentation.
18923
18924 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18925
18926 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
18927 between the text and the block comment ender when it hangs,
18928 depending on how many there are before the fill.
18929
18930 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18931
18932 * cc-engine.el (c-beginning-of-closest-statement): New helper
18933 function to go back to the closest preceding statement start,
18934 which could be inside a conditional statement.
18935 * cc-engine.el (c-guess-basic-syntax): Use
18936 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
18937
18938 * cc-engine.el (c-guess-basic-syntax): Better handling of
18939 arglist-intro, arglist-cont-nonempty and arglist-close when
18940 the arglist is nested inside parens. Cases 7A, 7C and 7F
18941 changed.
18942
18943 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
18944 up-to-date with javadoc 1.2.
18945
18946 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18947
18948 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
18949 multiline Pike type decls.
18950
18951 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18952
18953 * cc-cmds.el (c-indent-new-comment-line): Always break
18954 multiline comments in multiline mode, regardless of
18955 comment-multi-line.
18956
18957 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18958
18959 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
18960 fully::qualified::names in C++ member init lists. Preamble in
18961 case 5D changed.
18962
18963 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18964
18965 * cc-langs.el (c-common-init): Handling of obsolete variables
18966 moved to c-initialize-cc-mode. More compatible style override
18967 when using global style variables.
18968 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
18969 variables moved here.
18970
18971 * cc-styles.el (c-make-styles-buffer-local): Flag style
18972 variable localness in c-style-variables-are-local-p to make
18973 the compatibility measure in c-common-init work well.
18974
18975 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
18976 longer contain set-from-style.
18977 * cc-styles.el (c-initialize-builtin-style): Don't check for
18978 set-from-style on c-special-indent-hook.
18979 * cc-styles.el (c-copy-tree): Obsolete. The standard function
18980 copy-alist is sufficient now.
18981
18982 * cc-styles.el (c-set-style, c-set-style-1,
18983 c-get-style-variables): Fixes to variable initialization so
18984 that duplicate entries in styles have the same effect
18985 regardless of DONT-OVERRIDE.
18986
18987 * cc-styles.el (c-set-style-2): Fixed bug where the
18988 initialization of inheriting styles failed when the
18989 dont-override flag is set.
18990
18991 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
18992 on this.
18993
18994 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18995
18996 * cc-defs.el (c-forward-comment): Removed the workaround
18997 introduced in 5.38 since it had worse side-effects. If a line
18998 contains the string "//\"", it regarded the // as a comment
18999 start since the \ temporarily doesn't have escape syntax.
19000
19001 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
19002
19003 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
19004 ada-xref.el before ada-prj.el, so that the Project menu is created
19005 when ada-prj tries to add to it.
19006 (ada-activate-keys-for-case): Suppress the characters that are not
19007 part of the Ada syntax. Better compatibility with else-mode
19008 (ada-adjust-case-interactive): When auto-casing is not active,
19009 correctly insert newlines (used to insert only ^M). Prevent the
19010 syntax table from being changed in case of an error
19011 (or '_' becomes part of a word and some commands are confused).
19012 Do nothing if ada-auto-case is nil.
19013 (ada-after-keyword-p): Ignore keywords that are also attributes
19014 (ada-batch-reformat): Update usage comment
19015 (ada-call-from-contextual-menu): New function
19016 (ada-case-read-exceptions): Reinitialize the casing exception list
19017 first to nil first, so that the casing exception file can be
19018 shared.
19019 (ada-check-defun-name): Handles "configure" keyword for gnatdist
19020 files.
19021 (ada-compile-goto-error): Fix regexp used to detect a file:line
19022 anywhere in the error message
19023 (ada-contextual-menu-last-point): New variable
19024 (ada-create-keymap): If the variable delete-key-deletes-forward is
19025 t on XEmacs, it means that DEL should delete one character
19026 forward.
19027 (ada-create-menu): Use :included instead of :visible for XEmacs.
19028 New submenu "Options".
19029 (ada-end-stmt-re): Correctly indent "select ... then abort"
19030 statements.
19031 (ada-fill-comment-paragraph): Correctly delete all leading '--'
19032 even if they don't match ada-fill-comment-prefix Fix handling of
19033 paragraphs on the first or last line of a file.
19034 (ada-format-paramlist): Fix handling of default parameter values.
19035 (ada-get-body-name): New function.
19036 (ada-get-current-indent): Optimized by searchling directly for an
19037 existing generic part or a statement outside of it. Handle
19038 ada-indent-align-comments when indenting comments Replaced some
19039 regexps by testing directly the next character. This results in a
19040 huge speedup on some files. New indentation scheme for renames
19041 statements. Stop looking for the 'while' or 'for' associated with
19042 a 'loop' at the first semicolon encountered. A "return" can also
19043 match an anonymous access subprogram declaration.
19044 (ada-get-indent-noindent): Ignore strings and comments when
19045 looking for the keywords "record" and "private".
19046 (ada-goto-matching-decl-start): When matching "if", make sure we
19047 are not in fact seeing "end if". Ignore "when" statements except
19048 when initial keyword was "begin". Fix handling of nested
19049 procedures. Add a recursive call to this function to skip over
19050 other 'end' statmts. Fix indentation for "when .. => begin"
19051 (ada-in-open-paren-p): Fix indentation for complex boolean
19052 expressions, where 'and then', 'or else' and parenthesis
19053 statements are mixed up.
19054 (ada-in-paramlist-p): Skip comments while searching for the
19055 beginning Fix handling of operator declarations.
19056 (ada-indent-align-comments): New variable
19057 (ada-indent-current): Change the syntax table only in the
19058 protected section, so that we are sure it is restored correctly.
19059 (ada-indent-on-previous-lines): Use ada-use-indent and
19060 ada-with-indent Correctly indent "select ... then"
19061 (ada-indent-region): Slight speedup.
19062 (ada-indent-renames): New variable.
19063 (ada-last-which-function-subprog, ada-last-which-function-line):
19064 New variables
19065 (ada-looking-at-semi-private): Correctly indent the 'private'
19066 keyword when it is the first word in a package declaration.
19067 (ada-loose-case-word): Stop searching if at the end of the buffer.
19068 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
19069 even if point is not initially at the end of the word.
19070 (ada-matching-decl-start-re): Add "when".
19071 (ada-mode): Add support for abbrev-mode, outline-mode and
19072 which-func-mode Override the old find-file.el entry in
19073 ff-special-constructs since it is using the obsolete
19074 ada-spec-suffix variable
19075 (ada-no-auto-case): New function
19076 (ada-scan-paramlist): When parsing the argument type, accept
19077 spaces (as in "X 'Class", generated by Rational Rose).
19078 (ada-other-file-name): No longer loads the other file.
19079 (ada-popup-menu): Save and restore the current buffer and cursor
19080 position before and after displaying the menu.
19081 (ada-search-ignore-complex-boolean): New function.
19082 (ada-uncomment-region): Emacs21 already knows how to delete
19083 comments not starting in the first column.
19084 (ada-use-indent): New variable
19085 (ada-which-function): New function.
19086 (ada-with-indent): New variable
19087 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
19088 can be batch-compiled from the command line.
19089
19090 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
19091 Add to the menu when the file is loaded, not in ada-mode-hook.
19092 Add -toolbar to the default ddd command Switches moved from
19093 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
19094 ada-prj-default-comp-opt
19095 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
19096 Reference Manual to the menu
19097 (ada-check-current): rewritten as a call to ada-compile-current
19098 (ada-compile): Removed.
19099 (ada-compile-application, ada-compile-current, ada-check-current):
19100 Set the compilation-search-path so that compile.el automatically
19101 finds the sources in src_dir. Automatic scrollong of the
19102 compilation buffer. C-uC-cC-c asks for confirmation before
19103 compiling
19104 (ada-compile-current): New parameter, prj-field
19105 (ada-complete-identifier): Load the .ali file before doing
19106 processing
19107 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
19108 conform to gnatmake's behavior.
19109 (ada-find-file-in-dir): New function
19110 (ada-find-references): Set the environment variables for gnatfind
19111 (ada-find-src-file-in-dir): New function.
19112 (ada-first-non-nil): Removed
19113 (ada-gdb-application): Add support for jdb, the java debugger.
19114 (ada-get-ada-file-name): Load the original-file first if not done
19115 yet.
19116 (ada-get-all-references): Handles the new ali syntax (parent types
19117 are found between <>).
19118 (ada-initialize-runtime-library): New function
19119 (ada-mode-hook): Always load a project file when a file is opened,
19120 so that the casing exceptions are correctly read.
19121 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
19122 (ada-parse-prj-file): Use find-file-noselect instead of find-file
19123 to open the project file, since the latter does not work with
19124 speedbar Get default values before loading the prj file, or the
19125 default executable file name is wrong. Use the absolute value of
19126 src_dir to initialize ada-search-directories and
19127 compilation-search-path,... Add the standard runtime library to
19128 the search path for find-file.
19129 (ada-prj-default-debugger): Was missing an opening '{'
19130 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
19131 variables.
19132 (ada-prj-default-gnatmake-opt): New variable
19133 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
19134 buffers, the project file is the default one Save the windows
19135 configuration before displaying the menu.
19136 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
19137 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
19138 ...) regexp-quote identifiers names to support operators +,
19139 -,... in regexps.
19140 (ada-remote): New function.
19141 (ada-run-application): Erase the output buffer before starting the
19142 run Support remote execution of the application. Use
19143 call-process, or the arguments are incorrectly parsed
19144 (ada-set-default-project-file): Reread the content of the active
19145 project file, not the one from the current buffer When a project
19146 file is set as the default project, all directories are
19147 automatically associated with it.
19148 (ada-set-environment): New function
19149 (ada-treat-cmd-string): New special variable ${current}
19150 (ada-treat-cmd-string): Revised. The substitution is now done for
19151 any ${...} substring
19152 (ada-xref-current): If no body was found, compiles the spec
19153 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
19154 compiler to get rid of command line length limitations.
19155 (ada-xref-get-project-field): New function
19156 (ada-xref-project-files): New variable
19157 (ada-xref-runtime-library-specs-path)
19158 (ada-xref-runtime-library-ali-path): New variables
19159 (ada-xref-set-default-prj-values): Default run command now does a
19160 cd to the build directory. New field: main_unit Provide a default
19161 file name even if the current buffer has no prj file.
19162
19163 * ada-prj.el:
19164 Rewritten to show a tabbed-dialog.
19165 (ada-prj-add-ada-menu): Remove the map and name parameters.
19166 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
19167 New function
19168 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
19169 (ada-prj-load-from-file): New function
19170 (ada-prj-save): Always save fields that depend on the current buffer
19171 (ada-prj-show-value): New function
19172
19173 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
19174 Ada mode. This will allow us to display the Ada menu in any buffer
19175 we want (for project items).
19176 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
19177 number of spaces in the header.
19178
19179 2000-07-24 Dave Love <fx@gnu.org>
19180
19181 * ediff-init.el (ediff-region-help-echo): Bind face-help.
19182
19183 2000-07-23 Noah Friedman <friedman@splode.com>
19184
19185 * type-break.el (type-break): perform autosave.
19186 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
19187 (type-break-do-query): Cancel query schedule while performing
19188 actual query, to avoid possibility of a second query being made
19189 while first one is already in progress.
19190 (type-break-time-stamp-format): New variable.
19191 (type-break-time-stamp): New function.
19192 (type-break-time-warning): Use it.
19193 (type-break-keystroke-warning): Use it.
19194 (type-break-noninteractive-query): Use it.
19195
19196 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
19197 cookie.
19198 Use add-minor-mode to set minor-mode-alist, if available.
19199 (eldoc-echo-area-use-multiline-p): New user option.
19200 (eldoc-echo-area-multiline-supported-p): New variable.
19201 (eldoc-docstring-format-sym-doc): Use them.
19202 (eldoc-mode): If not using idle timers, append to local post and
19203 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
19204 (eldoc-display-message-no-interference-p): Don't interfere with
19205 edebug.
19206 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
19207 (eldoc-function-arglist): New function.
19208 (eldoc-function-argstring): Use it.
19209
19210 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
19211 auto save directory exists before calling directory-files.
19212
19213 2000-07-23 Dave Love <fx@gnu.org>
19214
19215 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
19216 ^o, ^u.
19217
19218 2000-07-21 Dave Love <fx@gnu.org>
19219
19220 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
19221 now passed to the function. It now works properly.
19222
19223 * smerge-mode.el (smerge-mode-menu): Fill it out.
19224
19225 2000-07-20 Gerd Moellmann <gerd@gnu.org>
19226
19227 * info-look.el (info-lookup): If *info* is shown in another frame
19228 on the same display, select that frame, instead of switching to
19229 the Info buffer in another window of the selected frame.
19230
19231 * simple.el (universal-argument-map): Bind numeric keypad keys
19232 kp-0 to kp-9 and kp-subtract.
19233 (digit-argument): Handle these keys.
19234
19235 2000-07-20 Dave Love <fx@gnu.org>
19236
19237 * net/goto-addr.el (goto-address-fontify): Don't bother with
19238 buffer-modified and read-only stuff -- irrelevant with overlays.
19239 Put an extra property on the overlays and use it to clean up in
19240 case goto-address is re-run.
19241
19242 2000-07-19 Richard M. Stallman <rms@gnu.org>
19243
19244 * timer.el (run-with-idle-timer): Doc fix.
19245
19246 * mail/mail-utils.el (mail-strip-quoted-names):
19247 Handle case where <...> appears inside "...".
19248 Use replace-match to edit the string more simply.
19249 (rmail-dont-reply-to): Cope with an unmatched ".
19250
19251 2000-07-19 Dave Love <fx@gnu.org>
19252
19253 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
19254 implementation.
19255
19256 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
19257 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
19258 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
19259
19260 2000-07-19 Gerd Moellmann <gerd@gnu.org>
19261
19262 * textmodes/refer.el: Correct maintainer's email address.
19263
19264 * progmodes/hideif.el: Correct author's email address.
19265 Fix typo in comment.
19266
19267 * xml.el: New file.
19268
19269 * mail/mailheader.el: Correct author's mail address.
19270
19271 * gnus/parse-time.el: Correct author's mail address.
19272
19273 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
19274
19275 * comint.el (comint-highlight-input, comint-highlight-face):
19276 New user options.
19277 (comint-input-ring-file-name): Change custom type.
19278 (comint-mode-map): Bind mouse-2.
19279 (comint-insert-clicked-input): New function.
19280 (comint-send-input): Handle input highlighting.
19281
19282 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
19283
19284 * mouse.el (popup-menu): New function.
19285 (mouse-major-mode-menu): Use it.
19286
19287 2000-07-18 Dave Love <fx@gnu.org>
19288
19289 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
19290 improvements.
19291
19292 2000-07-18 Gerd Moellmann <gerd@gnu.org>
19293
19294 * faces.el (face-font-selection-order)
19295 (face-font-family-alternatives): Add custom type.
19296
19297 2000-07-18 Dave Love <fx@gnu.org>
19298
19299 * cus-edit.el (custom-variable-reset-saved)
19300 (custom-variable-reset-standard): Remove unused bindings.
19301
19302 * rect.el (open-rectangle-line): Remove unused let.
19303
19304 * hl-line.el (hl-line-highlight): Check hl-line-mode.
19305
19306 2000-07-18 Gerd Moellmann <gerd@gnu.org>
19307
19308 * cdl.el: Fix `Maintainer' keyword.
19309
19310 * play/pong.el: Add author's email address.
19311
19312 2000-07-17 Sam Steingold <sds@gnu.org>
19313
19314 * files.el (insert-directory): Call `split-string' instead of
19315 re-implementing it.
19316
19317 2000-07-18 Gerd Moellmann <gerd@gnu.org>
19318
19319 * mail/vms-pmail.el: Change maintainer to FSF.
19320
19321 * net/goto-addr.el: Change maintainer to FSF.
19322
19323 * info.el (Info-title-face-alist): Removed.
19324
19325 2000-07-18 David Ponce <david@dponce.com>
19326
19327 * recentf.el (recentf-open-files): New command that works like
19328 `recentf-open-more-files', but shows the whole list of files (not just
19329 those omitted from the menu). Useful if you don't use a menu-bar!
19330 (recentf-open-more-files) Modified to use `recentf-open-files'.
19331
19332 (recentf-open-files, recentf-open-more-files)
19333 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
19334
19335 (recentf-dialog-mode): New mode for dialogs. You can now just type
19336 "q" to cancel the dialogs.
19337
19338 2000-07-18 David Ponce <david@dponce.com>
19339
19340 * recentf.el: This is a major update of recentf.el. It adds new
19341 features to better organize the recentf menu and "More..." buffer.
19342
19343 Using new provided menu filtering functions you can now organize the
19344 recent files list:
19345
19346 - by major modes
19347 - by directories
19348 - by user defined rules
19349
19350 Finally, with the new `recentf-filter-changer' customizable filter you
19351 can define a ring of filters and dynamically (via the menu) cycle on
19352 each menu organization in the ring (a la msb).
19353
19354 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
19355
19356 * eshell/eshell.el (eshell): Replace links to eshell.info with
19357 links to eshell, to avoid problems on systems where the manual is
19358 installed as `eshell'.
19359 * eshell/esh-cmd.el (eshell-cmd): Ditto.
19360 * eshell/em-smart.el (eshell-smart): Ditto.
19361 * eshell/em-banner.el (eshell-banner): Ditto.
19362 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
19363
19364 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
19365 same-file check in the MS-DOS version (it does support inodes).
19366
19367 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
19368
19369 * eshell/eshell.el (eshell-directory-name):
19370 Run default directory name through convert-standard-filename.
19371
19372 2000-07-18 Kenichi Handa <handa@etl.go.jp>
19373
19374 * international/mule-cmds.el (select-safe-coding-system):
19375 Fix typo in the comment.
19376
19377 * language/european.el (compound-text):
19378 Force katakana-jisx0201 to be designated to G1.
19379
19380 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
19381 Don't translate some national variant characters of latin-jisx0201.
19382 (x-ctext): Force katakana-jisx0201 to be designated to G1.
19383
19384 * international/kkc.el (kkc-after-update-conversion-functions):
19385 New variable.
19386 (kkc-update-conversion): Run functions in it at the tail.
19387
19388 2000-07-16 John Wiegley <johnw@gnu.org>
19389
19390 * lisp/align.el (align-newline-and-indent):
19391 Adding new function. for auto-aligning blocks of code on RET.
19392 (align-region): Fixed badly formatted minibuffer message.
19393
19394 2000-07-17 Kenichi Handa <handa@etl.go.jp>
19395
19396 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
19397 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
19398 the conversion list at first if appropriate.
19399 (kkc-next): Don't update kkc-next-count here.
19400 (kkc-prev): Don't update kkc-prev-count here.
19401 (kkc-show-conversion-list-update): Fix setting up of conversion
19402 list message.
19403
19404 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
19405
19406 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
19407
19408 2000-07-16 Dave Love <fx@gnu.org>
19409
19410 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
19411 function to be more specific.
19412
19413 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
19414 non-string help-echo.
19415 (widget-types-convert-widget): Defsubst it.
19416 (widget-echo-help): Try to cope with a help-echo function of two
19417 possible sorts.
19418
19419 2000-07-15 Jason Rumney <jasonr@gnu.org>
19420
19421 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
19422 Declare as obsolete.
19423
19424 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
19425
19426 2000-07-14 Gerd Moellmann <gerd@gnu.org>
19427
19428 * hilit-chg.el: Fix typo.
19429
19430 2000-07-14 Dave Love <fx@gnu.org>
19431
19432 * info.el (Info-mode-menu): Fix use of :help, :enable.
19433
19434 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
19435
19436 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
19437
19438 2000-07-13 Dave Love <fx@gnu.org>
19439
19440 * emacs-lisp/easymenu.el: Doc fixes.
19441 (easy-menu-remove): Defalias to ignore.
19442
19443 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
19444 Call throw correctly.
19445
19446 2000-07-13 Gerd Moellmann <gerd@gnu.org>
19447
19448 * faces.el (frame-background-mode): Doc fix.
19449
19450 * simple.el (eval-expression-print-length): Change custom type to
19451 allow entering nil as value.
19452
19453 2000-07-13 Dave Love <fx@gnu.org>
19454
19455 * progmodes/fortran.el (fortran-imenu-generic-expression):
19456 Change definition layout.
19457 (fortran-mode-menu): Reinstate customize entries.
19458
19459 * cus-edit.el (custom-group-menu-create, customize-menu-create):
19460 Use :filter, per old XEmacs code.
19461
19462 2000-07-12 Gerd Moellmann <gerd@gnu.org>
19463
19464 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
19465 event when deciding what to send to the terminal.
19466
19467 2000-07-12 Dave Love <fx@gnu.org>
19468
19469 * cus-start.el: Add optional version as 4th element of specs and
19470 use it for several things new in v21. Remove load-path. Fix type
19471 of line-number-display-limit.
19472
19473 2000-07-11 Dave Love <fx@gnu.org>
19474
19475 * progmodes/fortran.el: Don't require easymenu.
19476 Use repeat counts in various regexps.
19477 (fortran-mode-syntax-table): Defvar directly.
19478 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
19479 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
19480 Use defvar, not defconst.
19481 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
19482 (fortran-mode): Set fortran-comment-line-start-skip,
19483 fortran-comment-line-start-skip, dabbrev-case-fold-search.
19484 (fortran-comment-indent): Use defsubst.
19485 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
19486 Use fortran-comment-indent, not fortran-comment-indent-function.
19487 (fortran-comment-region, fortran-electric-line-number): Simplify.
19488 (fortran-auto-fill): New function.
19489 (fortran-do-auto-fill): Deleted.
19490 (fortran-find-comment-start-skip):
19491 Check for non-null comment-start-skip.
19492 (fortran-auto-fill-mode, fortran-fill-statement):
19493 Use fortran-auto-fill.
19494 (fortran-fill): Use fortran-auto-fill. Check for null
19495 comment-start-skip. Simplify final clause and use end-of-line finally.
19496
19497 * widget.el (widget-plist-member): New alias.
19498
19499 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
19500
19501 * eshell/esh-module.el (toplevel): Reference
19502 byte-compile-current-file only if it is bound.
19503
19504 2000-07-10 Gerd Moellmann <gerd@gnu.org>
19505
19506 * dired.el: Don't require `dired-aux'.
19507
19508 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
19509
19510 * dired-aux.el (dired-show-file-type): New function.
19511 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
19512 (dired-show-file-type): Add autoload.
19513
19514 2000-07-10 Kenichi Handa <handa@etl.go.jp>
19515
19516 * international/mule-diag.el (describe-font): Adjusted for the
19517 change of fontset-info.
19518 (print-fontset): Likewise.
19519
19520 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
19521
19522 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
19523
19524 2000-07-07 Gerd Moellmann <gerd@gnu.org>
19525
19526 * bindings.el: Bind `[delete]' to delete-char.
19527
19528 * dired.el (dired-find-alternate-file): New function.
19529 (dired-mode-map): Bind `a' to dired-find-alternate-file.
19530 (toplevel): Require dired-aux when compiling.
19531 (dired-buffers): Move defvar within file to avoid compiler warning.
19532
19533 * info.el (Info-last-search): Variable removed.
19534 (Info-search-history): New variable.
19535 (Info-search): New Info-search-history.
19536
19537 * battery.el, info-look.el: Change author's mail address.
19538
19539 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
19540
19541 * mail/rmail.el (rmail-clear-headers): Don't throw an error
19542 if rmail-ignored-headers is nil.
19543 (rmail-retry-failure): Bind rmail-ignored-headers and
19544 rmail-displayed-headers to nil.
19545
19546 2000-07-06 Gerd Moellmann <gerd@gnu.org>
19547
19548 * lpr.el (lpr-page-header-switches): Add `-h' switch.
19549 (print-region-1): Don't hard code `-h' here.
19550
19551 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
19552
19553 2000-07-01 Francesco Potorti` <pot@gnu.org>
19554
19555 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
19556 exim can use "your message" instead of "the message".
19557
19558 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
19559
19560 * facemenu.el: Docstrings fixes.
19561 (facemenu-get-face): Don't use internal-find-face.
19562 (facemenu-iterate): Rename arg to match the docstring.
19563
19564 * newcomment.el (uncomment-region): Be more careful when skipping
19565 backwards over `=' not to bump into BOBP.
19566
19567 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
19568
19569 * ediff-diff.el (ediff-wordify): Use syntax table.
19570 * ediff-init.el (ediff-has-face-support-p): Use
19571 ediff-color-display-p.
19572 (ediff-color-display-p): Use display-color-p, changed to defun
19573 from defsubst.
19574 Got rid of special cases for NeXT and OS/2.
19575 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
19576 face.
19577
19578 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
19579
19580 * emacs-lisp/lucid.el: Require CL.
19581 (copy-tree, remprop): Remove, it's provided by CL.
19582 (map-keymap): Define in terms of cl-map-keymap.
19583 (extent-property, set-extent-end-glyph): New functions.
19584
19585 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
19586
19587 2000-07-05 Gerd Moellmann <gerd@gnu.org>
19588
19589 * Makefile.in (DONTCOMPILE): Add comment that the name may
19590 not be changed without changing the make-dist script.
19591
19592 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
19593 (cl-mapc): Use mapc instead of cl-old-mapc.
19594
19595 2000-07-05 Andrew Innes <andrewi@gnu.org>
19596
19597 * makefile.nt: Add support for `bootstrap' and related targets.
19598
19599 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
19600
19601 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
19602 (easy-menu-do-define): Use `menu-item' format.
19603 Handle case where easy-menu-create-menu returns a symbol.
19604 Manually call the potential top-level filter in the function binding.
19605 (easy-menu-filter-return): New arg NAME.
19606 Convert to a keymap if MENU is an XEmacs menu.
19607 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
19608 (easy-menu-converted-items-table, easy-menu-convert-item):
19609 New var and fun to memoize easy-menu-convert-item-1.
19610 (easy-menu-do-add-item): Use it.
19611 (easy-menu-create-menu): Use easy-menu-convert-item.
19612 Wrap easy-menu-filter-return around any :filter specification.
19613 Don't convert the menu if a filter was specified.
19614 Tell easy-menu-make-symbol not to check for MENU being an expression.
19615 (easy-menu-make-symbol): New arg NOEXP.
19616
19617 2000-07-05 Gerd Moellmann <gerd@gnu.org>
19618
19619 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
19620 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
19621 (eval-defun): If called with prefix arg, instrument code for
19622 Edebug.
19623
19624 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
19625 similar to that of eval-defun.
19626
19627 2000-07-04 Dave Love <fx@gnu.org>
19628
19629 * hl-line.el (hl-line-overlay): Make it permanent-local.
19630
19631 * calendar/todo-mode.el: Replaced with a working version, based on
19632 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
19633
19634 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
19635
19636 * paths.el (prune-directory-list): New function.
19637 (Info-default-directory-list): Rewritten to more methodically
19638 enumerate a big list of possible info directories (based on the
19639 list used by the standalone info reader).
19640
19641 * info.el (info-initialize): Use prune-directory-list to remove
19642 non-existent directories from Info-directory-list.
19643
19644 * paths.el (Info-default-directory-list): Try a list of possible
19645 info-directories instead of a single one. Add the possible
19646 info directory "/usr/share/info".
19647
19648 * woman.el (woman-man.conf-path): Explicitly include the debian
19649 man-db config file "/etc/manpath.config".
19650 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
19651 are present in `manpath.config'.
19652 (woman-manpath): Include "/usr/share/man".
19653
19654 2000-07-03 Gerd Moellmann <gerd@gnu.org>
19655
19656 * frame.el (blink-cursor-mode): Don't hide cursor initially.
19657
19658 * startup.el (command-line): Initialize blink-cursor based
19659 on window-system.
19660
19661 * frame.el (blink-cursor): Default to nil if not running under
19662 a window-system.
19663
19664 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
19665 (face-x-resources): Remove duplicate entry for :font.
19666
19667 * textmodes/refer.el (refer-find-entry-internal): Use some-window
19668 instead of cycling through windows with next-window.
19669
19670 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
19671 of cycling through windows with next-window.
19672
19673 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
19674 of cycling through windows with next-window.
19675
19676 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
19677 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
19678 instead of cycling through windows with next-window.
19679
19680 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
19681 instead of cycling through windows with next-window.
19682
19683 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
19684 of cycling through windows with next-window.
19685
19686 * terminal.el (te-process-output): Use walk-windows instead of
19687 cycling through windows with next-window.
19688
19689 * server.el (server-switch-buffer): Use some-window instead of
19690 cycling through windows with next-window.
19691
19692 * window.el (some-window): New function.
19693 (walk-windows): Remove reference to walk-windows-start.
19694
19695 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
19696
19697 2000-07-03 Richard Stallman <rms@gnu.org>
19698
19699 * window.el (walk-windows): Guarantee termination by keeping a list
19700 of all the windows already handled.
19701
19702 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
19703
19704 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
19705 window-system.
19706
19707 * man.el (Man-notify-when-ready): Don't use window-system. If
19708 Man-notify-method is newframe, and the display is not
19709 multi-frame, select the frame created for the man page.
19710 (Man-init-defvars): Doc fix.
19711
19712 2000-06-28 Gerd Moellmann <gerd@gnu.org>
19713
19714 * faces.el (region): Change background color for light background.
19715
19716 * ediff-wind.el (ediff-setup-control-frame): Remove :box
19717 attribute from mode-line face of Ediff control frame.
19718
19719 * replace.el (query-replace-map): Bind `e' like `E'.
19720
19721 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
19722
19723 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
19724 Change name to "Select All".
19725
19726 * dos-fns.el (convert-standard-filename): Fix last change.
19727
19728 2000-06-27 Gerd Moellmann <gerd@gnu.org>
19729
19730 * help.el (describe-variable): Don't insert a second `'s' in front
19731 of the string `value is shown below'. Since the syntax-table is
19732 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
19733 an existing `'s', so that this won't be deleted.
19734
19735 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
19736 * pcmpl-unix.el: New files.
19737
19738 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
19739
19740 * wid-edit.el (widget-member): Use the new plist-member.
19741
19742 2000-06-26 Gerd Moellmann <gerd@gnu.org>
19743
19744 * replace.el (perform-replace): Undo change of 2000-04-04.
19745 Instead, move backward 1 character at the end of the loop when
19746 necessary.
19747
19748 * faces.el (fringe): Change face for different backgrounds.
19749
19750 * eshell/esh-module.el (toplevel): Load defgroup's differently;
19751 patch from John.
19752
19753 * eshell/*.el: Change spelling of the Free Software Foundation.
19754
19755 * eshell/esh-toggle.el: Removed.
19756
19757 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
19758
19759 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
19760 interactively.
19761
19762 2000-06-26 Alex Schroeder <alex@gnu.org>
19763
19764 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
19765 `define-key'; instead of checking `(emacs-version)' check for
19766 `set-keymap-parent' and `set-keymap-name' directly. Add entries
19767 for `;' and `o' which might be electric.
19768
19769 (sql-electric-stuff): New user option.
19770 (sql-magic-go): New function which uses `sql-electric-stuff'.
19771 (sql-magic-semicolon): New function which uses
19772 `sql-electric-stuff'.
19773
19774 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
19775 is not fboundp.
19776
19777 (sql-oracle-options): New variable.
19778 (sql-oracle): Use it.
19779
19780 (sql-imenu-generic-expression): Doc change.
19781 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
19782 is used.
19783
19784 (sql-informix): Added command line parameter "-" to force
19785 sql-informix-program to use stdout.
19786
19787 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
19788
19789 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
19790 (cp864-decode-table): Doc fix.
19791 (cp720-decode-table): New variable, supports the Arabic OEM
19792 codepage used by Windows.
19793 (cp737-decode-table): New, Greek OEM codepage used by Windows.
19794
19795 2000-06-23 Dave Love <fx@gnu.org>
19796
19797 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
19798 (font-lock-fontify-anchored-keywords): Use
19799 line-beginning-position.
19800 (global-font-lock-mode): Use mapc.
19801
19802 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
19803
19804 * eshell/esh-module.el: Require CL when compiling.
19805
19806 2000-06-23 Gerd Moellmann <gerd@gnu.org>
19807
19808 * comint.el (comint-substitute-in-file-name): Call replace-match
19809 with second and third arg t.
19810
19811 * cus-edit.el (custom-button-face, custom-button-pressed-face):
19812 Specify foreground color.
19813
19814 * faces.el (tool-bar, mode-line, header-line): Specify foreground
19815 color.
19816
19817 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
19818
19819 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
19820 cddr instead of cdddr.
19821
19822 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
19823 instead of copy-list.
19824
19825 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
19826 of copy-list.
19827
19828 * subdirs.el: Add eshell subdirectory.
19829
19830 * eshell: New subdirectory containing the Eshell package.
19831
19832 * pcomplete.el: New file.
19833
19834 2000-06-23 Paul Eggert <eggert@twinsun.com>
19835
19836 * mail/mailpost.el (post-mail-send-it): Make sure file has
19837 proper permissions from birth.
19838
19839 * files.el (basic-save-buffer-2): When temporarily setting
19840 file modes, set them to current modes plus 0200, not to 0777.
19841
19842 * emerge.el (emerge-make-temp-file): Make sure file has proper
19843 permissions from birth.
19844
19845 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
19846
19847 * files.el (make-backup-file-name-1): On DOS/Windows, run the
19848 backup file name through convert-standard-filename.
19849
19850 * dos-fns.el (convert-standard-filename): Convert leading
19851 directories as well. When long file names are supported, convert
19852 characters that are invalid in Windows file names.
19853
19854 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19855
19856 * ps-print.el: Fix bug: if ^L is the very first buffer character,
19857 ps-print crashes. New feature: page selection for printing. Create
19858 raw-text-unix coding system for XEmacs. Doc fix.
19859 (ps-print-version): New version number (5.2.3).
19860 (ps-plot-region): Bug fix.
19861 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
19862 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
19863 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
19864 funs.
19865 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
19866 (ps-last-page): New vars.
19867
19868 2000-06-21 Gerd Moellmann <gerd@gnu.org>
19869
19870 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
19871 empty option string.
19872
19873 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
19874
19875 * man.el (man): Doc fix.
19876
19877 2000-06-21 Kenichi Handa <handa@etl.go.jp>
19878
19879 * international/mule-cmds.el (set-language-info-alist): Docstring
19880 fixed.
19881
19882 2000-06-20 Gerd Moellmann <gerd@gnu.org>
19883
19884 * version.el (emacs-version): Use ISO date format.
19885
19886 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
19887 instead of `M-backspace'.
19888
19889 * simple.el (turn-off-auto-fill): New function.
19890
19891 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
19892
19893 * jit-lock.el (with-buffer-prepared-for-jit-lock):
19894 Renamed from with-buffer-prepared-for-font-lock and use
19895 inhibit-modification-hooks rather than setting *-change-functions.
19896 Update all functions to use the new name.
19897 (jit-lock-first-unfontify-pos): New semantics (and doc).
19898 (jit-lock-mode): Make non-interactive.
19899 Don't automatically turn on font-lock.
19900 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
19901 Always use jit-lock-after-change.
19902 Remove and restore font-lock-after-change-function.
19903 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
19904 (jit-lock-after-unfontify-buffer): Remove.
19905 (jit-lock-stealth-fontify):
19906 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
19907 (jit-lock-after-change): Set the `fontified' text-prop to nil.
19908
19909 2000-06-20 Sam Steingold <sds@gnu.org>
19910
19911 * emacs-lisp/cl-indent.el (toplevel): Indent
19912 `print-unreadable-object' properly. Untabify.
19913
19914 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
19915
19916 * textmodes/reftex.el (reftex-find-citation-regexp-format):
19917 Support for bibentry.
19918 (reftex-compile-variables): Fixed problem with end of section-re.
19919
19920 * texmodes/reftex-dcr.el (reftex-view-crossref,
19921 reftex-view-crossref-from-bibtex):
19922 Deal with changed `reftex-find-citation-regexp-format'.
19923 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
19924 Replaced `remprop' with `put'.
19925 (reftex-view-crossref, reftex-view-crossref-when-idle):
19926 Support for bibentry.
19927
19928 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19929 New entry for bibentry package.
19930
19931 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
19932 Regexp also matches "\nobibliography".
19933
19934 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
19935 Call `reftex-ensure-write-access' before doing anything.
19936 (reftex-ensure-write-access): New function.
19937
19938 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
19939
19940 * progmodes/idlwave.el: File re-installed (update to version 4.2)
19941
19942 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
19943
19944 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
19945
19946 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
19947
19948
19949 2000-06-20 Dave Love <fx@gnu.org>
19950
19951 * faces.el (frame-background-mode): Use set-default, not set, in
19952 setter.
19953 (frame-update-faces, frame-update-face-colors): Define with
19954 defalias.
19955
19956 * enriched.el (enriched-decode-foreground)
19957 (enriched-decode-background): Don't use internal-find-face.
19958
19959 * apropos.el: Doc fixes.
19960
19961 * cus-edit.el (customize-changed-options): Check arg.
19962 (customize-version-lessp): Don't require decimal point.
19963
19964 * custom.el (defcustom, defgroup): Doc fix.
19965
19966 * newcomment.el (comment) <defgroup>: Add :version.
19967 (comment-multi-line): Doc fix.
19968
19969 * emulation/mlsupport.el (define-hooked-local-abbrev,
19970 define-hooked-global-abbrev): Fix, using define-abbrev.
19971
19972 2000-06-19 Gerd Moellmann <gerd@gnu.org>
19973
19974 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
19975 the whole buffer.
19976
19977 2000-06-19 Dave Love <fx@gnu.org>
19978
19979 * menu-bar.el (menu-bar-options-save): New function.
19980 (menu-bar-options-menu): Use it.
19981 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
19982 Simplify.
19983
19984 2000-06-19 Andreas Schwab <schwab@suse.de>
19985
19986 * progmodes/etags.el (tags-query-replace): Put new parameters
19987 START and END at the end, for backward compatibility.
19988
19989 2000-06-19 Kenichi Handa <handa@etl.go.jp>
19990
19991 * international/codepage.el:
19992 (cp-coding-system-for-codepage-1): Delete special codes for
19993 generating xxx-dos coding system because now a CCL based coding
19994 system can handle EOL conversion by default.
19995
19996 * international/mule.el (make-coding-system): Generate subsidiary
19997 coding systems for EOL handling variants even for a CCL based
19998 coding system.
19999
20000 2000-06-19 Kenichi Handa <handa@etl.go.jp>
20001
20002 * international/isearch-x.el (isearch-minibuffer-input-method)
20003 (isearch-minibuffer-input-method-function): These variables
20004 deleted.
20005 (isearch-with-input-method): Don't use the above variables.
20006 (isearch-process-search-multibyte-characters): Likewise. Call
20007 read-string with the arg INHERIT-INPUT-METHOD t.
20008
20009 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
20010
20011 * font-lock.el (font-lock-after-fontify-buffer)
20012 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
20013
20014 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
20015 Use consistent make-local-variable style for font-lock-fontified.
20016 (jit-lock-fontify-buffer):
20017 Don't bother checking for font-lock-mode and jit-lock-mode.
20018
20019 * time.el: Remove trailing ^M that prevent CVS-merging.
20020
20021 2000-06-16 Gerd Moellmann <gerd@gnu.org>
20022
20023 * Makefile.in (distclean): New target.
20024
20025 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
20026
20027 * Makefile.in (srcdir): Define for update-subdirs.
20028
20029 2000-06-16 Gerd Moellmann <gerd@gnu.org>
20030
20031 * find-lisp.el: New file.
20032
20033 2000-06-16 Andrew Innes <andrewi@gnu.org>
20034
20035 * time.el (display-time-mail-function): New variable, to allow
20036 external packages to indicate when new mail is available.
20037 (display-time-update): Use it.
20038
20039 2000-06-16 Kenichi Handa <handa@etl.go.jp>
20040
20041 * international/mule.el (mule-version): Change version name to
20042 SAKAKI. AOI has already been used by Meadow.
20043
20044 * international/quail.el (quail-show-guidance-buf): To find the
20045 bottom window (but minibuffer), pay attention to the height of
20046 minibuffer.
20047
20048 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
20049
20050 * arc-mode.el (archive-mode-map): Use the new menu-item format for
20051 menu-bar menus. Add help strings. Don't remove the Edit menu
20052 from the menu bar, as the menu bar has enough space now.
20053
20054 * Makefile.in (SHELL): Make sure /bin/sh is used.
20055
20056 * woman.el (woman-man-buffer): Fix bold and underlined CJK
20057 characters, which use series of two ^H characters instead of one.
20058
20059 2000-06-15 Gerd Moellmann <gerd@gnu.org>
20060
20061 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
20062 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
20063 functions.
20064 (Info-find-node-2): Try a case-sensitive search first, then
20065 do a case-insensitive search.
20066
20067 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
20068 tutorials.
20069
20070 * complete.el (PC-env-vars-alist): New variable.
20071 (PC-complete-as-file-name): New function.
20072 (partial-completion-mode): Initialize PC-env-vars-alist from
20073 process-environment.
20074 (PC-do-completion): Handle completion of env vars.
20075
20076 * info.el (Info-set-mode-line): Show file name in mode line,
20077 use `*Info*' instead of `Info:'.
20078
20079 * startup.el (command-line-1): Change copyright messages to year
20080 2000.
20081
20082 2000-06-15 Dave Love <fx@gnu.org>
20083
20084 * net/goto-addr.el (goto-address-fontify): Use keymap property,
20085 not local-map.
20086
20087 2000-06-15 Kenichi Handa <handa@etl.go.jp>
20088
20089 * international/mule.el (set-buffer-file-coding-system): Almost
20090 rewritten to handle `undecided' as no-op.
20091
20092 2000-06-14 Gerd Moellmann <gerd@gnu.org>
20093
20094 * Makefile.in: New file.
20095
20096 * Makefile: Removed.
20097
20098 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
20099 (goto-address-highlight-keymap): Bind C-c RET.
20100
20101 2000-06-14 Kenichi Handa <handa@etl.go.jp>
20102
20103 * mail/sendmail.el (sendmail-send-it): The temporary buffer
20104 inherits buffer-file-coding-system of the current buffer.
20105
20106 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
20107 0. Give correct argument to set-auto-coding-function.
20108 (tar-expunge): For goto-char, use (point-min), not 0.
20109 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
20110 (tar-subfile-save-buffer): Likewize.
20111
20112 * international/mule.el
20113 (after-insert-file-set-buffer-file-coding-system): Call
20114 set-buffer-file-coding-system with the arg FORCE t.
20115
20116 2000-06-13 Gerd Moellmann <gerd@gnu.org>
20117
20118 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
20119 nil. Contemporary sendmails issue an X-Authentication-Warning if
20120 the sender is set with `-f'.
20121
20122 2000-06-13 Dave Love <fx@gnu.org>
20123
20124 * help.el (describe-function-1): Kluge around cases of functions
20125 fset to subrs whose doc doesn't match their symbol-name.
20126
20127 * image.el (insert-image): Default STRING to a space.
20128
20129 * info.el Doc fixes.
20130 (Info-build-node-completions): Match Ref tags.
20131
20132 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
20133
20134 * frame.el (display-multi-frame-p, display-multi-font-p): New
20135 defaliases for display-graphic-p.
20136
20137 * hl-line.el: Fixed a typo in commentary.
20138
20139 2000-06-13 Kenichi Handa <handa@etl.go.jp>
20140
20141 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
20142 fixed.
20143
20144 2000-06-12 Dave Love <fx@gnu.org>
20145
20146 * image.el (insert-image): Save a little consing.
20147
20148 2000-06-12 Kenichi Handa <handa@etl.go.jp>
20149
20150 * language/tibet-util.el: Convert all tibetan-1-column characters
20151 to the corresponding tibetan characters.
20152 (tibetan-add-components): Delete code for the special treatment of
20153 'a chung.
20154
20155 * language/tibetan.el (tibetan-composable-pattern): Fix previous
20156 change.
20157 (tibetan-vowel-transcription-alist): More rules added.
20158 (tibetan-composite-vowel-alist): New variable.
20159 (tibetan-precomposition-rule-alist): More rules added.
20160
20161 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
20162
20163 * startup.el (command-line): Only call menu-bar-mode if interactive.
20164
20165 * thingatpt.el (toplevel symbol-properties):
20166 * textmodes/makeinfo.el (makeinfo-compile):
20167 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
20168 * progmodes/hideif.el (hif-compress-define-list)
20169 (hide-ifdef-use-define-alist):
20170 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
20171 (ange-ftp-vms-add-file-entry):
20172 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
20173 * man.el (Man-build-man-command):
20174 * mail/rnewspost.el (news-reply-header-hook):
20175 * info.el (Info-insert-dir):
20176 * emulation/mlconvert.el (backward-word, forward-word, setq):
20177 * emacs-lisp/gulp.el (gulp-send-requests):
20178 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
20179 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
20180 (byte-optimize-apply, end of file):
20181 * emacs-lisp/advice.el (ad-advice-class-completion-table)
20182 (ad-make-freeze-definition):
20183 * startup.el (command-line, command-line-1): Don't quote lambdas.
20184
20185 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
20186 (cvs-cleanup-removed): New function.
20187 (cvs-cleanup-functions): New var.
20188 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
20189 some flexibility in specifying additional entries to auto-cleanup.
20190 (cvs-quickdir): New function.
20191 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
20192 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
20193 (cvs-mode-find-file): Check that we are on a filename or dirname
20194 when invoked through a mouse-click.
20195 (cvs-full-path): Remove.
20196 (cvs-dired-action): Re-introduced.
20197 (cvs-dired-noselect): Use it.
20198 (vc-post-command-functions): use this new hook if available.
20199
20200 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
20201 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
20202 (cvs-filename-map, cvs-dirname-map): Remove.
20203 (cvs-default-action): Remove.
20204 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
20205 if the arg is really a keymap.
20206 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
20207 Don't hardcode the mapping from state (aka type) to face, but check
20208 the var cvs-fi-<type>-face instead.
20209 (cvs-fileinfo-from-entries): New function.
20210
20211 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
20212 Docstring fix.
20213 (cvs-find-file-and-jump): Change default to be safer.
20214 (cvs-mode-diff-map): Define it as a function as well.
20215 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
20216 Bind mouse-2 in this global map rather than with text-properties.
20217
20218 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
20219 file to resolve the ambiguity between C(conflict) and C(need-merge).
20220
20221 2000-06-12 Kenichi Handa <handa@etl.go.jp>
20222
20223 * international/mule.el (set-buffer-file-coding-system): If
20224 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
20225 unconditionally.
20226
20227 2000-06-12 Dave Love <fx@gnu.org>
20228
20229 * wid-edit.el (widget-specify-button): Really suppress the face if
20230 required.
20231
20232 2000-06-11 Gerd Moellmann <gerd@gnu.org>
20233
20234 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
20235
20236 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
20237
20238 * imenu.el (imenu-generic-expression): Docstring fix.
20239
20240 * composite.el (composition-function-table): Move the `put'
20241 below the autoload cookie so we can load the file before loaddefs.
20242
20243 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
20244
20245 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
20246 Handle easy-mmode-define-global-mode.
20247 For complex macros like define-minor-mode that can generate
20248 several autoload entries, try to autoload entries in the
20249 macroexpanded code.
20250
20251 * emacs-lisp/easy-mmode.el (define-minor-mode):
20252 If KEYMAP is a symbol, just use it.
20253 Use byte-compile-current-file and load-file-name to infer the
20254 proper :require to pass to defcustom.
20255 Wrap the hook var into `progn' so as not to autoload it.
20256 Add a :autoload-end cookie.
20257 Be more careful about the evaluation of KEYMAP.
20258 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
20259 (define-derived-mode): Move define-abbrev-table outside of defvar.
20260
20261 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
20262
20263 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
20264 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
20265 (backup-compiled-files): Ignore errors during `tar'.
20266 (bootstrap): Make autoloads before elc files.
20267
20268 2000-06-10 Kenichi Handa <handa@etl.go.jp>
20269
20270 * international/mule.el (set-buffer-file-coding-system): If one of
20271 undecided-XXX is specified, change only EOL conversion.
20272
20273 * international/mule-conf.el (unix): New alias for the coding
20274 system undecided-unix.
20275
20276 2000-06-09 Dave Love <fx@gnu.org>
20277
20278 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
20279
20280 * progmodes/executable.el: Byte compile dynamic.
20281 (executable-insert): Change custom type.
20282 (executable-find): Add autoload cookie.
20283 (executable-make-buffer-file-executable-if-script-p): New
20284 function. After Noah Friedman.
20285
20286 * files.el (after-save-hook): Customize, with
20287 executable-make-buffer-file-executable-if-script-p as an option.
20288
20289 2000-06-09 Kenichi Handa <handa@etl.go.jp>
20290
20291 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
20292 "tib24p-mule.bdf" for Tibetan.
20293
20294 * composite.el (decompose-composite-char): Declare it as obsolete.
20295
20296 * man.el (Man-fontify-manpage): Pay attention to underline and
20297 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
20298
20299 2000-06-08 Gerd Moellmann <gerd@gnu.org>
20300
20301 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
20302 Set maintainer to FSF since author isn't reachable.
20303
20304 2000-06-08 Dave Love <fx@gnu.org>
20305
20306 * international/mule-cmds.el (select-safe-coding-system): If
20307 DEFAULT-CODING-SYSTEM is not specified, also check the most
20308 preferred coding-system if buffer-file-coding-system is
20309 `undecided'. From Handa.
20310
20311 2000-06-08 Kenichi Handa <handa@etl.go.jp>
20312
20313 * international/mule.el
20314 (after-insert-file-set-buffer-file-coding-system): If the buffer
20315 size is greater than INSERTED, judget that we are not visiting.
20316
20317 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
20318
20319 * whitespace.el (defgroup whitespace): Comment out `:version'.
20320 XEmacs 20.4 has problems defining the group with this present.
20321 We'll have this commented out till get resolve the problem.
20322
20323 2000-06-07 John Wiegley <johnw@gnu.org>
20324
20325 * align.el (align-dq-string-modes, align-sq-string-modes)
20326 (align-open-comment-modes): Add pyhton-mode.
20327 (align-rules-list): Use get-text-property instead of
20328 text-properties-at.
20329 (align-rules-list): Add python-assignment.
20330 (align-rules-list): Change perl-comma-delimiter to
20331 basic-comma-delimiter. Use if for Perl modes and python-mode.
20332 (align-rules-list): Add python-chain-logic and
20333 basic-line-continuation.
20334
20335 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
20336
20337 * apropos.el (apropos-mode-hook): New user variable.
20338 (apropos-mode): Run apropos-mode-hook.
20339
20340 2000-06-07 David Ponce <david@dponce.com>
20341
20342 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
20343 commands. Require `wid-edit' at run-time.
20344
20345 2000-06-07 David Ponce <david@dponce.com>
20346
20347 * recentf.el: Added some "Commentary".
20348 (recentf-open-more-files, recentf-edit-list): Minor changes to
20349 move the point at the top of the file list. This behaviour is
20350 consistent with the menu one when the list contains a lot of
20351 files.
20352 (recentf-cleanup): Now displays the number of items removed from
20353 the list.
20354 (recentf-relative-filter) New menu filter to show filenames
20355 relative to `default-directory'.
20356
20357 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20358
20359 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
20360 with/without giving an error if PostScript printer doesn't have this
20361 kind of page size. Zebra Stripe continues or restarts on next page.
20362 Manual/automatic paper feeding. Switch or not the header.
20363 (ps-print-version): New version number (5.2.2).
20364 (ps-windows-system): Include emx as a Windows system.
20365 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
20366 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
20367 (ps-background-text): Code fix.
20368 (ps-error-handler-message, ps-user-defined-prologue)
20369 (ps-print-prologue-header, ps-printer-name)
20370 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
20371 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
20372 (ps-use-face-background): Customization fix.
20373 (ps-n-up-database): Data fix.
20374 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
20375 (ps-switch-header): New vars.
20376 (ps-xemacs-color-name, ps-face-foreground-name)
20377 (ps-face-background-name, ps-boolean-constant): New funs.
20378
20379 2000-06-07 Dave Love <fx@gnu.org>
20380
20381 * allout.el: New version from Manheimer.
20382
20383 2000-06-07 Kenichi Handa <handa@etl.go.jp>
20384
20385 * textmodes/fill.el (fill-find-break-point): Check the validity of
20386 charset.
20387
20388 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
20389
20390 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20391 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
20392 Call display-color-p and display-mouse-p instead of looking at
20393 window-system.
20394
20395 2000-06-06 Dave Love <fx@gnu.org>
20396
20397 * image.el (find-image): Doc fix. Return nil if image not found.
20398 (put-image, insert-image): Make STRING arg optional.
20399
20400 2000-06-06 Kenichi Handa <handa@etl.go.jp>
20401
20402 * language/vietnamese.el: Remove eval-when-compile.
20403 (viet-viscii-nonascii-translation-table): Define it as a
20404 translation table made from viet-viscii-decode-table.
20405 (viet-viscii-encode-table): Define it as a translation table made
20406 from the reverse map of above.
20407 (viet-vscii-nonascii-translation-table): Define it as a
20408 translation table made from viet-vscii-decode-table.
20409 (viet-vscii-encode-table): Define it as a translation table made
20410 from the reverse map of above.
20411 (ccl-decode-viscii): Use translate-character.
20412 (ccl-encode-viscii, ccl-encode-viscii-font)
20413 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
20414 Likewize.
20415
20416 * language/cyrillic.el: Remove eval-when-compile.
20417 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
20418 translation table made from cyrillic-koi8-r-decode-table.
20419 (cyrillic-koi8-r-encode-table): Define it as a translation table
20420 made from the reverse map of above.
20421 (ccl-decode-koi8): Use translate-character.
20422 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
20423 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
20424 a translation table made from cyrillic-alternativnyj-decode-table.
20425 (cyrillic-alternativnyj-encode-table): Define it as a translation
20426 table made from the reverse map of above.
20427 (ccl-decode-alternativnyj): Use translate-character.
20428 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
20429 Likewize
20430
20431 * international/mule-diag.el (non-iso-charset-alist): Specify
20432 translation table symbol instead of translation table itself.
20433 (list-block-of-chars): CHARSET may be a translation table symbol.
20434
20435 * international/mule.el (make-coding-system): If CODING-SYSTEM
20436 already exists, override it.
20437
20438 * international/fontset.el: Use family `proportional' for Tibetan
20439 fonts.
20440
20441 * international/ccl.el (ccl-compile-translate-character): Don't
20442 check if Rrr has property translation-table.
20443 (ccl-compile-map-multiple): Modified to avoid compiler warning.
20444
20445 2000-06-05 Gerd Moellmann <gerd@gnu.org>
20446
20447 * info.el: Bind case-fold-search to t when searching in case
20448 a user sets it to nil in a hook.
20449
20450 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
20451
20452 * autoarg.el (autoarg-mode, autoarg-kp-mode):
20453 * hl-line.el (hl-line-mode): Use the new :global key argument.
20454
20455 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
20456 (tar-clip-time-string): Prepend a space.
20457 (tar-grind-file-mode): Construct a string rather than modifying one.
20458 (tar-header-block-summarize): Fix docstring.
20459 Use `format' rather than an error-prone set of copy-loops.
20460
20461 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
20462 (diff-goto-source, diff-unified->context, diff-context->unified)
20463 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
20464 understand the format output by the `-p' argument to diff.
20465
20466 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
20467 (sh-re-done): Use defconst.
20468 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
20469 (sh-help-string-for-variable, sh-guess-basic-offset):
20470 Don't quote lambdas.
20471 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
20472 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
20473
20474 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
20475 (mh-letter-mode): Derive from text-mode.
20476 This implicitly means that it now calls kill-all-local-variables.
20477 Also remove the Emacs-18 compatibility code.
20478
20479 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
20480 Make use of symbol-property doc-string-elt.
20481 Use memq rather than a sequence of eq.
20482 (doc-string-elt): Fix the wrong or missing previously unused values.
20483 (autoload-print-form): New function extracted from
20484 generate-file-autoloads to allow recursion when handling progn
20485 so that defvar's and defun's docstrings are properly printed.
20486 (generate-file-autoloads): Use it.
20487
20488 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
20489 Use find-file-hooks in the minor-mode function.
20490 Be careful not to loop indefinitely in the post-command-hook function.
20491
20492 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
20493
20494 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
20495 tty's.
20496 * ediff-diff.el (ediff-exec-process): Use --binary for fine
20497 differences whenever appropriate.
20498 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
20499 * viper.el (find-file, find-file-other-window): Get viper to do
20500 wildcards.
20501
20502 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
20503
20504 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
20505 (jit-lock-fontify-buffer): New function for JIT refontification.
20506 (jit-lock-mode): Fix docstring.
20507 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
20508 Remove jit-lock-after-change from the _local_ hook.
20509 (jit-lock-function-1): Fix docstring.
20510
20511 * info.el (Info-on-current-buffer): Initialize info.
20512
20513 * newcomment.el (comment-indent): Ignore comment-indent-hook.
20514
20515 * progmodes/tcl.el (tcl-indent-for-comment):
20516 Ignore comment-indent-hook.
20517
20518 * emacs-lisp/easy-mmode.el: Require CL during compilation.
20519 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
20520 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
20521 and improve to use the lighter to guess the capitalization.
20522 (define-minor-mode): Inline code from easy-mmode-define-toggle.
20523 Add keyword arguments to specify global-ness or the custom group.
20524 Add local-map and help-echo properties to the lighter.
20525 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
20526 (easy-mmode-define-global-mode): New macro.
20527
20528 2000-06-02 Dave Love <fx@gnu.org>
20529
20530 * wid-edit.el: byte-compile-dynamic since we typically don't use
20531 all the widgets. Don't require cl or widget. Remove
20532 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
20533 (widget-read-event): Removed. Callers changed to use read-event.
20534 (widget-button-release-event-p): Renamed from
20535 button-release-event-p.
20536 (widget-field-add-space, widget-field-use-before-change):
20537 Uncustomize.
20538 (widget-specify-field): Use keymap property, not local-map.
20539 (widget-specify-button): Obey :suppress-face.
20540 (widget-specify-insert): Use modern backquote syntax.
20541 (widget-image-directory): Renamed from widget-glyph-directory.
20542 (widget-image-enable): Renamed from widget-glyph-enable.
20543 (widget-image-find): Replaces widget-glyph-find.
20544 (widget-button-pressed-face): Move defvar.
20545 (widget-image-insert): Replaces widget-glyph-insert.
20546 (widget-convert): Use keywordp.
20547 (widget-leave-text, widget-children-value-delete): Use mapc.
20548 (widget-keymap): Remove XEmacs stuff.
20549 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
20550 (widget-button-click): Don't set point at the click, but re-centre
20551 if we scroll out of window. Rewritten for images v. glyphs &c.
20552 (widget-tabable-at): Use POS arg, not point.
20553 (widget-beginning-of-line, widget-end-of-line)
20554 (widget-item-value-create, widget-sublist, widget-princ-to-string)
20555 (widget-sexp-prompt-value, widget-echo-help): Simplify.
20556 (widget-default-create): Use widget-image-insert; some rewriting.
20557 (widget-visibility-value-create)
20558 (widget-push-button-value-create, widget-toggle-value-create): Use
20559 widget-image-insert.
20560 (checkbox): Create on and off images dynamically.
20561 (documentation-link): Change :help-echo.
20562 (widget-documentation-link-echo-help): Remove.
20563
20564 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
20565
20566 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
20567
20568 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
20569 (easy-mmode-define-toggle, define-minor-mode): Use it.
20570 (easy-mmode-define-keymap): Docstring fix.
20571 (define-derived-mode): Default PARENT to fundamental-mode.
20572 Add the derived-mode-parent symbol-property.
20573 (easy-mmode-derived-mode-p): New function.
20574
20575 2000-06-02 Dave Love <fx@gnu.org>
20576
20577 * files.el (convert-standard-filename): Doc fix.
20578 (normal-backup-enable-predicate): New function.
20579 (backup-enable-predicate): Use it to replace the lambda form.
20580
20581 * calendar/todo-mode.el: [This needs more work on the outline
20582 stuff.] Doc fixes.
20583 (todo) <defgroup>: Add :version.
20584 (todo-add-category): Don't use pushnew.
20585 (todo-cmd-raise): Fix typo.
20586 (todo-top-priorities): Change temp buffer name.
20587 (todo-category-alist): Avoid redundant lambda.
20588 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
20589 Use outline-next-heading.
20590
20591 * autoarg.el: Rewritten to use define-minor-mode.
20592 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
20593 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
20594
20595 2000-06-02 Kenichi Handa <handa@etl.go.jp>
20596
20597 * isearch.el (isearch-other-meta-char): Fix previous change.
20598
20599 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
20600
20601 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
20602 (log-edit-done): Only add the comment to the ring if it's different
20603 from the last comment entered.
20604
20605 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
20606
20607 2000-06-01 Dave Love <fx@gnu.org>
20608
20609 * hl-line.el: Rewritten using define-minor-mode.
20610
20611 * help.el (describe-function-1): Distinguish special form from
20612 builtin function. Sanity-check presence of arglist for builtins.
20613
20614 2000-06-01 Kenichi Handa <handa@etl.go.jp>
20615
20616 * international/characters.el: Fix syntax/category setting of
20617 Tibetan characters.
20618
20619 * language/tibet-util.el (tibetan-add-components): Fixes for new
20620 encoding of Tibetan characters.
20621 (tibetan-decompose-precomposition-alist): New variable.
20622 (tibetan-decompose-region): Convert precomposed characters to
20623 non-precomposed characters.
20624 (tibetan-decompose-string): Likewise.
20625 (tibetan-composition-function): Fix args to
20626 thibetan-compose-string.
20627
20628 * language/tibetan.el (tibetan-composable-pattern): More
20629 characters included.
20630 (tibetan-consonant-transcription-alist): Rule for "R" added.
20631 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
20632 "+R" added.
20633 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
20634
20635 * language/lao-util.el (lao-composition-function): Fix args to
20636 compose-string.
20637
20638 * language/thai-util.el (thai-composition-function): Fix args to
20639 compose-string.
20640
20641 * isearch.el (isearch-update): Set disable-point-adjustment to t
20642 to prevent the point moving to the end of a composition when a
20643 part of a composition is searched.
20644 (isearch-other-meta-char): If the key invoking this command can be
20645 mapped by function-key-map to a printing char, call
20646 isearch-process-search-char directly.
20647
20648 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
20649
20650 * emacs-lisp/bytecomp.el:
20651 * frame.el:
20652 * international/mule-cmds.el:
20653 * international/mule-util.el:
20654 * international/mule.el:
20655 * mouse.el:
20656 * subr.el:
20657 * faces.el: Update calls to make-obsolete with a WHEN argument.
20658
20659 * byte-run.el (make-obsolete, make-obsolete-variable):
20660 Add an optional WHEN argument and change the format of the
20661 symbol-property information.
20662 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
20663 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
20664 new obsolete-symbol-property format and print WHEN if it is provided.
20665
20666 2000-05-31 Dave Love <fx@gnu.org>
20667
20668 * loadhist.el (loadhist-hook-functions): Remove
20669 before-change-function, after-change-function.
20670 (unload-feature): Deal with symbols which are both bound and
20671 fbound.
20672
20673 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
20674 before-change-function, after-change-function.
20675
20676 * simple.el (newline): Don't bind before-change-function,
20677 after-change-function.
20678
20679 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
20680
20681 * whitespace.el (whitespace-rescan-timer-time): Update interval
20682 set to 600 seconds (10 minutes) instead of 60 seconds since
20683 a large number of whitespace buffers causes emacs to `freeze'
20684 for a considerable amount of time.
20685
20686 * whitespace.el: Updated email address
20687
20688 2000-05-31 Dave Love <fx@gnu.org>
20689
20690 * add-log.el (change-log-font-lock-keywords) <function>: Add
20691 pattern for function of change.
20692 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
20693 acknowledgements patterns.
20694
20695 2000-05-31 Kenichi Handa <handa@etl.go.jp>
20696
20697 * isearch.el (isearch-printing-char): If keyboard coding system is
20698 being used, call isearch-process-search-multibyte-characters.
20699
20700 * international/isearch-x.el: Mostly rewritten.
20701
20702 * international/quail.el (quail-start-conversion): Don't include
20703 unhandled events in the returned events, but set them in
20704 unread-command-events. Exit if all inputs are deleted.
20705
20706 2000-05-30 Jason Rumney <jasonr@gnu.org>
20707
20708 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
20709
20710 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
20711 Reenable code to create initial fontsets.
20712 Use set-fontset-font in place of put-charset-property.
20713
20714 2000-05-30 Gerd Moellmann <gerd@gnu.org>
20715
20716 * progmodes/perl-mode.el (perl-indent-line): When looking for a
20717 label, ensure that the first colon isn't followed by another.
20718
20719 * paths.el (Info-default-directory-list): Doc fix.
20720
20721 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
20722 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
20723 send a query containing USER only, not USER@HOST.
20724
20725 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
20726 and rmail-msgend to compute the restriction at the end, instead of
20727 computing it.
20728
20729 2000-05-29 Gerd Moellmann <gerd@gnu.org>
20730
20731 * dabbrev.el (dabbrev-expand): Don't display messages in the
20732 echo area if the minibuffer window is active.
20733
20734 * jit-lock.el (jit-lock-mode): Add after change function to
20735 local hook.
20736
20737 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
20738
20739 * antlr-mode.el: New commands: hide/unhide actions,
20740 upcase/downcase literals.
20741 (antlr-tiny-action-length): New user option.
20742 (antlr-hide-actions): New command. Suggested by
20743 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
20744 (antlr-mode-map): New binding [C-c C-v].
20745 (antlr-mode-menu): New entries.
20746 (antlr-downcase-literals): New command.
20747 (antlr-upcase-literals): Ditto.
20748
20749 * antlr-mode.el: Minor changes: indendation, mode-name.
20750 (antlr-indent-line): Indent cpp directive at column 0.
20751 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
20752
20753 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
20754 (antlr-font-lock-additional-keywords): Workaround for intentional
20755 bug in XEmacs version of font-lock.
20756 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
20757 be used by a smarter version of `buffers-menu-grouping-function'.
20758
20759 2000-05-29 Gerd Moellmann <gerd@gnu.org>
20760
20761 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
20762 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
20763
20764 2000-05-29 Kenichi Handa <handa@etl.go.jp>
20765
20766 * international/encoded-kb.el
20767 (encoded-kbd-iso2022-designation-map): Pay attention to that
20768 charset-iso-final-char return -1 for eight-bit-control and
20769 eight-bit-graphic.
20770
20771 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
20772
20773 * speedbar.el (speedbar-use-images, speedbar-update-flag)
20774 (speedbar-easymenu-definition-base): Use display-graphic-p where
20775 available, instead of window-system.
20776
20777 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
20778
20779 * international/codepage.el (cp-coding-system-for-codepage-1): Add
20780 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
20781 coding systems.
20782
20783 2000-05-26 Dave Love <fx@gnu.org>
20784
20785 * disp-table.el (standard-display-underline): Don't use
20786 internal-find-face.
20787
20788 * mail/reporter.el: Maintainer change. Doc fixes.
20789 (reporter-version): Deleted.
20790
20791 * emacs-lisp/elp.el: Maintainer change.
20792 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
20793
20794 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
20795
20796 * add-log.el (add-change-log-entry): Merge the current entry with the
20797 previous one if the previous one is empty.
20798
20799 2000-05-26 Dave Love <fx@gnu.org>
20800
20801 * loadhist.el (unload-feature): Fix interactive spec [from
20802 lijnzaad@ebi.ac.uk].
20803
20804 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
20805 subr-arity to check primitives.
20806 (byte-compile-flush-pending, byte-compile-file-form-progn)
20807 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
20808 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
20809 mapcar.
20810
20811 2000-05-26 Kenichi Handa <handa@etl.go.jp>
20812
20813 * international/fontset.el: Set family names of non-latin charsets
20814 in default fontset to "*".
20815
20816 * international/mule-diag.el (print-fontset): Combine family part
20817 and registry part of the fontname by "-*-" instead of "-".
20818
20819 * international/mule-cmds.el (encode-coding-char): Make strings
20820 multibyte before calling encode-coding-string.
20821
20822 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
20823
20824 * derived.el: Fix keywords.
20825 (define-derived-mode): Only define if needed.
20826
20827 * simple.el (fill-comment, comment-column, comment-start)
20828 (comment-start-skip, comment-end, comment-indent-function)
20829 (block-comment-start, block-comment-end, indent-for-comment)
20830 (set-comment-column, kill-comment, comment-padding, comment-region)
20831 (comment-multi-line, indent-new-comment-line): Remove.
20832
20833 * bindings.el (esc-map): Change ; to comment-dwim and use the new
20834 function names for comment operations.
20835
20836 * newcomment.el: Add abundant autoload cookies.
20837 (comment-style): Don't depend on runtime data at compile-time.
20838 (comment-indent-hook): Remove.
20839 (comment-indent): Check if comment-indent-hook is bound.
20840 (comment-region): Docstring fix.
20841
20842 2000-05-25 Dave Love <fx@gnu.org>
20843
20844 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
20845 byte-code-function-p.
20846
20847 * mail/rmailsum.el: Add provide.
20848
20849 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
20850
20851 * smerge-mode.el (smerge-diff-switches): Don't use list* in
20852 defcustom.
20853
20854 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
20855
20856 * ediff-diff.el (ediff-exec-process): delete --binary option from
20857 non-buffer ediff jobs.
20858
20859 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
20860
20861 * hilit-chg.el (highlight-changes-mode): Ask about color or
20862 grayscale support, not about window-system.
20863
20864 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
20865 window-system.
20866 (ffap-highlight): Always default to t.
20867
20868 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
20869 display-popup-menus-p instead of looking at window-system.
20870
20871 * disp-table.el (standard-display-g1, standard-display-graphic):
20872 Only refuse to use string glyphs on X and MS-Windows.
20873
20874 * avoid.el: Remove window-system from commentary, suggest to use
20875 display-*-p instead.
20876
20877 * apropos.el (apropos-print): Use display-mouse-p instead of
20878 window-system.
20879
20880 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
20881
20882 * international/codepage.el (cp-decoding-vector-for-codepage):
20883 Fill up unsupported characters with their own codes. From Kenichi
20884 Handa.
20885
20886 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
20887
20888 * international/mule-diag.el (describe-char-after): Use
20889 display-graphic-p instead of window-system, so that this function
20890 works on MS-DOS.
20891
20892 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
20893
20894 * international/codepage.el (cp-make-coding-systems-for-codepage):
20895 Remove the eight-bit-graphic and eight-bit-control charsets from
20896 the list of charsets which we convert into `?'.
20897
20898 2000-05-25 Kenichi Handa <handa@etl.go.jp>
20899
20900 * international/mule-conf.el: Specify CHARSET-ID explicitely for
20901 private charsets.
20902 (mule-unicode-0100-24ff, japanese-jisx0213-1,
20903 japanese-jisx0213-2): New charsets.
20904
20905 * international/fontset.el: Setup default fontset for new charsets.
20906
20907 2000-05-24 Dave Love <fx@gnu.org>
20908
20909 * info.el (Info-find-node-2): Restructure [following "Vadim
20910 S. Solomin" <sovs@uic.nnov.ru>].
20911
20912 * icomplete.el: Fix header for Finder.
20913
20914 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
20915
20916 * rmailout.el (rmail-output-to-rmail-file): Added optional param
20917 STAY.
20918
20919 * rmail.el (rmail-automatic-folder-directives): New user variable.
20920 (rmail-show-message): Add call to `rmail-auto-file' during
20921 display.
20922 (rmail-auto-file): New function.
20923
20924 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
20925
20926 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
20927 account.
20928 (ediff-test-utility,ediff-diff-mandatory-option)
20929 (ediff-reset-diff-options): Utilities for proper initialization of
20930 ediff-diff-options and ediff-diff3-options on Windows.
20931
20932 * ediff-init.el (ediff-merge-filename-prefix): New customizable
20933 variable.
20934
20935 * ediff-mult.el (ediff-filegroup-action): Use
20936 ediff-merge-filename-prefix.
20937
20938 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
20939
20940 * viper-ex.el (ex-write): Set selective display to nil.
20941
20942 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
20943
20944 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
20945 aliases for hebrew-iso-8bit.
20946
20947 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
20948
20949 * woman.el: New version from Francis J. Wright
20950 <F.J.Wright@Maths.QMW.ac.uk>.
20951 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
20952 names in environment variables regardless of the path separator.
20953 (woman-topic-all-completions-1): Don't call file-name-directory-p
20954 on all files, since woman-file-regexp already filters out any
20955 directories.
20956
20957 2000-05-24 Kenichi Handa <handa@etl.go.jp>
20958
20959 * international/quail.el (quail-start-translation): Don't change
20960 modified-p of the current buffer.
20961 (quail-start-conversion): Likewise.
20962
20963 * international/kkc.el (kkc-region): Don't change modified-p of
20964 the current buffer.
20965
20966 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
20967 conform to RFC1468.
20968 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
20969
20970 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
20971
20972 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
20973 (speedbar-insert-button): Invisible text property fix.
20974 (speedbar-directory-plus): Renamed from speedbar-directory-+
20975 (speedbar-directory-minus): Renamed from speedbar-directory--
20976 (speedbar-page-plus): Renamed from speedbar-file-+
20977 (speedbar-page-minus): Renamed from speedbar-file--
20978 (speedbar-page): Renamed from speedbar-file-
20979 (speedbar-tag): Renamed from speedbar-tag-
20980 (speedbar-tag-plus): Renamed from speedbar-tag-+
20981 (speedbar-tag-minus): Renamed from speedbar-tag--
20982 (speedbar-expand-image-button-alist): Use above renames.
20983
20984 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
20985 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
20986 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
20987 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
20988 * sb-pg.xpm: Renamed from sb-file.xpm
20989 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
20990 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
20991
20992 2000-05-24 Kenichi Handa <handa@etl.go.jp>
20993
20994 * international/quail.el (quail-show-guidance-buf): Set
20995 current-input-method of the guidance buffer to the name of the
20996 curren input method.
20997
20998 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
20999
21000 * progmodes/compile.el (compile-internal): Style typo.
21001
21002 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
21003 quote vars and functions in the docstring.
21004
21005 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
21006
21007 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
21008 Don't quote lambdas.
21009
21010 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
21011
21012 2000-05-23 Gerd Moellmann <gerd@gnu.org>
21013
21014 * startup.el (command-line): Determine source file of compiled
21015 user init file differently. Warn if compiled user init file
21016 is older than its source file.
21017
21018 * ffap.el (ffap-url-regexp): Add `https'.
21019
21020 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
21021
21022 * files.el (make-backup-file-name-1): Replace slashes with `!'
21023 rather than `|' (which is not allowed on Windows). Replace the
21024 drive letters with a string "drive_X".
21025
21026 2000-05-23 Gerd Moellmann <gerd@gnu.org>
21027
21028 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
21029
21030 * files.el (interpreter-mode-alist): Add `bash2'.
21031
21032 2000-05-22 Dave Love <fx@gnu.org>
21033
21034 * loadhist.el (feature-symbols, file-provides, file-requires): Use
21035 mapc.
21036 (feature-file): Avoid calling symbol-name. Doc fix.
21037 (file-set-intersect, file-dependents): Use dolist, not mapcar.
21038 (loadhist-hook-functions): Add mouse-position-function.
21039 (unload-feature): Change uses of mapcar.
21040
21041 * files.el (parse-colon-path): Doc fix.
21042 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
21043 (set-auto-mode): Use mapc.
21044
21045 * complete.el (PC-look-for-include-file): Use :alnum: character
21046 class.
21047 (partial-completion-mode): Add autoload cookie.
21048
21049 2000-05-22 Sam Steingold <sds@gnu.org>
21050
21051 * info.el (Info-fontify-node): Fixed the call to
21052 `add-text-properties' (bug introduced on 2000-05-18).
21053
21054 2000-05-22 Dave Love <fx@gnu.org>
21055
21056 * bindings.el: Remove debug-ignored-errors set in other files.
21057
21058 * progmodes/etags.el: Add to debug-ignored-errors.
21059 (visit-tags-table-buffer): Clear out buffers holding old tables
21060 when making a new list.
21061 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
21062 mapc.
21063
21064 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
21065 quote keywords.
21066 (cmpl-string-case-type): Use character classes.
21067
21068 * comint.el:
21069 * textmodes/ispell.el:
21070 * imenu.el:
21071 * mail/mh-e.el:
21072 * progmodes/compile.el: Add to debug-ignored-errors.
21073
21074 * dabbrev.el: Add to debug-ignored-errors.
21075 (dabbrev-completion): Use mapc.
21076
21077 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
21078
21079 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
21080 (woman-mapcan, woman-parse-man.conf)
21081 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
21082 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
21083 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
21084 path syntax better.
21085 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
21086 (woman-manpath): Call woman-parse-man.conf.
21087 (woman-emulation): New defcustom, defaults to nroff.
21088 (woman-font-support): New defconst.
21089 (woman-use-symbol-font): New defcustom.
21090 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
21091 "Emulation".
21092 Many functions: Doc fix.
21093
21094 2000-05-22 Kenichi Handa <handa@etl.go.jp>
21095
21096 * international/quail.el (quail-simple-translation-keymap): Map
21097 128..255 to quail-self-insert-command.
21098 (quail-keyboard-layout-alist): Add definition for "pc102-de".
21099
21100 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
21101
21102 * help.el (help-manyarg-func-alist): Typo.
21103
21104 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
21105 intervals which makes it heaps simpler.
21106
21107 * newcomment.el (comment-region-internal): Go back to BEG after quoting
21108 the nested comment markers.
21109
21110 * subr.el (remove-hook): Don't turn the hook's value into a list.
21111
21112 2000-05-21 Dave Love <fx@gnu.org>
21113
21114 * edmacro.el (edmacro-parse-keys): Return vector if any elements
21115 are invalid characters.
21116
21117 * international/mule-util.el (detect-coding-with-priority): Use
21118 mapc. Remove redundant lambda.
21119
21120 * international/mule-diag.el (list-non-iso-charset-chars)
21121 (describe-fontset): Remove redundant lambda.
21122
21123 * emulation/crisp.el (brief-mode): New alias.
21124
21125 * emacs-lisp/ring.el (ring-elements): New function.
21126
21127 * emacs-lisp/easymenu.el (easy-menu-create-menu)
21128 (easy-menu-do-add-item): Use keywordp.
21129
21130 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
21131
21132 * replace.el: Doc and error message fixes.
21133 (replace-highlight): Use facep, not internal-find-face.
21134
21135 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
21136
21137 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
21138
21139 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
21140 (log-edit-insert-changelog): Drop `:' as well.
21141
21142 * log-view.el: Fix file description.
21143 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
21144 available.
21145 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
21146 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
21147
21148 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
21149 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
21150 Print a status message if the toggle is called interactively.
21151 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
21152 for global minor modes and use `defcustom' for them.
21153 Use add-minor-mode.
21154 (easy-mmode-define-derived-mode): Remove.
21155 (define-derived-mode): Fancier default docstring.
21156 (easy-mmode-define-navigation): Signal an error rather than (ding).
21157
21158 * newcomment.el (comment-styles): New `box-multi'.
21159 (comment-normalize-vars): Better default for comment-continue to
21160 avoid whitespace-only continuations.
21161 (comment-search-forward): Always move even in the no-syntax case.
21162 (comment-padright): Only obey N if it's only obeyed for padleft.
21163 (comment-make-extra-lines): Better handling of empty continuations.
21164 Use `=' for the filler if comment-start has only one character.
21165 (uncomment-region): Try handling the special `=' filler.
21166 (comment-region): Allow LINES even if MULTI is nil.
21167 (comment-box): Choose box style based on comment-style.
21168
21169 2000-05-20 Kenichi Handa <handa@etl.go.jp>
21170
21171 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
21172 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
21173
21174 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
21175
21176 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
21177 and insert, not subst-char-in-region.
21178
21179 * international/mule-diag.el (list-character-sets-1): Handle
21180 charsets eight-bit-control and eight-bit-graphic.
21181 (list-iso-charset-chars): Likewise.
21182 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
21183 charactes as is. Use indent-to to align characters.
21184
21185 * international/mule-cmds.el (find-multibyte-characters): Never
21186 exclude charsets eight-bit-control and eight-bit-graphic.
21187
21188 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
21189
21190 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
21191 Don't quote lambdas.
21192
21193 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
21194
21195 2000-05-19 Gerd Moellmann <gerd@gnu.org>
21196
21197 * gud.el (gud-jdb-directories): Doc fix.
21198
21199 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
21200
21201 * newcomment.el: New file.
21202
21203 2000-05-19 Gerd Moellmann <gerd@gnu.org>
21204
21205 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
21206
21207 2000-05-18 Andreas Schwab <schwab@suse.de>
21208
21209 * dired.el (dired-between-files): Also skip lines beginning with
21210 `used'.
21211
21212 2000-05-18 Gerd Moellmann <gerd@gnu.org>
21213
21214 * msb.el (msb-menu-cond): Add choice `user'.
21215
21216 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21217
21218 * ps-print.el: Compatibility, customization and doc fix.
21219 (ps-printer-name-option): Replace defconst by defvar.
21220 (ps-postscript-code-directory): XEmacs compatibility.
21221 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
21222 fix.
21223 (ps-user-defined-prologue, ps-print-prologue-header)
21224 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
21225 compatibility and code fix.
21226 (ps-print-background-image, ps-print-background-text):
21227 Customization fix.
21228 (ps-line-number-start, ps-n-up-on): New vars.
21229
21230 2000-05-18 Espen Skoglund <esk@ira.uka.de>
21231
21232 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
21233 the indent-comment function to just return the appropriate indent.
21234
21235 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
21236
21237 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
21238 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
21239 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
21240
21241 2000-05-18 Dave Love <fx@gnu.org>
21242
21243 * info.el (Info-fontify-node): Add intangible property as well as
21244 invisible.
21245
21246 * calendar/appt.el (appt-make-list): Match all lines of entry.
21247 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
21248
21249 2000-05-18 Kenichi Handa <handa@etl.go.jp>
21250
21251 * international/mule-diag.el (describe-char-after): Call
21252 internal-char-font, not char-font. If internal-char-font returns
21253 nil, display "-- none --".
21254
21255 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
21256
21257 * image.el (image-type-available-p): Don't reference image-types
21258 if it isn't bound.
21259
21260 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
21261
21262 * autoarg.el (autoarg-mode): Typo in the :set argument.
21263
21264 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
21265
21266 * startup.el (command-line-1): Don't signal an error if the
21267 directory for auto-save-list files does not yet exist.
21268
21269 2000-05-17 Kenichi Handa <handa@etl.go.jp>
21270
21271 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
21272
21273 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
21274
21275 * subr.el (remove-hook): `setq' hook-value, not `set'.
21276
21277 2000-05-16 Sam Steingold <sds@gnu.org>
21278
21279 * info.el (debug-ignored-errors): More errors to ignore.
21280
21281 2000-05-16 Dave Love <fx@gnu.org>
21282
21283 * cus-edit.el: Don't require cl or easymenu.
21284 (custom-variable-prompt): Test standard-value property, not
21285 user-variable-p.
21286
21287 2000-05-16 Sam Steingold <sds@gnu.org>
21288
21289 * subr.el (add-hook): `setq' hook-value, not `set'.
21290
21291 2000-05-16 Gerd Moellmann <gerd@gnu.org>
21292
21293 * startup.el (command-line-1): Mention the FAQ in the startup
21294 message.
21295
21296 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
21297
21298 * progmodes/compile.el (compilation-parse-errors): Collect
21299 `nomessage' regexps last.
21300
21301 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
21302
21303 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
21304 to the function name.
21305
21306 2000-05-15 Dave Love <fx@gnu.org>
21307
21308 * speedbar.el (speedbar-recenter): Typo.
21309 (speedbar-expand-line): Make arg optional.
21310 (speedbar-mode): Avoid a compiler warning.
21311
21312 2000-05-15 Gerd Moellmann <gerd@gnu.org>
21313
21314 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
21315 user-specified option string is empty.
21316
21317 * mouse.el (mouse-yank-at-click): Doc fix.
21318
21319 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
21320
21321 * term/internal.el (IT-character-translations): More updates of
21322 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
21323 documents.
21324
21325 2000-05-15 Gerd Moellmann <gerd@gnu.org>
21326
21327 * env.el (getenv): New function, interactively callable.
21328 (setenv, getenv): Remove autoload cookies.
21329
21330 * loadup.el: Load `env'.
21331
21332 * progmodes/f90.el: Change author's mail address.
21333
21334 2000-05-14 Dave Love <fx@gnu.org>
21335
21336 * mail/rmail.el (rmail-show-message-hook): Customize and offer
21337 goto-addr as an option.
21338
21339 * help.el (help-xref-stack): Doc fix.
21340 (help-xref-following): New variable.
21341 (help-make-xrefs): Use it.
21342 (help-xref-go-back): Use position information from stack element.
21343 (help-follow): Make position in stack element a pair. Use
21344 help-xref-following.
21345
21346 * autoarg.el: New file.
21347
21348 * faces.el: Declare more functions obsolete.
21349
21350 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
21351 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
21352 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
21353 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
21354 Remove all the setup-...-environment functions.
21355
21356 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
21357
21358 * speedbar.el: Updated the commentary section. xemacs20p now uses
21359 >= when detecting. Require `defimage' safely.
21360 (speedbar-easymenu-definition-base): Add toggle for images.
21361 (speedbar-easymenu-definition-special): Add flush cache & expand.
21362 (speedbar-visiting-tag-hook): Set new defaults. Added options.
21363 (speedbar-reconfigure-keymaps-hook): New variable.
21364 (speedbar-frame-parameters): Updated documentation.
21365 (speedbar-use-imenu-flag): Updated custom tag
21366 (speedbar-dynamic-tags-function-list): New variable.
21367 (speedbar-tag-hierarchy-method): Updated doc & custom.
21368 (speedbar-indentation-width, speedbar-indentation-width) New
21369 variables.
21370 (speedbar-hide-button-brackets-flag): Customizable.
21371 (speedbar-vc-indicator): Doc update.
21372 (speedbar-ignored-path-expressions): Updated default value.
21373 (speedbar-supported-extension-expressions): Updated default value.
21374 (speedbar-syntax-table): Remove {} paren status.
21375 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
21376 as "+". Added overlay aliases.
21377 (speedbar-mode): Use `speedbar-mode-line-update' instead of
21378 `force-mode-line-update'.
21379 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
21380 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
21381 `mouse-set-point'
21382 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
21383 (speedbar-item-info-tag-helper): Revamped to handle a wider range
21384 of arbitrary text, and new helper functions.
21385 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
21386 filename finder.
21387 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
21388 (speedbar-directory-buttons): Update path search/expansion.
21389 (speedbar-make-tag-line): Pay attention to
21390 `speedbar-indentation-width'. Use more care w/ invisible
21391 properties.
21392 (speedbar-change-expand-button-char): Call
21393 `speedbar-insert-image-button-maybe'.
21394 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
21395 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
21396 (speedbar-trim-words-tag-hierarchy)
21397 (speedbar-simple-group-tag-hierarchy): New functions
21398 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
21399 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
21400 functions.
21401 (speedbar-mouse-set-point): New function
21402 (speedbar-power-click): Updated documentation.
21403 (speedbar-line-token, speedbar-goto-this-file): Handle more types
21404 of tag prefix text.
21405 (speedbar-expand-line, speedbar-contract-line): Make more robust
21406 to strange text.
21407 (speedbar-expand-line): Takes universal argument to flush the
21408 cache.
21409 (speedbar-flush-expand-line): New function.
21410 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
21411 Use new generator insertion method.
21412 (speedbar-fetch-dynamic-tags): New function.
21413 (speedbar-fetch-dynamic-imenu): Removed code now handled in
21414 `speedbar-fetch-dynamic-imenu'.
21415 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
21416 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
21417 "Revert Buffer" menu items.
21418 (speedbar-buffer-buttons-engine): Be smarter when creating a
21419 filename tag (for expansion purposes.).
21420 (speedbar-highlight-one-tag-line,
21421 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
21422 (speedbar-recenter): New functions.
21423 (defimage-speedbar): Image loading abstraction.
21424 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
21425 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
21426 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
21427 (speedbar-tag-type, speedbar-tag-mail): New images.
21428 (speedbar-expand-image-button-alist): New variable.
21429 (speedbar-insert-image-button-maybe): Insert an image over some
21430 buttons.
21431
21432 2000-05-13 Kenichi Handa <handa@etl.go.jp>
21433
21434 * international/mule-cmds.el (encode-coding-char): An ASCII
21435 character is always encodable.
21436
21437 * international/mule-conf.el: Add more information in descriptions
21438 of character sets.
21439
21440 * international/mule-diag.el (describe-char-after): New function.
21441 (describe-font-internal): Adjusted for the change of font-info.
21442 (describe-font): Likewise.
21443 (print-fontset): Rewritten for the new fontset implementation.
21444 (describe-fontset): Include fontset alias names in completion.
21445 (list-fontsets): Adjusted for the change of print-fontset.
21446
21447 * simple.el (what-cursor-position): If DETAIL is non-nil, call
21448 describe-char-after instead of displaying the detail in the echo
21449 area.
21450 (syntax-code-table): Format changed.
21451 (string-to-syntax): Adjusted for the above change.
21452
21453 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
21454
21455 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
21456
21457 2000-05-12 Dave Love <fx@gnu.org>
21458
21459 * calendar/todo-mode.el: Remove some compatibility stuff and CL
21460 dependence. Use line-{beginning,end}-position, not
21461 point-at{b,e}ol. Some doc fixes.
21462 (todo-position): New function. Fix callers of position to use it.
21463 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
21464
21465 2000-05-12 Gerd Moellmann <gerd@gnu.org>
21466
21467 * time.el (display-time-mail-icon): Use `:ascent center'.
21468
21469 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
21470 handling FTP security extensions.
21471
21472 2000-05-11 Dave Love <fx@gnu.org>
21473
21474 * calendar/todo-mode.el: New file.
21475
21476 2000-05-11 Gerd Moellmann <gerd@gnu.org>
21477
21478 * comint.el (comint-read-input-ring): Move reference to
21479 comint-input-ring-size outside of the save-excursion. It was
21480 causing the default value to be the only one ever seen.
21481
21482 * font-lock.el: Update copyright. Remove Simon Marshall's email
21483 address on request from him.
21484
21485 * subr.el (substitute-key-definition): Add comment describing
21486 the meaning of PREFIX.
21487
21488 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
21489
21490 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
21491
21492 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
21493 (add-minor-mode): Don't make the variable buffer-local and add a
21494 reference to define-minor-mode in the docstring.
21495
21496 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
21497 HEADER/FOOTER and fix bug with trailing empty directory.
21498 (cvs-append-to-ignore): Use vc-editable-p if available.
21499 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
21500 (vc-do-command): Tweak advice to handle the new VC.
21501
21502 * log-view.el (log-view-goto-rev): New function for the new VC.
21503 (log-view-minor-wrap): Use mark-active.
21504
21505 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
21506 (log-edit-changelog-full-paragraphs): New var.
21507 (log-edit-insert-changelog): Remove a lonely leading `* file'.
21508 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
21509 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
21510 (log-edit-changelog-ours-p, log-edit-changelog-entries)
21511 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
21512 Replace the `cvs' prefix with `log-edit'.
21513
21514 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
21515
21516 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
21517 (diff-font-lock-defaults): Explicitly turn off multiline.
21518 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
21519 (diff-ediff-patch): Fix call to ediff-patch-file.
21520 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
21521 Handle comments.
21522
21523 * frame.el (automatic-hscrolling): Typo.
21524
21525 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
21526
21527 2000-05-09 Sam Steingold <sds@goems.com>
21528
21529 * apropos.el (apropos-print): use `describe-face' instead of
21530 `customize-face-other-window'.
21531
21532 2000-05-09 Dave Love <fx@gnu.org>
21533
21534 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
21535
21536 * help.el (describe-variable): Have customize button pop the
21537 help-xref stack when invoked.
21538 (help-xref-symbol-regexp): Add `face'.
21539 (help-make-xrefs): Check for quoted face names and adapt regexp
21540 submatch numbers to cope.
21541 (help-xref-interned): Maybe insert face doc too. Separate
21542 sections with a line of hyphens.
21543
21544 * faces.el: Some doc fixes. Declare some functions obsolete.
21545 (describe-face): Add customize button. Return the help
21546 text. Fix prompt.
21547
21548 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
21549
21550 * term/internal.el (IT-character-translations): Fix last change.
21551
21552 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
21553
21554 * woman.el: New file
21555 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
21556
21557 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
21558
21559 * term/internal.el (IT-character-translations): Update ASCII
21560 simulations for greek-iso8859-7, add latin-iso8859-14 and
21561 latin-iso8859-15.
21562
21563 * international/mule-cmds.el (set-language-info-alist): Call
21564 define-prefix-command with 3 arguments, to make the map suitable
21565 for a menu.
21566
21567 2000-05-07 Dave Love <fx@gnu.org>
21568
21569 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
21570
21571 2000-05-05 Dave Love <fx@gnu.org>
21572
21573 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
21574 list in doc string. Don't quote keyword symbols.
21575 * emacs-lisp/cl.el: Likewise
21576 * emacs-lisp/cl-seq.el: Likewise
21577
21578 2000-05-05 Gerd Moellmann <gerd@gnu.org>
21579
21580 * abbrev.el (abbrev-mode): Make ARG optional.
21581
21582 2000-05-04 Gerd Moellmann <gerd@gnu.org>
21583
21584 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
21585
21586 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
21587
21588 * subr.el (substitute-key-definition): Clarify documentation.
21589
21590 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
21591
21592 * glasses.el (glasses-convert-to-unreadable): Use
21593 `glasses-separator' instead of the hard-wired "_".
21594 (glasses-mode): Call `glasses-make-unreadable' only in a single
21595 place.
21596
21597 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
21598
21599 * term/internal.el (cjk-codepages-alist): Add associations for
21600 Chinese and Korean codepages. Remove FIXME comment.
21601
21602 2000-05-03 Dave Love <fx@gnu.org>
21603
21604 * time.el (display-time-mail-face, display-time-use-mail-icon):
21605 New option.
21606 (display-time-mail-icon): New variable.
21607 (display-time-string-forms): Use the above. Fix the local-map.
21608
21609 2000-05-03 Gerd Moellmann <gerd@gnu.org>
21610
21611 * replace.el (query-replace-map): Add binding for `E'.
21612 (query-replace-help): Extend help text.
21613 (perform-replace): Allow editing the replacement string.
21614
21615 * make-mode.el (makefile-mode-abbrev-table): New variable.
21616 (makefile-mode): Set local abbrev table to
21617 makefile-mode-abbrev-table.
21618 (makefile-font-lock-keywords): Fontify includes and conditionals.
21619
21620 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
21621 set TOGGLE's value.
21622
21623 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
21624 mail-interactive-insert-alias.
21625 (mail-abbrev-complete-alias): New command.
21626 (mail-mode-map): Bind it to `M-TAB'.
21627
21628 2000-05-03 Kenichi Handa <handa@etl.go.jp>
21629
21630 * language/lao-util.el (lao-compose-region): New function.
21631
21632 2000-05-02 Gerd Moellmann <gerd@gnu.org>
21633
21634 * files.el (recover-session): Make directories as necessary
21635 if they don't exist yet.
21636
21637 * calendar/cal-french.el
21638 (french-calendar-multibyte-special-days-array)
21639 (french-calendar-special-days-array): Change French text.
21640 (calendar-french-date-string): Change output.
21641 (calendar-goto-french-date): Likewise.
21642
21643 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
21644
21645 * wid-edit.el (widget-default-active): Obey `:always-active'.
21646 (widget-documentation-string-value-create): Set `:always-active'.
21647
21648 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
21649
21650 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
21651 default prefix to `~/_emacs.d/auto-save.list/_s'.
21652 (normal-top-level): Create the directory for auto-save files, if
21653 it doesn't already exist (in the ms-dos case only).
21654
21655 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
21656
21657 * international/mule-cmds.el (set-language-environment): Don't
21658 concat an integer (dos-codepage), use format instead.
21659
21660 2000-05-02 Dave Love <fx@gnu.org>
21661
21662 * help.el (help-xref-on-pp): Check for constant symbols.
21663
21664 2000-04-29 Gerd Moellmann <gerd@gnu.org>
21665
21666 * startup.el (normal-top-level): Put a condition-case around
21667 the code loading subdirs.el.
21668
21669 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21670
21671 * ps-print.el: Upside-down and face background color printing,
21672 line number step, doc fix.
21673 (ps-print-version): New version number (5.2).
21674 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
21675 (ps-face-attribute-list, ps-plot-with-face): Code fix.
21676 (ps-spool-config): Var fix.
21677 (ps-printer-name-option): Const fix.
21678 (ps-print-upside-down, ps-use-face-background)
21679 (ps-line-number-step): New vars.
21680 (ps-window-system, ps-lp-system): New consts.
21681 (ps-face-background): New fun.
21682
21683 2000-04-28 Richard Stallman <rms@gnu.org>
21684
21685 * files.el (make-auto-save-file-name):
21686 Apply auto-save-file-name-transforms to visited file name
21687 before generating auto save file name.
21688 (auto-save-file-name-transforms): New variable.
21689
21690 * files.el (backup-enable-predicate):
21691 Correctly test for a file under a temporary directory.
21692
21693 2000-04-28 Gerd Moellmann <gerd@gnu.org>
21694
21695 * subr.el (add-minor-mode): Rewritten.
21696
21697 2000-04-28 Kenichi Handa <handa@etl.go.jp>
21698
21699 * mail/sendmail.el (sendmail-send-it): Set
21700 buffer-file-coding-system to the selected coding system for MIME
21701 header.
21702
21703 2000-04-27 Gerd Moellmann <gerd@gnu.org>
21704
21705 * dired.el (dired-move-to-filename-regexp): Allow format where
21706 YYYY is followed by two spaces.
21707
21708 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
21709 in the second character class of the regexp.
21710
21711 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
21712 mh-etc, too.
21713
21714 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
21715 nil.
21716
21717 * subr.el (add-minor-mode): Use `set' instead of `setq'.
21718
21719 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
21720 argument.
21721
21722 2000-04-27 Sen Nagata <sen@eccosys.com>
21723
21724 * emacs-lisp/crm.el (crm-completion-table): New variable.
21725 (crm-collection-fn, crm-test-completion)
21726 (completing-read-multiple): Use it.
21727
21728 2000-04-27 Dave Love <fx@gnu.org>
21729
21730 * help.el (locate-library): Use mapc.
21731 (help-manyarg-func-alist): Add call-process-region.
21732
21733 2000-04-26 Gerd Moellmann <gerd@gnu.org>
21734
21735 * subr.el (add-minor-mode): Make argument MAP optional.
21736
21737 * desktop.el (desktop-save): Save list of minor modes.
21738 (desktop-create-buffer): Restore minor modes.
21739 (desktop-minor-mode-table): New user-option.
21740
21741 * subr.el (add-minor-mode): New function.
21742
21743 * image.el (find-image): New function.
21744 (defimage): Rewritten to find image at load time.
21745
21746 * startup.el (normal-top-level-add-to-load-path): Handle
21747 case that the default directory is not in load-path.
21748
21749 * help.el: Old patch from Stefan Monnier.
21750 (help-xref-on-pp): New function.
21751 (describe-variable): Use it to display xrefs in a symbol's value.
21752
21753 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
21754
21755 * cus-edit.el (custom-face): Fix parenthesis.
21756
21757 2000-04-26 Kenichi Handa <handa@etl.go.jp>
21758
21759 * mail/rmail.el (rmail-expunge): When there are no deleted
21760 messages, do nothing.
21761
21762 2000-04-26 Dave Love <fx@gnu.org>
21763
21764 * international/mule-cmds.el (locale-translation-file-name):
21765 Defvar to nil.
21766 (set-locale-environment): Set it here (at runtime).
21767
21768 2000-04-25 Gerd Moellmann <gerd@gnu.org>
21769
21770 * replace.el (perform-replace): Add parameters START and END. Use
21771 them instead of the check for a region in Transient Mark mode.
21772 (query-replace-read-args): Return two more list elements for the
21773 start and end of the region in Transient Mark mode.
21774 (query-replace, query-replace-regexp, query-replace-regexp-eval)
21775 (map-query-replace-regexp, replace-string, replace-regexp): Add
21776 optional last arguments START and END and pass them to
21777 perform-replace.
21778
21779 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
21780 form with additional arguments for perform-replace.
21781
21782 * progmodes/etags.el (tags-query-replace): Add parameters START
21783 and END. Construct a form with additional arguments for
21784 perform-replace.
21785
21786 * simple.el (shell-command): Set default directory for "*Shell
21787 Command Output" buffer.
21788
21789 * language/european.el (iso-latin-4): Fix typo.
21790
21791 * emacs-lisp/crm.el: New file.
21792
21793 2000-04-24 Dave Love <fx@gnu.org>
21794
21795 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
21796 (Custom-reset-saved, Custom-reset-standard)
21797 (custom-group-value-create, custom-group-set, custom-group-save)
21798 (custom-group-reset-current, custom-group-reset-saved)
21799 (custom-group-reset-standard): Use mapc.
21800 (custom-buffer-create-internal): Disable undo when creating items.
21801 Use mapc.
21802 (custom-face): Avoid redundant lambda.
21803
21804 2000-04-24 Gerd Moellmann <gerd@gnu.org>
21805
21806 * startup.el (auto-save-list-file-prefix): Set default to
21807 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
21808
21809 2000-04-24 Sam Steingold <sds@gnu.org>
21810
21811 * time-stamp.el (time-stamp-string-preprocess): Always convert
21812 `field-result' to a string.
21813
21814 2000-04-24 Gerd Moellmann <gerd@gnu.org>
21815
21816 * frame.el (scrolling): New group.
21817 (automatic-hscrolling): New user-option.
21818
21819 * startup.el (command-line-x-option-alist): Add `-lsp' and
21820 `--line-spacing'.
21821
21822 2000-04-19 Dave Love <fx@gnu.org>
21823
21824 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
21825 (cl-mapc): Rename from mapc. Fix the funcall.
21826
21827 2000-04-19 Gerd Moellmann <gerd@gnu.org>
21828
21829 * simple.el (clone-indirect-buffer-other-window): New command.
21830 (clone-indirect-buffer): Add optional arg NORECROD.
21831 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
21832
21833 * help.el (resize-temp-buffer-window): Use count-screen-lines.
21834
21835 * window.el (count-screen-lines): New function.
21836 (shrink-window-if-larger-than-buffer): Use count-screen-lines
21837 instead of window-buffer-height.
21838
21839 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
21840 non-existing variable comint-input-sentinel.
21841 (inferior-lisp-args-to-list): Removed.
21842 (inferior-lisp): Use split-string instead of
21843 inferior-lisp-args-to-list.
21844
21845 * hexl.el (hexl-insert-hex-string): New command.
21846
21847 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
21848 instead of concat.
21849
21850 2000-04-18 Gerd Moellmann <gerd@gnu.org>
21851
21852 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
21853 at the start of an existing but empty folder.
21854
21855 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21856
21857 * ps-mule.el: Customization fix, doc fix.
21858 (ps-multibyte-buffer): Customization fix.
21859
21860 2000-04-17 Richard M. Stallman <rms@gnu.org>
21861
21862 * subr.el (read-passwd): Use read-char-exclusive.
21863
21864 2000-04-17 Gerd Moellmann <gerd@gnu.org>
21865
21866 * textmodes/texinfo.el (texinfo-insert-@email)
21867 (texinfo-insert-@emph, texinfo-insert-@quotation)
21868 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
21869 (texinfo-mode-map): Add key bindings for them.
21870
21871 * files.el (basic-save-buffer-2): Use a template with `$'
21872 instead of `#' for VMS.
21873
21874 * simple.el (clone-indirect-buffer): New function.
21875
21876 2000-04-16 Stephen Eglen <stephen@gnu.org>
21877
21878 * iswitchb.el (iswitchb-case): New function. If the user input
21879 contains any upper-case characters, the search is made
21880 case-sensitive.
21881
21882 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
21883
21884 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
21885 comment-end.
21886 (texinfo-font-lock-syntactic-keywords): New var.
21887 (texinfo-font-lock-keywords): Remove comment regexp.
21888 (texinfo-insert-block): New function.
21889 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
21890 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
21891 and font-lock-defaults. Use regexp-opt for outline-regexp.
21892 (texinfo-environments): New var.
21893 (texinfo-environment-regexp): Use regexp-opt and
21894 texinfo-environments.
21895
21896 * textmodes/ispell.el (ispell-menu-map-needed): Check that
21897 ispell-process is bound since this might be eval'd before ispell
21898 is loaded.
21899 (ispell-message): Use a tiny bit less magic and a bit more hard
21900 data to figure out what kind of sc-cite-regexp to use.
21901
21902 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
21903
21904 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
21905 (insert-cyclic-diary-entry): Unquote the lambda.
21906
21907 * gud.el (gud-jdb-build-source-files-list): Fix typo.
21908
21909 * files.el (backup-enable-predicate): Unquote the lambda.
21910
21911 * cus-edit.el (custom-face, face): Unquote the lambda.
21912
21913 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21914
21915 * ps-print.el: Check for line-beginning-position definition.
21916
21917 * ps-print.el: Fix counting lines in a region.
21918 (ps-print-version): New version number (5.1.5).
21919 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
21920 (ps-printing-region): Fun code fix.
21921
21922 2000-04-15 Gerd Moellmann <gerd@gnu.org>
21923
21924 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
21925 to file-directory-p.
21926
21927 2000-04-14 Gerd Moellmann <gerd@gnu.org>
21928
21929 * gud.el (gud-jdb-build-source-files-list): Check that directory
21930 exists before calling directory-files.
21931
21932 2000-04-13 Dave Love <fx@gnu.org>
21933
21934 * emacs-lisp/trace.el: Change maintainer. Use new backquote
21935 syntax.
21936
21937 * emacs-lisp/cl-specs.el: Remove when, unless.
21938
21939 * emacs-lisp/cl-extra.el: Don't quote keywords.
21940 (cl-old-mapc): New variable.
21941 (mapc): Use it.
21942 (cl-map-intervals): Use with-current-buffer. Don't check for
21943 next-property-change.
21944 (cl-map-overlays): Use with-current-buffer.
21945 (cl-expt): Remove.
21946 (copy-tree, remprop): Define unconditionally.
21947
21948 * emacs-lisp/cl-compat.el (keywordp): Remove.
21949
21950 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
21951 to use keywordp.
21952 (edebug-spec): Enable keywordp.
21953
21954 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
21955 string-lessp.
21956
21957 * cus-start.el: Use keywordp.
21958
21959 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21960
21961 * diary-lib.el (include-other-diary-files): Fix the fix of
21962 2000-02-18 by doing a save-excursion.
21963
21964 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21965
21966 * ps-print.el: Customization fix, doc fix.
21967 (ps-print-version): New version number (5.1.4).
21968 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
21969 (ps-print-preprint): Adjust code.
21970 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
21971 (ps-print-prologue-header, ps-print-control-characters)
21972 (ps-spool-config): Customization fix.
21973
21974 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
21975
21976 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
21977 converted to the new menu-item format, names silightly changed,
21978 help strings added.
21979
21980 Support for spelling without async subprocesses:
21981
21982 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
21983 (ispell-session-buffer): New variables.
21984 (ispell-start-process, ispell-process-status,
21985 ispell-accept-output, ispell-send-string): New functions, for
21986 Ispell invocation when async subprocesses aren't supported.
21987 (ispell-word, ispell-pdict-save, ispell-command-loop,
21988 ispell-process-line, ispell-buffer-local-parsing): Replace calls
21989 to process-send-string with calls to ispell-send-string, and
21990 accept-process-output with ispell-accept-output.
21991 (ispell-init-process): Call ispell-process-status instead of
21992 process-status with.
21993 (ispell-init-process): Call ispell-start-process. Call
21994 ispell-accept-output and ispell-send-string. Don't call
21995 process-kill-without-query and kill-process if they are unbound.
21996 (ispell-async-processp): New function.
21997
21998 2000-04-12 Dave Love <fx@gnu.org>
21999
22000 * info.el: Add debug-ignored-errors.
22001 (Info-mode-menu): Add some items.
22002 (Info-directory): Add autoload cookie.
22003
22004 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
22005 Modify `truncate-lines'. Make `describe-language-environment'
22006 always visible and add help. Modify `describe-key' help. Invoke
22007 Info-directory from `info'. New entry `emacs-manual'.
22008
22009 2000-04-10 Gerd Moellmann <gerd@gnu.org>
22010
22011 * progmodes/ebrowse.el (ebrowse-tree-mode):
22012 Use propertized-buffer-identification.
22013 (ebrowse-update-member-buffer-mode-line): Likewise.
22014 (ebrowse--mode-strings): Removed.
22015 (ebrowse--mode-line-props): Removed.
22016
22017 * files.el (auto-mode-alist): Add `EBROWSE'.
22018
22019 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
22020 space before testing for end of buffer.
22021 (ebrowse-load): Removed.
22022 (ebrowse-revert-tree-buffer-from-file): Rewritten.
22023 (ebrowse-create-tree-buffer): Rewritten.
22024 (ebrowse-tree-mode): Read tree from buffer.
22025
22026 * progmodes/ebrowse-ffh.el: Removed.
22027
22028 2000-04-10 Kenichi Handa <handa@etl.go.jp>
22029
22030 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
22031
22032 2000-04-10 Gerd Moellmann <gerd@gnu.org>
22033
22034 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
22035 at the wrong place.
22036
22037 2000-04-09 Dave Love <fx@gnu.org>
22038
22039 * files.el (backup-enable-predicate):
22040 Use temporary-file-directory, small-temporary-file-directory.
22041 (make-backup-file-name-function, backup-directory-alist): New vars.
22042 (make-backup-file-name-1): New function.
22043 (make-backup-file-name): Use it.
22044 (find-backup-file-name): Likewise. Use format for clarity, not concat.
22045 (file-newest-backup): Use make-backup-file-name.
22046
22047 2000-04-09 Gerd Moellmann <gerd@gnu.org>
22048
22049 * progmodes/ebrowse-ffh.el: New file.
22050
22051 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
22052 Moved to ebrowse-ffh.el.
22053 (ebrowse-load): Add autoload.
22054
22055 * finder.el (finder-commentary): Add autoload cookie.
22056
22057 * mail/rfc2368.el: Correct author's email address.
22058
22059 * progmodes/ebrowse.el: New file.
22060
22061 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
22062 item help string.
22063 (easy-menu-do-add-item): Ditto.
22064 (easy-menu-define): Extend doc string.
22065
22066 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
22067 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
22068 (jit-lock-function, jit-lock-stealth-fontify): Don't use
22069 with-buffer-unmodified.
22070
22071 2000-04-08 Dave Love <fx@gnu.org>
22072
22073 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
22074 unless, when.
22075
22076 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
22077
22078 * viper-util.el (viper-put-on-search-overlay): New subroutine.
22079 (viper-flash-search-pattern): No operation when using Emacs
22080 doesn't support face.
22081 Use `viper-put-on-search-overlay'.
22082
22083 2000-04-04 Gerd Moellmann <gerd@gnu.org>
22084
22085 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
22086 like C-r.
22087
22088 * progmodes/make-mode.el: Some doc fixes.
22089 (makefile-mode-abbrev-table): New variable.
22090 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
22091 (makefile-font-lock-keywords): Fontify includes and conditionals.
22092 (toplevel): Require `dabbrev' and `add-log' when compiling.
22093
22094 * replace.el (perform-replace): Don't move forward one char
22095 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
22096 to do that because it leaves point 1 position after the last
22097 replacement, after everything has been replaced.
22098
22099 * jit-lock.el (with-buffer-unmodified): New macro.
22100 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
22101 modified state.
22102 (jit-lock-function-1): Extracted from jit-lock-function; not
22103 preserving buffer's modified state.
22104 (jit-lock-function, jit-lock-stealth-fontify):
22105 Call jit-lock-function-1.
22106
22107 * mail/rfc2368.el: Remove supernumerary copyright line.
22108
22109 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
22110
22111 * glasses.el: Provide facilities for inserting space before left
22112 parentheses and uncapitalization of identifiers.
22113 (glasses-mode): Try to remove old overlays in all cases.
22114
22115 2000-04-03 Gerd Moellmann <gerd@gnu.org>
22116
22117 * progmodes/compile.el (compile-internal): Display the compilation
22118 buffer in a different frame, if it's already displayed there.
22119
22120 * mail/rfc2368.el: New file.
22121
22122 * simple.el (sendmail-user-agent-compose): Recognize a `body'
22123 header and insert its value as mail body.
22124
22125 * subr.el (member-ignore-case): New function.
22126
22127 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
22128 (dabbrev--find-expansion): Ignore buffers matching a regexp
22129 from dabbrev-ignored-regexps.
22130
22131 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
22132 to extensions handled by gzip.
22133
22134 2000-04-03 Richard M. Stallman <rms@gnu.org>
22135
22136 * files.el (insert-directory): List the total free space
22137 along with the used space.
22138
22139 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
22140 line is followed by one that matches CITATION-REGEXP, end the
22141 paragraph.
22142
22143 2000-04-03 Markus Rost <rost@delysid.gnu.org>
22144
22145 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
22146 (rmail-make-basic-summary-line): Use that option.
22147
22148 2000-04-03 Kenichi Handa <handa@etl.go.jp>
22149
22150 * international/mule-cmds.el (encoded-string-description):
22151 Rewritten. Try pretty description for ISO 2022 escape sequences
22152 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
22153 for hexadecimal format.
22154
22155 2000-04-01 Dave Love <fx@gnu.org>
22156
22157 * cpp.el: Change customization group to `c' from `C'.
22158
22159 * vcursor.el (vcursor-move): Use display-color-p.
22160
22161 * international/mule-util.el: Provide mule-utils.
22162 (string-to-sequence): Simplify and speed up.
22163
22164 * international/mule.el (make-coding-system): Purecopy doc-string.
22165
22166 * international/mule-cmds.el: Various menu changes.
22167 (describe-specified-language-support): Handle `Default'.
22168 (set-language-info): Purecopy `info'.
22169
22170 2000-03-31 Andrew Innes <andrewi@gnu.org>
22171
22172 * vc.el (vc-backend-diff): Return the correct status if we had to
22173 retry the rcsdiff command without the --brief option.
22174
22175 2000-03-31 Dave Love <fx@gnu.org>
22176
22177 * help.el (help-manyarg-func-alist): Correct several omissions.
22178
22179 * add-log.el: Don't require cl, fortran.
22180 (add-log-current-defun-function): Doc fix.
22181 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
22182 (change-log-version-rcs): Function deleted.
22183 (change-log-version-number-search): Doc fix.
22184 Use vc-workfile-version. Avoid CL dolist.
22185 (add-change-log-entry): Just call add-log-current-defun to get
22186 defun. Simplify somewhat.
22187 (change-log-get-method-definition-1): Likewise.
22188 (add-log-current-defun): Return nil if calling
22189 add-log-current-defun-function does so. Move Fortran stuff to
22190 fortran.el. Return string without properties.
22191
22192 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
22193 and :alpha: char classes.
22194
22195 * mail/supercite.el: Defvar curline when compiling.
22196 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
22197 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
22198 rather than a-zA-Z0-9 to allow non-ASCII characters.
22199
22200 2000-03-31 Gerd Moellmann <gerd@gnu.org>
22201
22202 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
22203
22204 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
22205 Re-enable new code.
22206
22207 * lpr.el (print-region-1): Use -d to specify printer name for
22208 systems `usg-unix-v*, `dgux', `hpux', `irix'.
22209
22210 2000-03-31 Dave Love <fx@gnu.org>
22211
22212 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
22213 Look for function definition in symbol's function value slot first
22214 instead of first consulting byte-compile-function-environment.
22215
22216 2000-03-31 Kenichi Handa <handa@etl.go.jp>
22217
22218 * language/european.el ("Polish"): New language environment.
22219 (setup-polish-environment): New function.
22220
22221 2000-03-30 Gerd Moellmann <gerd@gnu.org>
22222
22223 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
22224 Disable new code.
22225
22226 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
22227 trying to `load' the symbol of an autoload instead of the file
22228 recorded in the autoload. Fix error messages.
22229
22230 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22231
22232 * ps-print.el: PostScript programming fix for ghostview, doc fix.
22233 (ps-print-version): New version number (5.1.3).
22234 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
22235 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
22236 (ps-generate-postscript-with-faces): Code fix.
22237 (ps-color-values): XEmacs compatibility.
22238 (ps-print-background-image, ps-print-background-text, ps-printer-name)
22239 (ps-default-fg, ps-default-bg): Adjust customization.
22240 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
22241 (ps-color-scale): Renaming old ps-color-value fun.
22242 (ps-print-headers): Replace ps-print-header group to avoid conflict
22243 with ps-print-header variable.
22244 (ps-print-miscellany): New group.
22245 (ps-format-color, ps-rgb-color): New funs.
22246 (ps-default-foreground): New var.
22247 (ps-printer-name-option): New const.
22248
22249 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
22250
22251 * net/net-utils.el:
22252 (network-connection-host, network-connection-service): New variables
22253 (network-connection-mode): New mode, derived from comint-mode
22254 (network-connection-mode-setup): New function, saves host and
22255 service information in local variables.
22256
22257 * lisp/locate.el:
22258 (locate-word-at-point): Added this function
22259 (locate): Default to using locate-word-at-point as input
22260 Run dired-mode-hook
22261
22262 2000-03-29 Dave Love <fx@gnu.org>
22263
22264 * calendar/appt.el: Doc fixes.
22265 (appt-check): Convert min-to-app to a string before passing to
22266 appt-disp-window-function or concat.
22267 (appt-delete-window): Remove test for frame-root-window.
22268 (appt-select-lowest-window, appt-convert-time): Simplify.
22269
22270 * emacs-lisp/bytecomp.el: Doc fixes.
22271 (byte-compile-file-form-autoload):
22272 Update byte-compile-function-environment.
22273
22274 2000-03-29 Andreas Schwab <schwab@suse.de>
22275
22276 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
22277
22278 * dired.el (dired-insert-directory): If dired-free-space-program
22279 failed just delete its output.
22280
22281 2000-03-29 Dave Love <fx@gnu.org>
22282
22283 * international/iso-cvt.el: Move provide to end. Doc fixes.
22284 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
22285 (iso-iso2sgml, iso-sgml2iso): New functions.
22286 (iso-cvt-define-menu): Fix some entries and use backquote for
22287 clarity.
22288
22289 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
22290
22291 2000-03-28 Gerd Moellmann <gerd@gnu.org>
22292
22293 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
22294 ISO-DATE. If non-nil, return date in ISO 8601 format.
22295
22296 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
22297
22298 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
22299 if it ever becomes used.
22300 (log-edit-mode-hook): Default to vc-log-mode-hook.
22301 (log-edit-mode): Fix the docstring.
22302
22303 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
22304 the code.
22305
22306 2000-03-26 Dave Love <fx@gnu.org>
22307
22308 * net/browse-url.el (browse-url): Re-fix case of
22309 browse-url-browser-function being an alist.
22310 (browse-url): Add :link to defgroup.
22311
22312 * files.el: Doc fixes.
22313 (file-truename): Include `[' in wildcard characters.
22314 (automount-dir-prefix): Customize.
22315 (find-file-wildcards): Add :version.
22316 (find-file-noselect): Simplify a mapcar call.
22317
22318 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
22319 compatible with inf-lisp version.
22320 (eval-defun-1): Fix custom-declare-variable case.
22321
22322 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
22323
22324 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
22325
22326 2000-03-24 Gerd Moellmann <gerd@gnu.org>
22327
22328 * Makefile (COMPILE_FIRST): New macro.
22329 (compile-files): Compile files from COMPILE_FIRST first.
22330
22331 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
22332
22333 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
22334 matching open parenthesis in column 0 to defun-prompt-regexp
22335 only if open-paren-in-column-0-is-defun-start is set.
22336
22337 * sun-curs.el: Require CL at compile-time only.
22338
22339 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
22340 instead of copy-list which is a function from CL.
22341 (msb--choose-menu, msb--mode-menu-cond)
22342 (msb--create-buffer-menu-2): Use dolist instead of mapc.
22343 (msb--init-file-alist): Use mapcar instead of mapcan.
22344 (msb--aggregate-alist): Use mapcar instead of mapcan.
22345 Fix `(' in column 0 in doc string.
22346 (msb--add-separators): Use mapcar instead of mapcan.
22347
22348 * cus-dep.el: Require CL at compile-time only.
22349
22350 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
22351
22352 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
22353 (byte-compile-warnings): New warning `noruntime'.
22354 (byte-compile-constants, byte-compile-variables): Fix docstring.
22355 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
22356 execute `eval-whenc-compile's body.
22357 (byte-compile-unresolved-functions): Fix docstring.
22358 (byte-compile-eval): New function.
22359 (byte-compile-callargs-warn): Check if the function will be available
22360 at runtime (via property `byte-compile-noruntime').
22361 (byte-compile-print-syms): New function.
22362 (byte-compile-warn-about-unresolved-functions): Also warn about
22363 `noruntime' functions (and use `byte-compile-print-syms').
22364 (byte-compile-file): Capitalize the message.
22365
22366 2000-03-24 Gerd Moellmann <gerd@gnu.org>
22367
22368 * mail/rmail.el (rmail-confirm-expunge): New user-option.
22369 (rmail-expunge): Ask for confirmation depending on the setting
22370 of rmail-confirm-expunge.
22371
22372 2000-03-23 Gerd Moellmann <gerd@gnu.org>
22373
22374 * Makefile (bootstrap-clean): If $(emacs) exists, build
22375 loaddefs.el first. A loaddefs.el that's not up-to-date might
22376 cause a bootstrap failure because things don't autoload as expected.
22377
22378 2000-03-23 Dave Love <fx@gnu.org>
22379
22380 * net/browse-url.el: Restore previous use of
22381 browse-url-maybe-new-window.
22382
22383 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22384
22385 * ps-print.el: Skip banner page fix.
22386 (ps-print-version): New version number (5.1.2).
22387 (ps-begin-file, ps-end-file, ps-generate): Code fix.
22388
22389 2000-03-23 Dave Pearson <davep@davep.org>
22390
22391 * net/quickurl.el Changed the type of parameter passed to the
22392 function defined by `quickurl-format-function'. Before only the
22393 text of the URL was passed. Now the whole URL structure is passed
22394 and the function is responsible for extracting the parts it requires.
22395 Changed the default of `quickurl-format-function' accordingly.
22396 (quickurl-insert): Changed the `funcall' of
22397 `quickurl-format-function' to match the above change.
22398 (quickurl-list-insert): Changed the `url' case so that it makes
22399 use of `quickurl-format-function', previous to this the format was
22400 hard wired.
22401
22402 2000-03-22 Gerd Moellmann <gerd@gnu.org>
22403
22404 * startup.el: Change some spellings for the X Window System.
22405
22406 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
22407
22408 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
22409 Clean up the code and the regexp and make sure the cursor is
22410 temporarily moved to the suspicious line while querying the user.
22411
22412 2000-03-22 Jason Rumney <jasonr@gnu.org>
22413
22414 * w32-fns.el (w32-charset-info-alist): Initialize.
22415
22416 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22417
22418 * ps-print.el: N-up last page fix.
22419 (ps-print-version): New version number (5.1.1).
22420 (ps-end-file, ps-end-job, ps-generate): Code fix.
22421
22422 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
22423
22424 * files.el (find-file-run-dired): Update docstring.
22425 (find-directory-functions): New hook.
22426 (find-file-noselect): Run find-directory-functions rather than
22427 calling dired directly.
22428
22429 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
22430
22431 * pcvs.el: Add a minimal leading commentary.
22432 (cvs-make-cvs-buffer): Change the header part by removing the startup
22433 message and adding a `Module' entry. Also replace the FOOTER and
22434 HEADER special fileinfos with the new support in ewoc for updating
22435 its own footer and header.
22436 (cvs-update-header): Update to use the header/footer of the ewoc.
22437 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
22438 (cvs-is-within-p): New function.
22439 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
22440 to only examine some subset of the buffers.
22441
22442 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
22443 `format' instead of our own ad-hoc functions.
22444 Remove HEADER and FOOTER cases, now handled in the EWOC.
22445 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
22446
22447 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
22448 output to avoid scaring the user.
22449 (cvs-parse-table): Catch message for non-up-to-date commits.
22450
22451 * pcvs-defs.el (cvs-startup-message): Remove.
22452 (cvs-global-menu): New autoloaded menu.
22453
22454 * pcvs-util.el (cvs-string-fill): Remove.
22455
22456 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
22457 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
22458 PP part of it and also make it work for footers and headers.
22459 (ewoc-create): Drop POS and BUFFER arguments.
22460 Use the DLL's dummy node to store the end-of-footer position.
22461 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
22462 (ewoc-refresh): Remove unused `header' variable.
22463 (ewoc-(get|set)-hf): New functions.
22464
22465 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
22466 log-view-*-(message|file) and use easy-mmode-define-navigation.
22467 (log-view-message-re): Match SCCS format as well.
22468 And match the revision line rather than the dashed separator line.
22469 (log-view-mode): Use the new define-derived-mode.
22470 (log-view-current-tag): Fill in with an actual implementation.
22471
22472 * cvs-status.el (cvs-status-(prev|next)): Rename from
22473 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
22474 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
22475 to let the output "breathe" a little more (more readable).
22476 (cvs-status-mode): Use the new define-derived-mode.
22477
22478 * smerge-mode.el (smerge-auto-leave): New function and variable.
22479 (smerge-basic-map): Rename from smerge-basic-keymap.
22480 Change the bindings for smerge-diff-*.
22481 (smerge-*-map): Use easy-mmode-defmap.
22482 (smerge-(next|prev)): Use easy-mmode-define-navigation.
22483 (smerge-keep-*): Use smerge-auto-leave.
22484
22485 2000-03-21 Jason Rumney <jasonr@gnu.org>
22486
22487 * cus-edit.el (custom-button-face): Use 3D look for w32.
22488 (custom-button-pressed-face): Likewise.
22489
22490 2000-03-21 Gerd Moellmann <gerd@gnu.org>
22491
22492 * progmodes/etags.el (tags-case-fold-search): New user-option.
22493 (tags-loop-eval): New function. Bind case-fold-search around eval
22494 depending on the value of tags-case-fold-search.
22495 (tags-loop-continue): Use tags-loop-eval.
22496 (find-tag-in-order): Bind case-fold-search depending on the value
22497 of tags-case-fold-search.
22498
22499 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
22500
22501 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
22502 (diff-end-of-hunk): Return the end position for use in
22503 `easy-mmode-define-navigation'.
22504 (diff-recenter): Remove.
22505 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
22506 of `easy-mmode-define-navigation'.
22507 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
22508 previous renaming) and fix to use new names.
22509 (diff-merge-strings): Use \n as separator: simpler, faster.
22510 (diff-mode): Use `define-derived-mode'.
22511
22512 * derived.el (define-derived-mode): Don't autoload anymore.
22513 Prefer the macro-only version provided by easy-mmode.el.
22514
22515 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
22516 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
22517 (easy-mmode-define-navigation): New macro.
22518
22519 * subr.el (combine-run-hooks): New function.
22520
22521 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
22522
22523 * term/x-win.el: Fontsets related initialization is simplified.
22524
22525 * international/mule-diag.el (describe-font): Don't refer to
22526 global-fontset-alist, instead call font-list.
22527 (describe-fontset, list-fontsets, mule-diag): Likewise.
22528 (print-fontset): Adjusted for the change of fontset implementation.
22529
22530 * international/fontset.el (x-charset-registries): Variable removed,
22531 instead the corresponding data is stored in the default fontset.
22532 (register-alternate-fontnames): Function removed.
22533 (resolved-ascii-font): Variable removed.
22534 (x-compose-font-name): Ignore the second argument REDOCE.
22535 (x-complement-fontset-spec): Complement only an ASCII font and
22536 element for those charsets than can use that ASCII font.
22537 (generate-fontset-menu): Don't refer to global-fontset-alist,
22538 instead call fontset-list.
22539 (uninstantiated-fontset-alist): Variable removed.
22540 (x-style-funcs-alist): Likewise.
22541 (fontset-default-styles): Likewise.
22542 (x-modify-font-name): Function removed.
22543 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
22544 (create-fontset-from-ascii-font): Docsting adjusted for the above
22545 change.
22546 (instantiate-fontset, resolve-fontset-name): Functions removed.
22547 (fontset-list): Now implemented by C code.
22548
22549 * faces.el (read-face-font): Fix TABLE arg to completing-read.
22550 (describe-face): Include `font' attribute in the description.
22551
22552 2000-03-21 Kenichi Handa <handa@etl.go.jp>
22553
22554 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
22555
22556 2000-03-20 Gerd Moellmann <gerd@gnu.org>
22557
22558 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
22559 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
22560 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
22561
22562 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
22563 about behavior of set-buffer-modified-p wrt redisplay.
22564
22565 2000-03-19 Richard M. Stallman <rms@gnu.org>
22566
22567 * view.el (view-mode-disable): Kill local binding of view-read-only.
22568
22569 2000-03-18 Gerd Moellmann <gerd@gnu.org>
22570
22571 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
22572 is a string, convert it to a syntax cell using string-to-syntax.
22573
22574 * simple.el (syntax-code-table, syntax-flag-table): New variables.
22575 (string-to-syntax): New function.
22576
22577 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
22578 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
22579 try to use passive ftp mode.
22580
22581 2000-03-17 Gerd Moellmann <gerd@gnu.org>
22582
22583 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
22584
22585 * simple.el (append-to-buffer): Update point of windows after
22586 insertion.
22587
22588 * abbrev.el (inverse-add-abbrev): Identify word by first moving
22589 forward then moving backward. Reindent.
22590
22591 * frame.el (other-frame): Call x-focus-frame only if
22592 focus-follows-mouse is off.
22593
22594 2000-03-17 Dave Love <fx@gnu.org>
22595
22596 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
22597
22598 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
22599
22600 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
22601 regexp for labels cannot span several lines.
22602
22603 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
22604 `(setq :<key> ':<key>)' to the macro expansion.
22605
22606 2000-03-16 Dave Love <fx@gnu.org>
22607
22608 * progmodes/f90.el (f90): Put custom group under `languages', not
22609 `fortran'.
22610 (f90-mode-hook): Customize.
22611 (f90-mode): Set add-log-current-defun-function.
22612 (f90-current-defun): New function.
22613
22614 2000-03-16 Gerd Moellmann <gerd@gnu.org>
22615
22616 * cus-edit.el (custom-variable-tag-face): Handle case that
22617 default face's height is not a number.
22618 (custom-face-tag-face, custom-group-tag-face-1)
22619 (custom-group-tag-face): Ditto.
22620 (custom-group-tag-face-1): Add :group.
22621
22622 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
22623
22624 2000-03-15 Gerd Moellmann <gerd@gnu.org>
22625
22626 * pcvs-defs.el (toplevel): Remove autoload cookie for form
22627 requiring easymenu.
22628
22629 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22630
22631 * ps-print.el: PostScript user-defined prologue, PostScript error
22632 handler, doc fix.
22633 (ps-print-version): New version number (5.1).
22634 (ps-user-defined-prologue, ps-error-handler-message)
22635 (ps-print-prologue-0, ps-error-handler-alist): New vars.
22636 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
22637 (ps-insert-string): New function.
22638
22639 2000-03-15 Kenichi Handa <handa@etl.go.jp>
22640
22641 * international/ccl.el (ccl-compile-expression): Don't generate
22642 invalid self-assignment code.
22643
22644 2000-03-14 Dave Love <fx@gnu.org>
22645
22646 * subr.el (replace-regexp-in-string): Renamed from
22647 replace-regexps-in-string. Doc fix.
22648
22649 2000-03-12 Dave Love <fx@gnu.org>
22650
22651 * cus-edit.el: Doc fixes.
22652 (customize-set-variable, customize-save-variable): Rename args for doc.
22653 (custom-variable-tag-face, custom-face-tag-face)
22654 (custom-group-tag-face-1, custom-group-tag-face): Modify from
22655 style which user identify as hyperlink.
22656 (hook): Don't add undefined functions to the hook.
22657 (debug-ignored-errors): Transfer message from bindings.el.
22658
22659 2000-03-12 Gerd Moellmann <gerd@gnu.org>
22660
22661 * recentf.el (recentf-keep-non-readable-files-p):
22662 Remove double/nested definition.
22663
22664 2000-03-12 Dave Love <fx@gnu.org>
22665
22666 * facemenu.el (facemenu-get-face): Use display-color-p.
22667 * enriched.el (enriched-decode-foreground): Likewise.
22668 (enriched-decode-background): Likewise.
22669 * isearch.el (isearch-highlight): Likewise.
22670 * info-look.el (info-lookup): Likewise.
22671 * simple.el (completion-setup-function): Likewise.
22672
22673 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
22674 :options.
22675
22676 * bindings.el (mode-line-format): Fix line-number and
22677 column-number items. Add help-echo for the background.
22678 (mode-line-mule-info): Modify help-echo.
22679
22680 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
22681
22682 * files.el (load-file): Allow completion to .elc.
22683
22684 * man.el: Doc fixes.
22685 (Man-init-defvars): Use display-color-p to set fontification.
22686
22687 * play/hanoi.el (hanoi-internal): Don't use oddp.
22688
22689 2000-03-12 Gerd Moellmann <gerd@gnu.org>
22690
22691 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
22692
22693 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
22694
22695 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
22696
22697 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
22698 Fix comment.
22699
22700 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
22701
22702 * font-lock.el (font-lock-keywords): Fix the doc now that
22703 regexp-opt-depth is unnecessary.
22704 (save-buffer-state): Set an edebug spec.
22705 (font-lock-fontify-anchored-keywords): Properly handle the case when
22706 the matcher goes past the limit.
22707
22708 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
22709 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
22710
22711 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
22712 dll.el and cookie.el (from Elib) with heavy renaming and other
22713 massaging.
22714
22715 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
22716 Autoload the functions used.
22717 (easy-mmode-define-syntax): Fix CL typo.
22718 (easy-mmode-define-derived-mode): Improve the docstring generation.
22719
22720 2000-03-10 Gerd Moellmann <gerd@gnu.org>
22721
22722 * textmodes/texinfo.el (texinfo-version): Variable and function
22723 removed.
22724
22725 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
22726
22727 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
22728 allow more flexibility.
22729 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
22730 (easy-mmode-defmap, easy-mmode-defsyntax)
22731 (easy-mmode-define-derived-mode): New macros.
22732
22733 2000-03-09 Didier Verna <didier@xemacs.org>
22734
22735 * rect.el (replace-rectangle): New function.
22736
22737 2000-03-09 Dave Love <fx@gnu.org>
22738
22739 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
22740 (fortran-comment-line-start-skip): Don't match cpp stuff.
22741 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
22742 (fortran-mode-map): Remove over-eager custom-menu-create for now.
22743 (fortran-mode): Don't set fortran-comment-line-start-skip,
22744 fortran-comment-line-start here. Set comment-start,
22745 add-log-current-defun.
22746 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
22747 (fortran-current-defun): New function.
22748
22749 2000-03-09 Gerd Moellmann <gerd@gnu.org>
22750
22751 * emacs-lisp/re-builder.el: New file.
22752
22753 * mouse.el (mouse-drag-region): Don't run up-event handler
22754 if hscroll has changed.
22755
22756 * octave-mod.el (octave-font-lock-keywords): To font-lock the
22757 builtin operators, use `font-lock-builtin-face' for Emacs and
22758 `font-lock-preprocessor-face' otherwise.
22759
22760 * font-lock.el (lisp-font-lock-keywords-1): Highlight
22761 `(defun (setf foo)' differently.
22762
22763 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
22764
22765 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
22766 (regexp-opt): Update comment and adapt the code the new meaning of
22767 the `paren' argument of regex-opt-group for shy-groups.
22768 (regexp-opt-depth): Handle shy groups as well as backslashed
22769 backslashes.
22770 (regexp-opt-group): Turn the leading comment into a docstring.
22771 Allow `paren' to be a string (the string to use to open a group).
22772 Remove open-presuf and close-presuf. Instead of checking for `all
22773 one-char' and then later on check for `several one-char', handle
22774 both cases close together. Also apply a more generic algorithm
22775 for suffixes (the mirror image of the algorithm used for
22776 prefixes). Use shy-groups. Use nreverse rather than reverse.
22777 (regexp-opt-try-suffix): Removed.
22778
22779 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
22780 from comint-mode-map, so we can just inherit from it. Also, move
22781 the initialization into the `defvar' since there's no docstring
22782 anyway and it's fairly short.
22783 (inferior-scheme-mode): Define it as derived-mode: the code is
22784 shorter and this way we inherit from comint-mode-map rather than
22785 copying it.
22786
22787 * subr.el (replace-regexps-in-string): Properly handle the case
22788 where we match an empty string.
22789
22790 * comint.el (comint-exec-1): Add the current-dir to the exec-path
22791 when the command has a directory component (such as "./testml").
22792 Also fix a typo in the comment.
22793
22794 2000-03-08 Gerd Moellmann <gerd@gnu.org>
22795
22796 * Makefile (compile-files): Compile files one by one because
22797 that's the only way to ensure a clean compilation environment for
22798 each individual file.
22799
22800 * frame.el (other-frame): Call x-focus-frame.
22801
22802 2000-03-07 Dave Love <fx@gnu.org>
22803
22804 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
22805 :require to defcustom.
22806
22807 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
22808
22809 * files.el (auto-mode-alist): Add configure.in.
22810
22811 * progmodes/autoconf.el: New file.
22812
22813 2000-03-07 Gerd Moellmann <gerd@gnu.org>
22814
22815 * mail/mh-e.el: Change maintainer to `none'.
22816
22817 * recentf.el (recentf-keep-non-readable-files-p): Quote args
22818 to remove-hook and add-hook.
22819
22820 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22821
22822 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
22823 it as the default.
22824 (mail-send): Test mail-send-nonascii also for the new `mime' value.
22825 (sendmail-send-it): Conditionally add MIME headers specifying the
22826 used character set.
22827
22828 2000-03-07 Dave Love <fx@gnu.org>
22829
22830 * winner.el: Fix keywords, autoload cookies.
22831 Split eval-when-compile form to avoid compilation failure.
22832
22833 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
22834
22835 * international/mule.el: Modify comment about coding system
22836 property `coding-category'.
22837 (make-coding-system): New argument EOL-TYPE. Pay attention to
22838 coding-category property of PROPERTIES.
22839
22840 * international/mule-conf.el (coding-category-utf-8)
22841 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
22842 categories. Include them in the argument for set-coding-priority.
22843
22844 * international/mule-cmds.el (reset-language-environment):
22845 Include coding-category-utf-8, coding-category-utf-16-be, and
22846 coding-category-utf-16-le in the argument for set-coding-priority.
22847 (reset-language-environment): Initialize coding-category-utf-8,
22848 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
22849
22850 2000-03-06 Karl Fogel <kfogel@red-bean.com>
22851
22852 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
22853 code abstracted out of `bookmark-jump-noselect'. Now tries info
22854 extensions as well as compression extensions.
22855 (bookmark-jump-noselect): Use above new func.
22856
22857 2000-03-03 Gerd Moellmann <gerd@gnu.org>
22858
22859 * strokes.el: Change maintainer's mail address.
22860
22861 2000-03-03 Kenichi Handa <handa@etl.go.jp>
22862
22863 * international/mule-diag.el (list-character-sets): Make help-echo
22864 string by substitute-command-keys.
22865 (list-character-sets): Likewise.
22866 (sort-listed-character-sets): Call help-setup-xref.
22867
22868 2000-03-02 Gerd Moellmann <gerd@gnu.org>
22869
22870 * time.el (display-time-mail-file): Add `none' to the list of choices.
22871
22872 2000-03-01 Dave Love <fx@gnu.org>
22873
22874 * help.el (help-xref-go-back): Don't try to set position.
22875
22876 * international/mule-diag.el (list-character-sets):
22877 Call help-setup-xref. Add help-echo to xrefs.
22878 (list-character-sets-1): Add help-echo to xrefs.
22879
22880 2000-03-02 Gerd Moellmann <gerd@gnu.org>
22881
22882 * frame.el (blink-cursor-mode): Switch cursor on when turning
22883 the mode off.
22884
22885 * add-log.el (add-log-current-defun): Add support for
22886 Autoconf mode.
22887
22888 * mail/rmail.el (rmail-quit-hook): New variable.
22889
22890 2000-03-01 Dave Love <fx@gnu.org>
22891
22892 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
22893
22894 * help.el (help-xref-button): Add help-echo arg.
22895 (describe-function-1, describe-variable, help-make-xrefs): Use it.
22896
22897 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
22898
22899 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
22900
22901 2000-03-01 Gerd Moellmann <gerd@gnu.org>
22902
22903 * image.el (defimage): Look for image files in load-path.
22904
22905 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
22906
22907 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
22908
22909 * recentf.el (recentf): Added version tag to the defgroup of recentf.
22910
22911 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
22912
22913 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
22914 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
22915 action to select/unselect a file.
22916 (recentf-edit-list): Code cleanup and improvement.
22917 (recentf-open-more-files-action): `recentf-open-more-files' button
22918 widget action to open a file.
22919 (recentf-open-more-files): No more use standard completion but widgets.
22920 (recentf-more-collection): Deleted.
22921 (recentf-more-history): Deleted.
22922 (recentf-setup-more-completion): Deleted.
22923
22924 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
22925
22926 * recentf.el (recentf-mode): No more needs that Emacs is running
22927 under a window-system.
22928
22929 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
22930
22931 * recentf.el (recentf-edit-list): New command to edit the recent
22932 list which allow the user to remove files.
22933 (recentf-edit-selected-items): New global variable, used by
22934 `recentf-edit-list' to hold the list of files to be removed from
22935 the recent list.
22936 (recentf-make-menu-items): Updated to display a "Edit list..."
22937 menu item. Minor code cleanup.
22938
22939 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
22940
22941 * recentf.el (recentf-open-more-files): New command to open files
22942 that are not displayed in the menu.
22943 (recentf-more-collection): New global variable holding the set of
22944 permissible completions used by `recentf-open-more-files'.
22945 (recentf-more-history): New global variable holding the history list
22946 used by `recentf-open-more-files' completion.
22947 (recentf-setup-more-completion): New function to setup completion for
22948 `recentf-open-more-files'.
22949 (recentf-make-menu-items): Updated to display a "More..." menu item.
22950
22951 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
22952
22953 * recentf.el (recentf-menu-action): Doc fixed.
22954
22955 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
22956
22957 * recentf.el (recentf-menu-filter): Doc updated.
22958 (recentf-update-menu-hook): Allow menu filters to force menu update.
22959 (recentf-make-menu-items): New menu filter handling.
22960 (recentf-make-menu-item): New helper function.
22961 (recentf-menu-elements): New menu handling function.
22962 (recentf-sort-ascending): Updated to new menu filter handling.
22963 (recentf-sort-descending): Updated to new menu filter handling.
22964 (recentf-sort-basenames-ascending): New menu filter function.
22965 (recentf-sort-basenames-descending): New menu filter function.
22966 (recentf-show-basenames): New menu filter function.
22967 (recentf-show-basenames-ascending): New menu filter function.
22968 (recentf-show-basenames-descending): New menu filter function.
22969
22970 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
22971
22972 * diary-lib.el (list-diary-entries): Don't try to go forward at
22973 the end of the buffer.
22974
22975 2000-02-29 Kenichi Handa <handa@etl.go.jp>
22976
22977 * international/mule-diag.el (list-character-sets):
22978 Completely rewritten.
22979 (sort-listed-character-sets): New function.
22980 (list-character-sets-1): Completely rewritten.
22981 (list-character-sets-2): New function.
22982 (non-iso-charset-alist): New variable.
22983 (decode-codepage-char): New function.
22984 (charset-history): New variable.
22985 (read-charset) (list-block-of-chars)
22986 (list-iso-charset-chars)
22987 (list-non-iso-charset-chars)
22988 (list-charset-chars): New functions.
22989 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
22990 (dump-charsets): Likewise.
22991
22992 2000-02-29 Gerd Moellmann <gerd@gnu.org>
22993
22994 * dired-x.el (dired-filename-at-point): Add `@' to valid
22995 file name characters.
22996 (dired-filename-at-point): Handle ange-ftp file names.
22997
22998 * frame.el (frame-notice-user-settings): Use assq-delete-all
22999 instead of assoc-delete-all.
23000 (frame-notice-user-settings): Ditto.
23001
23002 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
23003 Don't copy alist.
23004
23005 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
23006
23007 * calculator.el (calculator-use-menu): New option.
23008 (calculator-initial-bindings): Changed some bindings to work as macros.
23009 (calculator-forced-input): Removed.
23010 (calculator-restart-other-mode): New variable.
23011 (calculator-mode-map): Set up menu.
23012
23013 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
23014
23015 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
23016
23017 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
23018
23019 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
23020 translate all ESC key sequences.
23021 (viper-goto-mark-subr): Restore markers for files for which
23022 they were saved.
23023 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
23024 * viper-util.el (viper-set-replace-overlay-glyphs)
23025 (viper-set-replace-overlay): Always check if the replacement
23026 overlay is live.
23027 * viper.el (viper-vi-state-mode-list): Add major modes.
23028 * ediff-wind.el: Minor comment changes.
23029 * ediff.el: Copyright notice date fix.
23030
23031 2000-02-27 Jason Rumney <jasonr@gnu.org>
23032
23033 * faces.el (face-font-family-alternatives): Add arial to helv.
23034 (mode-line, header-line, tool-bar): Same default as x for w32.
23035 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
23036 face-font-family-alternatives from working.
23037 * term/w32-win.el (mouse-set-font): Do not build fontset from
23038 chosen font.
23039
23040 2000-02-25 Sam Steingold <sds@goems.com>
23041
23042 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
23043 properly.
23044
23045 2000-02-25 Richard M. Stallman <rms@gnu.org>
23046
23047 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
23048
23049 2000-02-25 Gerd Moellmann <gerd@gnu.org>
23050
23051 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
23052
23053 * frame.el (busy-cursor-delay-seconds): New option.
23054
23055 2000-02-24 Gerd Moellmann <gerd@gnu.org>
23056
23057 * frame.el (show-cursor-in-non-selected-windows): New option.
23058
23059 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23060
23061 * diary-lib.el (include-other-diary-files): Undo the selective
23062 display in any included file and don't kill it.
23063
23064 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
23065
23066 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
23067 Menu items converted to (menu-item format, help strings added.
23068 [downcase, upcase]: Don't enable on MS-DOS.
23069 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
23070 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
23071
23072 2000-02-23 Dave Love <fx@gnu.org>
23073
23074 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
23075 (backward-kill-word): Revert addition of * to interactive spec --
23076 it's a feature.
23077
23078 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
23079 (backward-kill-sentence, kill-sentence): Likewise.
23080
23081 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
23082 scratch buffer name.
23083 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
23084
23085 * term/w32-win.el (internal-face-interactive): Update prompt for
23086 new read-face-name.
23087
23088 * mail/footnote.el (footnote): Add :version to defgroup.
23089 (footnote-section-tag-regexp): Customize.
23090 (footnote-start-tag, footnote-end-tag): New option.
23091 (footnote-latin-regexp): New variable.
23092 (Footnote-latin): New function.
23093 (footnote-style-alist): Add element for latin style.
23094 (footnote-style): Moved.
23095 (Footnote-goto-footnote): Use eq to test arg.
23096
23097 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
23098
23099 * emacs-lisp/byte-opt.el: Change old backquote syntax.
23100 (byte-compile-trueconstp): Include keywords.
23101 (byte-optimize-quote, byte-optimize-lapcode):
23102 Use byte-compile-const-symbol-p.
23103 (byte-optimize-char-before): New optimization.
23104
23105 * emacs-lisp/bytecomp.el: Change old backquote syntax.
23106 (byte-compile-const-symbol-p): New function.
23107 (byte-compile-constp, byte-compile-out-toplevel)
23108 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
23109 Use it.
23110
23111 * subr.el (define-key-after): Default AFTER to t. Doc fix.
23112
23113 2000-02-23 Kenichi Handa <handa@etl.go.jp>
23114
23115 * international/encoded-kb.el: Be sure to update minor-mode-alist
23116 and minor-mode-map-alist.
23117 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
23118 codes SS2 and SS3 correctly.
23119 (encoded-kbd-self-insert-ccl): New function.
23120 (encoded-kbd-setup-keymap): New function.
23121 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
23122 by calling encoded-kbd-setup-keymap.
23123
23124 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
23125 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
23126
23127 2000-02-22 Dave Love <fx@gnu.org>
23128
23129 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
23130 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
23131 (lisp-mode-syntax-table): Set up for #|...|# comments.
23132 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
23133 classes. Match `defface'.
23134 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
23135 (eval-defun-1): Fix for defcustom.
23136 (lisp-indent-region): Doc fix.
23137
23138 * subr.el (when, unless, split-string): Doc fix.
23139 (read-passwd): Move call of clear-this-command-keys to the right place.
23140 (replace-regexps-in-string): New function.
23141
23142 2000-02-22 Gerd Moellmann <gerd@gnu.org>
23143
23144 * help.el (describe-variable): Set syntax table to
23145 emacs-lisp-mode-syntax-table when moving forward over the
23146 symbol's name.
23147
23148 2000-02-22 Dave Love <fx@gnu.org>
23149
23150 * xt-mouse.el: Doc fixes.
23151 (xterm-mouse-position-function): New function, replacing advice of
23152 mouse-position.
23153 (xterm-mouse-mode): Use it. Don't turn on under a window system.
23154
23155 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
23156
23157 2000-02-21 Gerd Moellmann <gerd@gnu.org>
23158
23159 * format.el (format-annotate-single-property-change):
23160 Handle properties with dotted-list values.
23161 (format-proper-list-p): New function.
23162
23163 * enriched.el (enriched-face-ans): Handle '(foreground-color
23164 . COLOR) and (background-color . COLOR).
23165
23166 2000-02-20 Dave Love <fx@gnu.org>
23167
23168 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
23169 and assignments to it.
23170 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
23171 current local map.
23172 (make-flyspell-overlay): Use it.
23173 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
23174
23175 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
23176 (lm-get-header-re): Defun, not defsubst.
23177 (lm-get-package-name): Defun, not defsubst. Simplify.
23178 (lm-version): Doc fix. Simplify.
23179 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
23180 (lm-crack-address, lm-last-modified-date, lm-commentary)
23181 (lm-verify, lm-synopsis): Simplify.
23182 (lm-report-bug): Require emacsbug. Use compose-mail.
23183
23184 2000-02-20 Gerd Moellmann <gerd@gnu.org>
23185
23186 * dired.el (dired-mode): Call propertized-buffer-identification
23187 to set mode-line-buffer-identification to something having
23188 the right text properties.
23189
23190 * bindings.el (propertized-buffer-identification): New function.
23191
23192 2000-02-20 Dave Love <fx@gnu.org>
23193
23194 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
23195 check for t-mouse too.
23196
23197 * cus-start.el: Make echo-keystrokes `number'.
23198
23199 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
23200
23201 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
23202 Don't call ring-empty-p unless tags-location-ring is bound.
23203 From Noah Friedman <friedman@splode.com>.
23204
23205 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
23206
23207 * progmodes/hideshow.el (hs-flag-region): No longer use
23208 `intangible' overlay property.
23209
23210 (hs-toggle-hiding): New command.
23211 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
23212
23213 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
23214 Fix omission bug: Run `hs-minor-mode-hook' for both activation
23215 and deactivation.
23216
23217 2000-02-18 Gerd Moellmann <gerd@gnu.org>
23218
23219 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
23220
23221 2000-02-17 Gerd Moellmann <gerd@gnu.org>
23222
23223 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
23224
23225 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
23226 of `*' to handle `(* ... *)' comments.
23227
23228 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
23229
23230 * faces.el (list-faces-display): Use display-mouse-p instead of
23231 window-system.
23232
23233 * menu-bar.el (global-map): Menu-bar items converted to the new
23234 format (menu-item..., rearranged for better CUA compliance, and
23235 their names changed for better clarity. Help strings added.
23236
23237 * international/mule-cmds.el (mule-menu-keymap)
23238 (describe-language-environment-map, set-coding-system-map)
23239 (setup-language-environment-map): Convert to new (menu-item...
23240 form, add help strings. Change names of menu items for better clarity.
23241 "Mule" menu-bar item removed (it's now in the "Options" submenu).
23242
23243 2000-02-17 Gerd Moellmann <gerd@gnu.org>
23244
23245 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
23246 within the code.
23247
23248 2000-02-16 Dave Love <fx@gnu.org>
23249
23250 * faces.el: Don't require custom. Add more specific :groups to
23251 various deffaces.
23252 (set-face-attribute): Purecopy args.
23253 (read-face-name): Default to name at point and use it in prompt.
23254 Remove colon from arg in all callers.
23255 (list-faces-display): Hyperlink to face descriptions and customize
23256 buffers.
23257
23258 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
23259
23260 * wid-edit.el (widget-match-inline): An atom never matches a list.
23261
23262 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23263
23264 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
23265 at ':' characters by call to split-string.
23266
23267 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23268
23269 * textmodes/bibtex.el: Added RCS version identification.
23270
23271 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23272
23273 * textmodes/bibtex.el: Some temporary comments removed.
23274 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
23275 (bibtex-field-const): Allow capital letters.
23276 (bibtex-start-of-string): Deleted because unused.
23277
23278 * textmodes/bibtex.el: Unified some nomenclature. We no longer
23279 use the term 'reference' to describe a bibtex entry as a whole.
23280 Further, reference keys are no longer called 'labels'.
23281 (bibtex-keys): Renamed to bibtex-reference-keys.
23282 (bibtex-reformat-previous-labels): Renamed to
23283 bibtex-reformat-previous-reference-keys.
23284 (bibtex-reference-type): Renamed to bibtex-entry-type.
23285 (bibtex-reference-head): Renamed to bibtex-entry-head.
23286 (bibtex-reference-maybe-empty-head): Renamed to
23287 bibtex-entry-maybe-empty-head.
23288 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
23289 (bibtex-search-reference): Renamed to bibtex-search-entry.
23290 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
23291 bibtex-enclosing-entry-maybe-empty-head.
23292 (bibtex-entry-field-alist, bibtex-entry-head)
23293 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
23294 (bibtex-map-entries, bibtex-search-entry)
23295 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
23296 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
23297 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
23298 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
23299 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
23300 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
23301 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
23302
23303 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23304
23305 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
23306 comment.
23307 (bibtex-format-field-delimiters): New function, functionality
23308 extracted from bibtex-format-entry.
23309 (bibtex-autokey-get-yearfield-digits): New function, functionality
23310 extracted from bibtex-autokey-get-yearfield.
23311
23312 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
23313 entries in order to avoid stack overflow in the regexp matcher if
23314 field contents become large.
23315 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
23316 (bibtex-field-string-part-not-braced)
23317 (bibtex-field-string-part-no-inner-braces)
23318 (bibtex-field-string-part-1-inner-brace)
23319 (bibtex-field-string-part-2-inner-braces)
23320 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
23321 (bibtex-field-string-quoted, bibtex-field-string)
23322 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
23323 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
23324 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
23325 Deleted as parsing is now performed by the following functions.
23326 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
23327 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
23328 (bibtex-parse-field-string, bibtex-search-forward-field-string)
23329 (bibtex-parse-association, bibtex-field-name-for-parsing)
23330 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
23331 (bibtex-search-forward-field, bibtex-search-backward-field)
23332 (bibtex-start-of-field, bibtex-end-of-field)
23333 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
23334 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23335 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
23336 (bibtex-parse-string, bibtex-search-forward-string)
23337 (bibtex-search-backward-string, bibtex-start-of-string)
23338 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
23339 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
23340 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
23341 entries. Instead of reporting the results of the parsing by
23342 match-beginning or match-end, these functions return data structures
23343 that hold the corresponding positions.
23344 (bibtex-enclosing-field): Changed to also report field boundaries by
23345 return values rather than by match-beginning or match-end.
23346 The following functions have been adapted to use the new
23347 parsing functions.
23348 (bibtex-skip-to-valid-entry, bibtex-search-reference)
23349 (bibtex-enclosing-field, bibtex-format-entry)
23350 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
23351 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
23352 (bibtex-print-help-message, bibtex-end-of-entry)
23353 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
23354 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
23355 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
23356 Use the new method for parsing.
23357 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
23358 (bibtex-map-entries, bibtex-flash-head)
23359 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
23360 (bibtex-autokey-change, bibtex-autokey-get-namefield)
23361 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
23362 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
23363 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
23364 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
23365 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
23366 order to make the new binding of case-fold-search immediately visible.
23367
23368 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23369
23370 * textmodes/bibtex.el: Copyright notice is up to date.
23371 Added constant 'bibtex-maintainer-salutation.
23372
23373 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
23374 than make-temp-name, use match-string-no-properties and eliminate
23375 a quadratic behavior when building bibtex-strings.
23376
23377 * bibtex.el (bibtex-reference-key): Accept string entries whose
23378 reference key contains upper case letters.
23379
23380 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23381
23382 * bibtex.el (bibtex-reference-head): Allow entries to start with
23383 a new line.
23384
23385 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23386
23387 * bibtex.el: Hiding of entry bodies is not longer provided by
23388 bibtex.el directly. Instead the hideshow package can be used.
23389 Added a special bibtex entry to hs-special-modes-alist.
23390 (bibtex-hs-forward-sexp): Added for hideshow.el.
23391
23392 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
23393
23394 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
23395 proceedings entry type (for cross referencing). Thanks to Wagner
23396 Toledo Correa for the suggestion.
23397
23398 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
23399
23400 2000-02-14 Kenichi Handa <handa@etl.go.jp>
23401
23402 * international/characters.el: Setup case table for Vietnamese.
23403
23404 2000-02-12 Gerd Moellmann <gerd@gnu.org>
23405
23406 * uniquify.el (toplevel): Require CL at compile time.
23407 (uniquify-push): Removed.
23408
23409 * shadowfile.el (shadow-when): Removed.
23410
23411 * tempo.el (tempo-dolist, tempo-mapc): Removed.
23412 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
23413
23414 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
23415 regexp for paragraph-start.
23416
23417 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
23418 commas as well.
23419
23420 2000-02-10 Dave Love <fx@gnu.org>
23421
23422 * wid-edit.el: (widgets) [defgroup]: Remove url link.
23423 (widget-color-choice-list, widget-color-history, widget-mouse-help):
23424 Deleted.
23425 (widget-specify-field, widget-specify-button): Don't use
23426 widget-mouse-help as help-echo property.
23427 (default): Use #'ignore for :validate and :mouse-down-action.
23428 (checkbox): Add help-echo.
23429 (widget-sexp-validate): Rewritten to clarify error messages.
23430 (character): Use char-valid-p in :match function.
23431 (widget-color-complete): Use facemenu-color-alist.
23432 (widget-color-action): Use facemenu-read-color.
23433
23434 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
23435 set up `caar' &c that we now have.
23436
23437 2000-02-09 Ray Blaak <blaak@gnu.org>
23438
23439 * delphi.el: Make resourcestring a declaration region, like const
23440 and var.
23441
23442 2000-02-09 Dave Love <fx@gnu.org>
23443
23444 * bindings.el (mode-line-input-method-map): New variable.
23445 (mode-line-mule-info): Use it; fix last change.
23446 (mode-line-mode-menu): Move definition.
23447 (mode-line-mouse-sensitive-p): Deleted.
23448 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
23449 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
23450
23451 * startup.el (command-line-1): Don't call
23452 make-mode-line-mouse-sensitive.
23453
23454 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
23455
23456 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
23457 before rmail-toggle-header, because the former toggles headers.
23458
23459 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
23460
23461 * diff-mode.el (diff-kill-junk): New interactive function.
23462 (diff-reverse-direction): Use delete-and-extract-region.
23463 (diff-post-command-hook): Restrict the area so that the hook also works
23464 outside of any diff hunk. This is necessary for the minor-mode.
23465 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
23466 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
23467
23468 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
23469 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
23470 so that it can be used more easily in <foo>-mode-hook. Also make sure
23471 to avoid duplicate entries.
23472 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
23473 (font-lock-remove-keywords): Just as was done for `add', allow it to
23474 work even if font-lock-mode is nil. Also make sure we don't modify
23475 any pre-existing list by forcing a copy-sequence. Finally rename
23476 `major-mode' to `mode'.
23477 (font-lock-fontify-syntactic-anchored-keywords)
23478 (font-lock-fontify-anchored-keywords)
23479 (font-lock-fontify-keywords-region): Use line-end-position.
23480 Don't make `font-lock-multiline' local (it's now done in
23481 font-lock-set-defaults).
23482 (font-lock-set-defaults): Make `font-lock-multiline' local.
23483 Move the `font-lock-fontified' creation to inside the `unless'.
23484
23485 2000-02-06 Andrew Innes <andrewi@gnu.org>
23486
23487 * term/w32-win.el (x-handle-args): Comment out call to message,
23488 which occurs before window system is initialized.
23489
23490 * makefile.nt: Add support for recompiling lisp code.
23491
23492 2000-02-04 Dave Love <fx@gnu.org>
23493
23494 * bindings.el (mode-line-mule-info): Fix/extend last change.
23495
23496 * completion.el: Replace completion-dolist with dolist.
23497
23498 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
23499
23500 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
23501
23502 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
23503 environment names before they go into the section regexp.
23504
23505 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
23506 char class in regexp.
23507
23508 * textmodes/reftex-parse.el (reftex-with-special-syntax):
23509 Bind `case-fold-search' to nil.
23510
23511 * progmodes/idlwave.el (idlwave-template):
23512 Respect `idlwave-abbrev-change-case'.
23513 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
23514 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
23515 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
23516 (idlwave-rw-case): New function.
23517 (idlwave-statement-match): Fixed problem with assignment regexp.
23518 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
23519 (idlwave-surround): New argument LENGTH to support padding of
23520 operators longer than 1 char.
23521
23522 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
23523 idlwave-shell-expression-overlay. Implemented printing of
23524 expressions on higher levels of the calling stack.
23525 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
23526 (idlwave-retrieve-expression-from-level): New function.
23527 (idlwave-shell-last-calling-stack): Variable removed.
23528 (idlwave-shell-reset): Argument action reversed (`visible' to
23529 `hidden'). Also remove stop-line overlay.
23530 (idlwave-shell-calling-stack-routine): New variable.
23531 (idlwave-shell-parse-stack-and-display): Messages now display
23532 negative level numbers.
23533 (idlwave-shell-mode): Set `modeline-format'.
23534 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
23535 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
23536 (idlwave-shell-print-expression-function): New option.
23537
23538 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
23539 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
23540 `tool-bar' instead of `toolbar'.
23541
23542 2000-02-02 Dave Love <fx@gnu.org>
23543
23544 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
23545 emacs-lisp-mode-hook. Don't check for defalias being defined.
23546
23547 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
23548 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
23549 Use the new builtins directly.
23550
23551 * whitespace.el (whitespace): Add :version to defgroup.
23552
23553 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
23554 Doc fix.
23555
23556 * thingatpt.el (sexp-at-point, symbol-at-point)
23557 (number-at-point, list-at-point): Add autoload cookie.
23558
23559 * recentf.el (recentf): Add :version to defgroup.
23560
23561 * quickurl.el (quickurl): Add :version to defgroup.
23562
23563 * elide-head.el (elide-head): Use point-marker more.
23564
23565 * bs.el (bs): Add :version to defgroup.
23566
23567 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
23568
23569 * progmodes/delphi.el (delphi): Add :version to defgroup.
23570
23571 2000-02-02 Gerd Moellmann <gerd@gnu.org>
23572
23573 * ange-ftp.el (ange-ftp-write-region): Handle case that
23574 succeeding process operation sets a different coding system.
23575
23576 * calculator.el: New file.
23577
23578 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
23579
23580 * frame.el (frames-on-display-list, framep-on-display): New functions.
23581 (display-mouse-p, display-popup-menus-p, display-graphic-p)
23582 (display-selections-p, display-screens, display-pixel-width)
23583 (display-pixel-height, display-mm-width, display-mm-height)
23584 (display-backing-store, display-save-under, display-planes)
23585 (display-color-cells, display-visual-class): New functions.
23586
23587 * term/tty-colors.el (tty-color-gray-shades): New function.
23588
23589 * faces.el (display-color-p): Use framep-on-display.
23590 (display-grayscale-p): New function.
23591
23592 2000-01-31 Dave Love <fx@gnu.org>
23593
23594 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
23595 (create-fontset-from-x-resource): Don't concat integers.
23596
23597 2000-01-31 Inge Frick <inge@nada.kth.se>
23598
23599 * view.el: Some changes in documentation. Removed some trailing
23600 whitespace. Changed some parameter names to agree with documentation.
23601 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
23602 window is not deleted. Modifies change 1998-04-26.
23603
23604 2000-01-31 Gerd Moellmann <gerd@gnu.org>
23605
23606 * windmove.el: New file.
23607
23608 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
23609 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
23610 progmodes/ebnf-yac.el: Update copyright and license info.
23611
23612 * jit-lock.el (jit-lock-function): Widen before calculating
23613 end position.
23614 (jit-lock-stealth-chunk-start): Rewritten.
23615
23616 * info.el (Info-title-face-alist): Removed.
23617 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
23618 (Info-fontify-node): Use these faces.
23619
23620 2000-01-30 Gerd Moellmann <gerd@gnu.org>
23621
23622 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
23623 (cl-macro-list1): Recognize `&allow-other-keys' instead of
23624 `&allow-other-keywords'.
23625
23626 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
23627 the list of directories scanned heuristically.
23628
23629 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
23630
23631 2000-01-30 Jason Rumney <jasonr@gnu.org>
23632
23633 * w32-fns.el: Define w32-tty-standard-colors.
23634
23635 * startup.el (command-line): Use w32-tty-standard-colors when in
23636 w32 console mode.
23637
23638 2000-01-30 Dave Love <fx@gnu.org>
23639
23640 * jka-compr.el (jka-compr-load): Fix up load-history.
23641
23642 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
23643
23644 * emacs-lisp/cl-macs.el: Revert previous change.
23645
23646 2000-01-29 Dave Love <fx@gnu.org>
23647
23648 * facemenu.el: Purecopy various strings.
23649
23650 * timezone.el (timezone-fix-time): Window against 69 for two-digit
23651 years. Deal with three-digit years.
23652
23653 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
23654 Use defconst, purecopy.
23655 (help-back-label): Purecopy it.
23656
23657 2000-01-18 Gerd Moellmann <gerd@gnu.org>
23658
23659 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
23660 variable. If non-nil, order the buffer list according to the
23661 currently selected frame.
23662 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
23663 non-nil, pass the selected frame to function buffer-list.
23664
23665 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23666
23667 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
23668
23669 2000-01-28 Dave Love <fx@gnu.org>
23670
23671 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
23672
23673 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
23674 Don't use lisp-indent-hook property.
23675 (cl-abs): Remove.
23676
23677 * subr.el: Move out indent and edebug specs for when and unless.
23678
23679 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
23680 when, unless.
23681
23682 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
23683 unless, when.
23684
23685 2000-01-28 Gerd Moellmann <gerd@gnu.org>
23686
23687 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
23688 `collecting' as synonym for `collect'.
23689
23690 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
23691 for the case it contains spaces.
23692
23693 * simple.el (what-cursor-position): Change formatting of messages.
23694
23695 * frame.el (delete-other-frames): New function.
23696 (toplevel): Bind it to C-x 5 1.
23697
23698 * sort.el (sort-numeric-base): New option.
23699 (sort-numeric-fields): If number starts with `0' or `0[xX[',
23700 interpret it as octal or hexadecimal. Use sort-numeric-base
23701 as default base.
23702
23703 * progmodes/glasses.el: New file.
23704
23705 2000-01-27 Gerd Moellmann <gerd@gnu.org>
23706
23707 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
23708 userids differently.
23709
23710 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
23711 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
23712 progmodes/ebnf-yac.el: New files.
23713
23714 2000-01-26 Dave Love <fx@gnu.org>
23715
23716 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
23717 on a function with an empty body. [From Eric Ludlam.]
23718
23719 2000-01-25 Andre Spiegel <spiegel@gnu.org>
23720
23721 * vc.el (vc-version-diff): Make sure file name is expanded.
23722
23723 2000-01-25 Gerd Moellmann <gerd@gnu.org>
23724
23725 * scroll-bar.el (scroll-bar-timer): Variable removed.
23726 (scroll-bar-toolkit-scroll): Don't use a timer.
23727
23728 2000-01-25 Kenichi Handa <handa@etl.go.jp>
23729
23730 * language/thai-util.el (thai-composition-function):
23731 Delete superfluous `a'.
23732
23733 2000-01-24 Dave Love <fx@gnu.org>
23734
23735 * fortran.el (fortran-mode): Use beginning-of-defun-function,
23736 end-of-defun-function.
23737
23738 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
23739
23740 2000-01-22 Jason Rumney <jasonr@gnu.org>
23741
23742 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
23743 conflicts with new face support.
23744
23745 2000-01-22 Richard M. Stallman <rms@gnu.org>
23746
23747 * replace.el (query-replace): Rename last arg to DELIMITED.
23748 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
23749 (query-replace-regexp): Likewise.
23750
23751 2000-01-20 Richard M. Stallman <rms@gnu.org>
23752
23753 * subr.el (with-syntax-table): Use make-symbol, not gensym.
23754
23755 * emacs-lisp/lisp.el (beginning-of-defun-function):
23756 Variable renamed from beginning-of-defun.
23757 Do not call make-variable-buffer-local.
23758 (beginning-of-defun-raw): Use new variable name; doc fix.
23759 (beginning-of-defun): Doc fix.
23760 (end-of-defun-function): Variable renamed from end-of-defun.
23761 Do not call make-variable-buffer-local.
23762 (end-of-defun): Use new variable name; doc fix.
23763
23764 * subr.el (dolist, dotimes): Copied from cl-macs.el
23765 and made to work.
23766
23767 * mail/undigest.el (rmail-digest-end-regexps):
23768 Variable replaces rmail-digest-end-regexp.
23769 Allows multiple regexps for detecting the end line.
23770 (undigestify-rmail-message): Corresponding changes.
23771
23772 2000-01-19 Dave Love <fx@gnu.org>
23773
23774 * files.el (user-init-file): Don't declare here -- is primitive.
23775
23776 * startup.el (command-line): Check for compiled user-init-file and
23777 set to uncompiled version if necessary.
23778
23779 2000-01-18 Gerd Moellmann <gerd@gnu.org>
23780
23781 * mail/undigest.el (rmail-digest-end-regexp): New user option.
23782 (undigestify-rmail-message): Use it.
23783
23784 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
23785
23786 2000-01-17 Gerd Moellmann <gerd@gnu.org>
23787
23788 * tmm.el (tmm-goto-completions): Adapt to prompt being part
23789 of mini-buffer.
23790
23791 2000-01-14 Gerd Moellmann <gerd@gnu.org>
23792
23793 * emacs-lisp/copyright.el (copyright-update): Removed the
23794 requirement for a trailing space from `copyright-regexp', to
23795 support copyrights with owner specified on a separate line..
23796
23797 * align.el: New file.
23798
23799 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
23800
23801 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
23802
23803 2000-01-13 Dave Love <fx@gnu.org>
23804
23805 * ph.el: Removed. (Obsoleted by EUDC.)
23806
23807 2000-01-13 Gerd Moellmann <gerd@gnu.org>
23808
23809 * net/eudc.el (toplevel): Remove autoloaded code installing
23810 menu with easymenu, because that causes build problems.
23811
23812 * frame.el (frame-notice-user-settings): New variable.
23813 (frame-notice-user-settings): Don't modify frame parameters
23814 if called a second time.
23815
23816 2000-01-13 Richard M. Stallman <rms@gnu.org>
23817
23818 * frame.el (frame-notice-user-settings):
23819 Notice default-frame-parameters even for non-window frames.
23820
23821 2000-01-13 Gerd Moellmann <gerd@gnu.org>
23822
23823 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
23824 for Emacs.
23825 (eudc-bob-can-display-inline-images): Extend for Emacs.
23826 (eudc-bob-toggle-inline-display): Ditto.
23827 (eudc-bob-display-jpeg): Ditto.
23828
23829 2000-01-12 Gerd Moellmann <gerd@gnu.org>
23830
23831 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
23832 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
23833 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
23834
23835 * add-log.el (add-change-log-entry): Fix error trying an
23836 `(insert nil)'.
23837
23838 * subdirs.el: Add `net' directory.
23839
23840 * net: New directory.
23841
23842 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
23843 eval-last-sexp. Don't bind debug-on-error here.
23844 (eval-last-sexp): New function. Bind debug-on-error if
23845 eval-expression-debug-on-error is non-nil.
23846 (eval-defun-2, eval-defun): Likewise.
23847
23848 * simple.el (eval-expression): Don't bind debug-on-error if
23849 eval-expression-debug-on-error is nil. Detect changed
23850 debug-on-error, and propagate new value to global binding, if
23851 eval-expression-debug-on-error is non-nil,
23852 (eval-expression-debug-on-error): Change doc string.
23853
23854 2000-01-11 Richard M. Stallman <rms@gnu.org>
23855
23856 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
23857
23858 * emacs-lisp/lisp-mode.el (with-syntax-table):
23859 Set up lisp-indent-function property.
23860
23861 * subr.el (with-syntax-table): Moved from simple.el.
23862
23863 * simple.el (with-syntax-table): Moved to subr.el.
23864
23865 2000-01-11 Gerd Moellmann <gerd@gnu.org>
23866
23867 * tmm.el (tmm-shortcut): Delete region after prompt instead
23868 of erasing buffer.
23869
23870 * textmodes/fill.el (fill-common-string-prefix): New function.
23871 (fill-context-prefix): Use the longest common prefix of first
23872 and second line fill prefix, if there is one.
23873
23874 2000-01-11 Richard M. Stallman <rms@gnu.org>
23875
23876 * array.el (array-mode): Don't use make-variable-buffer-local.
23877 Use make-local-variable for `truncate-lines'.
23878
23879 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
23880
23881 * add-log.el (add-log-current-defun): Handle user-defined
23882 add-log-current-function returning nil,
23883
23884 * add-log.el (add-change-log-entry): Insert version number
23885 if having found a current function
23886
23887 * add-log.el (add-log-current-defun):
23888 Call `add-log-current-defun-function'. Try matches at level 0 and
23889 level 1. Strip whitespace from defun found.
23890
23891 2000-01-10 John Wiegley <johnw@gnu.org>
23892
23893 * allout.el (isearch-done/outline-provisions): Added `edit'
23894 argument to correspond with the current definition of `isearch-done'.
23895
23896 2000-01-10 Dave Love <fx@gnu.org>
23897
23898 * elide-head.el (elide-head): Use point-marker, not point.
23899
23900 2000-01-10 Gerd Moellmann <gerd@gnu.org>
23901
23902 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
23903 before and after the year 2000.
23904
23905 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
23906 Add ispell- prefix.
23907
23908 2000-01-10 Ken Stevens <k.stevens@ieee.org>
23909
23910 * ispell.el: Only define dictionaries in menus when they exist.
23911 (version18p): New variable.
23912 (version20p): New variable.
23913 (xemacsp): New variable.
23914 (ispell-choices-win-default-height): Fix for XEmacs visibility.
23915 (ispell-dictionary-alist1): Added Brasileiro dictionary.
23916 (ispell-dictionary-alist6): Russian command lines no longer accept
23917 run-together words.
23918 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
23919 (ispell-dictionary-alist): Add koi8-r to customize definition.
23920 (check-ispell-version): Added documentation string. Return library
23921 path when called non-interactively.
23922 (ispell-menu-map-needed): Uses new variables.
23923 (ispell-library-path): New variable.
23924 (ispell-decode-string): XEmacs fix for bogus variable bindings.
23925 (ispell-word): Improved documentation string. Test for valid
23926 character mappings. Correctly check typed in word changes that can
23927 result in single words split into multiple words.
23928 Return replacement word.
23929 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
23930 replace in recursive query replace mode. Help message for
23931 recursive edit mode.
23932 (ispell-show-choices): Protect against bad framepop bindings.
23933 (ispell-help): Fix to work with XEmacs.
23934 (ispell-highlight-spelling-error): Use new variables.
23935 (ispell-overlay-window): Fix to work with XEmacs.
23936 (ispell-parse-output): Passed and returns location information
23937 tracking spelling corrections. Doesn't recheck same word on
23938 current line.
23939 (ispell-init-process): Protect against bogus XEmacs variable binding.
23940 Fix call to single argument in sleep-for. Use new variables.
23941 (ispell-region): Passed and returns location information tracking
23942 spelling corrections. Doesn't check same word on current line.
23943 Improved documentation string. Doesn't resend a line already
23944 checked to the ispell process - fixes bug in LaTeX parsing.
23945 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
23946 (ispell-skip-region): No longer skips <TT> in SGML.
23947 (ispell-process-line): Tracks location information with spelling
23948 corrections. Added documentation string. Accounts for words
23949 already accepted on this line. Don't allow query-replace on line
23950 starting with math characters. Doesn't resend a line already sent
23951 to ispell process. Fixes alignment error bug.
23952
23953 2000-01-10 Richard M. Stallman <rms@gnu.org>
23954
23955 * dired-x.el (dired-guess-shell-alist-default):
23956 Suggest xloadimage, which is free, not xv, which isn't.
23957
23958 * ange-ftp.el (ange-ftp-file-name-nondirectory):
23959 Don't ever include the host name or user name in the value.
23960
23961 2000-01-09 Gerd Moellmann <gerd@gnu.org>
23962
23963 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
23964 of a real newline.
23965
23966 2000-01-09 Stephen Eglen <stephen@gnu.org>
23967
23968 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
23969 for .png files.
23970
23971 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
23972
23973 * cus-edit.el (custom-hook-convert-widget): Fix comment.
23974
23975 2000-01-09 Gerd Moellmann <gerd@gnu.org>
23976
23977 * progmodes/cperl-mode.el: Replace ^F with ^L.
23978
23979 * sendmail.el (toplevel): Provide `sendmail' when compiling before
23980 `require'ing rmail and mailalias to prevent infinite recursion.
23981
23982 2000-01-08 Dave Love <fx@gnu.org>
23983
23984 * emacs-lisp/backquote.el: Remove inappropriate customization
23985 (allowing custom.el to use backquote).
23986
23987 2000-01-07 Dave Love <fx@gnu.org>
23988
23989 * add-log.el (add-log-debugging): Deleted.
23990 (add-change-log-entry): Treat a backup FILE-NAME as its parent
23991 file. Remove debugging code.
23992 (change-log-get-method-definition, change-log-name): Add doc.
23993 (change-log-sortable-date-at): New function.
23994 (change-log-merge): New command.
23995
23996 * time.el (display-time-string-forms): Make the Mail string active.
23997 (display-time-update): Provide help-echo for load average.
23998
23999 * bindings.el (make-mode-line-mouse2-map): New function.
24000 (mode-line-modified): Use it and simplify.
24001 (mode-line-mule-info): Provide help-echo info.
24002 (minor-mode-alist): Activate the strings.
24003 (make-mode-line-mouse-sensitive): Simplify for
24004 mode-line-buffer-identification.
24005
24006 2000-01-07 Gerd Moellmann <gerd@gnu.org>
24007
24008 * play/pong.el: New file.
24009
24010 2000-01-06 Dave Love <fx@gnu.org>
24011
24012 * array.el: Assorted cleanups for compiler warnings, doc strings,
24013 `array-' prefix for symbols.
24014
24015 2000-01-05 Dave Love <fx@gnu.org>
24016
24017 * textmodes/outline.el (outline-mode-menu-bar-map):
24018 Add outline-headers-as-kill.
24019 (outline-mode): Define imenu-generic-expression.
24020 (outline-headers-as-kill): New command.
24021
24022 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
24023 from paragraph-start.
24024 (paragraph-indent-minor-mode): New command.
24025
24026 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
24027 M-C-e, M-C-h, C-j, C-xnd, TAB.
24028 (fortran-mode): Set beginning-of-defun, end-of-defun.
24029 (fortran-column-ruler): Simplify.
24030 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
24031 (fortran-with-subprogram-narrowing): Likewise.
24032 (fortran-indent-subprogram): Call mark-defun.
24033 (fortran-check-for-matching-do): Change narrowing.
24034
24035 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
24036 (cl-lucid-hash-tag): Delete.
24037 (cl-hash-table-p): Correct test for native table.
24038 (cl-hash-table-count): Use hash-table-count.
24039
24040 * browse-url.el (browse-url): Fix case of
24041 browse-url-browser-function being an alist.
24042
24043 2000-01-05 Carsten Dominik <cd@gnu.org>
24044
24045 * textmodes/reftex-vars.el (reftex-parse-file-extension)
24046 (reftex-index-phrase-file-extension): New options.
24047
24048 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
24049 Use new option `reftex-index-phrase-file-extension'.
24050
24051 * textmodes/reftex.el (reftex-access-parse-file): Use new option
24052 `reftex-parse-file-extension'.
24053
24054 2000-01-05 Dave Love <fx@gnu.org>
24055
24056 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
24057 (beginning-of-defun-raw): Use it.
24058 (end-of-defun): New variable.
24059 (end-of-defun): Use it.
24060 (check-parens): New command.
24061
24062 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
24063
24064 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
24065 (hs-show-block): Don't use `mapcar' when not accumulating.
24066
24067 Fix buglet in local variables initialization.
24068
24069 2000-01-05 Andreas Schwab <schwab@suse.de>
24070
24071 * hscroll.el (hscroll): Doc fix.
24072
24073 2000-01-05 Carsten Dominik <cd@gnu.org>
24074
24075 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
24076 Require idlw-toolbar.
24077
24078 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
24079 file idlw-rinfo.el.
24080 (idlwave-customize): Load must read file idlw-shell.el.
24081 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
24082
24083 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
24084
24085 * progmodes/idlw-shell.el: Also provide idlwave-shell
24086 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
24087 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
24088
24089 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
24090 both reftex-dcr and reftex-vcr.
24091
24092 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
24093
24094 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24095
24096 * ps-print.el: PostScript code now is in separate files, doc fix.
24097 (ps-print-version): New version number (5.0.3).
24098 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
24099 local.
24100 (ps-spool-config): Initialization fix.
24101 (ps-print-prologue-1, ps-print-prologue-2)
24102 (ps-print-duplex-feature): PostScript code moved to separated file.
24103 (ps-background-image): Little code reformating.
24104 (ps-begin-file, ps-begin-job): Fix code.
24105 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
24106 (ps-prologue-file): New fun.
24107
24108 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24109
24110 * ps-vars.el: Eliminated.
24111
24112 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
24113 `;;;###autoload'.
24114
24115 * ps-print.el: ps-vars eliminated, doc fix.
24116 (ps-print-version): New version number (5.0.2).
24117 (ps-spool-config): Initialization fix.
24118 (ps-print-customize): New fun.
24119
24120 2000-01-04 Gerd Moellmann <gerd@gnu.org>
24121
24122 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
24123
24124 2000-01-04 Dave Love <fx@gnu.org>
24125
24126 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
24127 menu items.
24128
24129 2000-01-03 Dave Love <fx@gnu.org>
24130
24131 * elide-head.el (elide-head) [defgroup]: Add :version.
24132
24133 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
24134 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
24135 Use `cl-hash-table-p', not `hash-table-p'.
24136 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
24137
24138 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
24139
24140 * faces.el (face-read-integer, read-face-attribute)
24141 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
24142
24143 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24144
24145 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
24146 at comment end, and re-insert them after filling.
24147
24148 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
24149
24150 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
24151 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
24152 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
24153
24154 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
24155
24156 * term/x-win.el (xw-defined-colors): Call color-supported-p,
24157 the new name of face-color-supported-p.
24158
24159 * term/w32-win.el (xw-defined-colors): Likewise.
24160
24161 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
24162
24163 * simple.el (completion-setup-function): Count completion-size
24164 from minibuffer-prompt-end, not from point-min.
24165
24166 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
24167
24168 * faces.el (read-face-attribute, defined-colors, color-defined-p):
24169 Pass the frame to tty-color-* functions.
24170 (display-color-p, frame-set-background-mode): Pass the frame to
24171 tty-display-color-p.
24172
24173 * term/tty-colors.el (tty-defined-color-alist): Renamed from
24174 tty-color-alist.
24175 (tty-color-alist, tty-modify-color-alist): New functions.
24176 (tty-color-define, tty-color-clear, tty-color-approximate)
24177 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
24178 optional parameter FRAME.
24179
24180 2000-01-01 Gerd Moellmann <gerd@gnu.org>
24181
24182 * image.el (create-image, defimage): Don't assume image data is
24183 a string.
24184
24185 * image.el (defimage): Handle specifications containing :data
24186 instead of :file.
24187 (image-type-from-data): New function.
24188 (image-type-from-file-header): Use it.
24189 (create-image): Add parameter DATA-P.
24190
24191 See ChangeLog.8 for earlier changes.
24192
24193 ;; Local Variables:
24194 ;; coding: iso-2022-7bit
24195 ;; End:
24196
24197 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
24198 Copying and distribution of this file, with or without modification,
24199 are permitted provided the copyright notice and this notice are preserved.