(unload-feature): Call elp-restore-function,
[bpt/emacs.git] / lisp / ChangeLog
1 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2
3 * ps-print.el: Fix bug on selected pages for printing. Use
4 `color-values' for Emacs 21. Ensure fontification when jit-lock
5 is on. Try to avoid warning messages when compiling. Doc Fix.
6 (ps-print-version): New version number (6.3).
7 (ps-color-device): Use `color-values' to determine if device
8 supports color.
9 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10 (ps-print-page-p): Changed from defsubst to defun.
11 (ps-page-number): Changed from defmacro to defun.
12 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
13 printing.
14 (ps-print-ensure-fontified): Ensure fontification when jit-lock is
15 on.
16 (ps-end-file, ps-dummy-page): Funs eliminated.
17 (ps-print-color-scale): Changed default value.
18 (ps-page-n-up, ps-print-page-p): New internal vars.
19 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
20 (ps-plot-region, ps-generate, ps-end-job): Code fix.
21
22 * delim-col.el: Little programming improvement.
23 (delimit-columns-str): New macro.
24 (delimit-columns-region, delimit-columns-rectangle): Code fix.
25
26 2000-10-31 Kenichi Handa <handa@etl.go.jp>
27
28 * term/mac-win.el: (decode-mac-roman, encode-mac-roman,
29 mac-roman): Moved to european.el.
30 (ccl-encode-mac-roman-font, fontset-mac): Modified for
31 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
32 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions
33 deleted.
34 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables
35 deleted.
36
37 2000-10-30 Dave Love <fx@gnu.org>
38
39 * progmodes/cc-menus.el (imenu-generic-expression)
40 (imenu-progress-message): Only defvar when compiling.
41
42 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
43
44 * log-edit.el (log-edit-confirm): Fix the default.
45
46 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
47
48 * delim-col.el: Little fix: replace delimit-columns-align-columns by
49 delimit-columns-format.
50 (delimit-columns-region, delimit-columns-rectangle): Code fix.
51
52 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
53
54 * comint.el (comint-replace-by-expanded-history): Don't use
55 comint-get-old-input (we're not looking at *old* input).
56 (comint-get-old-input-default): If using fields, signal an error
57 when the point is not in an input field.
58
59 2000-10-30 Kenichi Handa <handa@etl.go.jp>
60
61 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
62 and mule-unicode-e000-ffff.
63
64 * international/mule.el (decode-char, encode-char): New functions.
65 (make-coding-system): Accept a symbol of translation table as a
66 value of property `safe-chars'.
67
68 * international/mule-cmds.el (encode-coding-char): Check property
69 safe-chars instead of safe-charsets.
70
71 * international/fontset.el (fontset-default): Modified for
72 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
73 (x-font-name-charset-alist): Likewise.
74 (ccl-encode-unicode-font): New CCL program. Record it in
75 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
76
77 * language/european.el (mac-roman-decoder, mac-roman-encoder):
78 New translation tables.
79 (decode-mac-roman, encode-mac-roman): Definition of these CCL
80 programs are modified and moved from mac-win.el.
81 (mac-roman): Definition of this coding system is modified and
82 moved from mac-win.el.
83
84 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
85
86 * ediff-wind.el (ediff-setup-control-frame): Enclose
87 face-attribute in condition-case to avoid errors in older emacsen.
88
89 2000-10-29 Miles Bader <miles@gnu.org>
90
91 * custom.el (custom-add-to-group): Allow multiple entries for a
92 given value OPTION, as long as their widget types are different.
93 * cus-edit.el (custom-face-value-create): If face name doesn't end
94 with "face", add such here (similar to custom group widgets).
95
96 * comint.el (comint-highlight-prompt): Add :type.
97
98 2000-10-28 John Wiegley <johnw@gnu.org>
99
100 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
101 Changed this function to operate on a temporary buffer instead of
102 the main buffer. This not only keeps flyspell from marking a
103 buffer as changed that wasn't, but it solves the jumpy cursor
104 problem when attempts are made to edit incorrect words.
105 (flyspell-maybe-correct-doubling): Same change as for
106 `flyspell-maybe-correct-transposition'.
107
108 * calendar/timeclock.el (timeclock-log): Doc fix.
109 (timeclock-last-event): Doc fix.
110 (timeclock-log): Kill the timelog buffer after appending a new
111 event.
112 (timeclock-find-discrep): Use a temp buffer to read in the
113 timelog, instead of visiting the file.
114 (timeclock-log-data): A new function, along with a host of helper
115 functions, for the purpose of making timelog data accessible to
116 programmers.
117
118 * eshell/esh-mode.el (window-height test): Make certain that
119 `eshell-stringify-t' is non-nil.
120 (eshell-password-prompt-regexp): Changed to a much simpler
121 password regexp.
122 (eshell-send-input): If `eshell-invoke-directly' returns t,
123 directly invoke the parsed command using `eval'. This improves
124 turn-around time on simple commands by a factor of three or
125 greater, such as cd, ls, pwd, etc. -- which get used very often.
126 It also conserves thousands of cons cells per call (since
127 `eshell-do-eval' consumes memory like a Cookie Monster set loose
128 in the Pacific Cookie Company).
129
130 * eshell/esh-test.el (eshell-test): Whitespace fix.
131
132 * eshell/em-ls.el (eshell-ls-insert-directory): Make
133 `eshell-ls-initial-args' nil when inserting directory contents.
134
135 * eshell/em-script.el (eshell-script-initialize): Add names to
136 `eshell-complex-commands, since `source' and `.' are complex.
137
138 * eshell/esh-cmd.el (eshell-rewrite-for-command)
139 (eshell-rewrite-while-command): Use `eshell-protect' instead of
140 `eshell-copy-handles'.
141 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
142 bodies.
143 (eshell-separate-commands): Whitespace fix.
144 (eshell-complex-commands): Added a new list of names, for
145 determining whether a given command is as simple as it looks.
146 (eshell-invoke-directly): New function. Returns t if a command
147 should be invoked directly (using `eval'), rather than indirectly
148 using `eshell-do-eval'.
149 (eshell-do-eval): Whitespace fix.
150
151 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
152 which provides an emulation of the DOS shell behavior of assuming
153 that cp/mv/ln should copy/move/link to the current directory.
154 (eshell-remove-entries): Added a doc string.
155 (eshell-shuffle-files): Removed the check for `target' being null.
156 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
157 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
158 it to do a smarter check of whether a destination was provided.
159 (eshell/mv, eshell/cp): Enable `:preserve-args'.
160 (eshell/ln): Enable `:preserve-args', and use
161 `eshell-mvcpln-template' to implement the body of the function.
162 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
163 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
164 list after flattening it. This makes it possible to cat files
165 with numerical names.
166 (eshell-unix-initialize): Added several names to
167 `eshell-complex-commands.
168 (eshell-unix-command-complex-p): Return t if a given command name
169 may result in external processes being invoked.
170
171 * eshell/em-glob.el (eshell-glob-show-progress): Make this
172 variable nil by default, since it slows down glob processing by a
173 factor of two or more, and increases memory consumption.
174
175 * eshell/em-smart.el: Added a note about how memory consumptive
176 smart display mode can be (at least this is true in Emacs 21).
177 (eshell-smart-initialize): Whitespace fix.
178 (eshell-refresh-windows): Use `if' instead of `when'.
179 (eshell-smart-scroll-window): Calling `save-current-buffer' was
180 not necessary.
181 (eshell-currently-handling-window): Added a missing global
182 variable.
183
184 * eshell/em-ls.el (eshell-do-ls): Code simplification.
185 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
186 Whitespace fix.
187 (eshell-ls-exclude-hidden): Added this variable in addition to
188 `eshell-ls-exclude-regexp'. This one prevents files beginning
189 with . from even being read, which can improve memory consumption
190 quite a bit.
191 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
192 read file entries beginning with a dot. In home directories with
193 lots of hidden files, fully two-thirds of the time spent in ls is
194 used to read directory entries that are immediately thrown away.
195 (eshell-ls-initial-args): Added back this configuration variable,
196 for specifying default initial arguments to every call to ls.
197 Much faster than using an alias to do the same thing.
198 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
199 (eshell-ls-dir): Whitespace change.
200
201 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
202
203 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
204 available.
205 (eshell-stringify-t): Added a customization variable, to indicate
206 whether `t' should be rendered as a string at all. If not, one
207 can still determine if the result of an expression is true using
208 "file-exists-p FILE && echo true".
209 (eshell-stringify): If `eshell-stringify-t' is nil, don't
210 stringify t!
211
212 * eshell/esh-module.el: Whitespace fix.
213
214 * eshell/em-alias.el (eshell-alias-initialize): Added
215 `eshell-command-aliased-p' to `eshell-complex-commands'.
216 (eshell-command-aliased-p): New function that returns t if a
217 command name names an aliased.
218
219 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
220
221 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
222 redrawing the screen when changing cursor color.
223 (viper-insert-state-pre-command-sentinel)
224 (viper-replace-state-pre-command-sentinel)
225 (viper-replace-state-post-command-sentinel):
226 Use viper-preserve-cursor-color.
227 Many functions changed to use viper= instead of = when comparing
228 characters.
229 * viper-util.el (viper-memq-char,viper=): New functions for
230 working with characters.
231 (viper-change-cursor-color): Fixed buglet.
232 Many functions changed to use viper= instead of = when comparing
233 characters.
234 * viper.el (viper-insert-state-mode-list): Added eshell.
235
236 * ediff-init.el (ediff-before-setup-hook): New hook.
237 Several typos fixed in various docstrings.
238 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
239 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
240 hook.
241 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
242 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
243 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
244 (ediff-get-selected-buffers): New function.
245 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
246 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
247 save-window-excursion.
248 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
249 termination check in while loop.
250 * ediff.el (ediff-get-default-file-name): Better defaults when in
251 dired buffer.
252 (ediff-files,ediff-merge-files,ediff-files3)
253 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
254
255 2000-10-28 Dave Love <fx@gnu.org>
256
257 * info.el (Info-fontify-node): Add help-echo for menu items.
258
259 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
260
261 * startup.el (normal-top-level): If the value of $TERM indicates
262 we are running from xterm or one of its work-alikes, default to a
263 light background mode.
264
265 Support for -fg, -bg, and -rv command-line arguments for TTYs:
266 * faces.el (tty-handle-reverse-video): New function.
267 (tty-create-frame-with-faces): Call it.
268
269 * frame.el (frame-notice-user-settings): Don't apply
270 default-frame-alist and initial-frame-alist to MS-DOS frames.
271 Call tty-handle-reverse-video, frame-set-background-mode, and
272 face-set-after-frame-default for non-MS-DOS frames.
273
274 * startup.el (tty-long-option-alist): New variable.
275 (tty-handle-args): New function.
276 (command-line): Call tty-handle-args.
277
278 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
279 startup.el now does that for all character-terminal frames.
280
281 2000-10-28 Miles Bader <miles@gnu.org>
282
283 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
284 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
285 global. If :global is followed by a non-nil but non-t value,
286 make the mode buffer-local, but also generate a `global-MODE'
287 version using `easy-mmode-define-global-mode'. Add
288 :conditional-turn-on keyword argument.
289
290 2000-10-28 Dave Love <fx@gnu.org>
291
292 * international/latin1-disp.el (latin1-char-displayable-p): Don't
293 use window-system.
294
295 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
296
297 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
298 Don't call find-buffer-file-type-coding-system. Instead, just
299 set eol-type to -unix if inhibit-eol-conversion is in effect, or
300 if the file is on an untranslated filesystem.
301 (add-untranslated-filesystem): Use "D" instead of "f" inside
302 interactive.
303
304 2000-10-27 Dave Love <fx@gnu.org>
305
306 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
307 (refill-mode): Use it.
308
309 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
310
311 * international/quail.el (quail-activate): Don't make-local-hook.
312
313 2000-10-27 Andre Spiegel <spiegel@gnu.org>
314
315 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
316 manual backups and file.~<rev>.~ for automatic ones.
317 (vc-make-version-backup): Don't do it on MS-DOS without long file
318 names.
319
320 * vc.el (vc-version-other-window): If an automatic backup of the
321 desired version exists, rename it instead of copying it.
322
323 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
324 after command. If there's an unexpected error, signal it instead
325 of being silent.
326 (vc-cvs-merge-news): Be prepared for no news at all.
327
328 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
329
330 * shell.el (shell): Add BUFFER argument.
331 * comint.el (make-comint-in-buffer): New function.
332 (make-comint): Use it.
333
334 * faces.el (face-spec-choose): Change syntax so that the list of
335 attribute-value pairs is now the cdr of each clause, not the cadr.
336 Detect old-style entries, and handle them. Use pop.
337
338 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
339
340 * cus-edit.el (custom-mode-map): Use a sparse map.
341 (custom-mode): Don't bother with make-local-hook.
342
343 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
344
345 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
346
347 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
348
349 * ps-print.el: Avoid compilation gripes.
350 (ps-print-version): New version number (6.2.1).
351
352 2000-10-26 Dave Love <fx@gnu.org>
353
354 * menu-bar.el: Modify some menu item help strings.
355 (menu-bar-help-menu): Add link to MORE.STUFF.
356
357 * cus-edit.el (custom-mode): Add `special' mode-class property.
358
359 * wid-browse.el (widget-browse-mode): Likewise.
360
361 * wid-edit.el (widget-specify-field): Revert to using local-map
362 property, not keymap.
363
364 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
365
366 * wid-edit.el (widget-field-end): When checking for a `boundary'
367 field, do so in the correct buffer.
368
369 * simple.el (undo): Correctly distinguish between numeric and
370 non-numeric prefix args in non-transient-mark-mode, as per the doc
371 string. When in transient-mark-mode, treat all prefix-args as
372 numeric.
373
374 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
375 Position point on match. Handle N == 0 correctly.
376
377 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
378 (comint-mode-map): Reverse order of `comint-write-output' and
379 `comint-append-output-to-file'.
380 (comint-append-output-to-file): Reinstate this function, for the
381 benefit of the menu.
382
383 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
384
385 * vc.el (vc-version-other-window): Bind `file'.
386
387 2000-10-25 Gerd Moellmann <gerd@gnu.org>
388
389 * Makefile.in (update-authors): New target for maintenance purposes.
390
391 * emacs-lisp/authors.el (batch-update-authors): New function.
392 (authors-fixed-entries): New defconst.
393 (authors-add-fixed-entries): New function.
394 (authors): Call it.: Don't process lispref/.
395
396 2000-10-25 Jason Rumney <jasonr@gnu.org>
397
398 * cus-edit.el (custom-button-face, custom-button-pressed-face):
399 Merge x w32 and mac definitions.
400
401 2000-10-25 Gerd Moellmann <gerd@gnu.org>
402
403 * menu-bar.el (menu-bar-options-menu): Add a help string for
404 `uniquify'.
405
406 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
407
408 * time-stamp.el (time-stamp-string-preprocess):
409 Fix a wrong type argument error.
410
411 2000-10-25 Miles Bader <miles@gnu.org>
412
413 * recentf.el (recentf-mode): Variable removed.
414 (recentf-mode): Use `define-minor-mode'.
415
416 * mwheel.el (mouse-wheel-mode): New global minor mode.
417 (mwheel-install): Use `mouse-wheel-mode'.
418
419 2000-10-25 Dave Love <fx@gnu.org>
420
421 * progmodes/cperl-mode.el (cperl-mode):
422 Set normal-auto-fill-function correctly.
423
424 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
425 inherit from global-map and don't nullify menu-bar and tool-bar
426 bindings.
427
428 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
429
430 * wid-edit.el (widget-field-at): New function.
431 (widget-at, widget-field-activate): Use it.
432 (widget-tabable-at): Use `widget-at'.
433 (widget-specify-field): If the terminating character of the widget
434 field (which is read-only) is a newline, put it into a special
435 `boundary' field so that C-n/C-p act more naturally.
436 (widget-field-end): Also don't subtract one if a special
437 `boundary' field has been added after the widget field.
438
439 * comint.el (comint-output-filter, comint-send-input): Don't
440 bother adding stickiness fields to overlays to fool the field
441 code, since it should notice the overlay insertion-types now.
442
443 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
444 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
445 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
446
447 2000-10-24 Gerd Moellmann <gerd@gnu.org>
448
449 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
450 (authors): Set file coding system to iso-2022-7bit. Add
451 file-local variables to output buffer.
452
453 * files.el (after-find-file): Don't print any warnings if
454 WARN is nil.
455
456 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
457
458 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
459
460 * delim-col.el: Now there is a column formatting mechanism.
461 Modified to customization mechanisms convention. Doc fix.
462 (columns): New group for delim-col.
463 (delimit-columns-before, delimit-columns-after)
464 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
465 (delimit-columns-end): New vars.
466 (delimit-columns-customize, delimit-columns-format): New funs.
467 (delimit-columns-region, delimit-columns-rectangle)
468 (delimit-columns-rectangle-line): Modified to support column
469 formatting.
470
471 2000-10-24 Dave Love <fx@gnu.org>
472
473 * log-edit.el (log-edit): Add :version and a :group for vc.
474
475 2000-10-24 Gerd Moellmann <gerd@gnu.org>
476
477 * files.el (after-find-file): Don't print a message ``New file''
478 if WARN is nil.
479
480 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
481 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
482 get duplicate tool-bar entries because we'll see the global ones
483 on more than one path through keymaps.
484
485 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
486
487 * progmodes/cmacexp.el: Change Francesco's email address.
488
489 2000-10-24 Kenichi Handa <handa@etl.go.jp>
490
491 * window.el (fit-window-to-buffer): Adjust point of the window
492 buffer, not that of the current buffer.
493
494 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
495
496 * progmodes/cmacexp.el: Update the euthor's email address.
497
498 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
499
500 * faces.el (face-spec-set-match-display): Add `graphic' display
501 type (the inverse of `tty'). Use `display-graphic-p' instead of
502 the window-system variable.
503
504 2000-10-24 Kenichi Handa <handa@etl.go.jp>
505
506 * international/isearch-x.el (isearch-with-input-method): Call
507 input-method-function with the first event in
508 unread-command-events.
509
510 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
511
512 * faces.el (face-default-spec, face-user-default-spec): Make
513 defsubsts.
514
515 2000-10-24 Andrew Choi <akochoi@i-cable.com>
516
517 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
518 New charsets.
519
520 * term/mac-win.el: Remove definitions of mac-roman-lower and
521 mac-roman-upper, require dired, and define instead of set
522 mac-ready-for-drag-n-drop to avoid compilation error.
523
524 2000-10-23 Andrew Innes <andrewi@gnu.org>
525
526 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
527 superfluous calls to subst-char-in-string; instead apply
528 expand-file-name after convert-standard-filename to ensure
529 expected directory separators are used.
530
531 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
532
533 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
534
535 2000-10-23 Dave Love <fx@gnu.org>
536
537 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
538 (tool-bar-add-item): Set foreground and background for XBM icons.
539
540 * international/latin1-disp.el (latin1-char-displayable-p): New
541 function (from Handa).
542 (latin1-display-check-font): Use it.
543
544 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
545 using :key-sequence, making it much more usable. Use nconc, not
546 append.
547 (imenu--create-keymap-1): Avoid append.
548
549 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
550
551 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
552
553 [the following changes fix a bug where `define-minor-mode' didn't
554 correctly generate :require clauses for defcustoms in compiled files]
555 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
556 (byte-compile-log-file, byte-compile-log-1): Don't set
557 `byte-compile-current-file' to nil. Instead set
558 `byte-compile-last-logged-file' to it. Test whether
559 byte-compile-current-file equals byte-compile-last-logged-file
560 instead of whether its nil.
561 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
562
563 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
564
565 * textmodes/refill.el: Fix var names in doc.
566 (refill-mode): Don't bother with make-local-hook anymore.
567
568 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
569
570 * faces.el (face-user-default-spec, face-default-spec): New functions.
571 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
572 (frame-set-background-mode, face-set-after-frame-default):
573 Use `face-user-default-spec'. Simplify code slightly.
574
575 * woman.el (woman-italic-face, woman-bold-face)
576 (woman-unknown-face): Add dark-background variants.
577 (woman-default-faces): Renamed from `woman-colour-faces'.
578 Set using the stored defaults, rather than using hard-wired colors.
579 (woman-monochrome-faces): Renamed from `woman-black-faces'.
580 Just make the foreground `unspecified' rather than "black".
581 (woman-menu): Rename menu entries accordingly.
582
583 * faces.el (header-line): Make more reasonable on mono/grayscale
584 displays.
585
586 2000-10-23 Andrew Choi <akochoi@i-cable.com>
587
588 * cus-edit.el (custom-button-face): Use 3D look for mac.
589 (custom-button-pressed-face): Likewise.
590
591 * faces.el (set-face-attributes-from-resources): Handle mac frames
592 in the same way as x and w32 frames.
593 (face-valid-attribute-values): Likewise.
594 (read-face-attribute): Likewise.
595 (defined-colors): Likewise.
596 (color-defined-p): Likewise.
597 (color-values): Likewise.
598 (display-grayscale-p): Likewise.
599 (face-set-after-frame-default): Likewise.
600 (mode-line): Same default face as for x and w32.
601 (tool-bar): Likewise.
602
603 * frame.el: Remove call to frame-notice-user-settings at end of
604 the file.
605
606 * info.el (Info-fontify-node): make underlines invisible for mac
607 as for x, pc, and w32 frame types.
608
609 * term/mac-win.el: New file.
610
611 2000-10-22 Dave Love <fx@gnu.org>
612
613 * textmodes/refill.el: New file.
614
615 2000-10-22 Andre Spiegel <spiegel@gnu.org>
616
617 * vc-hooks.el (vc-version-backup-file-name): New optional args
618 MANUAL and REGEXP.
619 (vc-delete-automatic-version-backups, vc-make-version-backup):
620 New functions.
621 (vc-before-save): Use the latter.
622 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
623 confusion.
624
625 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
626 expected by vc[-hooks].el.
627
628 * vc.el (vc-checkout): Added `-p' suffix in call to
629 vc-make-version-backups-p; use vc-make-version-backup to actually
630 make the backup.
631 (vc-version-other-window, vc-version-backup-file): Handle both
632 automatic and manual backups.
633 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
634 of all of them.
635
636 2000-10-22 Miles Bader <miles@gnu.org>
637
638 * comint.el (comint-highlight-input, comint-highlight-prompt):
639 Renamed, `-face' at end removed.
640 (comint-send-input, comint-output-filter): Use renamed faces.
641
642 * window.el (fit-window-to-buffer): Change defaulting of
643 MAX-HEIGHT slightly.
644
645 * faces.el (color-values, color-defined-p): Use `member', not
646 `memq', because it works correctly for strings.
647 (frame-set-background-mode): Actually, "unspecified-fg" and
648 "unspecified-bg" *are* strings. Use `member', not `memq', and
649 `equal', not `eq', when a string value is possible.
650
651 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
652
653 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
654
655 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
656
657 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
658 sh-electric-rparen, sh-electric-less and sh-electric-hash.
659 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
660 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
661 (sh-font-lock-syntactic-keywords): Use them.
662 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
663 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
664 (sh-mode): Don't override font-lock-unfontify-region-function.
665 Use a copy of sh-font-lock-syntactic-keywords.
666 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
667 Don't call sh-scan-buffer since font-lock does it on the fly.
668 (sh-get-indent-info): Use `face' rather than `syntax-table'
669 text-property to detect here-documents.
670 Replace sh-special-syntax with sh-st-punc.
671 (sh-prev-line): Use `face' rather than `syntax-table'
672 text-property to skip over here-documents.
673 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
674 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
675 (sh-electric-less, sh-set-here-doc-region)
676 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
677 (sh-scan-buffer, sh-rescan-buffer): Remove.
678
679 2000-10-21 Andrew Innes <andrewi@gnu.org>
680
681 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
682 remote (ange-ftp) file names.
683
684 2000-10-21 Miles Bader <miles@gnu.org>
685
686 * window.el (fit-window-to-buffer): New function.
687 (shrink-window-if-larger-than-buffer): Use it.
688 (window-text-height): Don't expect minibuffers to have mode-lines.
689
690 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
691 * international/quail.el (quail-update-guidance): Use
692 `fit-window-to-buffer' instead of `set-window-text-height'.
693
694 * international/quail.el (quail-show-guidance-buf): Make sure
695 guidance window really has enough room.
696 (quail-update-guidance): If quail-guidance-win is already shown,
697 make sure its height is OK.
698
699 * window.el (window-text-height, set-window-text-height):
700 New functions.
701 (shrink-window-if-larger-than-buffer): Use `window-text-height'
702 instead of `window-height' & `mode-line-window-height-fudge'.
703 (mode-line-window-height-fudge): Add FACE parameter.
704 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
705 instead of `enlarge-window' & `mode-line-window-height-fudge'.
706
707 2000-10-20 Miles Bader <miles@gnu.org>
708
709 * window.el (height-affecting-face-attributes): Use `defconst'.
710
711 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
712 New function, conditionally aliased to `mode-line-window-height-fudge'.
713 (ispell-help): Use it.
714 (ispell-choices-win-default-height): Don't include mode-line fudge.
715 (ispell-choices-win-default-height): New function.
716 (ispell-show-choices, ispell-command-loop): Use function
717 `ispell-choices-win-default-height' instead of variable.
718
719 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
720
721 * window.el (mode-line-window-height-fudge): New variable.
722 (height-affecting-face-attributes): New variable.
723 (mode-line-window-height-fudge): New function.
724 (shrink-window-if-larger-than-buffer): Use it.
725 * help.el (resize-temp-buffer-window): Likewise.
726
727 * info.el (Info-fontify-node): Add support for @subsubsection
728 titles, which use `Info-title-4-face'.
729 (Info-title-4-face): New face.
730 (Info-title-3-face): Inherit from Info-title-4-face instead of
731 variable-pitch.
732
733 2000-10-19 Jason Rumney <jasonr@gnu.org>
734
735 * dired.el (dired-insert-directory): Do not let errors signalled by
736 attempt to run dired-free-space-program prevent dired from working.
737
738 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
739
740 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
741
742 2000-10-19 Gerd Moellmann <gerd@gnu.org>
743
744 * dirtrack.el (dirtrack): Fix call to run-hooks.
745
746 * cmuscheme.el (cmuscheme-program-name): Renamed from
747 scheme-program-name because xscheme.el contains a defcustom with
748 the same name. As a consequence, customizing group `cmuscheme'
749 loaded `xscheme' which redefined run-scheme.
750 (run-scheme): Use cmuscheme-program-name.
751
752 * ps-print.el (ps-print-emacs-type): Move into the
753 eval-and-compile.
754
755 * play/doctor.el (doctor-death): Update the Samaritans'
756 anonymous address, and add a website for Befrienders International.
757
758 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
759
760 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
761 Avoid compilation gripes. Doc fix.
762 (ps-print-version): New version number (6.2).
763 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
764 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
765 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
766 (ps-x-extent-priority, ps-x-extent-start-position)
767 (ps-x-face-font-instance, ps-x-find-coding-system)
768 (ps-x-font-instance-properties, ps-x-make-color-instance)
769 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
770 avoid compilation gripes without defining functions.
771 (ps-e-find-composition): Alias for function find-composition, to have a
772 suitable function depending on Emacs version.
773 (ps-color-device, ps-color-values, ps-face-foreground-name)
774 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
775 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
776 (ps-print-ensure-fontified): Function definitions surrounded by
777 `eval-and-compile' to avoid compilation gripes.
778 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
779 by symbol-value to avoid compilation gripes.
780 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
781 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
782
783 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
784
785 * startup.el (normal-top-level): Call `frame-set-background-mode'
786 after `frame-notice-user-settings' because the latter doesn't call
787 the former on a tty.
788
789 * faces.el (frame-set-background-mode): `unspecified' &c are
790 symbols, not strings.
791
792 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
793
794 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
795 why some "light*" colors are deliberately absent from the alist.
796
797 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
798 Change colors for tty's, as suggested by Miles Bader.
799
800 2000-10-19 Kenichi Handa <handa@etl.go.jp>
801
802 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
803 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
804 for ISO10646-1 fonts.
805 (x-font-name-charset-alist): Add an entry for "iso10646-1".
806
807 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
808
809 * faces.el (frame-set-background-mode): If a tty frame defines a
810 background color, use that to compute the background mode, instead
811 of always defaulting to "dark".
812
813 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
814
815 * comint.el (comint-write-output): New function.
816 (comint-mode-map): Add it to the menu.
817 Bind `C-c C-s' to comint-write-output.
818
819 2000-10-18 Gerd Moellmann <gerd@gnu.org>
820
821 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
822 Use fancy-splash-delay.
823
824 2000-10-18 Alex Schroeder <alex@gnu.org>
825
826 * progmodes/sql.el (sql-sybase-options): New option.
827 (sql-sybase): Use it. Add sql-database to the list of parameters
828 provided for login. The options -w 2048 -n are not used any more.
829
830 * comint.el (comint-read-input-ring): Bugfix such that the first
831 and the last entry of the input ring file are not lost.
832
833 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
834
835 * ps-print.el: Internal variable changes to defcustom,
836 make-local-hook changes to defvar. Doc fix.
837 (ps-print-version): New version number (6.1).
838 (ps-setup, ps-do-despool): Code fix.
839 (ps-printer-name): Customization fix.
840 (ps-printer-name-option): Now is a defcustom instead of an
841 internal variable.
842 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
843 (ps-print-begin-column-hook): Now are defvar instead of
844 make-local-hook.
845
846 2000-10-18 Miles Bader <miles@gnu.org>
847
848 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
849 (comint-kill-output): Changed into an alias for `comint-delete-output',
850 and made obsolete.
851 (comint-mode-map): Rename references to comint-kill-output.
852
853 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
854
855 * diff-mode.el (diff-header-face, diff-file-header-face)
856 (diff-changed-face): Add bold and italic attributes to tty faces.
857 (diff-function-face): New face.
858 (diff-font-lock-keywords): Use it.
859
860 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
861
862 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
863 Remove commented-out call to force-mode-line-update.
864 (comint-kill-output): Use `forward-line 0' instead of
865 beginning-of-line to make sure we get past the prompt.
866
867 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
868
869 * diff-mode.el (diff-header-face, diff-file-header-face):
870 Add specific setting for dark background.
871 (diff-context-face): Renamed from diff-comment-face.
872 Set explicitly rather than inheriting from font-lock-comment-face.
873
874 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
875
876 * startup.el (command-line): Move the code which sets the default
877 TTY colors to before before-init-hook.
878
879 2000-10-17 Gerd Moellmann <gerd@gnu.org>
880
881 * jit-lock.el (jit-lock-stealth-time): Doc fix.
882
883 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
884
885 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
886 extensions, for MS-DOS.
887
888 * diff-mode.el (diff-header-face, diff-file-header-face)
889 (diff-changed-face): Define tty-specific colors.
890
891 2000-10-17 Gerd Moellmann <gerd@gnu.org>
892
893 * startup.el (fancy-splash-text): Realign the text.
894
895 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
896
897 * font-lock.el (font-lock-comment-face): Define a separate default
898 for dark-background tty's.
899
900 2000-10-17 Miles Bader <miles@gnu.org>
901
902 * help.el (resize-temp-buffer-window): Add hack to avoid last line
903 being obscured by whizzy mode-lines on graphics displays.
904
905 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
906
907 * info.el (Info-title-1-face, Info-title-2-face)
908 (Info-title-3-face): Define colors for tty's.
909 (info-header-node): Remove unneeded tty-specific definition.
910
911 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
912
913 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
914 reverse from the frame parameters, and don't invert foreground and
915 background colors.
916
917 2000-10-16 Miles Bader <miles@gnu.org>
918
919 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
920 string "*Info*". Call propertized-buffer-identification to spruce
921 up the result.
922
923 2000-10-16 Gerd Moellmann <gerd@gnu.org>
924
925 * help.el: Provide `help' for the sake of define-minor-mode
926 which generates defcustoms with requires.
927
928 * jit-lock.el (jit-lock-after-change): If we're in text that
929 matches a multi-line font-lock pattern, make sure the whole text
930 will be redisplayed.
931
932 * emacs-lisp/authors.el (authors-add): Don't add an entry if
933 author's name is unknown.
934
935 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
936 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
937 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
938 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
939 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
940 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
941 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
942 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
943 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
944 Add author information.
945
946 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
947
948 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
949 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
950 full-color version (using the Gimp) to eliminate dithering artifacts.
951
952 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
953
954 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
955
956 * simple.el (syntax-flag-table, string-to-syntax): Remove.
957
958 2000-10-15 Dave Love <fx@gnu.org>
959
960 * progmodes/sh-script.el: Require skeleton and comint when
961 compiling.
962
963 * pcomplete.el (pcomplete) <defgroup>: Add :version.
964
965 * whitespace.el: Doc fixes.
966 (top-level): Don't add hooks here.
967 (whitespace-running-emacs): Deleted.
968 (timer): Don't require.
969 (whitespace): Add back :version conditional on xemacs test.
970 (whitespace-spacetab-regexp, whitespace-indent-regexp)
971 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
972 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
973 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
974 Avoid specific xemacs test.
975 (whitespace-global-mode): New option.
976 (whitespace-global-mode): New command.
977 (whitespace-unload-hook): New function.
978
979 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
980 (Info-fontify-node, Info-goto-node, Info-mode-menu)
981 (Info-fontify-node): `Goto' goes to `Go to'.
982 (Info-fontify-node): Add help-echo to xref links.
983
984 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
985
986 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
987
988 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
989
990 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
991 Use plist-get and allow :inherit.
992
993 * emacs-lisp/cl-macs.el (cl-do-arglist):
994 Use plist-get and plist-member instead of memq.
995
996 * emacs-lisp/ewoc.el (ewoc-location): New function.
997 (ewoc-enter-after, ewoc-enter-before): Document return value.
998 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
999 Don't need make-local-hook any more.
1000 (cvs-addto-collection): Return the new tin.
1001 (cvs-mode-insert): Jump to the new line.
1002
1003 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1004
1005 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1006
1007 * font-lock.el (font-lock-syntactically-fontified): New var.
1008 (font-lock-fontify-syntactic-keywords-region): Use it.
1009 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1010
1011 * diff-mode.el (diff-find-file-name): Fix regexp.
1012
1013 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1014 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1015
1016 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1017 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1018 (sh-mode): Don't make all vars local here.
1019 (sh-kw): Reformat.
1020 (sh-set-shell): Use dolist. Don't set indent-region-function.
1021 (sh-mode-syntax-table): Use pop.
1022 (sh-remember-variable): Use push.
1023 (sh-help-string-for-variable): Use memq.
1024 (sh-safe-backward-sexp): Remove.
1025 (sh-safe-forward-sexp): Add ARG.
1026 (sh-get-indent-info, sh-prev-stmt): Use it.
1027 (sh-prev-line): Simplify by using forward-comment.
1028 (sh-this-is-a-continuation): Simplify.
1029 (sh-learn-buffer-indent): Use dolist.
1030 (sh-do-nothing): Remove.
1031 (sh-set-char-syntax, sh-set-here-doc-region):
1032 Use inhibit-modification-hooks.
1033 (sh-name-style): Use mapcar and push.
1034 (sh-load-style): Use dolist.
1035 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1036 (sh-case, sh-while-getopts): Use propertize directly rather
1037 than sh-electric-rparen.
1038
1039 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1040
1041 * textmodes/tex-mode.el: Require CL when compiling.
1042 (tex-mode-syntax-table): Init immediately.
1043 (tex-mode-map): Bind M-RET to latex-insert-item.
1044 (latex-mode): Set indent-line-function to latex-indent.
1045 (tex-common-initialization): Don't setup the syntax-table any more.
1046 (latex-insert-item): New skeleton.
1047 (tex-next-unmatched-end): Fix copy/paste braino.
1048 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
1049 (latex-indent, latex-find-indent): New functions.
1050 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
1051 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1052 (tex-compilation-parse-errors): Use with-syntax-table.
1053
1054 2000-10-15 Miles Bader <miles@gnu.org>
1055
1056 * font-lock.el (font-lock-comment-face): Change dark-background,
1057 color, non-tty, default to `chocolate1'.
1058
1059 2000-10-13 John Wiegley <johnw@gnu.org>
1060
1061 * eshell/esh-util.el (require): Added a missing `require' form,
1062 needed when compiling (for an ange-ftp macro definition).
1063
1064 2000-10-13 Dave Love <fx@gnu.org>
1065
1066 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1067
1068 2000-10-13 Gerd Moellmann <gerd@gnu.org>
1069
1070 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1071 fix.
1072
1073 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
1074 transparent -colors 8).
1075
1076 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1077
1078 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1079 that breaks with old list format timestamps.
1080 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1081 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1082 strings.
1083
1084 2000-10-13 John Wiegley <johnw@gnu.org>
1085
1086 * align.el, pcomplete.el, calendar/timeclock.el,
1087 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1088
1089 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
1090 faulty math, where holiday hours were being computing as seconds.
1091
1092 2000-10-13 John Wiegley <johnw@gnu.org>
1093
1094 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1095 specifying what "other" kinds of buffers should be saved. This
1096 used to be hard-coded.
1097 (desktop-buffer-misc-functions): A global for specifying how
1098 auxiliary data should be determined for special buffer types.
1099 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1100 instead of hard-coding the special buffer types.
1101 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1102 auxiliary data, instead of hard-coding for Info buffers and dired.
1103 (desktop-buffer-info-misc-data): Aux function for determining Info
1104 buffer auxiliary info.
1105 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1106 (desktop-buffer-info): Changed this function to use the info
1107 gathered above.
1108 (desktop-create-buffer): Be a little more careful about what
1109 `minor-mode' means before calling it. This is important for some
1110 buffer types.
1111
1112 2000-10-13 John Wiegley <johnw@gnu.org>
1113
1114 * eshell/esh-util.el: Added a global form which declares an
1115 autoload for `parse-time-string', if that function is not already
1116 defined, and if parse-time.el is available on the user's system.
1117
1118 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1119 to be aware of ange-ftp user info.
1120 (eshell-do-ls): Bind `ange-cache'. Also, use
1121 `eshell-file-attributes'.
1122 (eshell-ls-annotate): Use `eshell-file-attributes'.
1123 (eshell-ls-file): Made the user-id printing code a bit smarter.
1124
1125 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1126 allow identification of alias user ids in remote directories.
1127 It's manual, but there's no other way to know when the current
1128 user on the local machine, is also the owning user on the remote
1129 machine.
1130 (fboundp): Bind `ange-cache'.
1131 (eshell-directory-files-and-attributes): Re-organized the logic a
1132 bit to use `eshell-file-attributes' instead of `file-attributes'.
1133 The former is more sensitive to directories that are read via FTP,
1134 and knows how to use ange-ftp to determine full attribute
1135 information, instead of just the name and last modtime.
1136 (eshell-current-ange-uids): Return the current user id when in a
1137 remote directory.
1138 (eshell-parse-ange-ls): Parse a full directory listing that has
1139 been returned by ange-ftp.
1140 (eshell-file-attributes): This beefed up version of
1141 `file-attributes' is only special if the user is currently in a
1142 remote directory, in which case it does a lot of work to find out
1143 what the real attributes of a file are, as they appear on the
1144 remote machine. This makes usage of remote directories (i.e.,
1145 ange-ftp pathnames) much more useful. You can now use Eshell as a
1146 full-fledged FTP client, with much more manipulation ability than
1147 most other clients.
1148
1149 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1150 variable, which means that Eshell's du should always be preferred
1151 in remote directories.
1152 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1153 just `file-attributes'.
1154 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1155 when reading remote directories. This is an Eshell-specific
1156 variable (not part of ange-ftp).
1157 (eshell/ln): Bind `ange-cache'.
1158 (eshell/du): Added some extra logic for determining when to use
1159 Eshell's du (which is slow), and when to use the external version
1160 (which may or may not exist).
1161
1162 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1163 `eshell-interactive-process', rather than using
1164 `get-buffer-process', since backgrounded processes don't count in
1165 the context of this function's logic.
1166
1167 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1168 `forward-char', so that null strings are parsed correctly.
1169
1170 2000-09-13 John Wiegley <johnw@gnu.org>
1171
1172 * eshell/em-pred.el (eshell-pred-file-type,
1173 eshell-pred-file-links, eshell-pred-file-size): Use
1174 `eshell-file-attributes'. This is more correct over ange-ftp.
1175
1176 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1177 that remote file globbing is more efficient.
1178
1179 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1180 gathering the files and attributes within a directory.
1181
1182 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1183 the command line is a special file (not a regular file, directory
1184 or symlink), always attempt to call the external version of cat.
1185
1186 2000-09-13 John Wiegley <johnw@gnu.org>
1187
1188 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1189 Eshell-friendly version of find-tag.
1190
1191 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1192
1193 * image-file.el (image-file-name-extensions)
1194 (image-file-name-regexps): Add autoload cookies.
1195
1196 2000-10-13 Kenichi Handa <handa@etl.go.jp>
1197
1198 * international/mule-cmds.el (select-safe-coding-system): If FROM
1199 is string, show it in *Warning* buffer.
1200
1201 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1202
1203 * startup.el (normal-top-level): Use display-popup-menus-p instead
1204 of window-system.
1205 (command-line): Use display-graphic-p instead of window-system.
1206 (command-line-1): Use display-popup-menus-p and display-mouse-p
1207 instead of window-system.
1208
1209 2000-10-12 Sam Steingold <sds@gnu.org>
1210
1211 * tooltip.el (tooltip-use-echo-area): New user variable.
1212 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1213
1214 2000-10-12 Dave Love <fx@gnu.org>
1215
1216 * recentf.el: Maintainer's checkdoc fixes.
1217
1218 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1219 character class, not ASCII when matching file names.
1220 (fancy-splash-head): Add trailing slash to URL.
1221 (command-line): Don't require XPM support for toolbar.
1222
1223 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1224 (cperl-invalid-face): Revert last change.
1225 (cperl-init-faces): Quote cperl-invalid-face.
1226
1227 2000-10-12 Kenichi Handa <handa@etl.go.jp>
1228
1229 * startup.el (fancy-splash-text): Remove superfluous quote.
1230
1231 2000-10-12 Gerd Moellmann <gerd@gnu.org>
1232
1233 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1234 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1235 (command-line-1): Don't use fancy-splash-pending-command.
1236 (fancy-splash-screens-1): Goto point-min after inserting text.
1237
1238 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1239
1240 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1241 instead of shared-lisp-mode-map.
1242
1243 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1244
1245 * faces.el (header-line): Change tty-variant to use underlining.
1246
1247 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1248 (isearch-highlight): Restore lazy-isearch face properties at old
1249 position, and suppress them at new position.
1250 (isearch-dehighlight): Restore lazy-isearch face properties.
1251 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1252 over the real isearch overlay, but in that case, don't give it a
1253 face property. Use `push'.
1254
1255 2000-10-12 Kenichi Handa <handa@etl.go.jp>
1256
1257 * man.el (Man-getpage-in-background): Fix previous change.
1258 Decode the process output only when we are in multibyte mode.
1259
1260 2000-10-11 Dave Love <fx@gnu.org>
1261
1262 * info.el (Info-mode-menu): Fix some help.
1263 (info-tool-bar-map): Add entry for Info-last.
1264
1265 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1266 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1267 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1268 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1269 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1270 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1271 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1272 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1273 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1274 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1275 Reduce colour requirements to 25 overall. (Probably wants
1276 revisiting from the originals to reduce further.)
1277
1278 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1279
1280 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1281 buffer-file-coding-system, instead of raw-text.
1282 (dehexlify-buffer): Bind coding-system-for-read to
1283 buffer-file-coding-system, instead of raw-text.
1284
1285 2000-10-11 Sam Steingold <sds@gnu.org>
1286
1287 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1288 `underline' - fixes the bug introduced on 2000-09-21.
1289
1290 2000-10-11 Dave Love <fx@gnu.org>
1291
1292 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1293 compiler warnings.
1294 (scheme-mode): Doc fix.
1295 (scheme-font-lock-keywords-1): Match `define-syntax'.
1296
1297 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
1298
1299 * faces.el (frame-set-background-mode): Pay attention to saved
1300 face specs as well as default ones. Only do anything if the
1301 bg-mode or display-type has actually changed. Use `dolist'.
1302 (region): Make dark-background `region' face less in-your-face.
1303
1304 2000-10-10 Sam Steingold <sds@gnu.org>
1305
1306 * chistory.el, ielm.el, ledit.el:
1307 * progmodes/inf-lisp.el, progmodes/scheme.el:
1308 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1309
1310 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1311
1312 * textmodes/texinfo.el: Update copyright and fix typo.
1313
1314 * desktop.el (desktop-modes-not-to-save): New var.
1315 (desktop-save-buffer-p): Use it.
1316 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1317 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1318
1319 2000-10-10 Dave Love <fx@gnu.org>
1320
1321 * toolbar/tool-bar.el (tool-bar-add-item)
1322 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1323 display.
1324
1325 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1326 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1327 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1328 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1329 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1330 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1331 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1332 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1333 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1334 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1335 the .xpms; probably need retouching.
1336
1337 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1338
1339 * subr.el (add-to-list): Add optional argument APPEND.
1340 * battery.el (display-battery): Use `add-to-list'.
1341
1342 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1343
1344 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1345 these vars as symbol properties.
1346 (zone, zone-when-idle, zone-leave-me-alone)
1347 (zone-pgm-whack-chars): Use new symbol properties.
1348
1349 * battery.el (display-battery): Doc spelling fix.
1350
1351 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1352 property.
1353
1354 2000-10-09 Dave Love <fx@gnu.org>
1355
1356 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1357 has been initialized before calling tool-bar-setup.
1358 (tool-bar-add-item-from-menu): Add autoload cookie.
1359
1360 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1361
1362 * menu-bar.el (send-mail-item-name): New function.
1363 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1364 of mail-user-agent in the menu. Don't display the "Send Mail"
1365 item if mail-user-agent is nil or its value is ignore.
1366 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1367 if read-mail-command is nil or its value is ignore.
1368
1369 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1370
1371 2000-10-09 Miles Bader <miles@gnu.org>
1372
1373 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1374 Correct image size.
1375 * toolbar/left_arrow.xpm: Correct image size.
1376
1377 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1378 will be done by the definition of `auto-compression-mode' if
1379 necessary. Move code to uninstall existing file-name handler
1380 before definition of `auto-compression-mode'.
1381
1382 * image-file.el (auto-image-file-mode): Move to the end of the
1383 file, because `define-minor-mode' actually calls the mode-function
1384 if the associated variable is non-nil, which requires that all
1385 needed functions be already defined.
1386
1387 * mouse.el (popup-menu): Balance parens.
1388
1389 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1390
1391 * mouse.el (popup-menu): Move the command call outside the loop
1392 so that popup-menu returns whatever the command returns.
1393
1394 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1395 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1396 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1397 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1398
1399 * vc.el (vc-version-diff): diff-switches can be a list.
1400 Use relative filenames for prettier output.
1401
1402 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
1403 (vc-post-command-functions): Remove old-VC compatibility code.
1404
1405 * newcomment.el (comment-indent-default): Autoload.
1406
1407 * font-lock.el (font-lock-defaults): Make buffer-local.
1408 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1409 (font-lock-choose-keywords):
1410 Ignore LEVEL unless KEYWORDS is a list of syms.
1411 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1412 Don't wrap regexp-opt things in \(...\) unnecessarily.
1413
1414 * jit-lock.el: Don't require font-lock any more.
1415 (jit-lock-functions): Make buffer-local.
1416 (jit-lock-saved-fontify-buffer-function): Remove.
1417 (jit-lock-mode): Remove autoload cookie.
1418 Remove font-lock specific code.
1419 (jit-lock-unregister): Don't bother handling complex hooks any more.
1420 (jit-lock-refontify): New function.
1421 (jit-lock-fontify-buffer): Use it.
1422 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1423 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1424 Add optional args START and END.
1425 Never call font-lock-fontify-region directly.
1426 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1427
1428 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1429
1430 2000-10-08 Dave Love <fx@gnu.org>
1431
1432 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1433
1434 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1435
1436 * play/studly.el (studlify-region, studlify-word): Add autoload
1437 cookie.
1438
1439 * play/morse.el (morse-region, unmorse-region): Add autoload
1440 cookie.
1441
1442 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1443 concat.
1444
1445 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1446 insist on symbols starting with word syntax.
1447 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1448 (eval-defun-1): Doc fix.
1449 (indent-sexp): Use nconc to build up indent-stack.
1450
1451 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1452 Gnus with little use.
1453 (mail-setup-hook): Add mail-abbrevs-setup to options.
1454
1455 * recentf.el: Doc fixes.
1456
1457 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1458 Clean up remainder.
1459
1460 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
1461 without timezone and (8) with timezone to enforce some whitespace.
1462 Simplify code somewhat.
1463
1464 * options.el (list-options): Doc that you should use customize.
1465
1466 * iswitchb.el (iswitchb-mode): Add :require.
1467
1468 * info.el (Info-goto-node, Info-menu): Doc fix.
1469 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1470 (info-tool-bar-map): New variable.
1471 (Info-mode): Use it.
1472 (Info-edit-map): Define all in defvar.
1473 (speedbar-attached-frame): Avoid compiler warning.
1474
1475 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1476 (global-map): Bind [tool-bar] to a filtered map.
1477 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
1478 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1479 Allow PBM icons.
1480 (tool-bar-setup): Adjust calls of tool-bar-add-item.
1481
1482 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1483 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1484 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
1485 icons, except up_arrow, which is left-arrow rotated.
1486
1487 * imenu.el (imenu-add-to-menubar): Fix last change.
1488
1489 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
1490
1491 * generic-x.el (rul-generic-mode): Remove eval-when-compile
1492 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
1493
1494 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1495
1496 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1497 typos in doc strings.
1498
1499 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1500 the doc strings how to customize Font Lock faces.
1501
1502 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1503 computing growth when dragging the header line.
1504
1505 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1506
1507 * simple.el (kill-line): Doc fix.
1508
1509 2000-10-08 Miles Bader <miles@gnu.org>
1510
1511 * faces.el (secondary-selection): Make foreground visible on tty.
1512
1513 * jka-compr.el (auto-compression-mode): Move to the end of the
1514 file, because `define-minor-mode' actually calls the mode-function
1515 if the associated variable is non-nil, which requires that all
1516 needed functions be already defined.
1517 (with-auto-compression-mode): Add autoload cookie.
1518
1519 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1520
1521 * files.el (find-backup-file-name) [ms-dos]: If support for long
1522 file names is not available, behave as if version-control were set
1523 to never.
1524
1525 2000-10-07 Dave Love <fx@gnu.org>
1526
1527 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1528 (browse-url-gnome-moz): New function.
1529 (browse-url-browser-function): Use it.
1530 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1531
1532 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
1533
1534 * indent.el (tab-always-indent): New var.
1535 (indent-for-tab-command): Use it.
1536
1537 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
1538 raise an error. This way it can still default to a sane value.
1539
1540 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1541
1542 * startup.el (fancy-splash-screens): Use local rather than global map.
1543 Don't use `update-menu-bindings' any more.
1544 Get rid of assumptions about keymap representation.
1545
1546 2000-10-06 Dave Love <fx@gnu.org>
1547
1548 * textmodes/fill.el (sentence-end-double-space)
1549 (sentence-end-without-period): Doc fix.
1550 (adaptive-fill-regexp): Purecopy.
1551 (unjustify-current-line): Use line-end-position.
1552 (fill-individual-paragraphs-prefix): Use line-beginning-position.
1553
1554 * net/eudc-vars.el (eudc): Add :version, :link.
1555
1556 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
1557
1558 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1559 Fix for define-minor-mode.
1560 (function-at-point): Alias to function-called-at-point.
1561
1562 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1563
1564 * simple.el (backward-word): Doc fix.
1565
1566 * image-file.el (image-file-name-regexp): image-file-regexps ->
1567 image-file-name-regexps.
1568 (image-file-name-extensions): Add pbm.
1569
1570 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1571
1572 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1573 and add filename to the names so that diff-mode can jump to source.
1574
1575 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
1576 (tex-font-lock-keywords, tex-font-lock-keywords-2)
1577 (tex-font-lock-keywords-1): Remove.
1578 (font-lock-turn-on-thing-lock): Use jit-lock-register.
1579 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
1580 (font-lock-default-fontify-region):
1581 Expand beg..end correctly when just following a multiline region.
1582 (font-lock-fontify-anchored-keywords):
1583 Include the anchor text as part of the multiline.
1584
1585 2000-10-06 Gerd Moellmann <gerd@gnu.org>
1586
1587 * loadup.el (toplevel): Load `loaddefs' before `help' because the
1588 latter needs the autoloaded define-minor-mode macro during the
1589 bootstrap.
1590
1591 * startup.el (command-line): For now, activate tool-bar-mode only
1592 if XPM images are supported.
1593
1594 * mouse.el (mouse-drag-header-line): Don't allow resizing a
1595 window by dragging a header-line at the top of the frame; that's
1596 confusing because the header-line doesn't move.
1597 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1598 of treating the event as a list. Some cleanup.
1599
1600 2000-10-06 Miles Bader <miles@gnu.org>
1601
1602 * simple.el (display-message-or-buffer): New function.
1603 (shell-command-on-region): Use `display-message-or-buffer'.
1604
1605 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1606 docstring parts.
1607
1608 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
1609 (smbclient-prompt-regexp): Add usage note to doc string.
1610 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1611 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1612 Use add-hook for adding the comint filter function, and only do so
1613 if it's not already in the global hook list.
1614 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1615 to `make-local-variable'.
1616 (nslookup-font-lock-keywords): Remove prompt entry.
1617 (nslookup): Don't set the process-filter.
1618 (finger): Exit the loop correctly when the regexps list runs out.
1619 (ftp, smbclient, smbclient-list-shares):
1620 Set the real major mode immediately, not after execing.
1621 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1622
1623 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1624
1625 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
1626
1627 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1628
1629 * which-func.el (which-func-format): Remove spurious space.
1630 (which-func-mode): Don't make it permanent-local.
1631 (which-func-ff-hook): Allow which-func-maxout to be nil.
1632 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
1633 (which-func-mode): Simplify.
1634 Use post-command-idle-hook rather than post-command-hook.
1635 Go through all buffers and update their state.
1636 (which-function): Also try add-log-current-defun-function.
1637
1638 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1639 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1640 Update call to with-vc-properties accordingly.
1641 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1642 (vc-revert-buffer): More careful about window selection and deletion.
1643 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1644
1645 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1646 (cvs-retrieve-revision): Reuse a pre-existing buffer.
1647 (cvs-dired-action): Change the default to quickdir.
1648
1649 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1650 if comment-indent-function returns nil.
1651 (comment-indent-default): New function.
1652 (comment-indent-function): Use it and document the new semantics.
1653
1654 * image-file.el: Docstring fixes.
1655
1656 * help.el (help-xref-on-pp): Use match-string.
1657 (describe-variable): New arg BUFFER.
1658 Store the current buffer in the help-xref-stack.
1659 (temp-buffer-resize-mode): Use define-minor-mode.
1660
1661 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1662 consistently with its docstring.
1663 Set jit-lock-first-unfontify-pos in an idempotent way.
1664 (jit-lock-register): Autoload and add arg CONTEXTUAL.
1665
1666 2000-10-05 Alex Schroeder <alex@gnu.org>
1667
1668 * sql.el (sql-mysql-options): New variable.
1669 (sql-mysql): Use it.
1670
1671 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
1672
1673 * image.el (image): New group.
1674
1675 * smerge-mode.el (smerge-mine-face, smerge-other-face)
1676 (smerge-base-face, smerge-markers-face): Add dark-background variants.
1677
1678 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1679
1680 * net/net-utils.el (nslookup-font-lock-keywords)
1681 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
1682 Ignore the value of wqindow-system; always define keywords
1683
1684 2000-10-05 Kenichi Handa <handa@etl.go.jp>
1685
1686 * startup.el (fancy-splash-screens): Remove the code for
1687 debugging; `(trace-to-stderr "EXITTT\n")'.
1688
1689 2000-10-05 Miles Bader <miles@gnu.org>
1690
1691 * diff-mode.el (diff-goto-source): Update call to
1692 `diff-hunk-status-msg' to reflect new REV variable.
1693
1694 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
1695
1696 * progmodes/icon.el (icon-mode):
1697 Don't gratuitously override the default for comment-column.
1698
1699 * vc-hooks.el (vc-mode-line): Fix interactive spec.
1700
1701 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1702 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1703 (jit-lock-functions): New var.
1704 (jit-lock-function-1): Use it if non-nil.
1705 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
1706 Set the `fontified' property before doing the fontification to avoid
1707 repeatedly going through the same error.
1708 Don't turn errors into messages.
1709 (jit-lock-register, jit-lock-unregister): New functions.
1710
1711 * dired.el (dired-mark-pop-up): Turn comment into docstring.
1712 Use with-current-buffer.
1713
1714 * dired-aux.el (dired-do-create-files, dired-kill-tree):
1715 Turn comment into docstring.
1716
1717 * apropos.el (apropos-mode): Use define-derived-mode.
1718
1719 2000-10-04 Gerd Moellmann <gerd@gnu.org>
1720
1721 * startup.el (fancy-splash-pending-command): New variable.
1722 (fancy-splash-pre-command): New function.
1723 (fancy-splash-screens): Rewritten.
1724 (command-line-1): If fancy-splash-pending-command is set, call it
1725 interactively.
1726
1727 2000-10-04 Dave Love <fx@gnu.org>
1728
1729 * toolbar/tool-bar.el (tool-bar-setup): New function.
1730 (tool-bar-mode): Use it.
1731
1732 * subr.el (substitute-key-definition): Doc fix.
1733 (play-sound-file): New command.
1734
1735 2000-10-04 Andre Spiegel <spiegel@gnu.org>
1736
1737 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
1738 vc-version-backup-file-name): New functions.
1739
1740 * files.el (basic-save-buffer): Call vc-before-save before saving.
1741
1742 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
1743 vc-cvs-stay-local-p.
1744
1745 * vc.el (vc-revert-buffer): Handle empty diff properly.
1746 (vc-version-backup-file): New function.
1747 (vc-checkout): Create a version backup if necessary.
1748 (vc-checkin): If a version backup file exists, delete it.
1749 (vc-version-diff): Diff locally using version backups, if available.
1750 (vc-revert-file): If there's a version backup, revert locally.
1751 (vc-transfer-file): Use version backup for base version, if
1752 available. If not, ask for confirmation whether to get it from the
1753 server. Update mode line before check-in.
1754
1755 2000-10-04 Dave Love <fx@gnu.org>
1756
1757 * toolbar/tool-bar.el (tool-bar-setup): New function.
1758 (tool-bar-mode): Use it.
1759
1760 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1761
1762 * net/net-utils.el (nslookup-font-lock-keywords)
1763 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
1764 Only set if window-system is non-nil
1765 (net-utils-run-program): Returns buffer.
1766 (network-connection-reconnect): Added this function.
1767
1768 * generic.el:
1769 Incorporates extensive cleanup and docfixes by
1770 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1771 Uses cl compile-time macros.
1772 (generic-mode-name, generic-comment-list)
1773 (generic-keywords-list, generic-font-lock-expressions)
1774 (generic-mode-function-list, generic-mode-syntax-table):
1775 Removed variables.
1776 (generic-mode-alist): Renamed to generic-mode-list.
1777 (generic-find-file-regexp): Default changed to "^#".
1778 (generic-read-type): Uses completing read on generic-mode-list.
1779 (generic-mode-sanity-check): removed this function.
1780 (generic-add-to-auto-mode): Removed this function
1781 (generic-mode-internal): Bind mode-specific definitions
1782 into function instead of putting them in alist.
1783 (generic-mode-set-comments): Reworked extensively.
1784 (generic-mode-find-file-hook): Simplified regexp searching
1785 (generic-make-keywords-list): Omit extra pair of parens
1786
1787 * find-lisp.el (find-lisp-find-files-internal):
1788 Make sure directory name ends with "/".
1789
1790 * generic-x.el (apache-conf-generic-mode):
1791 Regexp now allows leading whitespace.
1792 (rc-generic-mode): Added eval-when-compile
1793 around generic-make-keywords-list.
1794 Deleted duplicate regexp
1795 (rul-generic-mode): Added eval-when-compile
1796 around generic-make-keywords-list.
1797 (etc-fstab-generic-mode): New generic mode.
1798 (rul-generic-mode): Removed one eval-when-compile
1799 which caused a max-specpdl-size exceeded error.
1800
1801 2000-10-04 Miles Bader <miles@gnu.org>
1802
1803 * simple.el (minibuffer-temporary-goal-position): New variable.
1804 (next-history-element): Try to keep the position of point in the
1805 input string constant.
1806
1807 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1808 (dired-do-create-files): If there's only one file, pass it in as
1809 the DEFAULT arg to dired-mark-read-file-name.
1810
1811 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
1812
1813 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1814 (diff-goto-source): Be smarter when choosing REVERSE or not.
1815
1816 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1817 (texinfo-mode-menu): Add an explicit shortcut for update all.
1818
1819 2000-10-03 Andre Spiegel <spiegel@gnu.org>
1820
1821 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
1822 factorize backend-specific code cleanly (this was essentially
1823 conceived by Stefan Monnier).
1824 (vc-unregister): Function removed.
1825 (vc-revert-file): New function.
1826 (vc-revert-buffer): Delegate some of the work to it.
1827
1828 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1829 default branch unconditionally.
1830 (vc-rcs-set-default-branch): New function.
1831 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1832 (vc-rcs-checkin): If an appropriate default branch has been set,
1833 force creation of that branch.
1834 (vc-rcs-receive-file): Rewritten to contain only backend-specific
1835 code (as suggested by Stefan Monnier).
1836
1837 2000-10-02 Gerd Moellmann <gerd@gnu.org>
1838
1839 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1840 highlighting overlay with a different face over the overlay
1841 isearch uses to highlight the current match because that can lead
1842 to bad face combinations.
1843
1844 * loadup.el (toplevel): Load faces before isearch.
1845
1846 * isearch.el (isearch-faces): New custom group.
1847 (isearch): New defface; was already tested for in the code.
1848 (isearch-lazy-highlight-face): Changed to defface from defcustom.
1849 (isearch-highlight): Always use face `isearch'.
1850
1851 2000-10-02 Dave Love <fx@gnu.org>
1852
1853 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1854 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
1855 comparison of opcode with operand.
1856
1857 2000-10-03 Miles Bader <miles@gnu.org>
1858
1859 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1860 buffer, since the echo area will now grow to accommodate them.
1861
1862 2000-10-02 Andre Spiegel <spiegel@gnu.org>
1863
1864 * vc-hooks.el (vc-registered): If FILE used to be registered under
1865 a certain backend, try that one first.
1866
1867 * vc.el (vc-responsible-backend): Undo the previous change in the
1868 argument list. Handle multiple backends correctly.
1869 (vc-find-new-backend): Function removed.
1870 (vc-register): Use vc-responsible-backend, as before.
1871 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1872
1873 2000-10-02 Gerd Moellmann <gerd@gnu.org>
1874
1875 * startup.el (fancy-splash-head): Change message below the
1876 logo.
1877
1878 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
1879
1880 * diff-mode.el (diff-goto-source): Emit a status message.
1881 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
1882 (diff-test-hunk): Fix doc string.
1883 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1884 (diff-advance-after-apply-hunk): New variable.
1885 (diff-apply-hunk): Don't return a value.
1886
1887 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
1888
1889 * vc.el (vc-editable-p): Minor optimization.
1890 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1891 (vc-find-new-backend): New function split from vc-responsible-backend.
1892 (vc-register): Use it.
1893 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1894 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1895 (vc-default-unregister, vc-revert-buffer): Docstring fix.
1896 (vc-clear-headers): Don't use find-file.
1897 (vc-revert-buffer): Use `and' again (must have been a braino).
1898 (vc-switch-backend): Only prompt if requested.
1899 Short circuit if nothing is to be done.
1900 Don't use vc-resynch-buffer which could lose unsaved editing.
1901 (vc-default-receive-file): Update call to vc-unregister.
1902 (with-vc-file, vc-next-action-on-file):
1903 Use vc-backend rather than vc-registered.
1904 (vc-next-action-on-file): Use intern-soft.
1905 Deal with read-only *vc-diff* buffer.
1906 (vc-transfer-file): Docstring fix.
1907
1908 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1909 (vc-rcs-receive-file): Avoid with-vc-properties.
1910 Update call to vc-unregister.
1911 Use constant `RCS' rather than (dynamically bound) var `backend'.
1912
1913 2000-10-01 Andre Spiegel <spiegel@gnu.org>
1914
1915 * vc.el (vc-next-action-on-file): Update mode line only if file
1916 is visited.
1917 (vc-start-entry): New argument initial-contents. Don't visit the file
1918 if it isn't already visited. Brought documentation up-to-date.
1919 (vc-next-action, vc-register): Updated calls to vc-start-entry.
1920 (vc-checkin): New optional arg initial-contents, which is passed to
1921 vc-start-entry.
1922 (vc-finish-logentry): Make sure to bury log buffer only if there
1923 really is one. Call `vc-resynch-buffer' on log-file, not
1924 buffer-file-name.
1925 (vc-default-comment-history, vc-default-wash-log): New functions.
1926 (vc-index-of): Removed.
1927 (vc-transfer-file): Make do without the above.
1928 (vc-default-receive-file): Call comment-history unconditionally. Pass
1929 the resulting string to vc-checkin, instead of inserting it into the
1930 comment ring.
1931
1932 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1933 unconditionally. Use the comments as initial contents of the log
1934 entry buffer. Document the trick to force branch creation with no
1935 changes.
1936
1937 2000-10-01 Miles Bader <miles@gnu.org>
1938
1939 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1940 `recenter' with an arg to prevent redrawing the display.
1941
1942 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
1943
1944 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1945
1946 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1947
1948 * progmodes/c-mode.el (c-mode):
1949 Don't gratuitously override the default for comment-column.
1950
1951 * textmodes/tex-mode.el (latex-metasection-list): New var.
1952 (latex-imenu-create-index): Use it.
1953 Move the regexp construction outside loops (and use push).
1954 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
1955 (tex-font-lock-keywords): Moved from font-lock.el.
1956 (tex-comment-indent): Remove.
1957 (tex-common-initialization): Don't set comment-indent-function.
1958 (latex-block-default): New var.
1959 (tex-latex-block): Use it to provide a default choice.
1960 Add any unknown choice to latex-block-names.
1961 Insert [...] after {...}.
1962 (tex-last-unended-begin): Simplify regexp.
1963 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1964 (latex-forward-sexp-1, latex-forward-sexp): New functions.
1965 (latex-mode): Set forward-sexp-function.
1966
1967 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1968 Add regexp for @ignore ... @end ignore.
1969 (texinfo-heading-face): New face.
1970 (texinfo-font-lock-keywords): Use it.
1971 (texinfo-mode-menu): New menu.
1972 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1973 New functions.
1974 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
1975 (texinfo-section-types-regexp, texinfo-section-level-regexp)
1976 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1977 Remove declaration.
1978 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1979
1980 * delsel.el (delete-selection-mode): Use define-minor-mode.
1981
1982 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1983
1984 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1985
1986 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1987
1988 2000-09-30 Gerd Moellmann <gerd@gnu.org>
1989
1990 * replace.el (keep-lines-read-args): New function.
1991 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1992 read arguments interactively. Add parameters RSTART and REND.
1993 Operate on the active region in Transient Mark mode.
1994
1995 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1996
1997 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1998 (authors-obsolete-files-regexps): New variable.
1999 (authors-add): Don't record changes in obsolete files.
2000
2001 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2002
2003 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2004
2005 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2006 (comment-indent): Make sure there's a space between code and comment.
2007 Shift comments left to avoid going past fill-column.
2008
2009 2000-09-29 Gerd Moellmann <gerd@gnu.org>
2010
2011 * startup.el (startup-echo-area-message): New function.
2012 (display-startup-echo-area-message): Use it.
2013 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2014 (fancy-splash-default-action): New function.
2015 (fancy-splash-screens-1): New function.
2016 (fancy-splash-head): Put a help-echo and a keymap under the image.
2017
2018 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2019
2020 * diff-mode.el (diff-add-log-file-name): Remove.
2021 (diff-mode): Use add-log-buffer-file-name-function.
2022
2023 * add-log.el (find-change-log): New arg BUFFER-FILE.
2024 (add-log-file-name): Obey add-log-file-name-function.
2025 (add-log-buffer-file-name-function): New var.
2026 (add-change-log-entry): Use it.
2027
2028 2000-09-29 Miles Bader <miles@gnu.org>
2029
2030 * image-file.el (image-file-name-extensions): New variable.
2031 (image-file-name-regexps): Renamed from `image-file-regexps'.
2032 New default value is nil. Call `auto-image-file-mode'.
2033 (image-file-name-regexp): New function.
2034 (auto-image-file-mode): New minor mode.
2035 (insert-image-file): Don't make conditional on the image-file
2036 handler being enabled.
2037 (image-file-handler): Make the call here conditional instead.
2038 (set-image-file-handler-enabled, enable-image-file-handler)
2039 (disable-image-file-handler): Functions removed.
2040
2041 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2042 string.
2043
2044 2000-09-29 Gerd Moellmann <gerd@gnu.org>
2045
2046 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2047 it's a function from CL.
2048 (latex-imenu-create-index): Replace eval-when-compile with progn
2049 because latex-section-alist is not bound while compiling.
2050
2051 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2052
2053 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2054 (outline-mode): Use define-derived-mode.
2055
2056 * progmodes/perl-mode.el (perl-mode):
2057 * progmodes/awk-mode.el (awk-mode):
2058 * progmodes/asm-mode.el (asm-mode):
2059 Don't gratuitously override the default for comment-column.
2060
2061 * emacs-lisp/lisp.el (lisp-complete-symbol):
2062 Distinguish the let-binding case from the funcall case.
2063 (forward-sexp-function): New variable.
2064 (forward-sexp): Use it.
2065
2066 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2067 (easy-mmode-defmap): Remove the now useless autoload.
2068
2069 * time.el (display-time-mode): Use define-minor-mode.
2070
2071 * subr.el (add-minor-mode): Don't eval NAME.
2072 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2073 Use if rather than cond.
2074
2075 * simple.el (read-expression-map): Define more properly.
2076 (comment-indent-hook): Remove.
2077 (string-to-syntax): Bug fix.
2078
2079 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2080 (cvs-ediff-diff): Fix typo.
2081 (cvs-revert-if-needed): Don't bother preserving read-only.
2082
2083 * paren.el (show-paren-mode): Use define-minor-mode.
2084
2085 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2086 (toggle-auto-compression): Remove.
2087 (jka-compr-build-file-regexp): Remove useless grouping.
2088
2089 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2090 Avoid user-reserved bindings.
2091 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2092 (diff-header-face): Revert to grey85.
2093
2094 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2095
2096 * complete.el (partial-completion-mode) <defcustom>: Remove.
2097 (partial-completion-mode): Use define-minor-mode.
2098 (PC-do-completion): Understand `completion-auto-help = delay'
2099 to mean to popup the completion buffer only the second time.
2100 (PC-include-file-all-completions, PC-include-file-all-completions)
2101 (PC-include-file-all-completions): Don't quote lambda.
2102
2103 * comint.el (comint-mode-hook): Docstring fix.
2104 (comint-mode): Use define-derived-mode.
2105 (comint-mode-map): Remove obsolete comment.
2106 (make-comint): Minor stylistic change.
2107 (comint-insert-clicked-input): Be more careful to find the overlay.
2108 Use this-command-keys rather than hardcoding mouse-2.
2109
2110 * font-lock.el: Replace confusing (,@ with ,
2111 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2112 Don't use regexp-opt-depth. Spice up the regexp for args.
2113 Don't distinguish between cmds that can take an opt arg or not.
2114 Use `append' and `prepend' rather than `keep'.
2115
2116 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2117 (latex-outline-regexp): New var.
2118 (latex-outline-level): New fun.
2119 (latex-section-alist): New var.
2120 (latex-imenu-create-index): Use it. Use `push' as well.
2121 (tex-shell-map): Initialize it properly.
2122 (tex-mode): Minor stylistic change.
2123 (plain-tex-mode): Use define-derived-mode.
2124 (latex-mode): Use define-derived-mode.
2125 Construct the paragraph regexps in a more readable way.
2126 Set the buffer-local outline-{level,regexp} vars.
2127 (slitex-mode): Derive from latex-mode.
2128 (tex-common-initialization): Don't kill-all-vars anymore.
2129 Add setting for comment-add and font-lock-defaults.
2130 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2131 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2132 (tex-start-tex): New arg DIR (and send a chdir command for it).
2133 Also display the shell buffer and save it in tex-last-buffer-texed.
2134 (tex-region): Use expand-file-name rather than concat.
2135 Remove code made useless by changes in tex-start-tex.
2136 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2137
2138 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2139
2140 2000-09-28 Dave Love <fx@gnu.org>
2141
2142 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2143
2144 2000-09-28 Gerd Moellmann <gerd@gnu.org>
2145
2146 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2147 `append'.
2148
2149 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2150
2151 * info.el (Info-extract-pointer): Undo last change.
2152 Instead, fix the position of the `bound' arg to re-search-backward.
2153
2154 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2155
2156 * info.el (Info-extract-pointer):
2157 Widen more carefully, to avoid finding pointers in other nodes.
2158 (Info-index): Use push.
2159
2160 2000-09-27 Gerd Moellmann <gerd@gnu.org>
2161
2162 * frame.el (set-frame-font): Remove call to obsolete function
2163 frame-update-faces.
2164 (set-foreground-color, set-background-color): Likewise for
2165 frame-update-face-colors.
2166
2167 2000-09-27 Miles Bader <miles@gnu.org>
2168
2169 * image-file.el: New file.
2170
2171 2000-09-27 Gerd Moellmann <gerd@gnu.org>
2172
2173 * frame.el (frame-notice-user-settings): Don't call
2174 frame-update-faces, which is a no-op now.
2175
2176 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2177 tool-bar-lines.
2178
2179 2000-09-27 Dave Love <fx@gnu.org>
2180
2181 * mouse.el: Fix last change.
2182
2183 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2184
2185 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2186
2187 2000-09-22 Kenichi Handa <handa@etl.go.jp>
2188
2189 * international/quail.el (quail-help): The output message is
2190 improved.
2191
2192 2000-09-26 Dave Love <fx@gnu.org>
2193
2194 * mouse.el (popup-menu): If POSITION is nil, set it using
2195 mouse-position.
2196
2197 2000-09-25 Sam Steingold <sds@gnu.org>
2198
2199 * net/browse-url.el (browse-url-file-url): Check for null maps.
2200
2201 2000-09-26 Gerd Moellmann <gerd@gnu.org>
2202
2203 * frame.el (frame-notice-user-settings): Don't add a
2204 tool-bar-lines frame parameter to default-frame-alist in batch mode.
2205
2206 * frame.el (frame-notice-user-settings):
2207 Make tool-bar-mode and default-frame-alist consistent.
2208
2209 * toolbar/tool-bar.el (tool-bar-help): New function.
2210
2211 2000-09-25 Gerd Moellmann <gerd@gnu.org>
2212
2213 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2214 current-load-list in top-level forms. Else this leaks a cons cell
2215 every time a defun is called.
2216
2217 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
2218
2219 2000-09-25 Dave Love <fx@gnu.org>
2220
2221 * startup.el (fancy-splash-head): Check XPM is available.
2222
2223 * autoinsert.el (auto-insert): Doc fix.
2224 (auto-insert-alist): Following GNU notices, don't say `copyright
2225 _by_'. Use line-beginning-position.
2226 (auto-insert): Check buffer-file-name is non-nil before use.
2227
2228 2000-09-25 Gerd Moellmann <gerd@gnu.org>
2229
2230 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2231 starting with `@def' or `@multitable', in addition to ones
2232 specified by the user in auto-fill-inhibit-regexp.
2233
2234 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
2235
2236 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2237 rmail-dont-reply-to-names matches the empty string.
2238
2239 2000-09-25 Gerd Moellmann <gerd@gnu.org>
2240
2241 * startup.el (command-line-1, fancy-splash-text): Change the
2242 text to sound more friendly.
2243
2244 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2245
2246 * progmodes/hideshow.el: Update author email address.
2247 Generally, sync w/ maintainer version 5.22.
2248 (hs-hide-all-non-comment-function): New var.
2249 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2250 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2251 (hs-show-region): Delete this command.
2252 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2253
2254 2000-09-22 Dave Love <fx@gnu.org>
2255
2256 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2257 (hl-line-highlight): Specify buffer when moving overlay.
2258
2259 * progmodes/fortran.el (fortran-mode): Locally set
2260 normal-auto-fill-function.
2261 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2262 (fortran-mode-map): Adjust auto-fill menu entry.
2263
2264 2000-09-22 Gerd Moellmann <gerd@gnu.org>
2265
2266 * vc-rcs.el (toplevel): Require `vc' when compiling.
2267
2268 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
2269
2270 2000-09-22 Andre Spiegel <spiegel@gnu.org>
2271
2272 * vc.el (vc-switch-backend): Signal an error if the file is not
2273 registered under the new backend.
2274
2275 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
2276 without explicit revision number.
2277
2278 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2279
2280 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2281 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2282 (diff-xor): New function.
2283 (diff-find-source-location): Use it. Fix a stupid name clash.
2284 (diff-hunk-status-msg): New function.
2285 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2286 (diff-test-hunk): Use diff-find-source-location.
2287 (diff-goto-source): Favor the `reverse'.
2288 (diff-hunk-text): Properly handle one-sided context diffs.
2289 (diff-apply-hunk): When done, advance to the next hunk.
2290
2291 2000-09-21 Gerd Moellmann <gerd@gnu.org>
2292
2293 * startup.el (command-line): If frame was created with a non-zero
2294 tool-bar-lines parameter, switch tool-bar-mode on.
2295
2296 * add-log.el (change-log-date-face, change-log-name-face)
2297 (change-log-email-face, change-log-file-face)
2298 (change-log-list-face, change-log-conditionals-face)
2299 (change-log-function-face, change-log-acknowledgement-face):
2300 New faces, inheriting from font-lock faces.
2301 (change-log-font-lock-keywords): Use them.
2302
2303 2000-09-21 Dave Love <fx@gnu.org>
2304
2305 * progmodes/cperl-mode.el (top-level): Clean up
2306 `eval-when-compile's and assorted defvars.
2307 (cperl-invalid-face): Don't double-quote value. Change custom
2308 type.
2309 (cperl-mode): Set normal-auto-fill-function and don't zap
2310 auto-fill-function.
2311 (cperl-imenu--function-name-regexp-perl): Renamed from
2312 imenu-example--function-name-regexp-perl.
2313 (cperl-imenu--create-perl-index): Renamed from
2314 imenu-example--create-perl-index.
2315 (cperl-xsub-scan): Don't require cl.
2316
2317 * msb.el (msb-mode-map): Use substitute-key-definition.
2318 (msb-mode): Use msb-mode-map.
2319
2320 2000-09-21 Andre Spiegel <spiegel@gnu.org>
2321
2322 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2323 New functions.
2324 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
2325 (vc-switch-backend): New function.
2326 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2327 (vc-register): Fix prompt.
2328 (vc-unregister, vc-default-unregister): New functions.
2329 (vc-version-diff): Handle empty buffer in sentinel.
2330
2331 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2332 (vc-rcs-state-heuristic): Use it to guess the state of files with
2333 non-strict locking.
2334 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2335 been set with -b, but not created yet.
2336 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2337 contents in order to find the state.
2338 (vc-rcs-checkin): Allow creation of branches with no changes.
2339 (vc-rcs-unregister, vc-rcs-receive-file)
2340 (vc-rcs-set-non-strict-locking): New functions.
2341
2342 * vc-hooks.el (vc-name): Force correct computation of the value
2343 in case it is missing.
2344
2345 2000-09-21 Gerd Moellmann <gerd@gnu.org>
2346
2347 * startup.el (fancy-splash-tail): Use a different foreground
2348 color on a dark frame background.
2349
2350 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2351
2352 * info.el: Use the correct capitalization when making Info-mode
2353 and Info-edit-mode `special' modes.
2354
2355 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2356
2357 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2358 (diff-mode): Add support for add-log.el.
2359 (diff-hunk-text): Use char offsets rather than line offsets.
2360 (diff-find-source-location): Replace LINE with line-offset (nil
2361 if not found) and always set POS to a meaningful position.
2362 Adapt to the new char-offsets.
2363 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2364 Adapt to the new diff-find-source-location.
2365 (diff-goto-source): Adapt to the new diff-find-source-location.
2366
2367 * add-log.el (add-log-file-name): New function (split out of
2368 add-change-log-entry).
2369 (add-change-log-entry): Use it.
2370 Call add-log-file-name-function with the changelog file name if
2371 the current buffer is not associated with any file.
2372 Avoid find-file if the selected window is dedicated.
2373
2374 * diff-mode.el (diff-find-source-location):
2375 Move code from diff-apply-hunk. Return buffer rather than file.
2376 (diff-apply-hunk): Use the new result from diff-find-source-location.
2377 (diff-goto-source): Use the new diff-find-source-location.
2378
2379 2000-09-20 Dave Love <fx@gnu.org>
2380
2381 * iswitchb.el: Some doc fixes.
2382 (iswitchb-mode-map): Define completely initially. Inherit
2383 minibuffer-local-map.
2384 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2385 fundamental-mode.
2386 (iswitchb-global-map): New variable.
2387 (iswitchb-summaries-to-end): Amalgamate regexps.
2388 (iswitchb-mode): New.
2389 (iswitchb-mode-hook): New variable.
2390 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2391 `extensions'.
2392
2393 2000-09-20 Gerd Moellmann <gerd@gnu.org>
2394
2395 * ehelp.el (electric-help): New defgroup.
2396 (electric-help-shrink-window): New user-option.
2397 (with-electric-help): Use it.
2398
2399 * window.el (shrink-window-if-larger-than-buffer): If face
2400 `mode-line' has a :box, and we're on a graphical frame, add 1
2401 to the needed window height.
2402
2403 * frame.el (frame-notice-user-settings): Add a last parameter nil
2404 to a call to `append', because the last list passed to `append' is
2405 not copied, and so subsequent calls to assq-delete-all will modify
2406 default-frame-alist.
2407
2408 * startup.el (fancy-splash-image): Change :type.
2409 (fancy-splash-head): Use an XBM image if appropriate.
2410 (command-line-1): Show splash screens in more cases.
2411
2412 * startup.el (fancy-splash-text): Don't quote faces.
2413
2414 * dired.el (dired-font-lock-keywords): Undo last change.
2415 (dired-readin): Bind indent-tabs-mode to nil.
2416
2417 * startup.el (fancy-splash-head): If frame's background mode
2418 is `dark', change the black background of the image to gray.
2419 (fancy-splash-screens): Display startup echo area message.
2420 (display-startup-echo-area-message): New function.
2421
2422 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2423
2424 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2425
2426 * info.el (info-header-node): Tweak for color ttys.
2427
2428 * faces.el (face-valid-attribute-values): Make sure directories we
2429 search for stipples both exist and are readable before trying to
2430 search them.
2431
2432 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2433 in the dry-run case.
2434
2435 * jka-compr.el (with-auto-compression-mode): New macro.
2436
2437 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2438 (custom-group-tag-face, custom-variable-tag-face): Use relative
2439 :height and inherit from `variable-pitch' face instead of
2440 hardwiring :family.
2441 * hi-lock.el (hi-black-hb): Likewise.
2442
2443 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2444 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2445 toolbar-add-item, if image doesn't have a mask add a `:mask
2446 heuristic'.
2447
2448 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
2449
2450 * diff-mode.el: Docstring fixes.
2451 (diff-header-face, diff-comment-face): New faces.
2452 (diff-font-lock-keywords): Highlight a bit differently.
2453 (diff-find-source-location): Don't return SPAN any more.
2454 (diff-hunk-text): Don't bother erasing the temp buffer.
2455 (diff-find-text): Drop argument LINE.
2456 (diff-apply-hunk): Update calls to diff-find-text.
2457 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2458
2459 * calendar/calendar.el: Docstring fixes.
2460 (calendar-make-alist): Don't quote lambda.
2461 (calendar-star-date): Use make-local-variable.
2462
2463 2000-09-19 Dave Love <fx@gnu.org>
2464
2465 * toolbar/tool-bar.el: Renamed from toolbar.el.
2466 Change `toolbar' to `tool-bar' generally in symbols.
2467 Make some items invisible in `special' major modes.
2468 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2469 Add arg PROPS.
2470
2471 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2472 Add :version here.
2473 (fancy-splash-delay, fancy-splash-image): Remove :version here.
2474
2475 2000-09-19 Gerd Moellmann <gerd@gnu.org>
2476
2477 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
2478
2479 * files.el (find-file-suppress-same-file-warnings): New user-option.
2480 (find-file-noselect): Use it.
2481
2482 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
2483 (fancy-splash-screen): Defgroup.
2484
2485 * add-log.el (change-log-font-lock-keywords): Match names
2486 more exactly for the case that font-lock-constant-face is
2487 underlined.
2488
2489 2000-09-19 Richard M. Stallman <rms@gnu.org>
2490
2491 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
2492
2493 2000-09-19 Andre Spiegel <spiegel@gnu.org>
2494
2495 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2496
2497 2000-09-19 Gerd Moellmann <gerd@gnu.org>
2498
2499 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2500 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2501 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2502 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2503 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2504 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2505 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2506 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2507 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2508 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2509 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
2510 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
2511
2512 * startup.el (fancy-splash-text): New variable.
2513 (fancy-splash-delay, fancy-splash-image): New user-options.
2514 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2515 (fancy-splash-screens): New functions.
2516 (command-line-1): If display has a `display' frame parameter, has
2517 colors, and we have XPM support, show more fancy splash screens.
2518
2519 2000-09-19 Dave Love <fx@gnu.org>
2520
2521 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
2522 with null `help'. Use modern backquote syntax.
2523
2524 2000-09-19 Gerd Moellmann <gerd@gnu.org>
2525
2526 * font-lock.el (font-lock-mode): Change message telling the user
2527 that ``the buffer is too big''.
2528
2529 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2530 for instance for the case that tab-width is 2.
2531
2532 2000-09-18 Gerd Moellmann <gerd@gnu.org>
2533
2534 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2535 toolbar-add-item, if image doesn't have a mask add a `:mask
2536 heuristic'.
2537
2538 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
2539
2540 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2541 and return a cons if it's non-nil.
2542 (diff-apply-hunk): Try to jump to the line in the source text
2543 corresponding to the position of point in the in the hunk.
2544
2545 * info.el (Info-title-3-face, Info-title-2-face)
2546 (Info-title-1-face): Use face inheritance and relative sizes
2547 instead of hard-wiring things.
2548
2549 * faces.el (secondary-selection): Make dark-background variant sane.
2550
2551 2000-09-16 Andrew Innes <andrewi@gnu.org>
2552
2553 * makefile.w32-in (compile-files-CMD): No need to make .elc files
2554 read-only, since they aren't under VC now.
2555
2556 2000-09-17 Dave Love <fx@gnu.org>
2557
2558 * tmm.el: Replace mapcar with mapc in several places.
2559
2560 * loadhist.el (unload-feature): Maybe call elp-restore-list and
2561 ad-unadvise.
2562
2563 * international/latin1-disp.el: New file.
2564
2565 * calendar/cal-move.el (scroll-calendar-left)
2566 (scroll-calendar-right): Make arg optional (for active mode line).
2567
2568 * calendar/calendar.el (calendar-mode-line-format): Make fields
2569 mouse-sensitive.
2570 (calendar-read-date, calendar-read-date, calendar-window-list):
2571 Unquote lambda.
2572 (calendar-month-name): Use aref, not sref.
2573
2574 * view.el (minor-mode-alist): Propertize the string.
2575
2576 * international/characters.el (standard-case-table): Add entries
2577 for Greek.
2578
2579 2000-09-18 Miles Bader <miles@gnu.org>
2580
2581 * info.el (info-node, info-xref): Add dark-background variants.
2582
2583 * faces.el (header-line): Change defaults to be less confusing
2584 when mixed with mode-lines.
2585
2586 * info.el (Info-fontify-node): Make a few cleanups.
2587 Add extra `help-echo' and `local-map' props to node xrefs.
2588 Use header-specific faces for node-names & xrefs.
2589 (Info-use-header-line): New variable.
2590 (info-header-xref, info-header-node): New faces.
2591 (Info-setup-header-line): New function.
2592 (Info-select-node): Call Info-setup-header-line when enabled.
2593 (Info-extract-pointer): Work even if the header line is hidden.
2594 (Info-header-line): New variable.
2595
2596 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
2597
2598 * vms-patch.el (print-region-function): Don't quote lambda.
2599
2600 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2601
2602 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2603 (lm-get-header-re): Allow spaces between the header and the colon.
2604 (lm-header): Allow $ in non-RCS headers.
2605 (lm-header-multiline): Put the strings back into order.
2606 Stop at an empty line. Don't require two space chars if the
2607 line is clearly not another header line.
2608
2609 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2610 (popup-menu-popup): Remove.
2611
2612 2000-09-15 Gerd Moellmann <gerd@gnu.org>
2613
2614 * toolbar/toolbar.el (toolbar-add-item): Use the same image
2615 specification if or if not tool-bar item contains an `:enabled'
2616 property.
2617
2618 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2619 current buffer has no file name.
2620
2621 2000-09-15 Dave Love <fx@gnu.org>
2622
2623 * strokes.el: Sync with maintainer's current version with changes
2624 for Emacs, but avoid runtime cl and levents.
2625 (toplevel): Change autoloads and compilation requires.
2626 (strokes-version, strokes-bug-address, strokes-lift): Values
2627 changed.
2628 (strokes-xpm-header, strokes-insinuated): New variable.
2629 (strokes): Add :link.
2630 (strokes-mode): Customized.
2631 (strokes-while-inhibiting-garbage-collector): New macro.
2632 (strokes-remassoc): Avoid remove-if.
2633 (strokes-fix-button2-command): Don't use ad-do-it.
2634 (strokes-insinuate): New function.
2635 (strokes-button-press-event-p, strokes-button-release-event-p):
2636 New functions, used instead of non-`strokes-' versions..
2637 (strokes-mouse-event-p): Rewritten.
2638 (strokes-event-closest-point): Avoid event-point.
2639 (strokes-get-grid-position): Avoid cdadr, caadr
2640 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2641 functions.
2642 (strokes-help): Use with-output-to-temp-buffer.
2643 (strokes-window-configuration-changed-p): New function.
2644 (strokes-update-window-configuration): Use buffer-live-p,
2645 strokes-window-configuration-changed-p.
2646 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
2647 (strokes-char-face): New face.
2648 (strokes-char-table, strokes-base64-chars): New variable.
2649 (strokes-xpm-for-stroke, strokes-list-strokes)
2650 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2651 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2652 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2653 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2654 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2655 functions.
2656
2657 2000-09-15 Gerd Moellmann <gerd@gnu.org>
2658
2659 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2660
2661 * image.el (create-image): Doc fix.
2662
2663 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2664 instead of `:heuristic-mask t'.
2665
2666 2000-09-14 Andrew Innes <andrewi@gnu.org>
2667
2668 * makefile.w32-in: Revert to Unix line endings.
2669
2670 2000-09-14 Andrew Innes <andrewi@gnu.org>
2671
2672 * makefile.w32-in: Add bootstrap support. Also copy lisp source
2673 when installing.
2674
2675 * makefile.nt (DONTCOMPILE): Fix typo.
2676
2677 * shell.el (shell-write-history-on-exit): New function.
2678 (shell-dumb-shell-regexp): New custom variable.
2679 (shell-mode): Make shell-write-history-on-exit the process
2680 sentinel if shell name matches shell-dumb-shell-regexp.
2681
2682 * w32-fns.el: Comment out before-init-hook function which resets
2683 source-directory based; this breaks bootstrap.
2684
2685 2000-09-14 Dave Love <fx@gnu.org>
2686
2687 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2688 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2689 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2690 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2691 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2692 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2693 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
2694 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
2695 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2696
2697 * toolbar/toolbar.el: New.
2698
2699 * subdirs.el: Add toolbar.
2700
2701 2000-09-14 Gerd Moellmann <gerd@gnu.org>
2702
2703 * indent.el (indent-for-tab-command): Doc fix.
2704
2705 2000-09-14 Alex Schroeder <alex@gnu.org>
2706
2707 * ansi-color.el (ansi-colors): Doc change.
2708 (ansi-color-get-face): Simplified regexp.
2709 (ansi-color-faces-vector): Added more faces, doc change.
2710 (ansi-color-names-vector): Doc change.
2711 (ansi-color-regexp): Simplified regexp.
2712 (ansi-color-parameter-regexp): New regexp.
2713 (ansi-color-filter-apply): Doc change.
2714 (ansi-color-filter-region): Doc change.
2715 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2716 deal with zero length parameters.
2717 (ansi-color-apply-on-region): Doc change.
2718 (ansi-color-map): Doc change.
2719 (ansi-color-map-update): Removed debugging message.
2720 (ansi-color-get-face-1): Added condition-case to trap
2721 args-out-of-range errors.
2722 (ansi-color-get-face): Doc change.
2723 (ansi-color-make-face): Removed.
2724 (ansi-color-for-shell-mode): New option.
2725
2726 2000-09-13 Kenichi Handa <handa@etl.go.jp>
2727
2728 * international/quail.el (quail-start-translation): Translate KEY
2729 if necessary even if it doesn't have any mapping in the current
2730 input method.
2731 (quail-start-conversion): Likewise.
2732 (quail-help): The output message is improved.
2733
2734 2000-09-13 Miles Bader <miles@gnu.org>
2735
2736 * comint.el (comint-output-filter): Revert to using
2737 `insert-before-markers'. Add bletcherous hack to undo damage
2738 caused by `insert-before-markers'. Put `front-sticky' property on
2739 overlays created here so that the field code understands how the
2740 overlay works. Use a let when making comint-last-prompt-overlay,
2741 so that the code is easier to read.
2742
2743 2000-09-13 Dave Love <fx@gnu.org>
2744
2745 * wid-edit.el (widget-default-format-handler): DTRT when
2746 doc-property is a function.
2747
2748 2000-09-12 Francesco Potorti` <pot@gnu.org>
2749
2750 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2751 filed name if it's not there.
2752
2753 2000-09-12 Dave Love <fx@gnu.org>
2754
2755 * simple.el (read-mail-command): Doc fix.
2756 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2757
2758 * vc.el (vc-dired-listing-switches): Fix :version.
2759
2760 * vc-hooks.el: Doc fixes.
2761
2762 * subr.el (add-minor-mode): Use toggle-fun arg.
2763
2764 * speedbar.el: Add :version to several defcustoms.
2765
2766 * imenu.el (imenu--truncate-items, imenu--cleanup)
2767 (imenu--generic-function): Avoid mapcar.
2768 (imenu--replace-spaces): Function removed.
2769 (imenu--completion-buffer): Use subst-char-in-string.
2770 (imenu-add-to-menubar): Use keymap inheritance.
2771
2772 2000-09-12 Miles Bader <miles@gnu.org>
2773
2774 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2775 (diff-mode-map): Bind `diff-test-hunk'.
2776 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2777
2778 2000-09-11 Gerd Moellmann <gerd@gnu.org>
2779
2780 * bytecomp.el (byte-compile-defvar): Undo last change
2781 because it breaks '(make-variable-buffer-local (defvar ...)'
2782 which is used at least in dired.
2783
2784 2000-09-12 Kenichi Handa <handa@etl.go.jp>
2785
2786 * international/quail.el (quail-define-package): Docstring
2787 modified.
2788
2789 2000-09-12 Kenichi Handa <handa@etl.go.jp>
2790
2791 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2792 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2793 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
2794 docstring of "chinese-py".
2795
2796 * international/quail.el (quail-translation-docstring): New
2797 variable.
2798 (quail-show-keyboard-layout): Docstring modified.
2799 (quail-select-current): Likewise.
2800 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2801 infinite recursive call.
2802 (quail-help): Check quail-translation-docstring. Format of the
2803 output changed.
2804 (quail-help-insert-keymap-description): Adjusted for the above
2805 change.
2806
2807 2000-09-11 Gerd Moellmann <gerd@gnu.org>
2808
2809 * bytecomp.el (byte-compile-defvar): Only cons onto
2810 current-load-list in top-level forms. Else this leaks a cons cell
2811 every time a defun is called.
2812
2813 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
2814
2815 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2816 Now understands non-unified diffs. Some functionality moved into
2817 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
2818 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
2819 modify anything. Only reposition point in the patched file if the
2820 patch succeeds. Only pop up another window if POPUP is true.
2821 Emit a message describing what happened if successful, and at what
2822 line-offset. Automatically detect reversed hunks and do something
2823 appropriate.
2824 (diff-hunk-text, diff-find-text): New functions.
2825 (diff-filter-lines): Function removed.
2826 (diff-test-hunk): New function.
2827 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2828
2829 2000-09-10 Dave Love <fx@gnu.org>
2830
2831 * textmodes/tildify.el: Minor doc/commentary fixes.
2832 (tildify) <defgroup>: Add :version.
2833
2834 * faces.el (face-x-resources): Make custom type more specific.
2835 (frame-background-mode): Use mapc.
2836 (region) <defcustom>: Add :version.
2837
2838 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
2839
2840 * vc-sccs.el (vc-sccs-register):
2841 * vc-rcs.el (vc-rcs-register):
2842 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2843 * vc.el (vc-register): Clear file's properties.
2844
2845 2000-09-08 Gerd Moellmann <gerd@gnu.org>
2846
2847 * faces.el (face-spec-set): Only face-spec-reset-face when
2848 ATTRS is non-nil.
2849
2850 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2851
2852 * help.el (help-insert-xref-button): Fix a typo in doc string.
2853
2854 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2855
2856 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2857 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
2858 methods.
2859
2860 * menu-bar.el (read-mail-item-name): New function.
2861 (menu-bar-tools-menu): Use it to compute and display the package
2862 used to read email.
2863 (menu-bar-tools-menu): Fix typo in GUD's help string.
2864
2865 2000-09-07 Dave Love <fx@gnu.org>
2866
2867 * diff-mode.el (diff-mouse-goto-source): New function.
2868
2869 * vc-sccs.el: Doc fixes.
2870 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
2871
2872 * vc-rcs.el: Doc fixes.
2873 (vc-rcs-register-switches, vc-rcs-checkin-switches)
2874 (vc-rcs-checkout-switches, vc-rcs-header)
2875 (vc-rcs-master-templates): Add or change :version.
2876
2877 * vc-cvs.el: Doc fixes.
2878 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2879 (vc-cvs-stay-local): Add :version.
2880
2881 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2882
2883 2000-09-07 Kenichi Handa <handa@etl.go.jp>
2884
2885 * international/quail.el (quail-help): Fix previous change.
2886
2887 2000-09-07 Gerd Moellmann <gerd@gnu.org>
2888
2889 * faces.el (color-values): Doc fix.
2890
2891 * faces.el (frame-set-background-mode): Use frame-parameter
2892 instead of frame-parameters.
2893
2894 * frame.el (filtered-frame-list): Reduce consing.
2895 (frames-on-display-list): Call frame-parameter instead of
2896 frame-parameters.
2897
2898 2000-09-07 Kenichi Handa <handa@etl.go.jp>
2899
2900 * language/devan-util.el (devanagari-to-indian-region): In the
2901 loop, change the following char, not preceding char.
2902
2903 2000-09-07 Gerd Moellmann <gerd@gnu.org>
2904
2905 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2906 instead of frame-parameters.
2907
2908 * faces.el (set-face-attribute): Simplify by calling
2909 internal-set-lisp-face-attribute with FRAME being 0.
2910
2911 * vc.el: Remove `Id' version control keyword.
2912
2913 2000-09-07 Kenichi Handa <handa@etl.go.jp>
2914
2915 * help.el (help-make-xrefs): Adjusted for the change of
2916 help-xref-mule-regexp.
2917 (help-insert-xref-button): New function.
2918
2919 * international/mule-cmds.el (help-xref-mule-regexp-template):
2920 Include the pattern for character set.
2921 (leim): New group.
2922
2923 * international/quail.el: Don't require face.
2924 (quail): New group.
2925 (quail-other-command): Dummy command to make quail-help work better.
2926 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2927 (quail-keyboard-layout-substitution): New variable.
2928 (quail-update-keyboard-layout): New function.
2929 (quail-keyboard-layout-type): New customizable variable.
2930 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2931 (quail-keyboard-translate): Pay attention to
2932 quail-keyboard-layout-substitution.
2933 (quail-insert-kbd-layout): New function.
2934 (quail-show-keyboard-layout): New function.
2935 (quail-get-translation): If the definition is a vector of length
2936 1, and the element is a string of length 1, return the character
2937 in that string.
2938 (quail-update-current-translations): Fix the case of
2939 relative-index out of range.
2940 (quail-build-decode-map, quail-insert-decode-map): New Functions.
2941 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
2942 Show key sequences for all available characters.
2943 (quail-help-insert-keymap-description): Don't show such verbose
2944 key bindings as quail-self-insert-command.
2945
2946 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2947 Format changed, and each element now have extra documentations.
2948 (tit-process-header): Delete invalid characters from TIT-PROMPT.
2949 Adjusted for the change of quail-cxterm-package-ext-info.
2950
2951 2000-09-06 Gerd Moellmann <gerd@gnu.org>
2952
2953 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2954 requiring it leads to a recursive loading of vc.el and vc-hooks.el
2955 during bootstrap.
2956
2957 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2958
2959 * vc.el: (toplevel): Don't require `dired' at run-time.
2960 (vc-dired-resynch-file): Remove autoload cookie.
2961
2962 2000-09-05 Andre Spiegel <spiegel@gnu.org>
2963
2964 * vc.el: Made several backend functions optional.
2965 (vc-default-responsible-p): New function.
2966 (vc-merge): Use RET for first version to trigger merge-news, not
2967 prefix arg.
2968 (vc-annotate): Handle backends that do not support annotation.
2969 (vc-default-merge-news): Removed. The existence of a merge-news
2970 implementation is now checked on caller sites.
2971
2972 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
2973 case.
2974
2975 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
2976 special case that has been removed from the default in vc-hooks.el.
2977
2978 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2979
2980 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2981
2982 2000-09-05 Andre Spiegel <spiegel@gnu.org>
2983
2984 * vc-hooks.el: Require vc during compilation.
2985 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2986 macro `with-vc-properties' in vc.el.
2987 (vc-file-getprop): Doc fix.
2988 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
2989
2990 * vc.el: Require dired-aux during compilation.
2991 (vc-name-assoc-file): Moved to vc-sccs.el.
2992 (with-vc-properties): New macro.
2993 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
2994 vc-finish-steal): Use it.
2995 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
2996 to the backend-specific function is now supposed to do the checkout,
2997 too.
2998 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2999
3000 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
3001 set file properties; that gets done in the generic code now.
3002
3003 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3004 Changed parameter list, added code from vc.el that does the
3005 checkout, possibly with a double-take.
3006
3007 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3008 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3009 the above under the new name.
3010 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3011 parameter list, added checkout command.
3012 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3013 properties; that gets done in the generic code now.
3014
3015 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3016
3017 * vc.el: Docstring fixes (courtesy of checkdoc).
3018
3019 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3020
3021 * vc.el (vc-checkout-writable-buffer-hook)
3022 (vc-checkout-writable-buffer): Remove.
3023 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3024 (vc-log-mode): Make it into a clean derived major mode.
3025 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3026 vc-log-mode if log-edit is not available.
3027 (vc-dired-mode-map): Don't set-keymap-parent yet.
3028 (vc-dired-mode): Do set-keymap-parent here.
3029 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3030
3031 2000-09-05 Gerd Moellmann <gerd@gnu.org>
3032
3033 * faces.el (set-face-attribute, face-spec-reset-face)
3034 (face-spec-set): Avoid consing by removing calls to `apply'.
3035
3036 * frame.el (frame-parameter): Move to C code.
3037
3038 2000-09-05 Dave Love <fx@gnu.org>
3039
3040 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3041 insert-before-markers-and-inherit. Now checked systematically!
3042
3043 2000-09-05 Alex Schroeder <alex@gnu.org>
3044
3045 * sql.el (sql-postgres): Use sql-postgres-options.
3046 (sql-postgres-options): New variable.
3047
3048 2000-09-05 Alex Schroeder <alex@gnu.org>
3049
3050 * sql.el (sql-mode-menu): Work around missing variable mark-active
3051 in XEmacs.
3052 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3053 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3054 compatibility.
3055
3056 2000-09-04 Gerd Moellmann <gerd@gnu.org>
3057
3058 * vc.el (vc-dired-resynch-file): Add autoload cookie.
3059
3060 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3061
3062 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3063
3064 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3065
3066 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3067 don't support anything else under SCCS yet.
3068
3069 * vc-hooks.el: Minor doc fixes.
3070
3071 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3072
3073 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3074 not necessary. If verbose in state `needs-patch', do the same as
3075 under `up-to-date'. When NOT verbose and `needs-patch', check out
3076 latest version instead of `merge-news'.
3077 (vc-next-action-dired): Don't mess with default-directory here; it
3078 breaks other parts of dired. It is the job of the
3079 backend-specific functions to adjust it temporarily if they need it.
3080 (vc-next-action): Remove a special CVS case.
3081 (vc-clear-headers): New optional arg FILE.
3082 (vc-checkin, vc-checkout): Set properties vc-state and
3083 vc-checkout-time properly.
3084 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
3085 (vc-print-log): Use new backend function `show-log-entry'.
3086 (vc-cancel-version): Do the checks in a different order. Added a
3087 FIXME concerning RCS-only code.
3088
3089 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3090 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3091
3092 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3093
3094 * vc-hooks.el (vc-default-mode-line-string): Show state
3095 `needs-patch' as a `-' too.
3096
3097 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3098
3099 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3100 (vc-default-could-register): New function.
3101 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3102 (vc-resynch-buffer): Call vc-dired-resynch-file.
3103 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3104 vc-resynch-buffer instead of vc-resynch-window.
3105 (vc-next-action-dired): Don't redisplay here, that gets done as a
3106 result of the individual file operations.
3107 (vc-retrieve-snapshot): Corrected prompt order.
3108
3109 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
3110
3111 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3112 as well.
3113 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3114 hostname regexps. Updated all callers.
3115 (vc-cvs-responsible-p): Handle directories as well.
3116 (vc-cvs-could-register): New function.
3117 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3118 properties up-to-date.
3119
3120 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3121 user whether to create one.
3122
3123 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3124
3125 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3126 check out a non-existing file.
3127
3128 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3129 workfile does not exist.
3130
3131 * vc.el (vc-version-diff): Use `require' to check for existence of
3132 diff-mode.
3133
3134 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3135
3136 * vc-cvs.el (vc-cvs-registered): Use new function
3137 vc-cvs-parse-entry to do the actual work.
3138
3139 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3140
3141 * vc-hooks.el (vc-find-backend-function): If function doesn't
3142 exist, return nil instead of error.
3143 (vc-call-backend): Doc fix.
3144
3145 * vc.el (vc-do-command): Doc fix.
3146 (vc-finish-logentry): When checking in from vc-dired, choose the
3147 right backend for logentry check.
3148 (vc-dired-mode-map): Inherit from dired-mode-map.
3149 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3150 simplified.
3151 (vc-dired-state-info): Removed, updated caller.
3152 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3153 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3154 (vc-dired-listing-switches): New variable.
3155 (vc-directory): Use it, instead of dired-listing-switches.
3156
3157 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3158 (vc-cvs-dir-state): New function.
3159 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
3160 (vc-cvs-parse-entry): New function, also to be used in
3161 vc-cvs-registered.
3162
3163 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3164
3165 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3166 *or* single-window-frames.
3167
3168 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3169
3170 * vc.el (vc-update-changelog): Split into generic part and default
3171 implementation. Doc string adapted.
3172 (vc-default-update-changelog): New function. Call the `rcs2log'
3173 script in exec-directory, to fix a long-standing nuisance.
3174
3175 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3176 simply signals an error.
3177
3178 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3179
3180 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3181 control-flow more clear and to avoid running `cvs' twice.
3182
3183 * vc.el (vc-next-action-on-file): Doc fix.
3184 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3185 (vc-print-log): Eval `file' before constructing the continuation.
3186
3187 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3188
3189 * vc.el (vc-next-action-on-file): Corrected several messages.
3190 (vc-merge): Add prefix arg `merge-news'; handle it.
3191
3192 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3193 is not reached. It is.
3194 (vc-cvs-merge): Set state to 'edited after merge.
3195 (vc-cvs-merge-news): Set workfile version to nil if not known.
3196 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3197
3198 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3199 via stdout. (Merge from main line.)
3200
3201 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3202
3203 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3204 detection.
3205
3206 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3207
3208 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3209 against kill-all-local-variables.
3210 (vc-log-edit): Don't save vc-parent-buffer any more.
3211 (vc-last-comment-match): Initialize to an empty string.
3212 (vc-post-command-functions): New hook.
3213 (vc-do-command): Run it.
3214 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3215 (vc-finish-logentry): Only add the comment to the ring if it's
3216 different from the last comment entered.
3217 (vc-new-comment-index): New function.
3218 (vc-previous-comment): Use it. Make the minibuffer message
3219 slightly less terse.
3220 (vc-comment-search-reverse): Make it work forward as well. Don't
3221 set vc-comment-ring-index if no match is found. Use
3222 vc-new-comment-index.
3223 (vc-comment-search-forward): Use vc-comment-search-reverse.
3224 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3225 define-derived-mode will do it for us. Bind `v' to a keymap that
3226 inherits from vc-prefix-map so that we can bind `vt' without
3227 binding C-x v t.
3228 (vc-retrieve-snapshot): Parenthesis typo.
3229
3230 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3231 to 1. Make sure to switch to *vc* before looking for an error
3232 message. Use vc-parse-buffer.
3233
3234 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3235
3236 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3237 and NAME.
3238 (vc-retrieve-snapshot): Split into two parts.
3239 (vc-default-retrieve-snapshot): New function.
3240
3241 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3242 (vc-cvs-retrieve-snapshot): New function (untested).
3243 (vc-cvs-stay-local): Default to t.
3244 (vc-cvs-remote-p): New function and property.
3245 (vc-cvs-state): Stay local only if the above is t.
3246 (vc-handle-cvs): Removed.
3247 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3248 done via vc-handled-backends now.
3249 (vc-cvs-header): Escape Id.
3250
3251 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3252
3253 * vc.el (vc-do-command): Remove unused commands.
3254 (vc-version-diff): Make sure default-directory ends with a slash.
3255 Move the window commands into a vc-exec-after.
3256 (vc-print-log): Move more of the code into the `vc-exec-after'.
3257
3258 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3259
3260 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3261 (vc-print-log): Search current revision from beginning of buffer.
3262 (vc-revert-buffer): Clear echo area after the diff is finished.
3263 (vc-prefix-map): Removed definition of "t" for terse display in vc
3264 dired.
3265 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3266 definition of "vt" for terse display.
3267 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3268
3269 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3270
3271 * vc.el (vc-exec-after): Avoid caddr.
3272
3273 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3274
3275 * vc.el (vc-exec-after): New function.
3276 (vc-do-command): Use it to add a termination message for async
3277 procs.
3278 (vc-checkout): Try to handle a missing-backend situation.
3279 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3280 of a directory with a backend using async diffs.
3281 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3282 present.
3283
3284 * vc-sccs.el (vc-sccs-state-heuristic): Use
3285 file-ownership-preserved-p.
3286
3287 * vc-rcs.el (vc-rcs-state-heuristic): Use
3288 file-ownership-preserved-p.
3289 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3290
3291 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3292
3293 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3294 vc-do-command.
3295
3296 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3297 when there are no changes.
3298
3299 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3300
3301 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3302
3303 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3304
3305 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3306
3307 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3308
3309 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3310 the `fset' outside of the defvar so that it works even if
3311 vc-prefix-map was already defined.
3312 (vc-setup-buffer): New function, split out of vc-do-command.
3313 (vc-do-command): Allow BUFFER to be t to mean `just use the
3314 current buffer without any fuss'.
3315 (vc-version-diff): Change the `diff' backend operation to just put
3316 the diff in the current buffer without erasing it. Always use
3317 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3318 shrink-window-if-larger-than-buffer.
3319 (vc-print-log): Change the `print-log' backend operation to just
3320 put the log in the current buffer without erasing it. Protect
3321 shrink-window-if-larger-than-buffer.
3322 (vc-update-change-log): Fix setd typo.
3323
3324 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3325 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3326
3327 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3328 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3329 CMP.
3330
3331 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3332 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3333 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3334
3335 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3336
3337 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3338 not possible, use vc-BACKEND-workfile-unchanged-p.
3339 (vc-default-workfile-unchanged-p): New function. Delegates to a
3340 full vc-BACKEND-diff.
3341
3342 * vc-hooks.el (vc-simple-command): Removed.
3343
3344 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3345 instead of vc-simple-command.
3346 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3347 avoid doing a diff when opening a file.
3348 (vc-rcs-state): Added check for unlocked-changes.
3349 (vc-rcs-header): Escape Id.
3350 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3351 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3352 version.
3353
3354 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3355 (vc-sccs-diff): Remove optional arg CMP.
3356 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3357 SCCS-specific function.
3358
3359 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3360 vc-simple-command.
3361
3362 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3363
3364 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3365 (with-vc-file, vc-merge): Use vc-editable-p.
3366 (vc-do-command): Remove unused var vc-file and fix the
3367 doubly-defined `status' var. Add a user message when starting an
3368 async command.
3369 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3370 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3371 Use with-current-buffer.
3372 (vc-buffer-sync): Use unless.
3373 (vc-next-action-on-file): If the file is 'edited by read-only,
3374 make it read-write instead of trying to commit.
3375 (vc-version-diff, vc-update-change-log): Use `setq
3376 default-directory' rather than `cd'.
3377 (vc-log-edit): Don't forget to set default-directory in the
3378 buffer.
3379
3380 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3381 (vc-sccs-state-heuristic): Use file-writable-p instead of
3382 comparing userids.
3383 (vc-sccs-checkout): Use `unless'.
3384
3385 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3386 of comparing userids.
3387 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3388 Simplify the logic by eliminating unreachable code.
3389 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3390 just do a recursive call if we need to retry.
3391 (vc-rcs-checkout): Handle the case where rcs is missing by making
3392 the buffer read-write if requested and re-signalling the error.
3393
3394 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3395
3396 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3397
3398 * vc-hooks.el (vc-handled-backends): Docstring change.
3399 (vc-ignore-vc-files): Mark obsolete.
3400 (vc-registered): Check vc-ignore-vc-files.
3401 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3402 vc-ignore-vc-files.
3403
3404 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3405
3406 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3407
3408 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3409 files since ange-ftp already has vc-registered return nil.
3410
3411 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3412 (vc-sccs-workfile-version): Use with-temp-buffer and new
3413 vc-parse-buffer and don't bother setting the property.
3414 (vc-sccs-add-triple): Use with-current-buffer and
3415 find-file-noselect.
3416 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3417
3418 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3419 derives from the old vc-parse-buffer but uses the revision number
3420 rather than the date (much easier to compare robustly).
3421 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3422 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3423 locking-user more directly. Check strict locking and set
3424 checkout-model appropriately.
3425 (vc-rcs-parse-locks): Remove.
3426 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3427 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3428 (vc-rcs-system-release): Use with-current-buffer and
3429 vc-parse-buffer.
3430 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3431
3432 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3433 (vc-simple-command): Docstring fix.
3434 (vc-registered): Align the way the file-handler is called with the
3435 way the function itself works.
3436 (vc-file-owner): Remove.
3437
3438 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3439 extraction of fields and call to file-attributes because of a
3440 temporary bug in rcp.el.
3441 (vc-cvs-fetch-status): Use with-current-buffer.
3442
3443 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3444
3445 * vc.el (vc-do-command): Use file-relative-name.
3446 (vc-responsible-backend): Use vc-backend if possible.
3447 (vc-create-snapshot): Improve the `interactive' spec. Add support
3448 for branches and dispatch to backend-specific `create-snapshot'.
3449 (vc-default-create-snapshot): New function, containing the bulk of
3450 the old vc-create-snapshot.
3451 (vc-retrieve-snapshot): Improve the interactive spec.
3452
3453 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3454 (vc-backend-hook-functions): Remove.
3455 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3456 (vc-backend): Reintroduce the test for `file = nil' now that I
3457 know why it was there (and added a comment to better remember).
3458
3459 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3460 code from vc-sccs-hooks.el.
3461 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
3462 'vc anymore.
3463 (vc-sccs-responsible-p): Use expand-file-name instead of concat
3464 and file-directory-p instead of file-exists-p.
3465 (vc-sccs-check-headers): Simplify the regexp.
3466
3467 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3468 from vc-rcs-hooks.el. Don't require 'vc anymore.
3469 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3470 file-directory-p instead of file-exists-p.
3471
3472 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3473 from vc-cvs-hooks.el.
3474 (proto vc-cvs-registered): Require 'vc-cvs instead of
3475 'vc-cvs-hooks. Don't require 'vc anymore.
3476 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3477 file-directory-p instead of file-exists-p.
3478 (vc-cvs-create-snapshot): New function, replacing
3479 vc-cvs-assign-name.
3480 (vc-cvs-assign-name): Remove.
3481
3482 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3483
3484 * vc-cvs.el (vc-cvs-header): New var.
3485
3486 * vc-rcs.el (vc-rcs-exists): Remove.
3487 (vc-rcs-header): New var.
3488
3489 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3490 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3491 (vc-sccs-header): New var.
3492
3493 * vc.el (vc-do-command): Get rid of the `last' argument.
3494 (vc-header-alist): Remove, replaced by vc-X-header.
3495 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3496 (vc-dired-hook): Use expand-file-name instead of concat.
3497 (vc-directory): Use file-name-as-directory.
3498 (vc-snapshot-precondition, vc-create-snapshot)
3499 (vc-retrieve-snapshot): Allow the command to operate on any
3500 directory.
3501
3502 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3503 just removing the 'WORKFILE argument or by removing the 'MASTER
3504 argument and replacing `file' with (vc-name file).
3505
3506 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3507
3508 * vc.el: Update Copyright and add a crude list of backend funs.
3509 (vc-writable-p): New function.
3510 (with-vc-file): Use vc-writable-p.
3511 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
3512 (vc-register): Avoid vc-name.
3513 (vc-locking-user): Remove.
3514 (vc-steal-lock): Make the `owner' arg non-optional.
3515 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3516 vc-checkout-model.
3517 (vc-default-dired-state-info): Use vc-state instead of
3518 vc-locking-user and return special strings for special states.
3519 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3520 and get rid of one of the special CVS cases.
3521 (vc-cancel-version): prettify error message with \\[...].
3522 (vc-rename-master): New function.
3523 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3524 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
3525 the CVS special case generic.
3526 (vc-default-record-rename): Remove.
3527 (vc-file-tree-walk-internal): Only call FUNC for files that are
3528 under control of some VC backend and replace `concat' with
3529 expand-file-name.
3530 (vc-file-tree-walk): Update docstring.
3531 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3532 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3533
3534 * vc-sccs.el (vc-sccs-rename-file): Renamed from
3535 vc-sccs-record-rename. Use `find-file-noselect' rather than
3536 `find-file' and call `vc-rename-master' to do the actual move.
3537 (vc-sccs-diff): Remove unused `backend' variable.
3538
3539 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3540 to delay loading of vc-sccs until it is really used.
3541 (vc-sccs-master-templates): Preload.
3542 (vc-sccs-state): Update call to vc-sccs-parse-locks.
3543 (vc-sccs-project-dir): Remove (merged into
3544 vc-sccs-search-project-dir).
3545 (vc-sccs-search-project-dir): Rewrite using file name handling ops
3546 rather than `concat', make sure it is preloaded and don't bother
3547 to check that the file actually exists.
3548 (vc-sccs-parse-locks): Remove unused `file' argument, remove
3549 `locks' argument (use buffer's content instead) and eliminate n^2
3550 behavior.
3551
3552 * vc-rcs.el: Update Copyright.
3553 (vc-rcs-rename-file): New function.
3554 (vc-rcs-diff): Remove unused `backend' variable.
3555
3556 * vc-hooks.el: Update Copyright.
3557 (vc-backend): Don't accept a nil argument any more.
3558 (vc-up-to-date-p): Turn into a defsubst.
3559 (vc-possible-master): New function.
3560 (vc-check-master-templates): Use `vc-possible-master' and allow
3561 funs in vc-X-master-templates to return a non-existent file.
3562
3563 * vc-cvs.el: Update Copyright.
3564 (vc-cvs-diff): Remove unused `backend' variable.
3565 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
3566
3567 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3568
3569 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3570
3571 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3572 since it can be called from vc-rcs.el.
3573 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3574
3575 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3576
3577 * vc.el (vc-version-diff): Expand file name read from the
3578 minibuffer. Handle the case when a previous version number can't
3579 be guessed. Give suitable messages when there were no differences
3580 found.
3581 (vc-clear-headers): Call backend-specific implementation, if one
3582 exists.
3583 (vc-cancel-version): Made error checks generic. When done, clear
3584 headers generically, too.
3585
3586 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3587 from vc-clear-headers in vc.el.
3588
3589 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3590 correctly.
3591 (vc-rcs-latest-on-branch-p): Made second argument VERSION
3592 optional. Handle the case when it's not there.
3593
3594 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3595
3596 * vc.el (vc-locking-user): Moved from vc-hooks.el.
3597
3598 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3599
3600 * vc-hooks.el (vc-loadup): Remove.
3601 (vc-find-backend-function): Use `require'. Also, handle the case
3602 where vc-BACKEND-hooks.el doesn't exist.
3603 (vc-call-backend): Cleanup.
3604
3605 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3606
3607 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3608 vc-rcs-grab-templates)
3609 (vc-rcs-registered): Remove. The default function works as well.
3610 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3611 vc-sccs-grab-templates)
3612 (vc-sccs-registered): Remove. The default function works as well.
3613
3614 * vc.el (vc-version-diff): Left out a vc- in call to
3615 vc-call-backend.
3616 (vc-default-dired-state-info, vc-default-record-rename)
3617 (vc-default-merge-news): Update for the new backend argument.
3618
3619 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3620 using the default function.
3621 (vc-call-backend): If calling the default function, pass it the
3622 backend as first argument. Update the docstring accordingly.
3623 (vc-default-state-heuristic, vc-default-mode-line-string): Update
3624 for the new backend argument.
3625 (vc-make-backend-sym): Renamed from vc-make-backend-function.
3626 (vc-find-backend-function): Use the new name.
3627 (vc-default-registered): New function.
3628
3629 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3630
3631 * vc.el (vc-merge): Use vc-find-backend-function.
3632
3633 * vc-hooks.el (vc-backend-functions): Remove.
3634 (vc-loadup): Don't setup 'vc-functions.
3635 (vc-find-backend-function): New function.
3636 (vc-call-backend): Use above fun and populate 'vc-functions
3637 lazily.
3638 (vc-backend-defines): Remove.
3639
3640 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3641
3642 * vc.el (vc-register): Put a FIXME note for a newly found bug.
3643 Call vc-call-backend without the leading vc-.
3644 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3645 (vc-check-headers): Call vc-call-backend without the leading vc-.
3646 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
3647 (vc-annotate-display): Replace confusing use of `cond' with `or'.
3648 Call vc-call-backend without the leading vc-.
3649
3650 * vc-cvs.el (tail): Provide vc-cvs.
3651 * vc-sccs.el (tail): Provide vc-sccs.
3652 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3653
3654 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3655 (vc-make-backend-function, vc-call): Pass names without leading
3656 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
3657 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3658 (vc-call-backend): Always try to load vc-X-hooks.
3659 (vc-registered): Remove vc- in call to vc-call-backend.
3660
3661 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3662
3663 * vc.el (vc-process-filter): New function.
3664 (vc-do-command): Setup `vc-process-filter' for the async process.
3665 (vc-maybe-resolve-conflicts): New function to reduce
3666 code-duplication. Additionally, it puts the buffer in
3667 `smerge-mode' if applicable.
3668 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3669 calling `merge-news'.
3670 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
3671 (vc-log-edit): New function. Replacement for `vc-log-mode' by
3672 interfacing to log-edit.el.
3673 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3674 log-edit is available.
3675 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3676
3677 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3678
3679 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3680 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3681 defvar and the initialization.
3682 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3683
3684 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3685 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3686
3687 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
3688
3689 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3690
3691 * vc.el (vc-file-clear-masterprops): Removed.
3692 (vc-checkin, vc-revert-buffer): Removed calls to the above.
3693 (vc-version-diff): Use buffer-size without argument.
3694 (vc-register): Heed vc-initial-comment.
3695
3696 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3697 default branch.
3698
3699 * vc-rcs.el (vc-rcs-register): Parse command output to find master
3700 file name and workfile version.
3701 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3702
3703 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3704 vc-file-clear-masterprops.
3705
3706 * vc-sccs.el (vc-sccs-checkout): Removed call to
3707 vc-file-clear-masterprops. If writable, set vc-state to 'edited
3708 rather than user login name.
3709
3710
3711 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3712
3713 * vc.el (vc-workfile-unchanged-p): Remove unused argument
3714 `want-differences-if-changed' and simplify.
3715 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3716 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3717 output (which is invalid for async vc-diff) to decide whether to
3718 do the revert silently or not.
3719
3720 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3721
3722 * vc-hooks.el (vc-loadup): Load files quietly.
3723 (vc-call-backend): Oops, brain fart.
3724
3725 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3726
3727 * vc-cvs.el (vc-cvs-state): Typo.
3728 (vc-cvs-merge-news): Return the status code rather than the error msg.
3729
3730 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3731
3732 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3733 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3734 vc-state or vc-up-to-date-p.
3735 (vc-merge): Use vc-backend-defines to check whether merging is
3736 possible. Set state to 'edited after successful merge.
3737
3738 * vc-hooks.el (vc-locking-user): If locked by the calling user,
3739 return that name. Redocumented.
3740
3741 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3742
3743 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3744 new `vc-state' semantics.
3745 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3746 'vc-locking-user to the current user.
3747 (vc-merge): Inline vc-backend-merge. Comment out code that I
3748 don't understand and hence can't adapt to the new `vc-state' and
3749 `vc-locking-user' semantics.
3750 (vc-backend-merge): Remove.
3751
3752 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3753 rather than 'vc-locking-user.
3754
3755 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3756
3757 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3758 (vc-state): Don't use 'reserved any more. Just use the same
3759 convention as the one used for vc-<backend>-state where the
3760 locking user (as a string) is returned.
3761 (vc-locking-user): Update, based on the above convention. The
3762 'vc-locking-user property has disappeared.
3763 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
3764
3765 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3766 with a heuristic one.
3767 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3768 (vc-cvs-checkin): Do a trivial parse to set the state in case of
3769 error. That allows us to get to 'needs-merge even in the
3770 stay-local case. There's still no way to detect 'needs-patch in
3771 such a setup (or to force an update for that matter).
3772 (vc-cvs-logentry-check): Remove, the default works as well.
3773
3774 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3775
3776 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
3777
3778 * vc.el (vc-do-command): kill-all-local-variables, to reset any
3779 major-mode in which the buffer might have been put earlier. Use
3780 `remove' and `when'. Allow `okstatus' to be `async' and use
3781 `start-process' in this case.
3782 (vc-version-diff): Handle the case where the diff looks empty
3783 because of the use of an async process.
3784
3785 2000-09-04 Andre Spiegel <spiegel@gnu.org>
3786
3787 * vc.el (vc-next-action-on-file): Removed optional parameter
3788 `simple'. Recompute state unconditionally.
3789 (vc-default-toggle-read-only): Removed.
3790
3791 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3792 (vc-toggle-read-only): Undid prev change.
3793
3794 * vc-cvs.el (vc-cvs-stay-local): Renamed from
3795 vc-cvs-simple-toggle. Redocumented.
3796 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3797 (vc-cvs-toggle-read-only): Removed.
3798
3799 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3800
3801 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
3802 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3803 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3804 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
3805 still is. So maybe it should be removed.
3806 (vc-head-version, vc-find-binary): Remove.
3807 (vc-recompute-state): Move from vc-hooks.el.
3808 (vc-next-action-on-file): Add a `simple' argument to allow
3809 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
3810 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3811 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
3812 (vc-dired-mode-map): Properly defvar it.
3813 (vc-print-log): Call log-view-mode if available.
3814 (small-temporary-file-directory): defvar instead of use boundp.
3815 (vc-merge-news): Moved to vc-cvs.el.
3816 (vc-default-merge-news): New function.
3817
3818 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3819 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3820 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3821 unknown `vc-latest-version' function. It should probably refer to
3822 vc-workfile-version or somesuch, but it's very unclear to me and I
3823 don't have SCCS to test things.
3824
3825 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3826 (vc-sccs-state-heuristic): Fix typo.
3827 (vc-sccs-workfile-unchanged-p): Add missing argument.
3828
3829 * vc-rcs.el: Require vc and vc-rcs-hooks.
3830 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3831 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3832 (vc-release-greater-or-equal-p): Move from vc.
3833 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3834 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3835 (vc-rcs-checkout): Add a missing `new-version' argument in the
3836 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
3837
3838 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3839 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3840 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3841 than the apparently unbound `workfile-version'.
3842
3843 * vc-hooks.el (vc-master-templates): Def the obsolete var.
3844 (vc-file-prop-obarray): Use `make-vector'.
3845 (vc-backend-functions): Add new hookable functions
3846 vc-toggle-read-only, vc-record-rename and vc-merge-news.
3847 (vc-loadup): If neither backend nor default functions exist, use
3848 the backend function rather than nil.
3849 (vc-call-backend): If the function if not bound yet, try to load
3850 the non-hook file to see if it provides it.
3851 (vc-call): New macro plus use it wherever possible.
3852 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3853 nor `vc-find-binary' since it's only called from
3854 vc-mistrust-permission which is only used once the backend is known.
3855 (vc-checkout-model): Fix parenthesis.
3856 (vc-recompute-state, vc-prefix-map): Move to vc.el.
3857
3858 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
3859 (vc-cvs-release, vc-cvs-system-release): Remove.
3860 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3861 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3862 status symbols.
3863 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3864 (vc-cvs-toggle-read-only): First cut at a function to allow a
3865 cvs-status-free vc-toggle-read-only.
3866 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3867 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3868 vc-cvs-status. Also set vc-state rather than vc-locking-user.
3869 (vc-cvs-checkout): Modify access rights directly if the user
3870 requested not to use `cvs edit'. And refresh the mode line.
3871
3872 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3873 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3874
3875 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3876
3877 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
3878 workfile' that got lost when the code was extracted from vc.el.
3879 And merged the tail with the rest of the code (not possible in the
3880 old vc.el where the tail was shared among all backends). And
3881 explicitly set the state to 'edited if `writable' is set.
3882
3883 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3884 (vc-cvs-state): Be careful to return the value from
3885 vc-cvs-parse-state.
3886 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
3887 property but return it instead. Also be careful to handle a nil
3888 or "" `rev' when workfile is non-nil (it was handled properly when
3889 workfile was nil).
3890
3891 * vc.el: Removed those pesky unnecessary `(function' quotes.
3892 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3893 directly in the defvar.
3894 (vc-do-command): Bind inhibit-read-only so as to properly handle
3895 the case where the destination buffer has been made read-only.
3896 (vc-diff): Delegate to vc-version-diff in all cases.
3897 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
3898 (vc-annotate-mode-variables): Removed (code moved partly to
3899 defvars and partly to vc-annotate-add-menu).
3900 (vc-annotate-mode): Turned into a derived-mode.
3901 (vc-annotate-add-menu): Moved in code in
3902 vc-annotate-mode-variables.
3903 (vc-update-change-log): Use make-temp-file if available.
3904
3905 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
3906
3907 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3908 `vc-checkout-model' updated to `vc-cvs-update-model'.
3909
3910 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3911
3912 * vc.el (vc-next-action-on-file): Added handling of state
3913 `unlocked-changes'.
3914 (vc-checkout-carefully): Is now practically obsolete, unless the
3915 above is too slow to be enabled unconditionally.
3916 (vc-update-change-log): Fixed typo.
3917
3918 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3919
3920 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3921 Now handles state `unlocked-changes'.
3922 (vc-sccs-workfile-unchanged-p): New function, to support the above.
3923
3924 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3925
3926 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3927 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
3928 `unlocked-changes'.
3929 (vc-rcs-workfile-unchanged-p): Renamed from
3930 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
3931 function yet, but supposed to become one soon.
3932
3933 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3934 `vc-steal-lock'.
3935 (vc-call-backend): Changed error message.
3936 (vc-state): Added description of state `unlocked-changes'.
3937
3938 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3939
3940 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3941 always return t in CVS-controlled directories.
3942
3943 * vc.el (vc-responsible-backend): New function.
3944 (vc-register): Largely rewritten.
3945 (vc-admin): Removed (implementation moved into vc-register).
3946 (vc-checkin): Redocumented.
3947 (vc-finish-logentry): If no backend defined yet (because we are in
3948 the process of registering), use the responsible backend.
3949
3950 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3951 Updated function lists.
3952 (vc-call-backend): Fixed typo.
3953
3954 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3955 New functions.
3956 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3957 Removed query option. Redocumented.
3958
3959 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3960
3961 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3962
3963 * vc.el: Updated callers of `vc-checkout-required' to use
3964 `vc-checkout-model'.
3965
3966 2000-09-04 Martin Lorentzson <martinl@gnu.org>
3967
3968 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
3969 stuff updated to reference this function instead of the old
3970 `vc-backend-release-p'.
3971
3972 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3973
3974 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3975 vc-checkout-model. Return appropriate values. Updated callers.
3976
3977 2000-09-04 Martin Lorentzson <martinl@gnu.org>
3978
3979 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
3980 (vc-backend-revert): Function moved into `vc-revert';
3981 `vc-next-action' must be updated to accomodate this change.
3982 (vc-backend-steal): Function moved into `vc-finish-steal'.
3983 (vc-backend-logentry-check): Function moved into
3984 `vc-finish-logentry'.
3985 (vc-backend-printlog): Function moved into `vc-print-log'.
3986 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3987 (vc-backend-assign-name): Function moved into
3988 `vc-create-snapshot'.
3989
3990 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3991
3992 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
3993 Rename to vc-checkout-model. Return appropriate values.
3994 Update callers.
3995
3996 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
3997 to vc-checkout-model.
3998 (vc-checkout-required): Rename to vc-checkout-model.
3999 Re-implement and re-comment.
4000 (vc-after-save): Use vc-checkout-model.
4001
4002 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4003
4004 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4005 Update to use the vc-BACKEND-diff functions instead.
4006 `vc-diff' is now working.
4007
4008 * vc-rcs.el (vc-rcs-logentry-check): New function.
4009
4010 * vc-cvs.el (vc-cvs-logentry-check): New function.
4011
4012 * vc-sccs.el (vc-sccs-diff): Function changed name from
4013 `vc-backend-diff'. This makes `vc-diff' work.
4014
4015 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
4016 of functions possibly implemented in a vc-BACKEND library.
4017 (vc-checkout-required): Fix bug that caused an error to be
4018 signaled during `vc-after-save'.
4019
4020 * vc.el: Fix typo.
4021 This checkin is made with our new VC code base for the very first time.
4022 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
4023
4024 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4025 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4026
4027 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4028 updated to `vc-uses-locking'.
4029 (vc-checkout-required): Call to backend function.
4030 `vc-checkout-required' updated to `vc-uses-locking' instead.
4031
4032 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4033 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4034
4035 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
4036 to match the split into various backends.
4037 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
4038 (vc-retrieve-snapshot): Bug fix.
4039
4040 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4041
4042 * vc-sccs.el (vc-sccs-release): Doc fix.
4043
4044 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4045
4046 * vc.el (vc-next-action-on-file): Bug found and fixed.
4047 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4048 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4049
4050 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4051 (vc-rcs-checkout): Name space cleaned up. No more revision number
4052 crunching function names that are not prefixed with vc-rcs.
4053 (vc-rcs-checkout-model): Function added. References to
4054 `vc-checkout-model' replaced.
4055
4056 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4057
4058 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4059 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4060 still need to be split, and implemented for RCS).
4061
4062 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4063
4064 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4065
4066 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4067 required by the vc.el file.
4068
4069 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4070 required by the vc.el file.
4071 (vc-rcs-exists): Function added.
4072
4073 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4074 required by the vc.el file.
4075
4076 * vc.el (vc-admin): Updated to handle selection of appropriate
4077 backend. Current implementation is crufty and need re-thinking.
4078
4079 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4080
4081 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4082
4083 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4084 beginning of annotate buffers correctly.
4085
4086 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4087 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4088 functionality updated quite a lot to support multiple backends.
4089 Variables `vc-annotate-mode', `vc-annotate-buffers',
4090 `vc-annotate-backend' added.
4091
4092 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4093 `vc-annotate-difference' added to supported backend functions.
4094
4095 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4096
4097 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4098 Use with-temp-file instead of /bin/sh. Merged from mainline
4099
4100 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4101
4102 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4103
4104 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4105
4106 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4107
4108 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4109
4110 * vc-hooks.el: vc-state-heuristic added to
4111 vc-backend-hook-functions.
4112
4113 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4114
4115 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4116
4117 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4118 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
4119 state to `reserved'.
4120
4121 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4122 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4123
4124 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4125
4126 * vc-rcs-hooks.el: Implement new state model. Hardly anything
4127 untouched.
4128
4129 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
4130
4131 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
4132 if defined. (Merged from main line, slightly adapted.)
4133
4134 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4135 millenium problem (merged from mainline).
4136
4137 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4138
4139 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4140 part and moved the non-BACKEND stuff to vc.el.
4141
4142 * vc.el: Split the annotate feature into a BACKEND specific part
4143 and moved it from the vc-cvs.el file to this one.
4144
4145 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4146
4147 * vc-hooks.el: Implement new state model.
4148 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4149 (vc-locking-user): Simplify. Now only needed if the file is
4150 locked by somebody else.
4151 (vc-lock-from-permissions): Remove. Functionality is in
4152 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4153 (vc-mode-line-string): New name for former vc-status. Adapted.
4154 (vc-mode-line): Adapt to use the above. Remove optional parameter.
4155
4156 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4157 Various simplifications and adaptations all over the place.
4158
4159 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4160 Simplify and adapt the rest.
4161
4162 * vc.el (vc-resynch-window): Add TODO comment: check for
4163 interaction with view mode according to recent RCS change.
4164 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
4165
4166 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4167
4168 * vc.el: Convert the remaining function comments to docstrings.
4169
4170 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4171
4172 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4173 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4174 (vc-minor-part, vc-previous-version): Functions that operate and
4175 compare revision numbers got proper documentation. Comments added
4176 about their possible removal.
4177
4178 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4179
4180 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4181 the vc-backend.el files.
4182
4183 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4184
4185 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4186 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4187 (vc-rcs-previous-version): Functions added.
4188
4189 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4190
4191 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4192
4193 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4194
4195 * vc-hooks.el (vc-master-templates): Is really obsolete.
4196 Comment out the definition for now. What is the right procedure
4197 to get rid of it?
4198 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4199 rewritten.
4200 (vc-default-registered): Remove.
4201 (vc-check-master-templates): New function; does mostly what the
4202 above did before.
4203 (vc-locking-user): Don't rely on the backend to set the property.
4204
4205 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
4206 Rewrite documentation.
4207 (vc-rcs-templates-grabbed): New variable.
4208 (vc-rcs-grab-templates): New function.
4209 (vc-rcs-registered): Rewrite to use above mechanism.
4210
4211 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
4212 Rewrite documentation.
4213 (vc-sccs-templates-grabbed): New variable.
4214 (vc-sccs-grab-templates): New function.
4215 (vc-sccs-registered): Rewrite to use above mechanism.
4216 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4217 Don't throw the result, simply return it.
4218
4219 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4220 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4221 (vc-cvs-registered): Does the check itself now. Simplify.
4222
4223 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
4224 from main line.
4225
4226 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4227
4228 * vc-cvs.el (vc-cvs-diff): New function.
4229
4230 * vc-sccs.el (vc-sccs-diff): New function.
4231
4232 * vc-rcs.el (vc-rcs-diff): New function.
4233 (vc-rcs-checkout): Bug (typo) found and fixed.
4234 (vc-rcs-register-switches): New variable.
4235
4236 * vc.el (vc-backend-diff): Function removed and placed in the
4237 backend files.
4238
4239 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4240
4241 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4242
4243 * vc.el (vc-backend-checkout): Function removed and replaced in
4244 the vc-backend.el files.
4245
4246 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4247
4248 * vc.el (vc-backend-admin): Removed and replaced in the
4249 vc-backend.el files.
4250
4251 * vc.el (Martin): Removed all the annotate functionality since it
4252 is CVS backend specific.
4253
4254 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4255
4256 * spec.txt: Added specification of vc-state.
4257
4258 * vc-sccs-hooks.el (vc-sccs-master-properties):
4259 Remove handling of vc-latest-version and
4260 vc-your-latest-version. What used to be vc-latest-version, is now
4261 returned as vc-workfile-version.
4262 (vc-sccs-workfile-version): Adapt.
4263
4264 2000-09-04 Dave Love <fx@gnu.org>
4265
4266 * vc.el: [Merged from mainline.]
4267 (vc-dired-mode): Make the dired-move-to-filename-regexp
4268 regexp match the date, to avoid treating date as file size.
4269 Add YYYY S option to WESTERN/
4270
4271 2000-09-04 Dave Love <fx@gnu.org>
4272
4273 * vc.el: Require `compile' when compiling.
4274 (vc-logentry-check-hook): New option.
4275 (vc-steal-lock): Use compose-mail.
4276 (vc-dired-mode-map): Defvar when compiling.
4277 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4278 vc-sccs.el and renamed. Callers changed.
4279 (vc-backend-checkout, vc-backend-logentry-check)
4280 (vc-backend-merge-news): Doc fix.
4281 (vc-default-logentry-check): New function.
4282 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4283 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4284 (vc-backend-merge): Doc fix. Use backend functions.
4285 (vc-check-headers): Use backend functions.
4286
4287 * vc-cvs.el: Require vc when compiling.
4288 (vc-cvs-register-switches): Doc fix.
4289 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4290 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4291 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4292 New functions (code from vc.el).
4293 (vc-annotate-display-default): Fix interactive spec.
4294 (vc-annotate-time-span): Doc fix.
4295
4296 * vc-rcs.el: Require vc when compiling.
4297 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4298 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4299 (vc-rcs-checkin): New functions (code from vc.el).
4300 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4301 Doc fix.
4302 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4303
4304 * vc-sccs.el: Require vc when compiling.
4305 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4306 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4307 (vc-sccs-revert)
4308 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4309 from vc.el).
4310 (vc-sccs-add-triple, vc-sccs-record-rename)
4311 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4312 (vc-sccs-admin): Doc fix.
4313
4314 2000-09-04 Martin Lorentzson <martinl@gnu.org>
4315
4316 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4317 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4318 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4319 from vc.el.
4320
4321 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4322
4323 * vc-cvs.el: Moved the annotate functionality from vc.el.
4324 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4325
4326 2000-09-04 Dave Love <fx@gnu.org>
4327
4328 * vc.el (vc-backend-release): Call vc-system-release.
4329
4330 * vc-sccs.el (vc-sccs-system-release):
4331 Renamed from vc-sccs-backend-release.
4332
4333 * vc-rcs.el (vc-rcs-system-release):
4334 Renamed from vc-rcs-backend-release.
4335
4336 * vc-cvs.el (vc-cvs-system-release):
4337 Renamed from vc-cvs-backend-release.
4338
4339 2000-09-04 Dave Love <fx@gnu.org>
4340
4341 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4342 backend files.
4343 (vc-backend-release): Dispatch to backend functions.
4344 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4345 probably needs attention.]
4346
4347 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4348 (vc-sccs-backend-release): New function.
4349
4350 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4351 (vc-cvs-backend-release): New function.
4352
4353 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4354 Doc fix.
4355 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4356 (vc-default-dired-state-info): New function.
4357 (vc-dired-state-info): Dispatch to backends.
4358 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4359
4360 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4361 from vc.el and renamed.
4362
4363 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4364
4365 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4366 (vc-version-other-window, vc-backend-assign-name): Removed
4367 references to vc-latest-version; sometimes changed into
4368 vc-workfile-version.
4369
4370 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4371 vc-rcs-master-workfile-version.
4372 (vc-rcs-workfile-version): Use the above. Don't call
4373 vc-latest-version (that was unreachable code, anyway).
4374 (vc-rcs-fetch-master-properties): Doc fix.
4375
4376 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4377 (vc-backend-hook-functions): Removed them from this list, too.
4378 (vc-fetch-properties): Removed.
4379 (vc-workfile-version): Doc fix.
4380
4381 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4382 (vc-rcs-workfile-version, vc-rcs-locking-user)
4383 (vc-rcs-uses-locking): Use it.
4384
4385 * vc-hooks.el (vc-consult-rcs-headers):
4386 Moved into vc-rcs-hooks.el, under the name
4387 vc-rcs-consult-headers.
4388
4389 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4390 headers.
4391 (vc-cvs-find-master): Use this name only; correct different
4392 versions of the name.
4393
4394 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4395 New functions.
4396 (vc-sccs-locking-user): Use the latter.
4397
4398 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4399 New functions.
4400
4401 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4402 Moved into both
4403 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4404 functions are implementation details of those two backends.
4405
4406 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4407
4408 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4409 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4410
4411 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4412 (vc-sccs-parse-locks): SCCS-specific code moved here from
4413 vc-hooks.
4414
4415 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4416 code moved here from vc-hooks.
4417
4418 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4419 into back-end specific parts and removed. Callers not updated
4420 yet; because I guess these callers will disappear into back-end
4421 specific files anyway.
4422
4423 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4424
4425 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4426 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4427 `vc-uses-locking'.
4428
4429 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4430 Store yes/no in the property, and return t/nil. Updated all
4431 callers.
4432
4433 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4434 vc-sccs-uses-locking. Don't set property.
4435 (vc-sccs-locking-user): Don't set property.
4436
4437 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4438 vc-cvs-uses-locking. Don't set property here; leave that to
4439 vc-hooks.
4440 (vc-cvs-locking-user): Reflect above change. Streamlined.
4441
4442 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4443 vc-rcs-uses-locking.
4444 (vc-rcs-locking-user): Reflect above change.
4445
4446 2000-09-04 Dave Love <fx@gnu.org>
4447
4448 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4449
4450 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4451
4452 * vc-hooks.el (vc-checkout-model): Punt to backends.
4453
4454 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4455
4456 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4457
4458 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4459 New functions.
4460
4461 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4462 New functions.
4463
4464 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4465 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4466
4467 * vc-hooks.el (vc-default-locking-user): New function.
4468 (vc-locking-user, vc-workfile-version): Punt to backends.
4469
4470 2000-09-04 Dave Love <fx@gnu.org>
4471
4472 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4473 (vc-master-workfile-version): Moved from vc-hooks.
4474
4475 * vc-rcs-hooks.el: Fix duplicate code in last change.
4476
4477 * vc-rcs-hooks.el: Require vc-hooks when compiling.
4478 (vc-rcs-master-templates): Improve :type.
4479 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4480 vc-master-workfile-version): Moved from vc-hooks.
4481
4482 * vc-sccs-hooks.el: Require vc-hooks when compiling.
4483 (vc-sccs-master-templates): Improve :type.
4484 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4485
4486 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4487
4488 * vc-cvs-hooks.el: Require vc-hooks when compiling.
4489 (vc-cvs-master-templates): Improve :type. Use
4490 vc-cvs-find-cvs-master.
4491 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4492 from vc-hooks.
4493 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4494
4495 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4496 Moved to vc-cvs-hooks.
4497
4498 * vc-hooks.el: Add doc strings in various places. Simplify the
4499 minor mode setup.
4500 (vc-handled-backends): New user variable.
4501 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4502 simplification.
4503
4504 2000-09-04 Dave Love <fx@gnu.org>
4505
4506 * vc.el: Some doc fixes for autoloaded and interactive functions.
4507 Fix compilation warnings from ediff stuff.
4508 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4509
4510 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4511
4512 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4513
4514 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4515
4516 2000-09-04 Dave Love <fx@gnu.org>
4517
4518 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4519 New variable.
4520 (vc-make-backend-function, vc-loadup, vc-call-backend)
4521 (vc-backend-defines): New functions.
4522
4523 * vc-hooks.el: Various doc fixes.
4524 (vc-default-back-end, vc-follow-symlinks): Custom fix.
4525 (vc-match-substring): Function removed. Callers changed to use
4526 match-string.
4527 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4528 Simplify.
4529
4530 2000-09-04 Dave Love <fx@gnu.org>
4531
4532 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4533 type.
4534 (vc-sccs-project-dir, vc-search-sccs-project-dir)
4535 (vc-sccs-registered): Doc fix.
4536
4537 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4538 (vc-cvs-registered): Doc fix.
4539
4540 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4541 (vc-rcs-registered): Doc fix.
4542
4543 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4544
4545 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4546
4547 * vc-hooks.el: vc-registered has been renamed
4548 vc-default-registered. Some functions have been moved to the
4549 backend specific files. they all support the
4550 vc-BACKEND-registered functions.
4551
4552 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4553
4554 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4555
4556 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4557
4558 2000-09-04 Dave Love <fx@gnu.org>
4559
4560 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4561 menu-bar-update-hook.
4562
4563 * help.el (help-manyarg-func-alist): Add
4564 find-operation-coding-system.
4565
4566 * wid-edit.el (widget-sexp-validate): Fix garbled code.
4567
4568 * custom.el (custom-set-variables): Print message about errors in
4569 setting.
4570
4571 2000-09-03 Andrew Innes <andrewi@gnu.org>
4572
4573 * makefile.w32-in: Change to DOS line endings.
4574
4575 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4576
4577 * mouse.el (mouse-popup-menubar): Supply the prompt string for
4578 minor-mode keymaps, if they don't have one.
4579
4580 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4581
4582 * eshell/esh-module.el (eval-when-compile): Don't lose if
4583 esh-module.el's file name is truncated to DOS 8+3 limits.
4584
4585 2000-09-01 John Wiegley <johnw@gnu.org>
4586
4587 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4588 predicate, which caused entries in the completion list to be
4589 doubled.
4590
4591 2000-08-30 John Wiegley <johnw@gnu.org>
4592
4593 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4594 sending to subprocesses. Also, hook pre-command-hook if
4595 `eshell-send-direct-to-subprocesses' is non-nil.
4596 (eshell-send-direct-to-subprocesses): New config variable. If t,
4597 subprocess input is send immediately.
4598 (eshell-toggle-direct-send): New function.
4599 (eshell-self-insert-command): New function.
4600 (eshell-intercept-commands): New function.
4601 (eshell-send-input): If direct subprocess sending is enabled,
4602 don't echo any input to the Eshell buffer. Let the subprocess
4603 handle that. This requires "stty echo" in bash, for example.
4604
4605 2000-08-28 John Wiegley <johnw@gnu.org>
4606
4607 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4608 completion function for Eshell's implementation of `unset'.
4609
4610 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4611
4612 * info.el (Info-directory-list): Doc fix.
4613
4614 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
4615
4616 * filecache.el (file-cache-add-directory-using-find): Don't quote
4617 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4618
4619 2000-08-31 Kenichi Handa <handa@etl.go.jp>
4620
4621 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4622 coding systems.
4623
4624 2000-08-30 Andrew Innes <andrewi@gnu.org>
4625
4626 * timer.el (run-with-idle-timer): Undo last change, so that timer
4627 is not activated immediately if Emacs is already idle. Some
4628 existing code relies on this behaviour.
4629
4630 2000-08-30 Miles Bader <miles@gnu.org>
4631
4632 * frame.el (set-frame-font): Do completion of font-name for
4633 interactive use.
4634
4635 2000-08-30 Kenichi Handa <handa@etl.go.jp>
4636
4637 * international/quail.el (quail-start-translation): Bind locally
4638 last-command-event, last-command, and this-command.
4639 (quail-start-conversion): Likewise.
4640 (quail-self-insert-command): Fix docstring.
4641
4642 2000-08-29 Gerd Moellmann <gerd@gnu.org>
4643
4644 * progmodes/executable.el
4645 (executable-make-buffer-file-executable-if-script-p): Check that
4646 buffer contains at least 2 characters.
4647
4648 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
4649
4650 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4651
4652 2000-08-29 Dave Love <fx@gnu.org>
4653
4654 * diff-mode.el (diff-mode) <defgroup>: Add :version.
4655 (diff-mode-shared-map): Bind mouse-2.
4656 (diff-imenu-generic-expression): New variable.
4657 (diff-mode): Use it.
4658
4659 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4660 (mouse-popup-menubar): Add minor mode menus.
4661 (popup-menu): Check for lookup-key returning number.
4662
4663 2000-08-29 Miles Bader <miles@gnu.org>
4664
4665 * comint.el (comint-send-input): Create overlays using the proper
4666 front/read-advance arguments.
4667
4668 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4669
4670 * ps-print.el: Even/odd pages printing. Doc fix.
4671 (ps-print-version): New version number (6.0).
4672 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4673 (ps-background, ps-begin-file, ps-begin-job): Code fix.
4674 (ps-print-duplex-feature): Variable eliminated.
4675 (ps-even-or-odd-pages): New variable.
4676
4677 * progmodes/ebnf2ps.el: Doc fix.
4678 (ebnf-version): New version (3.3).
4679 (ebnf-user-arrow): Change variable customization to sexp.
4680 (ebnf-user-arrow): Function eliminated.
4681 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
4682
4683 2000-08-29 Kenichi Handa <handa@etl.go.jp>
4684
4685 * help.el (help-xref-mule-regexp): New variable.
4686 (help-make-xrefs): Handle help-xref-mule-regexp.
4687
4688 * international/mule-cmds.el (help-xref-mule-regexp-template): New
4689 variable.
4690 (describe-input-method): Temporarily activate the specfied input
4691 method to display the information.
4692 (describe-language-environment): Hyperlinks to mule related items.
4693
4694 * international/mule-diag.el (charset-multibyte-form-string): New
4695 function.
4696 (list-character-sets-1): Use charset-multibyte-form-string.
4697 (describe-character-set): New function.
4698 (describe-coding-system): Hyperlinks to safe character sets.
4699
4700 * international/quail.el (quail-help): New arg PACKAGE.
4701 Hyperlinks to mule related items.
4702 (quail-help-insert-keymap-description): Use
4703 substitute-command-keys instead of describe-bindings.
4704 (quail-translation-help): Hyperlinks to mule related items.
4705
4706 2000-08-28 John Wiegley <johnw@gnu.org>
4707
4708 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4709 have a defsubst call itself. Made `eshell-flatten-list' back into
4710 a function again.
4711
4712 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4713 catch, in case re-centering point at bottom messes up the display.
4714 This happens frequently in Emacs 21, due I believe to variable
4715 line heights.
4716
4717 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4718 to call `find-tag-interactive'.
4719
4720 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4721 the list of remember directories.
4722
4723 2000-08-28 John Wiegley <johnw@gnu.org>
4724
4725 * align.el: Test align-region-separate to see if it's a symbol.
4726
4727 2000-08-28 John Wiegley <johnw@gnu.org>
4728
4729 * eshell/esh-util.el (eshell-flatten-list): Made this function
4730 into a defsubst form. It gets used very frequently, although
4731 calls don't occur all that often.
4732
4733 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4734 examining it.
4735
4736 * eshell/esh-cmd.el (eshell-rewrite-while-command):
4737 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4738 `eshell-protect'.
4739 (eshell-copy-handles): Created a new macro for duplicating the
4740 current set of open handles. This is needed by the looping
4741 functions.
4742 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4743 is not incorrectly stomped on.
4744
4745 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4746 declaration for pcomplete-use-paring.
4747 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4748 value of eshell-cmpl-use-paring.
4749 * pcomplete.el (pcomplete-use-paring): New config variable, to
4750 indicate whether paring should be used.
4751 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4752 completion alternatives that have already been used.
4753
4754 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4755 bound to C-c C-y, which will repeat the previous N arguments
4756 (based on prefix argument).
4757 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4758
4759 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4760 if there is no *Help* buffer. This is for XEmacs, which renames
4761 its help buffers uniquely. TODO: Find out what the current buffer
4762 name to delete is.
4763
4764 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4765 first entry that correlates to a passwd/group number. Later
4766 entries (used for group/user name aliasing to multiple IDs) are
4767 ignored.
4768
4769 * eshell/em-xtra.el (eshell/expr):
4770 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4771 (eshell-grep, eshell/diff, eshell/locate):
4772 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4773 argument list, before passing it to the system command.
4774
4775 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4776 `find-tag' for use at final position in Eshell buffers (which
4777 otherwise triggers an error on Emacs 21).
4778 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4779 buffer, if it is currently bound to `find-tag'.
4780
4781 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4782 in the list of matched Makefile names.
4783 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4784 directory, prefer its contents to Makefile.
4785
4786 * eshell/em-dirs.el (eshell/cd): cd commands that look up
4787 directory parts (like "cd old new", or "cd =regexp"), are now case
4788 sensitive on non-Windows/DOS platforms.
4789
4790 * eshell/esh-mode.el (eshell-parse-command-input): When a user
4791 types RET after an open delimiter (like "), display a message
4792 indicating that Eshell is waiting for the closing delimiter.
4793
4794 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4795 environment variables.
4796
4797 * eshell/em-unix.el (eshell/diff): Added logic to fail more
4798 gracefully if the user enters incorrect arguments.
4799
4800 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4801 Eshell buffers.
4802
4803 * eshell/esh-var.el (eshell-interpolate-variable):
4804 * eshell/esh-mode.el (eshell-move-argument):
4805 * eshell/em-unix.el (eshell-du-sum-directory):
4806 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4807 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4808 (not (= ...)).
4809
4810 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4811 to ensure the `preserve' flag gets propagated when doing recursive
4812 directory copies.
4813
4814 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
4815
4816 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4817 Don't convert \n into \0177 in memory.
4818 (eshell-read-history, eshell-write-history): Convert \n to \0177,
4819 and back again, when reading and writing.
4820
4821 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
4822
4823 * eshell/esh-util.el (eshell-processp): Added to relieve constant
4824 testing of `fboundp' on `processp'.
4825
4826 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4827 (eshell/jobs): Don't call process-list if it is not bound.
4828 (eshell-gather-process-output): Support systems where async
4829 subprocesses aren't supported.
4830 (eshell-scratch-buffer, eshell-last-sync-output-start): New
4831 variables.
4832
4833 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4834 eshell-do-eval returns t.
4835 (eshell-do-pipelines-synchronously): New defmacro.
4836 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4837 when async subprocesses aren't supported.
4838 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
4839 if async subprocesses aren't supported.
4840 (eshell-resume-command): Don't assume STATUS is a string.
4841
4842 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4843
4844 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4845 (eshell-close-target, eshell-get-target): Use eshell-processp.
4846 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4847 fix.
4848 (eshell-get-target, eshell-create-handles): Doc fix.
4849
4850 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
4851
4852 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
4853 criterion to include commands that output something, as long as it
4854 leaves both the command and the end-of-buffer visible when the
4855 command has exited.
4856 (eshell-review-quick-commands): Adjust the help doc string
4857 accordingly.
4858
4859 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
4860
4861 * locate.el (locate): Cleaned up locate command's interactive prompting
4862 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
4863
4864 * filecache.el (file-cache-case-fold-search): New variable
4865 (file-cache-assoc-function): New variable
4866 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4867 Use file-cache-case-fold-search variable
4868 (file-cache-add-file): Use file-cache-assoc-function
4869 (file-cache-delete-file): likewise
4870 (file-cache-directory-name): likewise
4871 (file-cache-debug-read-from-minibuffer): likewise
4872
4873 2000-08-28 Gerd Moellmann <gerd@gnu.org>
4874
4875 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4876 (abbrev-table-name): New function.
4877 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4878 If non-nil list local abbrev, only.
4879
4880 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
4881
4882 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4883 from Gnus support code, and use special article copy buffer
4884 `(gnus-original-article-buffer)' instead. This allows to get rid
4885 of article-hide-headers usage (which breaks in the latest Gnus
4886 version). Thanks to Detlev Zundel.
4887
4888 2000-08-28 Kenichi Handa <handa@etl.go.jp>
4889
4890 * international/quail.el (quail-use-package): Hide "... loaded"
4891 message.
4892 (quail-start-translation, quail-start-conversion): Likewise.
4893
4894 * international/kkc.el (kkc-region): Hide "... loaded" message.
4895
4896 2000-08-27 Dave Love <fx@gnu.org>
4897
4898 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4899
4900 2000-08-27 Miles Bader <miles@gnu.org>
4901
4902 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4903
4904 2000-08-27 Kenichi Handa <handa@etl.go.jp>
4905
4906 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4907 'ja-dic-cnv), not (require 'skkdic-cnv).
4908
4909 2000-08-26 Miles Bader <miles@gnu.org>
4910
4911 * faces.el (face-x-resources): Add entry for :inherit.
4912 * cus-face.el (custom-face-attributes): Add support for :inherit
4913 attribute. Add support for relative face heights.
4914 (custom-face-attributes-get): Treat `nil' as being a default value
4915 for :inherit (as well as `unspecified').
4916
4917 * faces.el (set-face-attribute): Update doc string.
4918 (face-attribute-name-alist): Add :inherit.
4919 (face-valid-attribute-values): Handle :inherit.
4920 (face-read-string): Rephrase prompt to be less confusing.
4921 Assume that DEFAULT is a string, since we must return a string.
4922 (face-read-integer): Use `format' to turn DEFAULT into an
4923 acceptable default for face-read-string. Match NEW-VALUE against
4924 the string "unspecified", not the symbol `unspecified', since
4925 that's what face-read-string returns.
4926 (read-face-attribute): Lookup a name for old-value in valid, and
4927 use it as a default if we find one. Treat all values from
4928 face-read-string as strings. If the default is used, don't do any
4929 more processing on the value, just use the old value directly.
4930 (read-face-and-attribute, modify-face): Tweak prompt.
4931 (read-face-name): Don't assume prompt ends with a space.
4932
4933 * faces.el (describe-face): Add support for :inherit attribute.
4934
4935 2000-08-25 Kenichi Handa <handa@etl.go.jp>
4936
4937 * terminal.el (terminal-emulator): Fix args to `concat'. Now
4938 concat doesn't accept interger.
4939
4940 * international/kkc.el: Remove SKK from Keywords. Require
4941 ja-dic-utl instead of skkdic-utl.
4942
4943 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4944 Provide ja-dic-cnv instead of skkdic-cnv.
4945 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
4946 (iso-2022-7bit-short): Add safe-charsets property.
4947 (skkdic-convert-postfix): Search Japanese chou-on character in
4948 addition to Hiragana character.
4949 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4950 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4951 (batch-skkdic-convert): Likewise.
4952
4953 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4954 Provide ja-dic-utl instead of skkdic-utl.
4955 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4956
4957 2000-08-24 Dave Love <fx@gnu.org>
4958
4959 * disp-table.el (standard-display-default): Make the test of `l'
4960 useful.
4961
4962 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4963 mod sample text.
4964
4965 * international/iso-ascii.el: Make pilcrow convenient string
4966 consistent with section.
4967 (iso-ascii-display): Set up multibyte characters as well as
4968 unibyte.
4969
4970 2000-08-24 Kenichi Handa <handa@etl.go.jp>
4971
4972 * international/mule-cmds.el (reset-language-environment): Set
4973 default-process-coding-system to '(undecided . iso-latin-1), which
4974 makes process I/O almost consistent with file I/O. Call this
4975 function when mule-cmds.el[c] is loaded.
4976
4977 2000-08-22 Andrew Innes <andrewi@gnu.org>
4978
4979 * makefile.w32-in: New file.
4980
4981 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
4982
4983 * comint.el (comint-output-filter): Compare end of
4984 comint-last-output-overlay with the start of the newly inserted
4985 text, not the end, when deciding whether to extend it.
4986 Set saved-point's insertion type to advance after insertion.
4987
4988 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4989 since this is now done independently of font-lock mode.
4990
4991 2000-08-21 Gerd Moellmann <gerd@gnu.org>
4992
4993 * server.el (server-kill-new-buffers): New user option.
4994 (server-existing-buffer): New buffer-local variable.
4995 (server-visit-files): When using an existing buffer, set
4996 server-existing-buffer to t.
4997 (server-buffer-done): If server-kill-new-buffers is t, kill the
4998 buffer, unless it was already present before visiting it with
4999 Emacs server.
5000
5001 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5002
5003 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5004 even if the display doesn't support colors: some displays will
5005 support bold/underline faces.
5006
5007 2000-08-21 Gerd Moellmann <gerd@gnu.org>
5008
5009 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5010
5011 * startup.el (command-line): If user's init file had an error,
5012 add explanatory text to *Messages*.
5013
5014 2000-08-21 Kenichi Handa <handa@etl.go.jp>
5015
5016 * man.el (Man-getpage-in-background): Decode the process output by
5017 the system locale coding system.
5018
5019 2000-08-20 Dave Love <fx@gnu.org>
5020
5021 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5022 Don't test x-popup-menu.
5023 (function) <complete-function>: Complete only fbound symbols.
5024 <validate, value>: New.
5025 (variable) <complete-function>: Complete only bound symbols.
5026 (coding-system): Add :base-only, :complete-function, :validate,
5027 :value, :prompt-match.
5028 (widget-coding-system-prompt-value): Use read-coding-system and
5029 act on :base-only.
5030 (editable-field): Add :help-echo.
5031 (widget-push-button-gui, widget-push-button-cache)
5032 (widget-gui-action, widget-editable-list-gui): COmment out, along
5033 with uses.
5034 (widget-at): Make arg optional.
5035 (widget-echo-help): Adjust for current help-echo calling sequence.
5036 (widget-specify-field, widget-specify-button)
5037 (widget-specify-insert, widget-get-sibling, widget-image-find)
5038 (widget-convert, widget-insert, widget-leave-text)
5039 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5040 (widget-setup, widget-field-find, widget-before-change)
5041 (widget-after-change, widget-default-complete)
5042 (widget-default-create, widget-default-delete)
5043 (widget-push-button-value-create, editable-field)
5044 (widget-field-prompt-value, widget-field-validate)
5045 (widget-choice-value-create, widget-choice-action)
5046 (widget-choice-validate, widget-checklist-add-item)
5047 (widget-radio-add-item, widget-radio-chosen)
5048 (widget-radio-value-inline, widget-editable-list-value-create)
5049 (widget-editable-list-entry-create)
5050 (widget-documentation-link-add)
5051 (widget-documentation-string-value-create)
5052 (widget-regexp-validate, widget-file-complete)
5053 (widget-sexp-validate, widget-plist-convert-widget)
5054 (widget-plist-convert-widget, widget-alist-convert-widget)
5055 (widget-alist-convert-widget, widget-color-complete): Simplify,
5056 particularly to avoid bindings which aren't optimized out.
5057
5058 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5059 Doc fix.
5060 (down-list, backward-up-list, up-list, kill-sexp)
5061 (backward-kill-sexp, mark-sexp): Make arg optional.
5062 (lisp-complete-symbol): Add optional arg PREDICATE.
5063
5064 * cus-start.el: Add display-buffer-reuse-frames,
5065 file-coding-system-alist.
5066
5067 2000-08-20 Gerd Moellmann <gerd@gnu.org>
5068
5069 * startup.el (command-line): Clear realized faces after
5070 modifying TTY color mappings.
5071
5072 2000-08-20 Miles Bader <miles@gnu.org>
5073
5074 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5075 merely a subset of FACE's attributes.
5076
5077 2000-08-19 Miles Bader <miles@gnu.org>
5078
5079 * comint.el (comint-output-filter): Save the point with a marker,
5080 not just a buffer position.
5081
5082 * international/mule.el (set-buffer-process-coding-system): Make
5083 interactive prompt less confusing.
5084
5085 2000-08-19 Gerd Moellmann <gerd@gnu.org>
5086
5087 * hilit-chg.el: General cleanup of doc strings, comments and
5088 code formatting.
5089
5090 2000-08-19 Miles Bader <miles@gnu.org>
5091
5092 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5093 Compiler macro removed; beginning-of-line is no longer always
5094 equivalent to forward-line, in the presence of fields.
5095
5096 * comint.el (comint-output-filter): Remove ad-hoc saving of
5097 restriction, and just use save-restriction, now that it works
5098 correctly. Don't adjust comint-last-input-start to account for
5099 our insertion; it shouldn't have moved because we don't use
5100 insert-before-markers anymore. Comment out call to
5101 `force-mode-line-update'; why is it here?
5102
5103 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5104 while checking for prompt to delete. Use `forward-line 0'
5105 instead of beginning-of-line.
5106 (gud-filter): Temporarily widen gud comint buffer while
5107 examining output.
5108
5109 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5110
5111 * progmodes/sh-script.el: Big bag of typos.
5112
5113 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5114 check since ispell-process is not bound when ispell is not yet loaded.
5115
5116 2000-08-18 Dave Love <fx@gnu.org>
5117
5118 * image.el (find-image): Copy `spec' before using plist-put.
5119
5120 2000-08-18 Gerd Moellmann <gerd@gnu.org>
5121
5122 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5123 `portugues'.
5124
5125 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5126 backward-kill-sexp, analogous to kill-sexp.
5127
5128 * progmodes/icon.el (icon-indent-line)
5129 (icon-is-continuation-line): Handle comments specially.
5130
5131 2000-08-17 Ken Stevens <k.stevens@ieee.org>
5132
5133 * ispell.el: Set to standard author/maintainer/keyword fields.
5134 Fine tuning to menu map appearance and operation, and added help.
5135 Remove `start' and `end' error messages when compiling.
5136 (ispell-choices-win-default-height): Fixed comment string.
5137 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5138 castellano8 dictionaries.
5139 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5140 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5141 dictionary, added italiano dictionary.
5142 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5143 word character
5144 (ispell-tex-skip-alists): Added psfig support.
5145 (ispell-skip-html): Renamed from ispell-skip-sgml.
5146 (ispell-begin-skip-region-regexp, ispell-skip-region)
5147 (ispell-minor-check): Improved html skipping support to skip across
5148 code, and recognize `&' commands without propper `;' syntax;
5149 (ispell-process-line): Fix alignment error when manually
5150 correcting spelling.
5151 (ispell): Fix comment string.
5152 (ispell-add-per-file-word-list): Always put word list on new line.
5153
5154 2000-08-17 Gerd Moellmann <gerd@gnu.org>
5155
5156 * format.el (format-encode-run-method): Fix error message to say
5157 `encode' instead of `decode'. Use save-window-excursion around
5158 shell-command-on-region as in format-decode-run-method because
5159 shell-command-on-region can display a buffer with error output.
5160 (format-decode): Don't record undo information for the decoding.
5161 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5162 that number part of the temporary buffer name so that more than
5163 one decoding using a temporary buffer can happen safely.
5164
5165 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5166 of `A-z' in the regexp.
5167
5168 * hilit-chg.el: Fix typos in commentary.
5169
5170 * help.el (view-emacs-news): Rewritten for new naming scheme
5171 for old NEWS files.
5172
5173 * startup.el (command-line): Pop to *Messages* in case an error
5174 is signaled while loading user-init-file.
5175
5176 2000-08-17 Andreas Schwab <schwab@suse.de>
5177
5178 * files.el (insert-directory): Don't lose original file name,
5179 undoing an undocumented change.
5180
5181 2000-08-17 Alex Schroeder <alex@gnu.org>
5182
5183 * sql.el (sql-magic-go): Use comint-bol.
5184 (sql-copy-column): Use comint-line-beginning-position.
5185 (comint-line-beginning-position): Define a replacement for
5186 comint-line-beginning-position if it is not fboundp.
5187
5188 2000-08-17 Alex Schroeder <alex@gnu.org>
5189
5190 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5191 it didn't have any effect anyway.
5192
5193 2000-08-17 Alex Schroeder <alex@gnu.org>
5194
5195 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5196 --pset and pager=off instead of sending \\o|cat at the beginning
5197 of the session.
5198
5199 2000-08-17 Miles Bader <miles@gnu.org>
5200
5201 * progmodes/octave-inf.el: Add compatibility definition of
5202 comint-line-beginning-position.
5203
5204 2000-08-17 Kenichi Handa <handa@etl.go.jp>
5205
5206 * startup.el (normal-top-level): Look in each dir in load-path for
5207 a leim-list.el file too. This assures of loading leim-list.el
5208 that is created at Emacs installation time even if a user have his
5209 own leim-list.el.
5210
5211 2000-08-17 Miles Bader <miles@gnu.org>
5212
5213 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5214 foreground color to black if the background is dark.
5215
5216 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5217
5218 * loadhist.el (unload-feature): Typo.
5219
5220 * finder.el (finder-compile-keywords):
5221 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5222 to the generated file.
5223
5224 * mail/mh-e.el (mh-make-local-vars):
5225 Replace make-variable-buffer-local with make-local-variable.
5226
5227 * play/landmark.el:
5228 * options.el (Edit-options-{set,toggle,t,nil}):
5229 * mail/mailabbrev.el (mail-abbrevs-mode):
5230 * textmodes/tex-mode.el (tex-expand-files):
5231 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5232
5233 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5234
5235 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5236 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5237 Allow going past the last element.
5238 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
5239 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5240 (cvs-mouse-toggle-mark): Don't move point.
5241 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5242
5243 * progmodes/compile.el (grep): Provide a default set of files.
5244 (next-error): Docstring fix.
5245 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5246
5247 * emacs-lisp/easy-mmode.el (define-minor-mode):
5248 Use `symbol-value' to keep the byte-compiler quiet.
5249
5250 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5251 (diff-find-source-location): New fun, extracted from diff-goto-source.
5252 (diff-goto-source): Use it.
5253 (diff-next-complex-hunk, diff-filter-lines): New function.
5254 (diff-apply-hunk): New command.
5255
5256 * smerge-mode.el (smerge-mode-menu): Doc fix.
5257
5258 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5259
5260 2000-08-16 Dave Love <fx@gnu.org>
5261
5262 * windmove.el (windmove) <defgroup>: Add :version.
5263
5264 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5265 (goto-address-fontify-p, goto-address-highlight-p)
5266 (goto-address-url-face, goto-address-url-mouse-face)
5267 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5268 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5269 (goto-address-fontify, goto-address-at-mouse): Simplify,
5270 (goto-address-at-point): browse-url-url-at-point,
5271 goto-address-find-address-at-point can return nil.
5272 (goto-address-find-address-at-point): Return nil on failure.
5273
5274 * align.el (align) <defgroup>: Add :version.
5275
5276 * calculator.el (calculator): Add :version.
5277 (calculator): Use two lines for calculator window if `modeline'
5278 face is boxed.
5279
5280 * play/5x5.el: Doc fixes.
5281 (5x5) <defgroup>: Add :version.
5282
5283 * play/fortune.el (fortune) <defgroup>: Add :version.
5284 (fortune-append): Fix error message.
5285 (fortune-from-region): Doc fix.
5286
5287 * play/pong.el (pong): Doc fix.
5288
5289 * play/morse.el: Keywords, commentary, autoloads.
5290
5291 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5292
5293 * desktop.el (desktop-save): Don't look at symbol-value of a
5294 member of minor-mode-alist, unless it is boundp.
5295
5296 2000-08-16 Sam Steingold <sds@gnu.org>
5297
5298 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
5299 `while'; use `with-current-buffer' instead of `save-excursion'.
5300 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5301
5302 2000-08-16 Kenichi Handa <handa@etl.go.jp>
5303
5304 * international/ccl.el (declare-ccl-program): Docstring modified.
5305 (ccl-execute-with-args): Likewise.
5306
5307 2000-08-16 Miles Bader <miles@gnu.org>
5308
5309 * progmodes/sql.el: Add compatibility definition of
5310 comint-line-beginning-position.
5311
5312 2000-08-15 Gerd Moellmann <gerd@gnu.org>
5313
5314 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5315 'buffer-menu' property.
5316 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5317 fails.
5318 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5319 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5320 wasn't killed.
5321
5322 * buff-menu.el (list-buffers-noselect): Don't display the
5323 *Buffer List* buffer.
5324
5325 * font-lock.el: Require jit-lock to prevent a very late
5326 `Loading jit-lock' message.
5327
5328 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
5329 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
5330 mail address.
5331
5332 2000-08-15 Miles Bader <miles@gnu.org>
5333
5334 * textmodes/ispell.el (ispell-graphic-p): New constant.
5335 (ispell-choices-win-default-height, ispell-help): Use
5336 `ispell-graphic-p' instead of `xemacsp'.
5337
5338 2000-08-15 Dave Love <fx@gnu.org>
5339
5340 * simple.el: Autoload widget-convert when compiling.
5341 (mail-user-agent): Doc fix.
5342
5343 * help.el (function-called-at-point, variable-at-point): Use
5344 with-syntax-table.
5345 (help-manyarg-func-alist): Add insert-and-inherit.
5346
5347 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5348
5349 * delsel.el (delsel-unload-hook): New function.
5350
5351 * find-file.el: Doc fixes. Move provide to end.
5352 (ff) <defgroup>: Add :link.
5353 (ff-goto-click): Deleted.
5354 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5355 Use mouse-set-point.
5356
5357 * textmodes/tildify.el: Doc fixes.
5358 (tildify) <defgroup>: Add:version.
5359
5360 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5361 (glasses-custom-set): Use set-default, not set.
5362 (minor-mode-alist): Propertize the lighter.
5363 (glasses-mode): Provide optional arg.
5364
5365 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5366 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5367 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5368 option. Provide :type.
5369 (cwarn-configuration): Provide :type.
5370 (cwarn-mode): Doc fix.
5371
5372 * add-log.el (change-log-merge): Doc fix.
5373 (change-log-redate): New command.
5374
5375 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5376 Doze and Dog.
5377 (browse-url): Use dolist, not mapcar.
5378 (browse-url-at-point): Check for null url.
5379 (browse-url-event-buffer, browse-url-event-point): Functions
5380 deleted.
5381 (browse-url-at-mouse, browse-url-netscape): Simplify.
5382
5383 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5384 modes.
5385 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5386 Fix previous change to mapcan.
5387 (msb--init-file-alist, msb--add-separators)
5388 (msb--make-keymap-menu): Simplify.
5389 (msb--choose-file-menu): Use copy-sequence.
5390 (msb-mode-map): Add title to keymap.
5391 (msb-unload-hook): New function.
5392
5393 * bs.el: Fix indentation.
5394 (bs) <defgroup>: Add :links.
5395 (bs-show): Doc fix.
5396 (bs-apply-sort-faces): Don't use window-system.
5397 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
5398
5399 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5400
5401 * calendar/timeclock.el (timeclock-file): Run .timelog through
5402 convert-standard-filename.
5403
5404 2000-08-14 Gerd Moellmann <gerd@gnu.org>
5405
5406 * emacs-lisp/authors.el: New file.
5407
5408 * paren.el (show-paren-priority): New user option.
5409 (show-paren-function): Set overlay priorities to
5410 show-paren-priority.
5411
5412 2000-08-14 Miles Bader <miles@gnu.org>
5413
5414 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5415 beginning-of-line with inhibit-field-text-motion bound.
5416
5417 2000-08-14 Gerd Moellmann <gerd@gnu.org>
5418
5419 * calendar/timeclock.el: New file.
5420
5421 2000-08-14 David Ponce <david@dponce.com>
5422
5423 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5424 `widget-button-click'. so that one can use left mouse button to
5425 click on dialog buttons.
5426
5427 2000-08-14 Emmanuel Briot <briot@gnat.com>
5428
5429 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
5430 identifiers, since XML is case sensitive
5431
5432 2000-08-12 Miles Bader <miles@gnu.org>
5433
5434 * comint.el (comint-output-filter): Don't bother frobbing
5435 window-start, it doesn't seem to be necessary.
5436
5437 * comint.el (comint-send-string, comint-send-region): Make into
5438 real functions. Snapshot the prompt before sending.
5439
5440 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5441
5442 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5443 technique similar to Info-index, instead of relying on specific
5444 names of relevant Index nodes.
5445 (Info-goto-emacs-command-node): Bind Info-history to nil when
5446 going to the first node found by Info-find-emacs-command-nodes.
5447
5448 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5449
5450 * menu-bar.el (menu-bar-help-menu): Add a :help string.
5451
5452 2000-08-10 Miles Bader <miles@gnu.org>
5453
5454 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5455
5456 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5457
5458 * info.el (Info-file-list-for-emacs): More elements for the
5459 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5460 and woman manuals.
5461
5462 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
5463
5464 * comint.el (comint-send-input): Make the newline boundary overlay
5465 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5466 (comint-output-filter): Use `insert' instead of
5467 `insert-before-markers'. Extend comint-last-output-overlay when
5468 necessary since we can't rely on insert-before-markers to do it.
5469 * gud.el (gud-filter): Use `with-current-buffer' instead of
5470 save-excursion when inserting the output, so that point gets
5471 updated correctly; the old method relied on a rather dodgy
5472 side-effect of comint-output-filter to avoid the effect of
5473 save-excursion.
5474
5475 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5476
5477 * files.el (recover-file): Call insert-directory instead of
5478 invoking `ls' directly.
5479
5480 2000-08-10 Miles Bader <miles@gnu.org>
5481
5482 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5483 (comint-last-prompt-overlay): New variables.
5484 (comint-output-filter): Implement prompt highlighting.
5485 (comint-snapshot-last-prompt): New function.
5486 (comint-send-input): Snapshot the last prompt.
5487 Use comint-highlight-input-face.
5488 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5489 Use defface instead of defcustom.
5490 (send-invisible, comint-send-eof): Snapshot the last prompt.
5491 (comint-delchar-or-maybe-eof): Use comint-send-eof.
5492 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5493
5494 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
5495
5496 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5497 (regexp-opt-group): Use a list of chars for `letters'.
5498 (regexp-opt-charset): `chars' is now a list of chars.
5499 Use a char-table rather than a vector so it works for multibyte chars.
5500
5501 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
5502 Set cvs-minor-current-files to the selected fileinfo.
5503 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5504 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5505
5506 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5507
5508 * files.el (insert-directory): Don't call access-file on
5509 directories on DOS and Windows.
5510
5511 2000-08-09 Kenichi Handa <handa@etl.go.jp>
5512
5513 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5514 longer if necessary.
5515 (ccl-embed-code): Call ccl-embed-data to store CODE in
5516 ccl-program-vector.
5517
5518 2000-08-09 Miles Bader <miles@gnu.org>
5519
5520 * comint.el (comint-output-filter): Properly handle the case where
5521 the text surrounded by comint-last-output-overlay was deleted.
5522
5523 2000-08-08 Gerd Moellmann <gerd@gnu.org>
5524
5525 * info.el (Info-insert-dir): Use Info-additional-directory-list if
5526 non-nil.
5527 (Info-file-list-for-emacs): Remove "info" from the list because
5528 that leads to trying to use the documentation from file `info'
5529 in various situations where it isn't appropriate, for instance
5530 C-h C-k C-h i.
5531
5532 * ffap.el (ffap-read-file-or-url-internal): Handle case that
5533 DIR and/or STRING are nil.
5534
5535 * progmodes/compile.el (compilation-setup): Make variable
5536 compilation-error-screen-columns buffer-local, as some comment
5537 in the code suggests it should be.
5538
5539 * files.el (auto-mode-interpreter-regexp): New variable.
5540 (set-auto-mode): Use it.
5541
5542 * indent.el (indent-for-tab-command): Doc fix.
5543
5544 * mouse-sel.el (mouse-sel-mode): Doc fix.
5545
5546 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5547 labels.
5548
5549 * help.el (print-help-return-message): When
5550 display-buffer-reuse-frames is set, let the help window been quit,
5551 instead of deleting it, which might delete a reused frame.
5552
5553 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5554
5555 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5556 rename a directory to a name that differs only by its letter case.
5557
5558 2000-08-08 Kenichi Handa <handa@etl.go.jp>
5559
5560 * international/quail.el (quail-define-rules): Handle Quail decode
5561 map correctly. Add code for supporting annotations.
5562 (quail-install-decode-map): New function.
5563 (quail-defrule-internal): New optional arguments decode-map and
5564 props.
5565 (quail-advice): New function.
5566
5567 2000-08-07 Sam Steingold <sds@gnu.org>
5568
5569 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5570 `defconst', `define-condition', `with-slots'.
5571 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5572
5573 2000-08-03 Miles Bader <miles@gnu.org>
5574
5575 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5576 New variable.
5577 (comint-prompt-regexp, comint-get-old-input): Document dependence on
5578 comint-use-prompt-regexp-instead-of-fields.
5579 (comint-send-input): Add `input' field property to stuff we send to
5580 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5581 (comint-output-filter): Add `output' field property to process
5582 output, if comint-use-prompt-regexp-instead-of-fields is nil.
5583 (comint-replace-by-expanded-history)
5584 (comint-get-old-input-default, comint-show-output)
5585 (comint-backward-matching-input, comint-forward-matching-input)
5586 (comint-next-prompt, comint-previous-prompt): Use field
5587 properties if comint-use-prompt-regexp-instead-of-fields is nil.
5588 (comint-line-beginning-position): New function.
5589 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
5590 (comint-replace-by-expanded-history-before-point): Use
5591 comint-line-beginning-position and line-end-position.
5592 (comint-last-output-overlay): New variable.
5593 (comint-mode): Make `comint-last-output-overlay' buffer-local.
5594
5595 * shell.el (shell-prompt-pattern): Doc change.
5596 (shell-backward-command): Use line-beginning-position.
5597
5598 * gud.el (gud-gdb-complete-command): Use
5599 comint-line-beginning-position.
5600
5601 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5602 comint-bol doesn't actually go to the beginning of the line.
5603
5604 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5605 if comint-use-prompt-regexp-instead-of-fields is non-nil.
5606 (try-expand-line-all-buffers): Likewise.
5607
5608 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5609 explicitly matching comint-prompt-regexp.
5610 (sql-copy-column): Use comint-line-beginning-position instead of
5611 explicitly matching comint-prompt-regexp.
5612
5613 * progmodes/octave-inf.el (inferior-octave-complete): Use
5614 comint-line-beginning-position.
5615
5616 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5617
5618 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5619 looking for a prompt, use `forward-line 0' instead of
5620 `beginning-of-line', to avoid getting caught by an input field.
5621
5622 2000-08-07 Gerd Moellmann <gerd@gnu.org>
5623
5624 * files.el (shell-quote-wildcard-pattern): Make sure to return
5625 PATTERN, in the Unix case.
5626
5627 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
5628
5629 * play/zone.el (zone): Discard any pending input before running
5630 the randomly-chosen pgm.
5631
5632 2000-08-07 Kenichi Handa <handa@etl.go.jp>
5633
5634 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5635 checking the existence of any multibyte characters.
5636
5637 2000-08-06 Gerd Moellmann <gerd@gnu.org>
5638
5639 * help.el (describe-mode): Test minor-mode symbol for being
5640 bound before testing its value for being nil.
5641
5642 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5643 `first', `second', and `third'.
5644
5645 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5646 (second): Make it an alias for `cadr'.
5647
5648 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
5649
5650 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5651 types of display support faces now.
5652
5653 2000-08-05 Gerd Moellmann <gerd@gnu.org>
5654
5655 * pcvs.el (require): Require `cl' during compilation, only.
5656
5657 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5658 (toplevel): Remove `remq' and `remove' from autoloads.
5659 (cl-fake-autoloads): New variable. If set, arrange for an error
5660 when CL functions etc. are autoloaded.
5661
5662 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
5663
5664 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5665
5666 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5667 popped up, but the user clicks outside the menu, return an empty
5668 regexp (that causes unhighlight-regexp to have no effect).
5669
5670 * menu-bar.el (menu-bar-games-menu): Add Zone.
5671
5672 * hi-lock.el (toplevel): Require font-lock.
5673
5674 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5675
5676 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
5677 (ebnf-8-bit-chars): New var for bug fix.
5678 (ebnf-string): Bug fix.
5679
5680 2000-08-03 Sam Steingold <sds@gnu.org>
5681
5682 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5683 instead of `buffer-string'.
5684 (require 'cl): Always, not just when compiling.
5685 `ignore-errors' in `interactive', `list*', `defun*' &c make this
5686 necessary.
5687
5688 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
5689
5690 * international/mule-cmds.el (select-safe-coding-system): Make
5691 the message text about selecting a safe coding system more clear.
5692
5693 2000-08-02 Gerd Moellmann <gerd@gnu.org>
5694
5695 * hi-lock.el: New file.
5696
5697 * play/zone.el: New file.
5698
5699 * replace.el (occur): Set tab-width in the *Occur* buffer to the
5700 value of tab-width in the original buffer. Choose a line number
5701 format that's a multiple of the original buffer's tab width, so
5702 that lines appear right.
5703
5704 * textmodes/ispell.el (ispell): New function, replacing an alias.
5705 Spell-check active region if in transient-mark-mode and mark
5706 is active; otherwise spell-check buffer.
5707
5708 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5709
5710 * ps-mule.el: Fix a customization problem on
5711 ps-mule-font-info-database-default.
5712
5713 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
5714
5715 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5716 display-mouse-p instead of window-system.
5717 (ebrowse-member-mode-map): Ditto.
5718
5719 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5720
5721 * progmodes/ebnf2ps.el: Update ps-print functions call.
5722 Indentation fix. Doc fix.
5723 (ebnf-version): New version number (3.2).
5724 (ebnf-format-color, ebnf-begin-job): Code fix.
5725
5726 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
5727
5728 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5729 font lock support on window-system.
5730 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5731
5732 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5733 display-color-p, if fboundp, instead of window-system.
5734
5735 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
5736
5737 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5738 instead of window-system.
5739
5740 * wid-edit.el (widget-choose): Use display-mouse-p instead of
5741 window-system.
5742 (widget-choice-mouse-down-action): Use display-popup-menus-p
5743 instead of window-system.
5744
5745 * strokes.el (strokes-file): Run the file name through
5746 convert-standard-filename.
5747 (strokes-mode): Call display-mouse-p instead of looking at
5748 window-system. Change the error message accordingly.
5749
5750 * progmodes/cpp.el (toplevel): Support faces on tty's.
5751
5752 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5753 (lm-plot-square, lm-init-display): Don't use window-system.
5754
5755 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5756 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5757
5758 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5759 instead of looking at window-system.
5760
5761 2000-07-30 Gerd Moellmann <gerd@gnu.org>
5762
5763 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5764 of testing if iswitchb-prepost-hooks is bound, because the
5765 latter will always be true when invoking a recursive minibuffer
5766 from an active Iswitchb buffer.
5767
5768 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
5769
5770 * files.el (shell-quote-wildcard-pattern): New function.
5771 (insert-directory): Call it. Only prepend "\" to command on Unix
5772 and GNU/Linux systems.
5773
5774 2000-07-30 Gerd Moellmann <gerd@gnu.org>
5775
5776 * eshell/esh-groups.el: Change custom :link file names
5777 from `eshell.info' to `eshell'.
5778
5779 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
5780
5781 * dired.el (dired-build-subdir-alist): Expand subdirectory names
5782 correctly in recursive ange-ftp listings.
5783
5784 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5785
5786 * ps-print.el: Fix bug 1: if ps-font-size-internal,
5787 ps-header-font-size-internal and
5788 ps-header-title-font-size-internal variables are not set,
5789 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
5790 face text property is (foreground-color . COLOR) or
5791 `(background-color . COLOR)', ps-print crashes. Doc fix.
5792 (ps-print-version): New version number (5.2.4).
5793 (ps-plot-region): Code fix.
5794 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5795 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5796 Bug fix 2.
5797
5798 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
5799
5800 * glasses.el (glasses-make-readable): Fix uncapitalization of
5801 identifiers like `myXMLDocument'.
5802
5803 2000-07-28 Karl Fogel <kfogel@red-bean.com>
5804
5805 * mail/mail-hist.el (mail-hist-previous-input)
5806 (mail-hist-next-input): Do the obvious code factorization.
5807 (mail-hist-retrieve-and-insert): New func, contains common
5808 code of above two.
5809 If inserting a message body, leave point at top.
5810
5811 2000-07-28 Sam Steingold <sds@gnu.org>
5812
5813 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
5814 Use `<=', not `<' to compare times!
5815 (ange-ftp-ls): Remove.
5816
5817 2000-07-27 Gerd Moellmann <gerd@gnu.org>
5818
5819 * play/cookie1.el: Add explanation of how to make cookie.el
5820 compatible with strfile(1) to comment.
5821
5822 * subr.el (remove, remq): New functions.
5823
5824 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5825 escape `*' in regexps.
5826 (midnight-find): Reverse order of arguments in the funcall of
5827 TEST.
5828
5829 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5830 and `.class'.
5831
5832 * play/meese.el: Add Commentary section.
5833
5834 2000-07-27 Alex Schroeder <alex@gnu.org>
5835
5836 * sql.el (sql-ms): Added autoload cookie.
5837 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5838 (sql-oracle): Ditto.
5839 (sql-help): Doc change.
5840
5841 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5842 types and exceptions.
5843
5844 2000-07-27 Alex Schroeder <alex@gnu.org>
5845
5846 * sql.el (sql-placeholder-history): New variable.
5847 (sql-query-placeholders-and-send): New function that will query
5848 the user and replace placeholders with user input.
5849 (sql-oracle): If running on NT, set comint-input-sender to
5850 sql-query-placeholders-and-send.
5851
5852 (sql-stop): If in the SQLi buffer, insert stop notification, else
5853 present it as a message.
5854
5855 2000-07-27 Alex Schroeder <alex@gnu.org>
5856
5857 * sql.el (sql-input-ring-separator): Doc change.
5858 (sql-input-ring-file-name): Doc change.
5859 (sql-interactive-mode): Use `sql-input-ring-separator' and
5860 `sql-input-ring-file-name' to set the comint-mode equivalents
5861 without making them local variables.
5862 (sql-stop): Don't bind `sql-input-ring-separator' and
5863 `sql-input-ring-file-name' dynamically to their comint-mode
5864 equivalents.
5865
5866 2000-07-27 Kenichi Handa <handa@etl.go.jp>
5867
5868 * international/mule.el (register-char-codings): New function.
5869 (make-coding-system): Handle `safe-chars' specification in the arg
5870 PROPERTY.
5871
5872 * international/mule-cmds.el
5873 (find-coding-systems-region-subset-p): This function deleted.
5874 (sort-coding-systems-predicate): New variable.
5875 (sort-coding-systems): New function.
5876 (find-coding-systems-region): Use
5877 find-coding-systems-region-internal.
5878 (find-coding-systems-string): Use find-coding-systems-region.
5879 (find-coding-systems-for-charsets): Check
5880 char-coding-system-table.
5881 (select-safe-coding-system-accept-default-p): New variable.
5882 (select-safe-coding-system): Mostly rewritten. New argument
5883 ACCEPT-DEFAULT-P.
5884 (select-message-coding-system): Call select-safe-coding-system
5885 with ACCEPT-DEFAULT-P arg.
5886 (reset-language-environment): Reset default-sendmail-coding-system
5887 to the default value iso-latin-1.
5888 (set-language-environment): Don't set the obsolete variable
5889 charset-origin-alist.
5890
5891 * international/codepage.el (cp-coding-system-for-codepage-1):
5892 Give `safe-chars' property to make-coding-system.
5893
5894 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5895 calling select-message-coding-system twice.
5896
5897 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5898 instead of `safe-charsets'.
5899 (cyrillic-alternativnyj): Likewise.
5900 (ccl-encode-alternativnyj): Don't check the charset
5901 cyrillic-iso8859-5.
5902
5903 2000-07-27 Kenichi Handa <handa@etl.go.jp>
5904
5905 * composite.el (compose-chars-after): Preserve match data.
5906
5907 2000-07-26 Sam Steingold <sds@gnu.org>
5908
5909 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5910 (ange-ftp-real-file-newer-than-file-p): New function.
5911 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5912 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5913
5914 * tooltip.el (tooltip-float-time): Removed (use `float-time').
5915 * midnight.el (midnight-float-time): Ditto.
5916
5917 2000-07-26 Andreas Schwab <schwab@suse.de>
5918
5919 * files.el (normal-backup-enable-predicate): Correct
5920 interpretation of the return value of compare-strings.
5921
5922 2000-07-26 Gerd Moellmann <gerd@gnu.org>
5923
5924 * isearch.el (isearch-resume): New function.
5925 (isearch-done): Add something to command-history to resume
5926 the search.
5927 (isearch-yank-line, isearch-yank-word): Use
5928 buffer-substring-no-properties instead of buffer-substring.
5929
5930 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5931 of flyspell-mouse-map.
5932
5933 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5934 duplicate definition.
5935 (makefile-mode): Remove duplicate setting of local-abbrev-table.
5936
5937 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5938 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5939
5940 2000-07-25 Sam Steingold <sds@gnu.org>
5941
5942 * net/ange-ftp.el: Get modtime over the net.
5943 (ange-ftp-file-modtime): New function.
5944 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5945 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
5946 Use it.
5947 (ange-ftp-dot-to-slash): New function.
5948 (ange-ftp-fix-name-for-vms): Use it.
5949
5950 * midnight.el (midnight-buffer-display-time): Use
5951 `with-current-buffer'.
5952
5953 2000-07-25 Gerd Moellmann <gerd@gnu.org>
5954
5955 * find-dired.el: Update copyright notice.
5956 (find-dired): Offer to kill a running `find'.
5957
5958 * enriched.el (enriched-face-ans): For a `foreground-color'
5959 property, return '(("x-color" COLOR))' so that COLOR will be
5960 output as a parameter of the x-color annotation. Likewise for the
5961 `background-color' property. In the case of normal face
5962 properties, don't return annotations for unspecified foreground
5963 and background face attributes.
5964
5965 2000-07-25 Kenichi Handa <handa@etl.go.jp>
5966
5967 * language/japan-util.el (japanese-katakana-region): Fix handling
5968 HANKAKU argument.
5969
5970 2000-07-25 Miles Bader <miles@gnu.org>
5971
5972 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5973 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
5974 constrain-to-field.
5975
5976 2000-07-24 Andrew Innes <andrewi@gnu.org>
5977
5978 * timer.el (timer-activate-when-idle): Add optional parameter
5979 DONT-WAIT. Update docstring.
5980 (run-with-idle-timer): Specify extra parameter to
5981 timer-activate-when-idle, so that timer will be activated
5982 immediately if Emacs is already idle.
5983
5984 * w32-fns.el (w32-using-nt): Fix docstring.
5985
5986 2000-07-24 Dave Love <fx@gnu.org>
5987
5988 * mouse.el (popup-menu): Set last-command-event.
5989 (mouse-major-mode-menu-prefix): Declare.
5990
5991 2000-07-24 Gerd Moellmann <gerd@gnu.org>
5992
5993 * textmodes/flyspell.el: Update to author's version 1.5d.
5994
5995 * progmodes/hideshow.el: Update copyright notice.
5996
5997 * vcursor.el: Set maintainer to FSF, since author cannot
5998 be reached.
5999
6000 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6001
6002 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6003 the prompt.
6004
6005 * mouse.el (popup-menu): Run the keymap through indirect-function,
6006 in case it was defined with define-prefix-key. If the menu is a
6007 list of keymaps, look up the binding of user's choice in each one
6008 of the keymaps.
6009 (mouse-popup-menubar): If the global and local menu-bar keymaps
6010 don't have a prompt string, create one and insert it into the
6011 keymap. Don't barf if current-local-map returns nil.
6012
6013 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6014
6015 * dired.el (dired-sort-R-check): Added to allow recursive listing
6016 to be undone.
6017 (dired-sort-other): Use it.
6018
6019 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6020
6021 * Release of cc-mode 5.27
6022
6023 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6024
6025 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6026 c-beginning-of-statement-1 that caused a bad case of recursion
6027 which could consume a lot of CPU in large classes in languages
6028 that have in-expression classes (i.e. Java and Pike).
6029
6030 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6031 statements before top level constructs (i.e. case 6 is moved
6032 before case 5 and is now case 4) to catch in-expression
6033 classes in top level expressions correctly.
6034
6035 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6036
6037 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6038 objc-method-intro. Case 4 removed and case 5I added.
6039
6040 * cc-langs.el (c-append-paragraph-start): New variable used by
6041 c-common-init to get paragraph-start correct.
6042 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6043 initialize paragraph-start to make it correct both with and
6044 without the javadoc special case.
6045
6046 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6047 initialize paragraph-start for javadoc markup.
6048
6049 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6050 change by defaulting this to t. It's motivated by the
6051 confusing behavior that otherwise arise from the style system
6052 when editing both java and non-java files at the same time
6053 (see the comments about style setting in c-common-init).
6054
6055 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6056
6057 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6058 similar to the one in c-fill-paragraph to check the fill
6059 prefix from the adaptive fill function for sanity.
6060
6061 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6062
6063 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6064 defun block.
6065
6066 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6067
6068 * cc-mode.texi Documented the change of cpp-macro.
6069
6070 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6071
6072 * cc-align.el (c-lineup-multi-inher): Handle lines with
6073 leading comma nicely. Extended to handle member initializers
6074 too.
6075
6076 * cc-engine.el: (c-beginning-of-inheritance-list,
6077 c-guess-basic-syntax): Fixed recognition of inheritance lists
6078 when the lines begins with a comma.
6079
6080 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
6081
6082 * cc-vars.el (c-offsets-alist): Changed default for
6083 member-init-cont to c-lineup-multi-inher since it now handles
6084 member initializers and indents better for leading commas.
6085
6086 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6087
6088 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6089 handling that caused class open lines to be recognized as
6090 statement-conts in some cases.
6091
6092 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6093 guessed by the adaptive fill function unless point is on the
6094 first line of a block comment.
6095
6096 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6097 when the buffer ends with a macro continuation char.
6098
6099 * cc-engine.el (c-guess-basic-syntax): Added support for
6100 function definitions as statements in Pike. The first
6101 statement in a lambda block is now labeled defun-block-intro
6102 instead of statement-block-intro.
6103
6104 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6105 so that the class surrounding point is selected, not the one
6106 innermost in the state.
6107
6108 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6109 recognition of switch labels having hanging multiline
6110 statements.
6111
6112 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6113 some code in c-guess-basic-syntax to a separate function.
6114 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6115 recognition of member inits with multiple line arglists.
6116 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6117 member-init-cont when the commas are in funny places.
6118
6119 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6120
6121 * cc-defs.el (c-auto-newline): Removed this macro since it's
6122 not used anymore.
6123
6124 * cc-engine.el (c-looking-at-bos): New helper function.
6125 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6126 inexpr and toplevel classes apart in Pike.
6127
6128 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6129 of case 9A.
6130
6131 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6132 constant, since "class" can introduce an in-expression class
6133 in Pike nowadays.
6134
6135 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6136
6137 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6138 indentation on cpp-macro lines.
6139
6140 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6141 a syntax modifier like comment-intro, to make it possible to
6142 get syntactic indentation for preprocessor directives. It's
6143 incompatible wrt to lineup functions on cpp-macro, but it has
6144 no observable effect in the 99.9% common case where cpp-macro
6145 is set to -1000.
6146
6147 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6148
6149 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6150 member-init-cont when the preceding arglist is several lines.
6151
6152 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6153
6154 * cc-styles.el (c-style-alist): The basic offset for the BSD
6155 style corrected to 8.
6156
6157 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6158
6159 * cc-styles.el (c-style-alist): Adjusted the indentation of
6160 brace list openers in the gnu style.
6161
6162 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6163
6164 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6165
6166 * cc-cmds.el (c-electric-brace, c-electric-slash,
6167 c-electric-star, c-electric-semi&comma, c-electric-colon,
6168 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6169 when c-syntactic-indentation is nil.
6170
6171 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6172 we were left at comments preceding the first statement when
6173 reaching the beginning of the buffer.
6174
6175 * cc-vars.el (c-syntactic-indentation): New variable to turn
6176 off all syntactic indentation.
6177
6178 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6179
6180 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6181 between the text and the block comment ender when it hangs,
6182 depending on how many there are before the fill.
6183
6184 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6185
6186 * cc-engine.el (c-beginning-of-closest-statement): New helper
6187 function to go back to the closest preceding statement start,
6188 which could be inside a conditional statement.
6189 * cc-engine.el (c-guess-basic-syntax): Use
6190 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6191
6192 * cc-engine.el (c-guess-basic-syntax): Better handling of
6193 arglist-intro, arglist-cont-nonempty and arglist-close when
6194 the arglist is nested inside parens. Cases 7A, 7C and 7F
6195 changed.
6196
6197 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6198 up-to-date with javadoc 1.2.
6199
6200 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6201
6202 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6203 multiline Pike type decls.
6204
6205 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6206
6207 * cc-cmds.el (c-indent-new-comment-line): Always break
6208 multiline comments in multiline mode, regardless of
6209 comment-multi-line.
6210
6211 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6212
6213 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6214 fully::qualified::names in C++ member init lists. Preamble in
6215 case 5D changed.
6216
6217 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6218
6219 * cc-langs.el (c-common-init): Handling of obsolete variables
6220 moved to c-initialize-cc-mode. More compatible style override
6221 when using global style variables.
6222 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6223 variables moved here.
6224
6225 * cc-mode.texi: Documented the special behavior of
6226 c-special-indent-hook as a style variable. Don't talk about
6227 doing (c-make-styles-buffer-local t) in a mode hook, since
6228 that's already too late to work right.
6229
6230 * cc-styles.el (c-make-styles-buffer-local): Flag style
6231 variable localness in c-style-variables-are-local-p to make
6232 the compatibility measure in c-common-init work well.
6233
6234 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6235 longer contain set-from-style.
6236 * cc-styles.el (c-initialize-builtin-style): Don't check for
6237 set-from-style on c-special-indent-hook.
6238 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6239 copy-alist is sufficient now.
6240
6241 * cc-styles.el (c-set-style, c-set-style-1,
6242 c-get-style-variables): Fixes to variable initialization so
6243 that duplicate entries in styles have the same effect
6244 regardless of DONT-OVERRIDE.
6245
6246 * cc-styles.el (c-set-style-2): Fixed bug where the
6247 initialization of inheriting styles failed when the
6248 dont-override flag is set.
6249
6250 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6251 on this.
6252
6253 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6254
6255 * cc-defs.el (c-forward-comment): Removed the workaround
6256 introduced in 5.38 since it had worse side-effects. If a line
6257 contains the string "//\"", it regarded the // as a comment
6258 start since the \ temporarily doesn't have escape syntax.
6259
6260 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
6261
6262 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6263 ada-xref.el before ada-prj.el, so that the Project menu is created
6264 when ada-prj tries to add to it.
6265 (ada-activate-keys-for-case): Suppress the characters that are not
6266 part of the Ada syntax. Better compatibility with else-mode
6267 (ada-adjust-case-interactive): When auto-casing is not active,
6268 correctly insert newlines (used to insert only ^M). Prevent the
6269 syntax table from being changed in case of an error
6270 (or '_' becomes part of a word and some commands are confused).
6271 Do nothing if ada-auto-case is nil.
6272 (ada-after-keyword-p): Ignore keywords that are also attributes
6273 (ada-batch-reformat): Update usage comment
6274 (ada-call-from-contextual-menu): New function
6275 (ada-case-read-exceptions): Reinitialize the casing exception list
6276 first to nil first, so that the casing exception file can be
6277 shared.
6278 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6279 files.
6280 (ada-compile-goto-error): Fix regexp used to detect a file:line
6281 anywhere in the error message
6282 (ada-contextual-menu-last-point): New variable
6283 (ada-create-keymap): If the variable delete-key-deletes-forward is
6284 t on XEmacs, it means that DEL should delete one character
6285 forward.
6286 (ada-create-menu): Use :included instead of :visible for XEmacs.
6287 New submenu "Options".
6288 (ada-end-stmt-re): Correctly indent "select ... then abort"
6289 statements.
6290 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6291 even if they don't match ada-fill-comment-prefix Fix handling of
6292 paragraphs on the first or last line of a file.
6293 (ada-format-paramlist): Fix handling of default parameter values.
6294 (ada-get-body-name): New function.
6295 (ada-get-current-indent): Optimized by searchling directly for an
6296 existing generic part or a statement outside of it. Handle
6297 ada-indent-align-comments when indenting comments Replaced some
6298 regexps by testing directly the next character. This results in a
6299 huge speedup on some files. New indentation scheme for renames
6300 statements. Stop looking for the 'while' or 'for' associated with
6301 a 'loop' at the first semicolon encountered. A "return" can also
6302 match an anonymous access subprogram declaration.
6303 (ada-get-indent-noindent): Ignore strings and comments when
6304 looking for the keywords "record" and "private".
6305 (ada-goto-matching-decl-start): When matching "if", make sure we
6306 are not in fact seeing "end if". Ignore "when" statements except
6307 when initial keyword was "begin". Fix handling of nested
6308 procedures. Add a recursive call to this function to skip over
6309 other 'end' statmts. Fix indentation for "when .. => begin"
6310 (ada-in-open-paren-p): Fix indentation for complex boolean
6311 expressions, where 'and then', 'or else' and parenthesis
6312 statements are mixed up.
6313 (ada-in-paramlist-p): Skip comments while searching for the
6314 beginning Fix handling of operator declarations.
6315 (ada-indent-align-comments): New variable
6316 (ada-indent-current): Change the syntax table only in the
6317 protected section, so that we are sure it is restored correctly.
6318 (ada-indent-on-previous-lines): Use ada-use-indent and
6319 ada-with-indent Correctly indent "select ... then"
6320 (ada-indent-region): Slight speedup.
6321 (ada-indent-renames): New variable.
6322 (ada-last-which-function-subprog, ada-last-which-function-line):
6323 New variables
6324 (ada-looking-at-semi-private): Correctly indent the 'private'
6325 keyword when it is the first word in a package declaration.
6326 (ada-loose-case-word): Stop searching if at the end of the buffer.
6327 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6328 even if point is not initially at the end of the word.
6329 (ada-matching-decl-start-re): Add "when".
6330 (ada-mode): Add support for abbrev-mode, outline-mode and
6331 which-func-mode Override the old find-file.el entry in
6332 ff-special-constructs since it is using the obsolete
6333 ada-spec-suffix variable
6334 (ada-no-auto-case): New function
6335 (ada-scan-paramlist): When parsing the argument type, accept
6336 spaces (as in "X 'Class", generated by Rational Rose).
6337 (ada-other-file-name): No longer loads the other file.
6338 (ada-popup-menu): Save and restore the current buffer and cursor
6339 position before and after displaying the menu.
6340 (ada-search-ignore-complex-boolean): New function.
6341 (ada-uncomment-region): Emacs21 already knows how to delete
6342 comments not starting in the first column.
6343 (ada-use-indent): New variable
6344 (ada-which-function): New function.
6345 (ada-with-indent): New variable
6346 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6347 can be batch-compiled from the command line.
6348
6349 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6350 Add to the menu when the file is loaded, not in ada-mode-hook.
6351 Add -toolbar to the default ddd command Switches moved from
6352 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6353 ada-prj-default-comp-opt
6354 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6355 Reference Manual to the menu
6356 (ada-check-current): rewritten as a call to ada-compile-current
6357 (ada-compile): Removed.
6358 (ada-compile-application, ada-compile-current, ada-check-current):
6359 Set the compilation-search-path so that compile.el automatically
6360 finds the sources in src_dir. Automatic scrollong of the
6361 compilation buffer. C-uC-cC-c asks for confirmation before
6362 compiling
6363 (ada-compile-current): New parameter, prj-field
6364 (ada-complete-identifier): Load the .ali file before doing
6365 processing
6366 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6367 conform to gnatmake's behavior.
6368 (ada-find-file-in-dir): New function
6369 (ada-find-references): Set the environment variables for gnatfind
6370 (ada-find-src-file-in-dir): New function.
6371 (ada-first-non-nil): Removed
6372 (ada-gdb-application): Add support for jdb, the java debugger.
6373 (ada-get-ada-file-name): Load the original-file first if not done
6374 yet.
6375 (ada-get-all-references): Handles the new ali syntax (parent types
6376 are found between <>).
6377 (ada-initialize-runtime-library): New function
6378 (ada-mode-hook): Always load a project file when a file is opened,
6379 so that the casing exceptions are correctly read.
6380 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6381 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6382 to open the project file, since the latter does not work with
6383 speedbar Get default values before loading the prj file, or the
6384 default executable file name is wrong. Use the absolute value of
6385 src_dir to initialize ada-search-directories and
6386 compilation-search-path,... Add the standard runtime library to
6387 the search path for find-file.
6388 (ada-prj-default-debugger): Was missing an opening '{'
6389 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6390 variables.
6391 (ada-prj-default-gnatmake-opt): New variable
6392 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6393 buffers, the project file is the default one Save the windows
6394 configuration before displaying the menu.
6395 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6396 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6397 ...) regexp-quote identifiers names to support operators +,
6398 -,... in regexps.
6399 (ada-remote): New function.
6400 (ada-run-application): Erase the output buffer before starting the
6401 run Support remote execution of the application. Use
6402 call-process, or the arguments are incorrectly parsed
6403 (ada-set-default-project-file): Reread the content of the active
6404 project file, not the one from the current buffer When a project
6405 file is set as the default project, all directories are
6406 automatically associated with it.
6407 (ada-set-environment): New function
6408 (ada-treat-cmd-string): New special variable ${current}
6409 (ada-treat-cmd-string): Revised. The substitution is now done for
6410 any ${...} substring
6411 (ada-xref-current): If no body was found, compiles the spec
6412 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6413 compiler to get rid of command line length limitations.
6414 (ada-xref-get-project-field): New function
6415 (ada-xref-project-files): New variable
6416 (ada-xref-runtime-library-specs-path)
6417 (ada-xref-runtime-library-ali-path): New variables
6418 (ada-xref-set-default-prj-values): Default run command now does a
6419 cd to the build directory. New field: main_unit Provide a default
6420 file name even if the current buffer has no prj file.
6421
6422 * ada-prj.el:
6423 Rewritten to show a tabbed-dialog.
6424 (ada-prj-add-ada-menu): Remove the map and name parameters.
6425 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6426 New function
6427 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6428 (ada-prj-load-from-file): New function
6429 (ada-prj-save): Always save fields that depend on the current buffer
6430 (ada-prj-show-value): New function
6431
6432 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6433 Ada mode. This will allow us to display the Ada menu in any buffer
6434 we want (for project items).
6435 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6436 number of spaces in the header.
6437
6438 2000-07-24 Dave Love <fx@gnu.org>
6439
6440 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6441
6442 2000-07-23 Noah Friedman <friedman@splode.com>
6443
6444 * type-break.el (type-break): perform autosave.
6445 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6446 (type-break-do-query): Cancel query schedule while performing
6447 actual query, to avoid possibility of a second query being made
6448 while first one is already in progress.
6449 (type-break-time-stamp-format): New variable.
6450 (type-break-time-stamp): New function.
6451 (type-break-time-warning): Use it.
6452 (type-break-keystroke-warning): Use it.
6453 (type-break-noninteractive-query): Use it.
6454
6455 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6456 cookie.
6457 Use add-minor-mode to set minor-mode-alist, if available.
6458 (eldoc-echo-area-use-multiline-p): New user option.
6459 (eldoc-echo-area-multiline-supported-p): New variable.
6460 (eldoc-docstring-format-sym-doc): Use them.
6461 (eldoc-mode): If not using idle timers, append to local post and
6462 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
6463 (eldoc-display-message-no-interference-p): Don't interfere with
6464 edebug.
6465 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6466 (eldoc-function-arglist): New function.
6467 (eldoc-function-argstring): Use it.
6468
6469 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6470 auto save directory exists before calling directory-files.
6471
6472 2000-07-23 Dave Love <fx@gnu.org>
6473
6474 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6475 ^o, ^u.
6476
6477 2000-07-21 Dave Love <fx@gnu.org>
6478
6479 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6480 now passed to the function. It now works properly.
6481
6482 * smerge-mode.el (smerge-mode-menu): Fill it out.
6483
6484 2000-07-20 Gerd Moellmann <gerd@gnu.org>
6485
6486 * info-look.el (info-lookup): If *info* is shown in another frame
6487 on the same display, select that frame, instead of switching to
6488 the Info buffer in another window of the selected frame.
6489
6490 * simple.el (universal-argument-map): Bind numeric keypad keys
6491 kp-0 to kp-9 and kp-subtract.
6492 (digit-argument): Handle these keys.
6493
6494 2000-07-20 Dave Love <fx@gnu.org>
6495
6496 * net/goto-addr.el (goto-address-fontify): Don't bother with
6497 buffer-modified and read-only stuff -- irrelevant with overlays.
6498 Put an extra property on the overlays and use it to clean up in
6499 case goto-address is re-run.
6500
6501 2000-07-19 Richard M. Stallman <rms@gnu.org>
6502
6503 * timer.el (run-with-idle-timer): Doc fix.
6504
6505 * mail/mail-utils.el (mail-strip-quoted-names):
6506 Handle case where <...> appears inside "...".
6507 Use replace-match to edit the string more simply.
6508 (rmail-dont-reply-to): Cope with an unmatched ".
6509
6510 2000-07-19 Dave Love <fx@gnu.org>
6511
6512 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6513 implementation.
6514
6515 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6516 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6517 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6518
6519 2000-07-19 Gerd Moellmann <gerd@gnu.org>
6520
6521 * textmodes/refer.el: Correct maintainer's email address.
6522
6523 * progmodes/hideif.el: Correct author's email address.
6524 Fix typo in comment.
6525
6526 * xml.el: New file.
6527
6528 * mail/mailheader.el: Correct author's mail address.
6529
6530 * gnus/parse-time.el: Correct author's mail address.
6531
6532 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
6533
6534 * comint.el (comint-highlight-input, comint-highlight-face):
6535 New user options.
6536 (comint-input-ring-file-name): Change custom type.
6537 (comint-mode-map): Bind mouse-2.
6538 (comint-insert-clicked-input): New function.
6539 (comint-send-input): Handle input highlighting.
6540
6541 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
6542
6543 * mouse.el (popup-menu): New function.
6544 (mouse-major-mode-menu): Use it.
6545
6546 2000-07-18 Dave Love <fx@gnu.org>
6547
6548 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6549 improvements.
6550
6551 2000-07-18 Gerd Moellmann <gerd@gnu.org>
6552
6553 * faces.el (face-font-selection-order)
6554 (face-font-family-alternatives): Add custom type.
6555
6556 2000-07-18 Dave Love <fx@gnu.org>
6557
6558 * cus-edit.el (custom-variable-reset-saved)
6559 (custom-variable-reset-standard): Remove unused bindings.
6560
6561 * rect.el (open-rectangle-line): Remove unused let.
6562
6563 * hl-line.el (hl-line-highlight): Check hl-line-mode.
6564
6565 2000-07-18 Gerd Moellmann <gerd@gnu.org>
6566
6567 * cdl.el: Fix `Maintainer' keyword.
6568
6569 * play/pong.el: Add author's email address.
6570
6571 2000-07-17 Sam Steingold <sds@gnu.org>
6572
6573 * files.el (insert-directory): Call `split-string' instead of
6574 re-implementing it.
6575
6576 2000-07-18 Gerd Moellmann <gerd@gnu.org>
6577
6578 * mail/vms-pmail.el: Change maintainer to FSF.
6579
6580 * net/goto-addr.el: Change maintainer to FSF.
6581
6582 * recentf.el: Update from author.
6583
6584 * info.el (Info-title-face-alist): Removed.
6585
6586 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
6587
6588 * eshell/eshell.el (eshell): Replace links to eshell.info with
6589 links to eshell, to avoid problems on systems where the manual is
6590 installed as `eshell'.
6591 * eshell/esh-cmd.el (eshell-cmd): Ditto.
6592 * eshell/em-smart.el (eshell-smart): Ditto.
6593 * eshell/em-banner.el (eshell-banner): Ditto.
6594 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
6595
6596 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6597 same-file check in the MS-DOS version (it does support inodes).
6598
6599 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6600
6601 * eshell/eshell.el (eshell-directory-name):
6602 Run default directory name through convert-standard-filename.
6603
6604 2000-07-18 Kenichi Handa <handa@etl.go.jp>
6605
6606 * international/mule-cmds.el (select-safe-coding-system):
6607 Fix typo in the comment.
6608
6609 * language/european.el (compound-text):
6610 Force katakana-jisx0201 to be designated to G1.
6611
6612 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6613 Don't translate some national variant characters of latin-jisx0201.
6614 (x-ctext): Force katakana-jisx0201 to be designated to G1.
6615
6616 * international/kkc.el (kkc-after-update-conversion-functions):
6617 New variable.
6618 (kkc-update-conversion): Run functions in it at the tail.
6619
6620 2000-07-16 John Wiegley <johnw@gnu.org>
6621
6622 * lisp/align.el (align-newline-and-indent):
6623 Adding new function. for auto-aligning blocks of code on RET.
6624 (align-region): Fixed badly formatted minibuffer message.
6625
6626 2000-07-17 Kenichi Handa <handa@etl.go.jp>
6627
6628 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
6629 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
6630 the conversion list at first if appropriate.
6631 (kkc-next): Don't update kkc-next-count here.
6632 (kkc-prev): Don't update kkc-prev-count here.
6633 (kkc-show-conversion-list-update): Fix setting up of conversion
6634 list message.
6635
6636 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
6637
6638 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
6639
6640 2000-07-16 Dave Love <fx@gnu.org>
6641
6642 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6643 function to be more specific.
6644
6645 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6646 non-string help-echo.
6647 (widget-types-convert-widget): Defsubst it.
6648 (widget-echo-help): Try to cope with a help-echo function of two
6649 possible sorts.
6650
6651 2000-07-15 Jason Rumney <jasonr@gnu.org>
6652
6653 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6654 Declare as obsolete.
6655
6656 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6657
6658 2000-07-14 Gerd Moellmann <gerd@gnu.org>
6659
6660 * hilit-chg.el: Fix typo.
6661
6662 2000-07-14 Dave Love <fx@gnu.org>
6663
6664 * info.el (Info-mode-menu): Fix use of :help, :enable.
6665
6666 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
6667
6668 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6669
6670 2000-07-13 Dave Love <fx@gnu.org>
6671
6672 * emacs-lisp/easymenu.el: Doc fixes.
6673 (easy-menu-remove): Defalias to ignore.
6674
6675 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6676 Call throw correctly.
6677
6678 2000-07-13 Gerd Moellmann <gerd@gnu.org>
6679
6680 * faces.el (frame-background-mode): Doc fix.
6681
6682 * simple.el (eval-expression-print-length): Change custom type to
6683 allow entering nil as value.
6684
6685 2000-07-13 Dave Love <fx@gnu.org>
6686
6687 * progmodes/fortran.el (fortran-imenu-generic-expression):
6688 Change definition layout.
6689 (fortran-mode-menu): Reinstate customize entries.
6690
6691 * cus-edit.el (custom-group-menu-create, customize-menu-create):
6692 Use :filter, per old XEmacs code.
6693
6694 2000-07-12 Gerd Moellmann <gerd@gnu.org>
6695
6696 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6697 event when deciding what to send to the terminal.
6698
6699 2000-07-12 Dave Love <fx@gnu.org>
6700
6701 * cus-start.el: Add optional version as 4th element of specs and
6702 use it for several things new in v21. Remove load-path. Fix type
6703 of line-number-display-limit.
6704
6705 2000-07-11 Dave Love <fx@gnu.org>
6706
6707 * progmodes/fortran.el: Don't require easymenu.
6708 Use repeat counts in various regexps.
6709 (fortran-mode-syntax-table): Defvar directly.
6710 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
6711 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6712 Use defvar, not defconst.
6713 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
6714 (fortran-mode): Set fortran-comment-line-start-skip,
6715 fortran-comment-line-start-skip, dabbrev-case-fold-search.
6716 (fortran-comment-indent): Use defsubst.
6717 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6718 Use fortran-comment-indent, not fortran-comment-indent-function.
6719 (fortran-comment-region, fortran-electric-line-number): Simplify.
6720 (fortran-auto-fill): New function.
6721 (fortran-do-auto-fill): Deleted.
6722 (fortran-find-comment-start-skip):
6723 Check for non-null comment-start-skip.
6724 (fortran-auto-fill-mode, fortran-fill-statement):
6725 Use fortran-auto-fill.
6726 (fortran-fill): Use fortran-auto-fill. Check for null
6727 comment-start-skip. Simplify final clause and use end-of-line finally.
6728
6729 * widget.el (widget-plist-member): New alias.
6730
6731 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6732
6733 * eshell/esh-module.el (toplevel): Reference
6734 byte-compile-current-file only if it is bound.
6735
6736 2000-07-10 Gerd Moellmann <gerd@gnu.org>
6737
6738 * dired.el: Don't require `dired-aux'.
6739
6740 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
6741
6742 * dired-aux.el (dired-show-file-type): New function.
6743 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6744 (dired-show-file-type): Add autoload.
6745
6746 2000-07-10 Kenichi Handa <handa@etl.go.jp>
6747
6748 * international/mule-diag.el (describe-font): Adjusted for the
6749 change of fontset-info.
6750 (print-fontset): Likewise.
6751
6752 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
6753
6754 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6755
6756 2000-07-07 Gerd Moellmann <gerd@gnu.org>
6757
6758 * bindings.el: Bind `[delete]' to delete-char.
6759
6760 * dired.el (dired-find-alternate-file): New function.
6761 (dired-mode-map): Bind `a' to dired-find-alternate-file.
6762 (toplevel): Require dired-aux when compiling.
6763 (dired-buffers): Move defvar within file to avoid compiler warning.
6764
6765 * info.el (Info-last-search): Variable removed.
6766 (Info-search-history): New variable.
6767 (Info-search): New Info-search-history.
6768
6769 * battery.el, info-look.el: Change author's mail address.
6770
6771 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6772
6773 * mail/rmail.el (rmail-clear-headers): Don't throw an error
6774 if rmail-ignored-headers is nil.
6775 (rmail-retry-failure): Bind rmail-ignored-headers and
6776 rmail-displayed-headers to nil.
6777
6778 2000-07-06 Gerd Moellmann <gerd@gnu.org>
6779
6780 * lpr.el (lpr-page-header-switches): Add `-h' switch.
6781 (print-region-1): Don't hard code `-h' here.
6782
6783 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6784
6785 2000-07-01 Francesco Potorti` <pot@gnu.org>
6786
6787 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6788 exim can use "your message" instead of "the message".
6789
6790 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
6791
6792 * facemenu.el: Docstrings fixes.
6793 (facemenu-get-face): Don't use internal-find-face.
6794 (facemenu-iterate): Rename arg to match the docstring.
6795
6796 * newcomment.el (uncomment-region): Be more careful when skipping
6797 backwards over `=' not to bump into BOBP.
6798
6799 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
6800
6801 * ediff-diff.el (ediff-wordify): Use syntax table.
6802 * ediff-init.el (ediff-has-face-support-p): Use
6803 ediff-color-display-p.
6804 (ediff-color-display-p): Use display-color-p, changed to defun
6805 from defsubst.
6806 Got rid of special cases for NeXT and OS/2.
6807 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
6808 face.
6809
6810 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6811
6812 * emacs-lisp/lucid.el: Require CL.
6813 (copy-tree, remprop): Remove, it's provided by CL.
6814 (map-keymap): Define in terms of cl-map-keymap.
6815 (extent-property, set-extent-end-glyph): New functions.
6816
6817 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6818
6819 2000-07-05 Gerd Moellmann <gerd@gnu.org>
6820
6821 * Makefile.in (DONTCOMPILE): Add comment that the name may
6822 not be changed without changing the make-dist script.
6823
6824 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
6825 (cl-mapc): Use mapc instead of cl-old-mapc.
6826
6827 2000-07-05 Andrew Innes <andrewi@gnu.org>
6828
6829 * makefile.nt: Add support for `bootstrap' and related targets.
6830
6831 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6832
6833 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6834 (easy-menu-do-define): Use `menu-item' format.
6835 Handle case where easy-menu-create-menu returns a symbol.
6836 Manually call the potential top-level filter in the function binding.
6837 (easy-menu-filter-return): New arg NAME.
6838 Convert to a keymap if MENU is an XEmacs menu.
6839 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
6840 (easy-menu-converted-items-table, easy-menu-convert-item):
6841 New var and fun to memoize easy-menu-convert-item-1.
6842 (easy-menu-do-add-item): Use it.
6843 (easy-menu-create-menu): Use easy-menu-convert-item.
6844 Wrap easy-menu-filter-return around any :filter specification.
6845 Don't convert the menu if a filter was specified.
6846 Tell easy-menu-make-symbol not to check for MENU being an expression.
6847 (easy-menu-make-symbol): New arg NOEXP.
6848
6849 2000-07-05 Gerd Moellmann <gerd@gnu.org>
6850
6851 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6852 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6853 (eval-defun): If called with prefix arg, instrument code for
6854 Edebug.
6855
6856 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6857 similar to that of eval-defun.
6858
6859 2000-07-04 Dave Love <fx@gnu.org>
6860
6861 * hl-line.el (hl-line-overlay): Make it permanent-local.
6862
6863 * calendar/todo-mode.el: Replaced with a working version, based on
6864 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6865
6866 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
6867
6868 * paths.el (prune-directory-list): New function.
6869 (Info-default-directory-list): Rewritten to more methodically
6870 enumerate a big list of possible info directories (based on the
6871 list used by the standalone info reader).
6872
6873 * info.el (info-initialize): Use prune-directory-list to remove
6874 non-existent directories from Info-directory-list.
6875
6876 * paths.el (Info-default-directory-list): Try a list of possible
6877 info-directories instead of a single one. Add the possible
6878 info directory "/usr/share/info".
6879
6880 * woman.el (woman-man.conf-path): Explicitly include the debian
6881 man-db config file "/etc/manpath.config".
6882 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6883 are present in `manpath.config'.
6884 (woman-manpath): Include "/usr/share/man".
6885
6886 2000-07-03 Gerd Moellmann <gerd@gnu.org>
6887
6888 * frame.el (blink-cursor-mode): Don't hide cursor initially.
6889
6890 * startup.el (command-line): Initialize blink-cursor based
6891 on window-system.
6892
6893 * frame.el (blink-cursor): Default to nil if not running under
6894 a window-system.
6895
6896 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6897 (face-x-resources): Remove duplicate entry for :font.
6898
6899 * textmodes/refer.el (refer-find-entry-internal): Use some-window
6900 instead of cycling through windows with next-window.
6901
6902 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6903 of cycling through windows with next-window.
6904
6905 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6906 of cycling through windows with next-window.
6907
6908 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6909 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6910 instead of cycling through windows with next-window.
6911
6912 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6913 instead of cycling through windows with next-window.
6914
6915 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6916 of cycling through windows with next-window.
6917
6918 * terminal.el (te-process-output): Use walk-windows instead of
6919 cycling through windows with next-window.
6920
6921 * server.el (server-switch-buffer): Use some-window instead of
6922 cycling through windows with next-window.
6923
6924 * window.el (some-window): New function.
6925 (walk-windows): Remove reference to walk-windows-start.
6926
6927 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
6928
6929 2000-07-03 Richard Stallman <rms@gnu.org>
6930
6931 * window.el (walk-windows): Guarantee termination by keeping a list
6932 of all the windows already handled.
6933
6934 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6935
6936 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6937 window-system.
6938
6939 * man.el (Man-notify-when-ready): Don't use window-system. If
6940 Man-notify-method is newframe, and the display is not
6941 multi-frame, select the frame created for the man page.
6942 (Man-init-defvars): Doc fix.
6943
6944 2000-06-28 Gerd Moellmann <gerd@gnu.org>
6945
6946 * faces.el (region): Change background color for light background.
6947
6948 * ediff-wind.el (ediff-setup-control-frame): Remove :box
6949 attribute from mode-line face of Ediff control frame.
6950
6951 * replace.el (query-replace-map): Bind `e' like `E'.
6952
6953 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6954
6955 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6956 Change name to "Select All".
6957
6958 * dos-fns.el (convert-standard-filename): Fix last change.
6959
6960 2000-06-27 Gerd Moellmann <gerd@gnu.org>
6961
6962 * help.el (describe-variable): Don't insert a second `'s' in front
6963 of the string `value is shown below'. Since the syntax-table is
6964 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6965 an existing `'s', so that this won't be deleted.
6966
6967 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6968 * pcmpl-unix.el: New files.
6969
6970 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
6971
6972 * wid-edit.el (widget-member): Use the new plist-member.
6973
6974 2000-06-26 Gerd Moellmann <gerd@gnu.org>
6975
6976 * replace.el (perform-replace): Undo change of 2000-04-04.
6977 Instead, move backward 1 character at the end of the loop when
6978 necessary.
6979
6980 * faces.el (fringe): Change face for different backgrounds.
6981
6982 * eshell/esh-module.el (toplevel): Load defgroup's differently;
6983 patch from John.
6984
6985 * eshell/*.el: Change spelling of the Free Software Foundation.
6986
6987 * eshell/esh-toggle.el: Removed.
6988
6989 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6990
6991 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6992 interactively.
6993
6994 2000-06-26 Alex Schroeder <alex@gnu.org>
6995
6996 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6997 `define-key'; instead of checking `(emacs-version)' check for
6998 `set-keymap-parent' and `set-keymap-name' directly. Add entries
6999 for `;' and `o' which might be electric.
7000
7001 (sql-electric-stuff): New user option.
7002 (sql-magic-go): New function which uses `sql-electric-stuff'.
7003 (sql-magic-semicolon): New function which uses
7004 `sql-electric-stuff'.
7005
7006 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7007 is not fboundp.
7008
7009 (sql-oracle-options): New variable.
7010 (sql-oracle): Use it.
7011
7012 (sql-imenu-generic-expression): Doc change.
7013 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7014 is used.
7015
7016 (sql-informix): Added command line parameter "-" to force
7017 sql-informix-program to use stdout.
7018
7019 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7020
7021 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
7022 (cp864-decode-table): Doc fix.
7023 (cp720-decode-table): New variable, supports the Arabic OEM
7024 codepage used by Windows.
7025 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7026
7027 2000-06-23 Dave Love <fx@gnu.org>
7028
7029 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7030 (font-lock-fontify-anchored-keywords): Use
7031 line-beginning-position.
7032 (global-font-lock-mode): Use mapc.
7033
7034 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7035
7036 * eshell/esh-module.el: Require CL when compiling.
7037
7038 2000-06-23 Gerd Moellmann <gerd@gnu.org>
7039
7040 * comint.el (comint-substitute-in-file-name): Call replace-match
7041 with second and third arg t.
7042
7043 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7044 Specify foreground color.
7045
7046 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7047 color.
7048
7049 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7050
7051 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7052 cddr instead of cdddr.
7053
7054 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7055 instead of copy-list.
7056
7057 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7058 of copy-list.
7059
7060 * subdirs.el: Add eshell subdirectory.
7061
7062 * eshell: New subdirectory containing the Eshell package.
7063
7064 * pcomplete.el: New file.
7065
7066 2000-06-23 Paul Eggert <eggert@twinsun.com>
7067
7068 * mail/mailpost.el (post-mail-send-it): Make sure file has
7069 proper permissions from birth.
7070
7071 * files.el (basic-save-buffer-2): When temporarily setting
7072 file modes, set them to current modes plus 0200, not to 0777.
7073
7074 * emerge.el (emerge-make-temp-file): Make sure file has proper
7075 permissions from birth.
7076
7077 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7078
7079 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7080 backup file name through convert-standard-filename.
7081
7082 * dos-fns.el (convert-standard-filename): Convert leading
7083 directories as well. When long file names are supported, convert
7084 characters that are invalid in Windows file names.
7085
7086 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7087
7088 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7089 ps-print crashes. New feature: page selection for printing. Create
7090 raw-text-unix coding system for XEmacs. Doc fix.
7091 (ps-print-version): New version number (5.2.3).
7092 (ps-plot-region): Bug fix.
7093 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7094 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7095 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7096 funs.
7097 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7098 (ps-last-page): New vars.
7099
7100 2000-06-21 Gerd Moellmann <gerd@gnu.org>
7101
7102 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7103 empty option string.
7104
7105 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7106
7107 * man.el (man): Doc fix.
7108
7109 2000-06-21 Kenichi Handa <handa@etl.go.jp>
7110
7111 * international/mule-cmds.el (set-language-info-alist): Docstring
7112 fixed.
7113
7114 2000-06-20 Gerd Moellmann <gerd@gnu.org>
7115
7116 * version.el (emacs-version): Use ISO date format.
7117
7118 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7119 instead of `M-backspace'.
7120
7121 * simple.el (turn-off-auto-fill): New function.
7122
7123 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7124
7125 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7126 Renamed from with-buffer-prepared-for-font-lock and use
7127 inhibit-modification-hooks rather than setting *-change-functions.
7128 Update all functions to use the new name.
7129 (jit-lock-first-unfontify-pos): New semantics (and doc).
7130 (jit-lock-mode): Make non-interactive.
7131 Don't automatically turn on font-lock.
7132 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7133 Always use jit-lock-after-change.
7134 Remove and restore font-lock-after-change-function.
7135 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7136 (jit-lock-after-unfontify-buffer): Remove.
7137 (jit-lock-stealth-fontify):
7138 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7139 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7140
7141 2000-06-20 Sam Steingold <sds@gnu.org>
7142
7143 * emacs-lisp/cl-indent.el (toplevel): Indent
7144 `print-unreadable-object' properly. Untabify.
7145
7146 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7147
7148 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7149 Support for bibentry.
7150 (reftex-compile-variables): Fixed problem with end of section-re.
7151
7152 * texmodes/reftex-dcr.el (reftex-view-crossref,
7153 reftex-view-crossref-from-bibtex):
7154 Deal with changed `reftex-find-citation-regexp-format'.
7155 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7156 Replaced `remprop' with `put'.
7157 (reftex-view-crossref, reftex-view-crossref-when-idle):
7158 Support for bibentry.
7159
7160 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7161 New entry for bibentry package.
7162
7163 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7164 Regexp also matches "\nobibliography".
7165
7166 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7167 Call `reftex-ensure-write-access' before doing anything.
7168 (reftex-ensure-write-access): New function.
7169
7170 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7171
7172 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7173
7174 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7175
7176 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7177
7178 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7179
7180
7181 2000-06-20 Dave Love <fx@gnu.org>
7182
7183 * faces.el (frame-background-mode): Use set-default, not set, in
7184 setter.
7185 (frame-update-faces, frame-update-face-colors): Define with
7186 defalias.
7187
7188 * enriched.el (enriched-decode-foreground)
7189 (enriched-decode-background): Don't use internal-find-face.
7190
7191 * apropos.el: Doc fixes.
7192
7193 * cus-edit.el (customize-changed-options): Check arg.
7194 (customize-version-lessp): Don't require decimal point.
7195
7196 * custom.el (defcustom, defgroup): Doc fix.
7197
7198 * newcomment.el (comment) <defgroup>: Add :version.
7199 (comment-multi-line): Doc fix.
7200
7201 * emulation/mlsupport.el (define-hooked-local-abbrev,
7202 define-hooked-global-abbrev): Fix, using define-abbrev.
7203
7204 2000-06-19 Gerd Moellmann <gerd@gnu.org>
7205
7206 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7207 the whole buffer.
7208
7209 2000-06-19 Dave Love <fx@gnu.org>
7210
7211 * menu-bar.el (menu-bar-options-save): New function.
7212 (menu-bar-options-menu): Use it.
7213 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7214 Simplify.
7215
7216 2000-06-19 Andreas Schwab <schwab@suse.de>
7217
7218 * progmodes/etags.el (tags-query-replace): Put new parameters
7219 START and END at the end, for backward compatibility.
7220
7221 2000-06-19 Kenichi Handa <handa@etl.go.jp>
7222
7223 * international/codepage.el:
7224 (cp-coding-system-for-codepage-1): Delete special codes for
7225 generating xxx-dos coding system because now a CCL based coding
7226 system can handle EOL conversion by default.
7227
7228 * international/mule.el (make-coding-system): Generate subsidiary
7229 coding systems for EOL handling variants even for a CCL based
7230 coding system.
7231
7232 2000-06-19 Kenichi Handa <handa@etl.go.jp>
7233
7234 * international/isearch-x.el (isearch-minibuffer-input-method)
7235 (isearch-minibuffer-input-method-function): These variables
7236 deleted.
7237 (isearch-with-input-method): Don't use the above variables.
7238 (isearch-process-search-multibyte-characters): Likewise. Call
7239 read-string with the arg INHERIT-INPUT-METHOD t.
7240
7241 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7242
7243 * font-lock.el (font-lock-after-fontify-buffer)
7244 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7245
7246 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7247 Use consistent make-local-variable style for font-lock-fontified.
7248 (jit-lock-fontify-buffer):
7249 Don't bother checking for font-lock-mode and jit-lock-mode.
7250
7251 * time.el: Remove trailing ^M that prevent CVS-merging.
7252
7253 2000-06-16 Gerd Moellmann <gerd@gnu.org>
7254
7255 * Makefile.in (distclean): New target.
7256
7257 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7258
7259 * Makefile.in (srcdir): Define for update-subdirs.
7260
7261 2000-06-16 Gerd Moellmann <gerd@gnu.org>
7262
7263 * find-lisp.el: New file.
7264
7265 2000-06-16 Andrew Innes <andrewi@gnu.org>
7266
7267 * time.el (display-time-mail-function): New variable, to allow
7268 external packages to indicate when new mail is available.
7269 (display-time-update): Use it.
7270
7271 2000-06-16 Kenichi Handa <handa@etl.go.jp>
7272
7273 * international/mule.el (mule-version): Change version name to
7274 SAKAKI. AOI has already been used by Meadow.
7275
7276 * international/quail.el (quail-show-guidance-buf): To find the
7277 bottom window (but minibuffer), pay attention to the height of
7278 minibuffer.
7279
7280 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7281
7282 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7283 menu-bar menus. Add help strings. Don't remove the Edit menu
7284 from the menu bar, as the menu bar has enough space now.
7285
7286 * Makefile.in (SHELL): Make sure /bin/sh is used.
7287
7288 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7289 characters, which use series of two ^H characters instead of one.
7290
7291 2000-06-15 Gerd Moellmann <gerd@gnu.org>
7292
7293 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
7294 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
7295 functions.
7296 (Info-find-node-2): Try a case-sensitive search first, then
7297 do a case-insensitive search.
7298
7299 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7300 tutorials.
7301
7302 * complete.el (PC-env-vars-alist): New variable.
7303 (PC-complete-as-file-name): New function.
7304 (partial-completion-mode): Initialize PC-env-vars-alist from
7305 process-environment.
7306 (PC-do-completion): Handle completion of env vars.
7307
7308 * info.el (Info-set-mode-line): Show file name in mode line,
7309 use `*Info*' instead of `Info:'.
7310
7311 * startup.el (command-line-1): Change copyright messages to year
7312 2000.
7313
7314 2000-06-15 Dave Love <fx@gnu.org>
7315
7316 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7317 not local-map.
7318
7319 2000-06-15 Kenichi Handa <handa@etl.go.jp>
7320
7321 * international/mule.el (set-buffer-file-coding-system): Almost
7322 rewritten to handle `undecided' as no-op.
7323
7324 2000-06-14 Gerd Moellmann <gerd@gnu.org>
7325
7326 * Makefile.in: New file.
7327
7328 * Makefile: Removed.
7329
7330 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7331 (goto-address-highlight-keymap): Bind C-c RET.
7332
7333 2000-06-14 Kenichi Handa <handa@etl.go.jp>
7334
7335 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7336 inherits buffer-file-coding-system of the current buffer.
7337
7338 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7339 0. Give correct argument to set-auto-coding-function.
7340 (tar-expunge): For goto-char, use (point-min), not 0.
7341 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7342 (tar-subfile-save-buffer): Likewize.
7343
7344 * international/mule.el
7345 (after-insert-file-set-buffer-file-coding-system): Call
7346 set-buffer-file-coding-system with the arg FORCE t.
7347
7348 2000-06-13 Gerd Moellmann <gerd@gnu.org>
7349
7350 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7351 nil. Contemporary sendmails issue an X-Authentication-Warning if
7352 the sender is set with `-f'.
7353
7354 2000-06-13 Dave Love <fx@gnu.org>
7355
7356 * help.el (describe-function-1): Kluge around cases of functions
7357 fset to subrs whose doc doesn't match their symbol-name.
7358
7359 * image.el (insert-image): Default STRING to a space.
7360
7361 * info.el Doc fixes.
7362 (Info-build-node-completions): Match Ref tags.
7363
7364 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7365
7366 * frame.el (display-multi-frame-p, display-multi-font-p): New
7367 defaliases for display-graphic-p.
7368
7369 * hl-line.el: Fixed a typo in commentary.
7370
7371 2000-06-13 Kenichi Handa <handa@etl.go.jp>
7372
7373 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7374 fixed.
7375
7376 2000-06-12 Dave Love <fx@gnu.org>
7377
7378 * image.el (insert-image): Save a little consing.
7379
7380 2000-06-12 Kenichi Handa <handa@etl.go.jp>
7381
7382 * language/tibet-util.el: Convert all tibetan-1-column characters
7383 to the corresponding tibetan characters.
7384 (tibetan-add-components): Delete code for the special treatment of
7385 'a chung.
7386
7387 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7388 change.
7389 (tibetan-vowel-transcription-alist): More rules added.
7390 (tibetan-composite-vowel-alist): New variable.
7391 (tibetan-precomposition-rule-alist): More rules added.
7392
7393 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7394
7395 * startup.el (command-line): Only call menu-bar-mode if interactive.
7396
7397 * thingatpt.el (toplevel symbol-properties):
7398 * textmodes/makeinfo.el (makeinfo-compile):
7399 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
7400 * progmodes/hideif.el (hif-compress-define-list)
7401 (hide-ifdef-use-define-alist):
7402 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
7403 (ange-ftp-vms-add-file-entry):
7404 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7405 * man.el (Man-build-man-command):
7406 * mail/rnewspost.el (news-reply-header-hook):
7407 * info.el (Info-insert-dir):
7408 * emulation/mlconvert.el (backward-word, forward-word, setq):
7409 * emacs-lisp/gulp.el (gulp-send-requests):
7410 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7411 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
7412 (byte-optimize-apply, end of file):
7413 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7414 (ad-make-freeze-definition):
7415 * startup.el (command-line, command-line-1): Don't quote lambdas.
7416
7417 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7418 (cvs-cleanup-removed): New function.
7419 (cvs-cleanup-functions): New var.
7420 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7421 some flexibility in specifying additional entries to auto-cleanup.
7422 (cvs-quickdir): New function.
7423 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7424 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7425 (cvs-mode-find-file): Check that we are on a filename or dirname
7426 when invoked through a mouse-click.
7427 (cvs-full-path): Remove.
7428 (cvs-dired-action): Re-introduced.
7429 (cvs-dired-noselect): Use it.
7430 (vc-post-command-functions): use this new hook if available.
7431
7432 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7433 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7434 (cvs-filename-map, cvs-dirname-map): Remove.
7435 (cvs-default-action): Remove.
7436 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7437 if the arg is really a keymap.
7438 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7439 Don't hardcode the mapping from state (aka type) to face, but check
7440 the var cvs-fi-<type>-face instead.
7441 (cvs-fileinfo-from-entries): New function.
7442
7443 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7444 Docstring fix.
7445 (cvs-find-file-and-jump): Change default to be safer.
7446 (cvs-mode-diff-map): Define it as a function as well.
7447 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7448 Bind mouse-2 in this global map rather than with text-properties.
7449
7450 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7451 file to resolve the ambiguity between C(conflict) and C(need-merge).
7452
7453 2000-06-12 Kenichi Handa <handa@etl.go.jp>
7454
7455 * international/mule.el (set-buffer-file-coding-system): If
7456 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7457 unconditionally.
7458
7459 2000-06-12 Dave Love <fx@gnu.org>
7460
7461 * wid-edit.el (widget-specify-button): Really suppress the face if
7462 required.
7463
7464 2000-06-11 Gerd Moellmann <gerd@gnu.org>
7465
7466 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7467
7468 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
7469
7470 * imenu.el (imenu-generic-expression): Docstring fix.
7471
7472 * composite.el (composition-function-table): Move the `put'
7473 below the autoload cookie so we can load the file before loaddefs.
7474
7475 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7476
7477 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7478 Handle easy-mmode-define-global-mode.
7479 For complex macros like define-minor-mode that can generate
7480 several autoload entries, try to autoload entries in the
7481 macroexpanded code.
7482
7483 * emacs-lisp/easy-mmode.el (define-minor-mode):
7484 If KEYMAP is a symbol, just use it.
7485 Use byte-compile-current-file and load-file-name to infer the
7486 proper :require to pass to defcustom.
7487 Wrap the hook var into `progn' so as not to autoload it.
7488 Add a :autoload-end cookie.
7489 Be more careful about the evaluation of KEYMAP.
7490 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7491 (define-derived-mode): Move define-abbrev-table outside of defvar.
7492
7493 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
7494
7495 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7496 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7497 (backup-compiled-files): Ignore errors during `tar'.
7498 (bootstrap): Make autoloads before elc files.
7499
7500 2000-06-10 Kenichi Handa <handa@etl.go.jp>
7501
7502 * international/mule.el (set-buffer-file-coding-system): If one of
7503 undecided-XXX is specified, change only EOL conversion.
7504
7505 * international/mule-conf.el (unix): New alias for the coding
7506 system undecided-unix.
7507
7508 2000-06-09 Dave Love <fx@gnu.org>
7509
7510 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7511
7512 * progmodes/executable.el: Byte compile dynamic.
7513 (executable-insert): Change custom type.
7514 (executable-find): Add autoload cookie.
7515 (executable-make-buffer-file-executable-if-script-p): New
7516 function. After Noah Friedman.
7517
7518 * files.el (after-save-hook): Customize, with
7519 executable-make-buffer-file-executable-if-script-p as an option.
7520
7521 2000-06-09 Kenichi Handa <handa@etl.go.jp>
7522
7523 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7524 "tib24p-mule.bdf" for Tibetan.
7525
7526 * composite.el (decompose-composite-char): Declare it as obsolete.
7527
7528 * man.el (Man-fontify-manpage): Pay attention to underline and
7529 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
7530
7531 2000-06-08 Gerd Moellmann <gerd@gnu.org>
7532
7533 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7534 Set maintainer to FSF since author isn't reachable.
7535
7536 2000-06-08 Dave Love <fx@gnu.org>
7537
7538 * international/mule-cmds.el (select-safe-coding-system): If
7539 DEFAULT-CODING-SYSTEM is not specified, also check the most
7540 preferred coding-system if buffer-file-coding-system is
7541 `undecided'. From Handa.
7542
7543 2000-06-08 Kenichi Handa <handa@etl.go.jp>
7544
7545 * international/mule.el
7546 (after-insert-file-set-buffer-file-coding-system): If the buffer
7547 size is greater than INSERTED, judget that we are not visiting.
7548
7549 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
7550
7551 * whitespace.el (defgroup whitespace): Comment out `:version'.
7552 XEmacs 20.4 has problems defining the group with this present.
7553 We'll have this commented out till get resolve the problem.
7554
7555 2000-06-07 Gerd Moellmann <gerd@gnu.org>
7556
7557 * align.el: Update from author.
7558
7559 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
7560
7561 * apropos.el (apropos-mode-hook): New user variable.
7562 (apropos-mode): Run apropos-mode-hook.
7563
7564 2000-06-07 David Ponce <david@dponce.com>
7565
7566 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7567 commands. Require `wid-edit' at run-time.
7568
7569 2000-06-07 David Ponce <david@dponce.com>
7570
7571 * recentf.el: Added some "Commentary".
7572 (recentf-open-more-files, recentf-edit-list): Minor changes to
7573 move the point at the top of the file list. This behaviour is
7574 consistent with the menu one when the list contains a lot of
7575 files.
7576 (recentf-cleanup): Now displays the number of items removed from
7577 the list.
7578 (recentf-relative-filter) New menu filter to show filenames
7579 relative to `default-directory'.
7580
7581 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7582
7583 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
7584 with/without giving an error if PostScript printer doesn't have this
7585 kind of page size. Zebra Stripe continues or restarts on next page.
7586 Manual/automatic paper feeding. Switch or not the header.
7587 (ps-print-version): New version number (5.2.2).
7588 (ps-windows-system): Include emx as a Windows system.
7589 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7590 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7591 (ps-background-text): Code fix.
7592 (ps-error-handler-message, ps-user-defined-prologue)
7593 (ps-print-prologue-header, ps-printer-name)
7594 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7595 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7596 (ps-use-face-background): Customization fix.
7597 (ps-n-up-database): Data fix.
7598 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7599 (ps-switch-header): New vars.
7600 (ps-xemacs-color-name, ps-face-foreground-name)
7601 (ps-face-background-name, ps-boolean-constant): New funs.
7602
7603 2000-06-07 Dave Love <fx@gnu.org>
7604
7605 * allout.el: New version from Manheimer.
7606
7607 2000-06-07 Kenichi Handa <handa@etl.go.jp>
7608
7609 * textmodes/fill.el (fill-find-break-point): Check the validity of
7610 charset.
7611
7612 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7613
7614 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7615 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7616 Call display-color-p and display-mouse-p instead of looking at
7617 window-system.
7618
7619 2000-06-06 Dave Love <fx@gnu.org>
7620
7621 * image.el (find-image): Doc fix. Return nil if image not found.
7622 (put-image, insert-image): Make STRING arg optional.
7623
7624 2000-06-06 Kenichi Handa <handa@etl.go.jp>
7625
7626 * language/vietnamese.el: Remove eval-when-compile.
7627 (viet-viscii-nonascii-translation-table): Define it as a
7628 translation table made from viet-viscii-decode-table.
7629 (viet-viscii-encode-table): Define it as a translation table made
7630 from the reverse map of above.
7631 (viet-vscii-nonascii-translation-table): Define it as a
7632 translation table made from viet-vscii-decode-table.
7633 (viet-vscii-encode-table): Define it as a translation table made
7634 from the reverse map of above.
7635 (ccl-decode-viscii): Use translate-character.
7636 (ccl-encode-viscii, ccl-encode-viscii-font)
7637 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7638 Likewize.
7639
7640 * language/cyrillic.el: Remove eval-when-compile.
7641 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7642 translation table made from cyrillic-koi8-r-decode-table.
7643 (cyrillic-koi8-r-encode-table): Define it as a translation table
7644 made from the reverse map of above.
7645 (ccl-decode-koi8): Use translate-character.
7646 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7647 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7648 a translation table made from cyrillic-alternativnyj-decode-table.
7649 (cyrillic-alternativnyj-encode-table): Define it as a translation
7650 table made from the reverse map of above.
7651 (ccl-decode-alternativnyj): Use translate-character.
7652 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7653 Likewize
7654
7655 * international/mule-diag.el (non-iso-charset-alist): Specify
7656 translation table symbol instead of translation table itself.
7657 (list-block-of-chars): CHARSET may be a translation table symbol.
7658
7659 * international/mule.el (make-coding-system): If CODING-SYSTEM
7660 already exists, override it.
7661
7662 * international/fontset.el: Use family `proportional' for Tibetan
7663 fonts.
7664
7665 * international/ccl.el (ccl-compile-translate-character): Don't
7666 check if Rrr has property translation-table.
7667 (ccl-compile-map-multiple): Modified to avoid compiler warning.
7668
7669 2000-06-05 Gerd Moellmann <gerd@gnu.org>
7670
7671 * info.el: Bind case-fold-search to t when searching in case
7672 a user sets it to nil in a hook.
7673
7674 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
7675
7676 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7677 * hl-line.el (hl-line-mode): Use the new :global key argument.
7678
7679 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7680 (tar-clip-time-string): Prepend a space.
7681 (tar-grind-file-mode): Construct a string rather than modifying one.
7682 (tar-header-block-summarize): Fix docstring.
7683 Use `format' rather than an error-prone set of copy-loops.
7684
7685 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7686 (diff-goto-source, diff-unified->context, diff-context->unified)
7687 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7688 understand the format output by the `-p' argument to diff.
7689
7690 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
7691 (sh-re-done): Use defconst.
7692 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7693 (sh-help-string-for-variable, sh-guess-basic-offset):
7694 Don't quote lambdas.
7695 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7696 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7697
7698 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7699 (mh-letter-mode): Derive from text-mode.
7700 This implicitly means that it now calls kill-all-local-variables.
7701 Also remove the Emacs-18 compatibility code.
7702
7703 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7704 Make use of symbol-property doc-string-elt.
7705 Use memq rather than a sequence of eq.
7706 (doc-string-elt): Fix the wrong or missing previously unused values.
7707 (autoload-print-form): New function extracted from
7708 generate-file-autoloads to allow recursion when handling progn
7709 so that defvar's and defun's docstrings are properly printed.
7710 (generate-file-autoloads): Use it.
7711
7712 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7713 Use find-file-hooks in the minor-mode function.
7714 Be careful not to loop indefinitely in the post-command-hook function.
7715
7716 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
7717
7718 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
7719 tty's.
7720 * ediff-diff.el (ediff-exec-process): Use --binary for fine
7721 differences whenever appropriate.
7722 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7723 * viper.el (find-file, find-file-other-window): Get viper to do
7724 wildcards.
7725
7726 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
7727
7728 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7729 (jit-lock-fontify-buffer): New function for JIT refontification.
7730 (jit-lock-mode): Fix docstring.
7731 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7732 Remove jit-lock-after-change from the _local_ hook.
7733 (jit-lock-function-1): Fix docstring.
7734
7735 * info.el (Info-on-current-buffer): Initialize info.
7736
7737 * newcomment.el (comment-indent): Ignore comment-indent-hook.
7738
7739 * progmodes/tcl.el (tcl-indent-for-comment):
7740 Ignore comment-indent-hook.
7741
7742 * emacs-lisp/easy-mmode.el: Require CL during compilation.
7743 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
7744 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7745 and improve to use the lighter to guess the capitalization.
7746 (define-minor-mode): Inline code from easy-mmode-define-toggle.
7747 Add keyword arguments to specify global-ness or the custom group.
7748 Add local-map and help-echo properties to the lighter.
7749 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
7750 (easy-mmode-define-global-mode): New macro.
7751
7752 2000-06-02 Dave Love <fx@gnu.org>
7753
7754 * wid-edit.el: byte-compile-dynamic since we typically don't use
7755 all the widgets. Don't require cl or widget. Remove
7756 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
7757 (widget-read-event): Removed. Callers changed to use read-event.
7758 (widget-button-release-event-p): Renamed from
7759 button-release-event-p.
7760 (widget-field-add-space, widget-field-use-before-change):
7761 Uncustomize.
7762 (widget-specify-field): Use keymap property, not local-map.
7763 (widget-specify-button): Obey :suppress-face.
7764 (widget-specify-insert): Use modern backquote syntax.
7765 (widget-image-directory): Renamed from widget-glyph-directory.
7766 (widget-image-enable): Renamed from widget-glyph-enable.
7767 (widget-image-find): Replaces widget-glyph-find.
7768 (widget-button-pressed-face): Move defvar.
7769 (widget-image-insert): Replaces widget-glyph-insert.
7770 (widget-convert): Use keywordp.
7771 (widget-leave-text, widget-children-value-delete): Use mapc.
7772 (widget-keymap): Remove XEmacs stuff.
7773 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
7774 (widget-button-click): Don't set point at the click, but re-centre
7775 if we scroll out of window. Rewritten for images v. glyphs &c.
7776 (widget-tabable-at): Use POS arg, not point.
7777 (widget-beginning-of-line, widget-end-of-line)
7778 (widget-item-value-create, widget-sublist, widget-princ-to-string)
7779 (widget-sexp-prompt-value, widget-echo-help): Simplify.
7780 (widget-default-create): Use widget-image-insert; some rewriting.
7781 (widget-visibility-value-create)
7782 (widget-push-button-value-create, widget-toggle-value-create): Use
7783 widget-image-insert.
7784 (checkbox): Create on and off images dynamically.
7785 (documentation-link): Change :help-echo.
7786 (widget-documentation-link-echo-help): Remove.
7787
7788 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
7789
7790 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7791
7792 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7793 (easy-mmode-define-toggle, define-minor-mode): Use it.
7794 (easy-mmode-define-keymap): Docstring fix.
7795 (define-derived-mode): Default PARENT to fundamental-mode.
7796 Add the derived-mode-parent symbol-property.
7797 (easy-mmode-derived-mode-p): New function.
7798
7799 2000-06-02 Dave Love <fx@gnu.org>
7800
7801 * files.el (convert-standard-filename): Doc fix.
7802 (normal-backup-enable-predicate): New function.
7803 (backup-enable-predicate): Use it to replace the lambda form.
7804
7805 * calendar/todo-mode.el: [This needs more work on the outline
7806 stuff.] Doc fixes.
7807 (todo) <defgroup>: Add :version.
7808 (todo-add-category): Don't use pushnew.
7809 (todo-cmd-raise): Fix typo.
7810 (todo-top-priorities): Change temp buffer name.
7811 (todo-category-alist): Avoid redundant lambda.
7812 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7813 Use outline-next-heading.
7814
7815 * autoarg.el: Rewritten to use define-minor-mode.
7816 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7817 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7818
7819 2000-06-02 Kenichi Handa <handa@etl.go.jp>
7820
7821 * isearch.el (isearch-other-meta-char): Fix previous change.
7822
7823 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7824
7825 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7826 (log-edit-done): Only add the comment to the ring if it's different
7827 from the last comment entered.
7828
7829 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7830
7831 2000-06-01 Dave Love <fx@gnu.org>
7832
7833 * hl-line.el: Rewritten using define-minor-mode.
7834
7835 * help.el (describe-function-1): Distinguish special form from
7836 builtin function. Sanity-check presence of arglist for builtins.
7837
7838 2000-06-01 Kenichi Handa <handa@etl.go.jp>
7839
7840 * international/characters.el: Fix syntax/category setting of
7841 Tibetan characters.
7842
7843 * language/tibet-util.el (tibetan-add-components): Fixes for new
7844 encoding of Tibetan characters.
7845 (tibetan-decompose-precomposition-alist): New variable.
7846 (tibetan-decompose-region): Convert precomposed characters to
7847 non-precomposed characters.
7848 (tibetan-decompose-string): Likewise.
7849 (tibetan-composition-function): Fix args to
7850 thibetan-compose-string.
7851
7852 * language/tibetan.el (tibetan-composable-pattern): More
7853 characters included.
7854 (tibetan-consonant-transcription-alist): Rule for "R" added.
7855 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7856 "+R" added.
7857 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7858
7859 * language/lao-util.el (lao-composition-function): Fix args to
7860 compose-string.
7861
7862 * language/thai-util.el (thai-composition-function): Fix args to
7863 compose-string.
7864
7865 * isearch.el (isearch-update): Set disable-point-adjustment to t
7866 to prevent the point moving to the end of a composition when a
7867 part of a composition is searched.
7868 (isearch-other-meta-char): If the key invoking this command can be
7869 mapped by function-key-map to a printing char, call
7870 isearch-process-search-char directly.
7871
7872 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7873
7874 * emacs-lisp/bytecomp.el:
7875 * frame.el:
7876 * international/mule-cmds.el:
7877 * international/mule-util.el:
7878 * international/mule.el:
7879 * mouse.el:
7880 * subr.el:
7881 * faces.el: Update calls to make-obsolete with a WHEN argument.
7882
7883 * byte-run.el (make-obsolete, make-obsolete-variable):
7884 Add an optional WHEN argument and change the format of the
7885 symbol-property information.
7886 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7887 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7888 new obsolete-symbol-property format and print WHEN if it is provided.
7889
7890 2000-05-31 Dave Love <fx@gnu.org>
7891
7892 * loadhist.el (loadhist-hook-functions): Remove
7893 before-change-function, after-change-function.
7894 (unload-feature): Deal with symbols which are both bound and
7895 fbound.
7896
7897 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7898 before-change-function, after-change-function.
7899
7900 * simple.el (newline): Don't bind before-change-function,
7901 after-change-function.
7902
7903 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
7904
7905 * whitespace.el (whitespace-rescan-timer-time): Update interval
7906 set to 600 seconds (10 minutes) instead of 60 seconds since
7907 a large number of whitespace buffers causes emacs to `freeze'
7908 for a considerable amount of time.
7909
7910 * whitespace.el: Updated email address
7911
7912 2000-05-31 Dave Love <fx@gnu.org>
7913
7914 * add-log.el (change-log-font-lock-keywords) <function>: Add
7915 pattern for function of change.
7916 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7917 acknowledgements patterns.
7918
7919 2000-05-31 Kenichi Handa <handa@etl.go.jp>
7920
7921 * isearch.el (isearch-printing-char): If keyboard coding system is
7922 being used, call isearch-process-search-multibyte-characters.
7923
7924 * international/isearch-x.el: Mostly rewritten.
7925
7926 * international/quail.el (quail-start-conversion): Don't include
7927 unhandled events in the returned events, but set them in
7928 unread-command-events. Exit if all inputs are deleted.
7929
7930 2000-05-30 Jason Rumney <jasonr@gnu.org>
7931
7932 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7933
7934 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7935 Reenable code to create initial fontsets.
7936 Use set-fontset-font in place of put-charset-property.
7937
7938 2000-05-30 Gerd Moellmann <gerd@gnu.org>
7939
7940 * progmodes/perl-mode.el (perl-indent-line): When looking for a
7941 label, ensure that the first colon isn't followed by another.
7942
7943 * paths.el (Info-default-directory-list): Doc fix.
7944
7945 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7946 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7947 send a query containing USER only, not USER@HOST.
7948
7949 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7950 and rmail-msgend to compute the restriction at the end, instead of
7951 computing it.
7952
7953 2000-05-29 Gerd Moellmann <gerd@gnu.org>
7954
7955 * dabbrev.el (dabbrev-expand): Don't display messages in the
7956 echo area if the minibuffer window is active.
7957
7958 * jit-lock.el (jit-lock-mode): Add after change function to
7959 local hook.
7960
7961 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
7962
7963 * antlr-mode.el: New commands: hide/unhide actions,
7964 upcase/downcase literals.
7965 (antlr-tiny-action-length): New user option.
7966 (antlr-hide-actions): New command. Suggested by
7967 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7968 (antlr-mode-map): New binding [C-c C-v].
7969 (antlr-mode-menu): New entries.
7970 (antlr-downcase-literals): New command.
7971 (antlr-upcase-literals): Ditto.
7972
7973 * antlr-mode.el: Minor changes: indendation, mode-name.
7974 (antlr-indent-line): Indent cpp directive at column 0.
7975 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7976
7977 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7978 (antlr-font-lock-additional-keywords): Workaround for intentional
7979 bug in XEmacs version of font-lock.
7980 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
7981 be used by a smarter version of `buffers-menu-grouping-function'.
7982
7983 2000-05-29 Gerd Moellmann <gerd@gnu.org>
7984
7985 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7986 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7987
7988 2000-05-29 Kenichi Handa <handa@etl.go.jp>
7989
7990 * international/encoded-kb.el
7991 (encoded-kbd-iso2022-designation-map): Pay attention to that
7992 charset-iso-final-char return -1 for eight-bit-control and
7993 eight-bit-graphic.
7994
7995 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7996
7997 * speedbar.el (speedbar-use-images, speedbar-update-flag)
7998 (speedbar-easymenu-definition-base): Use display-graphic-p where
7999 available, instead of window-system.
8000
8001 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8002
8003 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8004 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8005 coding systems.
8006
8007 2000-05-26 Dave Love <fx@gnu.org>
8008
8009 * disp-table.el (standard-display-underline): Don't use
8010 internal-find-face.
8011
8012 * mail/reporter.el: Maintainer change. Doc fixes.
8013 (reporter-version): Deleted.
8014
8015 * emacs-lisp/elp.el: Maintainer change.
8016 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8017
8018 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8019
8020 * add-log.el (add-change-log-entry): Merge the current entry with the
8021 previous one if the previous one is empty.
8022
8023 2000-05-26 Dave Love <fx@gnu.org>
8024
8025 * loadhist.el (unload-feature): Fix interactive spec [from
8026 lijnzaad@ebi.ac.uk].
8027
8028 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8029 subr-arity to check primitives.
8030 (byte-compile-flush-pending, byte-compile-file-form-progn)
8031 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8032 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8033 mapcar.
8034
8035 2000-05-26 Kenichi Handa <handa@etl.go.jp>
8036
8037 * international/fontset.el: Set family names of non-latin charsets
8038 in default fontset to "*".
8039
8040 * international/mule-diag.el (print-fontset): Combine family part
8041 and registry part of the fontname by "-*-" instead of "-".
8042
8043 * international/mule-cmds.el (encode-coding-char): Make strings
8044 multibyte before calling encode-coding-string.
8045
8046 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8047
8048 * derived.el: Fix keywords.
8049 (define-derived-mode): Only define if needed.
8050
8051 * simple.el (fill-comment, comment-column, comment-start)
8052 (comment-start-skip, comment-end, comment-indent-function)
8053 (block-comment-start, block-comment-end, indent-for-comment)
8054 (set-comment-column, kill-comment, comment-padding, comment-region)
8055 (comment-multi-line, indent-new-comment-line): Remove.
8056
8057 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8058 function names for comment operations.
8059
8060 * newcomment.el: Add abundant autoload cookies.
8061 (comment-style): Don't depend on runtime data at compile-time.
8062 (comment-indent-hook): Remove.
8063 (comment-indent): Check if comment-indent-hook is bound.
8064 (comment-region): Docstring fix.
8065
8066 2000-05-25 Dave Love <fx@gnu.org>
8067
8068 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8069 byte-code-function-p.
8070
8071 * mail/rmailsum.el: Add provide.
8072
8073 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8074
8075 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8076 defcustom.
8077
8078 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
8079
8080 * ediff-diff.el (ediff-exec-process): delete --binary option from
8081 non-buffer ediff jobs.
8082
8083 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8084
8085 * hilit-chg.el (highlight-changes-mode): Ask about color or
8086 grayscale support, not about window-system.
8087
8088 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8089 window-system.
8090 (ffap-highlight): Always default to t.
8091
8092 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8093 display-popup-menus-p instead of looking at window-system.
8094
8095 * disp-table.el (standard-display-g1, standard-display-graphic):
8096 Only refuse to use string glyphs on X and MS-Windows.
8097
8098 * avoid.el: Remove window-system from commentary, suggest to use
8099 display-*-p instead.
8100
8101 * apropos.el (apropos-print): Use display-mouse-p instead of
8102 window-system.
8103
8104 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8105
8106 * international/codepage.el (cp-decoding-vector-for-codepage):
8107 Fill up unsupported characters with their own codes. From Kenichi
8108 Handa.
8109
8110 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8111
8112 * international/mule-diag.el (describe-char-after): Use
8113 display-graphic-p instead of window-system, so that this function
8114 works on MS-DOS.
8115
8116 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8117
8118 * international/codepage.el (cp-make-coding-systems-for-codepage):
8119 Remove the eight-bit-graphic and eight-bit-control charsets from
8120 the list of charsets which we convert into `?'.
8121
8122 2000-05-25 Kenichi Handa <handa@etl.go.jp>
8123
8124 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8125 private charsets.
8126 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8127 japanese-jisx0213-2): New charsets.
8128
8129 * international/fontset.el: Setup default fontset for new charsets.
8130
8131 2000-05-24 Dave Love <fx@gnu.org>
8132
8133 * info.el (Info-find-node-2): Restructure [following "Vadim
8134 S. Solomin" <sovs@uic.nnov.ru>].
8135
8136 * icomplete.el: Fix header for Finder.
8137
8138 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8139
8140 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8141 STAY.
8142
8143 * rmail.el (rmail-automatic-folder-directives): New user variable.
8144 (rmail-show-message): Add call to `rmail-auto-file' during
8145 display.
8146 (rmail-auto-file): New function.
8147
8148 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8149
8150 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
8151 account.
8152 (ediff-test-utility,ediff-diff-mandatory-option)
8153 (ediff-reset-diff-options): Utilities for proper initialization of
8154 ediff-diff-options and ediff-diff3-options on Windows.
8155
8156 * ediff-init.el (ediff-merge-filename-prefix): New customizable
8157 variable.
8158
8159 * ediff-mult.el (ediff-filegroup-action): Use
8160 ediff-merge-filename-prefix.
8161
8162 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8163
8164 * viper-ex.el (ex-write): Set selective display to nil.
8165
8166 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8167
8168 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8169 aliases for hebrew-iso-8bit.
8170
8171 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8172
8173 * woman.el: New version from Francis J. Wright
8174 <F.J.Wright@Maths.QMW.ac.uk>.
8175 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8176 names in environment variables regardless of the path separator.
8177 (woman-topic-all-completions-1): Don't call file-name-directory-p
8178 on all files, since woman-file-regexp already filters out any
8179 directories.
8180
8181 2000-05-24 Kenichi Handa <handa@etl.go.jp>
8182
8183 * international/quail.el (quail-start-translation): Don't change
8184 modified-p of the current buffer.
8185 (quail-start-conversion): Likewise.
8186
8187 * international/kkc.el (kkc-region): Don't change modified-p of
8188 the current buffer.
8189
8190 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8191 conform to RFC1468.
8192 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
8193
8194 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8195
8196 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8197 (speedbar-insert-button): Invisible text property fix.
8198 (speedbar-directory-plus): Renamed from speedbar-directory-+
8199 (speedbar-directory-minus): Renamed from speedbar-directory--
8200 (speedbar-page-plus): Renamed from speedbar-file-+
8201 (speedbar-page-minus): Renamed from speedbar-file--
8202 (speedbar-page): Renamed from speedbar-file-
8203 (speedbar-tag): Renamed from speedbar-tag-
8204 (speedbar-tag-plus): Renamed from speedbar-tag-+
8205 (speedbar-tag-minus): Renamed from speedbar-tag--
8206 (speedbar-expand-image-button-alist): Use above renames.
8207
8208 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8209 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8210 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8211 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8212 * sb-pg.xpm: Renamed from sb-file.xpm
8213 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8214 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
8215
8216 2000-05-24 Kenichi Handa <handa@etl.go.jp>
8217
8218 * international/quail.el (quail-show-guidance-buf): Set
8219 current-input-method of the guidance buffer to the name of the
8220 curren input method.
8221
8222 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8223
8224 * progmodes/compile.el (compile-internal): Style typo.
8225
8226 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8227 quote vars and functions in the docstring.
8228
8229 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8230
8231 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8232 Don't quote lambdas.
8233
8234 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8235
8236 2000-05-23 Gerd Moellmann <gerd@gnu.org>
8237
8238 * startup.el (command-line): Determine source file of compiled
8239 user init file differently. Warn if compiled user init file
8240 is older than its source file.
8241
8242 * ffap.el (ffap-url-regexp): Add `https'.
8243
8244 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8245
8246 * files.el (make-backup-file-name-1): Replace slashes with `!'
8247 rather than `|' (which is not allowed on Windows). Replace the
8248 drive letters with a string "drive_X".
8249
8250 2000-05-23 Gerd Moellmann <gerd@gnu.org>
8251
8252 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8253
8254 * files.el (interpreter-mode-alist): Add `bash2'.
8255
8256 2000-05-22 Dave Love <fx@gnu.org>
8257
8258 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8259 mapc.
8260 (feature-file): Avoid calling symbol-name. Doc fix.
8261 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8262 (loadhist-hook-functions): Add mouse-position-function.
8263 (unload-feature): Change uses of mapcar.
8264
8265 * files.el (parse-colon-path): Doc fix.
8266 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8267 (set-auto-mode): Use mapc.
8268
8269 * complete.el (PC-look-for-include-file): Use :alnum: character
8270 class.
8271 (partial-completion-mode): Add autoload cookie.
8272
8273 2000-05-22 Sam Steingold <sds@gnu.org>
8274
8275 * info.el (Info-fontify-node): Fixed the call to
8276 `add-text-properties' (bug introduced on 2000-05-18).
8277
8278 2000-05-22 Dave Love <fx@gnu.org>
8279
8280 * bindings.el: Remove debug-ignored-errors set in other files.
8281
8282 * progmodes/etags.el: Add to debug-ignored-errors.
8283 (visit-tags-table-buffer): Clear out buffers holding old tables
8284 when making a new list.
8285 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8286 mapc.
8287
8288 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8289 quote keywords.
8290 (cmpl-string-case-type): Use character classes.
8291
8292 * comint.el:
8293 * textmodes/ispell.el:
8294 * imenu.el:
8295 * mail/mh-e.el:
8296 * progmodes/compile.el: Add to debug-ignored-errors.
8297
8298 * dabbrev.el: Add to debug-ignored-errors.
8299 (dabbrev-completion): Use mapc.
8300
8301 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8302
8303 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8304 (woman-mapcan, woman-parse-man.conf)
8305 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8306 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8307 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8308 path syntax better.
8309 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8310 (woman-manpath): Call woman-parse-man.conf.
8311 (woman-emulation): New defcustom, defaults to nroff.
8312 (woman-font-support): New defconst.
8313 (woman-use-symbol-font): New defcustom.
8314 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8315 "Emulation".
8316 Many functions: Doc fix.
8317
8318 2000-05-22 Kenichi Handa <handa@etl.go.jp>
8319
8320 * international/quail.el (quail-simple-translation-keymap): Map
8321 128..255 to quail-self-insert-command.
8322 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8323
8324 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8325
8326 * help.el (help-manyarg-func-alist): Typo.
8327
8328 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8329 intervals which makes it heaps simpler.
8330
8331 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8332 the nested comment markers.
8333
8334 * subr.el (remove-hook): Don't turn the hook's value into a list.
8335
8336 2000-05-21 Dave Love <fx@gnu.org>
8337
8338 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8339 are invalid characters.
8340
8341 * international/mule-util.el (detect-coding-with-priority): Use
8342 mapc. Remove redundant lambda.
8343
8344 * international/mule-diag.el (list-non-iso-charset-chars)
8345 (describe-fontset): Remove redundant lambda.
8346
8347 * emulation/crisp.el (brief-mode): New alias.
8348
8349 * emacs-lisp/ring.el (ring-elements): New function.
8350
8351 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8352 (easy-menu-do-add-item): Use keywordp.
8353
8354 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8355
8356 * replace.el: Doc and error message fixes.
8357 (replace-highlight): Use facep, not internal-find-face.
8358
8359 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8360
8361 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8362
8363 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8364 (log-edit-insert-changelog): Drop `:' as well.
8365
8366 * log-view.el: Fix file description.
8367 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8368 available.
8369 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8370 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8371
8372 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8373 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8374 Print a status message if the toggle is called interactively.
8375 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8376 for global minor modes and use `defcustom' for them.
8377 Use add-minor-mode.
8378 (easy-mmode-define-derived-mode): Remove.
8379 (define-derived-mode): Fancier default docstring.
8380 (easy-mmode-define-navigation): Signal an error rather than (ding).
8381
8382 * newcomment.el (comment-styles): New `box-multi'.
8383 (comment-normalize-vars): Better default for comment-continue to
8384 avoid whitespace-only continuations.
8385 (comment-search-forward): Always move even in the no-syntax case.
8386 (comment-padright): Only obey N if it's only obeyed for padleft.
8387 (comment-make-extra-lines): Better handling of empty continuations.
8388 Use `=' for the filler if comment-start has only one character.
8389 (uncomment-region): Try handling the special `=' filler.
8390 (comment-region): Allow LINES even if MULTI is nil.
8391 (comment-box): Choose box style based on comment-style.
8392
8393 2000-05-20 Kenichi Handa <handa@etl.go.jp>
8394
8395 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
8396 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8397
8398 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
8399
8400 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8401 and insert, not subst-char-in-region.
8402
8403 * international/mule-diag.el (list-character-sets-1): Handle
8404 charsets eight-bit-control and eight-bit-graphic.
8405 (list-iso-charset-chars): Likewise.
8406 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8407 charactes as is. Use indent-to to align characters.
8408
8409 * international/mule-cmds.el (find-multibyte-characters): Never
8410 exclude charsets eight-bit-control and eight-bit-graphic.
8411
8412 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8413
8414 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8415 Don't quote lambdas.
8416
8417 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8418
8419 2000-05-19 Gerd Moellmann <gerd@gnu.org>
8420
8421 * gud.el (gud-jdb-directories): Doc fix.
8422
8423 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8424
8425 * newcomment.el: New file.
8426
8427 2000-05-19 Gerd Moellmann <gerd@gnu.org>
8428
8429 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
8430
8431 2000-05-18 Andreas Schwab <schwab@suse.de>
8432
8433 * dired.el (dired-between-files): Also skip lines beginning with
8434 `used'.
8435
8436 2000-05-18 Gerd Moellmann <gerd@gnu.org>
8437
8438 * msb.el (msb-menu-cond): Add choice `user'.
8439
8440 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8441
8442 * ps-print.el: Compatibility, customization and doc fix.
8443 (ps-printer-name-option): Replace defconst by defvar.
8444 (ps-postscript-code-directory): XEmacs compatibility.
8445 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8446 fix.
8447 (ps-user-defined-prologue, ps-print-prologue-header)
8448 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8449 compatibility and code fix.
8450 (ps-print-background-image, ps-print-background-text):
8451 Customization fix.
8452 (ps-line-number-start, ps-n-up-on): New vars.
8453
8454 2000-05-18 Espen Skoglund <esk@ira.uka.de>
8455
8456 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8457 the indent-comment function to just return the appropriate indent.
8458
8459 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
8460
8461 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8462 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8463 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8464
8465 2000-05-18 Dave Love <fx@gnu.org>
8466
8467 * info.el (Info-fontify-node): Add intangible property as well as
8468 invisible.
8469
8470 * calendar/appt.el (appt-make-list): Match all lines of entry.
8471 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8472
8473 2000-05-18 Kenichi Handa <handa@etl.go.jp>
8474
8475 * international/mule-diag.el (describe-char-after): Call
8476 internal-char-font, not char-font. If internal-char-font returns
8477 nil, display "-- none --".
8478
8479 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8480
8481 * image.el (image-type-available-p): Don't reference image-types
8482 if it isn't bound.
8483
8484 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
8485
8486 * autoarg.el (autoarg-mode): Typo in the :set argument.
8487
8488 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8489
8490 * startup.el (command-line-1): Don't signal an error if the
8491 directory for auto-save-list files does not yet exist.
8492
8493 2000-05-17 Kenichi Handa <handa@etl.go.jp>
8494
8495 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8496
8497 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
8498
8499 * subr.el (remove-hook): `setq' hook-value, not `set'.
8500
8501 2000-05-16 Sam Steingold <sds@gnu.org>
8502
8503 * info.el (debug-ignored-errors): More errors to ignore.
8504
8505 2000-05-16 Dave Love <fx@gnu.org>
8506
8507 * cus-edit.el: Don't require cl or easymenu.
8508 (custom-variable-prompt): Test standard-value property, not
8509 user-variable-p.
8510
8511 2000-05-16 Sam Steingold <sds@gnu.org>
8512
8513 * subr.el (add-hook): `setq' hook-value, not `set'.
8514
8515 2000-05-16 Gerd Moellmann <gerd@gnu.org>
8516
8517 * startup.el (command-line-1): Mention the FAQ in the startup
8518 message.
8519
8520 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8521
8522 * progmodes/compile.el (compilation-parse-errors): Collect
8523 `nomessage' regexps last.
8524
8525 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8526
8527 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8528 to the function name.
8529
8530 2000-05-15 Dave Love <fx@gnu.org>
8531
8532 * speedbar.el (speedbar-recenter): Typo.
8533 (speedbar-expand-line): Make arg optional.
8534 (speedbar-mode): Avoid a compiler warning.
8535
8536 2000-05-15 Gerd Moellmann <gerd@gnu.org>
8537
8538 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8539 user-specified option string is empty.
8540
8541 * mouse.el (mouse-yank-at-click): Doc fix.
8542
8543 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8544
8545 * term/internal.el (IT-character-translations): More updates of
8546 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8547 documents.
8548
8549 2000-05-15 Gerd Moellmann <gerd@gnu.org>
8550
8551 * env.el (getenv): New function, interactively callable.
8552 (setenv, getenv): Remove autoload cookies.
8553
8554 * loadup.el: Load `env'.
8555
8556 * progmodes/f90.el: Change author's mail address.
8557
8558 2000-05-14 Dave Love <fx@gnu.org>
8559
8560 * mail/rmail.el (rmail-show-message-hook): Customize and offer
8561 goto-addr as an option.
8562
8563 * help.el (help-xref-stack): Doc fix.
8564 (help-xref-following): New variable.
8565 (help-make-xrefs): Use it.
8566 (help-xref-go-back): Use position information from stack element.
8567 (help-follow): Make position in stack element a pair. Use
8568 help-xref-following.
8569
8570 * autoarg.el: New file.
8571
8572 * faces.el: Declare more functions obsolete.
8573
8574 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8575 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8576 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8577 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8578 Remove all the setup-...-environment functions.
8579
8580 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
8581
8582 * speedbar.el: Updated the commentary section. xemacs20p now uses
8583 >= when detecting. Require `defimage' safely.
8584 (speedbar-easymenu-definition-base): Add toggle for images.
8585 (speedbar-easymenu-definition-special): Add flush cache & expand.
8586 (speedbar-visiting-tag-hook): Set new defaults. Added options.
8587 (speedbar-reconfigure-keymaps-hook): New variable.
8588 (speedbar-frame-parameters): Updated documentation.
8589 (speedbar-use-imenu-flag): Updated custom tag
8590 (speedbar-dynamic-tags-function-list): New variable.
8591 (speedbar-tag-hierarchy-method): Updated doc & custom.
8592 (speedbar-indentation-width, speedbar-indentation-width) New
8593 variables.
8594 (speedbar-hide-button-brackets-flag): Customizable.
8595 (speedbar-vc-indicator): Doc update.
8596 (speedbar-ignored-path-expressions): Updated default value.
8597 (speedbar-supported-extension-expressions): Updated default value.
8598 (speedbar-syntax-table): Remove {} paren status.
8599 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8600 as "+". Added overlay aliases.
8601 (speedbar-mode): Use `speedbar-mode-line-update' instead of
8602 `force-mode-line-update'.
8603 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8604 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8605 `mouse-set-point'
8606 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
8607 (speedbar-item-info-tag-helper): Revamped to handle a wider range
8608 of arbitrary text, and new helper functions.
8609 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8610 filename finder.
8611 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8612 (speedbar-directory-buttons): Update path search/expansion.
8613 (speedbar-make-tag-line): Pay attention to
8614 `speedbar-indentation-width'. Use more care w/ invisible
8615 properties.
8616 (speedbar-change-expand-button-char): Call
8617 `speedbar-insert-image-button-maybe'.
8618 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
8619 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8620 (speedbar-trim-words-tag-hierarchy)
8621 (speedbar-simple-group-tag-hierarchy): New functions
8622 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
8623 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8624 functions.
8625 (speedbar-mouse-set-point): New function
8626 (speedbar-power-click): Updated documentation.
8627 (speedbar-line-token, speedbar-goto-this-file): Handle more types
8628 of tag prefix text.
8629 (speedbar-expand-line, speedbar-contract-line): Make more robust
8630 to strange text.
8631 (speedbar-expand-line): Takes universal argument to flush the
8632 cache.
8633 (speedbar-flush-expand-line): New function.
8634 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8635 Use new generator insertion method.
8636 (speedbar-fetch-dynamic-tags): New function.
8637 (speedbar-fetch-dynamic-imenu): Removed code now handled in
8638 `speedbar-fetch-dynamic-imenu'.
8639 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8640 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8641 "Revert Buffer" menu items.
8642 (speedbar-buffer-buttons-engine): Be smarter when creating a
8643 filename tag (for expansion purposes.).
8644 (speedbar-highlight-one-tag-line,
8645 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8646 (speedbar-recenter): New functions.
8647 (defimage-speedbar): Image loading abstraction.
8648 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8649 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8650 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8651 (speedbar-tag-type, speedbar-tag-mail): New images.
8652 (speedbar-expand-image-button-alist): New variable.
8653 (speedbar-insert-image-button-maybe): Insert an image over some
8654 buttons.
8655
8656 2000-05-13 Kenichi Handa <handa@etl.go.jp>
8657
8658 * international/mule-cmds.el (encode-coding-char): An ASCII
8659 character is always encodable.
8660
8661 * international/mule-conf.el: Add more information in descriptions
8662 of character sets.
8663
8664 * international/mule-diag.el (describe-char-after): New function.
8665 (describe-font-internal): Adjusted for the change of font-info.
8666 (describe-font): Likewise.
8667 (print-fontset): Rewritten for the new fontset implementation.
8668 (describe-fontset): Include fontset alias names in completion.
8669 (list-fontsets): Adjusted for the change of print-fontset.
8670
8671 * simple.el (what-cursor-position): If DETAIL is non-nil, call
8672 describe-char-after instead of displaying the detail in the echo
8673 area.
8674 (syntax-code-table): Format changed.
8675 (string-to-syntax): Adjusted for the above change.
8676
8677 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
8678
8679 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8680
8681 2000-05-12 Dave Love <fx@gnu.org>
8682
8683 * calendar/todo-mode.el: Remove some compatibility stuff and CL
8684 dependence. Use line-{beginning,end}-position, not
8685 point-at{b,e}ol. Some doc fixes.
8686 (todo-position): New function. Fix callers of position to use it.
8687 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8688
8689 2000-05-12 Gerd Moellmann <gerd@gnu.org>
8690
8691 * time.el (display-time-mail-icon): Use `:ascent center'.
8692
8693 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8694 handling FTP security extensions.
8695
8696 2000-05-11 Dave Love <fx@gnu.org>
8697
8698 * calendar/todo-mode.el: New file.
8699
8700 2000-05-11 Gerd Moellmann <gerd@gnu.org>
8701
8702 * comint.el (comint-read-input-ring): Move reference to
8703 comint-input-ring-size outside of the save-excursion. It was
8704 causing the default value to be the only one ever seen.
8705
8706 * font-lock.el: Update copyright. Remove Simon Marshall's email
8707 address on request from him.
8708
8709 * subr.el (substitute-key-definition): Add comment describing
8710 the meaning of PREFIX.
8711
8712 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
8713
8714 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8715
8716 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8717 (add-minor-mode): Don't make the variable buffer-local and add a
8718 reference to define-minor-mode in the docstring.
8719
8720 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8721 HEADER/FOOTER and fix bug with trailing empty directory.
8722 (cvs-append-to-ignore): Use vc-editable-p if available.
8723 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8724 (vc-do-command): Tweak advice to handle the new VC.
8725
8726 * log-view.el (log-view-goto-rev): New function for the new VC.
8727 (log-view-minor-wrap): Use mark-active.
8728
8729 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8730 (log-edit-changelog-full-paragraphs): New var.
8731 (log-edit-insert-changelog): Remove a lonely leading `* file'.
8732 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8733 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8734 (log-edit-changelog-ours-p, log-edit-changelog-entries)
8735 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8736 Replace the `cvs' prefix with `log-edit'.
8737
8738 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8739
8740 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8741 (diff-font-lock-defaults): Explicitly turn off multiline.
8742 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8743 (diff-ediff-patch): Fix call to ediff-patch-file.
8744 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8745 Handle comments.
8746
8747 * frame.el (automatic-hscrolling): Typo.
8748
8749 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8750
8751 2000-05-09 Sam Steingold <sds@goems.com>
8752
8753 * apropos.el (apropos-print): use `describe-face' instead of
8754 `customize-face-other-window'.
8755
8756 2000-05-09 Dave Love <fx@gnu.org>
8757
8758 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8759
8760 * help.el (describe-variable): Have customize button pop the
8761 help-xref stack when invoked.
8762 (help-xref-symbol-regexp): Add `face'.
8763 (help-make-xrefs): Check for quoted face names and adapt regexp
8764 submatch numbers to cope.
8765 (help-xref-interned): Maybe insert face doc too. Separate
8766 sections with a line of hyphens.
8767
8768 * faces.el: Some doc fixes. Declare some functions obsolete.
8769 (describe-face): Add customize button. Return the help
8770 text. Fix prompt.
8771
8772 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8773
8774 * term/internal.el (IT-character-translations): Fix last change.
8775
8776 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8777
8778 * woman.el: New file
8779 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8780
8781 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8782
8783 * term/internal.el (IT-character-translations): Update ASCII
8784 simulations for greek-iso8859-7, add latin-iso8859-14 and
8785 latin-iso8859-15.
8786
8787 * international/mule-cmds.el (set-language-info-alist): Call
8788 define-prefix-command with 3 arguments, to make the map suitable
8789 for a menu.
8790
8791 2000-05-07 Dave Love <fx@gnu.org>
8792
8793 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
8794
8795 2000-05-05 Dave Love <fx@gnu.org>
8796
8797 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8798 list in doc string. Don't quote keyword symbols.
8799 * emacs-lisp/cl.el: Likewise
8800 * emacs-lisp/cl-seq.el: Likewise
8801
8802 2000-05-05 Gerd Moellmann <gerd@gnu.org>
8803
8804 * abbrev.el (abbrev-mode): Make ARG optional.
8805
8806 2000-05-04 Gerd Moellmann <gerd@gnu.org>
8807
8808 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8809
8810 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8811
8812 * subr.el (substitute-key-definition): Clarify documentation.
8813
8814 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
8815
8816 * glasses.el (glasses-convert-to-unreadable): Use
8817 `glasses-separator' instead of the hard-wired "_".
8818 (glasses-mode): Call `glasses-make-unreadable' only in a single
8819 place.
8820
8821 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
8822
8823 * term/internal.el (cjk-codepages-alist): Add associations for
8824 Chinese and Korean codepages. Remove FIXME comment.
8825
8826 2000-05-03 Dave Love <fx@gnu.org>
8827
8828 * time.el (display-time-mail-face, display-time-use-mail-icon):
8829 New option.
8830 (display-time-mail-icon): New variable.
8831 (display-time-string-forms): Use the above. Fix the local-map.
8832
8833 2000-05-03 Gerd Moellmann <gerd@gnu.org>
8834
8835 * replace.el (query-replace-map): Add binding for `E'.
8836 (query-replace-help): Extend help text.
8837 (perform-replace): Allow editing the replacement string.
8838
8839 * make-mode.el (makefile-mode-abbrev-table): New variable.
8840 (makefile-mode): Set local abbrev table to
8841 makefile-mode-abbrev-table.
8842 (makefile-font-lock-keywords): Fontify includes and conditionals.
8843
8844 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8845 set TOGGLE's value.
8846
8847 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8848 mail-interactive-insert-alias.
8849 (mail-abbrev-complete-alias): New command.
8850 (mail-mode-map): Bind it to `M-TAB'.
8851
8852 2000-05-03 Kenichi Handa <handa@etl.go.jp>
8853
8854 * language/lao-util.el (lao-compose-region): New function.
8855
8856 2000-05-02 Gerd Moellmann <gerd@gnu.org>
8857
8858 * files.el (recover-session): Make directories as necessary
8859 if they don't exist yet.
8860
8861 * calendar/cal-french.el
8862 (french-calendar-multibyte-special-days-array)
8863 (french-calendar-special-days-array): Change French text.
8864 (calendar-french-date-string): Change output.
8865 (calendar-goto-french-date): Likewise.
8866
8867 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
8868
8869 * wid-edit.el (widget-default-active): Obey `:always-active'.
8870 (widget-documentation-string-value-create): Set `:always-active'.
8871
8872 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8873
8874 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8875 default prefix to `~/_emacs.d/auto-save.list/_s'.
8876 (normal-top-level): Create the directory for auto-save files, if
8877 it doesn't already exist (in the ms-dos case only).
8878
8879 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8880
8881 * international/mule-cmds.el (set-language-environment): Don't
8882 concat an integer (dos-codepage), use format instead.
8883
8884 2000-05-02 Dave Love <fx@gnu.org>
8885
8886 * help.el (help-xref-on-pp): Check for constant symbols.
8887
8888 2000-04-29 Gerd Moellmann <gerd@gnu.org>
8889
8890 * startup.el (normal-top-level): Put a condition-case around
8891 the code loading subdirs.el.
8892
8893 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8894
8895 * ps-print.el: Upside-down and face background color printing,
8896 line number step, doc fix.
8897 (ps-print-version): New version number (5.2).
8898 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8899 (ps-face-attribute-list, ps-plot-with-face): Code fix.
8900 (ps-spool-config): Var fix.
8901 (ps-printer-name-option): Const fix.
8902 (ps-print-upside-down, ps-use-face-background)
8903 (ps-line-number-step): New vars.
8904 (ps-window-system, ps-lp-system): New consts.
8905 (ps-face-background): New fun.
8906
8907 2000-04-28 Richard Stallman <rms@gnu.org>
8908
8909 * files.el (make-auto-save-file-name):
8910 Apply auto-save-file-name-transforms to visited file name
8911 before generating auto save file name.
8912 (auto-save-file-name-transforms): New variable.
8913
8914 * files.el (backup-enable-predicate):
8915 Correctly test for a file under a temporary directory.
8916
8917 2000-04-28 Gerd Moellmann <gerd@gnu.org>
8918
8919 * subr.el (add-minor-mode): Rewritten.
8920
8921 2000-04-28 Kenichi Handa <handa@etl.go.jp>
8922
8923 * mail/sendmail.el (sendmail-send-it): Set
8924 buffer-file-coding-system to the selected coding system for MIME
8925 header.
8926
8927 2000-04-27 Gerd Moellmann <gerd@gnu.org>
8928
8929 * dired.el (dired-move-to-filename-regexp): Allow format where
8930 YYYY is followed by two spaces.
8931
8932 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8933 in the second character class of the regexp.
8934
8935 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8936 mh-etc, too.
8937
8938 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8939 nil.
8940
8941 * subr.el (add-minor-mode): Use `set' instead of `setq'.
8942
8943 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8944 argument.
8945
8946 2000-04-27 Sen Nagata <sen@eccosys.com>
8947
8948 * emacs-lisp/crm.el (crm-completion-table): New variable.
8949 (crm-collection-fn, crm-test-completion)
8950 (completing-read-multiple): Use it.
8951
8952 2000-04-27 Dave Love <fx@gnu.org>
8953
8954 * help.el (locate-library): Use mapc.
8955 (help-manyarg-func-alist): Add call-process-region.
8956
8957 2000-04-26 Gerd Moellmann <gerd@gnu.org>
8958
8959 * subr.el (add-minor-mode): Make argument MAP optional.
8960
8961 * desktop.el (desktop-save): Save list of minor modes.
8962 (desktop-create-buffer): Restore minor modes.
8963 (desktop-minor-mode-table): New user-option.
8964
8965 * subr.el (add-minor-mode): New function.
8966
8967 * image.el (find-image): New function.
8968 (defimage): Rewritten to find image at load time.
8969
8970 * startup.el (normal-top-level-add-to-load-path): Handle
8971 case that the default directory is not in load-path.
8972
8973 * help.el: Old patch from Stefan Monnier.
8974 (help-xref-on-pp): New function.
8975 (describe-variable): Use it to display xrefs in a symbol's value.
8976
8977 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
8978
8979 * cus-edit.el (custom-face): Fix parenthesis.
8980
8981 2000-04-26 Kenichi Handa <handa@etl.go.jp>
8982
8983 * mail/rmail.el (rmail-expunge): When there are no deleted
8984 messages, do nothing.
8985
8986 2000-04-26 Dave Love <fx@gnu.org>
8987
8988 * international/mule-cmds.el (locale-translation-file-name):
8989 Defvar to nil.
8990 (set-locale-environment): Set it here (at runtime).
8991
8992 2000-04-25 Gerd Moellmann <gerd@gnu.org>
8993
8994 * replace.el (perform-replace): Add parameters START and END. Use
8995 them instead of the check for a region in Transient Mark mode.
8996 (query-replace-read-args): Return two more list elements for the
8997 start and end of the region in Transient Mark mode.
8998 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8999 (map-query-replace-regexp, replace-string, replace-regexp): Add
9000 optional last arguments START and END and pass them to
9001 perform-replace.
9002
9003 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9004 form with additional arguments for perform-replace.
9005
9006 * progmodes/etags.el (tags-query-replace): Add parameters START
9007 and END. Construct a form with additional arguments for
9008 perform-replace.
9009
9010 * simple.el (shell-command): Set default directory for "*Shell
9011 Command Output" buffer.
9012
9013 * language/european.el (iso-latin-4): Fix typo.
9014
9015 * emacs-lisp/crm.el: New file.
9016
9017 2000-04-24 Dave Love <fx@gnu.org>
9018
9019 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9020 (Custom-reset-saved, Custom-reset-standard)
9021 (custom-group-value-create, custom-group-set, custom-group-save)
9022 (custom-group-reset-current, custom-group-reset-saved)
9023 (custom-group-reset-standard): Use mapc.
9024 (custom-buffer-create-internal): Disable undo when creating items.
9025 Use mapc.
9026 (custom-face): Avoid redundant lambda.
9027
9028 2000-04-24 Gerd Moellmann <gerd@gnu.org>
9029
9030 * startup.el (auto-save-list-file-prefix): Set default to
9031 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9032
9033 2000-04-24 Sam Steingold <sds@gnu.org>
9034
9035 * time-stamp.el (time-stamp-string-preprocess): Always convert
9036 `field-result' to a string.
9037
9038 2000-04-24 Gerd Moellmann <gerd@gnu.org>
9039
9040 * frame.el (scrolling): New group.
9041 (automatic-hscrolling): New user-option.
9042
9043 * startup.el (command-line-x-option-alist): Add `-lsp' and
9044 `--line-spacing'.
9045
9046 2000-04-19 Dave Love <fx@gnu.org>
9047
9048 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9049 (cl-mapc): Rename from mapc. Fix the funcall.
9050
9051 2000-04-19 Gerd Moellmann <gerd@gnu.org>
9052
9053 * simple.el (clone-indirect-buffer-other-window): New command.
9054 (clone-indirect-buffer): Add optional arg NORECROD.
9055 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9056
9057 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9058
9059 * window.el (count-screen-lines): New function.
9060 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9061 instead of window-buffer-height.
9062
9063 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9064 non-existing variable comint-input-sentinel.
9065 (inferior-lisp-args-to-list): Removed.
9066 (inferior-lisp): Use split-string instead of
9067 inferior-lisp-args-to-list.
9068
9069 * hexl.el (hexl-insert-hex-string): New command.
9070
9071 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9072 instead of concat.
9073
9074 2000-04-18 Gerd Moellmann <gerd@gnu.org>
9075
9076 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9077 at the start of an existing but empty folder.
9078
9079 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9080
9081 * ps-mule.el: Customization fix, doc fix.
9082 (ps-multibyte-buffer): Customization fix.
9083
9084 2000-04-17 Richard M. Stallman <rms@gnu.org>
9085
9086 * subr.el (read-passwd): Use read-char-exclusive.
9087
9088 2000-04-17 Gerd Moellmann <gerd@gnu.org>
9089
9090 * textmodes/texinfo.el (texinfo-insert-@email)
9091 (texinfo-insert-@emph, texinfo-insert-@quotation)
9092 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9093 (texinfo-mode-map): Add key bindings for them.
9094
9095 * files.el (basic-save-buffer-2): Use a template with `$'
9096 instead of `#' for VMS.
9097
9098 * simple.el (clone-indirect-buffer): New function.
9099
9100 2000-04-16 Stephen Eglen <stephen@gnu.org>
9101
9102 * iswitchb.el (iswitchb-case): New function. If the user input
9103 contains any upper-case characters, the search is made
9104 case-sensitive.
9105
9106 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9107
9108 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9109 comment-end.
9110 (texinfo-font-lock-syntactic-keywords): New var.
9111 (texinfo-font-lock-keywords): Remove comment regexp.
9112 (texinfo-insert-block): New function.
9113 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
9114 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9115 and font-lock-defaults. Use regexp-opt for outline-regexp.
9116 (texinfo-environments): New var.
9117 (texinfo-environment-regexp): Use regexp-opt and
9118 texinfo-environments.
9119
9120 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9121 ispell-process is bound since this might be eval'd before ispell
9122 is loaded.
9123 (ispell-message): Use a tiny bit less magic and a bit more hard
9124 data to figure out what kind of sc-cite-regexp to use.
9125
9126 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9127
9128 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9129 (insert-cyclic-diary-entry): Unquote the lambda.
9130
9131 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9132
9133 * files.el (backup-enable-predicate): Unquote the lambda.
9134
9135 * cus-edit.el (custom-face, face): Unquote the lambda.
9136
9137 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9138
9139 * ps-print.el: Check for line-beginning-position definition.
9140
9141 * ps-print.el: Fix counting lines in a region.
9142 (ps-print-version): New version number (5.1.5).
9143 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9144 (ps-printing-region): Fun code fix.
9145
9146 2000-04-15 Gerd Moellmann <gerd@gnu.org>
9147
9148 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9149 to file-directory-p.
9150
9151 2000-04-14 Gerd Moellmann <gerd@gnu.org>
9152
9153 * gud.el (gud-jdb-build-source-files-list): Check that directory
9154 exists before calling directory-files.
9155
9156 2000-04-13 Dave Love <fx@gnu.org>
9157
9158 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9159 syntax.
9160
9161 * emacs-lisp/cl-specs.el: Remove when, unless.
9162
9163 * emacs-lisp/cl-extra.el: Don't quote keywords.
9164 (cl-old-mapc): New variable.
9165 (mapc): Use it.
9166 (cl-map-intervals): Use with-current-buffer. Don't check for
9167 next-property-change.
9168 (cl-map-overlays): Use with-current-buffer.
9169 (cl-expt): Remove.
9170 (copy-tree, remprop): Define unconditionally.
9171
9172 * emacs-lisp/cl-compat.el (keywordp): Remove.
9173
9174 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9175 to use keywordp.
9176 (edebug-spec): Enable keywordp.
9177
9178 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9179 string-lessp.
9180
9181 * cus-start.el: Use keywordp.
9182
9183 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9184
9185 * diary-lib.el (include-other-diary-files): Fix the fix of
9186 2000-02-18 by doing a save-excursion.
9187
9188 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9189
9190 * ps-print.el: Customization fix, doc fix.
9191 (ps-print-version): New version number (5.1.4).
9192 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9193 (ps-print-preprint): Adjust code.
9194 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9195 (ps-print-prologue-header, ps-print-control-characters)
9196 (ps-spool-config): Customization fix.
9197
9198 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9199
9200 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9201 converted to the new menu-item format, names silightly changed,
9202 help strings added.
9203
9204 Support for spelling without async subprocesses:
9205
9206 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9207 (ispell-session-buffer): New variables.
9208 (ispell-start-process, ispell-process-status,
9209 ispell-accept-output, ispell-send-string): New functions, for
9210 Ispell invocation when async subprocesses aren't supported.
9211 (ispell-word, ispell-pdict-save, ispell-command-loop,
9212 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9213 to process-send-string with calls to ispell-send-string, and
9214 accept-process-output with ispell-accept-output.
9215 (ispell-init-process): Call ispell-process-status instead of
9216 process-status with.
9217 (ispell-init-process): Call ispell-start-process. Call
9218 ispell-accept-output and ispell-send-string. Don't call
9219 process-kill-without-query and kill-process if they are unbound.
9220 (ispell-async-processp): New function.
9221
9222 2000-04-12 Dave Love <fx@gnu.org>
9223
9224 * info.el: Add debug-ignored-errors.
9225 (Info-mode-menu): Add some items.
9226 (Info-directory): Add autoload cookie.
9227
9228 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9229 Modify `truncate-lines'. Make `describe-language-environment'
9230 always visible and add help. Modify `describe-key' help. Invoke
9231 Info-directory from `info'. New entry `emacs-manual'.
9232
9233 2000-04-10 Gerd Moellmann <gerd@gnu.org>
9234
9235 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9236 propertized-buffer-identification.
9237 (ebrowse-update-member-buffer-mode-line): Likewise.
9238 (ebrowse--mode-strings): Removed.
9239 (ebrowse--mode-line-props): Removed.
9240
9241 * files.el (auto-mode-alist): Add `EBROWSE'.
9242
9243 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9244 space before testing for end of buffer.
9245 (ebrowse-load): Removed.
9246 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9247 (ebrowse-create-tree-buffer): Rewritten.
9248 (ebrowse-tree-mode): Read tree from buffer.
9249
9250 * progmodes/ebrowse-ffh.el: Removed.
9251
9252 2000-04-10 Kenichi Handa <handa@etl.go.jp>
9253
9254 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9255
9256 2000-04-10 Gerd Moellmann <gerd@gnu.org>
9257
9258 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9259 at the wrong place.
9260
9261 2000-04-09 Dave Love <fx@gnu.org>
9262
9263 * files.el (backup-enable-predicate): Use
9264 temporary-file-directory, small-temporary-file-directory.
9265 (make-backup-file-name-function, backup-directory-alist): New
9266 variables.
9267 (make-backup-file-name-1): New function.
9268 (make-backup-file-name): Use it.
9269 (find-backup-file-name): Likewise. Use format for clarity, not
9270 concat.
9271 (file-newest-backup): Use make-backup-file-name.
9272
9273 2000-04-09 Gerd Moellmann <gerd@gnu.org>
9274
9275 * progmodes/ebrowse-ffh.el: New file.
9276
9277 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9278 to ebrowse-ffh.el.
9279 (ebrowse-load): Add autoload.
9280
9281 * finder.el (finder-commentary): Add autoload cookie.
9282
9283 * mail/rfc2368.el: Correct author's email address.
9284
9285 * progmodes/ebrowse.el: New file.
9286
9287 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9288 item help string.
9289 (easy-menu-do-add-item): Ditto.
9290 (easy-menu-define): Extend doc string.
9291
9292 * jit-lock.el (with-buffer-unmodified): Use
9293 restore-buffer-modified-p.
9294 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9295 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9296 with-buffer-unmodified.
9297
9298 2000-04-08 Dave Love <fx@gnu.org>
9299
9300 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9301 unless, when.
9302
9303 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9304
9305 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9306 (viper-flash-search-pattern): No operation when using Emacs
9307 doesn't support face.
9308 Use `viper-put-on-search-overlay'.
9309
9310 2000-04-04 Gerd Moellmann <gerd@gnu.org>
9311
9312 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9313 like C-r.
9314
9315 * progmodes/make-mode.el: Some doc fixes.
9316 (makefile-mode-abbrev-table): New variable.
9317 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9318 (makefile-font-lock-keywords): Fontify includes and conditionals.
9319 (toplevel): Require `dabbrev' and `add-log' when compiling.
9320
9321 * replace.el (perform-replace): Don't move forward one char
9322 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9323 to do that because it leaves point 1 position after the last
9324 replacement, after everything has been replaced.
9325
9326 * jit-lock.el (with-buffer-unmodified): New macro.
9327 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9328 modified state.
9329 (jit-lock-function-1): Extracted from jit-lock-function; not
9330 preserving buffer's modified state.
9331 (jit-lock-function, jit-lock-stealth-fontify): Call
9332 jit-lock-function-1.
9333
9334 * mail/rfc2368.el: Remove supernumerary copyright line.
9335
9336 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
9337
9338 * glasses.el: Provide facilities for inserting space before left
9339 parentheses and uncapitalization of identifiers.
9340 (glasses-mode): Try to remove old overlays in all cases.
9341
9342 2000-04-03 Gerd Moellmann <gerd@gnu.org>
9343
9344 * progmodes/compile.el (compile-internal): Display the compilation
9345 buffer in a different frame, if it's already displayed there.
9346
9347 * mail/rfc2368.el: New file.
9348
9349 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9350 header and insert its value as mail body.
9351
9352 * subr.el (member-ignore-case): New function.
9353
9354 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9355 (dabbrev--find-expansion): Ignore buffers matching a regexp
9356 from dabbrev-ignored-regexps.
9357
9358 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9359 to extensions handled by gzip.
9360
9361 2000-04-03 Richard M. Stallman <rms@gnu.org>
9362
9363 * files.el (insert-directory): List the total free space
9364 along with the used space.
9365
9366 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9367 line is followed by one that matches CITATION-REGEXP, end the
9368 paragraph.
9369
9370 2000-04-03 Markus Rost <rost@delysid.gnu.org>
9371
9372 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9373 (rmail-make-basic-summary-line): Use that option.
9374
9375 2000-04-03 Kenichi Handa <handa@etl.go.jp>
9376
9377 * international/mule-cmds.el (encoded-string-description):
9378 Rewritten. Try pretty description for ISO 2022 escape sequences
9379 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9380 for hexadecimal format.
9381
9382 2000-04-01 Dave Love <fx@gnu.org>
9383
9384 * cpp.el: Change customization group to `c' from `C'.
9385
9386 * vcursor.el (vcursor-move): Use display-color-p.
9387
9388 * international/mule-util.el: Provide mule-utils.
9389 (string-to-sequence): Simplify and speed up.
9390
9391 * international/mule.el (make-coding-system): Purecopy doc-string.
9392
9393 * international/mule-cmds.el: Various menu changes.
9394 (describe-specified-language-support): Handle `Default'.
9395 (set-language-info): Purecopy `info'.
9396
9397 2000-03-31 Andrew Innes <andrewi@gnu.org>
9398
9399 * vc.el (vc-backend-diff): Return the correct status if we had to
9400 retry the rcsdiff command without the --brief option.
9401
9402 2000-03-31 Dave Love <fx@gnu.org>
9403
9404 * help.el (help-manyarg-func-alist): Correct several omissions.
9405
9406 * add-log.el: Don't require cl, fortran.
9407 (add-log-current-defun-function): Doc fix.
9408 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9409 fix.
9410 (change-log-version-rcs): Function deleted.
9411 (change-log-version-number-search): Doc fix. Use
9412 vc-workfile-version. Avoid CL dolist.
9413 (add-change-log-entry): Just call add-log-current-defun to get
9414 defun. Simplify somewhat.
9415 (change-log-get-method-definition-1): Likewise.
9416 (add-log-current-defun): Return nil if calling
9417 add-log-current-defun-function does so. Move Fortran stuff to
9418 fortran.el. Return string without properties.
9419
9420 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9421 and :alpha: char classes.
9422
9423 * mail/supercite.el: Defvar curline when compiling.
9424 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9425 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9426 rather than a-zA-Z0-9 to allow non-ASCII characters.
9427
9428 2000-03-31 Gerd Moellmann <gerd@gnu.org>
9429
9430 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9431
9432 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9433 Re-enable new code.
9434
9435 * lpr.el (print-region-1): Use -d to specify printer name for
9436 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9437
9438 2000-03-31 Dave Love <fx@gnu.org>
9439
9440 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9441 for function definition in symbol's function value slot first
9442 instead of first consulting byte-compile-function-environment.
9443
9444 2000-03-31 Kenichi Handa <handa@etl.go.jp>
9445
9446 * language/european.el ("Polish"): New language environment.
9447 (setup-polish-environment): New function.
9448
9449 2000-03-30 Gerd Moellmann <gerd@gnu.org>
9450
9451 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9452 Disable new code.
9453
9454 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9455 trying to `load' the symbol of an autoload instead of the file
9456 recorded in the autoload. Fix error messages.
9457
9458 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9459
9460 * ps-print.el: PostScript programming fix for ghostview, doc fix.
9461 (ps-print-version): New version number (5.1.3).
9462 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9463 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9464 (ps-generate-postscript-with-faces): Code fix.
9465 (ps-color-values): XEmacs compatibility.
9466 (ps-print-background-image, ps-print-background-text, ps-printer-name)
9467 (ps-default-fg, ps-default-bg): Adjust customization.
9468 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9469 (ps-color-scale): Renaming old ps-color-value fun.
9470 (ps-print-headers): Replace ps-print-header group to avoid conflict
9471 with ps-print-header variable.
9472 (ps-print-miscellany): New group.
9473 (ps-format-color, ps-rgb-color): New funs.
9474 (ps-default-foreground): New var.
9475 (ps-printer-name-option): New const.
9476
9477 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
9478
9479 * net/net-utils.el:
9480 (network-connection-host, network-connection-service): New variables
9481 (network-connection-mode): New mode, derived from comint-mode
9482 (network-connection-mode-setup): New function, saves host and
9483 service information in local variables.
9484
9485 * lisp/locate.el:
9486 (locate-word-at-point): Added this function
9487 (locate): Default to using locate-word-at-point as input
9488 Run dired-mode-hook
9489
9490 2000-03-29 Dave Love <fx@gnu.org>
9491
9492 * calendar/appt.el: Doc fixes.
9493 (appt-check): Convert min-to-app to a string before passing to
9494 appt-disp-window-function or concat.
9495 (appt-delete-window): Remove test for frame-root-window.
9496 (appt-select-lowest-window, appt-convert-time): Simplify.
9497
9498 * emacs-lisp/bytecomp.el: Doc fixes.
9499 (byte-compile-file-form-autoload): Update
9500 byte-compile-function-environment.
9501
9502 2000-03-29 Andreas Schwab <schwab@suse.de>
9503
9504 * emacs-lisp/autoload.el: Also print defsubst doc string
9505 specially.
9506
9507 * dired.el (dired-insert-directory): If dired-free-space-program
9508 failed just delete its output.
9509
9510 2000-03-29 Dave Love <fx@gnu.org>
9511
9512 * international/iso-cvt.el: Move provide to end. Doc fixes.
9513 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9514 (iso-iso2sgml, iso-sgml2iso): New functions.
9515 (iso-cvt-define-menu): Fix some entries and use backquote for
9516 clarity.
9517
9518 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9519
9520 2000-03-28 Gerd Moellmann <gerd@gnu.org>
9521
9522 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9523 ISO-DATE. If non-nil, return date in ISO 8601 format.
9524
9525 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9526
9527 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9528 if it ever becomes used.
9529 (log-edit-mode-hook): Default to vc-log-mode-hook.
9530 (log-edit-mode): Fix the docstring.
9531
9532 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9533 the code.
9534
9535 2000-03-26 Dave Love <fx@gnu.org>
9536
9537 * net/browse-url.el (browse-url): Re-fix case of
9538 browse-url-browser-function being an alist.
9539 (browse-url): Add :link to defgroup.
9540
9541 * files.el: Doc fixes.
9542 (file-truename): Include `[' in wildcard characters.
9543 (automount-dir-prefix): Customize.
9544 (find-file-wildcards): Add :version.
9545 (find-file-noselect): Simplify a mapcar call.
9546
9547 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9548 compatible with inf-lisp version.
9549 (eval-defun-1): Fix custom-declare-variable case.
9550
9551 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
9552
9553 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9554
9555 2000-03-24 Gerd Moellmann <gerd@gnu.org>
9556
9557 * Makefile (COMPILE_FIRST): New macro.
9558 (compile-files): Compile files from COMPILE_FIRST first.
9559
9560 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9561 code.
9562
9563 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9564 matching open parenthesis in column 0 to defun-prompt-regexp
9565 only if open-paren-in-column-0-is-defun-start is set.
9566
9567 * sun-curs.el: Require CL at compile-time only.
9568
9569 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9570 instead of copy-list which is a function from CL.
9571 (msb--choose-menu, msb--mode-menu-cond)
9572 (msb--create-buffer-menu-2): Use dolist instead of mapc.
9573 (msb--init-file-alist): Use mapcar instead of mapcan.
9574 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
9575 `(' in column 0 in doc string.
9576 (msb--add-separators): Use mapcar instead of mapcan.
9577
9578 * cus-dep.el: Require CL at compile-time only.
9579
9580 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
9581
9582 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9583 (byte-compile-warnings): New warning `noruntime'.
9584 (byte-compile-constants, byte-compile-variables): Fix docstring.
9585 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9586 execute `eval-whenc-compile's body.
9587 (byte-compile-unresolved-functions): Fix docstring.
9588 (byte-compile-eval): New function.
9589 (byte-compile-callargs-warn): Check if the function will be available
9590 at runtime (via property `byte-compile-noruntime').
9591 (byte-compile-print-syms): New function.
9592 (byte-compile-warn-about-unresolved-functions): Also warn about
9593 `noruntime' functions (and use `byte-compile-print-syms').
9594 (byte-compile-file): Capitalize the message.
9595
9596 2000-03-24 Gerd Moellmann <gerd@gnu.org>
9597
9598 * mail/rmail.el (rmail-confirm-expunge): New user-option.
9599 (rmail-expunge): Ask for confirmation depending on the setting
9600 of rmail-confirm-expunge.
9601
9602 2000-03-23 Gerd Moellmann <gerd@gnu.org>
9603
9604 * Makefile (bootstrap-clean): If $(emacs) exists, build
9605 loaddefs.el first. A loaddefs.el that's not up-to-date might
9606 cause a bootstrap failure because things don't autoload as
9607 expected.
9608
9609 2000-03-23 Dave Love <fx@gnu.org>
9610
9611 * net/browse-url.el: Restore previous use of
9612 browse-url-maybe-new-window.
9613
9614 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9615
9616 * ps-print.el: Skip banner page fix.
9617 (ps-print-version): New version number (5.1.2).
9618 (ps-begin-file, ps-end-file, ps-generate): Code fix.
9619
9620 2000-03-23 Dave Pearson <davep@davep.org>
9621
9622 * net/quickurl.el Changed the type of parameter passed to the
9623 function defined by `quickurl-format-function'. Before only the
9624 text of the URL was passed. Now the whole URL structure is passed
9625 and the function is responsible for extracting the parts it
9626 requires. Changed the default of `quickurl-format-function'
9627 accordingly.
9628 (quickurl-insert): Changed the `funcall' of
9629 `quickurl-format-function' to match the above change.
9630 (quickurl-list-insert): Changed the `url' case so that it makes
9631 use of `quickurl-format-function', previous to this the format was
9632 hard wired.
9633
9634 2000-03-22 Gerd Moellmann <gerd@gnu.org>
9635
9636 * startup.el: Change some spellings for the X Window System.
9637
9638 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
9639
9640 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9641 up the code and the regexp and make sure the cursor is temporarily
9642 moved to the suspicious line while querying the user.
9643
9644 2000-03-22 Jason Rumney <jasonr@gnu.org>
9645
9646 * w32-fns.el (w32-charset-info-alist): Initialize.
9647
9648 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9649
9650 * ps-print.el: N-up last page fix.
9651 (ps-print-version): New version number (5.1.1).
9652 (ps-end-file, ps-end-job, ps-generate): Code fix.
9653
9654 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9655
9656 * files.el (find-file-run-dired): Update docstring.
9657 (find-directory-functions): New hook.
9658 (find-file-noselect): Run find-directory-functions rather than
9659 calling dired directly.
9660
9661 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9662
9663 * pcvs.el: Add a minimal leading commentary.
9664 (cvs-make-cvs-buffer): Change the header part by removing the startup
9665 message and adding a `Module' entry. Also replace the FOOTER and
9666 HEADER special fileinfos with the new support in ewoc for updating
9667 its own footer and header.
9668 (cvs-update-header): Update to use the header/footer of the ewoc.
9669 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9670 (cvs-is-within-p): New function.
9671 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9672 to only examine some subset of the buffers.
9673
9674 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9675 `format' instead of our own ad-hoc functions.
9676 Remove HEADER and FOOTER cases, now handled in the EWOC.
9677 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9678
9679 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9680 output to avoid scaring the user.
9681 (cvs-parse-table): Catch message for non-up-to-date commits.
9682
9683 * pcvs-defs.el (cvs-startup-message): Remove.
9684 (cvs-global-menu): New autoloaded menu.
9685
9686 * pcvs-util.el (cvs-string-fill): Remove.
9687
9688 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9689 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9690 PP part of it and also make it work for footers and headers.
9691 (ewoc-create): Drop POS and BUFFER arguments.
9692 Use the DLL's dummy node to store the end-of-footer position.
9693 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9694 (ewoc-refresh): Remove unused `header' variable.
9695 (ewoc-(get|set)-hf): New functions.
9696
9697 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9698 log-view-*-(message|file) and use easy-mmode-define-navigation.
9699 (log-view-message-re): Match SCCS format as well.
9700 And match the revision line rather than the dashed separator line.
9701 (log-view-mode): Use the new define-derived-mode.
9702 (log-view-current-tag): Fill in with an actual implementation.
9703
9704 * cvs-status.el (cvs-status-(prev|next)): Rename from
9705 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9706 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9707 to let the output "breathe" a little more (more readable).
9708 (cvs-status-mode): Use the new define-derived-mode.
9709
9710 * smerge-mode.el (smerge-auto-leave): New function and variable.
9711 (smerge-basic-map): Rename from smerge-basic-keymap.
9712 Change the bindings for smerge-diff-*.
9713 (smerge-*-map): Use easy-mmode-defmap.
9714 (smerge-(next|prev)): Use easy-mmode-define-navigation.
9715 (smerge-keep-*): Use smerge-auto-leave.
9716
9717 2000-03-21 Jason Rumney <jasonr@gnu.org>
9718
9719 * cus-edit.el (custom-button-face): Use 3D look for w32.
9720 (custom-button-pressed-face): Likewise.
9721
9722 2000-03-21 Gerd Moellmann <gerd@gnu.org>
9723
9724 * progmodes/etags.el (tags-case-fold-search): New user-option.
9725 (tags-loop-eval): New function. Bind case-fold-search around eval
9726 depending on the value of tags-case-fold-search.
9727 (tags-loop-continue): Use tags-loop-eval.
9728 (find-tag-in-order): Bind case-fold-search depending on the value
9729 of tags-case-fold-search.
9730
9731 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9732
9733 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9734 (diff-end-of-hunk): Return the end position for use in
9735 `easy-mmode-define-navigation'.
9736 (diff-recenter): Remove.
9737 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9738 of `easy-mmode-define-navigation'.
9739 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9740 previous renaming) and fix to use new names.
9741 (diff-merge-strings): Use \n as separator: simpler, faster.
9742 (diff-mode): Use `define-derived-mode'.
9743
9744 * derived.el (define-derived-mode): Don't autoload anymore.
9745 Prefer the macro-only version provided by easy-mmode.el.
9746
9747 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9748 `easy-mmode-define-derived-mode'.
9749 Use `combine-run-hooks'.
9750 (easy-mmode-define-navigation): New macro.
9751
9752 * subr.el (combine-run-hooks): New function.
9753
9754 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
9755
9756 * term/x-win.el: Fontsets related initialization is simplified.
9757
9758 * international/mule-diag.el (describe-font): Don't refer to
9759 global-fontset-alist, instead call font-list.
9760 (describe-fontset, list-fontsets, mule-diag): Likewise.
9761 (print-fontset): Adjusted for the change of fontset
9762 implementation.
9763
9764 * international/fontset.el (x-charset-registries): Variable
9765 removed, instead the corresponding data is stored in the default
9766 fontset.
9767 (register-alternate-fontnames): Function removed.
9768 (resolved-ascii-font): Variable removed.
9769 (x-compose-font-name): Ignore the second argument REDOCE.
9770 (x-complement-fontset-spec): Complement only an ASCII font and
9771 element for those charsets than can use that ASCII font.
9772 (generate-fontset-menu): Don't refer to global-fontset-alist,
9773 instead call fontset-list.
9774 (uninstantiated-fontset-alist): Variable removed.
9775 (x-style-funcs-alist): Likewise.
9776 (fontset-default-styles): Likewise.
9777 (x-modify-font-name): Function removed.
9778 (create-fontset-from-fontset-spec): Ignore the argument
9779 STYLE-VARIANT.
9780 (create-fontset-from-ascii-font): Docsting adjusted for the above
9781 change.
9782 (instantiate-fontset, resolve-fontset-name): Functions removed.
9783 (fontset-list): Now implemented by C code.
9784
9785 * faces.el (read-face-font): Fix TABLE arg to completing-read.
9786 (describe-face): Include `font' attribute in the description.
9787
9788 2000-03-21 Kenichi Handa <handa@etl.go.jp>
9789
9790 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9791
9792 2000-03-20 Gerd Moellmann <gerd@gnu.org>
9793
9794 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9795 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9796 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
9797
9798 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9799 about behavior of set-buffer-modified-p wrt redisplay.
9800
9801 2000-03-19 Richard M. Stallman <rms@gnu.org>
9802
9803 * view.el (view-mode-disable): Kill local binding of view-read-only.
9804
9805 2000-03-18 Gerd Moellmann <gerd@gnu.org>
9806
9807 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9808 is a string, convert it to a syntax cell using string-to-syntax.
9809
9810 * simple.el (syntax-code-table, syntax-flag-table): New variables.
9811 (string-to-syntax): New function.
9812
9813 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9814 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
9815 try to use passive ftp mode.
9816
9817 2000-03-17 Gerd Moellmann <gerd@gnu.org>
9818
9819 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
9820
9821 * simple.el (append-to-buffer): Update point of windows after
9822 insertion.
9823
9824 * abbrev.el (inverse-add-abbrev): Identify word by first moving
9825 forward then moving backward. Reindent.
9826
9827 * frame.el (other-frame): Call x-focus-frame only if
9828 focus-follows-mouse is off.
9829
9830 2000-03-17 Dave Love <fx@gnu.org>
9831
9832 * pcvs-util.el (cvs-strings->string): Rename
9833 replace-regexps-in-string.
9834
9835 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
9836
9837 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9838 regexp for labels cannot span several lines.
9839
9840 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
9841 `(setq :<key> ':<key>)' to the macro expansion.
9842
9843 2000-03-16 Dave Love <fx@gnu.org>
9844
9845 * progmodes/f90.el (f90): Put custom group under `languages', not
9846 `fortran'.
9847 (f90-mode-hook): Customize.
9848 (f90-mode): Set add-log-current-defun-function.
9849 (f90-current-defun): New function.
9850
9851 2000-03-16 Gerd Moellmann <gerd@gnu.org>
9852
9853 * cus-edit.el (custom-variable-tag-face): Handle case that
9854 default face's height is not a number.
9855 (custom-face-tag-face, custom-group-tag-face-1)
9856 (custom-group-tag-face): Ditto.
9857 (custom-group-tag-face-1): Add :group.
9858
9859 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9860
9861 2000-03-15 Gerd Moellmann <gerd@gnu.org>
9862
9863 * pcvs-defs.el (toplevel): Remove autoload cookie for form
9864 requiring easymenu.
9865
9866 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9867
9868 * ps-print.el: PostScript user-defined prologue, PostScript error
9869 handler, doc fix.
9870 (ps-print-version): New version number (5.1).
9871 (ps-user-defined-prologue, ps-error-handler-message)
9872 (ps-print-prologue-0, ps-error-handler-alist): New vars.
9873 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9874 (ps-insert-string): New function.
9875
9876 2000-03-15 Kenichi Handa <handa@etl.go.jp>
9877
9878 * international/ccl.el (ccl-compile-expression): Don't generate
9879 invalid self-assignment code.
9880
9881 2000-03-14 Dave Love <fx@gnu.org>
9882
9883 * subr.el (replace-regexp-in-string): Renamed from
9884 replace-regexps-in-string. Doc fix.
9885
9886 2000-03-12 Dave Love <fx@gnu.org>
9887
9888 * cus-edit.el: Doc fixes.
9889 (customize-set-variable, customize-save-variable): Rename args for
9890 doc.
9891 (custom-variable-tag-face, custom-face-tag-face)
9892 (custom-group-tag-face-1, custom-group-tag-face): Modify from
9893 style which user identify as hyperlink.
9894 (hook): Don't add undefined functions to the hook.
9895 (debug-ignored-errors): Transfer message from bindings.el.
9896
9897 2000-03-12 Gerd Moellmann <gerd@gnu.org>
9898
9899 * recentf.el (recentf-keep-non-readable-files-p): Remove
9900 double/nested definition.
9901
9902 2000-03-12 Dave Love <fx@gnu.org>
9903
9904 * facemenu.el (facemenu-get-face): Use display-color-p.
9905 * enriched.el (enriched-decode-foreground): Likewise.
9906 (enriched-decode-background): Likewise.
9907 * isearch.el (isearch-highlight): Likewise.
9908 * info-look.el (info-lookup): Likewise.
9909 * simple.el (completion-setup-function): Likewise.
9910
9911 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9912 :options.
9913
9914 * bindings.el (mode-line-format): Fix line-number and
9915 column-number items. Add help-echo for the background.
9916 (mode-line-mule-info): Modify help-echo.
9917
9918 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9919 defcustom.
9920
9921 * files.el (load-file): Allow completion to .elc.
9922
9923 * man.el: Doc fixes.
9924 (Man-init-defvars): Use display-color-p to set fontification.
9925
9926 * play/hanoi.el (hanoi-internal): Don't use oddp.
9927
9928 2000-03-12 Gerd Moellmann <gerd@gnu.org>
9929
9930 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9931
9932 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9933
9934 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9935
9936 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9937 Fix comment.
9938
9939 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
9940
9941 * font-lock.el (font-lock-keywords): Fix the doc now that
9942 regexp-opt-depth is unnecessary.
9943 (save-buffer-state): Set an edebug spec.
9944 (font-lock-fontify-anchored-keywords): Properly handle the case when
9945 the matcher goes past the limit.
9946
9947 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9948 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9949
9950 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
9951 dll.el and cookie.el (from Elib) with heavy renaming and other
9952 massaging.
9953
9954 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9955 Autoload the functions used.
9956 (easy-mmode-define-syntax): Fix CL typo.
9957 (easy-mmode-define-derived-mode): Improve the docstring generation.
9958
9959 2000-03-10 Gerd Moellmann <gerd@gnu.org>
9960
9961 * textmodes/texinfo.el (texinfo-version): Variable and function
9962 removed.
9963
9964 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
9965
9966 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9967 allow more flexibility.
9968 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9969 fns.
9970 (easy-mmode-defmap, easy-mmode-defsyntax)
9971 (easy-mmode-define-derived-mode): New macros.
9972
9973 2000-03-09 Didier Verna <didier@xemacs.org>
9974
9975 * rect.el (replace-rectangle): New function.
9976
9977 2000-03-09 Dave Love <fx@gnu.org>
9978
9979 * progmodes/fortran.el (fortran-comment-line-start): Define as
9980 "C".
9981 (fortran-comment-line-start-skip): Don't match cpp stuff.
9982 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
9983 (fortran-mode-map): Remove over-eager custom-menu-create for now.
9984 (fortran-mode): Don't set fortran-comment-line-start-skip,
9985 fortran-comment-line-start here. Set comment-start,
9986 add-log-current-defun.
9987 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9988 (fortran-current-defun): New function.
9989
9990 2000-03-09 Gerd Moellmann <gerd@gnu.org>
9991
9992 * emacs-lisp/re-builder.el: New file.
9993
9994 * mouse.el (mouse-drag-region): Don't run up-event handler
9995 if hscroll has changed.
9996
9997 * octave-mod.el (octave-font-lock-keywords): To font-lock the
9998 builtin operators, use `font-lock-builtin-face' for Emacs and
9999 `font-lock-preprocessor-face' otherwise.
10000
10001 * font-lock.el (lisp-font-lock-keywords-1): Highlight
10002 `(defun (setf foo)' differently.
10003
10004 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10005
10006 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
10007 (regexp-opt): Update comment and adapt the code the new meaning of
10008 the `paren' argument of regex-opt-group for shy-groups.
10009 (regexp-opt-depth): Handle shy groups as well as backslashed
10010 backslashes.
10011 (regexp-opt-group): Turn the leading comment into a docstring.
10012 Allow `paren' to be a string (the string to use to open a group).
10013 Remove open-presuf and close-presuf. Instead of checking for `all
10014 one-char' and then later on check for `several one-char', handle
10015 both cases close together. Also apply a more generic algorithm
10016 for suffixes (the mirror image of the algorithm used for
10017 prefixes). Use shy-groups. Use nreverse rather than reverse.
10018 (regexp-opt-try-suffix): Removed.
10019
10020 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
10021 from comint-mode-map, so we can just inherit from it. Also, move
10022 the initialization into the `defvar' since there's no docstring
10023 anyway and it's fairly short.
10024 (inferior-scheme-mode): Define it as derived-mode: the code is
10025 shorter and this way we inherit from comint-mode-map rather than
10026 copying it.
10027
10028 * subr.el (replace-regexps-in-string): Properly handle the case
10029 where we match an empty string.
10030
10031 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10032 when the command has a directory component (such as "./testml").
10033 Also fix a typo in the comment.
10034
10035 2000-03-08 Gerd Moellmann <gerd@gnu.org>
10036
10037 * Makefile (compile-files): Compile files one by one because
10038 that's the only way to ensure a clean compilation environment for
10039 each individual file.
10040
10041 * frame.el (other-frame): Call x-focus-frame.
10042
10043 2000-03-07 Dave Love <fx@gnu.org>
10044
10045 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10046 :require to defcustom.
10047
10048 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10049 lists.
10050
10051 * files.el (auto-mode-alist): Add configure.in.
10052
10053 * progmodes/autoconf.el: New file.
10054
10055 2000-03-07 Gerd Moellmann <gerd@gnu.org>
10056
10057 * mail/mh-e.el: Change maintainer to `none'.
10058
10059 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10060 to remove-hook and add-hook.
10061
10062 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10063
10064 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10065 it as the default.
10066 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10067 (sendmail-send-it): Conditionally add MIME headers specifying the
10068 used character set.
10069
10070 2000-03-07 Dave Love <fx@gnu.org>
10071
10072 * winner.el: Fix keywords, autoload cookies. Split
10073 eval-when-compile form to avoid compilation failure.
10074
10075 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10076
10077 * international/mule.el: Modify comment about coding system
10078 property `coding-category'.
10079 (make-coding-system): New argument EOL-TYPE. Pay attention to
10080 coding-category property of PROPERTIES.
10081
10082 * international/mule-conf.el (coding-category-utf-8,
10083 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10084 categories. Include them in the argument for set-coding-priority.
10085
10086 * international/mule-cmds.el (reset-language-environment): Include
10087 coding-category-utf-8, coding-category-utf-16-be, and
10088 coding-category-utf-16-le in the argument for set-coding-priority.
10089 (reset-language-environment): Initialize coding-category-utf-8,
10090 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10091
10092 2000-03-06 Karl Fogel <kfogel@red-bean.com>
10093
10094 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10095 code abstracted out of `bookmark-jump-noselect'. Now tries info
10096 extensions as well as compression extensions.
10097 (bookmark-jump-noselect): Use above new func.
10098
10099 2000-03-03 Gerd Moellmann <gerd@gnu.org>
10100
10101 * strokes.el: Change maintainer's mail address.
10102
10103 2000-03-03 Kenichi Handa <handa@etl.go.jp>
10104
10105 * international/mule-diag.el (list-character-sets): Make help-echo
10106 string by substitute-command-keys.
10107 (list-character-sets): Likewise.
10108 (sort-listed-character-sets): Call help-setup-xref.
10109
10110 2000-03-02 Gerd Moellmann <gerd@gnu.org>
10111
10112 * time.el (display-time-mail-file): Add `none' to the list of
10113 choices.
10114
10115 2000-03-01 Dave Love <fx@gnu.org>
10116
10117 * help.el (help-xref-go-back): Don't try to set position.
10118
10119 * international/mule-diag.el (list-character-sets): Call
10120 help-setup-xref. Add help-echo to xrefs.
10121 (list-character-sets-1): Add help-echo to xrefs.
10122
10123 2000-03-02 Gerd Moellmann <gerd@gnu.org>
10124
10125 * frame.el (blink-cursor-mode): Switch cursor on when turning
10126 the mode off.
10127
10128 * add-log.el (add-log-current-defun): Add support for
10129 Autoconf mode.
10130
10131 * mail/rmail.el (rmail-quit-hook): New variable.
10132
10133 2000-03-01 Dave Love <fx@gnu.org>
10134
10135 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10136
10137 * help.el (help-xref-button): Add help-echo arg.
10138 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10139
10140 * faces.el (list-faces-display): Supply help-echo with
10141 help-make-xrefs.
10142
10143 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10144 nil.
10145
10146 2000-03-01 Gerd Moellmann <gerd@gnu.org>
10147
10148 * image.el (defimage): Look for image files in load-path.
10149
10150 * frame.el (busy-cursor-delay-seconds): Change type to
10151 `number'.
10152
10153 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
10154
10155 * recentf.el (recentf): Added version tag to the defgroup of
10156 recentf.
10157
10158 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
10159
10160 * recentf.el (recentf-cleanup): Changed to remove excluded file
10161 too.
10162 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10163 action to select/unselect a file.
10164 (recentf-edit-list): Code cleanup and improvement.
10165 (recentf-open-more-files-action): `recentf-open-more-files' button
10166 widget action to open a file.
10167 (recentf-open-more-files): No more use standard completion but
10168 widgets.
10169 (recentf-more-collection): Deleted.
10170 (recentf-more-history): Deleted.
10171 (recentf-setup-more-completion): Deleted.
10172
10173 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
10174
10175 * recentf.el (recentf-mode): No more needs that Emacs is running
10176 under a window-system.
10177
10178 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10179
10180 * recentf.el (recentf-edit-list): New command to edit the recent
10181 list which allow the user to remove files.
10182 (recentf-edit-selected-items): New global variable, used by
10183 `recentf-edit-list' to hold the list of files to be removed from
10184 the recent list.
10185 (recentf-make-menu-items): Updated to display a "Edit list..."
10186 menu item. Minor code cleanup.
10187
10188 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10189
10190 * recentf.el (recentf-open-more-files): New command to open files
10191 that are not displayed in the menu.
10192 (recentf-more-collection): New global variable holding the set of
10193 permissible completions used by `recentf-open-more-files'.
10194 (recentf-more-history): New global variable holding the history list
10195 used by `recentf-open-more-files' completion.
10196 (recentf-setup-more-completion): New function to setup completion for
10197 `recentf-open-more-files'.
10198 (recentf-make-menu-items): Updated to display a "More..." menu item.
10199
10200 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10201
10202 * recentf.el (recentf-menu-action): Doc fixed.
10203
10204 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
10205
10206 * recentf.el (recentf-menu-filter): Doc updated.
10207 (recentf-update-menu-hook): Allow menu filters to force menu update.
10208 (recentf-make-menu-items): New menu filter handling.
10209 (recentf-make-menu-item): New helper function.
10210 (recentf-menu-elements): New menu handling function.
10211 (recentf-sort-ascending): Updated to new menu filter handling.
10212 (recentf-sort-descending): Updated to new menu filter handling.
10213 (recentf-sort-basenames-ascending): New menu filter function.
10214 (recentf-sort-basenames-descending): New menu filter function.
10215 (recentf-show-basenames): New menu filter function.
10216 (recentf-show-basenames-ascending): New menu filter function.
10217 (recentf-show-basenames-descending): New menu filter function.
10218
10219 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10220
10221 * diary-lib.el (list-diary-entries): Don't try to go forward at
10222 the end of the buffer.
10223
10224 2000-02-29 Kenichi Handa <handa@etl.go.jp>
10225
10226 * international/mule-diag.el (list-character-sets): Completely
10227 rewritten.
10228 (sort-listed-character-sets): New function.
10229 (list-character-sets-1): Completely rewritten.
10230 (list-character-sets-2): New function.
10231 (non-iso-charset-alist): New variable.
10232 (decode-codepage-char): New function.
10233 (charset-history): New variable.
10234 (read-charset) (list-block-of-chars)
10235 (list-iso-charset-chars)
10236 (list-non-iso-charset-chars)
10237 (list-charset-chars): New functions.
10238 (mule-diag): Call list-character-sets-2, not
10239 list-character-sets-2.
10240 (dump-charsets): Likewise.
10241
10242 2000-02-29 Gerd Moellmann <gerd@gnu.org>
10243
10244 * dired-x.el (dired-filename-at-point): Add `@' to valid
10245 file name characters.
10246 (dired-filename-at-point): Handle ange-ftp file names.
10247
10248 * frame.el (frame-notice-user-settings): Use assq-delete-all
10249 instead of assoc-delete-all.
10250 (frame-notice-user-settings): Ditto.
10251
10252 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10253 Don't copy alist.
10254
10255 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10256
10257 * calculator.el (calculator-use-menu): New option.
10258 (calculator-initial-bindings): Changed some bindings to work as
10259 macros.
10260 (calculator-forced-input): Removed.
10261 (calculator-restart-other-mode): New variable.
10262 (calculator-mode-map): Set up menu.
10263
10264 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10265
10266 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10267 tags.
10268
10269 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
10270
10271 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10272 translate all ESC key sequences.
10273 (viper-goto-mark-subr): restore markers for files for which
10274 they were saved.
10275 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10276 * viper-util.el (viper-set-replace-overlay-glyphs,
10277 viper-set-replace-overlay): always check if the replacement
10278 overlay is live.
10279 * viper.el (viper-vi-state-mode-list): added major modes.
10280 * ediff-wind.el: minor comment changes.
10281 * ediff.el: copyright notice date fix.
10282
10283 2000-02-27 Jason Rumney <jasonr@gnu.org>
10284
10285 * faces.el (face-font-family-alternatives): Add arial to helv.
10286 (mode-line, header-line, tool-bar): Same default as x for w32.
10287 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10288 face-font-family-alternatives from working.
10289 * term/w32-win.el (mouse-set-font): Do not build fontset from
10290 chosen font.
10291
10292 2000-02-25 Sam Steingold <sds@goems.com>
10293
10294 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
10295 properly.
10296
10297 2000-02-25 Richard M. Stallman <rms@gnu.org>
10298
10299 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10300
10301 2000-02-25 Gerd Moellmann <gerd@gnu.org>
10302
10303 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10304 writable.
10305
10306 * frame.el (busy-cursor-delay-seconds): New option.
10307
10308 2000-02-24 Gerd Moellmann <gerd@gnu.org>
10309
10310 * frame.el (show-cursor-in-non-selected-windows): New option.
10311
10312 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10313
10314 * diary-lib.el (include-other-diary-files): Undo the selective
10315 display in any included file and don't kill it.
10316
10317 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10318
10319 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10320 bar. Menu items converted to (menu-item format, help strings
10321 added.
10322 [downcase, upcase]: Don't enable on MS-DOS.
10323 [symlink, symlinks]: Don't show if make-symbolic-link is not
10324 bound.
10325 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10326
10327 2000-02-23 Dave Love <fx@gnu.org>
10328
10329 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10330 (backward-kill-word): Revert addition of * to interactive spec --
10331 it's a feature.
10332
10333 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10334 (backward-kill-sentence, kill-sentence): Likewise.
10335
10336 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10337 scratch buffer name.
10338 (gud-format-command): Use int-to-string in ?l case. Simplify
10339 slightly.
10340
10341 * term/w32-win.el (internal-face-interactive): Update prompt for
10342 new read-face-name.
10343
10344 * mail/footnote.el (footnote): Add :version to defgroup.
10345 (footnote-section-tag-regexp): Customize.
10346 (footnote-start-tag, footnote-end-tag): New option.
10347 (footnote-latin-regexp): New variable.
10348 (Footnote-latin): New function.
10349 (footnote-style-alist): Add element for latin style.
10350 (footnote-style): Moved.
10351 (Footnote-goto-footnote): Use eq to test arg.
10352
10353 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10354
10355 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10356 (byte-compile-trueconstp): Include keywords.
10357 (byte-optimize-quote, byte-optimize-lapcode): Use
10358 byte-compile-const-symbol-p.
10359 (byte-optimize-char-before): New optimization.
10360
10361 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10362 (byte-compile-const-symbol-p): New function.
10363 (byte-compile-constp, byte-compile-out-toplevel)
10364 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10365 Use it.
10366
10367 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10368
10369 2000-02-23 Kenichi Handa <handa@etl.go.jp>
10370
10371 * international/encoded-kb.el: Be sure to update minor-mode-alist
10372 and minor-mode-map-alist.
10373 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10374 codes SS2 and SS3 correctly.
10375 (encoded-kbd-self-insert-ccl): New function.
10376 (encoded-kbd-setup-keymap): New function.
10377 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10378 by calling encoded-kbd-setup-keymap.
10379
10380 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10381 characters.
10382 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10383 locally.
10384
10385 2000-02-22 Dave Love <fx@gnu.org>
10386
10387 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10388 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10389 defvar.
10390 (lisp-mode-syntax-table): Set up for #|...|# comments.
10391 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10392 classes. Match `defface'.
10393 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10394 (eval-defun-1): Fix for defcustom.
10395 (lisp-indent-region): Doc fix.
10396
10397 * subr.el (when, unless, split-string): Doc fix.
10398 (read-passwd): Move call of clear-this-command-keys to the right
10399 place.
10400 (replace-regexps-in-string): New function.
10401
10402 2000-02-22 Gerd Moellmann <gerd@gnu.org>
10403
10404 * help.el (describe-variable): Set syntax table to
10405 emacs-lisp-mode-syntax-table when moving forward over the
10406 symbol's name.
10407
10408 2000-02-22 Dave Love <fx@gnu.org>
10409
10410 * xt-mouse.el: Doc fixes.
10411 (xterm-mouse-position-function): New function, replacing advice of
10412 mouse-position.
10413 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10414
10415 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10416
10417 2000-02-21 Gerd Moellmann <gerd@gnu.org>
10418
10419 * format.el (format-annotate-single-property-change): Handle
10420 properties.with dotted-list values.
10421 (format-proper-list-p): New function.
10422
10423 * enriched.el (enriched-face-ans): Handle '(foreground-color
10424 . COLOR) and (background-color . COLOR).
10425
10426 2000-02-20 Dave Love <fx@gnu.org>
10427
10428 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10429 and assignments to it.
10430 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10431 current local map.
10432 (make-flyspell-overlay): Use it.
10433 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10434
10435 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10436 (lm-get-header-re): Defun, not defsubst.
10437 (lm-get-package-name): Defun, not defsubst. Simplify.
10438 (lm-version): Doc fix. Simplify.
10439 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10440 (lm-crack-address, lm-last-modified-date, lm-commentary)
10441 (lm-verify, lm-synopsis): Simplify.
10442 (lm-report-bug): Require emacsbug. Use compose-mail.
10443
10444 2000-02-20 Gerd Moellmann <gerd@gnu.org>
10445
10446 * dired.el (dired-mode): Call propertized-buffer-identification
10447 to set mode-line-buffer-identification to something having
10448 the right text properties.
10449
10450 * bindings.el (propertized-buffer-identification): New function.
10451
10452 2000-02-20 Dave Love <fx@gnu.org>
10453
10454 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10455 check for t-mouse too.
10456
10457 * cus-start.el: Make echo-keystrokes `number'.
10458
10459 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10460
10461 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10462 Don't call ring-empty-p unless tags-location-ring is bound.
10463 From Noah Friedman <friedman@splode.com>.
10464
10465 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
10466
10467 * progmodes/hideshow.el (hs-flag-region): No longer use
10468 `intangible' overlay property.
10469
10470 (hs-toggle-hiding): New command.
10471 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10472
10473 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10474 Fix omission bug: Run `hs-minor-mode-hook' for both activation
10475 and deactivation.
10476
10477 2000-02-18 Gerd Moellmann <gerd@gnu.org>
10478
10479 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10480
10481 2000-02-17 Gerd Moellmann <gerd@gnu.org>
10482
10483 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10484
10485 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10486 of `*' to handle `(* ... *)' comments.
10487
10488 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10489
10490 * faces.el (list-faces-display): Use display-mouse-p instead of
10491 window-system.
10492
10493 * menu-bar.el (global-map): Menu-bar items converted to the new
10494 format (menu-item..., rearranged for better CUA compliance, and
10495 their names changed for better clarity. Help strings added.
10496
10497 * international/mule-cmds.el (mule-menu-keymap)
10498 (describe-language-environment-map, set-coding-system-map)
10499 (setup-language-environment-map): Convert to new (menu-item...
10500 form, add help strings. Change names of menu items for better
10501 clarity. "Mule" menu-bar item removed (it's now in the "Options"
10502 submenu).
10503
10504 2000-02-17 Gerd Moellmann <gerd@gnu.org>
10505
10506 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
10507 within the code.
10508
10509 2000-02-16 Dave Love <fx@gnu.org>
10510
10511 * faces.el: Don't require custom. Add more specific :groups to
10512 various deffaces.
10513 (set-face-attribute): Purecopy args.
10514 (read-face-name): Default to name at point and use it in prompt.
10515 Remove colon from arg in all callers.
10516 (list-faces-display): Hyperlink to face descriptions and customize
10517 buffers.
10518
10519 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
10520
10521 * wid-edit.el (widget-match-inline): An atom never matches a
10522 list.
10523
10524 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10525
10526 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10527 at ':' characters by call to split-string.
10528
10529 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10530
10531 * textmodes/bibtex.el: Added RCS version identification.
10532
10533 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10534
10535 * textmodes/bibtex.el: Some temporary comments removed.
10536 (bibtex-field-name, bibtex-entry-type): Made the relationship
10537 explicit.
10538 (bibtex-field-const): Allow capital letters.
10539 (bibtex-start-of-string): Deleted because unused.
10540
10541 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10542 use the term 'reference' to describe a bibtex entry as a whole.
10543 Further, reference keys are no longer called 'labels'.
10544 (bibtex-keys): Renamed to bibtex-reference-keys.
10545 (bibtex-reformat-previous-labels): Renamed to
10546 bibtex-reformat-previous-reference-keys.
10547 (bibtex-reference-type): Renamed to bibtex-entry-type.
10548 (bibtex-reference-head): Renamed to bibtex-entry-head.
10549 (bibtex-reference-maybe-empty-head): Renamed to
10550 bibtex-entry-maybe-empty-head.
10551 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10552 (bibtex-search-reference): Renamed to bibtex-search-entry.
10553 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10554 bibtex-enclosing-entry-maybe-empty-head.
10555 (bibtex-entry-field-alist, bibtex-entry-head,
10556 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10557 bibtex-map-entries, bibtex-search-entry,
10558 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10559 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10560 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10561 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10562 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10563 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10564 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10565
10566 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10567
10568 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10569 comment.
10570 (bibtex-format-field-delimiters): New function, functionality
10571 extracted from bibtex-format-entry.
10572 (bibtex-autokey-get-yearfield-digits): New function, functionality
10573 extracted from bibtex-autokey-get-yearfield.
10574
10575 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10576 entries in order to avoid stack overflow in the regexp matcher if
10577 field contents become large.
10578 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10579 bibtex-field-string-part-not-braced,
10580 bibtex-field-string-part-no-inner-braces,
10581 bibtex-field-string-part-1-inner-brace,
10582 bibtex-field-string-part-2-inner-braces,
10583 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10584 bibtex-field-string-quoted, bibtex-field-string,
10585 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10586 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10587 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10588 as parsing is now performed by the following functions.
10589 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10590 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10591 bibtex-parse-field-string, bibtex-search-forward-field-string,
10592 bibtex-parse-association, bibtex-field-name-for-parsing,
10593 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10594 bibtex-search-forward-field, bibtex-search-backward-field,
10595 bibtex-start-of-field, bibtex-end-of-field,
10596 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10597 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10598 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10599 bibtex-parse-string, bibtex-search-forward-string,
10600 bibtex-search-backward-string, bibtex-start-of-string,
10601 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10602 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10603 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10604 entries. Instead of reporting the results of the parsing by
10605 match-beginning or match-end, these functions return data structures
10606 that hold the corresponding positions.
10607 (bibtex-enclosing-field): Changed to also report field boundaries by
10608 return values rather than by match-beginning or match-end. The
10609 following functions have been adapted to use the new parsing
10610 functions.
10611 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10612 bibtex-enclosing-field, bibtex-format-entry,
10613 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10614 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10615 bibtex-print-help-message, bibtex-end-of-entry,
10616 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10617 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10618 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10619 method for parsing.
10620 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10621 bibtex-map-entries, bibtex-flash-head,
10622 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10623 bibtex-autokey-change, bibtex-autokey-get-namefield,
10624 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10625 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10626 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10627 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10628 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10629 order to make the new binding of case-fold-search immediately
10630 visible.
10631
10632 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10633
10634 * textmodes/bibtex.el: Copyright notice is up to date.
10635 Added constant 'bibtex-maintainer-salutation.
10636
10637 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10638 than make-temp-name, use match-string-no-properties and eliminate
10639 a quadratic behavior when building bibtex-strings.
10640
10641 * bibtex.el (bibtex-reference-key): Accept string entries whose
10642 reference key contains upper case letters.
10643
10644 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10645
10646 * bibtex.el (bibtex-reference-head): Allow entries to start with
10647 a new line.
10648
10649 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10650
10651 * bibtex.el: Hiding of entry bodies is not longer provided by
10652 bibtex.el directly. Instead the hideshow package can be used.
10653 Added a special bibtex entry to hs-special-modes-alist.
10654 (bibtex-hs-forward-sexp): Added for hideshow.el.
10655
10656 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10657
10658 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10659 at ':' characters by call to split-string.
10660
10661 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10662
10663 * textmodes/bibtex.el: Added RCS version identification.
10664
10665 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10666
10667 * textmodes/bibtex.el: Some temporary comments removed.
10668 (bibtex-field-name, bibtex-entry-type): Made the relationship
10669 explicit.
10670 (bibtex-field-const): Allow capital letters.
10671 (bibtex-start-of-string): Deleted because unused.
10672
10673 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10674 use the term 'reference' to describe a bibtex entry as a whole.
10675 Further, reference keys are no longer called 'labels'.
10676 (bibtex-keys): Renamed to bibtex-reference-keys.
10677 (bibtex-reformat-previous-labels): Renamed to
10678 bibtex-reformat-previous-reference-keys.
10679 (bibtex-reference-type): Renamed to bibtex-entry-type.
10680 (bibtex-reference-head): Renamed to bibtex-entry-head.
10681 (bibtex-reference-maybe-empty-head): Renamed to
10682 bibtex-entry-maybe-empty-head.
10683 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10684 (bibtex-search-reference): Renamed to bibtex-search-entry.
10685 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10686 bibtex-enclosing-entry-maybe-empty-head.
10687 (bibtex-entry-field-alist, bibtex-entry-head,
10688 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10689 bibtex-map-entries, bibtex-search-entry,
10690 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10691 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10692 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10693 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10694 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10695 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10696 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
10697
10698 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10699
10700 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10701 comment.
10702 (bibtex-format-field-delimiters): New function, functionality
10703 extracted from bibtex-format-entry.
10704 (bibtex-autokey-get-yearfield-digits): New function, functionality
10705 extracted from bibtex-autokey-get-yearfield.
10706
10707 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10708 entries in order to avoid stack overflow in the regexp matcher if
10709 field contents become large.
10710 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10711 bibtex-field-string-part-not-braced,
10712 bibtex-field-string-part-no-inner-braces,
10713 bibtex-field-string-part-1-inner-brace,
10714 bibtex-field-string-part-2-inner-braces,
10715 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10716 bibtex-field-string-quoted, bibtex-field-string,
10717 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10718 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10719 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10720 as parsing is now performed by the following functions.
10721 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10722 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10723 bibtex-parse-field-string, bibtex-search-forward-field-string,
10724 bibtex-parse-association, bibtex-field-name-for-parsing,
10725 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10726 bibtex-search-forward-field, bibtex-search-backward-field,
10727 bibtex-start-of-field, bibtex-end-of-field,
10728 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10729 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10730 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10731 bibtex-parse-string, bibtex-search-forward-string,
10732 bibtex-search-backward-string, bibtex-start-of-string,
10733 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10734 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10735 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10736 entries. Instead of reporting the results of the parsing by
10737 match-beginning or match-end, these functions return data structures
10738 that hold the corresponding positions.
10739 (bibtex-enclosing-field): Changed to also report field boundaries by
10740 return values rather than by match-beginning or match-end. The
10741 following functions have been adapted to use the new parsing
10742 functions.
10743 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10744 bibtex-enclosing-field, bibtex-format-entry,
10745 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10746 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10747 bibtex-print-help-message, bibtex-end-of-entry,
10748 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10749 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10750 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10751 method for parsing.
10752 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10753 bibtex-map-entries, bibtex-flash-head,
10754 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10755 bibtex-autokey-change, bibtex-autokey-get-namefield,
10756 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10757 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10758 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10759 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10760 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10761 order to make the new binding of case-fold-search immediately
10762 visible.
10763
10764 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10765
10766 * textmodes/bibtex.el: Copyright notice is up to date.
10767 Added constant 'bibtex-maintainer-salutation.
10768
10769 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10770 than make-temp-name, use match-string-no-properties and eliminate
10771 a quadratic behavior when building bibtex-strings.
10772
10773 * bibtex.el (bibtex-reference-key): Accept string entries whose
10774 reference key contains upper case letters.
10775
10776 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10777
10778 * bibtex.el (bibtex-reference-head): Allow entries to start with
10779 a new line.
10780
10781 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10782
10783 * bibtex.el: Hiding of entry bodies is not longer provided by
10784 bibtex.el directly. Instead the hideshow package can be used.
10785 Added a special bibtex entry to hs-special-modes-alist.
10786 (bibtex-hs-forward-sexp): Added for hideshow.el.
10787
10788 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10789
10790 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
10791 proceedings entry type (for cross referencing). Thanks to Wagner
10792 Toledo Correa for the suggestion.
10793
10794 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
10795
10796 2000-02-14 Kenichi Handa <handa@etl.go.jp>
10797
10798 * international/characters.el: Setup case table for Vietnamese.
10799
10800 2000-02-12 Gerd Moellmann <gerd@gnu.org>
10801
10802 * uniquify.el (toplevel): Require CL at compile time.
10803 (uniquify-push): Removed.
10804
10805 * shadowfile.el (shadow-when): Removed.
10806
10807 * tempo.el (tempo-dolist, tempo-mapc): Removed.
10808 (tempo-process-and-insert-string): Use dolist instead of
10809 tempo-dolist.
10810
10811 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10812 regexp for paragraph-start.
10813
10814 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10815 commas as well.
10816
10817 2000-02-10 Dave Love <fx@gnu.org>
10818
10819 * wid-edit.el: (widgets) [defgroup]: Remove url link.
10820 (widget-color-choice-list, widget-color-history, widget-mouse-help):
10821 Deleted.
10822 (widget-specify-field, widget-specify-button): Don't use
10823 widget-mouse-help as help-echo property.
10824 (default): Use #'ignore for :validate and :mouse-down-action.
10825 (checkbox): Add help-echo.
10826 (widget-sexp-validate): Rewritten to clarify error messages.
10827 (character): Use char-valid-p in :match function.
10828 (widget-color-complete): Use facemenu-color-alist.
10829 (widget-color-action): Use facemenu-read-color.
10830
10831 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
10832 set up `caar' &c that we now have.
10833
10834 2000-02-09 Ray Blaak <blaak@gnu.org>
10835
10836 * delphi.el: Make resourcestring a declaration region, like const
10837 and var.
10838
10839 2000-02-09 Dave Love <fx@gnu.org>
10840
10841 * bindings.el (mode-line-input-method-map): New variable.
10842 (mode-line-mule-info): Use it; fix last change.
10843 (mode-line-mode-menu): Move definition.
10844 (mode-line-mouse-sensitive-p): Deleted.
10845 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10846 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
10847 level.
10848
10849 * startup.el (command-line-1): Don't call
10850 make-mode-line-mouse-sensitive.
10851
10852 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10853
10854 * mail/rmail.el (rmail-retry-failure): Use
10855 rmail-beginning-of-message before rmail-toggle-header, because the
10856 former toggles headers.
10857
10858 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
10859
10860 * diff-mode.el (diff-kill-junk): New interactive function.
10861 (diff-reverse-direction): Use delete-and-extract-region.
10862 (diff-post-command-hook): Restrict the area so that the hook also works
10863 outside of any diff hunk. This is necessary for the minor-mode.
10864 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10865 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10866
10867 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10868 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10869 so that it can be used more easily in <foo>-mode-hook. Also make sure
10870 to avoid duplicate entries.
10871 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10872 (font-lock-remove-keywords): Just as was done for `add', allow it to
10873 work even if font-lock-mode is nil. Also make sure we don't modify
10874 any pre-existing list by forcing a copy-sequence. Finally rename
10875 `major-mode' to `mode'.
10876 (font-lock-fontify-syntactic-anchored-keywords)
10877 (font-lock-fontify-anchored-keywords)
10878 (font-lock-fontify-keywords-region): Use line-end-position.
10879 Don't make `font-lock-multiline' local (it's now done in
10880 font-lock-set-defaults).
10881 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
10882 move the `font-lock-fontified' creation to inside the `unless'.
10883
10884 2000-02-06 Andrew Innes <andrewi@gnu.org>
10885
10886 * term/w32-win.el (x-handle-args): Comment out call to message,
10887 which occurs before window system is initialized.
10888
10889 * makefile.nt: Add support for recompiling lisp code.
10890
10891 2000-02-04 Dave Love <fx@gnu.org>
10892
10893 * bindings.el (mode-line-mule-info): Fix/extend last change.
10894
10895 * completion.el: Replace completion-dolist with dolist.
10896
10897 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10898 dotimes.
10899
10900 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
10901
10902 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10903 environment names before they go into the section regexp.
10904
10905 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10906 char class in regexp.
10907
10908 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10909 `case-fold-search' to nil.
10910
10911 * progmodes/idlwave.el (idlwave-template): Respect
10912 `idlwave-abbrev-change-case'.
10913 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10914 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10915 idlwave-while): respect `idlwave-reserved-word-upcase'.
10916 (idlwave-rw-case): New function.
10917 (idlwave-statement-match): Fixed problem with assignment regexp.
10918 (idlwave-font-lock-keywords): Improved regexp for keyword
10919 parameters.
10920 (idlwave-surround): New argument LENGTH to support padding of
10921 operators longer than 1 char.
10922
10923 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10924 idlwave-shell-expression-overlay. Implemented printing of
10925 expressions on higher levels of the calling stack.
10926 (idlwave-shell-display-level-in-calling-stack): Restore stack
10927 level.
10928 (idlwave-retrieve-expression-from-level): New function.
10929 (idlwave-shell-last-calling-stack): Variable removed.
10930 (idlwave-shell-reset): Argument action reversed (`visible' to
10931 `hidden'). Also remove stop-line overlay.
10932 (idlwave-shell-calling-stack-routine): New variable.
10933 (idlwave-shell-parse-stack-and-display): Messages now display
10934 negative level numbers.
10935 (idlwave-shell-mode): Set `modeline-format'.
10936 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10937 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10938 21.
10939 (idlwave-shell-print-expression-function): New option.
10940
10941 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10942 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10943 `tool-bar' instead of `toolbar'.
10944
10945 2000-02-02 Dave Love <fx@gnu.org>
10946
10947 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10948 emacs-lisp-mode-hook. Don't check for defalias being defined.
10949
10950 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10951 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
10952 the new builtins directly.
10953
10954 * whitespace.el (whitespace): Add :version to defgroup.
10955
10956 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10957 Doc fix.
10958
10959 * thingatpt.el (sexp-at-point, symbol-at-point)
10960 (number-at-point, list-at-point): Add autoload cookie.
10961
10962 * recentf.el (recentf): Add :version to defgroup.
10963
10964 * quickurl.el (quickurl): Add :version to defgroup.
10965
10966 * elide-head.el (elide-head): Use point-marker more.
10967
10968 * bs.el (bs): Add :version to defgroup.
10969
10970 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10971
10972 * progmodes/delphi.el (delphi): Add :version to defgroup.
10973
10974 2000-02-02 Gerd Moellmann <gerd@gnu.org>
10975
10976 * ange-ftp.el (ange-ftp-write-region): Handle case that
10977 succeeding process operation sets a different coding system.
10978
10979 * calculator.el: New file.
10980
10981 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10982
10983 * frame.el (frames-on-display-list, framep-on-display): New
10984 functions.
10985 (display-mouse-p, display-popup-menus-p, display-graphic-p)
10986 (display-selections-p, display-screens, display-pixel-width)
10987 (display-pixel-height, display-mm-width, display-mm-height)
10988 (display-backing-store, display-save-under, display-planes)
10989 (display-color-cells, display-visual-class): New functions.
10990
10991 * term/tty-colors.el (tty-color-gray-shades): New function.
10992
10993 * faces.el (display-color-p): Use framep-on-display.
10994 (display-grayscale-p): New function.
10995
10996 2000-01-31 Dave Love <fx@gnu.org>
10997
10998 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10999 (create-fontset-from-x-resource): Don't concat integers.
11000
11001 2000-01-31 Inge Frick <inge@nada.kth.se>
11002
11003 * view.el: Some changes in documentation. Removed some trailing
11004 whitespace. Changed some parameter names to agree with
11005 documentation.
11006 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11007 window is not deleted. Modifies change 1998-04-26.
11008
11009 2000-01-31 Gerd Moellmann <gerd@gnu.org>
11010
11011 * windmove.el: New file.
11012
11013 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11014 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11015 progmodes/ebnf-yac.el: Update copyright and license info.
11016
11017 * jit-lock.el (jit-lock-function): Widen before calculating end
11018 position.
11019 (jit-lock-stealth-chunk-start): Rewritten.
11020
11021 * info.el (Info-title-face-alist): Removed.
11022 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11023 faces.
11024 (Info-fontify-node): Use these faces.
11025
11026 2000-01-30 Gerd Moellmann <gerd@gnu.org>
11027
11028 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11029 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11030 `&allow-other-keywords'.
11031
11032 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11033 the list of directories scanned heuristically.
11034
11035 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11036 exist.
11037
11038 2000-01-30 Jason Rumney <jasonr@gnu.org>
11039
11040 * w32-fns.el: Define w32-tty-standard-colors.
11041
11042 * startup.el (command-line): Use w32-tty-standard-colors when in
11043 w32 console mode.
11044
11045 2000-01-30 Dave Love <fx@gnu.org>
11046
11047 * jka-compr.el (jka-compr-load): Fix up load-history.
11048
11049 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11050
11051 * emacs-lisp/cl-macs.el: Revert previous change.
11052
11053 2000-01-29 Dave Love <fx@gnu.org>
11054
11055 * facemenu.el: Purecopy various strings.
11056
11057 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11058 years. Deal with three-digit years.
11059
11060 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11061 defconst, purecopy.
11062 (help-back-label): Purecopy it.
11063
11064 2000-01-18 Gerd Moellmann <gerd@gnu.org>
11065
11066 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11067 variable. If non-nil, order the buffer list according to the
11068 currently selected frame.
11069 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11070 non-nil, pass the selected frame to function buffer-list.
11071
11072 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11073
11074 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11075
11076 2000-01-28 Dave Love <fx@gnu.org>
11077
11078 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11079
11080 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11081 Don't use lisp-indent-hook property.
11082 (cl-abs): Remove.
11083
11084 * subr.el: Move out indent and edebug specs for when and unless.
11085
11086 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11087 when, unless.
11088
11089 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11090 unless, when.
11091
11092 2000-01-28 Gerd Moellmann <gerd@gnu.org>
11093
11094 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11095 `collecting' as synonym for `collect'.
11096
11097 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11098 for the case it contains spaces.
11099
11100 * simple.el (what-cursor-position): Change formatting of
11101 messages.
11102
11103 * frame.el (delete-other-frames): New function.
11104 (toplevel): Bind it to C-x 5 1.
11105
11106 * sort.el (sort-numeric-base): New option.
11107 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11108 interpret it as octal or hexadecimal. Use sort-numeric-base
11109 as default base.
11110
11111 * progmodes/glasses.el: New file.
11112
11113 2000-01-27 Gerd Moellmann <gerd@gnu.org>
11114
11115 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11116 userids differently.
11117
11118 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11119 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11120 progmodes/ebnf-yac.el: New files.
11121
11122 2000-01-26 Dave Love <fx@gnu.org>
11123
11124 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11125 on a function with an empty body. [From Eric Ludlam.]
11126
11127 2000-01-25 Andre Spiegel <spiegel@gnu.org>
11128
11129 * vc.el (vc-version-diff): Make sure file name is expanded.
11130
11131 2000-01-25 Gerd Moellmann <gerd@gnu.org>
11132
11133 * scroll-bar.el (scroll-bar-timer): Variable removed.
11134 (scroll-bar-toolkit-scroll): Don't use a timer.
11135
11136 2000-01-25 Kenichi Handa <handa@etl.go.jp>
11137
11138 * language/thai-util.el (thai-composition-function): Delete
11139 superfluous `a'.
11140
11141 2000-01-24 Dave Love <fx@gnu.org>
11142
11143 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11144 end-of-defun-function.
11145
11146 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11147 &c.
11148
11149 2000-01-22 Jason Rumney <jasonr@gnu.org>
11150
11151 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11152 conflicts with new face support.
11153
11154 2000-01-22 Richard M. Stallman <rms@gnu.org>
11155
11156 * replace.el (query-replace): Rename last arg to DELIMITED.
11157 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11158 (query-replace-regexp): Likewise.
11159
11160 2000-01-20 Richard M. Stallman <rms@gnu.org>
11161
11162 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11163
11164 * emacs-lisp/lisp.el (beginning-of-defun-function):
11165 Variable renamed from beginning-of-defun.
11166 Do not call make-variable-buffer-local.
11167 (beginning-of-defun-raw): Use new variable name; doc fix.
11168 (beginning-of-defun): Doc fix.
11169 (end-of-defun-function): Variable renamed from end-of-defun.
11170 Do not call make-variable-buffer-local.
11171 (end-of-defun): Use new variable name; doc fix.
11172
11173 * subr.el (dolist, dotimes): Copied from cl-macs.el
11174 and made to work.
11175
11176 * mail/undigest.el (rmail-digest-end-regexps):
11177 Variable replaces rmail-digest-end-regexp.
11178 Allows multiple regexps for detecting the end line.
11179 (undigestify-rmail-message): Corresponding changes.
11180
11181 2000-01-19 Dave Love <fx@gnu.org>
11182
11183 * files.el (user-init-file): Don't declare here -- is primitive.
11184
11185 * startup.el (command-line): Check for compiled user-init-file and
11186 set to uncompiled version if necessary.
11187
11188 2000-01-18 Gerd Moellmann <gerd@gnu.org>
11189
11190 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11191 (undigestify-rmail-message): Use it.
11192
11193 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11194
11195 2000-01-17 Gerd Moellmann <gerd@gnu.org>
11196
11197 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11198 of mini-buffer.
11199
11200 2000-01-14 Gerd Moellmann <gerd@gnu.org>
11201
11202 * emacs-lisp/copyright.el (copyright-update): Removed the
11203 requirement for a trailing space from `copyright-regexp', to
11204 support copyrights with owner specified on a separate line..
11205
11206 * align.el: New file.
11207
11208 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11209
11210 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11211
11212 2000-01-13 Dave Love <fx@gnu.org>
11213
11214 * ph.el: Removed. (Obsoleted by EUDC.)
11215
11216 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11217
11218 * net/eudc.el (toplevel): Remove autoloaded code installing
11219 menu with easymenu, because that causes build problems.
11220
11221 * frame.el (frame-notice-user-settings): New variable.
11222 (frame-notice-user-settings): Don't modify frame parameters
11223 if called a second time.
11224
11225 2000-01-13 Richard M. Stallman <rms@gnu.org>
11226
11227 * frame.el (frame-notice-user-settings):
11228 Notice default-frame-parameters even for non-window frames.
11229
11230 2000-01-13 Gerd Moellmann <gerd@gnu.org>
11231
11232 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11233 for Emacs.
11234 (eudc-bob-can-display-inline-images): Extend for Emacs.
11235 (eudc-bob-toggle-inline-display): Ditto.
11236 (eudc-bob-display-jpeg): Ditto.
11237
11238 2000-01-12 Gerd Moellmann <gerd@gnu.org>
11239
11240 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11241 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11242 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
11243
11244 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11245 nil)'.
11246
11247 * subdirs.el: Add `net' directory.
11248
11249 * net: New directory.
11250
11251 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11252 eval-last-sexp. Don't bind debug-on-error here.
11253 (eval-last-sexp): New function. Bind debug-on-error if
11254 eval-expression-debug-on-error is non-nil.
11255 (eval-defun-2, eval-defun): Likewise.
11256
11257 * simple.el (eval-expression): Don't bind debug-on-error if
11258 eval-expression-debug-on-error is nil. Detect changed
11259 debug-on-error, and propagate new value to global binding, if
11260 eval-expression-debug-on-error is non-nil,
11261 (eval-expression-debug-on-error): Change doc string.
11262
11263 2000-01-11 Richard M. Stallman <rms@gnu.org>
11264
11265 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11266
11267 * emacs-lisp/lisp-mode.el (with-syntax-table):
11268 Set up lisp-indent-function property.
11269
11270 * subr.el (with-syntax-table): Moved from simple.el.
11271
11272 * simple.el (with-syntax-table): Moved to subr.el.
11273
11274 2000-01-11 Gerd Moellmann <gerd@gnu.org>
11275
11276 * tmm.el (tmm-shortcut): Delete region after prompt instead
11277 of erasing buffer.
11278
11279 * textmodes/fill.el (fill-common-string-prefix): New function.
11280 (fill-context-prefix): Use the longest common prefix of first
11281 and second line fill prefix, if there is one.
11282
11283 2000-01-11 Richard M. Stallman <rms@gnu.org>
11284
11285 * array.el (array-mode): Don't use make-variable-buffer-local.
11286 Use make-local-variable for `truncate-lines'.
11287
11288 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
11289
11290 * add-log.el (add-log-current-defun): Handle user-defined
11291 add-log-current-function returning nil,
11292
11293 * add-log.el (add-change-log-entry): Insert version number
11294 if having found a current function
11295
11296 * add-log.el (add-log-current-defun): Call
11297 `add-log-current-defun-function'. Try matches at level 0 and
11298 level 1. Strip whitespace from defun found.
11299
11300 2000-01-10 John Wiegley <johnw@gnu.org>
11301
11302 * allout.el (isearch-done/outline-provisions): Added `edit'
11303 argument to correspond with the current definition of
11304 `isearch-done'.
11305
11306 2000-01-10 Dave Love <fx@gnu.org>
11307
11308 * elide-head.el (elide-head): Use point-marker, not point.
11309
11310 2000-01-10 Gerd Moellmann <gerd@gnu.org>
11311
11312 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11313 before and after the year 2000.
11314
11315 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11316 Add ispell- prefix.
11317
11318 2000-01-10 Ken Stevens <k.stevens@ieee.org>
11319
11320 * ispell.el: Only define dictionaries in menus when they exist.
11321 (version18p): New variable.
11322 (version20p): New variable.
11323 (xemacsp): New variable.
11324 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11325 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11326 (ispell-dictionary-alist6): Russian command lines no longer accept
11327 run-together words.
11328 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11329 (ispell-dictionary-alist): Add koi8-r to customize definition.
11330 (check-ispell-version): Added documentation string. Returns
11331 library path when called non-interactively.
11332 (ispell-menu-map-needed): Uses new variables.
11333 (ispell-library-path): New variable.
11334 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11335 (ispell-word): Improved documentation string. Test for valid
11336 character mappings. Correctly check typed in word changes that can
11337 result in single words split into multiple words. Returns
11338 replacement word.
11339 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11340 replace in recursive query replace mode. Help message for
11341 recursive edit mode.
11342 (ispell-show-choices): Protect against bad framepop bindings.
11343 (ispell-help): Fix to work with XEmacs.
11344 (ispell-highlight-spelling-error): Use new variables.
11345 (ispell-overlay-window): Fix to work with XEmacs.
11346 (ispell-parse-output): Passed and returns location information
11347 tracking spelling corrections. Doesn't recheck same word on
11348 current line.
11349 (ispell-init-process): Protect against bogus XEmacs variable binding.
11350 Fix call to single argument in sleep-for. Use new variables.
11351 (ispell-region): Passed and returns location information tracking
11352 spelling corrections. Doesn't check same word on current line.
11353 Improved documentation string. Doesn't resend a line already
11354 checked to the ispell process - fixes bug in LaTeX parsing.
11355 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11356 (ispell-skip-region): No longer skips <TT> in SGML.
11357 (ispell-process-line): Tracks location information with spelling
11358 corrections. Added documentation string. Accounts for words
11359 already accepted on this line. Don't allow query-replace on line
11360 starting with math characters. Doesn't resend a line already sent
11361 to ispell process. Fixes alignment error bug.
11362
11363 2000-01-10 Richard M. Stallman <rms@gnu.org>
11364
11365 * dired-x.el (dired-guess-shell-alist-default):
11366 Suggest xloadimage, which is free, not xv, which isn't.
11367
11368 * ange-ftp.el (ange-ftp-file-name-nondirectory):
11369 Don't ever include the host name or user name in the value.
11370
11371 2000-01-09 Gerd Moellmann <gerd@gnu.org>
11372
11373 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11374 of a real newline.
11375
11376 2000-01-09 Stephen Eglen <stephen@gnu.org>
11377
11378 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
11379 for .png files.
11380
11381 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11382
11383 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11384
11385 2000-01-09 Gerd Moellmann <gerd@gnu.org>
11386
11387 * progmodes/cperl-mode.el: Replace ^F with ^L.
11388
11389 * sendmail.el (toplevel): Provide `sendmail' when compiling
11390 before `require'ing rmail and mailalias to prevent infinite
11391 recursion.
11392
11393 2000-01-08 Dave Love <fx@gnu.org>
11394
11395 * emacs-lisp/backquote.el: Remove inappropriate customization
11396 (allowing custom.el to use backquote).
11397
11398 2000-01-07 Dave Love <fx@gnu.org>
11399
11400 * add-log.el (add-log-debugging): Deleted.
11401 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11402 file. Remove debugging code.
11403 (change-log-get-method-definition, change-log-name): Add doc.
11404 (change-log-sortable-date-at): New function.
11405 (change-log-merge): New command.
11406
11407 * time.el (display-time-string-forms): Make the Mail string active.
11408 (display-time-update): Provide help-echo for load average.
11409
11410 * bindings.el (make-mode-line-mouse2-map): New function.
11411 (mode-line-modified): Use it and simplify.
11412 (mode-line-mule-info): Provide help-echo info.
11413 (minor-mode-alist): Activate the strings.
11414 (make-mode-line-mouse-sensitive): Simplify for
11415 mode-line-buffer-identification.
11416
11417 2000-01-07 Gerd Moellmann <gerd@gnu.org>
11418
11419 * play/pong.el: New file.
11420
11421 2000-01-06 Dave Love <fx@gnu.org>
11422
11423 * array.el: Assorted cleanups for compiler warnings, doc strings,
11424 `array-' prefix for symbols.
11425
11426 2000-01-05 Dave Love <fx@gnu.org>
11427
11428 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11429 outline-headers-as-kill.
11430 (outline-mode): Define imenu-generic-expression.
11431 (outline-headers-as-kill): New command.
11432
11433 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11434 from paragraph-start.
11435 (paragraph-indent-minor-mode): New command.
11436
11437 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11438 M-C-e, M-C-h, C-j, C-xnd, TAB.
11439 (fortran-mode): Set beginning-of-defun, end-of-defun.
11440 (fortran-column-ruler): Simplify.
11441 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11442 (fortran-with-subprogram-narrowing): Likewise.
11443 (fortran-indent-subprogram): Call mark-defun.
11444 (fortran-check-for-matching-do): Change narrowing.
11445
11446 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11447 (cl-lucid-hash-tag): Delete.
11448 (cl-hash-table-p): Correct test for native table.
11449 (cl-hash-table-count): Use hash-table-count.
11450
11451 * browse-url.el (browse-url): Fix case of
11452 browse-url-browser-function being an alist.
11453
11454 2000-01-05 Carsten Dominik <cd@gnu.org>
11455
11456 * textmodes/reftex-vars.el (reftex-parse-file-extension)
11457 (reftex-index-phrase-file-extension): New options.
11458
11459 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
11460 Use new option `reftex-index-phrase-file-extension'.
11461
11462 * textmodes/reftex.el (reftex-access-parse-file): Use new option
11463 `reftex-parse-file-extension'.
11464
11465 2000-01-05 Dave Love <fx@gnu.org>
11466
11467 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
11468 (beginning-of-defun-raw): Use it.
11469 (end-of-defun): New variable.
11470 (end-of-defun): Use it.
11471 (check-parens): New command.
11472
11473 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11474
11475 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11476 (hs-show-block): Don't use `mapcar' when not accumulating.
11477
11478 Fix buglet in local variables initialization.
11479
11480 2000-01-05 Andreas Schwab <schwab@suse.de>
11481
11482 * hscroll.el (hscroll): Doc fix.
11483
11484 2000-01-05 Carsten Dominik <cd@gnu.org>
11485
11486 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11487 idlw-toolbar.
11488
11489 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11490 file idlw-rinfo.el.
11491 (idlwave-customize): load must read file idlw-shell.el.
11492 (idlwave-create-customize-menu): load must read file idlw-shell.el.
11493
11494 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
11495
11496 * progmodes/idlw-shell.el: Also provide idlwave-shell
11497 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11498 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11499
11500 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11501 both reftex-dcr and reftex-vcr.
11502
11503 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11504
11505 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11506
11507 * ps-print.el: PostScript code now is in separate files, doc fix.
11508 (ps-print-version): New version number (5.0.3).
11509 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11510 local.
11511 (ps-spool-config): Initialization fix.
11512 (ps-print-prologue-1, ps-print-prologue-2)
11513 (ps-print-duplex-feature): PostScript code moved to separated file.
11514 (ps-background-image): Little code reformating.
11515 (ps-begin-file, ps-begin-job): Fix code.
11516 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
11517 (ps-prologue-file): New fun.
11518
11519 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11520
11521 * ps-vars.el: Eliminated.
11522
11523 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11524 `;;;###autoload'.
11525
11526 * ps-print.el: ps-vars eliminated, doc fix.
11527 (ps-print-version): New version number (5.0.2).
11528 (ps-spool-config): Initialization fix.
11529 (ps-print-customize): New fun.
11530
11531 2000-01-04 Gerd Moellmann <gerd@gnu.org>
11532
11533 * autorevert.el (auto-revert-mode): Return value of
11534 auto-revert-mode.
11535
11536 2000-01-04 Dave Love <fx@gnu.org>
11537
11538 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11539 menu items.
11540
11541 2000-01-03 Dave Love <fx@gnu.org>
11542
11543 * elide-head.el (elide-head) [defgroup]: Add :version.
11544
11545 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
11546 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11547 `cl-hash-table-p', not `hash-table-p'.
11548 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11549
11550 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11551
11552 * faces.el (face-read-integer, read-face-attribute)
11553 (color-defined-p, color-values): unspecified-{f,b}g are now
11554 strings.
11555
11556 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11557
11558 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11559 at comment end, and re-insert them after filling.
11560
11561 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11562
11563 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
11564 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11565 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
11566
11567 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11568
11569 * term/x-win.el (xw-defined-colors): Call color-supported-p,
11570 the new name of face-color-supported-p.
11571
11572 * term/w32-win.el (xw-defined-colors): Likewise.
11573
11574 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11575
11576 * simple.el (completion-setup-function): Count completion-size
11577 from minibuffer-prompt-end, not from point-min.
11578
11579 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11580
11581 * faces.el (read-face-attribute, defined-colors, color-defined-p):
11582 Pass the frame to tty-color-* functions.
11583 (display-color-p, frame-set-background-mode): Pass the frame to
11584 tty-display-color-p.
11585
11586 * term/tty-colors.el (tty-defined-color-alist): Renamed from
11587 tty-color-alist.
11588 (tty-color-alist, tty-modify-color-alist): New functions.
11589 (tty-color-define, tty-color-clear, tty-color-approximate)
11590 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11591 an optional parameter FRAME.
11592
11593 2000-01-01 Gerd Moellmann <gerd@gnu.org>
11594
11595 * image.el (create-image, defimage): Don't assume image data is a
11596 string.
11597
11598 * image.el (defimage): Handle specifications containing :data
11599 instead of :file.
11600 (image-type-from-data): New function.
11601 (image-type-from-file-header): Use it.
11602 (create-image): Add parameter DATA-P.
11603
11604 See ChangeLog.8 for earlier changes.
11605
11606 ;; Local Variables:
11607 ;; coding: iso-2022-7bit
11608 ;; End: