(custom-mode): Add `special' mode-class property.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e276a14a
MB
12000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2
c1545d88
MB
3 * wid-edit.el (widget-field-end): When checking for a `boundary'
4 field, do so in the correct buffer.
5
3c1b77ca
MB
6 * simple.el (undo): Correctly distinguish between numeric and
7 non-numeric prefix args in non-transient-mark-mode, as per the doc
8 string. When in transient-mark-mode, treat all prefix-args as
9 numeric.
10
e276a14a
MB
11 * simple.el (previous-matching-history-element): Position point on
12 match. Handle N == 0 correctly. Miscellaneous cleanup.
22626d9d
MB
13
14 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
15 (comint-mode-map): Reverse order of `comint-write-output' and
16 `comint-append-output-to-file'.
17 (comint-append-output-to-file): Reinstate this function, for the
18 benefit of the menu.
19
d97151cb
SM
202000-10-25 Stefan Monnier <monnier@cs.yale.edu>
21
22 * vc.el (vc-version-other-window): Bind `file'.
23
ea7d6f5b
GM
242000-10-25 Gerd Moellmann <gerd@gnu.org>
25
26 * Makefile.in (update-authors): New target for maintenance
27 purposes.
28
29 * emacs-lisp/authors.el (batch-update-authors): New function.
30 (authors-fixed-entries): New defconst.
31 (authors-add-fixed-entries): New function.
32 (authors): Call it.: Don't process lispref/.
33
17c25cea
JR
342000-10-25 Jason Rumney <jasonr@gnu.org>
35
36 * cus-edit.el (custom-button-face, custom-button-pressed-face):
37 Merge x w32 and mac definitions.
38
4ecda532
GM
392000-10-25 Gerd Moellmann <gerd@gnu.org>
40
41 * menu-bar.el (menu-bar-options-menu): Add a help string for
42 `uniquify'.
43
b6735035
GM
442000-10-25 Stephen Gildea <gildea@alum.mit.edu>
45
46 * time-stamp.el (time-stamp-string-preprocess): Fix a wrong
47 type argument error.
48
f4cbc7a0
MB
492000-10-25 Miles Bader <miles@gnu.org>
50
51 * recentf.el (recentf-mode): Variable removed.
52 (recentf-mode): Use `define-minor-mode'.
53
54 * mwheel.el (mouse-wheel-mode): New global minor mode.
55 (mwheel-install): Use `mouse-wheel-mode'.
56
f4b020f6
DL
572000-10-25 Dave Love <fx@gnu.org>
58
072cb6f9
DL
59 * progmodes/cperl-mode.el (cperl-mode): Set
60 normal-auto-fill-function correctly.
61
f4b020f6
DL
62 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
63 inherit from global-map and don't nullify menu-bar and tool-bar
64 bindings since keymap properties DTRT.
65
ebe2a441
MB
662000-10-25 Miles Bader <miles@lsi.nec.co.jp>
67
ff4dcd4b
MB
68 * wid-edit.el (widget-field-at): New function.
69 (widget-at, widget-field-activate): Use it.
70 (widget-tabable-at): Use `widget-at'.
71 (widget-specify-field): If the terminating character of the widget
72 field (which is read-only) is a newline, put it into a special
73 `boundary' field so that C-n/C-p act more naturally.
74 (widget-field-end): Also don't subtract one if a special
75 `boundary' field has been added after the widget field.
76
ebe2a441
MB
77 * comint.el (comint-output-filter, comint-send-input): Don't
78 bother adding stickiness fields to overlays to fool the field
79 code, since it should notice the overlay insertion-types now.
ff4dcd4b 80
ebe2a441
MB
81 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
82 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
83 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
84
fe50b6ab
GM
852000-10-24 Gerd Moellmann <gerd@gnu.org>
86
53df4dda
GM
87 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
88 (authors): Set file coding system to iso-2022-7bit. Add
89 file-local variables to output buffer.
90
fe50b6ab
GM
91 * files.el (after-find-file): Don't print any warnings if
92 WARN is nil.
93
53df4dda
GM
942000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
95
96 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
97
98 * delim-col.el: Now there is a column formatting mechanism.
99 Modified to customization mechanisms convention. Doc fix.
100 (columns): New group for delim-col.
101 (delimit-columns-before, delimit-columns-after)
102 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
103 (delimit-columns-end): New vars.
104 (delimit-columns-customize, delimit-columns-format): New funs.
105 (delimit-columns-region, delimit-columns-rectangle)
106 (delimit-columns-rectangle-line): Modified to support column
107 formatting.
108
a9839779
DL
1092000-10-24 Dave Love <fx@gnu.org>
110
111 * log-edit.el (log-edit): Add :version and a :group for vc.
112
df0267b8
GM
1132000-10-24 Gerd Moellmann <gerd@gnu.org>
114
9acc3873
GM
115 * files.el (after-find-file): Don't print a message ``New file''
116 if WARN is nil.
117
63e1b552
GM
118 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
119 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
120 get duplicate tool-bar entries because we'll see the global ones
121 on more than one path through keymaps.
122
1946f901
GM
123 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
124
df0267b8
GM
125 * progmodes/cmacexp.el: Change Francesco's email address.
126
ae3b264b
KH
1272000-10-24 Kenichi Handa <handa@etl.go.jp>
128
129 * window.el (fit-window-to-buffer): Adjust point of the window
130 buffer, not that of the current buffer.
131
23afac01
EZ
1322000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
133
134 * progmodes/cmacexp.el: Update the euthor's email address.
135
22d1a4ed
MB
1362000-10-24 Miles Bader <miles@lsi.nec.co.jp>
137
138 * faces.el (face-spec-set-match-display): Add `graphic' display
139 type (the inverse of `tty'). Use `display-graphic-p' instead of
140 the window-system variable.
141
f408aa48
KH
1422000-10-24 Kenichi Handa <handa@etl.go.jp>
143
144 * international/isearch-x.el (isearch-with-input-method): Call
145 input-method-function with the first event in
146 unread-command-events.
147
94fe8a31
MB
1482000-10-24 Miles Bader <miles@lsi.nec.co.jp>
149
150 * faces.el (face-default-spec, face-user-default-spec): Make
151 defsubsts.
152
8f47302e
AC
1532000-10-24 Andrew Choi <akochoi@i-cable.com>
154
155 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
156 New charsets.
157
158 * term/mac-win.el: Remove definitions of mac-roman-lower and
159 mac-roman-upper, require dired, and define instead of set
160 mac-ready-for-drag-n-drop to avoid compilation error.
161
446c097e
AI
1622000-10-23 Andrew Innes <andrewi@gnu.org>
163
164 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
165 superfluous calls to subst-char-in-string; instead apply
166 expand-file-name after convert-standard-filename to ensure
167 expected directory separators are used.
168
379b70e7
EZ
1692000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
170
171 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
172
85c766e9
DL
1732000-10-23 Dave Love <fx@gnu.org>
174
b7e03a67
DL
175 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
176 (tool-bar-add-item): Set foreground and background for XBM icons.
177
178 * international/latin1-disp.el (latin1-char-displayable-p): New
179 function (from Handa).
180 (latin1-display-check-font): Use it.
181
0dcf8835
DL
182 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
183 using :key-sequence, making it much more usable. Use nconc, not
184 append.
185 (imenu--create-keymap-1): Avoid append.
186
85c766e9
DL
187 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
188
cb3069bb
MB
1892000-10-23 Miles Bader <miles@lsi.nec.co.jp>
190
191 [the following changes fix a bug where `define-minor-mode' didn't
192 correctly generate :require clauses for defcustoms in compiled files]
193 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
194 (byte-compile-log-file, byte-compile-log-1): Don't set
195 `byte-compile-current-file' to nil. Instead set
196 `byte-compile-last-logged-file' to it. Test whether
197 byte-compile-current-file equals byte-compile-last-logged-file
198 instead of whether its nil.
3b6542ba 199 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 200
6db6243b
SM
2012000-10-23 Stefan Monnier <monnier@cs.yale.edu>
202
203 * textmodes/refill.el: Fix var names in doc.
204 (refill-mode): Don't bother with make-local-hook anymore.
205
98490598
MB
2062000-10-23 Miles Bader <miles@lsi.nec.co.jp>
207
e01cd227
MB
208 * faces.el (face-user-default-spec, face-default-spec): New functions.
209 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
210 (frame-set-background-mode, face-set-after-frame-default):
211 Use `face-user-default-spec'. Simplify code slightly.
212
213 * woman.el (woman-italic-face, woman-bold-face)
214 (woman-unknown-face): Add dark-background variants.
215 (woman-default-faces): Renamed from `woman-colour-faces'.
216 Set using the stored defaults, rather than using hard-wired colors.
217 (woman-monochrome-faces): Renamed from `woman-black-faces'.
218 Just make the foreground `unspecified' rather than "black".
219 (woman-menu): Rename menu entries accordingly.
220
98490598
MB
221 * faces.el (header-line): Make more reasonable on mono/grayscale
222 displays.
223
1a578e9b
AC
2242000-10-23 Andrew Choi <akochoi@i-cable.com>
225
226 * cus-edit.el (custom-button-face): Use 3D look for mac.
227 (custom-button-pressed-face): Likewise.
228
229 * faces.el (set-face-attributes-from-resources): Handle mac frames
230 in the same way as x and w32 frames.
231 (face-valid-attribute-values): Likewise.
232 (read-face-attribute): Likewise.
233 (defined-colors): Likewise.
234 (color-defined-p): Likewise.
235 (color-values): Likewise.
236 (display-grayscale-p): Likewise.
237 (face-set-after-frame-default): Likewise.
238 (mode-line): Same default face as for x and w32.
239 (tool-bar): Likewise.
240
241 * frame.el: Remove call to frame-notice-user-settings at end of
242 the file.
243
244 * info.el (Info-fontify-node): make underlines invisible for mac
245 as for x, pc, and w32 frame types.
246
247 * term/mac-win.el: New file.
248
aaaf7be7
DL
2492000-10-22 Dave Love <fx@gnu.org>
250
251 * textmodes/refill.el: New file.
252
5392d654
AS
2532000-10-22 Andre Spiegel <spiegel@gnu.org>
254
255 * vc-hooks.el (vc-version-backup-file-name): New optional args
256 MANUAL and REGEXP.
257 (vc-delete-automatic-version-backups, vc-make-version-backup):
258 New functions.
259 (vc-before-save): Use the latter.
260 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
261 confusion.
262
263 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
264 expected by vc[-hooks].el.
265
266 * vc.el (vc-checkout): Added `-p' suffix in call to
267 vc-make-version-backups-p; use vc-make-version-backup to actually
268 make the backup.
269 (vc-version-other-window, vc-version-backup-file): Handle both
270 automatic and manual backups.
271 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
272 of all of them.
273
1e221c16
MB
2742000-10-22 Miles Bader <miles@gnu.org>
275
7ff4fda5
MB
276 * comint.el (comint-highlight-input, comint-highlight-prompt):
277 Renamed, `-face' at end removed.
278 (comint-send-input, comint-output-filter): Use renamed faces.
279
3511cde8
MB
280 * window.el (fit-window-to-buffer): Change defaulting of
281 MAX-HEIGHT slightly.
282
1e221c16
MB
283 * faces.el (color-values, color-defined-p): Use `member', not
284 `memq', because it works correctly for strings.
285 (frame-set-background-mode): Actually, "unspecified-fg" and
286 "unspecified-bg" *are* strings. Use `member', not `memq', and
287 `equal', not `eq', when a string value is possible.
288
b6ef4898
EZ
2892000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
290
291 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
292
34939e2c
SM
2932000-10-21 Stefan Monnier <monnier@cs.yale.edu>
294
295 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
296 sh-electric-rparen, sh-electric-less and sh-electric-hash.
297 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
298 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
299 (sh-font-lock-syntactic-keywords): Use them.
300 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
301 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
302 (sh-mode): Don't override font-lock-unfontify-region-function.
303 Use a copy of sh-font-lock-syntactic-keywords.
304 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
305 Don't call sh-scan-buffer since font-lock does it on the fly.
306 (sh-get-indent-info): Use `face' rather than `syntax-table'
307 text-property to detect here-documents.
308 Replace sh-special-syntax with sh-st-punc.
309 (sh-prev-line): Use `face' rather than `syntax-table'
310 text-property to skip over here-documents.
311 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
312 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
313 (sh-electric-less, sh-set-here-doc-region)
314 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
315 (sh-scan-buffer, sh-rescan-buffer): Remove.
316
f3d3c491
AI
3172000-10-21 Andrew Innes <andrewi@gnu.org>
318
319 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
320 remote (ange-ftp) file names.
321
b86c791c
MB
3222000-10-21 Miles Bader <miles@gnu.org>
323
d9c30bdf
MB
324 * window.el (fit-window-to-buffer): New function.
325 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
326 (window-text-height): Don't expect minibuffers to have mode-lines.
327
d9c30bdf 328 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
329 * international/quail.el (quail-update-guidance): Use
330 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 331
617fee5a
MB
332 * international/quail.el (quail-show-guidance-buf): Make sure
333 guidance window really has enough room.
334 (quail-update-guidance): If quail-guidance-win is already shown,
335 make sure its height is OK.
336
b86c791c
MB
337 * window.el (window-text-height, set-window-text-height):
338 New functions.
339 (shrink-window-if-larger-than-buffer): Use `window-text-height'
340 instead of `window-height' & `mode-line-window-height-fudge'.
341 (mode-line-window-height-fudge): Add FACE parameter.
342 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
343 instead of `enlarge-window' & `mode-line-window-height-fudge'.
344
e34850d1
MB
3452000-10-20 Miles Bader <miles@gnu.org>
346
347 * window.el (height-affecting-face-attributes): Use `defconst'.
348
349 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
350 New function, conditionally aliased to `mode-line-window-height-fudge'.
351 (ispell-help): Use it.
352 (ispell-choices-win-default-height): Don't include mode-line fudge.
353 (ispell-choices-win-default-height): New function.
354 (ispell-show-choices, ispell-command-loop): Use function
355 `ispell-choices-win-default-height' instead of variable.
356
a8b883c2
MB
3572000-10-20 Miles Bader <miles@lsi.nec.co.jp>
358
8c6e4a58
MB
359 * window.el (mode-line-window-height-fudge): New variable.
360 (height-affecting-face-attributes): New variable.
361 (mode-line-window-height-fudge): New function.
362 (shrink-window-if-larger-than-buffer): Use it.
363 * help.el (resize-temp-buffer-window): Likewise.
364
a8b883c2
MB
365 * info.el (Info-fontify-node): Add support for @subsubsection
366 titles, which use `Info-title-4-face'.
367 (Info-title-4-face): New face.
368 (Info-title-3-face): Inherit from Info-title-4-face instead of
369 variable-pitch.
370
e64c3a75
JR
3712000-10-19 Jason Rumney <jasonr@gnu.org>
372
373 * dired.el (dired-insert-directory): Do not let errors signalled by
374 attempt to run dired-free-space-program prevent dired from working.
375
c70fe852
SM
3762000-10-19 Stefan Monnier <monnier@cs.yale.edu>
377
378 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
379
877cf6b4
GM
3802000-10-19 Gerd Moellmann <gerd@gnu.org>
381
5de037e0
GM
382 * dirtrack.el (dirtrack): Fix call to run-hooks.
383
6deb9af9
GM
384 * cmuscheme.el (cmuscheme-program-name): Renamed from
385 scheme-program-name because xscheme.el contains a defcustom with
386 the same name. As a consequence, customizing group `cmuscheme'
387 loaded `xscheme' which redefined run-scheme.
388 (run-scheme): Use cmuscheme-program-name.
389
877cf6b4
GM
390 * ps-print.el (ps-print-emacs-type): Move into the
391 eval-and-compile.
392
e597d8fb 393 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 394 anonymous address, and add a website for Befrienders International.
e597d8fb 395
3e9cb08f
GM
3962000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
397
c70fe852
SM
398 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
399 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
400 (ps-print-version): New version number (6.2).
401 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
402 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
403 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
404 (ps-x-extent-priority, ps-x-extent-start-position)
405 (ps-x-face-font-instance, ps-x-find-coding-system)
406 (ps-x-font-instance-properties, ps-x-make-color-instance)
407 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
408 avoid compilation gripes without defining functions.
409 (ps-e-find-composition): Alias for function find-composition, to have a
410 suitable function depending on Emacs version.
411 (ps-color-device, ps-color-values, ps-face-foreground-name)
412 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
413 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
414 (ps-print-ensure-fontified): Function definitions surrounded by
415 `eval-and-compile' to avoid compilation gripes.
416 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
417 by symbol-value to avoid compilation gripes.
418 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
419 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
420
d8abcd91
MB
4212000-10-19 Miles Bader <miles@lsi.nec.co.jp>
422
13ab33c4
MB
423 * startup.el (normal-top-level): Call `frame-set-background-mode'
424 after `frame-notice-user-settings' because the latter doesn't call
425 the former on a tty.
426
d8abcd91
MB
427 * faces.el (frame-set-background-mode): `unspecified' &c are
428 symbols, not strings.
429
e8bce0a9
EZ
4302000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
431
c70fe852
SM
432 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
433 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 434
c70fe852
SM
435 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
436 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 437
773272d8
KH
4382000-10-19 Kenichi Handa <handa@etl.go.jp>
439
c70fe852 440 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
441 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
442 for ISO10646-1 fonts.
443 (x-font-name-charset-alist): Add an entry for "iso10646-1".
444
772139c0
EZ
4452000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
446
447 * faces.el (frame-set-background-mode): If a tty frame defines a
448 background color, use that to compute the background mode, instead
449 of always defaulting to "dark".
450
d134a19f
MB
4512000-10-19 Miles Bader <miles@lsi.nec.co.jp>
452
8bb84cb2
MB
453 * comint.el (comint-write-output): New function.
454 (comint-mode-map): Add it to the menu.
e40a778f 455 Bind `C-c C-s' to comint-write-output.
d134a19f 456
dada41e1
GM
4572000-10-18 Gerd Moellmann <gerd@gnu.org>
458
459 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
460 Use fancy-splash-delay.
461
9b5360aa
GM
4622000-10-18 Alex Schroeder <alex@gnu.org>
463
464 * progmodes/sql.el (sql-sybase-options): New option.
465 (sql-sybase): Use it. Add sql-database to the list of parameters
466 provided for login. The options -w 2048 -n are not used any more.
467
9035a35a
GM
468 * comint.el (comint-read-input-ring): Bugfix such that the first
469 and the last entry of the input ring file are not lost.
470
3556c6dd
GM
4712000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
472
473 * ps-print.el: Internal variable changes to defcustom,
474 make-local-hook changes to defvar. Doc fix.
475 (ps-print-version): New version number (6.1).
476 (ps-setup, ps-do-despool): Code fix.
477 (ps-printer-name): Customization fix.
478 (ps-printer-name-option): Now is a defcustom instead of an
479 internal variable.
480 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
481 (ps-print-begin-column-hook): Now are defvar instead of
482 make-local-hook.
483
4e217e50
MB
4842000-10-18 Miles Bader <miles@gnu.org>
485
486 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
487 (comint-kill-output): Changed into an alias for `comint-delete-output',
488 and made obsolete.
489 (comint-mode-map): Rename references to comint-kill-output.
490
34460354
EZ
4912000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
492
493 * diff-mode.el (diff-header-face, diff-file-header-face)
494 (diff-changed-face): Add bold and italic attributes to tty faces.
495 (diff-function-face): New face.
496 (diff-font-lock-keywords): Use it.
497
17ea3cdb
MB
4982000-10-18 Miles Bader <miles@lsi.nec.co.jp>
499
500 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
501 Remove commented-out call to force-mode-line-update.
502 (comint-kill-output): Use `forward-line 0' instead of
503 beginning-of-line to make sure we get past the prompt.
504
9244f2c7
SM
5052000-10-17 Stefan Monnier <monnier@cs.yale.edu>
506
507 * diff-mode.el (diff-header-face, diff-file-header-face):
508 Add specific setting for dark background.
509 (diff-context-face): Renamed from diff-comment-face.
510 Set explicitly rather than inheriting from font-lock-comment-face.
511
1592c1ef
EZ
5122000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
513
514 * startup.el (command-line): Move the code which sets the default
515 TTY colors to before before-init-hook.
516
f86292a9
GM
5172000-10-17 Gerd Moellmann <gerd@gnu.org>
518
519 * jit-lock.el (jit-lock-stealth-time): Doc fix.
520
f7f2e883
EZ
5212000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
522
e854cc22
EZ
523 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
524 extensions, for MS-DOS.
525
f7f2e883
EZ
526 * diff-mode.el (diff-header-face, diff-file-header-face)
527 (diff-changed-face): Define tty-specific colors.
528
c7b4f0f9
GM
5292000-10-17 Gerd Moellmann <gerd@gnu.org>
530
531 * startup.el (fancy-splash-text): Realign the text.
532
12a72271
EZ
5332000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
534
535 * font-lock.el (font-lock-comment-face): Define a separate default
536 for dark-background tty's.
537
61dfccfd
MB
5382000-10-17 Miles Bader <miles@gnu.org>
539
540 * help.el (resize-temp-buffer-window): Add hack to avoid last line
541 being obscured by whizzy mode-lines on graphics displays.
542
333cd59e
EZ
5432000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
544
545 * info.el (Info-title-1-face, Info-title-2-face)
546 (Info-title-3-face): Define colors for tty's.
dada41e1 547 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 548
dbf1fcc1
EZ
5492000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
550
551 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
552 reverse from the frame parameters, and don't invert foreground and
553 background colors.
554
ac629823
MB
5552000-10-16 Miles Bader <miles@gnu.org>
556
557 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
558 string "*Info*". Call propertized-buffer-identification to spruce
559 up the result.
560
76eebffc
GM
5612000-10-16 Gerd Moellmann <gerd@gnu.org>
562
3a6b59d9
GM
563 * help.el: Provide `help' for the sake of define-minor-mode
564 which generates defcustoms with requires.
565
6569c3d3
GM
566 * jit-lock.el (jit-lock-after-change): If we're in text that
567 matches a multi-line font-lock pattern, make sure the whole text
568 will be redisplayed.
569
c2e0a611
GM
570 * emacs-lisp/authors.el (authors-add): Don't add an entry if
571 author's name is unknown.
572
76eebffc
GM
573 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
574 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
575 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
576 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
577 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
578 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
579 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
580 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
581 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
582 Add author information.
583
cf1e7b12
MB
5842000-10-16 Miles Bader <miles@lsi.nec.co.jp>
585
586 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
587 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
588 full-color version (using the Gimp) to eliminate dithering artifacts.
589
5586f3eb
SM
5902000-10-15 Stefan Monnier <monnier@cs.yale.edu>
591
592 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
593
594 * simple.el (syntax-flag-table, string-to-syntax): Remove.
595
ad64a888
DL
5962000-10-15 Dave Love <fx@gnu.org>
597
598 * progmodes/sh-script.el: Require skeleton and comint when
599 compiling.
600
601 * pcomplete.el (pcomplete) <defgroup>: Add :version.
602
603 * whitespace.el: Doc fixes.
604 (top-level): Don't add hooks here.
605 (whitespace-running-emacs): Deleted.
606 (timer): Don't require.
607 (whitespace): Add back :version conditional on xemacs test.
608 (whitespace-spacetab-regexp, whitespace-indent-regexp)
609 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
610 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
611 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
612 Avoid specific xemacs test.
613 (whitespace-global-mode): New option.
614 (whitespace-global-mode): New command.
615 (whitespace-unload-hook): New function.
616
617 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
618 (Info-fontify-node, Info-goto-node, Info-mode-menu)
619 (Info-fontify-node): `Goto' goes to `Go to'.
620 (Info-fontify-node): Add help-echo to xref links.
621
1ef49fc6
EZ
6222000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
623
624 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
625
8b7707e1
SM
6262000-10-15 Stefan Monnier <monnier@cs.yale.edu>
627
b3b7f42f
SM
628 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
629 Use plist-get and allow :inherit.
630
631 * emacs-lisp/cl-macs.el (cl-do-arglist):
632 Use plist-get and plist-member instead of memq.
633
3c7fafc7
SM
634 * emacs-lisp/ewoc.el (ewoc-location): New function.
635 (ewoc-enter-after, ewoc-enter-before): Document return value.
636 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
637 Don't need make-local-hook any more.
638 (cvs-addto-collection): Return the new tin.
639 (cvs-mode-insert): Jump to the new line.
640
8b7707e1
SM
641 * jit-lock.el (jit-lock-fontify-buffer): Remove.
642
643 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
644
645 * font-lock.el (font-lock-syntactically-fontified): New var.
646 (font-lock-fontify-syntactic-keywords-region): Use it.
647 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
648
649 * diff-mode.el (diff-find-file-name): Fix regexp.
650
651 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
652 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
653
654 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
655 (sh-mode-syntax-table): Add punctuation syntax for < and >.
656 (sh-mode): Don't make all vars local here.
657 (sh-kw): Reformat.
658 (sh-set-shell): Use dolist. Don't set indent-region-function.
659 (sh-mode-syntax-table): Use pop.
660 (sh-remember-variable): Use push.
661 (sh-help-string-for-variable): Use memq.
662 (sh-safe-backward-sexp): Remove.
663 (sh-safe-forward-sexp): Add ARG.
664 (sh-get-indent-info, sh-prev-stmt): Use it.
665 (sh-prev-line): Simplify by using forward-comment.
666 (sh-this-is-a-continuation): Simplify.
667 (sh-learn-buffer-indent): Use dolist.
668 (sh-do-nothing): Remove.
669 (sh-set-char-syntax, sh-set-here-doc-region):
670 Use inhibit-modification-hooks.
671 (sh-name-style): Use mapcar and push.
672 (sh-load-style): Use dolist.
673 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
674 (sh-case, sh-while-getopts): Use propertize directly rather
675 than sh-electric-rparen.
676
6772000-10-14 Stefan Monnier <monnier@cs.yale.edu>
678
679 * textmodes/tex-mode.el: Require CL when compiling.
680 (tex-mode-syntax-table): Init immediately.
681 (tex-mode-map): Bind M-RET to latex-insert-item.
682 (latex-mode): Set indent-line-function to latex-indent.
683 (tex-common-initialization): Don't setup the syntax-table any more.
684 (latex-insert-item): New skeleton.
685 (tex-next-unmatched-end): Fix copy/paste braino.
686 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
687 (latex-indent, latex-find-indent): New functions.
688 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
689 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
690 (tex-compilation-parse-errors): Use with-syntax-table.
691
86b7fcbb
MB
6922000-10-15 Miles Bader <miles@gnu.org>
693
694 * font-lock.el (font-lock-comment-face): Change dark-background,
695 color, non-tty, default to `chocolate1'.
696
57a24508
JW
6972000-10-13 John Wiegley <johnw@gnu.org>
698
699 * eshell/esh-util.el (require): Added a missing `require' form,
700 needed when compiling (for an ange-ftp macro definition).
701
40ad3db4
DL
7022000-10-13 Dave Love <fx@gnu.org>
703
704 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
705
db460189
GM
7062000-10-13 Gerd Moellmann <gerd@gnu.org>
707
b41c9501
GM
708 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
709 fix.
710
db460189
GM
711 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
712 transparent -colors 8).
713
3b5e21df
GM
7142000-10-13 Stephen Gildea <gildea@alum.mit.edu>
715
716 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
717 that breaks with old list format timestamps.
718 (time-stamp-warn-inactive, time-stamp-old-format-warn)
719 (time-stamp-count, time-stamp-conversion-warn): Improved doc
720 strings.
721
16908a3f
JW
7222000-10-13 John Wiegley <johnw@gnu.org>
723
d7103dda
JW
724 * align.el, pcomplete.el, calendar/timeclock.el,
725 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
726
16908a3f
JW
727 * calendar/timeclock.el (timeclock-find-discrep): A fix to same
728 faulty math, where holiday hours were being computing as seconds.
729
b6b70cda
JW
7302000-10-13 John Wiegley <johnw@gnu.org>
731
732 * desktop.el (desktop-buffer-modes-to-save): Added a global for
733 specifying what "other" kinds of buffers should be saved. This
734 used to be hard-coded.
735 (desktop-buffer-misc-functions): A global for specifying how
736 auxiliary data should be determined for special buffer types.
737 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
738 instead of hard-coding the special buffer types.
739 (desktop-save): Run `desktop-buffer-misc-functions' to gather
740 auxiliary data, instead of hard-coding for Info buffers and dired.
741 (desktop-buffer-info-misc-data): Aux function for determining Info
742 buffer auxiliary info.
743 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
744 (desktop-buffer-info): Changed this function to use the info
745 gathered above.
746 (desktop-create-buffer): Be a little more careful about what
747 `minor-mode' means before calling it. This is important for some
748 buffer types.
749
8c6b1d83
JW
7502000-10-13 John Wiegley <johnw@gnu.org>
751
752 * eshell/esh-util.el: Added a global form which declares an
753 autoload for `parse-time-string', if that function is not already
754 defined, and if parse-time.el is available on the user's system.
755
756 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
757 to be aware of ange-ftp user info.
758 (eshell-do-ls): Bind `ange-cache'. Also, use
759 `eshell-file-attributes'.
760 (eshell-ls-annotate): Use `eshell-file-attributes'.
761 (eshell-ls-file): Made the user-id printing code a bit smarter.
762
763 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
764 allow identification of alias user ids in remote directories.
765 It's manual, but there's no other way to know when the current
766 user on the local machine, is also the owning user on the remote
767 machine.
768 (fboundp): Bind `ange-cache'.
769 (eshell-directory-files-and-attributes): Re-organized the logic a
770 bit to use `eshell-file-attributes' instead of `file-attributes'.
771 The former is more sensitive to directories that are read via FTP,
772 and knows how to use ange-ftp to determine full attribute
773 information, instead of just the name and last modtime.
774 (eshell-current-ange-uids): Return the current user id when in a
775 remote directory.
776 (eshell-parse-ange-ls): Parse a full directory listing that has
777 been returned by ange-ftp.
778 (eshell-file-attributes): This beefed up version of
779 `file-attributes' is only special if the user is currently in a
780 remote directory, in which case it does a lot of work to find out
781 what the real attributes of a file are, as they appear on the
782 remote machine. This makes usage of remote directories (i.e.,
783 ange-ftp pathnames) much more useful. You can now use Eshell as a
784 full-fledged FTP client, with much more manipulation ability than
785 most other clients.
786
787 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
788 variable, which means that Eshell's du should always be preferred
789 in remote directories.
790 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
791 just `file-attributes'.
792 (eshell-mvcp-template): Bind `ange-cache', to improve performance
793 when reading remote directories. This is an Eshell-specific
794 variable (not part of ange-ftp).
795 (eshell/ln): Bind `ange-cache'.
796 (eshell/du): Added some extra logic for determining when to use
797 Eshell's du (which is slow), and when to use the external version
798 (which may or may not exist).
799
800 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
801 `eshell-interactive-process', rather than using
802 `get-buffer-process', since backgrounded processes don't count in
803 the context of this function's logic.
804
805 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
806 `forward-char', so that null strings are parsed correctly.
807
87730e84 8082000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
809
810 * eshell/em-pred.el (eshell-pred-file-type,
811 eshell-pred-file-links, eshell-pred-file-size): Use
812 `eshell-file-attributes'. This is more correct over ange-ftp.
813
814 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
815 that remote file globbing is more efficient.
816
817 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
818 gathering the files and attributes within a directory.
819
820 * eshell/em-unix.el (eshell/cat): If any of the files passed on
821 the command line is a special file (not a regular file, directory
822 or symlink), always attempt to call the external version of cat.
823
87730e84 8242000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
825
826 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
827 Eshell-friendly version of find-tag.
828
1c7e37a9
MB
8292000-10-13 Miles Bader <miles@lsi.nec.co.jp>
830
831 * image-file.el (image-file-name-extensions)
832 (image-file-name-regexps): Add autoload cookies.
833
11a7f341
KH
8342000-10-13 Kenichi Handa <handa@etl.go.jp>
835
836 * international/mule-cmds.el (select-safe-coding-system): If FROM
837 is string, show it in *Warning* buffer.
838
8ddddcb0
EZ
8392000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
840
841 * startup.el (normal-top-level): Use display-popup-menus-p instead
842 of window-system.
843 (command-line): Use display-graphic-p instead of window-system.
844 (command-line-1): Use display-popup-menus-p and display-mouse-p
845 instead of window-system.
846
72200f89
SS
8472000-10-12 Sam Steingold <sds@gnu.org>
848
849 * tooltip.el (tooltip-use-echo-area): New user variable.
850 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
851
8661c643
DL
8522000-10-12 Dave Love <fx@gnu.org>
853
d0b40dc1
DL
854 * recentf.el: Maintainer's checkdoc fixes.
855
a622451f
DL
856 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
857 character class, not ASCII when matching file names.
858 (fancy-splash-head): Add trailing slash to URL.
859 (command-line): Don't require XPM support for toolbar.
860
8661c643
DL
861 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
862 (cperl-invalid-face): Revert last change.
863 (cperl-init-faces): Quote cperl-invalid-face.
864
ef2ed8ab
KH
8652000-10-12 Kenichi Handa <handa@etl.go.jp>
866
867 * startup.el (fancy-splash-text): Remove superfluous quote.
868
b0da379e
GM
8692000-10-12 Gerd Moellmann <gerd@gnu.org>
870
dbeb499b
GM
871 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
872 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
873 (command-line-1): Don't use fancy-splash-pending-command.
874 (fancy-splash-screens-1): Goto point-min after inserting text.
875
d861718a
GM
876 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
877
b0da379e
GM
878 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
879 instead of shared-lisp-mode-map.
880
4fb2ad98
MB
8812000-10-12 Miles Bader <miles@lsi.nec.co.jp>
882
1cb4393e
MB
883 * faces.el (header-line): Change tty-variant to use underlining.
884
4fb2ad98
MB
885 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
886 (isearch-highlight): Restore lazy-isearch face properties at old
887 position, and suppress them at new position.
888 (isearch-dehighlight): Restore lazy-isearch face properties.
889 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
890 over the real isearch overlay, but in that case, don't give it a
891 face property. Use `push'.
892
eb991b25
KH
8932000-10-12 Kenichi Handa <handa@etl.go.jp>
894
895 * man.el (Man-getpage-in-background): Fix previous change.
896 Decode the process output only when we are in multibyte mode.
897
a818c1c0
DL
8982000-10-11 Dave Love <fx@gnu.org>
899
c990f53a
DL
900 * info.el (Info-mode-menu): Fix some help.
901 (info-tool-bar-map): Add entry for Info-last.
902
a818c1c0
DL
903 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
904 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
905 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
906 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
907 * toolbar/search-replace.xpm, toolbar/exit.xpm:
908 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
909 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
910 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
911 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
912 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
913 Reduce colour requirements to 25 overall. (Probably wants
914 revisiting from the originals to reduce further.)
915
c1b096cb
EZ
9162000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
917
918 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
919 buffer-file-coding-system, instead of raw-text.
920 (dehexlify-buffer): Bind coding-system-for-read to
921 buffer-file-coding-system, instead of raw-text.
922
5c8b7eaf
SS
9232000-10-11 Sam Steingold <sds@gnu.org>
924
925 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
926 `underline' - fixes the bug introduced on 2000-09-21.
927
2cfbdb7a
DL
9282000-10-11 Dave Love <fx@gnu.org>
929
930 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
931 compiler warnings.
932 (scheme-mode): Doc fix.
933 (scheme-font-lock-keywords-1): Match `define-syntax'.
934
9352000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
936
937 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
938 face specs as well as default ones. Only do anything if the
939 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 940 (region): Make dark-background `region' face less in-your-face.
4b33f290 941
690ec649
SS
9422000-10-10 Sam Steingold <sds@gnu.org>
943
944 * chistory.el, ielm.el, ledit.el:
945 * progmodes/inf-lisp.el, progmodes/scheme.el:
946 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
947
3b95d6bb
SM
9482000-10-10 Stefan Monnier <monnier@cs.yale.edu>
949
950 * textmodes/texinfo.el: Update copyright and fix typo.
951
952 * desktop.el (desktop-modes-not-to-save): New var.
953 (desktop-save-buffer-p): Use it.
954 Also, obey desktop-buffers-not-to-save even for non-file buffers.
955 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
956
d646c828
DL
9572000-10-10 Dave Love <fx@gnu.org>
958
959 * toolbar/tool-bar.el (tool-bar-add-item)
960 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
961 display.
962
d646c828
DL
963 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
964 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
965 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
966 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
967 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
968 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
969 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
970 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
971 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
972 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
973 the .xpms; probably need retouching.
974
862a7e28
MB
9752000-10-10 Miles Bader <miles@lsi.nec.co.jp>
976
977 * subr.el (add-to-list): Add optional argument APPEND.
978 * battery.el (display-battery): Use `add-to-list'.
979
46e33aee
TTN
9802000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
981
930baf47
TTN
982 * play/zone.el (zone-timer, zone-wc-tbl): Rework
983 these vars as symbol properties.
2cfbdb7a
DL
984 (zone, zone-when-idle, zone-leave-me-alone)
985 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 986
5a430f9c
TTN
987 * battery.el (display-battery): Doc spelling fix.
988
46e33aee
TTN
989 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
990 property.
991
adf7d3a8
DL
9922000-10-09 Dave Love <fx@gnu.org>
993
994 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
995 has been initialized before calling tool-bar-setup.
c2156508 996 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 997
06a8c9f8
EZ
9982000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
999
e4ca8f8c
EZ
1000 * menu-bar.el (send-mail-item-name): New function.
1001 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1002 of mail-user-agent in the menu. Don't display the "Send Mail"
1003 item if mail-user-agent is nil or its value is ignore.
1004 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1005 if read-mail-command is nil or its value is ignore.
1006
06a8c9f8
EZ
1007 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1008
7dbc9c8a
MB
10092000-10-09 Miles Bader <miles@gnu.org>
1010
29e0814b
MB
1011 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1012 Correct image size.
1013 * toolbar/left_arrow.xpm: Correct image size.
1014
7dbc9c8a
MB
1015 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1016 will be done by the definition of `auto-compression-mode' if
1017 necessary. Move code to uninstall existing file-name handler
1018 before definition of `auto-compression-mode'.
1019
1020 * image-file.el (auto-image-file-mode): Move to the end of the
1021 file, because `define-minor-mode' actually calls the mode-function
1022 if the associated variable is non-nil, which requires that all
1023 needed functions be already defined.
1024
65b61266
MB
1025 * mouse.el (popup-menu): Balance parens.
1026
d6b8c85b
SM
10272000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1028
1029 * mouse.el (popup-menu): Move the command call outside the loop
1030 so that popup-menu returns whatever the command returns.
1031
1032 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1033 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1034 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1035 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1036
1037 * vc.el (vc-version-diff): diff-switches can be a list.
1038 Use relative filenames for prettier output.
1039
46e33aee 1040 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
1041 (vc-post-command-functions): Remove old-VC compatibility code.
1042
1043 * newcomment.el (comment-indent-default): Autoload.
1044
1045 * font-lock.el (font-lock-defaults): Make buffer-local.
1046 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1047 (font-lock-choose-keywords):
1048 Ignore LEVEL unless KEYWORDS is a list of syms.
1049 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1050 Don't wrap regexp-opt things in \(...\) unnecessarily.
1051
1052 * jit-lock.el: Don't require font-lock any more.
1053 (jit-lock-functions): Make buffer-local.
1054 (jit-lock-saved-fontify-buffer-function): Remove.
1055 (jit-lock-mode): Remove autoload cookie.
1056 Remove font-lock specific code.
1057 (jit-lock-unregister): Don't bother handling complex hooks any more.
1058 (jit-lock-refontify): New function.
1059 (jit-lock-fontify-buffer): Use it.
1060 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1061 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1062 Add optional args START and END.
1063 Never call font-lock-fontify-region directly.
1064 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1065
1066 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1067
a30ed6ac
DL
10682000-10-08 Dave Love <fx@gnu.org>
1069
4e7c7ca9
DL
1070 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1071
1072 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1073
1074 * play/studly.el (studlify-region, studlify-word): Add autoload
1075 cookie.
1076
1077 * play/morse.el (morse-region, unmorse-region): Add autoload
1078 cookie.
1079
1080 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1081 concat.
1082
1083 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1084 insist on symbols starting with word syntax.
1085 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1086 (eval-defun-1): Doc fix.
1087 (indent-sexp): Use nconc to build up indent-stack.
1088
1089 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1090 Gnus with little use.
1091 (mail-setup-hook): Add mail-abbrevs-setup to options.
1092
968f7c4a
DL
1093 * recentf.el: Doc fixes.
1094
1095 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1096 Clean up remainder.
1097
1098 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
1099 without timezone and (8) with timezone to enforce some whitespace.
1100 Simplify code somewhat.
1101
1102 * options.el (list-options): Doc that you should use customize.
1103
1104 * iswitchb.el (iswitchb-mode): Add :require.
1105
a30ed6ac
DL
1106 * info.el (Info-goto-node, Info-menu): Doc fix.
1107 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1108 (info-tool-bar-map): New variable.
1109 (Info-mode): Use it.
1110 (Info-edit-map): Define all in defvar.
1111 (speedbar-attached-frame): Avoid compiler warning.
1112
1113 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1114 (global-map): Bind [tool-bar] to a filtered map.
1115 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
1116 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1117 Allow PBM icons.
1118 (tool-bar-setup): Adjust calls of tool-bar-add-item.
1119
1120 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1121 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1122 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
1123 icons, except up_arrow, which is left-arrow rotated.
1124
1125 * imenu.el (imenu-add-to-menubar): Fix last change.
1126
4e953aff
PB
11272000-10-08 Peter Breton <pbreton@ne.mediaone.net>
1128
1129 * generic-x.el (rul-generic-mode): Remove eval-when-compile
1130 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
1131
739e92a7
EZ
11322000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1133
d20faceb
EZ
1134 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1135 typos in doc strings.
1136
a640322e
EZ
1137 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1138 the doc strings how to customize Font Lock faces.
1139
739e92a7
EZ
1140 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1141 computing growth when dragging the header line.
1142
8be7408c
EZ
11432000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1144
1145 * simple.el (kill-line): Doc fix.
1146
6fee86a3
MB
11472000-10-08 Miles Bader <miles@gnu.org>
1148
445a653e
MB
1149 * faces.el (secondary-selection): Make foreground visible on tty.
1150
6fee86a3
MB
1151 * jka-compr.el (auto-compression-mode): Move to the end of the
1152 file, because `define-minor-mode' actually calls the mode-function
1153 if the associated variable is non-nil, which requires that all
1154 needed functions be already defined.
1155 (with-auto-compression-mode): Add autoload cookie.
1156
a115794c
EZ
11572000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1158
1159 * files.el (find-backup-file-name) [ms-dos]: If support for long
1160 file names is not available, behave as if version-control were set
1161 to never.
1162
b12e6de3
DL
11632000-10-07 Dave Love <fx@gnu.org>
1164
1165 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1166 (browse-url-gnome-moz): New function.
1167 (browse-url-browser-function): Use it.
1168 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1169
20b1d079
SM
11702000-10-07 Stefan Monnier <monnier@cs.yale.edu>
1171
1172 * indent.el (tab-always-indent): New var.
1173 (indent-for-tab-command): Use it.
39250ec3 1174
9ee45b2c 1175 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 1176 raise an error. This way it can still default to a sane value.
9ee45b2c 1177
8c6b1d83
JW
11782000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1179
39250ec3
SM
1180 * startup.el (fancy-splash-screens): Use local rather than global map.
1181 Don't use `update-menu-bindings' any more.
1182 Get rid of assumptions about keymap representation.
1183
a23ccdf2
DL
11842000-10-06 Dave Love <fx@gnu.org>
1185
814299a7 1186 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
1187 (sentence-end-without-period): Doc fix.
1188 (adaptive-fill-regexp): Purecopy.
1189 (unjustify-current-line): Use line-end-position.
1190 (fill-individual-paragraphs-prefix): Use line-beginning-position.
1191
1192 * net/eudc-vars.el (eudc): Add :version, :link.
1193
39250ec3 1194 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
1195
1196 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1197 Fix for define-minor-mode.
1198 (function-at-point): Alias to function-called-at-point.
1199
1200 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1201
1202 * simple.el (backward-word): Doc fix.
1203
a23ccdf2
DL
1204 * image-file.el (image-file-name-regexp): image-file-regexps ->
1205 image-file-name-regexps.
742c1822 1206 (image-file-name-extensions): Add pbm.
a23ccdf2 1207
39250ec3
SM
12082000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1209
1210 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1211 and add filename to the names so that diff-mode can jump to source.
1212
1213 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 1214 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
1215 (tex-font-lock-keywords-1): Remove.
1216 (font-lock-turn-on-thing-lock): Use jit-lock-register.
1217 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
1218 (font-lock-default-fontify-region):
1219 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
1220 (font-lock-fontify-anchored-keywords):
1221 Include the anchor text as part of the multiline.
1222
8d5dfacd
GM
12232000-10-06 Gerd Moellmann <gerd@gnu.org>
1224
1225 * loadup.el (toplevel): Load `loaddefs' before `help' because the
1226 latter needs the autoloaded define-minor-mode macro during the
1227 bootstrap.
1228
1229 * startup.el (command-line): For now, activate tool-bar-mode only
1230 if XPM images are supported.
1231
1232 * mouse.el (mouse-drag-header-line): Don't allow resizing a
1233 window by dragging a header-line at the top of the frame; that's
4c19fbce 1234 confusing because the header-line doesn't move.
8d5dfacd
GM
1235 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1236 of treating the event as a list. Some cleanup.
1237
f69aad2b 12382000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 1239
f69aad2b
MB
1240 * simple.el (display-message-or-buffer): New function.
1241 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 1242
09cb7646
MB
1243 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1244 docstring parts.
1245
814299a7 1246 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
1247 (smbclient-prompt-regexp): Add usage note to doc string.
1248 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1249 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1250 Use add-hook for adding the comint filter function, and only do so
1251 if it's not already in the global hook list.
1252 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1253 to `make-local-variable'.
1254 (nslookup-font-lock-keywords): Remove prompt entry.
1255 (nslookup): Don't set the process-filter.
1256 (finger): Exit the loop correctly when the regexps list runs out.
1257 (ftp, smbclient, smbclient-list-shares):
1258 Set the real major mode immediately, not after execing.
1259 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1260
1261 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1262
4c19fbce
SM
12632000-10-05 Stefan Monnier <monnier@cs.yale.edu>
1264
1265 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1266
1267 * which-func.el (which-func-format): Remove spurious space.
1268 (which-func-mode): Don't make it permanent-local.
1269 (which-func-ff-hook): Allow which-func-maxout to be nil.
1270 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
1271 (which-func-mode): Simplify.
1272 Use post-command-idle-hook rather than post-command-hook.
1273 Go through all buffers and update their state.
1274 (which-function): Also try add-log-current-defun-function.
1275
1276 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1277 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1278 Update call to with-vc-properties accordingly.
1279 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1280 (vc-revert-buffer): More careful about window selection and deletion.
1281 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1282
1283 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1284 (cvs-retrieve-revision): Reuse a pre-existing buffer.
1285 (cvs-dired-action): Change the default to quickdir.
1286
1287 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1288 if comment-indent-function returns nil.
1289 (comment-indent-default): New function.
1290 (comment-indent-function): Use it and document the new semantics.
1291
1292 * image-file.el: Docstring fixes.
1293
1294 * help.el (help-xref-on-pp): Use match-string.
1295 (describe-variable): New arg BUFFER.
1296 Store the current buffer in the help-xref-stack.
1297 (temp-buffer-resize-mode): Use define-minor-mode.
1298
1299 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1300 consistently with its docstring.
1301 Set jit-lock-first-unfontify-pos in an idempotent way.
1302 (jit-lock-register): Autoload and add arg CONTEXTUAL.
1303
542c6552
GM
13042000-10-05 Alex Schroeder <alex@gnu.org>
1305
1306 * sql.el (sql-mysql-options): New variable.
1307 (sql-mysql): Use it.
1308
a3489ece
MB
13092000-10-05 Miles Bader <miles@lsi.nec.co.jp>
1310
77f6105c
MB
1311 * image.el (image): New group.
1312
814299a7 1313 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
1314 (smerge-base-face, smerge-markers-face): Add dark-background variants.
1315
3478046b
PB
13162000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1317
1318 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1319 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
1320 Ignore the value of wqindow-system; always define keywords
1321
22aca186
KH
13222000-10-05 Kenichi Handa <handa@etl.go.jp>
1323
1324 * startup.el (fancy-splash-screens): Remove the code for
1325 debugging; `(trace-to-stderr "EXITTT\n")'.
1326
55d5d717
MB
13272000-10-05 Miles Bader <miles@gnu.org>
1328
1329 * diff-mode.el (diff-goto-source): Update call to
1330 `diff-hunk-status-msg' to reflect new REV variable.
1331
41fa7178
SM
13322000-10-04 Stefan Monnier <monnier@cs.yale.edu>
1333
1334 * progmodes/icon.el (icon-mode):
1335 Don't gratuitously override the default for comment-column.
1336
1337 * vc-hooks.el (vc-mode-line): Fix interactive spec.
1338
1339 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1340 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1341 (jit-lock-functions): New var.
1342 (jit-lock-function-1): Use it if non-nil.
1343 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
1344 Set the `fontified' property before doing the fontification to avoid
1345 repeatedly going through the same error.
1346 Don't turn errors into messages.
1347 (jit-lock-register, jit-lock-unregister): New functions.
1348
1349 * dired.el (dired-mark-pop-up): Turn comment into docstring.
1350 Use with-current-buffer.
1351
1352 * dired-aux.el (dired-do-create-files, dired-kill-tree):
1353 Turn comment into docstring.
1354
1355 * apropos.el (apropos-mode): Use define-derived-mode.
1356
3dc78168
GM
13572000-10-04 Gerd Moellmann <gerd@gnu.org>
1358
1359 * startup.el (fancy-splash-pending-command): New variable.
1360 (fancy-splash-pre-command): New function.
1361 (fancy-splash-screens): Rewritten.
1362 (command-line-1): If fancy-splash-pending-command is set, call it
1363 interactively.
1364
dae9dc56
DL
13652000-10-04 Dave Love <fx@gnu.org>
1366
1367 * toolbar/tool-bar.el (tool-bar-setup): New function.
1368 (tool-bar-mode): Use it.
1369
1370 * subr.el (substitute-key-definition): Doc fix.
1371 (play-sound-file): New command.
1372
3388f0a5
AS
13732000-10-04 Andre Spiegel <spiegel@gnu.org>
1374
814299a7 1375 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
1376 vc-version-backup-file-name): New functions.
1377
1378 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
1379
1380 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
1381 vc-cvs-stay-local-p.
1382
1383 * vc.el (vc-revert-buffer): Handle empty diff properly.
1384 (vc-version-backup-file): New function.
1385 (vc-checkout): Create a version backup if necessary.
1386 (vc-checkin): If a version backup file exists, delete it.
1387 (vc-version-diff): Diff locally using version backups, if available.
1388 (vc-revert-file): If there's a version backup, revert locally.
1389 (vc-transfer-file): Use version backup for base version, if
1390 available. If not, ask for confirmation whether to get it from the
1391 server. Update mode line before check-in.
1392
ebd4825d
DL
13932000-10-04 Dave Love <fx@gnu.org>
1394
1395 * toolbar/tool-bar.el (tool-bar-setup): New function.
1396 (tool-bar-mode): Use it.
1397
1b24f4b7
PB
13982000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1399
3dc78168 1400 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1401 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
1402 Only set if window-system is non-nil
1403 (net-utils-run-program): Returns buffer.
1404 (network-connection-reconnect): Added this function.
1405
814299a7
MB
1406 * generic.el:
1407 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
1408 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1409 Uses cl compile-time macros.
3dc78168
GM
1410 (generic-mode-name, generic-comment-list)
1411 (generic-keywords-list, generic-font-lock-expressions)
1412 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
1413 Removed variables.
1414 (generic-mode-alist): Renamed to generic-mode-list.
1415 (generic-find-file-regexp): Default changed to "^#".
1416 (generic-read-type): Uses completing read on generic-mode-list.
1417 (generic-mode-sanity-check): removed this function.
1418 (generic-add-to-auto-mode): Removed this function
3dc78168 1419 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
1420 into function instead of putting them in alist.
1421 (generic-mode-set-comments): Reworked extensively.
1422 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 1423 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 1424
814299a7 1425 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
1426 Make sure directory name ends with "/".
1427
814299a7 1428 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
1429 Regexp now allows leading whitespace.
1430 (rc-generic-mode): Added eval-when-compile
1431 around generic-make-keywords-list.
1432 Deleted duplicate regexp
1433 (rul-generic-mode): Added eval-when-compile
1434 around generic-make-keywords-list.
1435 (etc-fstab-generic-mode): New generic mode.
1436 (rul-generic-mode): Removed one eval-when-compile
814299a7 1437 which caused a max-specpdl-size exceeded error.
1b24f4b7 1438
a7bf5cf3
MB
14392000-10-04 Miles Bader <miles@gnu.org>
1440
1441 * simple.el (minibuffer-temporary-goal-position): New variable.
1442 (next-history-element): Try to keep the position of point in the
1443 input string constant.
1444
1445 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1446 (dired-do-create-files): If there's only one file, pass it in as
1447 the DEFAULT arg to dired-mark-read-file-name.
1448
ce1087a9
SM
14492000-10-03 Stefan Monnier <monnier@cs.yale.edu>
1450
1451 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1452 (diff-goto-source): Be smarter when choosing REVERSE or not.
1453
1454 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1455 (texinfo-mode-menu): Add an explicit shortcut for update all.
1456
0e41e1d6
AS
14572000-10-03 Andre Spiegel <spiegel@gnu.org>
1458
814299a7 1459 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
1460 factorize backend-specific code cleanly (this was essentially
1461 conceived by Stefan Monnier).
1462 (vc-unregister): Function removed.
814299a7 1463 (vc-revert-file): New function.
858f7cb4
AS
1464 (vc-revert-buffer): Delegate some of the work to it.
1465
0e41e1d6
AS
1466 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1467 default branch unconditionally.
1468 (vc-rcs-set-default-branch): New function.
1469 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1470 (vc-rcs-checkin): If an appropriate default branch has been set,
1471 force creation of that branch.
858f7cb4
AS
1472 (vc-rcs-receive-file): Rewritten to contain only backend-specific
1473 code (as suggested by Stefan Monnier).
0e41e1d6 1474
01c86c56
GM
14752000-10-02 Gerd Moellmann <gerd@gnu.org>
1476
45c477b4
GM
1477 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1478 highlighting overlay with a different face over the overlay
1479 isearch uses to highlight the current match because that can lead
1480 to bad face combinations.
1481
01c86c56
GM
1482 * loadup.el (toplevel): Load faces before isearch.
1483
1484 * isearch.el (isearch-faces): New custom group.
1485 (isearch): New defface; was already tested for in the code.
1486 (isearch-lazy-highlight-face): Changed to defface from defcustom.
1487 (isearch-highlight): Always use face `isearch'.
1488
944425c0
DL
14892000-10-02 Dave Love <fx@gnu.org>
1490
1491 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1492 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
1493 comparison of opcode with operand.
1494
2a099bcc
MB
14952000-10-03 Miles Bader <miles@gnu.org>
1496
1497 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1498 buffer, since the echo area will now grow to accommodate them.
1499
4300ecb8
AS
15002000-10-02 Andre Spiegel <spiegel@gnu.org>
1501
1502 * vc-hooks.el (vc-registered): If FILE used to be registered under
1503 a certain backend, try that one first.
1504
814299a7 1505 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
1506 argument list. Handle multiple backends correctly.
1507 (vc-find-new-backend): Function removed.
1508 (vc-register): Use vc-responsible-backend, as before.
1509 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1510
64e6cc18
GM
15112000-10-02 Gerd Moellmann <gerd@gnu.org>
1512
1513 * startup.el (fancy-splash-head): Change message below the
1514 logo.
1515
00df919e
MB
15162000-10-02 Miles Bader <miles@lsi.nec.co.jp>
1517
1518 * diff-mode.el (diff-goto-source): Emit a status message.
1519 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 1520 (diff-test-hunk): Fix doc string.
00df919e
MB
1521 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1522 (diff-advance-after-apply-hunk): New variable.
4eaa6852 1523 (diff-apply-hunk): Don't return a value.
00df919e 1524
ceec5a0c
SM
15252000-10-01 Stefan Monnier <monnier@cs.yale.edu>
1526
1527 * vc.el (vc-editable-p): Minor optimization.
1528 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1529 (vc-find-new-backend): New function split from vc-responsible-backend.
1530 (vc-register): Use it.
1531 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1532 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1533 (vc-default-unregister, vc-revert-buffer): Docstring fix.
1534 (vc-clear-headers): Don't use find-file.
1535 (vc-revert-buffer): Use `and' again (must have been a braino).
1536 (vc-switch-backend): Only prompt if requested.
1537 Short circuit if nothing is to be done.
1538 Don't use vc-resynch-buffer which could lose unsaved editing.
1539 (vc-default-receive-file): Update call to vc-unregister.
1540 (with-vc-file, vc-next-action-on-file):
1541 Use vc-backend rather than vc-registered.
1542 (vc-next-action-on-file): Use intern-soft.
1543 Deal with read-only *vc-diff* buffer.
1544 (vc-transfer-file): Docstring fix.
1545
1546 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1547 (vc-rcs-receive-file): Avoid with-vc-properties.
1548 Update call to vc-unregister.
1549 Use constant `RCS' rather than (dynamically bound) var `backend'.
1550
4ad5da8f
AS
15512000-10-01 Andre Spiegel <spiegel@gnu.org>
1552
814299a7 1553 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
1554 is visited.
1555 (vc-start-entry): New argument initial-contents. Don't visit the file
1556 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
1557 (vc-next-action, vc-register): Updated calls to vc-start-entry.
1558 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
1559 vc-start-entry.
1560 (vc-finish-logentry): Make sure to bury log buffer only if there
1561 really is one. Call `vc-resynch-buffer' on log-file, not
1562 buffer-file-name.
1563 (vc-default-comment-history, vc-default-wash-log): New functions.
1564 (vc-index-of): Removed.
1565 (vc-transfer-file): Make do without the above.
1566 (vc-default-receive-file): Call comment-history unconditionally. Pass
1567 the resulting string to vc-checkin, instead of inserting it into the
1568 comment ring.
1569
1570 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1571 unconditionally. Use the comments as initial contents of the log
814299a7 1572 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
1573 changes.
1574
aa0c3dca
MB
15752000-10-01 Miles Bader <miles@gnu.org>
1576
1577 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1578 `recenter' with an arg to prevent redrawing the display.
1579
d5f5a2c5
SM
15802000-09-30 Stefan Monnier <monnier@cs.yale.edu>
1581
1582 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1583
1584 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1585
814299a7 1586 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
1587 Don't gratuitously override the default for comment-column.
1588
1589 * textmodes/tex-mode.el (latex-metasection-list): New var.
1590 (latex-imenu-create-index): Use it.
1591 Move the regexp construction outside loops (and use push).
814299a7 1592 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
1593 (tex-font-lock-keywords): Moved from font-lock.el.
1594 (tex-comment-indent): Remove.
1595 (tex-common-initialization): Don't set comment-indent-function.
1596 (latex-block-default): New var.
1597 (tex-latex-block): Use it to provide a default choice.
1598 Add any unknown choice to latex-block-names.
1599 Insert [...] after {...}.
1600 (tex-last-unended-begin): Simplify regexp.
1601 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1602 (latex-forward-sexp-1, latex-forward-sexp): New functions.
1603 (latex-mode): Set forward-sexp-function.
1604
1605 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1606 Add regexp for @ignore ... @end ignore.
1607 (texinfo-heading-face): New face.
1608 (texinfo-font-lock-keywords): Use it.
1609 (texinfo-mode-menu): New menu.
1610 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1611 New functions.
1612 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 1613 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
1614 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1615 Remove declaration.
1616 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1617
1618 * delsel.el (delete-selection-mode): Use define-minor-mode.
1619
1620 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1621
16222000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1623
1624 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1625
8a5506f2
GM
16262000-09-30 Gerd Moellmann <gerd@gnu.org>
1627
068127d6
GM
1628 * replace.el (keep-lines-read-args): New function.
1629 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1630 read arguments interactively. Add parameters RSTART and REND.
1631 Operate on the active region in Transient Mark mode.
1632
d777bb8f
GM
1633 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1634
8a5506f2
GM
1635 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1636 (authors-obsolete-files-regexps): New variable.
1637 (authors-add): Don't record changes in obsolete files.
1638
3fa87bfc
SM
16392000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1640
1641 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1642
1643 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1644 (comment-indent): Make sure there's a space between code and comment.
1645 Shift comments left to avoid going past fill-column.
1646
f02149ce
GM
16472000-09-29 Gerd Moellmann <gerd@gnu.org>
1648
1649 * startup.el (startup-echo-area-message): New function.
1650 (display-startup-echo-area-message): Use it.
1651 (fancy-splash-screens): Rewritten to use keymaps and a timer.
1652 (fancy-splash-default-action): New function.
1653 (fancy-splash-screens-1): New function.
1654 (fancy-splash-head): Put a help-echo and a keymap under the image.
1655
a3ef6569
SM
16562000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1657
1658 * diff-mode.el (diff-add-log-file-name): Remove.
1659 (diff-mode): Use add-log-buffer-file-name-function.
1660
1661 * add-log.el (find-change-log): New arg BUFFER-FILE.
1662 (add-log-file-name): Obey add-log-file-name-function.
1663 (add-log-buffer-file-name-function): New var.
1664 (add-change-log-entry): Use it.
1665
75e5b373
MB
16662000-09-29 Miles Bader <miles@gnu.org>
1667
1668 * image-file.el (image-file-name-extensions): New variable.
1669 (image-file-name-regexps): Renamed from `image-file-regexps'.
1670 New default value is nil. Call `auto-image-file-mode'.
1671 (image-file-name-regexp): New function.
1672 (auto-image-file-mode): New minor mode.
1673 (insert-image-file): Don't make conditional on the image-file
1674 handler being enabled.
1675 (image-file-handler): Make the call here conditional instead.
1676 (set-image-file-handler-enabled, enable-image-file-handler)
1677 (disable-image-file-handler): Functions removed.
1678
1679 * emacs-lisp/authors.el (authors-print): Rephrase many-files
1680 string.
1681
de6e1f7c
GM
16822000-09-29 Gerd Moellmann <gerd@gnu.org>
1683
1684 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1685 it's a function from CL.
1686 (latex-imenu-create-index): Replace eval-when-compile with progn
1687 because latex-section-alist is not bound while compiling.
1688
d8c201f5
SM
16892000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1690
1691 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1692 (outline-mode): Use define-derived-mode.
1693
814299a7 1694 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
1695 * progmodes/awk-mode.el (awk-mode):
1696 * progmodes/asm-mode.el (asm-mode):
1697 Don't gratuitously override the default for comment-column.
1698
1699 * emacs-lisp/lisp.el (lisp-complete-symbol):
1700 Distinguish the let-binding case from the funcall case.
1701 (forward-sexp-function): New variable.
1702 (forward-sexp): Use it.
1703
1704 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1705 (easy-mmode-defmap): Remove the now useless autoload.
1706
1707 * time.el (display-time-mode): Use define-minor-mode.
1708
1709 * subr.el (add-minor-mode): Don't eval NAME.
1710 Don't depend on the presence of TOGGLE-FUN for any special behavior.
1711 Use if rather than cond.
1712
1713 * simple.el (read-expression-map): Define more properly.
1714 (comment-indent-hook): Remove.
1715 (string-to-syntax): Bug fix.
1716
1717 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1718 (cvs-ediff-diff): Fix typo.
1719 (cvs-revert-if-needed): Don't bother preserving read-only.
1720
1721 * paren.el (show-paren-mode): Use define-minor-mode.
1722
1723 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1724 (toggle-auto-compression): Remove.
1725 (jka-compr-build-file-regexp): Remove useless grouping.
1726
1727 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1728 Avoid user-reserved bindings.
1729 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1730 (diff-header-face): Revert to grey85.
1731
1732 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1733
1734 * complete.el (partial-completion-mode) <defcustom>: Remove.
1735 (partial-completion-mode): Use define-minor-mode.
1736 (PC-do-completion): Understand `completion-auto-help = delay'
1737 to mean to popup the completion buffer only the second time.
814299a7 1738 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
1739 (PC-include-file-all-completions): Don't quote lambda.
1740
1741 * comint.el (comint-mode-hook): Docstring fix.
1742 (comint-mode): Use define-derived-mode.
1743 (comint-mode-map): Remove obsolete comment.
1744 (make-comint): Minor stylistic change.
1745 (comint-insert-clicked-input): Be more careful to find the overlay.
1746 Use this-command-keys rather than hardcoding mouse-2.
1747
1748 * font-lock.el: Replace confusing (,@ with ,
1749 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1750 Don't use regexp-opt-depth. Spice up the regexp for args.
1751 Don't distinguish between cmds that can take an opt arg or not.
1752 Use `append' and `prepend' rather than `keep'.
1753
1754 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1755 (latex-outline-regexp): New var.
1756 (latex-outline-level): New fun.
1757 (latex-section-alist): New var.
1758 (latex-imenu-create-index): Use it. Use `push' as well.
1759 (tex-shell-map): Initialize it properly.
1760 (tex-mode): Minor stylistic change.
1761 (plain-tex-mode): Use define-derived-mode.
1762 (latex-mode): Use define-derived-mode.
1763 Construct the paragraph regexps in a more readable way.
1764 Set the buffer-local outline-{level,regexp} vars.
1765 (slitex-mode): Derive from latex-mode.
1766 (tex-common-initialization): Don't kill-all-vars anymore.
1767 Add setting for comment-add and font-lock-defaults.
1768 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1769 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
1770 (tex-start-tex): New arg DIR (and send a chdir command for it).
1771 Also display the shell buffer and save it in tex-last-buffer-texed.
1772 (tex-region): Use expand-file-name rather than concat.
1773 Remove code made useless by changes in tex-start-tex.
1774 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1775
1776 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1777
ff398532
DL
17782000-09-28 Dave Love <fx@gnu.org>
1779
1780 * eshell/eshell.el (eshell) <defgroup>: Add :version.
1781
f9415d5b
GM
17822000-09-28 Gerd Moellmann <gerd@gnu.org>
1783
1784 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1785 `append'.
1786
fa003899
SM
17872000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1788
1789 * info.el (Info-extract-pointer): Undo last change.
1790 Instead, fix the position of the `bound' arg to re-search-backward.
1791
17922000-09-27 Stefan Monnier <monnier@cs.yale.edu>
1793
1794 * info.el (Info-extract-pointer):
1795 Widen more carefully, to avoid finding pointers in other nodes.
1796 (Info-index): Use push.
1797
f9415d5b 17982000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
1799
1800 * frame.el (set-frame-font): Remove call to obsolete function
1801 frame-update-faces.
1802 (set-foreground-color, set-background-color): Likewise for
1803 frame-update-face-colors.
1804
5538b8ba
MB
18052000-09-27 Miles Bader <miles@gnu.org>
1806
1807 * image-file.el: New file.
1808
60536eea
GM
18092000-09-27 Gerd Moellmann <gerd@gnu.org>
1810
5b551d58
GM
1811 * frame.el (frame-notice-user-settings): Don't call
1812 frame-update-faces, which is a no-op now.
814299a7 1813
60536eea
GM
1814 * ediff-wind.el (ediff-control-frame-parameters): Add zero
1815 tool-bar-lines.
1816
36f1966f
DL
18172000-09-27 Dave Love <fx@gnu.org>
1818
1819 * mouse.el: Fix last change.
1820
c5785b73
MB
18212000-09-27 Miles Bader <miles@lsi.nec.co.jp>
1822
1823 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1824
672172d9
KH
18252000-09-22 Kenichi Handa <handa@etl.go.jp>
1826
1827 * international/quail.el (quail-help): The output message is
1828 improved.
1829
4653b4ea
DL
18302000-09-26 Dave Love <fx@gnu.org>
1831
1832 * mouse.el (popup-menu): If POSITION is nil, set it using
1833 mouse-position.
1834
63900fcf
SS
18352000-09-25 Sam Steingold <sds@gnu.org>
1836
1837 * net/browse-url.el (browse-url-file-url): Check for null maps.
1838
cd3b81be
GM
18392000-09-26 Gerd Moellmann <gerd@gnu.org>
1840
876512ab 1841 * frame.el (frame-notice-user-settings): Don't add a
fa003899 1842 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 1843
fa003899
SM
1844 * frame.el (frame-notice-user-settings):
1845 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 1846
cd3b81be
GM
1847 * toolbar/tool-bar.el (tool-bar-help): New function.
1848
d8b4516f
GM
18492000-09-25 Gerd Moellmann <gerd@gnu.org>
1850
6567e9b5
GM
1851 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1852 current-load-list in top-level forms. Else this leaks a cons cell
1853 every time a defun is called.
63900fcf 1854
d8b4516f 1855 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 1856
a461758e
DL
18572000-09-25 Dave Love <fx@gnu.org>
1858
7df6adc3
DL
1859 * startup.el (fancy-splash-head): Check XPM is available.
1860
a461758e
DL
1861 * autoinsert.el (auto-insert): Doc fix.
1862 (auto-insert-alist): Following GNU notices, don't say `copyright
1863 _by_'. Use line-beginning-position.
1864 (auto-insert): Check buffer-file-name is non-nil before use.
1865
b11af2dd
GM
18662000-09-25 Gerd Moellmann <gerd@gnu.org>
1867
1868 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1869 starting with `@def' or `@multitable', in addition to ones
1870 specified by the user in auto-fill-inhibit-regexp.
1871
5f9f981b
GM
18722000-09-25 Markus Rost <rost@math.ohio-state.edu>
1873
1874 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1875 rmail-dont-reply-to-names matches the empty string.
63900fcf 1876
8ff16b4e
GM
18772000-09-25 Gerd Moellmann <gerd@gnu.org>
1878
63900fcf 1879 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
1880 text to sound more friendly.
1881
9b4a7800
TTN
18822000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
1883
1884 * progmodes/hideshow.el: Update author email address.
1885 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
1886 (hs-hide-all-non-comment-function): New var.
1887 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1888 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1889 (hs-show-region): Delete this command.
1890 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1891
4c7c1f3f
DL
18922000-09-22 Dave Love <fx@gnu.org>
1893
1894 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1895 (hl-line-highlight): Specify buffer when moving overlay.
1896
1897 * progmodes/fortran.el (fortran-mode): Locally set
1898 normal-auto-fill-function.
1899 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1900 (fortran-mode-map): Adjust auto-fill menu entry.
1901
13f93dee
GM
19022000-09-22 Gerd Moellmann <gerd@gnu.org>
1903
36eb0a91
GM
1904 * vc-rcs.el (toplevel): Require `vc' when compiling.
1905
fa003899 1906 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 1907
36a03bf9
AS
19082000-09-22 Andre Spiegel <spiegel@gnu.org>
1909
9b4a7800 1910 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
1911 registered under the new backend.
1912
9b4a7800 1913 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
1914 without explicit revision number.
1915
6e4e8a3b
SM
19162000-09-21 Stefan Monnier <monnier@cs.yale.edu>
1917
1918 * diff-mode.el (diff-file-header-face): Reset to its previous value.
1919 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1920 (diff-xor): New function.
1921 (diff-find-source-location): Use it. Fix a stupid name clash.
1922 (diff-hunk-status-msg): New function.
1923 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1924 (diff-test-hunk): Use diff-find-source-location.
1925 (diff-goto-source): Favor the `reverse'.
1926 (diff-hunk-text): Properly handle one-sided context diffs.
1927 (diff-apply-hunk): When done, advance to the next hunk.
1928
1b24b888
GM
19292000-09-21 Gerd Moellmann <gerd@gnu.org>
1930
623a0aae
GM
1931 * startup.el (command-line): If frame was created with a non-zero
1932 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 1933
1b24b888
GM
1934 * add-log.el (change-log-date-face, change-log-name-face)
1935 (change-log-email-face, change-log-file-face)
1936 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
1937 (change-log-function-face, change-log-acknowledgement-face):
1938 New faces, inheriting from font-lock faces.
1b24b888 1939 (change-log-font-lock-keywords): Use them.
9b4a7800 1940
93b3a1c8
DL
19412000-09-21 Dave Love <fx@gnu.org>
1942
80585273
DL
1943 * progmodes/cperl-mode.el (top-level): Clean up
1944 `eval-when-compile's and assorted defvars.
1945 (cperl-invalid-face): Don't double-quote value. Change custom
1946 type.
1947 (cperl-mode): Set normal-auto-fill-function and don't zap
1948 auto-fill-function.
1949 (cperl-imenu--function-name-regexp-perl): Renamed from
1950 imenu-example--function-name-regexp-perl.
1951 (cperl-imenu--create-perl-index): Renamed from
1952 imenu-example--create-perl-index.
1953 (cperl-xsub-scan): Don't require cl.
1954
93b3a1c8
DL
1955 * msb.el (msb-mode-map): Use substitute-key-definition.
1956 (msb-mode): Use msb-mode-map.
1957
43ccb598
AS
19582000-09-21 Andre Spiegel <spiegel@gnu.org>
1959
1960 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1961 New functions.
fa003899 1962 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
1963 (vc-switch-backend): New function.
1964 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1965 (vc-register): Fix prompt.
1966 (vc-unregister, vc-default-unregister): New functions.
1967 (vc-version-diff): Handle empty buffer in sentinel.
1968
1969 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1970 (vc-rcs-state-heuristic): Use it to guess the state of files with
1971 non-strict locking.
1972 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1973 been set with -b, but not created yet.
1974 (vc-rcs-fetch-master-state): With non-strict locking, compare file
1975 contents in order to find the state.
1976 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
1977 (vc-rcs-unregister, vc-rcs-receive-file)
1978 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 1979
9b4a7800 1980 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 1981 in case it is missing.
9b4a7800 1982
95fadcca
GM
19832000-09-21 Gerd Moellmann <gerd@gnu.org>
1984
1985 * startup.el (fancy-splash-tail): Use a different foreground
1986 color on a dark frame background.
1987
470f23e1
MB
19882000-09-21 Miles Bader <miles@lsi.nec.co.jp>
1989
1990 * info.el: Use the correct capitalization when making Info-mode
1991 and Info-edit-mode `special' modes.
1992
281096ed
SM
19932000-09-20 Stefan Monnier <monnier@cs.yale.edu>
1994
1995 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1996 (diff-mode): Add support for add-log.el.
1997 (diff-hunk-text): Use char offsets rather than line offsets.
1998 (diff-find-source-location): Replace LINE with line-offset (nil
1999 if not found) and always set POS to a meaningful position.
2000 Adapt to the new char-offsets.
2001 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2002 Adapt to the new diff-find-source-location.
2003 (diff-goto-source): Adapt to the new diff-find-source-location.
2004
2005 * add-log.el (add-log-file-name): New function (split out of
2006 add-change-log-entry).
2007 (add-change-log-entry): Use it.
2008 Call add-log-file-name-function with the changelog file name if
2009 the current buffer is not associated with any file.
2010 Avoid find-file if the selected window is dedicated.
2011
2012 * diff-mode.el (diff-find-source-location):
2013 Move code from diff-apply-hunk. Return buffer rather than file.
2014 (diff-apply-hunk): Use the new result from diff-find-source-location.
2015 (diff-goto-source): Use the new diff-find-source-location.
2016
c29d77c4
DL
20172000-09-20 Dave Love <fx@gnu.org>
2018
2019 * iswitchb.el: Some doc fixes.
2020 (iswitchb-mode-map): Define completely initially. Inherit
2021 minibuffer-local-map.
2022 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2023 fundamental-mode.
2024 (iswitchb-global-map): New variable.
2025 (iswitchb-summaries-to-end): Amalgamate regexps.
2026 (iswitchb-mode): New.
2027 (iswitchb-mode-hook): New variable.
2028 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2029 `extensions'.
2030
49939379
GM
20312000-09-20 Gerd Moellmann <gerd@gnu.org>
2032
d05c87ac
GM
2033 * ehelp.el (electric-help): New defgroup.
2034 (electric-help-shrink-window): New user-option.
2035 (with-electric-help): Use it.
2036
1ec082d4
GM
2037 * window.el (shrink-window-if-larger-than-buffer): If face
2038 `mode-line' has a :box, and we're on a graphical frame, add 1
2039 to the needed window height.
2040
f46c275e
GM
2041 * frame.el (frame-notice-user-settings): Add a last parameter nil
2042 to a call to `append', because the last list passed to `append' is
2043 not copied, and so subsequent calls to assq-delete-all will modify
2044 default-frame-alist.
2045
b7e11c5b
GM
2046 * startup.el (fancy-splash-image): Change :type.
2047 (fancy-splash-head): Use an XBM image if appropriate.
2048 (command-line-1): Show splash screens in more cases.
2049
26ff68aa
GM
2050 * startup.el (fancy-splash-text): Don't quote faces.
2051
8320414c
GM
2052 * dired.el (dired-font-lock-keywords): Undo last change.
2053 (dired-readin): Bind indent-tabs-mode to nil.
2054
49939379
GM
2055 * startup.el (fancy-splash-head): If frame's background mode
2056 is `dark', change the black background of the image to gray.
2057 (fancy-splash-screens): Display startup echo area message.
2058 (display-startup-echo-area-message): New function.
2059
c3b27206
MB
20602000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2061
55a3d2a1
MB
2062 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2063
2064 * info.el (info-header-node): Tweak for color ttys.
2065
37a99821
MB
2066 * faces.el (face-valid-attribute-values): Make sure directories we
2067 search for stipples both exist and are readable before trying to
2068 search them.
2069
0415d0d0
MB
2070 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2071 in the dry-run case.
2072
523b128c
MB
2073 * jka-compr.el (with-auto-compression-mode): New macro.
2074
c3b27206
MB
2075 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2076 (custom-group-tag-face, custom-variable-tag-face): Use relative
2077 :height and inherit from `variable-pitch' face instead of
2078 hardwiring :family.
2079 * hi-lock.el (hi-black-hb): Likewise.
2080
ddba99ad
MB
2081 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2082 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2083 toolbar-add-item, if image doesn't have a mask add a `:mask
2084 heuristic'.
2085
7e99fbde
SM
20862000-09-19 Stefan Monnier <monnier@cs.yale.edu>
2087
2088 * diff-mode.el: Docstring fixes.
2089 (diff-header-face, diff-comment-face): New faces.
2090 (diff-font-lock-keywords): Highlight a bit differently.
2091 (diff-find-source-location): Don't return SPAN any more.
2092 (diff-hunk-text): Don't bother erasing the temp buffer.
2093 (diff-find-text): Drop argument LINE.
2094 (diff-apply-hunk): Update calls to diff-find-text.
2095 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2096
2097 * calendar/calendar.el: Docstring fixes.
2098 (calendar-make-alist): Don't quote lambda.
2099 (calendar-star-date): Use make-local-variable.
2100
fb275c02
DL
21012000-09-19 Dave Love <fx@gnu.org>
2102
7e99fbde
SM
2103 * toolbar/tool-bar.el: Renamed from toolbar.el.
2104 Change `toolbar' to `tool-bar' generally in symbols.
2105 Make some items invisible in `special' major modes.
2106 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2107 Add arg PROPS.
532cb34d 2108
7e99fbde
SM
2109 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2110 Add :version here.
fb275c02
DL
2111 (fancy-splash-delay, fancy-splash-image): Remove :version here.
2112
8f4ca9a5
GM
21132000-09-19 Gerd Moellmann <gerd@gnu.org>
2114
8b7707e1 2115 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 2116
8b7707e1 2117 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
2118 (find-file-noselect): Use it.
2119
8b7707e1 2120 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
2121 (fancy-splash-screen): Defgroup.
2122
8f4ca9a5
GM
2123 * add-log.el (change-log-font-lock-keywords): Match names
2124 more exactly for the case that font-lock-constant-face is
2125 underlined.
2126
ba9eeda1 21272000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 2128
8b7707e1 2129 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 2130
289eaef9
AS
21312000-09-19 Andre Spiegel <spiegel@gnu.org>
2132
2133 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2134
ce9ded5d
GM
21352000-09-19 Gerd Moellmann <gerd@gnu.org>
2136
c113de23
GM
2137 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2138 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2139 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2140 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2141 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2142 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2143 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2144 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2145 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2146 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2147 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 2148 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 2149
ce9ded5d
GM
2150 * startup.el (fancy-splash-text): New variable.
2151 (fancy-splash-delay, fancy-splash-image): New user-options.
2152 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2153 (fancy-splash-screens): New functions.
2154 (command-line-1): If display has a `display' frame parameter, has
2155 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 2156
b9b1c3a9
DL
21572000-09-19 Dave Love <fx@gnu.org>
2158
2159 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
2160 with null `help'. Use modern backquote syntax.
2161
1af25534
GM
21622000-09-19 Gerd Moellmann <gerd@gnu.org>
2163
afd3c8cd
GM
2164 * font-lock.el (font-lock-mode): Change message telling the user
2165 that ``the buffer is too big''.
2166
1af25534
GM
2167 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2168 for instance for the case that tab-width is 2.
2169
05b1f851
GM
21702000-09-18 Gerd Moellmann <gerd@gnu.org>
2171
2172 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2173 toolbar-add-item, if image doesn't have a mask add a `:mask
2174 heuristic'.
2175
8ec8f673
MB
21762000-09-18 Miles Bader <miles@lsi.nec.co.jp>
2177
2b612b1f
MB
2178 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2179 and return a cons if it's non-nil.
2180 (diff-apply-hunk): Try to jump to the line in the source text
2181 corresponding to the position of point in the in the hunk.
2182
9b4a7800 2183 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
2184 (Info-title-1-face): Use face inheritance and relative sizes
2185 instead of hard-wiring things.
2186
2187 * faces.el (secondary-selection): Make dark-background variant sane.
2188
5eedab4d
AI
21892000-09-16 Andrew Innes <andrewi@gnu.org>
2190
5eedab4d
AI
2191 * makefile.w32-in (compile-files-CMD): No need to make .elc files
2192 read-only, since they aren't under VC now.
2193
6a142f26
DL
21942000-09-17 Dave Love <fx@gnu.org>
2195
e07436e1
DL
2196 * tmm.el: Replace mapcar with mapc in several places.
2197
2198 * loadhist.el (unload-feature): Maybe call elp-restore-list and
2199 ad-unadvise.
2200
7d354dd5
DL
2201 * international/latin1-disp.el: New file.
2202
6a142f26
DL
2203 * calendar/cal-move.el (scroll-calendar-left)
2204 (scroll-calendar-right): Make arg optional (for active mode line).
2205
2206 * calendar/calendar.el (calendar-mode-line-format): Make fields
2207 mouse-sensitive.
2208 (calendar-read-date, calendar-read-date, calendar-window-list):
2209 Unquote lambda.
2210 (calendar-month-name): Use aref, not sref.
2211
2212 * view.el (minor-mode-alist): Propertize the string.
2213
2214 * international/characters.el (standard-case-table): Add entries
2215 for Greek.
2216
50ac70af
MB
22172000-09-18 Miles Bader <miles@gnu.org>
2218
53c9ab4f
MB
2219 * info.el (info-node, info-xref): Add dark-background variants.
2220
a114b1ca
MB
2221 * faces.el (header-line): Change defaults to be less confusing
2222 when mixed with mode-lines.
2223
50ac70af
MB
2224 * info.el (Info-fontify-node): Make a few cleanups.
2225 Add extra `help-echo' and `local-map' props to node xrefs.
2226 Use header-specific faces for node-names & xrefs.
2227 (Info-use-header-line): New variable.
53c9ab4f 2228 (info-header-xref, info-header-node): New faces.
50ac70af
MB
2229 (Info-setup-header-line): New function.
2230 (Info-select-node): Call Info-setup-header-line when enabled.
2231 (Info-extract-pointer): Work even if the header line is hidden.
2232 (Info-header-line): New variable.
2233
729927ff
SM
22342000-09-16 Stefan Monnier <monnier@cs.yale.edu>
2235
2236 * vms-patch.el (print-region-function): Don't quote lambda.
2237
2238 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2239
2240 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2241 (lm-get-header-re): Allow spaces between the header and the colon.
2242 (lm-header): Allow $ in non-RCS headers.
2243 (lm-header-multiline): Put the strings back into order.
2244 Stop at an empty line. Don't require two space chars if the
2245 line is clearly not another header line.
2246
2247 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2248 (popup-menu-popup): Remove.
2249
7a98d821
GM
22502000-09-15 Gerd Moellmann <gerd@gnu.org>
2251
7f8f1edc
GM
2252 * toolbar/toolbar.el (toolbar-add-item): Use the same image
2253 specification if or if not tool-bar item contains an `:enabled'
2254 property.
2255
7a98d821
GM
2256 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2257 current buffer has no file name.
2258
a7bc704b
DL
22592000-09-15 Dave Love <fx@gnu.org>
2260
2261 * strokes.el: Sync with maintainer's current version with changes
2262 for Emacs, but avoid runtime cl and levents.
2263 (toplevel): Change autoloads and compilation requires.
2264 (strokes-version, strokes-bug-address, strokes-lift): Values
2265 changed.
2266 (strokes-xpm-header, strokes-insinuated): New variable.
2267 (strokes): Add :link.
2268 (strokes-mode): Customized.
2269 (strokes-while-inhibiting-garbage-collector): New macro.
2270 (strokes-remassoc): Avoid remove-if.
2271 (strokes-fix-button2-command): Don't use ad-do-it.
2272 (strokes-insinuate): New function.
2273 (strokes-button-press-event-p, strokes-button-release-event-p):
2274 New functions, used instead of non-`strokes-' versions..
2275 (strokes-mouse-event-p): Rewritten.
2276 (strokes-event-closest-point): Avoid event-point.
2277 (strokes-get-grid-position): Avoid cdadr, caadr
2278 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2279 functions.
2280 (strokes-help): Use with-output-to-temp-buffer.
2281 (strokes-window-configuration-changed-p): New function.
2282 (strokes-update-window-configuration): Use buffer-live-p,
2283 strokes-window-configuration-changed-p.
2284 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
2285 (strokes-char-face): New face.
2286 (strokes-char-table, strokes-base64-chars): New variable.
2287 (strokes-xpm-for-stroke, strokes-list-strokes)
2288 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2289 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2290 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2291 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2292 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2293 functions.
2294
47e351a3
GM
22952000-09-15 Gerd Moellmann <gerd@gnu.org>
2296
ebb8f116
GM
2297 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2298
47e351a3
GM
2299 * image.el (create-image): Doc fix.
2300
2301 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2302 instead of `:heuristic-mask t'.
2303
fe83b953
AI
23042000-09-14 Andrew Innes <andrewi@gnu.org>
2305
2306 * makefile.w32-in: Revert to Unix line endings.
2307
52481729
AI
23082000-09-14 Andrew Innes <andrewi@gnu.org>
2309
3021e816
AI
2310 * makefile.w32-in: Add bootstrap support. Also copy lisp source
2311 when installing.
2312
52481729
AI
2313 * makefile.nt (DONTCOMPILE): Fix typo.
2314
2315 * shell.el (shell-write-history-on-exit): New function.
2316 (shell-dumb-shell-regexp): New custom variable.
2317 (shell-mode): Make shell-write-history-on-exit the process
2318 sentinel if shell name matches shell-dumb-shell-regexp.
2319
2320 * w32-fns.el: Comment out before-init-hook function which resets
2321 source-directory based; this breaks bootstrap.
2322
f8034e41
DL
23232000-09-14 Dave Love <fx@gnu.org>
2324
2325 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2326 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2327 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2328 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2329 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2330 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2331 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
2332 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
2333 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2334
2335 * toolbar/toolbar.el: New.
2336
2337 * subdirs.el: Add toolbar.
2338
b9ce5694
GM
23392000-09-14 Gerd Moellmann <gerd@gnu.org>
2340
2341 * indent.el (indent-for-tab-command): Doc fix.
2342
986b7dee
GM
23432000-09-14 Alex Schroeder <alex@gnu.org>
2344
2345 * ansi-color.el (ansi-colors): Doc change.
2346 (ansi-color-get-face): Simplified regexp.
2347 (ansi-color-faces-vector): Added more faces, doc change.
2348 (ansi-color-names-vector): Doc change.
2349 (ansi-color-regexp): Simplified regexp.
2350 (ansi-color-parameter-regexp): New regexp.
2351 (ansi-color-filter-apply): Doc change.
2352 (ansi-color-filter-region): Doc change.
2353 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2354 deal with zero length parameters.
2355 (ansi-color-apply-on-region): Doc change.
2356 (ansi-color-map): Doc change.
2357 (ansi-color-map-update): Removed debugging message.
2358 (ansi-color-get-face-1): Added condition-case to trap
2359 args-out-of-range errors.
2360 (ansi-color-get-face): Doc change.
2361 (ansi-color-make-face): Removed.
2362 (ansi-color-for-shell-mode): New option.
9b4a7800 2363
076ff911
KH
23642000-09-13 Kenichi Handa <handa@etl.go.jp>
2365
2366 * international/quail.el (quail-start-translation): Translate KEY
2367 if necessary even if it doesn't have any mapping in the current
2368 input method.
2369 (quail-start-conversion): Likewise.
2370 (quail-help): The output message is improved.
2371
bdf08678
MB
23722000-09-13 Miles Bader <miles@gnu.org>
2373
2374 * comint.el (comint-output-filter): Revert to using
2375 `insert-before-markers'. Add bletcherous hack to undo damage
2376 caused by `insert-before-markers'. Put `front-sticky' property on
2377 overlays created here so that the field code understands how the
2378 overlay works. Use a let when making comint-last-prompt-overlay,
2379 so that the code is easier to read.
2380
ffb8db8d
DL
23812000-09-13 Dave Love <fx@gnu.org>
2382
2383 * wid-edit.el (widget-default-format-handler): DTRT when
2384 doc-property is a function.
2385
5dd05f61
GM
23862000-09-12 Francesco Potorti` <pot@gnu.org>
2387
2388 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2389 filed name if it's not there.
2390
35177617
DL
23912000-09-12 Dave Love <fx@gnu.org>
2392
9023837e
DL
2393 * simple.el (read-mail-command): Doc fix.
2394 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2395
35177617
DL
2396 * vc.el (vc-dired-listing-switches): Fix :version.
2397
2398 * vc-hooks.el: Doc fixes.
2399
2400 * subr.el (add-minor-mode): Use toggle-fun arg.
2401
2402 * speedbar.el: Add :version to several defcustoms.
2403
2404 * imenu.el (imenu--truncate-items, imenu--cleanup)
2405 (imenu--generic-function): Avoid mapcar.
2406 (imenu--replace-spaces): Function removed.
2407 (imenu--completion-buffer): Use subst-char-in-string.
2408 (imenu-add-to-menubar): Use keymap inheritance.
2409
1afaae94
MB
24102000-09-12 Miles Bader <miles@gnu.org>
2411
2412 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2413 (diff-mode-map): Bind `diff-test-hunk'.
2414 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2415
24162000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
2417
2418 * bytecomp.el (byte-compile-defvar): Undo last change
2419 because it breaks '(make-variable-buffer-local (defvar ...)'
2420 which is used at least in dired.
2421
63c36c3c
KH
24222000-09-12 Kenichi Handa <handa@etl.go.jp>
2423
2424 * international/quail.el (quail-define-package): Docstring
2425 modified.
2426
1ad24be1
KH
24272000-09-12 Kenichi Handa <handa@etl.go.jp>
2428
362a8065
KH
2429 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2430 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2431 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
2432 docstring of "chinese-py".
2433
1ad24be1
KH
2434 * international/quail.el (quail-translation-docstring): New
2435 variable.
2436 (quail-show-keyboard-layout): Docstring modified.
2437 (quail-select-current): Likewise.
2438 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2439 infinite recursive call.
2440 (quail-help): Check quail-translation-docstring. Format of the
2441 output changed.
2442 (quail-help-insert-keymap-description): Adjusted for the above
2443 change.
2444
cc0f95a4
GM
24452000-09-11 Gerd Moellmann <gerd@gnu.org>
2446
2447 * bytecomp.el (byte-compile-defvar): Only cons onto
2448 current-load-list in top-level forms. Else this leaks a cons cell
2449 every time a defun is called.
2450
7530b6da
MB
24512000-09-11 Miles Bader <miles@lsi.nec.co.jp>
2452
2453 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2454 Now understands non-unified diffs. Some functionality moved into
2455 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
2456 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
2457 modify anything. Only reposition point in the patched file if the
2458 patch succeeds. Only pop up another window if POPUP is true.
2459 Emit a message describing what happened if successful, and at what
2460 line-offset. Automatically detect reversed hunks and do something
2461 appropriate.
2462 (diff-hunk-text, diff-find-text): New functions.
2463 (diff-filter-lines): Function removed.
2464 (diff-test-hunk): New function.
2465 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2466
6b124390
DL
24672000-09-10 Dave Love <fx@gnu.org>
2468
2469 * textmodes/tildify.el: Minor doc/commentary fixes.
2470 (tildify) <defgroup>: Add :version.
2471
2472 * faces.el (face-x-resources): Make custom type more specific.
2473 (frame-background-mode): Use mapc.
2474 (region) <defcustom>: Add :version.
2475
7f8b6551
SM
24762000-09-08 Stefan Monnier <monnier@cs.yale.edu>
2477
9b4a7800
TTN
2478 * vc-sccs.el (vc-sccs-register):
2479 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
2480 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2481 * vc.el (vc-register): Clear file's properties.
2482
c454aac1
GM
24832000-09-08 Gerd Moellmann <gerd@gnu.org>
2484
2485 * faces.el (face-spec-set): Only face-spec-reset-face when
2486 ATTRS is non-nil.
2487
bb934822
EZ
24882000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2489
2490 * help.el (help-insert-xref-button): Fix a typo in doc string.
2491
03419440
EZ
24922000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2493
7f8b6551
SM
2494 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2495 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
2496 methods.
2497
03419440
EZ
2498 * menu-bar.el (read-mail-item-name): New function.
2499 (menu-bar-tools-menu): Use it to compute and display the package
2500 used to read email.
2501 (menu-bar-tools-menu): Fix typo in GUD's help string.
2502
dbcee71a
DL
25032000-09-07 Dave Love <fx@gnu.org>
2504
19e713d8
DL
2505 * diff-mode.el (diff-mouse-goto-source): New function.
2506
a7cafade 2507 * vc-sccs.el: Doc fixes.
7f8b6551 2508 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
2509
2510 * vc-rcs.el: Doc fixes.
7f8b6551
SM
2511 (vc-rcs-register-switches, vc-rcs-checkin-switches)
2512 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
2513 (vc-rcs-master-templates): Add or change :version.
2514
7f8b6551 2515 * vc-cvs.el: Doc fixes.
a7cafade
DL
2516 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2517 (vc-cvs-stay-local): Add :version.
2518
dbcee71a
DL
2519 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2520
ed254191
KH
25212000-09-07 Kenichi Handa <handa@etl.go.jp>
2522
2523 * international/quail.el (quail-help): Fix previous change.
2524
ab0ee409
GM
25252000-09-07 Gerd Moellmann <gerd@gnu.org>
2526
f46f845b 2527 * faces.el (color-values): Doc fix.
9b4a7800 2528
ab0ee409
GM
2529 * faces.el (frame-set-background-mode): Use frame-parameter
2530 instead of frame-parameters.
2531
2532 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 2533 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 2534 frame-parameters.
9b4a7800 2535
f7246ac7
KH
25362000-09-07 Kenichi Handa <handa@etl.go.jp>
2537
2538 * language/devan-util.el (devanagari-to-indian-region): In the
2539 loop, change the following char, not preceding char.
2540
96889af2
GM
25412000-09-07 Gerd Moellmann <gerd@gnu.org>
2542
1091dd67
GM
2543 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2544 instead of frame-parameters.
2545
9b4a7800 2546 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
2547 internal-set-lisp-face-attribute with FRAME being 0.
2548
2549 * vc.el: Remove `Id' version control keyword.
96889af2 2550
0fddd0dc
KH
25512000-09-07 Kenichi Handa <handa@etl.go.jp>
2552
2553 * help.el (help-make-xrefs): Adjusted for the change of
2554 help-xref-mule-regexp.
2555 (help-insert-xref-button): New function.
2556
2557 * international/mule-cmds.el (help-xref-mule-regexp-template):
2558 Include the pattern for character set.
2559 (leim): New group.
2560
2561 * international/quail.el: Don't require face.
2562 (quail): New group.
7f8b6551 2563 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
2564 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2565 (quail-keyboard-layout-substitution): New variable.
2566 (quail-update-keyboard-layout): New function.
2567 (quail-keyboard-layout-type): New customizable variable.
2568 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2569 (quail-keyboard-translate): Pay attention to
2570 quail-keyboard-layout-substitution.
2571 (quail-insert-kbd-layout): New function.
2572 (quail-show-keyboard-layout): New function.
2573 (quail-get-translation): If the definition is a vector of length
7f8b6551 2574 1, and the element is a string of length 1, return the character
0fddd0dc
KH
2575 in that string.
2576 (quail-update-current-translations): Fix the case of
2577 relative-index out of range.
2578 (quail-build-decode-map, quail-insert-decode-map): New Functions.
2579 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 2580 Show key sequences for all available characters.
0fddd0dc
KH
2581 (quail-help-insert-keymap-description): Don't show such verbose
2582 key bindings as quail-self-insert-command.
2583
2584 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2585 Format changed, and each element now have extra documentations.
2586 (tit-process-header): Delete invalid characters from TIT-PROMPT.
2587 Adjusted for the change of quail-cxterm-package-ext-info.
2588
8ddceaf1
GM
25892000-09-06 Gerd Moellmann <gerd@gnu.org>
2590
2591 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2592 requiring it leads to a recursive loading of vc.el and vc-hooks.el
2593 during bootstrap.
2594
099bd78a
SM
25952000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2596
2597 * vc.el: (toplevel): Don't require `dired' at run-time.
2598 (vc-dired-resynch-file): Remove autoload cookie.
2599
26002000-09-05 Andre Spiegel <spiegel@gnu.org>
2601
2602 * vc.el: Made several backend functions optional.
2603 (vc-default-responsible-p): New function.
2604 (vc-merge): Use RET for first version to trigger merge-news, not
2605 prefix arg.
2606 (vc-annotate): Handle backends that do not support annotation.
2607 (vc-default-merge-news): Removed. The existence of a merge-news
2608 implementation is now checked on caller sites.
2609
9b4a7800 2610 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
2611 case.
2612
9b4a7800 2613 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
2614 special case that has been removed from the default in vc-hooks.el.
2615
26162000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2617
2618 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2619
26202000-09-05 Andre Spiegel <spiegel@gnu.org>
2621
2622 * vc-hooks.el: Require vc during compilation.
2623 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2624 macro `with-vc-properties' in vc.el.
2625 (vc-file-getprop): Doc fix.
2626 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 2627
099bd78a
SM
2628 * vc.el: Require dired-aux during compilation.
2629 (vc-name-assoc-file): Moved to vc-sccs.el.
2630 (with-vc-properties): New macro.
9b4a7800 2631 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
2632 vc-finish-steal): Use it.
2633 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
2634 to the backend-specific function is now supposed to do the checkout,
2635 too.
2636 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2637
9b4a7800 2638 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
2639 set file properties; that gets done in the generic code now.
2640
2641 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2642 Changed parameter list, added code from vc.el that does the
2643 checkout, possibly with a double-take.
2644
2645 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2646 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2647 the above under the new name.
2648 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
2649 parameter list, added checkout command.
2650 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2651 properties; that gets done in the generic code now.
2652
26532000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2654
2655 * vc.el: Docstring fixes (courtesy of checkdoc).
2656
26572000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2658
2659 * vc.el (vc-checkout-writable-buffer-hook)
2660 (vc-checkout-writable-buffer): Remove.
2661 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2662 (vc-log-mode): Make it into a clean derived major mode.
2663 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2664 vc-log-mode if log-edit is not available.
2665 (vc-dired-mode-map): Don't set-keymap-parent yet.
2666 (vc-dired-mode): Do set-keymap-parent here.
2667 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2668
08ba3862
GM
26692000-09-05 Gerd Moellmann <gerd@gnu.org>
2670
2671 * faces.el (set-face-attribute, face-spec-reset-face)
2672 (face-spec-set): Avoid consing by removing calls to `apply'.
2673
2674 * frame.el (frame-parameter): Move to C code.
2675
3b4429b4
DL
26762000-09-05 Dave Love <fx@gnu.org>
2677
2678 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2679 insert-before-markers-and-inherit. Now checked systematically!
2680
877055f6
GM
26812000-09-05 Alex Schroeder <alex@gnu.org>
2682
2683 * sql.el (sql-postgres): Use sql-postgres-options.
2684 (sql-postgres-options): New variable.
2685
26862000-09-05 Alex Schroeder <alex@gnu.org>
2687
2688 * sql.el (sql-mode-menu): Work around missing variable mark-active
2689 in XEmacs.
2690 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2691 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2692 compatibility.
2693
7a004b71
GM
26942000-09-04 Gerd Moellmann <gerd@gnu.org>
2695
54baed30 2696 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 2697
7a004b71
GM
2698 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2699
2700 * Makefile.in (DONTCOMPILE): Fix typo in file name.
2701
27022000-09-04 Andre Spiegel <spiegel@gnu.org>
2703
2704 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2705 don't support anything else under SCCS yet.
2706
2707 * vc-hooks.el: Minor doc fixes.
2708
27092000-09-04 Andre Spiegel <spiegel@gnu.org>
2710
2711 * vc.el (vc-next-action-on-file): Do not visit the file if it's
2712 not necessary. If verbose in state `needs-patch', do the same as
2713 under `up-to-date'. When NOT verbose and `needs-patch', check out
2714 latest version instead of `merge-news'.
2715 (vc-next-action-dired): Don't mess with default-directory here; it
2716 breaks other parts of dired. It is the job of the
099bd78a 2717 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
2718 (vc-next-action): Remove a special CVS case.
2719 (vc-clear-headers): New optional arg FILE.
2720 (vc-checkin, vc-checkout): Set properties vc-state and
2721 vc-checkout-time properly.
099bd78a 2722 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
2723 (vc-print-log): Use new backend function `show-log-entry'.
2724 (vc-cancel-version): Do the checks in a different order. Added a
2725 FIXME concerning RCS-only code.
2726
2727 * vc-rcs.el (vc-rcs-show-log-entry): New function.
2728 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2729
2730 * vc-cvs.el (vc-cvs-show-log-entry): New function.
2731
9b4a7800 2732 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
2733 `needs-patch' as a `-' too.
2734
27352000-09-04 Andre Spiegel <spiegel@gnu.org>
2736
2737 * vc.el (vc-responsible-backend): New optional arg REGISTER.
2738 (vc-default-could-register): New function.
2739 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2740 (vc-resynch-buffer): Call vc-dired-resynch-file.
2741 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2742 vc-resynch-buffer instead of vc-resynch-window.
2743 (vc-next-action-dired): Don't redisplay here, that gets done as a
2744 result of the individual file operations.
2745 (vc-retrieve-snapshot): Corrected prompt order.
2746
2747 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 2748
7a004b71
GM
2749 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2750 as well.
2751 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
2752 hostname regexps. Updated all callers.
2753 (vc-cvs-responsible-p): Handle directories as well.
2754 (vc-cvs-could-register): New function.
2755 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2756 properties up-to-date.
9b4a7800 2757
7a004b71
GM
2758 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2759 user whether to create one.
2760
27612000-09-04 Andre Spiegel <spiegel@gnu.org>
2762
2763 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2764 check out a non-existing file.
2765
2766 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2767 workfile does not exist.
2768
2769 * vc.el (vc-version-diff): Use `require' to check for existence of
2770 diff-mode.
2771
27722000-09-04 Andre Spiegel <spiegel@gnu.org>
2773
2774 * vc-cvs.el (vc-cvs-registered): Use new function
2775 vc-cvs-parse-entry to do the actual work.
2776
27772000-09-04 Andre Spiegel <spiegel@gnu.org>
2778
2779 * vc-hooks.el (vc-find-backend-function): If function doesn't
2780 exist, return nil instead of error.
2781 (vc-call-backend): Doc fix.
2782
2783 * vc.el (vc-do-command): Doc fix.
2784 (vc-finish-logentry): When checking in from vc-dired, choose the
2785 right backend for logentry check.
2786 (vc-dired-mode-map): Inherit from dired-mode-map.
2787 (vc-dired-mode): Local value of dired-move-to-filename-regexp
2788 simplified.
2789 (vc-dired-state-info): Removed, updated caller.
2790 (vc-default-dired-state-info): Use parentheses instead of hyphens.
2791 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2792 (vc-dired-listing-switches): New variable.
2793 (vc-directory): Use it, instead of dired-listing-switches.
2794
2795 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2796 (vc-cvs-dir-state): New function.
7f8b6551 2797 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
2798 (vc-cvs-parse-entry): New function, also to be used in
2799 vc-cvs-registered.
9b4a7800 2800
7a004b71
GM
28012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2802
2803 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2804 *or* single-window-frames.
2805
28062000-09-04 Andre Spiegel <spiegel@gnu.org>
2807
2808 * vc.el (vc-update-changelog): Split into generic part and default
2809 implementation. Doc string adapted.
2810 (vc-default-update-changelog): New function. Call the `rcs2log'
2811 script in exec-directory, to fix a long-standing nuisance.
2812
2813 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2814 simply signals an error.
9b4a7800 2815
7a004b71
GM
28162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2817
2818 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2819 control-flow more clear and to avoid running `cvs' twice.
2820
2821 * vc.el (vc-next-action-on-file): Doc fix.
2822 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2823 (vc-print-log): Eval `file' before constructing the continuation.
2824
28252000-09-04 Andre Spiegel <spiegel@gnu.org>
2826
2827 * vc.el (vc-next-action-on-file): Corrected several messages.
2828 (vc-merge): Add prefix arg `merge-news'; handle it.
2829
2830 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2831 is not reached. It is.
2832 (vc-cvs-merge): Set state to 'edited after merge.
2833 (vc-cvs-merge-news): Set workfile version to nil if not known.
2834 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
2835
2836 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2837 via stdout. (Merge from main line.)
9b4a7800 2838
7a004b71
GM
28392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2840
2841 * vc.el (vc-finish-logentry): Thinko in the "same comment"
2842 detection.
2843
28442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2845
2846 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2847 against kill-all-local-variables.
2848 (vc-log-edit): Don't save vc-parent-buffer any more.
2849 (vc-last-comment-match): Initialize to an empty string.
2850 (vc-post-command-functions): New hook.
2851 (vc-do-command): Run it.
2852 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2853 (vc-finish-logentry): Only add the comment to the ring if it's
2854 different from the last comment entered.
2855 (vc-new-comment-index): New function.
2856 (vc-previous-comment): Use it. Make the minibuffer message
2857 slightly less terse.
2858 (vc-comment-search-reverse): Make it work forward as well. Don't
2859 set vc-comment-ring-index if no match is found. Use
2860 vc-new-comment-index.
2861 (vc-comment-search-forward): Use vc-comment-search-reverse.
2862 (vc-dired-mode-map): Don't inherit from dired-mode-map since
2863 define-derived-mode will do it for us. Bind `v' to a keymap that
2864 inherits from vc-prefix-map so that we can bind `vt' without
2865 binding C-x v t.
2866 (vc-retrieve-snapshot): Parenthesis typo.
2867
2868 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2869 to 1. Make sure to switch to *vc* before looking for an error
2870 message. Use vc-parse-buffer.
2871
28722000-09-04 Andre Spiegel <spiegel@gnu.org>
2873
2874 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2875 and NAME.
2876 (vc-retrieve-snapshot): Split into two parts.
2877 (vc-default-retrieve-snapshot): New function.
2878
2879 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2880 (vc-cvs-retrieve-snapshot): New function (untested).
2881 (vc-cvs-stay-local): Default to t.
2882 (vc-cvs-remote-p): New function and property.
2883 (vc-cvs-state): Stay local only if the above is t.
2884 (vc-handle-cvs): Removed.
2885 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2886 done via vc-handled-backends now.
2887 (vc-cvs-header): Escape Id.
2888
28892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2890
2891 * vc.el (vc-do-command): Remove unused commands.
2892 (vc-version-diff): Make sure default-directory ends with a slash.
2893 Move the window commands into a vc-exec-after.
2894 (vc-print-log): Move more of the code into the `vc-exec-after'.
2895
28962000-09-04 Andre Spiegel <spiegel@gnu.org>
2897
2898 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2899 (vc-print-log): Search current revision from beginning of buffer.
2900 (vc-revert-buffer): Clear echo area after the diff is finished.
2901 (vc-prefix-map): Removed definition of "t" for terse display in vc
2902 dired.
2903 (vc-dired-mode-map): Inherit from dired-mode-map. Added
2904 definition of "vt" for terse display.
2905 (vc-dired-mode): Fix dired-move-to-filename-regexp.
2906
29072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2908
2909 * vc.el (vc-exec-after): Avoid caddr.
2910
29112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2912
2913 * vc.el (vc-exec-after): New function.
2914 (vc-do-command): Use it to add a termination message for async
2915 procs.
2916 (vc-checkout): Try to handle a missing-backend situation.
2917 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2918 of a directory with a backend using async diffs.
2919 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2920 present.
2921
2922 * vc-sccs.el (vc-sccs-state-heuristic): Use
2923 file-ownership-preserved-p.
2924
2925 * vc-rcs.el (vc-rcs-state-heuristic): Use
2926 file-ownership-preserved-p.
2927 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2928
29292000-09-04 Andre Spiegel <spiegel@gnu.org>
2930
2931 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2932 vc-do-command.
2933
2934 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2935 when there are no changes.
2936
29372000-09-04 Andre Spiegel <spiegel@gnu.org>
2938
2939 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2940
2941 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2942
29432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2944
2945 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2946
2947 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2948 the `fset' outside of the defvar so that it works even if
2949 vc-prefix-map was already defined.
2950 (vc-setup-buffer): New function, split out of vc-do-command.
2951 (vc-do-command): Allow BUFFER to be t to mean `just use the
2952 current buffer without any fuss'.
2953 (vc-version-diff): Change the `diff' backend operation to just put
2954 the diff in the current buffer without erasing it. Always use
2955 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
2956 shrink-window-if-larger-than-buffer.
2957 (vc-print-log): Change the `print-log' backend operation to just
2958 put the log in the current buffer without erasing it. Protect
2959 shrink-window-if-larger-than-buffer.
2960 (vc-update-change-log): Fix setd typo.
2961
2962 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2963 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2964
2965 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2966 (vc-rcs-diff): Insert in the current buffer and remove unused arg
2967 CMP.
2968
2969 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2970 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
2971 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2972
29732000-09-04 Andre Spiegel <spiegel@gnu.org>
2974
2975 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2976 not possible, use vc-BACKEND-workfile-unchanged-p.
2977 (vc-default-workfile-unchanged-p): New function. Delegates to a
2978 full vc-BACKEND-diff.
2979
2980 * vc-hooks.el (vc-simple-command): Removed.
2981
2982 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2983 instead of vc-simple-command.
2984 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2985 avoid doing a diff when opening a file.
2986 (vc-rcs-state): Added check for unlocked-changes.
2987 (vc-rcs-header): Escape Id.
2988 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2989 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2990 version.
2991
2992 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2993 (vc-sccs-diff): Remove optional arg CMP.
2994 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2995 SCCS-specific function.
2996
2997 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2998 vc-simple-command.
2999
30002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3001
3002 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3003 (with-vc-file, vc-merge): Use vc-editable-p.
3004 (vc-do-command): Remove unused var vc-file and fix the
3005 doubly-defined `status' var. Add a user message when starting an
3006 async command.
3007 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3008 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3009 Use with-current-buffer.
3010 (vc-buffer-sync): Use unless.
3011 (vc-next-action-on-file): If the file is 'edited by read-only,
3012 make it read-write instead of trying to commit.
3013 (vc-version-diff, vc-update-change-log): Use `setq
3014 default-directory' rather than `cd'.
3015 (vc-log-edit): Don't forget to set default-directory in the
3016 buffer.
3017
3018 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3019 (vc-sccs-state-heuristic): Use file-writable-p instead of
3020 comparing userids.
3021 (vc-sccs-checkout): Use `unless'.
3022
3023 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3024 of comparing userids.
3025 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3026 Simplify the logic by eliminating unreachable code.
3027 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3028 just do a recursive call if we need to retry.
3029 (vc-rcs-checkout): Handle the case where rcs is missing by making
3030 the buffer read-write if requested and re-signalling the error.
3031
3032 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3033
30342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3035
3036 * vc-hooks.el (vc-handled-backends): Docstring change.
3037 (vc-ignore-vc-files): Mark obsolete.
3038 (vc-registered): Check vc-ignore-vc-files.
3039 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3040 vc-ignore-vc-files.
3041
3042 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3043
30442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3045
3046 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3047 files since ange-ftp already has vc-registered return nil.
3048
3049 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3050 (vc-sccs-workfile-version): Use with-temp-buffer and new
3051 vc-parse-buffer and don't bother setting the property.
3052 (vc-sccs-add-triple): Use with-current-buffer and
3053 find-file-noselect.
3054 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3055
3056 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3057 derives from the old vc-parse-buffer but uses the revision number
3058 rather than the date (much easier to compare robustly).
3059 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3060 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3061 locking-user more directly. Check strict locking and set
3062 checkout-model appropriately.
3063 (vc-rcs-parse-locks): Remove.
3064 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3065 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3066 (vc-rcs-system-release): Use with-current-buffer and
3067 vc-parse-buffer.
3068 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3069
3070 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3071 (vc-simple-command): Docstring fix.
3072 (vc-registered): Align the way the file-handler is called with the
3073 way the function itself works.
3074 (vc-file-owner): Remove.
3075
3076 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3077 extraction of fields and call to file-attributes because of a
3078 temporary bug in rcp.el.
3079 (vc-cvs-fetch-status): Use with-current-buffer.
3080
30812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3082
3083 * vc.el (vc-do-command): Use file-relative-name.
3084 (vc-responsible-backend): Use vc-backend if possible.
3085 (vc-create-snapshot): Improve the `interactive' spec. Add support
3086 for branches and dispatch to backend-specific `create-snapshot'.
3087 (vc-default-create-snapshot): New function, containing the bulk of
3088 the old vc-create-snapshot.
3089 (vc-retrieve-snapshot): Improve the interactive spec.
3090
3091 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3092 (vc-backend-hook-functions): Remove.
3093 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3094 (vc-backend): Reintroduce the test for `file = nil' now that I
3095 know why it was there (and added a comment to better remember).
3096
3097 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3098 code from vc-sccs-hooks.el.
3099 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
3100 'vc anymore.
3101 (vc-sccs-responsible-p): Use expand-file-name instead of concat
3102 and file-directory-p instead of file-exists-p.
3103 (vc-sccs-check-headers): Simplify the regexp.
3104
3105 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3106 from vc-rcs-hooks.el. Don't require 'vc anymore.
3107 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3108 file-directory-p instead of file-exists-p.
3109
3110 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3111 from vc-cvs-hooks.el.
3112 (proto vc-cvs-registered): Require 'vc-cvs instead of
3113 'vc-cvs-hooks. Don't require 'vc anymore.
3114 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3115 file-directory-p instead of file-exists-p.
3116 (vc-cvs-create-snapshot): New function, replacing
3117 vc-cvs-assign-name.
3118 (vc-cvs-assign-name): Remove.
3119
31202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3121
3122 * vc-cvs.el (vc-cvs-header): New var.
3123
3124 * vc-rcs.el (vc-rcs-exists): Remove.
3125 (vc-rcs-header): New var.
3126
3127 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3128 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3129 (vc-sccs-header): New var.
3130
3131 * vc.el (vc-do-command): Get rid of the `last' argument.
3132 (vc-header-alist): Remove, replaced by vc-X-header.
3133 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3134 (vc-dired-hook): Use expand-file-name instead of concat.
3135 (vc-directory): Use file-name-as-directory.
3136 (vc-snapshot-precondition, vc-create-snapshot)
3137 (vc-retrieve-snapshot): Allow the command to operate on any
3138 directory.
3139
3140 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3141 just removing the 'WORKFILE argument or by removing the 'MASTER
3142 argument and replacing `file' with (vc-name file).
3143
31442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3145
3146 * vc.el: Update Copyright and add a crude list of backend funs.
3147 (vc-writable-p): New function.
3148 (with-vc-file): Use vc-writable-p.
7f8b6551 3149 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
3150 (vc-register): Avoid vc-name.
3151 (vc-locking-user): Remove.
3152 (vc-steal-lock): Make the `owner' arg non-optional.
3153 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3154 vc-checkout-model.
3155 (vc-default-dired-state-info): Use vc-state instead of
3156 vc-locking-user and return special strings for special states.
3157 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3158 and get rid of one of the special CVS cases.
3159 (vc-cancel-version): prettify error message with \\[...].
3160 (vc-rename-master): New function.
3161 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3162 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
3163 the CVS special case generic.
3164 (vc-default-record-rename): Remove.
3165 (vc-file-tree-walk-internal): Only call FUNC for files that are
3166 under control of some VC backend and replace `concat' with
3167 expand-file-name.
3168 (vc-file-tree-walk): Update docstring.
3169 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3170 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3171
3172 * vc-sccs.el (vc-sccs-rename-file): Renamed from
3173 vc-sccs-record-rename. Use `find-file-noselect' rather than
3174 `find-file' and call `vc-rename-master' to do the actual move.
3175 (vc-sccs-diff): Remove unused `backend' variable.
3176
3177 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3178 to delay loading of vc-sccs until it is really used.
3179 (vc-sccs-master-templates): Preload.
3180 (vc-sccs-state): Update call to vc-sccs-parse-locks.
3181 (vc-sccs-project-dir): Remove (merged into
3182 vc-sccs-search-project-dir).
3183 (vc-sccs-search-project-dir): Rewrite using file name handling ops
3184 rather than `concat', make sure it is preloaded and don't bother
3185 to check that the file actually exists.
3186 (vc-sccs-parse-locks): Remove unused `file' argument, remove
3187 `locks' argument (use buffer's content instead) and eliminate n^2
3188 behavior.
3189
3190 * vc-rcs.el: Update Copyright.
3191 (vc-rcs-rename-file): New function.
3192 (vc-rcs-diff): Remove unused `backend' variable.
3193
3194 * vc-hooks.el: Update Copyright.
3195 (vc-backend): Don't accept a nil argument any more.
3196 (vc-up-to-date-p): Turn into a defsubst.
3197 (vc-possible-master): New function.
3198 (vc-check-master-templates): Use `vc-possible-master' and allow
3199 funs in vc-X-master-templates to return a non-existent file.
3200
3201 * vc-cvs.el: Update Copyright.
3202 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 3203 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
3204
3205 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3206
32072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3208
3209 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3210 since it can be called from vc-rcs.el.
3211 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3212
32132000-09-04 Andre Spiegel <spiegel@gnu.org>
3214
3215 * vc.el (vc-version-diff): Expand file name read from the
3216 minibuffer. Handle the case when a previous version number can't
3217 be guessed. Give suitable messages when there were no differences
3218 found.
3219 (vc-clear-headers): Call backend-specific implementation, if one
3220 exists.
3221 (vc-cancel-version): Made error checks generic. When done, clear
3222 headers generically, too.
3223
3224 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3225 from vc-clear-headers in vc.el.
3226
3227 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3228 correctly.
3229 (vc-rcs-latest-on-branch-p): Made second argument VERSION
3230 optional. Handle the case when it's not there.
3231
32322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3233
3234 * vc.el (vc-locking-user): Moved from vc-hooks.el.
3235
32362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3237
3238 * vc-hooks.el (vc-loadup): Remove.
3239 (vc-find-backend-function): Use `require'. Also, handle the case
3240 where vc-BACKEND-hooks.el doesn't exist.
3241 (vc-call-backend): Cleanup.
3242
32432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3244
3245 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3246 vc-rcs-grab-templates)
3247 (vc-rcs-registered): Remove. The default function works as well.
3248 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3249 vc-sccs-grab-templates)
3250 (vc-sccs-registered): Remove. The default function works as well.
3251
3252 * vc.el (vc-version-diff): Left out a vc- in call to
3253 vc-call-backend.
3254 (vc-default-dired-state-info, vc-default-record-rename)
3255 (vc-default-merge-news): Update for the new backend argument.
3256
3257 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3258 using the default function.
3259 (vc-call-backend): If calling the default function, pass it the
3260 backend as first argument. Update the docstring accordingly.
3261 (vc-default-state-heuristic, vc-default-mode-line-string): Update
3262 for the new backend argument.
3263 (vc-make-backend-sym): Renamed from vc-make-backend-function.
3264 (vc-find-backend-function): Use the new name.
3265 (vc-default-registered): New function.
3266
32672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3268
3269 * vc.el (vc-merge): Use vc-find-backend-function.
3270
3271 * vc-hooks.el (vc-backend-functions): Remove.
3272 (vc-loadup): Don't setup 'vc-functions.
3273 (vc-find-backend-function): New function.
3274 (vc-call-backend): Use above fun and populate 'vc-functions
3275 lazily.
3276 (vc-backend-defines): Remove.
3277
32782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3279
3280 * vc.el (vc-register): Put a FIXME note for a newly found bug.
3281 Call vc-call-backend without the leading vc-.
3282 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3283 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 3284 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
3285 (vc-annotate-display): Replace confusing use of `cond' with `or'.
3286 Call vc-call-backend without the leading vc-.
3287
3288 * vc-cvs.el (tail): Provide vc-cvs.
3289 * vc-sccs.el (tail): Provide vc-sccs.
3290 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3291
3292 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3293 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 3294 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
3295 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3296 (vc-call-backend): Always try to load vc-X-hooks.
3297 (vc-registered): Remove vc- in call to vc-call-backend.
3298
32992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3300
3301 * vc.el (vc-process-filter): New function.
3302 (vc-do-command): Setup `vc-process-filter' for the async process.
3303 (vc-maybe-resolve-conflicts): New function to reduce
3304 code-duplication. Additionally, it puts the buffer in
3305 `smerge-mode' if applicable.
3306 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3307 calling `merge-news'.
7f8b6551 3308 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
3309 (vc-log-edit): New function. Replacement for `vc-log-mode' by
3310 interfacing to log-edit.el.
3311 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3312 log-edit is available.
3313 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3314
33152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3316
3317 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3318 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3319 defvar and the initialization.
3320 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3321
3322 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3323 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3324
7f8b6551 3325 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
3326
33272000-09-04 Andre Spiegel <spiegel@gnu.org>
3328
3329 * vc.el (vc-file-clear-masterprops): Removed.
3330 (vc-checkin, vc-revert-buffer): Removed calls to the above.
3331 (vc-version-diff): Use buffer-size without argument.
3332 (vc-register): Heed vc-initial-comment.
3333
3334 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3335 default branch.
3336
3337 * vc-rcs.el (vc-rcs-register): Parse command output to find master
3338 file name and workfile version.
3339 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3340
3341 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3342 vc-file-clear-masterprops.
3343
3344 * vc-sccs.el (vc-sccs-checkout): Removed call to
3345 vc-file-clear-masterprops. If writable, set vc-state to 'edited
3346 rather than user login name.
3347
3348
33492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3350
3351 * vc.el (vc-workfile-unchanged-p): Remove unused argument
3352 `want-differences-if-changed' and simplify.
3353 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3354 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3355 output (which is invalid for async vc-diff) to decide whether to
3356 do the revert silently or not.
3357
33582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3359
3360 * vc-hooks.el (vc-loadup): Load files quietly.
3361 (vc-call-backend): Oops, brain fart.
3362
33632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3364
3365 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 3366 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
3367
33682000-09-04 Andre Spiegel <spiegel@gnu.org>
3369
3370 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3371 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3372 vc-state or vc-up-to-date-p.
3373 (vc-merge): Use vc-backend-defines to check whether merging is
3374 possible. Set state to 'edited after successful merge.
3375
3376 * vc-hooks.el (vc-locking-user): If locked by the calling user,
3377 return that name. Redocumented.
3378
33792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3380
3381 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3382 new `vc-state' semantics.
3383 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3384 'vc-locking-user to the current user.
3385 (vc-merge): Inline vc-backend-merge. Comment out code that I
3386 don't understand and hence can't adapt to the new `vc-state' and
3387 `vc-locking-user' semantics.
3388 (vc-backend-merge): Remove.
3389
3390 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3391 rather than 'vc-locking-user.
3392
3393 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3394
3395 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3396 (vc-state): Don't use 'reserved any more. Just use the same
3397 convention as the one used for vc-<backend>-state where the
3398 locking user (as a string) is returned.
3399 (vc-locking-user): Update, based on the above convention. The
3400 'vc-locking-user property has disappeared.
7f8b6551 3401 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
3402
3403 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3404 with a heuristic one.
3405 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3406 (vc-cvs-checkin): Do a trivial parse to set the state in case of
3407 error. That allows us to get to 'needs-merge even in the
3408 stay-local case. There's still no way to detect 'needs-patch in
3409 such a setup (or to force an update for that matter).
3410 (vc-cvs-logentry-check): Remove, the default works as well.
3411
34122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3413
7f8b6551 3414 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
3415
3416 * vc.el (vc-do-command): kill-all-local-variables, to reset any
3417 major-mode in which the buffer might have been put earlier. Use
3418 `remove' and `when'. Allow `okstatus' to be `async' and use
3419 `start-process' in this case.
3420 (vc-version-diff): Handle the case where the diff looks empty
3421 because of the use of an async process.
3422
34232000-09-04 Andre Spiegel <spiegel@gnu.org>
3424
3425 * vc.el (vc-next-action-on-file): Removed optional parameter
3426 `simple'. Recompute state unconditionally.
3427 (vc-default-toggle-read-only): Removed.
3428
3429 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3430 (vc-toggle-read-only): Undid prev change.
3431
3432 * vc-cvs.el (vc-cvs-stay-local): Renamed from
3433 vc-cvs-simple-toggle. Redocumented.
3434 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3435 (vc-cvs-toggle-read-only): Removed.
3436
34372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3438
7f8b6551 3439 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
3440 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3441 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3442 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
3443 still is. So maybe it should be removed.
3444 (vc-head-version, vc-find-binary): Remove.
3445 (vc-recompute-state): Move from vc-hooks.el.
3446 (vc-next-action-on-file): Add a `simple' argument to allow
3447 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
3448 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3449 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
3450 (vc-dired-mode-map): Properly defvar it.
3451 (vc-print-log): Call log-view-mode if available.
3452 (small-temporary-file-directory): defvar instead of use boundp.
3453 (vc-merge-news): Moved to vc-cvs.el.
3454 (vc-default-merge-news): New function.
3455
3456 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3457 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3458 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3459 unknown `vc-latest-version' function. It should probably refer to
3460 vc-workfile-version or somesuch, but it's very unclear to me and I
3461 don't have SCCS to test things.
3462
3463 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3464 (vc-sccs-state-heuristic): Fix typo.
3465 (vc-sccs-workfile-unchanged-p): Add missing argument.
3466
3467 * vc-rcs.el: Require vc and vc-rcs-hooks.
3468 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3469 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3470 (vc-release-greater-or-equal-p): Move from vc.
3471 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3472 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3473 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 3474 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
3475
3476 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3477 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3478 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3479 than the apparently unbound `workfile-version'.
3480
3481 * vc-hooks.el (vc-master-templates): Def the obsolete var.
3482 (vc-file-prop-obarray): Use `make-vector'.
3483 (vc-backend-functions): Add new hookable functions
3484 vc-toggle-read-only, vc-record-rename and vc-merge-news.
3485 (vc-loadup): If neither backend nor default functions exist, use
3486 the backend function rather than nil.
3487 (vc-call-backend): If the function if not bound yet, try to load
3488 the non-hook file to see if it provides it.
3489 (vc-call): New macro plus use it wherever possible.
3490 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3491 nor `vc-find-binary' since it's only called from
7f8b6551 3492 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
3493 (vc-checkout-model): Fix parenthesis.
3494 (vc-recompute-state, vc-prefix-map): Move to vc.el.
3495
7f8b6551 3496 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
3497 (vc-cvs-release, vc-cvs-system-release): Remove.
3498 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3499 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3500 status symbols.
3501 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3502 (vc-cvs-toggle-read-only): First cut at a function to allow a
3503 cvs-status-free vc-toggle-read-only.
3504 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3505 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3506 vc-cvs-status. Also set vc-state rather than vc-locking-user.
3507 (vc-cvs-checkout): Modify access rights directly if the user
3508 requested not to use `cvs edit'. And refresh the mode line.
3509
3510 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3511 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3512
35132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3514
3515 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
3516 workfile' that got lost when the code was extracted from vc.el.
3517 And merged the tail with the rest of the code (not possible in the
3518 old vc.el where the tail was shared among all backends). And
3519 explicitly set the state to 'edited if `writable' is set.
3520
3521 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3522 (vc-cvs-state): Be careful to return the value from
3523 vc-cvs-parse-state.
3524 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
3525 property but return it instead. Also be careful to handle a nil
3526 or "" `rev' when workfile is non-nil (it was handled properly when
3527 workfile was nil).
3528
3529 * vc.el: Removed those pesky unnecessary `(function' quotes.
3530 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3531 directly in the defvar.
3532 (vc-do-command): Bind inhibit-read-only so as to properly handle
3533 the case where the destination buffer has been made read-only.
3534 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 3535 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
3536 (vc-annotate-mode-variables): Removed (code moved partly to
3537 defvars and partly to vc-annotate-add-menu).
3538 (vc-annotate-mode): Turned into a derived-mode.
3539 (vc-annotate-add-menu): Moved in code in
3540 vc-annotate-mode-variables.
3541 (vc-update-change-log): Use make-temp-file if available.
3542
35432000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
3544
3545 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3546 `vc-checkout-model' updated to `vc-cvs-update-model'.
3547
35482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3549
3550 * vc.el (vc-next-action-on-file): Added handling of state
3551 `unlocked-changes'.
3552 (vc-checkout-carefully): Is now practically obsolete, unless the
3553 above is too slow to be enabled unconditionally.
3554 (vc-update-change-log): Fixed typo.
3555
3556 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3557
7f8b6551
SM
3558 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3559 Now handles state `unlocked-changes'.
3560 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
3561
3562 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3563
3564 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3565 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
3566 `unlocked-changes'.
3567 (vc-rcs-workfile-unchanged-p): Renamed from
3568 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
3569 function yet, but supposed to become one soon.
3570
3571 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3572 `vc-steal-lock'.
3573 (vc-call-backend): Changed error message.
3574 (vc-state): Added description of state `unlocked-changes'.
3575
35762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3577
3578 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3579 always return t in CVS-controlled directories.
3580
3581 * vc.el (vc-responsible-backend): New function.
3582 (vc-register): Largely rewritten.
3583 (vc-admin): Removed (implementation moved into vc-register).
3584 (vc-checkin): Redocumented.
3585 (vc-finish-logentry): If no backend defined yet (because we are in
3586 the process of registering), use the responsible backend.
3587
3588 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3589 Updated function lists.
3590 (vc-call-backend): Fixed typo.
3591
7f8b6551
SM
3592 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3593 New functions.
3594 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3595 Removed query option. Redocumented.
7a004b71
GM
3596
35972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3598
3599 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3600
3601 * vc.el: Updated callers of `vc-checkout-required' to use
3602 `vc-checkout-model'.
3603
36042000-09-04 Martin Lorentzson <martinl@gnu.org>
3605
3606 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
3607 stuff updated to reference this function instead of the old
3608 `vc-backend-release-p'.
3609
36102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3611
3612 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3613 vc-checkout-model. Return appropriate values. Updated callers.
3614
36152000-09-04 Martin Lorentzson <martinl@gnu.org>
3616
7f8b6551 3617 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
3618 (vc-backend-revert): Function moved into `vc-revert';
3619 `vc-next-action' must be updated to accomodate this change.
3620 (vc-backend-steal): Function moved into `vc-finish-steal'.
3621 (vc-backend-logentry-check): Function moved into
3622 `vc-finish-logentry'.
3623 (vc-backend-printlog): Function moved into `vc-print-log'.
3624 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3625 (vc-backend-assign-name): Function moved into
3626 `vc-create-snapshot'.
3627
36282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3629
3630 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
3631 Rename to vc-checkout-model. Return appropriate values.
3632 Update callers.
7a004b71 3633
7f8b6551 3634 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 3635 to vc-checkout-model.
7f8b6551
SM
3636 (vc-checkout-required): Rename to vc-checkout-model.
3637 Re-implement and re-comment.
7a004b71
GM
3638 (vc-after-save): Use vc-checkout-model.
3639
36402000-09-04 Martin Lorentzson <martinl@gnu.org>
3641
7f8b6551
SM
3642 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3643 Update to use the vc-BACKEND-diff functions instead.
3644 `vc-diff' is now working.
7a004b71 3645
7f8b6551 3646 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 3647
7f8b6551 3648 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
3649
3650 * vc-sccs.el (vc-sccs-diff): Function changed name from
3651 `vc-backend-diff'. This makes `vc-diff' work.
3652
7f8b6551 3653 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 3654 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 3655 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
3656 signaled during `vc-after-save'.
3657
7f8b6551
SM
3658 * vc.el: Fix typo.
3659 This checkin is made with our new VC code base for the very first time.
3660 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
3661
3662 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3663 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3664
3665 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3666 updated to `vc-uses-locking'.
7f8b6551 3667 (vc-checkout-required): Call to backend function.
7a004b71
GM
3668 `vc-checkout-required' updated to `vc-uses-locking' instead.
3669
3670 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3671 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3672
7f8b6551 3673 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 3674 to match the split into various backends.
7f8b6551 3675 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
3676 (vc-retrieve-snapshot): Bug fix.
3677
36782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3679
3680 * vc-sccs.el (vc-sccs-release): Doc fix.
3681
36822000-09-04 Martin Lorentzson <martinl@gnu.org>
3683
3684 * vc.el (vc-next-action-on-file): Bug found and fixed.
3685 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3686 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3687
3688 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3689 (vc-rcs-checkout): Name space cleaned up. No more revision number
3690 crunching function names that are not prefixed with vc-rcs.
3691 (vc-rcs-checkout-model): Function added. References to
3692 `vc-checkout-model' replaced.
3693
36942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3695
3696 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3697 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
3698 still need to be split, and implemented for RCS).
3699
37002000-09-04 Martin Lorentzson <martinl@gnu.org>
3701
3702 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3703
3704 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3705 required by the vc.el file.
3706
3707 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3708 required by the vc.el file.
3709 (vc-rcs-exists): Function added.
3710
3711 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3712 required by the vc.el file.
3713
3714 * vc.el (vc-admin): Updated to handle selection of appropriate
3715 backend. Current implementation is crufty and need re-thinking.
3716
3717 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3718
37192000-09-04 Martin Lorentzson <martinl@gnu.org>
3720
3721 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3722 beginning of annotate buffers correctly.
3723
3724 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3725 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3726 functionality updated quite a lot to support multiple backends.
3727 Variables `vc-annotate-mode', `vc-annotate-buffers',
3728 `vc-annotate-backend' added.
3729
3730 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3731 `vc-annotate-difference' added to supported backend functions.
3732
37332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3734
3735 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3736 Use with-temp-file instead of /bin/sh. Merged from mainline
3737
37382000-09-04 Martin Lorentzson <martinl@gnu.org>
3739
3740 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3741
3742 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3743
3744 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3745
37462000-09-04 Martin Lorentzson <martinl@gnu.org>
3747
3748 * vc-hooks.el: vc-state-heuristic added to
3749 vc-backend-hook-functions.
3750
3751 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3752
3753 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3754
7f8b6551
SM
3755 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3756 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
3757 state to `reserved'.
3758
3759 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3760 `vc-checkout-required'. Rename the `locked' state to `reserved'.
3761
37622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3763
7f8b6551 3764 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
3765 untouched.
3766
7f8b6551 3767 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 3768
7f8b6551 3769 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
3770 if defined. (Merged from main line, slightly adapted.)
3771
3772 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3773 millenium problem (merged from mainline).
3774
37752000-09-04 Martin Lorentzson <martinl@gnu.org>
3776
3777 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3778 part and moved the non-BACKEND stuff to vc.el.
3779
3780 * vc.el: Split the annotate feature into a BACKEND specific part
3781 and moved it from the vc-cvs.el file to this one.
3782
37832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3784
7f8b6551
SM
3785 * vc-hooks.el: Implement new state model.
3786 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3787 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 3788 locked by somebody else.
7f8b6551 3789 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
3790 vc-sccs-hooks.el and vc-rcs-hooks.el now.
3791 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 3792 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 3793
7f8b6551
SM
3794 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3795 Various simplifications and adaptations all over the place.
7a004b71 3796
7f8b6551
SM
3797 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3798 Simplify and adapt the rest.
7a004b71 3799
7f8b6551 3800 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 3801 interaction with view mode according to recent RCS change.
7f8b6551 3802 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
3803
38042000-09-04 Martin Lorentzson <martinl@gnu.org>
3805
7f8b6551 3806 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
3807
38082000-09-04 Martin Lorentzson <martinl@gnu.org>
3809
3810 * vc.el (vc-backend-release, vc-release-greater-or-equal)
3811 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3812 (vc-minor-part, vc-previous-version): Functions that operate and
3813 compare revision numbers got proper documentation. Comments added
3814 about their possible removal.
3815
38162000-09-04 Martin Lorentzson <martinl@gnu.org>
3817
3818 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3819 the vc-backend.el files.
3820
3821 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3822
3823 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3824 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3825 (vc-rcs-previous-version): Functions added.
3826
3827 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3828
3829 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3830
38312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3832
3833 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 3834 Comment out the definition for now. What is the right procedure
7a004b71
GM
3835 to get rid of it?
3836 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3837 rewritten.
7f8b6551 3838 (vc-default-registered): Remove.
7a004b71
GM
3839 (vc-check-master-templates): New function; does mostly what the
3840 above did before.
3841 (vc-locking-user): Don't rely on the backend to set the property.
3842
3843 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 3844 Rewrite documentation.
7a004b71
GM
3845 (vc-rcs-templates-grabbed): New variable.
3846 (vc-rcs-grab-templates): New function.
7f8b6551 3847 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
3848
3849 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 3850 Rewrite documentation.
7a004b71
GM
3851 (vc-sccs-templates-grabbed): New variable.
3852 (vc-sccs-grab-templates): New function.
7f8b6551
SM
3853 (vc-sccs-registered): Rewrite to use above mechanism.
3854 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3855 Don't throw the result, simply return it.
7a004b71 3856
7f8b6551
SM
3857 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3858 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
3859 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 3860
7f8b6551 3861 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
3862 from main line.
3863
38642000-09-04 Martin Lorentzson <martinl@gnu.org>
3865
7f8b6551 3866 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 3867
7f8b6551 3868 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 3869
7f8b6551
SM
3870 * vc-rcs.el (vc-rcs-diff): New function.
3871 (vc-rcs-checkout): Bug (typo) found and fixed.
3872 (vc-rcs-register-switches): New variable.
7a004b71
GM
3873
3874 * vc.el (vc-backend-diff): Function removed and placed in the
3875 backend files.
3876
38772000-09-04 Martin Lorentzson <martinl@gnu.org>
3878
3879 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3880
3881 * vc.el (vc-backend-checkout): Function removed and replaced in
3882 the vc-backend.el files.
3883
3884 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3885
3886 * vc.el (vc-backend-admin): Removed and replaced in the
3887 vc-backend.el files.
3888
3889 * vc.el (Martin): Removed all the annotate functionality since it
3890 is CVS backend specific.
3891
38922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3893
3894 * spec.txt: Added specification of vc-state.
3895
3896 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 3897 Remove handling of vc-latest-version and
7a004b71
GM
3898 vc-your-latest-version. What used to be vc-latest-version, is now
3899 returned as vc-workfile-version.
7f8b6551 3900 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
3901
39022000-09-04 Dave Love <fx@gnu.org>
3903
3904 * vc.el: [Merged from mainline.]
3905 (vc-dired-mode): Make the dired-move-to-filename-regexp
3906 regexp match the date, to avoid treating date as file size.
3907 Add YYYY S option to WESTERN/
3908
39092000-09-04 Dave Love <fx@gnu.org>
3910
3911 * vc.el: Require `compile' when compiling.
3912 (vc-logentry-check-hook): New option.
3913 (vc-steal-lock): Use compose-mail.
3914 (vc-dired-mode-map): Defvar when compiling.
3915 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3916 vc-sccs.el and renamed. Callers changed.
3917 (vc-backend-checkout, vc-backend-logentry-check)
3918 (vc-backend-merge-news): Doc fix.
3919 (vc-default-logentry-check): New function.
3920 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3921 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3922 (vc-backend-merge): Doc fix. Use backend functions.
3923 (vc-check-headers): Use backend functions.
3924
3925 * vc-cvs.el: Require vc when compiling.
3926 (vc-cvs-register-switches): Doc fix.
3927 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3928 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3929 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3930 New functions (code from vc.el).
3931 (vc-annotate-display-default): Fix interactive spec.
3932 (vc-annotate-time-span): Doc fix.
3933
3934 * vc-rcs.el: Require vc when compiling.
3935 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3936 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3937 (vc-rcs-checkin): New functions (code from vc.el).
3938 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3939 Doc fix.
3940 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
3941
3942 * vc-sccs.el: Require vc when compiling.
3943 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3944 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3945 (vc-sccs-revert)
3946 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3947 from vc.el).
3948 (vc-sccs-add-triple, vc-sccs-record-rename)
3949 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3950 (vc-sccs-admin): Doc fix.
3951
39522000-09-04 Martin Lorentzson <martinl@gnu.org>
3953
3954 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3955 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3956 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3957 from vc.el.
3958
3959 * vc-sccs.el (vc-admin-sccs): Added from vc.el
3960
3961 * vc-cvs.el: Moved the annotate functionality from vc.el.
3962 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3963
39642000-09-04 Dave Love <fx@gnu.org>
3965
3966 * vc.el (vc-backend-release): Call vc-system-release.
3967
3968 * vc-sccs.el (vc-sccs-system-release):
3969 Renamed from vc-sccs-backend-release.
3970
3971 * vc-rcs.el (vc-rcs-system-release):
3972 Renamed from vc-rcs-backend-release.
3973
3974 * vc-cvs.el (vc-cvs-system-release):
3975 Renamed from vc-cvs-backend-release.
3976
39772000-09-04 Dave Love <fx@gnu.org>
3978
3979 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3980 backend files.
3981 (vc-backend-release): Dispatch to backend functions.
3982 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
3983 probably needs attention.]
3984
3985 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3986 (vc-sccs-backend-release): New function.
3987
3988 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3989 (vc-cvs-backend-release): New function.
3990
3991 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3992 Doc fix.
3993 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3994 (vc-default-dired-state-info): New function.
3995 (vc-dired-state-info): Dispatch to backends.
3996 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
3997
3998 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3999 from vc.el and renamed.
4000
40012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4002
4003 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4004 (vc-version-other-window, vc-backend-assign-name): Removed
4005 references to vc-latest-version; sometimes changed into
4006 vc-workfile-version.
4007
4008 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4009 vc-rcs-master-workfile-version.
4010 (vc-rcs-workfile-version): Use the above. Don't call
4011 vc-latest-version (that was unreachable code, anyway).
4012 (vc-rcs-fetch-master-properties): Doc fix.
4013
4014 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4015 (vc-backend-hook-functions): Removed them from this list, too.
4016 (vc-fetch-properties): Removed.
4017 (vc-workfile-version): Doc fix.
4018
4019 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4020 (vc-rcs-workfile-version, vc-rcs-locking-user)
4021 (vc-rcs-uses-locking): Use it.
4022
4023 * vc-hooks.el (vc-consult-rcs-headers):
4024 Moved into vc-rcs-hooks.el, under the name
4025 vc-rcs-consult-headers.
4026
4027 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4028 headers.
4029 (vc-cvs-find-master): Use this name only; correct different
4030 versions of the name.
4031
4032 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4033 New functions.
4034 (vc-sccs-locking-user): Use the latter.
4035
4036 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4037 New functions.
4038
4039 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4040 Moved into both
4041 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4042 functions are implementation details of those two backends.
4043
40442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4045
4046 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4047 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4048
4049 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4050 (vc-sccs-parse-locks): SCCS-specific code moved here from
4051 vc-hooks.
4052
4053 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4054 code moved here from vc-hooks.
4055
4056 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4057 into back-end specific parts and removed. Callers not updated
4058 yet; because I guess these callers will disappear into back-end
4059 specific files anyway.
4060
40612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4062
4063 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4064 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4065 `vc-uses-locking'.
4066
4067 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4068 Store yes/no in the property, and return t/nil. Updated all
4069 callers.
4070
4071 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4072 vc-sccs-uses-locking. Don't set property.
4073 (vc-sccs-locking-user): Don't set property.
4074
4075 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4076 vc-cvs-uses-locking. Don't set property here; leave that to
4077 vc-hooks.
4078 (vc-cvs-locking-user): Reflect above change. Streamlined.
4079
4080 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4081 vc-rcs-uses-locking.
4082 (vc-rcs-locking-user): Reflect above change.
4083
40842000-09-04 Dave Love <fx@gnu.org>
4085
4086 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4087
4088 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4089
4090 * vc-hooks.el (vc-checkout-model): Punt to backends.
4091
4092 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4093
4094 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4095
4096 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4097 New functions.
4098
4099 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4100 New functions.
4101
4102 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4103 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4104
4105 * vc-hooks.el (vc-default-locking-user): New function.
4106 (vc-locking-user, vc-workfile-version): Punt to backends.
4107
41082000-09-04 Dave Love <fx@gnu.org>
4109
4110 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4111 (vc-master-workfile-version): Moved from vc-hooks.
4112
4113 * vc-rcs-hooks.el: Fix duplicate code in last change.
4114
4115 * vc-rcs-hooks.el: Require vc-hooks when compiling.
4116 (vc-rcs-master-templates): Improve :type.
4117 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4118 vc-master-workfile-version): Moved from vc-hooks.
4119
4120 * vc-sccs-hooks.el: Require vc-hooks when compiling.
4121 (vc-sccs-master-templates): Improve :type.
4122 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4123
4124 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4125
4126 * vc-cvs-hooks.el: Require vc-hooks when compiling.
4127 (vc-cvs-master-templates): Improve :type. Use
4128 vc-cvs-find-cvs-master.
4129 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4130 from vc-hooks.
4131 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4132
4133 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4134 Moved to vc-cvs-hooks.
4135
4136 * vc-hooks.el: Add doc strings in various places. Simplify the
4137 minor mode setup.
4138 (vc-handled-backends): New user variable.
4139 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4140 simplification.
4141
41422000-09-04 Dave Love <fx@gnu.org>
4143
4144 * vc.el: Some doc fixes for autoloaded and interactive functions.
4145 Fix compilation warnings from ediff stuff.
4146 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4147
4148 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4149
4150 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4151
4152 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4153
41542000-09-04 Dave Love <fx@gnu.org>
4155
4156 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4157 New variable.
4158 (vc-make-backend-function, vc-loadup, vc-call-backend)
4159 (vc-backend-defines): New functions.
4160
4161 * vc-hooks.el: Various doc fixes.
4162 (vc-default-back-end, vc-follow-symlinks): Custom fix.
4163 (vc-match-substring): Function removed. Callers changed to use
4164 match-string.
4165 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4166 Simplify.
4167
41682000-09-04 Dave Love <fx@gnu.org>
4169
4170 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4171 type.
4172 (vc-sccs-project-dir, vc-search-sccs-project-dir)
4173 (vc-sccs-registered): Doc fix.
4174
4175 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4176 (vc-cvs-registered): Doc fix.
4177
4178 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4179 (vc-rcs-registered): Doc fix.
4180
41812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4182
4183 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4184
4185 * vc-hooks.el: vc-registered has been renamed
4186 vc-default-registered. Some functions have been moved to the
4187 backend specific files. they all support the
4188 vc-BACKEND-registered functions.
4189
41902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4191
4192 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4193
4194 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4195
a033ea13
DL
41962000-09-04 Dave Love <fx@gnu.org>
4197
179fc9ef
DL
4198 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4199 menu-bar-update-hook.
4200
4201 * help.el (help-manyarg-func-alist): Add
4202 find-operation-coding-system.
4203
a033ea13
DL
4204 * wid-edit.el (widget-sexp-validate): Fix garbled code.
4205
4206 * custom.el (custom-set-variables): Print message about errors in
4207 setting.
4208
f8803e97
AI
42092000-09-03 Andrew Innes <andrewi@gnu.org>
4210
4211 * makefile.w32-in: Change to DOS line endings.
4212
59836110
EZ
42132000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4214
4215 * mouse.el (mouse-popup-menubar): Supply the prompt string for
4216 minor-mode keymaps, if they don't have one.
4217
5514ba5c
EZ
42182000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4219
4220 * eshell/esh-module.el (eval-when-compile): Don't lose if
4221 esh-module.el's file name is truncated to DOS 8+3 limits.
4222
79cf8e80
JW
42232000-09-01 John Wiegley <johnw@gnu.org>
4224
4225 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4226 predicate, which caused entries in the completion list to be
4227 doubled.
4228
42292000-08-30 John Wiegley <johnw@gnu.org>
4230
4231 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4232 sending to subprocesses. Also, hook pre-command-hook if
4233 `eshell-send-direct-to-subprocesses' is non-nil.
4234 (eshell-send-direct-to-subprocesses): New config variable. If t,
4235 subprocess input is send immediately.
4236 (eshell-toggle-direct-send): New function.
4237 (eshell-self-insert-command): New function.
4238 (eshell-intercept-commands): New function.
4239 (eshell-send-input): If direct subprocess sending is enabled,
4240 don't echo any input to the Eshell buffer. Let the subprocess
4241 handle that. This requires "stty echo" in bash, for example.
4242
42432000-08-28 John Wiegley <johnw@gnu.org>
4244
4245 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4246 completion function for Eshell's implementation of `unset'.
4247
778911b9
EZ
42482000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4249
4250 * info.el (Info-directory-list): Doc fix.
4251
05d07b49
PB
42522000-08-31 Peter Breton <pbreton@ne.mediaone.net>
4253
9b4a7800 4254 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
4255 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4256
9941d4c7
KH
42572000-08-31 Kenichi Handa <handa@etl.go.jp>
4258
4259 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4260 coding systems.
4261
af9ba8ad
AI
42622000-08-30 Andrew Innes <andrewi@gnu.org>
4263
4264 * timer.el (run-with-idle-timer): Undo last change, so that timer
4265 is not activated immediately if Emacs is already idle. Some
4266 existing code relies on this behaviour.
4267
caccd8f2
MB
42682000-08-30 Miles Bader <miles@gnu.org>
4269
4270 * frame.el (set-frame-font): Do completion of font-name for
4271 interactive use.
4272
b64c0a1c
KH
42732000-08-30 Kenichi Handa <handa@etl.go.jp>
4274
4275 * international/quail.el (quail-start-translation): Bind locally
4276 last-command-event, last-command, and this-command.
4277 (quail-start-conversion): Likewise.
75cf0095 4278 (quail-self-insert-command): Fix docstring.
b64c0a1c 4279
fd5f61d3
GM
42802000-08-29 Gerd Moellmann <gerd@gnu.org>
4281
4282 * progmodes/executable.el
4283 (executable-make-buffer-file-executable-if-script-p): Check that
4284 buffer contains at least 2 characters.
4285
5b671d04
EZ
42862000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
4287
4288 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4289
485d9513
DL
42902000-08-29 Dave Love <fx@gnu.org>
4291
a39fb83d
DL
4292 * diff-mode.el (diff-mode) <defgroup>: Add :version.
4293 (diff-mode-shared-map): Bind mouse-2.
4294 (diff-imenu-generic-expression): New variable.
4295 (diff-mode): Use it.
4296
485d9513
DL
4297 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4298 (mouse-popup-menubar): Add minor mode menus.
4299 (popup-menu): Check for lookup-key returning number.
4300
ba3478d9
MB
43012000-08-29 Miles Bader <miles@gnu.org>
4302
4303 * comint.el (comint-send-input): Create overlays using the proper
4304 front/read-advance arguments.
9b4a7800 4305
c3d6d211
GM
43062000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4307
4308 * ps-print.el: Even/odd pages printing. Doc fix.
4309 (ps-print-version): New version number (6.0).
4310 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4311 (ps-background, ps-begin-file, ps-begin-job): Code fix.
4312 (ps-print-duplex-feature): Variable eliminated.
4313 (ps-even-or-odd-pages): New variable.
4314
ba087cd7 4315 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
4316 (ebnf-version): New version (3.3).
4317 (ebnf-user-arrow): Change variable customization to sexp.
4318 (ebnf-user-arrow): Function eliminated.
4319 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 4320
d313265f
KH
43212000-08-29 Kenichi Handa <handa@etl.go.jp>
4322
cba62b78 4323 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
4324 (help-make-xrefs): Handle help-xref-mule-regexp.
4325
4326 * international/mule-cmds.el (help-xref-mule-regexp-template): New
4327 variable.
4328 (describe-input-method): Temporarily activate the specfied input
4329 method to display the information.
4330 (describe-language-environment): Hyperlinks to mule related items.
4331
4332 * international/mule-diag.el (charset-multibyte-form-string): New
4333 function.
4334 (list-character-sets-1): Use charset-multibyte-form-string.
4335 (describe-character-set): New function.
4336 (describe-coding-system): Hyperlinks to safe character sets.
4337
4338 * international/quail.el (quail-help): New arg PACKAGE.
4339 Hyperlinks to mule related items.
4340 (quail-help-insert-keymap-description): Use
4341 substitute-command-keys instead of describe-bindings.
4342 (quail-translation-help): Hyperlinks to mule related items.
4343
b4bd214e
JW
43442000-08-28 John Wiegley <johnw@gnu.org>
4345
ca7aae91
JW
4346 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4347 have a defsubst call itself. Made `eshell-flatten-list' back into
4348 a function again.
4349
b4bd214e
JW
4350 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4351 catch, in case re-centering point at bottom messes up the display.
4352 This happens frequently in Emacs 21, due I believe to variable
4353 line heights.
4354
4355 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4356 to call `find-tag-interactive'.
4357
4358 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4359 the list of remember directories.
4360
d44e146b
JW
43612000-08-28 John Wiegley <johnw@gnu.org>
4362
4363 * align.el: Test align-region-separate to see if it's a symbol.
4364
546c0888 43652000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
4366
4367 * eshell/esh-util.el (eshell-flatten-list): Made this function
4368 into a defsubst form. It gets used very frequently, although
4369 calls don't occur all that often.
4370
4371 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4372 examining it.
4373
4374 * eshell/esh-cmd.el (eshell-rewrite-while-command):
4375 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4376 `eshell-protect'.
4377 (eshell-copy-handles): Created a new macro for duplicating the
4378 current set of open handles. This is needed by the looping
4379 functions.
4380 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4381 is not incorrectly stomped on.
4382
4383 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4384 declaration for pcomplete-use-paring.
4385 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4386 value of eshell-cmpl-use-paring.
4387 * pcomplete.el (pcomplete-use-paring): New config variable, to
4388 indicate whether paring should be used.
4389 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4390 completion alternatives that have already been used.
4391
4392 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4393 bound to C-c C-y, which will repeat the previous N arguments
4394 (based on prefix argument).
4395 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4396
4397 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4398 if there is no *Help* buffer. This is for XEmacs, which renames
4399 its help buffers uniquely. TODO: Find out what the current buffer
4400 name to delete is.
4401
4402 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4403 first entry that correlates to a passwd/group number. Later
4404 entries (used for group/user name aliasing to multiple IDs) are
4405 ignored.
4406
9b4a7800
TTN
4407 * eshell/em-xtra.el (eshell/expr):
4408 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4409 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
4410 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4411 argument list, before passing it to the system command.
4412
4413 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4414 `find-tag' for use at final position in Eshell buffers (which
4415 otherwise triggers an error on Emacs 21).
4416 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4417 buffer, if it is currently bound to `find-tag'.
4418
4419 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4420 in the list of matched Makefile names.
4421 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4422 directory, prefer its contents to Makefile.
4423
4424 * eshell/em-dirs.el (eshell/cd): cd commands that look up
4425 directory parts (like "cd old new", or "cd =regexp"), are now case
4426 sensitive on non-Windows/DOS platforms.
4427
4428 * eshell/esh-mode.el (eshell-parse-command-input): When a user
4429 types RET after an open delimiter (like "), display a message
4430 indicating that Eshell is waiting for the closing delimiter.
4431
4432 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4433 environment variables.
4434
4435 * eshell/em-unix.el (eshell/diff): Added logic to fail more
4436 gracefully if the user enters incorrect arguments.
4437
4438 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4439 Eshell buffers.
4440
9b4a7800
TTN
4441 * eshell/esh-var.el (eshell-interpolate-variable):
4442 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
4443 * eshell/em-unix.el (eshell-du-sum-directory):
4444 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4445 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4446 (not (= ...)).
4447
4448 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4449 to ensure the `preserve' flag gets propagated when doing recursive
4450 directory copies.
4451
546c0888 44522000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
4453
4454 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4455 Don't convert \n into \0177 in memory.
4456 (eshell-read-history, eshell-write-history): Convert \n to \0177,
4457 and back again, when reading and writing.
9b4a7800 4458
546c0888 44592000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
4460
4461 * eshell/esh-util.el (eshell-processp): Added to relieve constant
4462 testing of `fboundp' on `processp'.
4463
4464 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4465 (eshell/jobs): Don't call process-list if it is not bound.
4466 (eshell-gather-process-output): Support systems where async
4467 subprocesses aren't supported.
4468 (eshell-scratch-buffer, eshell-last-sync-output-start): New
4469 variables.
4470
4471 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4472 eshell-do-eval returns t.
4473 (eshell-do-pipelines-synchronously): New defmacro.
4474 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4475 when async subprocesses aren't supported.
4476 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
4477 if async subprocesses aren't supported.
4478 (eshell-resume-command): Don't assume STATUS is a string.
4479
4480 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4481
4482 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4483 (eshell-close-target, eshell-get-target): Use eshell-processp.
4484 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4485 fix.
4486 (eshell-get-target, eshell-create-handles): Doc fix.
4487
546c0888 44882000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 4489
546c0888 4490 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
4491 criterion to include commands that output something, as long as it
4492 leaves both the command and the end-of-buffer visible when the
4493 command has exited.
4494 (eshell-review-quick-commands): Adjust the help doc string
4495 accordingly.
4496
2a371c3b
PB
44972000-08-28 Peter Breton <pbreton@ne.mediaone.net>
4498
8348e1f9 4499 * locate.el (locate): Cleaned up locate command's interactive prompting
d313265f 4500 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 4501
9b4a7800 4502 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
4503 (file-cache-assoc-function): New variable
4504 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4505 Use file-cache-case-fold-search variable
4506 (file-cache-add-file): Use file-cache-assoc-function
4507 (file-cache-delete-file): likewise
4508 (file-cache-directory-name): likewise
4509 (file-cache-debug-read-from-minibuffer): likewise
4510
95931eb1
GM
45112000-08-28 Gerd Moellmann <gerd@gnu.org>
4512
4513 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4514 (abbrev-table-name): New function.
4515 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4516 If non-nil list local abbrev, only.
4517
bb17930d
GM
45182000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
4519
546c0888
EZ
4520 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4521 from Gnus support code, and use special article copy buffer
bb17930d
GM
4522 `(gnus-original-article-buffer)' instead. This allows to get rid
4523 of article-hide-headers usage (which breaks in the latest Gnus
4524 version). Thanks to Detlev Zundel.
4525
41a68aef
KH
45262000-08-28 Kenichi Handa <handa@etl.go.jp>
4527
4528 * international/quail.el (quail-use-package): Hide "... loaded"
4529 message.
4530 (quail-start-translation, quail-start-conversion): Likewise.
4531
4532 * international/kkc.el (kkc-region): Hide "... loaded" message.
4533
28bb2cef
DL
45342000-08-27 Dave Love <fx@gnu.org>
4535
4536 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4537
11a1118d
MB
45382000-08-27 Miles Bader <miles@gnu.org>
4539
4540 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4541
0f85d477
KH
45422000-08-27 Kenichi Handa <handa@etl.go.jp>
4543
4544 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4545 'ja-dic-cnv), not (require 'skkdic-cnv).
4546
2d73e8d3
MB
45472000-08-26 Miles Bader <miles@gnu.org>
4548
a0e5a5a4
MB
4549 * faces.el (face-x-resources): Add entry for :inherit.
4550 * cus-face.el (custom-face-attributes): Add support for :inherit
4551 attribute. Add support for relative face heights.
4552 (custom-face-attributes-get): Treat `nil' as being a default value
4553 for :inherit (as well as `unspecified').
4554
19feb949
MB
4555 * faces.el (set-face-attribute): Update doc string.
4556 (face-attribute-name-alist): Add :inherit.
4557 (face-valid-attribute-values): Handle :inherit.
4558 (face-read-string): Rephrase prompt to be less confusing.
4559 Assume that DEFAULT is a string, since we must return a string.
4560 (face-read-integer): Use `format' to turn DEFAULT into an
4561 acceptable default for face-read-string. Match NEW-VALUE against
4562 the string "unspecified", not the symbol `unspecified', since
4563 that's what face-read-string returns.
4564 (read-face-attribute): Lookup a name for old-value in valid, and
4565 use it as a default if we find one. Treat all values from
4566 face-read-string as strings. If the default is used, don't do any
4567 more processing on the value, just use the old value directly.
4568 (read-face-and-attribute, modify-face): Tweak prompt.
4569 (read-face-name): Don't assume prompt ends with a space.
4570
2d73e8d3
MB
4571 * faces.el (describe-face): Add support for :inherit attribute.
4572
a1a2e38f
KH
45732000-08-25 Kenichi Handa <handa@etl.go.jp>
4574
e84fa7c5
KH
4575 * terminal.el (terminal-emulator): Fix args to `concat'. Now
4576 concat doesn't accept interger.
4577
a1a2e38f
KH
4578 * international/kkc.el: Remove SKK from Keywords. Require
4579 ja-dic-utl instead of skkdic-utl.
4580
4581 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4582 Provide ja-dic-cnv instead of skkdic-cnv.
4583 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
4584 (iso-2022-7bit-short): Add safe-charsets property.
4585 (skkdic-convert-postfix): Search Japanese chou-on character in
4586 addition to Hiragana character.
4587 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4588 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4589 (batch-skkdic-convert): Likewise.
4590
4591 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4592 Provide ja-dic-utl instead of skkdic-utl.
4593 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4594
f6499c03
DL
45952000-08-24 Dave Love <fx@gnu.org>
4596
1c2c3f16
DL
4597 * disp-table.el (standard-display-default): Make the test of `l'
4598 useful.
4599
f6499c03
DL
4600 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4601 mod sample text.
4602
4603 * international/iso-ascii.el: Make pilcrow convenient string
4604 consistent with section.
4605 (iso-ascii-display): Set up multibyte characters as well as
4606 unibyte.
4607
c543db81
KH
46082000-08-24 Kenichi Handa <handa@etl.go.jp>
4609
4610 * international/mule-cmds.el (reset-language-environment): Set
4611 default-process-coding-system to '(undecided . iso-latin-1), which
4612 makes process I/O almost consistent with file I/O. Call this
4613 function when mule-cmds.el[c] is loaded.
4614
746d9caf
AI
46152000-08-22 Andrew Innes <andrewi@gnu.org>
4616
4617 * makefile.w32-in: New file.
4618
5484005d
MB
46192000-08-22 Miles Bader <miles@lsi.nec.co.jp>
4620
4621 * comint.el (comint-output-filter): Compare end of
4622 comint-last-output-overlay with the start of the newly inserted
4623 text, not the end, when deciding whether to extend it.
9b4a7800 4624 Set saved-point's insertion type to advance after insertion.
5484005d
MB
4625
4626 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4627 since this is now done independently of font-lock mode.
4628
7a912f63
GM
46292000-08-21 Gerd Moellmann <gerd@gnu.org>
4630
4631 * server.el (server-kill-new-buffers): New user option.
4632 (server-existing-buffer): New buffer-local variable.
4633 (server-visit-files): When using an existing buffer, set
4634 server-existing-buffer to t.
4635 (server-buffer-done): If server-kill-new-buffers is t, kill the
4636 buffer, unless it was already present before visiting it with
4637 Emacs server.
9b4a7800 4638
240301df
EZ
46392000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
4640
4641 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4642 even if the display doesn't support colors: some displays will
4643 support bold/underline faces.
4644
cbcef616
GM
46452000-08-21 Gerd Moellmann <gerd@gnu.org>
4646
6917e6bb
GM
4647 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4648
cbcef616
GM
4649 * startup.el (command-line): If user's init file had an error,
4650 add explanatory text to *Messages*.
4651
6922b018
KH
46522000-08-21 Kenichi Handa <handa@etl.go.jp>
4653
4654 * man.el (Man-getpage-in-background): Decode the process output by
4655 the system locale coding system.
4656
e50c4203
DL
46572000-08-20 Dave Love <fx@gnu.org>
4658
96ab6351
DL
4659 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4660 Don't test x-popup-menu.
4661 (function) <complete-function>: Complete only fbound symbols.
4662 <validate, value>: New.
4663 (variable) <complete-function>: Complete only bound symbols.
4664 (coding-system): Add :base-only, :complete-function, :validate,
4665 :value, :prompt-match.
4666 (widget-coding-system-prompt-value): Use read-coding-system and
4667 act on :base-only.
4668 (editable-field): Add :help-echo.
4669 (widget-push-button-gui, widget-push-button-cache)
4670 (widget-gui-action, widget-editable-list-gui): COmment out, along
4671 with uses.
4672 (widget-at): Make arg optional.
4673 (widget-echo-help): Adjust for current help-echo calling sequence.
4674 (widget-specify-field, widget-specify-button)
4675 (widget-specify-insert, widget-get-sibling, widget-image-find)
4676 (widget-convert, widget-insert, widget-leave-text)
4677 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4678 (widget-setup, widget-field-find, widget-before-change)
4679 (widget-after-change, widget-default-complete)
4680 (widget-default-create, widget-default-delete)
4681 (widget-push-button-value-create, editable-field)
4682 (widget-field-prompt-value, widget-field-validate)
4683 (widget-choice-value-create, widget-choice-action)
4684 (widget-choice-validate, widget-checklist-add-item)
4685 (widget-radio-add-item, widget-radio-chosen)
4686 (widget-radio-value-inline, widget-editable-list-value-create)
4687 (widget-editable-list-entry-create)
4688 (widget-documentation-link-add)
4689 (widget-documentation-string-value-create)
4690 (widget-regexp-validate, widget-file-complete)
4691 (widget-sexp-validate, widget-plist-convert-widget)
4692 (widget-plist-convert-widget, widget-alist-convert-widget)
4693 (widget-alist-convert-widget, widget-color-complete): Simplify,
4694 particularly to avoid bindings which aren't optimized out.
4695
e50c4203
DL
4696 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4697 Doc fix.
4698 (down-list, backward-up-list, up-list, kill-sexp)
4699 (backward-kill-sexp, mark-sexp): Make arg optional.
4700 (lisp-complete-symbol): Add optional arg PREDICATE.
4701
4702 * cus-start.el: Add display-buffer-reuse-frames,
4703 file-coding-system-alist.
4704
511bd4eb
GM
47052000-08-20 Gerd Moellmann <gerd@gnu.org>
4706
4707 * startup.el (command-line): Clear realized faces after
4708 modifying TTY color mappings.
4709
a9de7d29
MB
47102000-08-20 Miles Bader <miles@gnu.org>
4711
4712 * faces.el (face-attr-match-p): Don't return true if ATTRS are
4713 merely a subset of FACE's attributes.
4714
8a8023d9
MB
47152000-08-19 Miles Bader <miles@gnu.org>
4716
4717 * comint.el (comint-output-filter): Save the point with a marker,
4718 not just a buffer position.
4719
4720 * international/mule.el (set-buffer-process-coding-system): Make
4721 interactive prompt less confusing.
4722
1433385f
GM
47232000-08-19 Gerd Moellmann <gerd@gnu.org>
4724
4725 * hilit-chg.el: General cleanup of doc strings, comments and
4726 code formatting.
4727
136b4eda
MB
47282000-08-19 Miles Bader <miles@gnu.org>
4729
4730 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4731 Compiler macro removed; beginning-of-line is no longer always
4732 equivalent to forward-line, in the presence of fields.
4733
4734 * comint.el (comint-output-filter): Remove ad-hoc saving of
4735 restriction, and just use save-restriction, now that it works
4736 correctly. Don't adjust comint-last-input-start to account for
4737 our insertion; it shouldn't have moved because we don't use
4738 insert-before-markers anymore. Comment out call to
4739 `force-mode-line-update'; why is it here?
4740
4741 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4742 while checking for prompt to delete. Use `forward-line 0'
4743 instead of beginning-of-line.
4744 (gud-filter): Temporarily widen gud comint buffer while
4745 examining output.
4746
cdd0f857
SM
47472000-08-18 Stefan Monnier <monnier@cs.yale.edu>
4748
ebf96bfa
SM
4749 * progmodes/sh-script.el: Big bag of typos.
4750
cdd0f857
SM
4751 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4752 check since ispell-process is not bound when ispell is not yet loaded.
4753
9bb7a286
DL
47542000-08-18 Dave Love <fx@gnu.org>
4755
4756 * image.el (find-image): Copy `spec' before using plist-put.
4757
74ec6045
GM
47582000-08-18 Gerd Moellmann <gerd@gnu.org>
4759
4760 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4761 `portugues'.
4762
4763 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4764 backward-kill-sexp, analogous to kill-sexp.
4765
4766 * progmodes/icon.el (icon-indent-line)
4767 (icon-is-continuation-line): Handle comments specially.
4768
47692000-08-17 Ken Stevens <k.stevens@ieee.org>
4770
4771 * ispell.el: Set to standard author/maintainer/keyword fields.
4772 Fine tuning to menu map appearance and operation, and added help.
4773 Remove `start' and `end' error messages when compiling.
4774 (ispell-choices-win-default-height): Fixed comment string.
4775 (ispell-dictionary-alist-1): Fixed regexp in castellano and
4776 castellano8 dictionaries.
4777 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4778 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4779 dictionary, added italiano dictionary.
4780 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4781 word character
4782 (ispell-tex-skip-alists): Added psfig support.
4783 (ispell-skip-html): Renamed from ispell-skip-sgml.
4784 (ispell-begin-skip-region-regexp, ispell-skip-region)
4785 (ispell-minor-check): Improved html skipping support to skip across
4786 code, and recognize `&' commands without propper `;' syntax;
4787 (ispell-process-line): Fix alignment error when manually
4788 correcting spelling.
4789 (ispell): Fix comment string.
4790 (ispell-add-per-file-word-list): Always put word list on new line.
4791
3787e12e
GM
47922000-08-17 Gerd Moellmann <gerd@gnu.org>
4793
a7b28523
GM
4794 * format.el (format-encode-run-method): Fix error message to say
4795 `encode' instead of `decode'. Use save-window-excursion around
4796 shell-command-on-region as in format-decode-run-method because
4797 shell-command-on-region can display a buffer with error output.
4798 (format-decode): Don't record undo information for the decoding.
4799 (format-annotate-function): Add parameter FORMAT-COUNT. Make
4800 that number part of the temporary buffer name so that more than
4801 one decoding using a temporary buffer can happen safely.
4802
4803 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4804 of `A-z' in the regexp.
4805
4806 * hilit-chg.el: Fix typos in commentary.
4807
3787e12e
GM
4808 * help.el (view-emacs-news): Rewritten for new naming scheme
4809 for old NEWS files.
4810
4811 * startup.el (command-line): Pop to *Messages* in case an error
4812 is signaled while loading user-init-file.
4813
d2473540
AS
48142000-08-17 Andreas Schwab <schwab@suse.de>
4815
4816 * files.el (insert-directory): Don't lose original file name,
4817 undoing an undocumented change.
4818
c0bbaf57
GM
48192000-08-17 Alex Schroeder <alex@gnu.org>
4820
4821 * sql.el (sql-magic-go): Use comint-bol.
4822 (sql-copy-column): Use comint-line-beginning-position.
4823 (comint-line-beginning-position): Define a replacement for
4824 comint-line-beginning-position if it is not fboundp.
4825
48262000-08-17 Alex Schroeder <alex@gnu.org>
4827
4828 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4829 it didn't have any effect anyway.
4830
48312000-08-17 Alex Schroeder <alex@gnu.org>
4832
4833 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4834 --pset and pager=off instead of sending \\o|cat at the beginning
4835 of the session.
4836
9d245da5
MB
48372000-08-17 Miles Bader <miles@gnu.org>
4838
4839 * progmodes/octave-inf.el: Add compatibility definition of
4840 comint-line-beginning-position.
4841
abfdbd2e
KH
48422000-08-17 Kenichi Handa <handa@etl.go.jp>
4843
4844 * startup.el (normal-top-level): Look in each dir in load-path for
4845 a leim-list.el file too. This assures of loading leim-list.el
4846 that is created at Emacs installation time even if a user have his
4847 own leim-list.el.
4848
a0b8c939
MB
48492000-08-17 Miles Bader <miles@gnu.org>
4850
4851 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4852 foreground color to black if the background is dark.
4853
7382bcae
SM
48542000-08-16 Stefan Monnier <monnier@cs.yale.edu>
4855
4856 * loadhist.el (unload-feature): Typo.
4857
9b4a7800 4858 * finder.el (finder-compile-keywords):
7382bcae
SM
4859 * cus-dep.el (custom-make-dependencies): Add local-variable settings
4860 to the generated file.
4861
4862 * mail/mh-e.el (mh-make-local-vars):
4863 Replace make-variable-buffer-local with make-local-variable.
4864
cdd0f857 4865 * play/landmark.el:
7382bcae 4866 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
4867 * mail/mailabbrev.el (mail-abbrevs-mode):
4868 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
4869 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4870
4871 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4872
4873 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4874 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4875 Allow going past the last element.
9b4a7800 4876 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
4877 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4878 (cvs-mouse-toggle-mark): Don't move point.
4879 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4880
4881 * progmodes/compile.el (grep): Provide a default set of files.
4882 (next-error): Docstring fix.
4883 (compilation-find-file): Avoid find-file (fails in a dedicated window).
4884
4885 * emacs-lisp/easy-mmode.el (define-minor-mode):
4886 Use `symbol-value' to keep the byte-compiler quiet.
4887
4888 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4889 (diff-find-source-location): New fun, extracted from diff-goto-source.
4890 (diff-goto-source): Use it.
4891 (diff-next-complex-hunk, diff-filter-lines): New function.
4892 (diff-apply-hunk): New command.
4893
4894 * smerge-mode.el (smerge-mode-menu): Doc fix.
4895
4896 * msb.el (msb-mode): Define it in terms of define-minor-mode.
4897
4f00b8c1
DL
48982000-08-16 Dave Love <fx@gnu.org>
4899
2b5198bb
DL
4900 * windmove.el (windmove) <defgroup>: Add :version.
4901
4902 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
4903 (goto-address-fontify-p, goto-address-highlight-p)
4904 (goto-address-url-face, goto-address-url-mouse-face)
4905 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4906 (goto-address-url-regexp): Use thing-at-point-url-regexp.
4907 (goto-address-fontify, goto-address-at-mouse): Simplify,
4908 (goto-address-at-point): browse-url-url-at-point,
4909 goto-address-find-address-at-point can return nil.
4910 (goto-address-find-address-at-point): Return nil on failure.
4911
4912 * align.el (align) <defgroup>: Add :version.
4913
4914 * calculator.el (calculator): Add :version.
4915 (calculator): Use two lines for calculator window if `modeline'
4916 face is boxed.
4917
4f00b8c1
DL
4918 * play/5x5.el: Doc fixes.
4919 (5x5) <defgroup>: Add :version.
4920
4921 * play/fortune.el (fortune) <defgroup>: Add :version.
4922 (fortune-append): Fix error message.
4923 (fortune-from-region): Doc fix.
4924
4925 * play/pong.el (pong): Doc fix.
4926
4927 * play/morse.el: Keywords, commentary, autoloads.
4928
69db7ee7
EZ
49292000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4930
4931 * desktop.el (desktop-save): Don't look at symbol-value of a
4932 member of minor-mode-alist, unless it is boundp.
4933
10e1dad9
SS
49342000-08-16 Sam Steingold <sds@gnu.org>
4935
a0b8c939 4936 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
4937 `while'; use `with-current-buffer' instead of `save-excursion'.
4938 Removed unnecessary kludges now that "*Buffer List*" is excluded.
4939
9d7bcb2e
KH
49402000-08-16 Kenichi Handa <handa@etl.go.jp>
4941
4942 * international/ccl.el (declare-ccl-program): Docstring modified.
4943 (ccl-execute-with-args): Likewise.
4944
04231ab8
MB
49452000-08-16 Miles Bader <miles@gnu.org>
4946
9d245da5 4947 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
4948 comint-line-beginning-position.
4949
f68446ef
GM
49502000-08-15 Gerd Moellmann <gerd@gnu.org>
4951
dc28878c
GM
4952 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4953 'buffer-menu' property.
4954 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4955 fails.
4956 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4957 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4958 wasn't killed.
10e1dad9 4959
58ed0d3b
GM
4960 * buff-menu.el (list-buffers-noselect): Don't display the
4961 *Buffer List* buffer.
4962
32dc52f7
GM
4963 * font-lock.el: Require jit-lock to prevent a very late
4964 `Loading jit-lock' message.
4965
f68446ef 4966 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 4967 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
4968 mail address.
4969
90ac90a2
MB
49702000-08-15 Miles Bader <miles@gnu.org>
4971
4972 * textmodes/ispell.el (ispell-graphic-p): New constant.
4973 (ispell-choices-win-default-height, ispell-help): Use
4974 `ispell-graphic-p' instead of `xemacsp'.
4975
b0a0e263
DL
49762000-08-15 Dave Love <fx@gnu.org>
4977
c1e757e3
DL
4978 * simple.el: Autoload widget-convert when compiling.
4979 (mail-user-agent): Doc fix.
4980
4981 * help.el (function-called-at-point, variable-at-point): Use
4982 with-syntax-table.
4983 (help-manyarg-func-alist): Add insert-and-inherit.
4984
4985 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4986
4987 * delsel.el (delsel-unload-hook): New function.
4988
4989 * find-file.el: Doc fixes. Move provide to end.
4990 (ff) <defgroup>: Add :link.
4991 (ff-goto-click): Deleted.
4992 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4993 Use mouse-set-point.
4994
4995 * textmodes/tildify.el: Doc fixes.
4996 (tildify) <defgroup>: Add:version.
4997
4998 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4999 (glasses-custom-set): Use set-default, not set.
5000 (minor-mode-alist): Propertize the lighter.
5001 (glasses-mode): Provide optional arg.
5002
5f847612
DL
5003 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5004 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5005 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5006 option. Provide :type.
5007 (cwarn-configuration): Provide :type.
5008 (cwarn-mode): Doc fix.
5009
5010 * add-log.el (change-log-merge): Doc fix.
5011 (change-log-redate): New command.
5012
b0a0e263
DL
5013 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5014 Doze and Dog.
5015 (browse-url): Use dolist, not mapcar.
5016 (browse-url-at-point): Check for null url.
5017 (browse-url-event-buffer, browse-url-event-point): Functions
5018 deleted.
5019 (browse-url-at-mouse, browse-url-netscape): Simplify.
5020
5021 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5022 modes.
5023 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5024 Fix previous change to mapcan.
5025 (msb--init-file-alist, msb--add-separators)
5026 (msb--make-keymap-menu): Simplify.
5027 (msb--choose-file-menu): Use copy-sequence.
5028 (msb-mode-map): Add title to keymap.
5029 (msb-unload-hook): New function.
5030
5031 * bs.el: Fix indentation.
5032 (bs) <defgroup>: Add :links.
2b5198bb
DL
5033 (bs-show): Doc fix.
5034 (bs-apply-sort-faces): Don't use window-system.
5035 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 5036
70f1b78e
EZ
50372000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5038
5039 * calendar/timeclock.el (timeclock-file): Run .timelog through
5040 convert-standard-filename.
5041
956777b3
GM
50422000-08-14 Gerd Moellmann <gerd@gnu.org>
5043
3215096c
GM
5044 * emacs-lisp/authors.el: New file.
5045
956777b3
GM
5046 * paren.el (show-paren-priority): New user option.
5047 (show-paren-function): Set overlay priorities to
5048 show-paren-priority.
10e1dad9 5049
0cde1424
MB
50502000-08-14 Miles Bader <miles@gnu.org>
5051
5052 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5053 beginning-of-line with inhibit-field-text-motion bound.
5054
90cbf47e
GM
50552000-08-14 Gerd Moellmann <gerd@gnu.org>
5056
5057 * calendar/timeclock.el: New file.
5058
50592000-08-14 David Ponce <david@dponce.com>
5060
5061 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5062 `widget-button-click'. so that one can use left mouse button to
5063 click on dialog buttons.
5064
50652000-08-14 Emmanuel Briot <briot@gnat.com>
5066
5067 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 5068 identifiers, since XML is case sensitive
10e1dad9 5069
79e8dca7 50702000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 5071
660394d1
MB
5072 * comint.el (comint-output-filter): Don't bother frobbing
5073 window-start, it doesn't seem to be necessary.
79e8dca7
MB
5074
5075 * comint.el (comint-send-string, comint-send-region): Make into
5076 real functions. Snapshot the prompt before sending.
5077
218c2cc7
EZ
50782000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5079
5080 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5081 technique similar to Info-index, instead of relying on specific
5082 names of relevant Index nodes.
5083 (Info-goto-emacs-command-node): Bind Info-history to nil when
5084 going to the first node found by Info-find-emacs-command-nodes.
5085
51e066d2 50862000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
5087
5088 * menu-bar.el (menu-bar-help-menu): Add a :help string.
5089
867102f2
MB
50902000-08-10 Miles Bader <miles@gnu.org>
5091
5092 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5093
af718538
EZ
50942000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5095
5096 * info.el (Info-file-list-for-emacs): More elements for the
5097 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5098 and woman manuals.
5099
c51bacd6
MB
51002000-08-10 Miles Bader <miles@lsi.nec.co.jp>
5101
5102 * comint.el (comint-send-input): Make the newline boundary overlay
5103 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5104 (comint-output-filter): Use `insert' instead of
5105 `insert-before-markers'. Extend comint-last-output-overlay when
5106 necessary since we can't rely on insert-before-markers to do it.
5107 * gud.el (gud-filter): Use `with-current-buffer' instead of
5108 save-excursion when inserting the output, so that point gets
5109 updated correctly; the old method relied on a rather dodgy
5110 side-effect of comint-output-filter to avoid the effect of
5111 save-excursion.
5112
98532b12
EZ
51132000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5114
5115 * files.el (recover-file): Call insert-directory instead of
5116 invoking `ls' directly.
5117
3db4b719
MB
51182000-08-10 Miles Bader <miles@gnu.org>
5119
5120 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5121 (comint-last-prompt-overlay): New variables.
5122 (comint-output-filter): Implement prompt highlighting.
5123 (comint-snapshot-last-prompt): New function.
5124 (comint-send-input): Snapshot the last prompt.
5125 Use comint-highlight-input-face.
5126 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5127 Use defface instead of defcustom.
5128 (send-invisible, comint-send-eof): Snapshot the last prompt.
5129 (comint-delchar-or-maybe-eof): Use comint-send-eof.
5130 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5131
96190aa1
SM
51322000-08-09 Stefan Monnier <monnier@cs.yale.edu>
5133
5cda4b07
SM
5134 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5135 (regexp-opt-group): Use a list of chars for `letters'.
5136 (regexp-opt-charset): `chars' is now a list of chars.
5137 Use a char-table rather than a vector so it works for multibyte chars.
5138
96190aa1
SM
5139 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
5140 Set cvs-minor-current-files to the selected fileinfo.
5141 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5142 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5143
7d093d56
EZ
51442000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5145
5146 * files.el (insert-directory): Don't call access-file on
5147 directories on DOS and Windows.
5148
b24c5811
KH
51492000-08-09 Kenichi Handa <handa@etl.go.jp>
5150
5151 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5152 longer if necessary.
5153 (ccl-embed-code): Call ccl-embed-data to store CODE in
5154 ccl-program-vector.
5155
0a6fd67e
MB
51562000-08-09 Miles Bader <miles@gnu.org>
5157
5158 * comint.el (comint-output-filter): Properly handle the case where
5159 the text surrounded by comint-last-output-overlay was deleted.
5160
9f6d1a6c
GM
51612000-08-08 Gerd Moellmann <gerd@gnu.org>
5162
25ad1371
GM
5163 * info.el (Info-insert-dir): Use Info-additional-directory-list if
5164 non-nil.
5165 (Info-file-list-for-emacs): Remove "info" from the list because
5166 that leads to trying to use the documentation from file `info'
5167 in various situations where it isn't appropriate, for instance
5168 C-h C-k C-h i.
5169
5170 * ffap.el (ffap-read-file-or-url-internal): Handle case that
5171 DIR and/or STRING are nil.
5172
5173 * progmodes/compile.el (compilation-setup): Make variable
5174 compilation-error-screen-columns buffer-local, as some comment
5175 in the code suggests it should be.
5176
5177 * files.el (auto-mode-interpreter-regexp): New variable.
5178 (set-auto-mode): Use it.
5179
5180 * indent.el (indent-for-tab-command): Doc fix.
5181
5182 * mouse-sel.el (mouse-sel-mode): Doc fix.
5183
9f6d1a6c
GM
5184 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5185 labels.
5186
5187 * help.el (print-help-return-message): When
5188 display-buffer-reuse-frames is set, let the help window been quit,
5189 instead of deleting it, which might delete a reused frame.
5190
3d819a75
EZ
51912000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5192
5193 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5194 rename a directory to a name that differs only by its letter case.
5195
c5a52529
KH
51962000-08-08 Kenichi Handa <handa@etl.go.jp>
5197
5198 * international/quail.el (quail-define-rules): Handle Quail decode
5199 map correctly. Add code for supporting annotations.
5200 (quail-install-decode-map): New function.
5201 (quail-defrule-internal): New optional arguments decode-map and
5202 props.
5203 (quail-advice): New function.
5204
5e9e032a
SS
52052000-08-07 Sam Steingold <sds@gnu.org>
5206
5207 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5208 `defconst', `define-condition', `with-slots'.
5209 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5210
46645f4b
MB
52112000-08-03 Miles Bader <miles@gnu.org>
5212
5213 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5214 New variable.
5215 (comint-prompt-regexp, comint-get-old-input): Document dependence on
5216 comint-use-prompt-regexp-instead-of-fields.
5217 (comint-send-input): Add `input' field property to stuff we send to
5218 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5219 (comint-output-filter): Add `output' field property to process
5220 output, if comint-use-prompt-regexp-instead-of-fields is nil.
5221 (comint-replace-by-expanded-history)
5222 (comint-get-old-input-default, comint-show-output)
5223 (comint-backward-matching-input, comint-forward-matching-input)
5224 (comint-next-prompt, comint-previous-prompt): Use field
5225 properties if comint-use-prompt-regexp-instead-of-fields is nil.
5226 (comint-line-beginning-position): New function.
5227 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
5228 (comint-replace-by-expanded-history-before-point): Use
5229 comint-line-beginning-position and line-end-position.
5230 (comint-last-output-overlay): New variable.
5231 (comint-mode): Make `comint-last-output-overlay' buffer-local.
5232
5233 * shell.el (shell-prompt-pattern): Doc change.
5234 (shell-backward-command): Use line-beginning-position.
5235
5236 * gud.el (gud-gdb-complete-command): Use
5237 comint-line-beginning-position.
5238
5239 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5240 comint-bol doesn't actually go to the beginning of the line.
5241
5242 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5243 if comint-use-prompt-regexp-instead-of-fields is non-nil.
5244 (try-expand-line-all-buffers): Likewise.
5245
5246 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5247 explicitly matching comint-prompt-regexp.
5248 (sql-copy-column): Use comint-line-beginning-position instead of
5249 explicitly matching comint-prompt-regexp.
5250
5251 * progmodes/octave-inf.el (inferior-octave-complete): Use
5252 comint-line-beginning-position.
5253
5254 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5255
5256 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5257 looking for a prompt, use `forward-line 0' instead of
5258 `beginning-of-line', to avoid getting caught by an input field.
5259
ff3d9573
GM
52602000-08-07 Gerd Moellmann <gerd@gnu.org>
5261
5262 * files.el (shell-quote-wildcard-pattern): Make sure to return
5263 PATTERN, in the Unix case.
5264
e0d8827b
EZ
52652000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
5266
5267 * play/zone.el (zone): Discard any pending input before running
5268 the randomly-chosen pgm.
5269
24d55b8f
KH
52702000-08-07 Kenichi Handa <handa@etl.go.jp>
5271
5272 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5273 checking the existence of any multibyte characters.
5274
3d05e1ee
GM
52752000-08-06 Gerd Moellmann <gerd@gnu.org>
5276
6c4a4368
GM
5277 * help.el (describe-mode): Test minor-mode symbol for being
5278 bound before testing its value for being nil.
5279
3d05e1ee
GM
5280 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5281 `first', `second', and `third'.
5282
5283 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5284 (second): Make it an alias for `cadr'.
5285
6968a481
EZ
52862000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
5287
5288 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5289 types of display support faces now.
5290
e49aa397
GM
52912000-08-05 Gerd Moellmann <gerd@gnu.org>
5292
5293 * pcvs.el (require): Require `cl' during compilation, only.
5294
5295 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5296 (toplevel): Remove `remq' and `remove' from autoloads.
5297 (cl-fake-autoloads): New variable. If set, arrange for an error
5298 when CL functions etc. are autoloaded.
5299
588aca27
EZ
53002000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
5301
2e78d4ab
EZ
5302 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5303
85628348
EZ
5304 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5305 popped up, but the user clicks outside the menu, return an empty
5306 regexp (that causes unhighlight-regexp to have no effect).
5307
74f0e552
EZ
5308 * menu-bar.el (menu-bar-games-menu): Add Zone.
5309
588aca27
EZ
5310 * hi-lock.el (toplevel): Require font-lock.
5311
f4988be7
GM
53122000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5313
ba087cd7 5314 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
5315 (ebnf-8-bit-chars): New var for bug fix.
5316 (ebnf-string): Bug fix.
5317
027b73ac
SS
53182000-08-03 Sam Steingold <sds@gnu.org>
5319
5320 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5321 instead of `buffer-string'.
5322 (require 'cl): Always, not just when compiling.
5323 `ignore-errors' in `interactive', `list*', `defun*' &c make this
5324 necessary.
5325
2f1fa038
EZ
53262000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
5327
5328 * international/mule-cmds.el (select-safe-coding-system): Make
5329 the message text about selecting a safe coding system more clear.
5330
ead53494
GM
53312000-08-02 Gerd Moellmann <gerd@gnu.org>
5332
abb2db1c
GM
5333 * hi-lock.el: New file.
5334
5335 * play/zone.el: New file.
5336
ead53494
GM
5337 * replace.el (occur): Set tab-width in the *Occur* buffer to the
5338 value of tab-width in the original buffer. Choose a line number
5339 format that's a multiple of the original buffer's tab width, so
5340 that lines appear right.
5341
5342 * textmodes/ispell.el (ispell): New function, replacing an alias.
5343 Spell-check active region if in transient-mark-mode and mark
5344 is active; otherwise spell-check buffer.
5345
53462000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5347
5348 * ps-mule.el: Fix a customization problem on
5349 ps-mule-font-info-database-default.
5350
f4a2b0a4
EZ
53512000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
5352
5353 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5354 display-mouse-p instead of window-system.
5355 (ebrowse-member-mode-map): Ditto.
5356
b685181e
GM
53572000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5358
ba087cd7
EZ
5359 * progmodes/ebnf2ps.el: Update ps-print functions call.
5360 Indentation fix. Doc fix.
b685181e
GM
5361 (ebnf-version): New version number (3.2).
5362 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 5363
3b5fab87
EZ
53642000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
5365
032ebb29
EZ
5366 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5367 font lock support on window-system.
5368 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5369
3b5fab87
EZ
5370 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5371 display-color-p, if fboundp, instead of window-system.
5372
7e2605e7
EZ
53732000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
5374
5375 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5376 instead of window-system.
5377
5378 * wid-edit.el (widget-choose): Use display-mouse-p instead of
5379 window-system.
5380 (widget-choice-mouse-down-action): Use display-popup-menus-p
5381 instead of window-system.
5382
5383 * strokes.el (strokes-file): Run the file name through
5384 convert-standard-filename.
5385 (strokes-mode): Call display-mouse-p instead of looking at
5386 window-system. Change the error message accordingly.
5387
5388 * progmodes/cpp.el (toplevel): Support faces on tty's.
5389
5390 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5391 (lm-plot-square, lm-init-display): Don't use window-system.
5392
5393 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5394 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5395
5396 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5397 instead of looking at window-system.
5398
26119624
GM
53992000-07-30 Gerd Moellmann <gerd@gnu.org>
5400
5401 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5402 of testing if iswitchb-prepost-hooks is bound, because the
5403 latter will always be true when invoking a recursive minibuffer
5404 from an active Iswitchb buffer.
5405
c90596f3
EZ
54062000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
5407
5408 * files.el (shell-quote-wildcard-pattern): New function.
5409 (insert-directory): Call it. Only prepend "\" to command on Unix
5410 and GNU/Linux systems.
5411
18925e78
GM
54122000-07-30 Gerd Moellmann <gerd@gnu.org>
5413
5414 * eshell/esh-groups.el: Change custom :link file names
5415 from `eshell.info' to `eshell'.
5416
54172000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
5418
5419 * dired.el (dired-build-subdir-alist): Expand subdirectory names
5420 correctly in recursive ange-ftp listings.
5421
54222000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5423
5424 * ps-print.el: Fix bug 1: if ps-font-size-internal,
5425 ps-header-font-size-internal and
5426 ps-header-title-font-size-internal variables are not set,
5427 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
5428 face text property is (foreground-color . COLOR) or
5429 `(background-color . COLOR)', ps-print crashes. Doc fix.
5430 (ps-print-version): New version number (5.2.4).
5431 (ps-plot-region): Code fix.
5432 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5433 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5434 Bug fix 2.
5435
54362000-07-30 Milan Zamazal <pdm@freesoft.cz>
5437
5438 * glasses.el (glasses-make-readable): Fix uncapitalization of
5439 identifiers like `myXMLDocument'.
5440
aeb4c63e
KF
54412000-07-28 Karl Fogel <kfogel@red-bean.com>
5442
18925e78
GM
5443 * mail/mail-hist.el (mail-hist-previous-input)
5444 (mail-hist-next-input): Do the obvious code factorization.
5445 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
5446 code of above two.
5447 If inserting a message body, leave point at top.
5448
9d453139
SS
54492000-07-28 Sam Steingold <sds@gnu.org>
5450
5451 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
5452 Use `<=', not `<' to compare times!
5453 (ange-ftp-ls): Remove.
9d453139 5454
b548072f
GM
54552000-07-27 Gerd Moellmann <gerd@gnu.org>
5456
27848c01
GM
5457 * play/cookie1.el: Add explanation of how to make cookie.el
5458 compatible with strfile(1) to comment.
5459
5460 * subr.el (remove, remq): New functions.
5461
3ab82477
GM
5462 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5463 escape `*' in regexps.
5464 (midnight-find): Reverse order of arguments in the funcall of
5465 TEST.
5466
5467 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5468 and `.class'.
5469
b548072f
GM
5470 * play/meese.el: Add Commentary section.
5471
27848c01
GM
54722000-07-27 Alex Schroeder <alex@gnu.org>
5473
5474 * sql.el (sql-ms): Added autoload cookie.
5475 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5476 (sql-oracle): Ditto.
5477 (sql-help): Doc change.
5478
5479 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5480 types and exceptions.
5481
54822000-07-27 Alex Schroeder <alex@gnu.org>
5483
5484 * sql.el (sql-placeholder-history): New variable.
5485 (sql-query-placeholders-and-send): New function that will query
5486 the user and replace placeholders with user input.
5487 (sql-oracle): If running on NT, set comint-input-sender to
5488 sql-query-placeholders-and-send.
5489
5490 (sql-stop): If in the SQLi buffer, insert stop notification, else
5491 present it as a message.
5492
54932000-07-27 Alex Schroeder <alex@gnu.org>
5494
5495 * sql.el (sql-input-ring-separator): Doc change.
5496 (sql-input-ring-file-name): Doc change.
5497 (sql-interactive-mode): Use `sql-input-ring-separator' and
5498 `sql-input-ring-file-name' to set the comint-mode equivalents
5499 without making them local variables.
5500 (sql-stop): Don't bind `sql-input-ring-separator' and
5501 `sql-input-ring-file-name' dynamically to their comint-mode
5502 equivalents.
5503
91ae8751
KH
55042000-07-27 Kenichi Handa <handa@etl.go.jp>
5505
5506 * international/mule.el (register-char-codings): New function.
5507 (make-coding-system): Handle `safe-chars' specification in the arg
5508 PROPERTY.
5509
5510 * international/mule-cmds.el
5511 (find-coding-systems-region-subset-p): This function deleted.
5512 (sort-coding-systems-predicate): New variable.
5513 (sort-coding-systems): New function.
5514 (find-coding-systems-region): Use
5515 find-coding-systems-region-internal.
5516 (find-coding-systems-string): Use find-coding-systems-region.
5517 (find-coding-systems-for-charsets): Check
5518 char-coding-system-table.
5519 (select-safe-coding-system-accept-default-p): New variable.
5520 (select-safe-coding-system): Mostly rewritten. New argument
5521 ACCEPT-DEFAULT-P.
5522 (select-message-coding-system): Call select-safe-coding-system
5523 with ACCEPT-DEFAULT-P arg.
5524 (reset-language-environment): Reset default-sendmail-coding-system
5525 to the default value iso-latin-1.
5526 (set-language-environment): Don't set the obsolete variable
5527 charset-origin-alist.
5528
5529 * international/codepage.el (cp-coding-system-for-codepage-1):
5530 Give `safe-chars' property to make-coding-system.
5531
5532 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5533 calling select-message-coding-system twice.
5534
5535 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5536 instead of `safe-charsets'.
5537 (cyrillic-alternativnyj): Likewise.
5538 (ccl-encode-alternativnyj): Don't check the charset
5539 cyrillic-iso8859-5.
5540
90cf4474
KH
55412000-07-27 Kenichi Handa <handa@etl.go.jp>
5542
5543 * composite.el (compose-chars-after): Preserve match data.
5544
a1f84f6d
SS
55452000-07-26 Sam Steingold <sds@gnu.org>
5546
5547 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5548 (ange-ftp-real-file-newer-than-file-p): New function.
5549 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5550 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5551
5552 * tooltip.el (tooltip-float-time): Removed (use `float-time').
5553 * midnight.el (midnight-float-time): Ditto.
5554
e092928e
AS
55552000-07-26 Andreas Schwab <schwab@suse.de>
5556
5557 * files.el (normal-backup-enable-predicate): Correct
5558 interpretation of the return value of compare-strings.
5559
7465ebef
GM
55602000-07-26 Gerd Moellmann <gerd@gnu.org>
5561
3353ef5a
GM
5562 * isearch.el (isearch-resume): New function.
5563 (isearch-done): Add something to command-history to resume
5564 the search.
5565 (isearch-yank-line, isearch-yank-word): Use
5566 buffer-substring-no-properties instead of buffer-substring.
5567
7465ebef
GM
5568 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5569 of flyspell-mouse-map.
5570
5571 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5572 duplicate definition.
5573 (makefile-mode): Remove duplicate setting of local-abbrev-table.
5574
5575 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5576 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5577
5044b74a
SS
55782000-07-25 Sam Steingold <sds@gnu.org>
5579
25759a92
SS
5580 * net/ange-ftp.el: Get modtime over the net.
5581 (ange-ftp-file-modtime): New function.
a95cb10a
GM
5582 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5583 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
5584 Use it.
5585 (ange-ftp-dot-to-slash): New function.
5586 (ange-ftp-fix-name-for-vms): Use it.
5587
5044b74a
SS
5588 * midnight.el (midnight-buffer-display-time): Use
5589 `with-current-buffer'.
5590
5dcfb3f4
GM
55912000-07-25 Gerd Moellmann <gerd@gnu.org>
5592
5593 * find-dired.el: Update copyright notice.
5594 (find-dired): Offer to kill a running `find'.
5595
5596 * enriched.el (enriched-face-ans): For a `foreground-color'
5597 property, return '(("x-color" COLOR))' so that COLOR will be
5598 output as a parameter of the x-color annotation. Likewise for the
5599 `background-color' property. In the case of normal face
5600 properties, don't return annotations for unspecified foreground
5601 and background face attributes.
5602
8c662166
KH
56032000-07-25 Kenichi Handa <handa@etl.go.jp>
5604
5605 * language/japan-util.el (japanese-katakana-region): Fix handling
5606 HANKAKU argument.
5607
c28da489
MB
56082000-07-25 Miles Bader <miles@gnu.org>
5609
5610 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5611 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
5612 constrain-to-field.
5613
ad349719
AI
56142000-07-24 Andrew Innes <andrewi@gnu.org>
5615
5616 * timer.el (timer-activate-when-idle): Add optional parameter
5617 DONT-WAIT. Update docstring.
5618 (run-with-idle-timer): Specify extra parameter to
5619 timer-activate-when-idle, so that timer will be activated
5620 immediately if Emacs is already idle.
5621
5622 * w32-fns.el (w32-using-nt): Fix docstring.
5623
c95162f5
DL
56242000-07-24 Dave Love <fx@gnu.org>
5625
5626 * mouse.el (popup-menu): Set last-command-event.
5627 (mouse-major-mode-menu-prefix): Declare.
5628
e3c31fd5
GM
56292000-07-24 Gerd Moellmann <gerd@gnu.org>
5630
5631 * textmodes/flyspell.el: Update to author's version 1.5d.
5632
5633 * progmodes/hideshow.el: Update copyright notice.
5634
5635 * vcursor.el: Set maintainer to FSF, since author cannot
5636 be reached.
5637
7636d2a3
EZ
56382000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
5639
fbe0a958
EZ
5640 * info.el (Info-goto-emacs-key-command-node): Leave a space after
5641 the prompt.
5642
7636d2a3
EZ
5643 * mouse.el (popup-menu): Run the keymap through indirect-function,
5644 in case it was defined with define-prefix-key. If the menu is a
5645 list of keymaps, look up the binding of user's choice in each one
5646 of the keymaps.
5647 (mouse-popup-menubar): If the global and local menu-bar keymaps
5648 don't have a prompt string, create one and insert it into the
5649 keymap. Don't barf if current-local-map returns nil.
5650
e024b101
GM
56512000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
5652
5653 * dired.el (dired-sort-R-check): Added to allow recursive listing
5654 to be undone.
5655 (dired-sort-other): Use it.
5656
7972fcfc
GM
56572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5658
e024b101 5659 * Release of cc-mode 5.27
7972fcfc
GM
5660
56612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5662
5663 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5664 c-beginning-of-statement-1 that caused a bad case of recursion
5665 which could consume a lot of CPU in large classes in languages
5666 that have in-expression classes (i.e. Java and Pike).
5667
5668 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5669 statements before top level constructs (i.e. case 6 is moved
5670 before case 5 and is now case 4) to catch in-expression
5671 classes in top level expressions correctly.
5672
56732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5674
5675 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5676 objc-method-intro. Case 4 removed and case 5I added.
5677
5678 * cc-langs.el (c-append-paragraph-start): New variable used by
5679 c-common-init to get paragraph-start correct.
5680 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5681 initialize paragraph-start to make it correct both with and
5682 without the javadoc special case.
5683
5684 * cc-mode.el (java-mode): Use c-append-paragraph-start to
5685 initialize paragraph-start for javadoc markup.
5686
5687 * cc-vars.el (c-style-variables-are-local-p): Incompatible
5688 change by defaulting this to t. It's motivated by the
5689 confusing behavior that otherwise arise from the style system
5690 when editing both java and non-java files at the same time
5691 (see the comments about style setting in c-common-init).
5692
56932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5694
5695 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5696 similar to the one in c-fill-paragraph to check the fill
5697 prefix from the adaptive fill function for sanity.
5698
56992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5700
5701 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5702 defun block.
5703
57042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5705
5044b74a 5706 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
5707
57082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5709
5710 * cc-align.el (c-lineup-multi-inher): Handle lines with
5711 leading comma nicely. Extended to handle member initializers
5712 too.
5713
e024b101 5714 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
5715 c-guess-basic-syntax): Fixed recognition of inheritance lists
5716 when the lines begins with a comma.
5717
5044b74a 5718 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
5719
5720 * cc-vars.el (c-offsets-alist): Changed default for
5721 member-init-cont to c-lineup-multi-inher since it now handles
5722 member initializers and indents better for leading commas.
5723
57242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5725
5726 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5727 handling that caused class open lines to be recognized as
5728 statement-conts in some cases.
5729
5730 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5731 guessed by the adaptive fill function unless point is on the
5732 first line of a block comment.
5733
5734 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5735 when the buffer ends with a macro continuation char.
5736
5737 * cc-engine.el (c-guess-basic-syntax): Added support for
5738 function definitions as statements in Pike. The first
5739 statement in a lambda block is now labeled defun-block-intro
5740 instead of statement-block-intro.
5741
5742 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5743 so that the class surrounding point is selected, not the one
5744 innermost in the state.
5745
5746 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5747 recognition of switch labels having hanging multiline
5748 statements.
5749
5750 * cc-engine.el (c-beginning-of-member-init-list): Broke out
5751 some code in c-guess-basic-syntax to a separate function.
5752 * cc-engine.el (c-just-after-func-arglist-p): Fixed
5753 recognition of member inits with multiple line arglists.
5754 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5755 member-init-cont when the commas are in funny places.
5756
57572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5758
5759 * cc-defs.el (c-auto-newline): Removed this macro since it's
5760 not used anymore.
5761
5762 * cc-engine.el (c-looking-at-bos): New helper function.
5763 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5764 inexpr and toplevel classes apart in Pike.
5765
5766 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5767 of case 9A.
5768
5769 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5770 constant, since "class" can introduce an in-expression class
5771 in Pike nowadays.
5772
57732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5774
5775 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5776 indentation on cpp-macro lines.
5777
5778 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5779 a syntax modifier like comment-intro, to make it possible to
5780 get syntactic indentation for preprocessor directives. It's
5781 incompatible wrt to lineup functions on cpp-macro, but it has
5782 no observable effect in the 99.9% common case where cpp-macro
5783 is set to -1000.
5784
57852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5786
5787 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5788 member-init-cont when the preceding arglist is several lines.
5789
57902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5791
5792 * cc-styles.el (c-style-alist): The basic offset for the BSD
5793 style corrected to 8.
5794
57952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5796
5797 * cc-styles.el (c-style-alist): Adjusted the indentation of
5798 brace list openers in the gnu style.
5799
58002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5801
5802 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5803
5804 * cc-cmds.el (c-electric-brace, c-electric-slash,
5805 c-electric-star, c-electric-semi&comma, c-electric-colon,
5806 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5807 when c-syntactic-indentation is nil.
5808
5809 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5810 we were left at comments preceding the first statement when
5811 reaching the beginning of the buffer.
5812
5813 * cc-vars.el (c-syntactic-indentation): New variable to turn
5814 off all syntactic indentation.
5815
58162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5817
5818 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5819 between the text and the block comment ender when it hangs,
5820 depending on how many there are before the fill.
5821
58222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5823
5824 * cc-engine.el (c-beginning-of-closest-statement): New helper
5825 function to go back to the closest preceding statement start,
5826 which could be inside a conditional statement.
5827 * cc-engine.el (c-guess-basic-syntax): Use
5828 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5829
5830 * cc-engine.el (c-guess-basic-syntax): Better handling of
5831 arglist-intro, arglist-cont-nonempty and arglist-close when
5832 the arglist is nested inside parens. Cases 7A, 7C and 7F
5833 changed.
5834
5835 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5836 up-to-date with javadoc 1.2.
5837
58382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5839
5840 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5841 multiline Pike type decls.
5842
58432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5844
5845 * cc-cmds.el (c-indent-new-comment-line): Always break
5846 multiline comments in multiline mode, regardless of
5847 comment-multi-line.
5848
58492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5850
5851 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5852 fully::qualified::names in C++ member init lists. Preamble in
5853 case 5D changed.
5854
58552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5856
5857 * cc-langs.el (c-common-init): Handling of obsolete variables
5858 moved to c-initialize-cc-mode. More compatible style override
5859 when using global style variables.
5860 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5861 variables moved here.
5862
e024b101 5863 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
5864 c-special-indent-hook as a style variable. Don't talk about
5865 doing (c-make-styles-buffer-local t) in a mode hook, since
5866 that's already too late to work right.
5044b74a 5867
7972fcfc
GM
5868 * cc-styles.el (c-make-styles-buffer-local): Flag style
5869 variable localness in c-style-variables-are-local-p to make
5870 the compatibility measure in c-common-init work well.
5871
5872 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5873 longer contain set-from-style.
5874 * cc-styles.el (c-initialize-builtin-style): Don't check for
5875 set-from-style on c-special-indent-hook.
5876 * cc-styles.el (c-copy-tree): Obsolete. The standard function
5877 copy-alist is sufficient now.
5878
5879 * cc-styles.el (c-set-style, c-set-style-1,
5880 c-get-style-variables): Fixes to variable initialization so
5881 that duplicate entries in styles have the same effect
5882 regardless of DONT-OVERRIDE.
5883
5884 * cc-styles.el (c-set-style-2): Fixed bug where the
5885 initialization of inheriting styles failed when the
5886 dont-override flag is set.
5887
5888 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5889 on this.
5890
58912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5892
5893 * cc-defs.el (c-forward-comment): Removed the workaround
5894 introduced in 5.38 since it had worse side-effects. If a line
5895 contains the string "//\"", it regarded the // as a comment
5896 start since the \ temporarily doesn't have escape syntax.
5897
58982000-07-17 Emmanuel Briot <briot@act-europe.fr>
5899
5900 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5901 ada-xref.el before ada-prj.el, so that the Project menu is created
5902 when ada-prj tries to add to it.
5903 (ada-activate-keys-for-case): Suppress the characters that are not
5904 part of the Ada syntax. Better compatibility with else-mode
5905 (ada-adjust-case-interactive): When auto-casing is not active,
5906 correctly insert newlines (used to insert only ^M). Prevent the
5907 syntax table from being changed in case of an error
814299a7 5908 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
5909 Do nothing if ada-auto-case is nil.
5910 (ada-after-keyword-p): Ignore keywords that are also attributes
5911 (ada-batch-reformat): Update usage comment
5912 (ada-call-from-contextual-menu): New function
5913 (ada-case-read-exceptions): Reinitialize the casing exception list
5914 first to nil first, so that the casing exception file can be
5915 shared.
5916 (ada-check-defun-name): Handles "configure" keyword for gnatdist
5917 files.
5918 (ada-compile-goto-error): Fix regexp used to detect a file:line
5919 anywhere in the error message
5920 (ada-contextual-menu-last-point): New variable
5921 (ada-create-keymap): If the variable delete-key-deletes-forward is
5922 t on XEmacs, it means that DEL should delete one character
5923 forward.
5924 (ada-create-menu): Use :included instead of :visible for XEmacs.
5925 New submenu "Options".
5926 (ada-end-stmt-re): Correctly indent "select ... then abort"
5927 statements.
5928 (ada-fill-comment-paragraph): Correctly delete all leading '--'
5929 even if they don't match ada-fill-comment-prefix Fix handling of
5930 paragraphs on the first or last line of a file.
5931 (ada-format-paramlist): Fix handling of default parameter values.
5932 (ada-get-body-name): New function.
5933 (ada-get-current-indent): Optimized by searchling directly for an
5934 existing generic part or a statement outside of it. Handle
5935 ada-indent-align-comments when indenting comments Replaced some
5936 regexps by testing directly the next character. This results in a
5937 huge speedup on some files. New indentation scheme for renames
5938 statements. Stop looking for the 'while' or 'for' associated with
5939 a 'loop' at the first semicolon encountered. A "return" can also
5940 match an anonymous access subprogram declaration.
5941 (ada-get-indent-noindent): Ignore strings and comments when
5942 looking for the keywords "record" and "private".
5943 (ada-goto-matching-decl-start): When matching "if", make sure we
5944 are not in fact seeing "end if". Ignore "when" statements except
5945 when initial keyword was "begin". Fix handling of nested
5946 procedures. Add a recursive call to this function to skip over
5947 other 'end' statmts. Fix indentation for "when .. => begin"
5948 (ada-in-open-paren-p): Fix indentation for complex boolean
5949 expressions, where 'and then', 'or else' and parenthesis
5950 statements are mixed up.
5951 (ada-in-paramlist-p): Skip comments while searching for the
5952 beginning Fix handling of operator declarations.
5953 (ada-indent-align-comments): New variable
5954 (ada-indent-current): Change the syntax table only in the
5955 protected section, so that we are sure it is restored correctly.
5956 (ada-indent-on-previous-lines): Use ada-use-indent and
5957 ada-with-indent Correctly indent "select ... then"
5958 (ada-indent-region): Slight speedup.
5959 (ada-indent-renames): New variable.
5960 (ada-last-which-function-subprog, ada-last-which-function-line):
5961 New variables
5962 (ada-looking-at-semi-private): Correctly indent the 'private'
5963 keyword when it is the first word in a package declaration.
5964 (ada-loose-case-word): Stop searching if at the end of the buffer.
5965 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5966 even if point is not initially at the end of the word.
5967 (ada-matching-decl-start-re): Add "when".
5968 (ada-mode): Add support for abbrev-mode, outline-mode and
5969 which-func-mode Override the old find-file.el entry in
5970 ff-special-constructs since it is using the obsolete
5971 ada-spec-suffix variable
5972 (ada-no-auto-case): New function
5973 (ada-scan-paramlist): When parsing the argument type, accept
5974 spaces (as in "X 'Class", generated by Rational Rose).
5975 (ada-other-file-name): No longer loads the other file.
5976 (ada-popup-menu): Save and restore the current buffer and cursor
5977 position before and after displaying the menu.
5978 (ada-search-ignore-complex-boolean): New function.
5979 (ada-uncomment-region): Emacs21 already knows how to delete
5980 comments not starting in the first column.
5981 (ada-use-indent): New variable
5982 (ada-which-function): New function.
5983 (ada-with-indent): New variable
5984 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5985 can be batch-compiled from the command line.
5986
5987 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5988 Add to the menu when the file is loaded, not in ada-mode-hook.
5989 Add -toolbar to the default ddd command Switches moved from
5990 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5991 ada-prj-default-comp-opt
5992 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5993 Reference Manual to the menu
5994 (ada-check-current): rewritten as a call to ada-compile-current
5995 (ada-compile): Removed.
5996 (ada-compile-application, ada-compile-current, ada-check-current):
5997 Set the compilation-search-path so that compile.el automatically
5998 finds the sources in src_dir. Automatic scrollong of the
5999 compilation buffer. C-uC-cC-c asks for confirmation before
6000 compiling
6001 (ada-compile-current): New parameter, prj-field
6002 (ada-complete-identifier): Load the .ali file before doing
6003 processing
6004 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6005 conform to gnatmake's behavior.
6006 (ada-find-file-in-dir): New function
6007 (ada-find-references): Set the environment variables for gnatfind
6008 (ada-find-src-file-in-dir): New function.
6009 (ada-first-non-nil): Removed
6010 (ada-gdb-application): Add support for jdb, the java debugger.
6011 (ada-get-ada-file-name): Load the original-file first if not done
6012 yet.
6013 (ada-get-all-references): Handles the new ali syntax (parent types
6014 are found between <>).
6015 (ada-initialize-runtime-library): New function
6016 (ada-mode-hook): Always load a project file when a file is opened,
6017 so that the casing exceptions are correctly read.
6018 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6019 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6020 to open the project file, since the latter does not work with
6021 speedbar Get default values before loading the prj file, or the
6022 default executable file name is wrong. Use the absolute value of
6023 src_dir to initialize ada-search-directories and
6024 compilation-search-path,... Add the standard runtime library to
6025 the search path for find-file.
6026 (ada-prj-default-debugger): Was missing an opening '{'
6027 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6028 variables.
6029 (ada-prj-default-gnatmake-opt): New variable
6030 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6031 buffers, the project file is the default one Save the windows
6032 configuration before displaying the menu.
6033 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6034 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6035 ...) regexp-quote identifiers names to support operators +,
6036 -,... in regexps.
6037 (ada-remote): New function.
6038 (ada-run-application): Erase the output buffer before starting the
6039 run Support remote execution of the application. Use
6040 call-process, or the arguments are incorrectly parsed
6041 (ada-set-default-project-file): Reread the content of the active
6042 project file, not the one from the current buffer When a project
6043 file is set as the default project, all directories are
6044 automatically associated with it.
6045 (ada-set-environment): New function
6046 (ada-treat-cmd-string): New special variable ${current}
6047 (ada-treat-cmd-string): Revised. The substitution is now done for
6048 any ${...} substring
6049 (ada-xref-current): If no body was found, compiles the spec
6050 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6051 compiler to get rid of command line length limitations.
6052 (ada-xref-get-project-field): New function
6053 (ada-xref-project-files): New variable
6054 (ada-xref-runtime-library-specs-path)
6055 (ada-xref-runtime-library-ali-path): New variables
6056 (ada-xref-set-default-prj-values): Default run command now does a
6057 cd to the build directory. New field: main_unit Provide a default
6058 file name even if the current buffer has no prj file.
6059
6060 * ada-prj.el:
6061 Rewritten to show a tabbed-dialog.
6062 (ada-prj-add-ada-menu): Remove the map and name parameters.
6063 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6064 New function
6065 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6066 (ada-prj-load-from-file): New function
6067 (ada-prj-save): Always save fields that depend on the current buffer
6068 (ada-prj-show-value): New function
5044b74a 6069
7972fcfc
GM
6070 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6071 Ada mode. This will allow us to display the Ada menu in any buffer
6072 we want (for project items).
6073 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6074 number of spaces in the header.
5044b74a 6075
8730a8da
DL
60762000-07-24 Dave Love <fx@gnu.org>
6077
6078 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6079
db3ca487
NF
60802000-07-23 Noah Friedman <friedman@splode.com>
6081
ad953485
NF
6082 * type-break.el (type-break): perform autosave.
6083 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6084 (type-break-do-query): Cancel query schedule while performing
6085 actual query, to avoid possibility of a second query being made
6086 while first one is already in progress.
6087 (type-break-time-stamp-format): New variable.
6088 (type-break-time-stamp): New function.
6089 (type-break-time-warning): Use it.
6090 (type-break-keystroke-warning): Use it.
6091 (type-break-noninteractive-query): Use it.
6092
03a9c6d0
NF
6093 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6094 cookie.
6095 Use add-minor-mode to set minor-mode-alist, if available.
6096 (eldoc-echo-area-use-multiline-p): New user option.
6097 (eldoc-echo-area-multiline-supported-p): New variable.
6098 (eldoc-docstring-format-sym-doc): Use them.
6099 (eldoc-mode): If not using idle timers, append to local post and
6100 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
6101 (eldoc-display-message-no-interference-p): Don't interfere with
6102 edebug.
6103 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6104 (eldoc-function-arglist): New function.
6105 (eldoc-function-argstring): Use it.
6106
db3ca487
NF
6107 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6108 auto save directory exists before calling directory-files.
6109
f7ad1899
DL
61102000-07-23 Dave Love <fx@gnu.org>
6111
6112 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6113 ^o, ^u.
6114
43e764c9
DL
61152000-07-21 Dave Love <fx@gnu.org>
6116
475de6f4
DL
6117 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6118 now passed to the function. It now works properly.
6119
43e764c9
DL
6120 * smerge-mode.el (smerge-mode-menu): Fill it out.
6121
e8bea4c0
GM
61222000-07-20 Gerd Moellmann <gerd@gnu.org>
6123
6124 * info-look.el (info-lookup): If *info* is shown in another frame
6125 on the same display, select that frame, instead of switching to
6126 the Info buffer in another window of the selected frame.
6127
6128 * simple.el (universal-argument-map): Bind numeric keypad keys
6129 kp-0 to kp-9 and kp-subtract.
6130 (digit-argument): Handle these keys.
6131
bc75b4fd
DL
61322000-07-20 Dave Love <fx@gnu.org>
6133
6134 * net/goto-addr.el (goto-address-fontify): Don't bother with
6135 buffer-modified and read-only stuff -- irrelevant with overlays.
6136 Put an extra property on the overlays and use it to clean up in
6137 case goto-address is re-run.
6138
8b7bc628
RS
61392000-07-19 Richard M. Stallman <rms@gnu.org>
6140
18e21ce8
RS
6141 * timer.el (run-with-idle-timer): Doc fix.
6142
db3ca487 6143 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
6144 Handle case where <...> appears inside "...".
6145 Use replace-match to edit the string more simply.
6146 (rmail-dont-reply-to): Cope with an unmatched ".
6147
50575ec2
DL
61482000-07-19 Dave Love <fx@gnu.org>
6149
6150 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6151 implementation.
6152
6153 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6154 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6155 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6156
4279296d
GM
61572000-07-19 Gerd Moellmann <gerd@gnu.org>
6158
47db06aa
GM
6159 * textmodes/refer.el: Correct maintainer's email address.
6160
6161 * progmodes/hideif.el: Correct author's email address.
6162 Fix typo in comment.
6163
6164 * xml.el: New file.
6165
4279296d
GM
6166 * mail/mailheader.el: Correct author's mail address.
6167
6168 * gnus/parse-time.el: Correct author's mail address.
6169
47db06aa 61702000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
6171
6172 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
6173 New user options.
6174 (comint-input-ring-file-name): Change custom type.
6175 (comint-mode-map): Bind mouse-2.
6176 (comint-insert-clicked-input): New function.
6177 (comint-send-input): Handle input highlighting.
6178
21ad0f7b
SM
61792000-07-18 Stefan Monnier <monnier@cs.yale.edu>
6180
6181 * mouse.el (popup-menu): New function.
6182 (mouse-major-mode-menu): Use it.
6183
3b33a005
DL
61842000-07-18 Dave Love <fx@gnu.org>
6185
6186 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6187 improvements.
6188
dc1cac59
GM
61892000-07-18 Gerd Moellmann <gerd@gnu.org>
6190
21ad0f7b 6191 * faces.el (face-font-selection-order)
dc1cac59 6192 (face-font-family-alternatives): Add custom type.
db3ca487 6193
f8276b77
DL
61942000-07-18 Dave Love <fx@gnu.org>
6195
6196 * cus-edit.el (custom-variable-reset-saved)
6197 (custom-variable-reset-standard): Remove unused bindings.
6198
6199 * rect.el (open-rectangle-line): Remove unused let.
6200
6201 * hl-line.el (hl-line-highlight): Check hl-line-mode.
6202
3d6cd763
GM
62032000-07-18 Gerd Moellmann <gerd@gnu.org>
6204
6205 * cdl.el: Fix `Maintainer' keyword.
6206
6207 * play/pong.el: Add author's email address.
6208
34342a07
SS
62092000-07-17 Sam Steingold <sds@gnu.org>
6210
6211 * files.el (insert-directory): Call `split-string' instead of
6212 re-implementing it.
6213
088831a6
GM
62142000-07-18 Gerd Moellmann <gerd@gnu.org>
6215
6216 * mail/vms-pmail.el: Change maintainer to FSF.
6217
6218 * net/goto-addr.el: Change maintainer to FSF.
6219
6220 * recentf.el: Update from author.
6221
6222 * info.el (Info-title-face-alist): Removed.
db3ca487 6223
68be2869
EZ
62242000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
6225
6226 * eshell/eshell.el (eshell): Replace links to eshell.info with
6227 links to eshell, to avoid problems on systems where the manual is
6228 installed as `eshell'.
6229 * eshell/esh-cmd.el (eshell-cmd): Ditto.
6230 * eshell/em-smart.el (eshell-smart): Ditto.
6231 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 6232 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
6233
6234 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6235 same-file check in the MS-DOS version (it does support inodes).
6236
6237 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6238
21ad0f7b
SM
6239 * eshell/eshell.el (eshell-directory-name):
6240 Run default directory name through convert-standard-filename.
68be2869 6241
269b4dcb
KH
62422000-07-18 Kenichi Handa <handa@etl.go.jp>
6243
21ad0f7b
SM
6244 * international/mule-cmds.el (select-safe-coding-system):
6245 Fix typo in the comment.
240a16cf 6246
21ad0f7b
SM
6247 * language/european.el (compound-text):
6248 Force katakana-jisx0201 to be designated to G1.
aa96c820 6249
21ad0f7b
SM
6250 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6251 Don't translate some national variant characters of latin-jisx0201.
aa96c820 6252 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 6253
269b4dcb
KH
6254 * international/kkc.el (kkc-after-update-conversion-functions):
6255 New variable.
6256 (kkc-update-conversion): Run functions in it at the tail.
6257
68be2869 62582000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 6259
21ad0f7b
SM
6260 * lisp/align.el (align-newline-and-indent):
6261 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
6262 (align-region): Fixed badly formatted minibuffer message.
6263
7a3fd467
KH
62642000-07-17 Kenichi Handa <handa@etl.go.jp>
6265
21ad0f7b 6266 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
6267 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
6268 the conversion list at first if appropriate.
6269 (kkc-next): Don't update kkc-next-count here.
6270 (kkc-prev): Don't update kkc-prev-count here.
6271 (kkc-show-conversion-list-update): Fix setting up of conversion
6272 list message.
6273
a45423d8
SM
62742000-07-16 Stefan Monnier <monnier@cs.yale.edu>
6275
088831a6 6276 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 6277
91a38db1
DL
62782000-07-16 Dave Love <fx@gnu.org>
6279
6280 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6281 function to be more specific.
6282
6283 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6284 non-string help-echo.
6285 (widget-types-convert-widget): Defsubst it.
6286 (widget-echo-help): Try to cope with a help-echo function of two
6287 possible sorts.
6288
3fddcdc3
JR
62892000-07-15 Jason Rumney <jasonr@gnu.org>
6290
6291 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6292 Declare as obsolete.
6293
6294 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6295
bd23a692
GM
62962000-07-14 Gerd Moellmann <gerd@gnu.org>
6297
6298 * hilit-chg.el: Fix typo.
6299
d4af987a
DL
63002000-07-14 Dave Love <fx@gnu.org>
6301
6302 * info.el (Info-mode-menu): Fix use of :help, :enable.
6303
3a4f3f86
SM
63042000-07-14 Stefan Monnier <monnier@cs.yale.edu>
6305
6306 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6307
cf6936a4
DL
63082000-07-13 Dave Love <fx@gnu.org>
6309
4d6d04b5
DL
6310 * emacs-lisp/easymenu.el: Doc fixes.
6311 (easy-menu-remove): Defalias to ignore.
6312
cf6936a4
DL
6313 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6314 Call throw correctly.
6315
56437999
GM
63162000-07-13 Gerd Moellmann <gerd@gnu.org>
6317
6318 * faces.el (frame-background-mode): Doc fix.
6319
6320 * simple.el (eval-expression-print-length): Change custom type to
6321 allow entering nil as value.
6322
d04a3972
DL
63232000-07-13 Dave Love <fx@gnu.org>
6324
3a4f3f86
SM
6325 * progmodes/fortran.el (fortran-imenu-generic-expression):
6326 Change definition layout.
a8189dfe
DL
6327 (fortran-mode-menu): Reinstate customize entries.
6328
d04a3972
DL
6329 * cus-edit.el (custom-group-menu-create, customize-menu-create):
6330 Use :filter, per old XEmacs code.
6331
4bf4fb05
GM
63322000-07-12 Gerd Moellmann <gerd@gnu.org>
6333
6334 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6335 event when deciding what to send to the terminal.
6336
37328bcd
DL
63372000-07-12 Dave Love <fx@gnu.org>
6338
6339 * cus-start.el: Add optional version as 4th element of specs and
6340 use it for several things new in v21. Remove load-path. Fix type
6341 of line-number-display-limit.
6342
89492072
DL
63432000-07-11 Dave Love <fx@gnu.org>
6344
3a4f3f86
SM
6345 * progmodes/fortran.el: Don't require easymenu.
6346 Use repeat counts in various regexps.
315aa1de
DL
6347 (fortran-mode-syntax-table): Defvar directly.
6348 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
6349 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6350 Use defvar, not defconst.
6351 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
6352 (fortran-mode): Set fortran-comment-line-start-skip,
6353 fortran-comment-line-start-skip, dabbrev-case-fold-search.
6354 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
6355 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6356 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
6357 (fortran-comment-region, fortran-electric-line-number): Simplify.
6358 (fortran-auto-fill): New function.
6359 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
6360 (fortran-find-comment-start-skip):
6361 Check for non-null comment-start-skip.
6362 (fortran-auto-fill-mode, fortran-fill-statement):
6363 Use fortran-auto-fill.
315aa1de 6364 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 6365 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 6366
89492072
DL
6367 * widget.el (widget-plist-member): New alias.
6368
d55ead18
EZ
63692000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6370
6371 * eshell/esh-module.el (toplevel): Reference
6372 byte-compile-current-file only if it is bound.
6373
e82a2a05
GM
63742000-07-10 Gerd Moellmann <gerd@gnu.org>
6375
6376 * dired.el: Don't require `dired-aux'.
6377
1fc7fb2b
MB
63782000-07-10 Miles Bader <miles@lsi.nec.co.jp>
6379
6380 * dired-aux.el (dired-show-file-type): New function.
6381 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6382 (dired-show-file-type): Add autoload.
6383
ab49ce15
KH
63842000-07-10 Kenichi Handa <handa@etl.go.jp>
6385
6386 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 6387 change of fontset-info.
ab49ce15
KH
6388 (print-fontset): Likewise.
6389
f45aab65
SM
63902000-07-09 Stefan Monnier <monnier@cs.yale.edu>
6391
6392 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6393
2f72fd2f
GM
63942000-07-07 Gerd Moellmann <gerd@gnu.org>
6395
e82a2a05 6396 * bindings.el: Bind `[delete]' to delete-char.
965522f5 6397
2f72fd2f
GM
6398 * dired.el (dired-find-alternate-file): New function.
6399 (dired-mode-map): Bind `a' to dired-find-alternate-file.
6400 (toplevel): Require dired-aux when compiling.
6401 (dired-buffers): Move defvar within file to avoid compiler warning.
6402
6403 * info.el (Info-last-search): Variable removed.
6404 (Info-search-history): New variable.
6405 (Info-search): New Info-search-history.
6406
6407 * battery.el, info-look.el: Change author's mail address.
6408
965522f5 64092000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 6410
965522f5
GM
6411 * mail/rmail.el (rmail-clear-headers): Don't throw an error
6412 if rmail-ignored-headers is nil.
6413 (rmail-retry-failure): Bind rmail-ignored-headers and
6414 rmail-displayed-headers to nil.
6415
dd8888a1
GM
64162000-07-06 Gerd Moellmann <gerd@gnu.org>
6417
e5c81191
GM
6418 * lpr.el (lpr-page-header-switches): Add `-h' switch.
6419 (print-region-1): Don't hard code `-h' here.
6420
dd8888a1
GM
6421 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6422
e5c81191
GM
64232000-07-01 Francesco Potorti` <pot@gnu.org>
6424
6425 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6426 exim can use "your message" instead of "the message".
34342a07 6427
f45aab65
SM
64282000-07-06 Stefan Monnier <monnier@cs.yale.edu>
6429
6430 * facemenu.el: Docstrings fixes.
6431 (facemenu-get-face): Don't use internal-find-face.
6432 (facemenu-iterate): Rename arg to match the docstring.
6433
6434 * newcomment.el (uncomment-region): Be more careful when skipping
6435 backwards over `=' not to bump into BOBP.
6436
d396e521 64372000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 6438
dd8888a1
GM
6439 * ediff-diff.el (ediff-wordify): Use syntax table.
6440 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 6441 ediff-color-display-p.
dd8888a1 6442 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
6443 from defsubst.
6444 Got rid of special cases for NeXT and OS/2.
dd8888a1 6445 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 6446 face.
34342a07 6447
5e2dfaa4
SM
64482000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6449
6450 * emacs-lisp/lucid.el: Require CL.
6451 (copy-tree, remprop): Remove, it's provided by CL.
6452 (map-keymap): Define in terms of cl-map-keymap.
6453 (extent-property, set-extent-end-glyph): New functions.
6454
6455 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6456
d5c5cddd
GM
64572000-07-05 Gerd Moellmann <gerd@gnu.org>
6458
485266d0
GM
6459 * Makefile.in (DONTCOMPILE): Add comment that the name may
6460 not be changed without changing the make-dist script.
6461
5e2dfaa4 6462 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 6463 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 6464
e2c46326
AI
64652000-07-05 Andrew Innes <andrewi@gnu.org>
6466
6467 * makefile.nt: Add support for `bootstrap' and related targets.
6468
a027a91b
SM
64692000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6470
6471 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6472 (easy-menu-do-define): Use `menu-item' format.
6473 Handle case where easy-menu-create-menu returns a symbol.
6474 Manually call the potential top-level filter in the function binding.
6475 (easy-menu-filter-return): New arg NAME.
6476 Convert to a keymap if MENU is an XEmacs menu.
6477 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
6478 (easy-menu-converted-items-table, easy-menu-convert-item):
6479 New var and fun to memoize easy-menu-convert-item-1.
6480 (easy-menu-do-add-item): Use it.
6481 (easy-menu-create-menu): Use easy-menu-convert-item.
6482 Wrap easy-menu-filter-return around any :filter specification.
6483 Don't convert the menu if a filter was specified.
6484 Tell easy-menu-make-symbol not to check for MENU being an expression.
6485 (easy-menu-make-symbol): New arg NOEXP.
6486
5e03eb84
GM
64872000-07-05 Gerd Moellmann <gerd@gnu.org>
6488
6489 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6490 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6491 (eval-defun): If called with prefix arg, instrument code for
6492 Edebug.
6493
6494 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6495 similar to that of eval-defun.
6496
fca68a95
DL
64972000-07-04 Dave Love <fx@gnu.org>
6498
7ccbba4c
DL
6499 * hl-line.el (hl-line-overlay): Make it permanent-local.
6500
fca68a95
DL
6501 * calendar/todo-mode.el: Replaced with a working version, based on
6502 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6503
65042000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
6505
6506 * paths.el (prune-directory-list): New function.
6507 (Info-default-directory-list): Rewritten to more methodically
6508 enumerate a big list of possible info directories (based on the
6509 list used by the standalone info reader).
fca68a95 6510
78e7e8a0 6511 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 6512 non-existent directories from Info-directory-list.
78e7e8a0 6513
78e7e8a0
MB
6514 * paths.el (Info-default-directory-list): Try a list of possible
6515 info-directories instead of a single one. Add the possible
6516 info directory "/usr/share/info".
6517
6518 * woman.el (woman-man.conf-path): Explicitly include the debian
6519 man-db config file "/etc/manpath.config".
6520 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6521 are present in `manpath.config'.
6522 (woman-manpath): Include "/usr/share/man".
6523
67c9a1d2
GM
65242000-07-03 Gerd Moellmann <gerd@gnu.org>
6525
6753393b
GM
6526 * frame.el (blink-cursor-mode): Don't hide cursor initially.
6527
6528 * startup.el (command-line): Initialize blink-cursor based
6529 on window-system.
6530
e4f98ad3
GM
6531 * frame.el (blink-cursor): Default to nil if not running under
6532 a window-system.
6533
2f516940
GM
6534 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6535 (face-x-resources): Remove duplicate entry for :font.
6536
67c9a1d2
GM
6537 * textmodes/refer.el (refer-find-entry-internal): Use some-window
6538 instead of cycling through windows with next-window.
6539
6540 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6541 of cycling through windows with next-window.
6542
6543 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6544 of cycling through windows with next-window.
6545
6546 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6547 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6548 instead of cycling through windows with next-window.
6549
6550 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6551 instead of cycling through windows with next-window.
6552
6553 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6554 of cycling through windows with next-window.
6555
6556 * terminal.el (te-process-output): Use walk-windows instead of
6557 cycling through windows with next-window.
6558
6559 * server.el (server-switch-buffer): Use some-window instead of
6560 cycling through windows with next-window.
6561
6562 * window.el (some-window): New function.
6563 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 6564
3a4f3f86 6565 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 6566
8b7bc628 65672000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
6568
6569 * window.el (walk-windows): Guarantee termination by keeping a list
6570 of all the windows already handled.
6571
d0d57043
EZ
65722000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6573
6574 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6575 window-system.
6576
6577 * man.el (Man-notify-when-ready): Don't use window-system. If
6578 Man-notify-method is newframe, and the display is not
6579 multi-frame, select the frame created for the man page.
6580 (Man-init-defvars): Doc fix.
6581
d5483ab1
GM
65822000-06-28 Gerd Moellmann <gerd@gnu.org>
6583
af5c25e1
GM
6584 * faces.el (region): Change background color for light background.
6585
6586 * ediff-wind.el (ediff-setup-control-frame): Remove :box
6587 attribute from mode-line face of Ediff control frame.
6588
d5483ab1
GM
6589 * replace.el (query-replace-map): Bind `e' like `E'.
6590
9d47450f
EZ
65912000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6592
3a4f3f86
SM
6593 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6594 Change name to "Select All".
496b7491 6595
9d47450f
EZ
6596 * dos-fns.el (convert-standard-filename): Fix last change.
6597
0b431deb
GM
65982000-06-27 Gerd Moellmann <gerd@gnu.org>
6599
4fa9f636
GM
6600 * help.el (describe-variable): Don't insert a second `'s' in front
6601 of the string `value is shown below'. Since the syntax-table is
6602 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6603 an existing `'s', so that this won't be deleted.
6604
0b431deb
GM
6605 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6606 * pcmpl-unix.el: New files.
6607
32cad0aa
SM
66082000-06-26 Stefan Monnier <monnier@cs.yale.edu>
6609
6610 * wid-edit.el (widget-member): Use the new plist-member.
6611
2c69ced2
GM
66122000-06-26 Gerd Moellmann <gerd@gnu.org>
6613
44c0f771
GM
6614 * replace.el (perform-replace): Undo change of 2000-04-04.
6615 Instead, move backward 1 character at the end of the loop when
6616 necessary.
34342a07 6617
1d36487c
GM
6618 * faces.el (fringe): Change face for different backgrounds.
6619
6620 * eshell/esh-module.el (toplevel): Load defgroup's differently;
6621 patch from John.
6622
2c69ced2
GM
6623 * eshell/*.el: Change spelling of the Free Software Foundation.
6624
6625 * eshell/esh-toggle.el: Removed.
6626
6627 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6628
6629 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6630 interactively.
6631
66322000-06-26 Alex Schroeder <alex@gnu.org>
6633
6634 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6635 `define-key'; instead of checking `(emacs-version)' check for
6636 `set-keymap-parent' and `set-keymap-name' directly. Add entries
6637 for `;' and `o' which might be electric.
6638
6639 (sql-electric-stuff): New user option.
6640 (sql-magic-go): New function which uses `sql-electric-stuff'.
6641 (sql-magic-semicolon): New function which uses
6642 `sql-electric-stuff'.
6643
6644 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6645 is not fboundp.
6646
6647 (sql-oracle-options): New variable.
6648 (sql-oracle): Use it.
6649
6650 (sql-imenu-generic-expression): Doc change.
6651 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6652 is used.
6653
6654 (sql-informix): Added command line parameter "-" to force
6655 sql-informix-program to use stdout.
6656
db1306d8
EZ
66572000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
6658
3a4f3f86 6659 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
6660 (cp864-decode-table): Doc fix.
6661 (cp720-decode-table): New variable, supports the Arabic OEM
6662 codepage used by Windows.
6663 (cp737-decode-table): New, Greek OEM codepage used by Windows.
6664
c69e5fcd
DL
66652000-06-23 Dave Love <fx@gnu.org>
6666
6667 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6668 (font-lock-fontify-anchored-keywords): Use
6669 line-beginning-position.
6670 (global-font-lock-mode): Use mapc.
6671
30ad8f23
SM
66722000-06-23 Stefan Monnier <monnier@cs.yale.edu>
6673
6674 * eshell/esh-module.el: Require CL when compiling.
6675
26b4dc84
GM
66762000-06-23 Gerd Moellmann <gerd@gnu.org>
6677
78c56e70
GM
6678 * comint.el (comint-substitute-in-file-name): Call replace-match
6679 with second and third arg t.
6680
34342a07 6681 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
6682 Specify foreground color.
6683
6684 * faces.el (tool-bar, mode-line, header-line): Specify foreground
6685 color.
6686
affbf647
GM
6687 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6688
6689 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6690 cddr instead of cdddr.
6691
25fffb31
GM
6692 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6693 instead of copy-list.
6694
6695 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6696 of copy-list.
6697
26b4dc84
GM
6698 * subdirs.el: Add eshell subdirectory.
6699
6700 * eshell: New subdirectory containing the Eshell package.
6701
6702 * pcomplete.el: New file.
6703
78c56e70
GM
67042000-06-23 Paul Eggert <eggert@twinsun.com>
6705
ea055732
GM
6706 * mail/mailpost.el (post-mail-send-it): Make sure file has
6707 proper permissions from birth.
6708
6709 * files.el (basic-save-buffer-2): When temporarily setting
6710 file modes, set them to current modes plus 0200, not to 0777.
6711
78c56e70
GM
6712 * emerge.el (emerge-make-temp-file): Make sure file has proper
6713 permissions from birth.
6714
a3a7ff33
EZ
67152000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
6716
6717 * files.el (make-backup-file-name-1): On DOS/Windows, run the
6718 backup file name through convert-standard-filename.
6719
6720 * dos-fns.el (convert-standard-filename): Convert leading
6721 directories as well. When long file names are supported, convert
6722 characters that are invalid in Windows file names.
6723
1fd9b7fe
GM
67242000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6725
6726 * ps-print.el: Fix bug: if ^L is the very first buffer character,
6727 ps-print crashes. New feature: page selection for printing. Create
6728 raw-text-unix coding system for XEmacs. Doc fix.
6729 (ps-print-version): New version number (5.2.3).
6730 (ps-plot-region): Bug fix.
6731 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6732 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6733 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6734 funs.
6735 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6736 (ps-last-page): New vars.
6737
16ed8416
GM
67382000-06-21 Gerd Moellmann <gerd@gnu.org>
6739
6740 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6741 empty option string.
6742
4fbee715
EZ
67432000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
6744
6745 * man.el (man): Doc fix.
6746
eaecfc94
KH
67472000-06-21 Kenichi Handa <handa@etl.go.jp>
6748
6749 * international/mule-cmds.el (set-language-info-alist): Docstring
6750 fixed.
6751
4a27bdfb
GM
67522000-06-20 Gerd Moellmann <gerd@gnu.org>
6753
6754 * version.el (emacs-version): Use ISO date format.
6755
6756 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6757 instead of `M-backspace'.
6758
6759 * simple.el (turn-off-auto-fill): New function.
6760
8972fe79
SM
67612000-06-20 Stefan Monnier <monnier@cs.yale.edu>
6762
6763 * jit-lock.el (with-buffer-prepared-for-jit-lock):
6764 Renamed from with-buffer-prepared-for-font-lock and use
6765 inhibit-modification-hooks rather than setting *-change-functions.
6766 Update all functions to use the new name.
6767 (jit-lock-first-unfontify-pos): New semantics (and doc).
6768 (jit-lock-mode): Make non-interactive.
6769 Don't automatically turn on font-lock.
6770 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6771 Always use jit-lock-after-change.
6772 Remove and restore font-lock-after-change-function.
6773 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6774 (jit-lock-after-unfontify-buffer): Remove.
6775 (jit-lock-stealth-fontify):
6776 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6777 (jit-lock-after-change): Set the `fontified' text-prop to nil.
6778
5d80cc9c
SS
67792000-06-20 Sam Steingold <sds@gnu.org>
6780
6781 * emacs-lisp/cl-indent.el (toplevel): Indent
6782 `print-unreadable-object' properly. Untabify.
6783
f54e4d13
CD
67842000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6785
6786 * textmodes/reftex.el (reftex-find-citation-regexp-format):
6787 Support for bibentry.
6788 (reftex-compile-variables): Fixed problem with end of section-re.
6789
6790 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
6791 reftex-view-crossref-from-bibtex):
6792 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
6793 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6794 Replaced `remprop' with `put'.
8972fe79
SM
6795 (reftex-view-crossref, reftex-view-crossref-when-idle):
6796 Support for bibentry.
f54e4d13 6797
8972fe79
SM
6798 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6799 New entry for bibentry package.
f54e4d13 6800
8972fe79
SM
6801 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6802 Regexp also matches "\nobibliography".
f54e4d13 6803
8972fe79
SM
6804 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6805 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
6806 (reftex-ensure-write-access): New function.
6807
f54e4d13
CD
68082000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6809
6810 * progmodes/idlwave.el: File re-installed (update to version 4.2)
6811
6812 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6813
6814 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6815
6816 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6817
6818
560c43f4
DL
68192000-06-20 Dave Love <fx@gnu.org>
6820
6821 * faces.el (frame-background-mode): Use set-default, not set, in
6822 setter.
6823 (frame-update-faces, frame-update-face-colors): Define with
6824 defalias.
6825
6826 * enriched.el (enriched-decode-foreground)
6827 (enriched-decode-background): Don't use internal-find-face.
6828
6829 * apropos.el: Doc fixes.
6830
6831 * cus-edit.el (customize-changed-options): Check arg.
6832 (customize-version-lessp): Don't require decimal point.
6833
6834 * custom.el (defcustom, defgroup): Doc fix.
6835
6836 * newcomment.el (comment) <defgroup>: Add :version.
6837 (comment-multi-line): Doc fix.
6838
6839 * emulation/mlsupport.el (define-hooked-local-abbrev,
6840 define-hooked-global-abbrev): Fix, using define-abbrev.
6841
cdf0357b
GM
68422000-06-19 Gerd Moellmann <gerd@gnu.org>
6843
6844 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6845 the whole buffer.
6846
10013d74
DL
68472000-06-19 Dave Love <fx@gnu.org>
6848
6849 * menu-bar.el (menu-bar-options-save): New function.
6850 (menu-bar-options-menu): Use it.
6851 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6852 Simplify.
6853
6922f208
AS
68542000-06-19 Andreas Schwab <schwab@suse.de>
6855
6856 * progmodes/etags.el (tags-query-replace): Put new parameters
6857 START and END at the end, for backward compatibility.
6858
10d7bf84
KH
68592000-06-19 Kenichi Handa <handa@etl.go.jp>
6860
6861 * international/codepage.el:
6862 (cp-coding-system-for-codepage-1): Delete special codes for
6863 generating xxx-dos coding system because now a CCL based coding
6864 system can handle EOL conversion by default.
6865
6866 * international/mule.el (make-coding-system): Generate subsidiary
6867 coding systems for EOL handling variants even for a CCL based
6868 coding system.
6869
8f3c9a3d
KH
68702000-06-19 Kenichi Handa <handa@etl.go.jp>
6871
6872 * international/isearch-x.el (isearch-minibuffer-input-method)
6873 (isearch-minibuffer-input-method-function): These variables
6874 deleted.
6875 (isearch-with-input-method): Don't use the above variables.
6876 (isearch-process-search-multibyte-characters): Likewise. Call
6877 read-string with the arg INHERIT-INPUT-METHOD t.
6878
c2acf685
SM
68792000-06-17 Stefan Monnier <monnier@cs.yale.edu>
6880
13f0d185
SM
6881 * font-lock.el (font-lock-after-fontify-buffer)
6882 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6883
6884 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6885 Use consistent make-local-variable style for font-lock-fontified.
6886 (jit-lock-fontify-buffer):
6887 Don't bother checking for font-lock-mode and jit-lock-mode.
6888
c2acf685
SM
6889 * time.el: Remove trailing ^M that prevent CVS-merging.
6890
a9021acd
GM
68912000-06-16 Gerd Moellmann <gerd@gnu.org>
6892
6893 * Makefile.in (distclean): New target.
5d80cc9c 6894
0df68e9f
SM
68952000-06-16 Stefan Monnier <monnier@cs.yale.edu>
6896
6897 * Makefile.in (srcdir): Define for update-subdirs.
6898
6344985d
GM
68992000-06-16 Gerd Moellmann <gerd@gnu.org>
6900
6901 * find-lisp.el: New file.
6902
63239267
AI
69032000-06-16 Andrew Innes <andrewi@gnu.org>
6904
6905 * time.el (display-time-mail-function): New variable, to allow
6906 external packages to indicate when new mail is available.
6907 (display-time-update): Use it.
6908
1699f991
KH
69092000-06-16 Kenichi Handa <handa@etl.go.jp>
6910
a3b37893
KH
6911 * international/mule.el (mule-version): Change version name to
6912 SAKAKI. AOI has already been used by Meadow.
6913
1699f991
KH
6914 * international/quail.el (quail-show-guidance-buf): To find the
6915 bottom window (but minibuffer), pay attention to the height of
6916 minibuffer.
6917
228b083e
EZ
69182000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6919
7d5c8691
EZ
6920 * arc-mode.el (archive-mode-map): Use the new menu-item format for
6921 menu-bar menus. Add help strings. Don't remove the Edit menu
6922 from the menu bar, as the menu bar has enough space now.
6923
261f3289
EZ
6924 * Makefile.in (SHELL): Make sure /bin/sh is used.
6925
228b083e
EZ
6926 * woman.el (woman-man-buffer): Fix bold and underlined CJK
6927 characters, which use series of two ^H characters instead of one.
6928
e27e8d71
GM
69292000-06-15 Gerd Moellmann <gerd@gnu.org>
6930
5d80cc9c 6931 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 6932 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 6933 functions.
451ec4e3
GM
6934 (Info-find-node-2): Try a case-sensitive search first, then
6935 do a case-insensitive search.
6936
6937 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6938 tutorials.
6939
b675095c
GM
6940 * complete.el (PC-env-vars-alist): New variable.
6941 (PC-complete-as-file-name): New function.
6942 (partial-completion-mode): Initialize PC-env-vars-alist from
6943 process-environment.
6944 (PC-do-completion): Handle completion of env vars.
6945
6946 * info.el (Info-set-mode-line): Show file name in mode line,
6947 use `*Info*' instead of `Info:'.
6948
e27e8d71
GM
6949 * startup.el (command-line-1): Change copyright messages to year
6950 2000.
6951
28223a7e
DL
69522000-06-15 Dave Love <fx@gnu.org>
6953
6954 * net/goto-addr.el (goto-address-fontify): Use keymap property,
6955 not local-map.
6956
32684631
KH
69572000-06-15 Kenichi Handa <handa@etl.go.jp>
6958
6959 * international/mule.el (set-buffer-file-coding-system): Almost
6960 rewritten to handle `undecided' as no-op.
6961
9f817ea4
GM
69622000-06-14 Gerd Moellmann <gerd@gnu.org>
6963
e27e8d71 6964 * Makefile.in: New file.
dce6b995
GM
6965
6966 * Makefile: Removed.
6967
9f817ea4
GM
6968 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6969 (goto-address-highlight-keymap): Bind C-c RET.
6970
2de33f94
KH
69712000-06-14 Kenichi Handa <handa@etl.go.jp>
6972
bbf1e8a5
KH
6973 * mail/sendmail.el (sendmail-send-it): The temporary buffer
6974 inherits buffer-file-coding-system of the current buffer.
725a6897 6975
02891cc3
KH
6976 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6977 0. Give correct argument to set-auto-coding-function.
6978 (tar-expunge): For goto-char, use (point-min), not 0.
6979 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6980 (tar-subfile-save-buffer): Likewize.
6981
2de33f94
KH
6982 * international/mule.el
6983 (after-insert-file-set-buffer-file-coding-system): Call
6984 set-buffer-file-coding-system with the arg FORCE t.
6985
1681ead6
GM
69862000-06-13 Gerd Moellmann <gerd@gnu.org>
6987
6988 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6989 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 6990 the sender is set with `-f'.
1681ead6 6991
fdf4b680
DL
69922000-06-13 Dave Love <fx@gnu.org>
6993
9c50afce
DL
6994 * help.el (describe-function-1): Kluge around cases of functions
6995 fset to subrs whose doc doesn't match their symbol-name.
6996
0ad550ba 6997 * image.el (insert-image): Default STRING to a space.
f290ca08 6998
fdf4b680 6999 * info.el Doc fixes.
5d80cc9c 7000 (Info-build-node-completions): Match Ref tags.
fdf4b680 7001
9b6610db
EZ
70022000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7003
a704139d
EZ
7004 * frame.el (display-multi-frame-p, display-multi-font-p): New
7005 defaliases for display-graphic-p.
7006
9b6610db
EZ
7007 * hl-line.el: Fixed a typo in commentary.
7008
7a5ea398
KH
70092000-06-13 Kenichi Handa <handa@etl.go.jp>
7010
7011 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7012 fixed.
7013
0dc91c57
DL
70142000-06-12 Dave Love <fx@gnu.org>
7015
7016 * image.el (insert-image): Save a little consing.
7017
0bd5914b
KH
70182000-06-12 Kenichi Handa <handa@etl.go.jp>
7019
7020 * language/tibet-util.el: Convert all tibetan-1-column characters
7021 to the corresponding tibetan characters.
7022 (tibetan-add-components): Delete code for the special treatment of
7023 'a chung.
7024
7025 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7026 change.
7027 (tibetan-vowel-transcription-alist): More rules added.
7028 (tibetan-composite-vowel-alist): New variable.
7029 (tibetan-precomposition-rule-alist): More rules added.
7030
6dc7d3d5
SM
70312000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7032
9c04c393
SM
7033 * startup.el (command-line): Only call menu-bar-mode if interactive.
7034
7035 * thingatpt.el (toplevel symbol-properties):
7036 * textmodes/makeinfo.el (makeinfo-compile):
7037 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 7038 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 7039 (hide-ifdef-use-define-alist):
5d80cc9c 7040 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
7041 (ange-ftp-vms-add-file-entry):
7042 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7043 * man.el (Man-build-man-command):
7044 * mail/rnewspost.el (news-reply-header-hook):
7045 * info.el (Info-insert-dir):
7046 * emulation/mlconvert.el (backward-word, forward-word, setq):
7047 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
7048 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7049 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
7050 (byte-optimize-apply, end of file):
7051 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7052 (ad-make-freeze-definition):
7053 * startup.el (command-line, command-line-1): Don't quote lambdas.
7054
6dc7d3d5
SM
7055 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7056 (cvs-cleanup-removed): New function.
7057 (cvs-cleanup-functions): New var.
7058 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7059 some flexibility in specifying additional entries to auto-cleanup.
7060 (cvs-quickdir): New function.
7061 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7062 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7063 (cvs-mode-find-file): Check that we are on a filename or dirname
7064 when invoked through a mouse-click.
7065 (cvs-full-path): Remove.
7066 (cvs-dired-action): Re-introduced.
7067 (cvs-dired-noselect): Use it.
7068 (vc-post-command-functions): use this new hook if available.
7069
7070 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7071 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7072 (cvs-filename-map, cvs-dirname-map): Remove.
7073 (cvs-default-action): Remove.
7074 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7075 if the arg is really a keymap.
7076 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7077 Don't hardcode the mapping from state (aka type) to face, but check
7078 the var cvs-fi-<type>-face instead.
7079 (cvs-fileinfo-from-entries): New function.
7080
7081 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7082 Docstring fix.
7083 (cvs-find-file-and-jump): Change default to be safer.
7084 (cvs-mode-diff-map): Define it as a function as well.
7085 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7086 Bind mouse-2 in this global map rather than with text-properties.
7087
7088 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7089 file to resolve the ambiguity between C(conflict) and C(need-merge).
7090
5050a2ef
KH
70912000-06-12 Kenichi Handa <handa@etl.go.jp>
7092
7093 * international/mule.el (set-buffer-file-coding-system): If
7094 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7095 unconditionally.
7096
35a7ac84
DL
70972000-06-12 Dave Love <fx@gnu.org>
7098
7099 * wid-edit.el (widget-specify-button): Really suppress the face if
7100 required.
7101
db8eeecd
GM
71022000-06-11 Gerd Moellmann <gerd@gnu.org>
7103
7104 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7105
70223ca4
SM
71062000-06-11 Stefan Monnier <monnier@cs.yale.edu>
7107
7108 * imenu.el (imenu-generic-expression): Docstring fix.
7109
7110 * composite.el (composition-function-table): Move the `put'
7111 below the autoload cookie so we can load the file before loaddefs.
7112
7113 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7114
7115 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7116 Handle easy-mmode-define-global-mode.
7117 For complex macros like define-minor-mode that can generate
7118 several autoload entries, try to autoload entries in the
7119 macroexpanded code.
7120
7121 * emacs-lisp/easy-mmode.el (define-minor-mode):
7122 If KEYMAP is a symbol, just use it.
7123 Use byte-compile-current-file and load-file-name to infer the
7124 proper :require to pass to defcustom.
7125 Wrap the hook var into `progn' so as not to autoload it.
7126 Add a :autoload-end cookie.
7127 Be more careful about the evaluation of KEYMAP.
7128 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7129 (define-derived-mode): Move define-abbrev-table outside of defvar.
7130
71312000-06-10 Stefan Monnier <monnier@cs.yale.edu>
7132
7133 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7134 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7135 (backup-compiled-files): Ignore errors during `tar'.
7136 (bootstrap): Make autoloads before elc files.
7137
9c53b34e
KH
71382000-06-10 Kenichi Handa <handa@etl.go.jp>
7139
7140 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 7141 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
7142
7143 * international/mule-conf.el (unix): New alias for the coding
7144 system undecided-unix.
7145
22ddd299
DL
71462000-06-09 Dave Love <fx@gnu.org>
7147
5ee42746
DL
7148 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7149
70223ca4 7150 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
7151 (executable-insert): Change custom type.
7152 (executable-find): Add autoload cookie.
cc7e1d18
DL
7153 (executable-make-buffer-file-executable-if-script-p): New
7154 function. After Noah Friedman.
22ddd299
DL
7155
7156 * files.el (after-save-hook): Customize, with
cc7e1d18 7157 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 7158
41ea3794
KH
71592000-06-09 Kenichi Handa <handa@etl.go.jp>
7160
f89437e3
KH
7161 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7162 "tib24p-mule.bdf" for Tibetan.
7163
7a4ee259
KH
7164 * composite.el (decompose-composite-char): Declare it as obsolete.
7165
ff6a65c2
KH
7166 * man.el (Man-fontify-manpage): Pay attention to underline and
7167 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 7168
f83fe4b4
GM
71692000-06-08 Gerd Moellmann <gerd@gnu.org>
7170
7171 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7172 Set maintainer to FSF since author isn't reachable.
7173
e56d7900
DL
71742000-06-08 Dave Love <fx@gnu.org>
7175
7176 * international/mule-cmds.el (select-safe-coding-system): If
7177 DEFAULT-CODING-SYSTEM is not specified, also check the most
7178 preferred coding-system if buffer-file-coding-system is
7179 `undecided'. From Handa.
7180
d3981b49
KH
71812000-06-08 Kenichi Handa <handa@etl.go.jp>
7182
7183 * international/mule.el
7184 (after-insert-file-set-buffer-file-coding-system): If the buffer
7185 size is greater than INSERTED, judget that we are not visiting.
7186
bff71087
RV
71872000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
7188
7189 * whitespace.el (defgroup whitespace): Comment out `:version'.
7190 XEmacs 20.4 has problems defining the group with this present.
7191 We'll have this commented out till get resolve the problem.
7192
45f485a6
GM
71932000-06-07 Gerd Moellmann <gerd@gnu.org>
7194
7195 * align.el: Update from author.
7196
71972000-06-07 Jari Aalto <jari.aalto@poboxes.com>
7198
7199 * apropos.el (apropos-mode-hook): New user variable.
7200 (apropos-mode): Run apropos-mode-hook.
bff71087 7201
45f485a6
GM
72022000-06-07 David Ponce <david@dponce.com>
7203
7204 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7205 commands. Require `wid-edit' at run-time.
7206
72072000-06-07 David Ponce <david@dponce.com>
7208
7209 * recentf.el: Added some "Commentary".
7210 (recentf-open-more-files, recentf-edit-list): Minor changes to
7211 move the point at the top of the file list. This behaviour is
7212 consistent with the menu one when the list contains a lot of
7213 files.
7214 (recentf-cleanup): Now displays the number of items removed from
7215 the list.
7216 (recentf-relative-filter) New menu filter to show filenames
7217 relative to `default-directory'.
bff71087 7218
45f485a6
GM
72192000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7220
7221 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
7222 with/without giving an error if PostScript printer doesn't have this
7223 kind of page size. Zebra Stripe continues or restarts on next page.
7224 Manual/automatic paper feeding. Switch or not the header.
7225 (ps-print-version): New version number (5.2.2).
7226 (ps-windows-system): Include emx as a Windows system.
7227 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7228 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7229 (ps-background-text): Code fix.
7230 (ps-error-handler-message, ps-user-defined-prologue)
7231 (ps-print-prologue-header, ps-printer-name)
7232 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7233 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7234 (ps-use-face-background): Customization fix.
7235 (ps-n-up-database): Data fix.
7236 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7237 (ps-switch-header): New vars.
7238 (ps-xemacs-color-name, ps-face-foreground-name)
7239 (ps-face-background-name, ps-boolean-constant): New funs.
7240
c14dcd22
DL
72412000-06-07 Dave Love <fx@gnu.org>
7242
7243 * allout.el: New version from Manheimer.
7244
e4044bb0
KH
72452000-06-07 Kenichi Handa <handa@etl.go.jp>
7246
7247 * textmodes/fill.el (fill-find-break-point): Check the validity of
7248 charset.
7249
59cfe8b9
KF
72502000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7251
7252 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7253 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7254 Call display-color-p and display-mouse-p instead of looking at
7255 window-system.
7256
bb2337f5
DL
72572000-06-06 Dave Love <fx@gnu.org>
7258
7259 * image.el (find-image): Doc fix. Return nil if image not found.
7260 (put-image, insert-image): Make STRING arg optional.
7261
8e624fa2
KH
72622000-06-06 Kenichi Handa <handa@etl.go.jp>
7263
7264 * language/vietnamese.el: Remove eval-when-compile.
7265 (viet-viscii-nonascii-translation-table): Define it as a
7266 translation table made from viet-viscii-decode-table.
7267 (viet-viscii-encode-table): Define it as a translation table made
7268 from the reverse map of above.
7269 (viet-vscii-nonascii-translation-table): Define it as a
7270 translation table made from viet-vscii-decode-table.
7271 (viet-vscii-encode-table): Define it as a translation table made
7272 from the reverse map of above.
7273 (ccl-decode-viscii): Use translate-character.
7274 (ccl-encode-viscii, ccl-encode-viscii-font)
7275 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7276 Likewize.
bff71087 7277
8e624fa2
KH
7278 * language/cyrillic.el: Remove eval-when-compile.
7279 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7280 translation table made from cyrillic-koi8-r-decode-table.
7281 (cyrillic-koi8-r-encode-table): Define it as a translation table
7282 made from the reverse map of above.
7283 (ccl-decode-koi8): Use translate-character.
7284 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7285 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7286 a translation table made from cyrillic-alternativnyj-decode-table.
7287 (cyrillic-alternativnyj-encode-table): Define it as a translation
7288 table made from the reverse map of above.
7289 (ccl-decode-alternativnyj): Use translate-character.
7290 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7291 Likewize
7292
7293 * international/mule-diag.el (non-iso-charset-alist): Specify
7294 translation table symbol instead of translation table itself.
7295 (list-block-of-chars): CHARSET may be a translation table symbol.
7296
7297 * international/mule.el (make-coding-system): If CODING-SYSTEM
7298 already exists, override it.
7299
7300 * international/fontset.el: Use family `proportional' for Tibetan
7301 fonts.
7302
7303 * international/ccl.el (ccl-compile-translate-character): Don't
7304 check if Rrr has property translation-table.
7305 (ccl-compile-map-multiple): Modified to avoid compiler warning.
7306
1969fae2
GM
73072000-06-05 Gerd Moellmann <gerd@gnu.org>
7308
7309 * info.el: Bind case-fold-search to t when searching in case
7310 a user sets it to nil in a hook.
7311
d5b037c5
SM
73122000-06-05 Stefan Monnier <monnier@cs.yale.edu>
7313
d3d02e65
SM
7314 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7315 * hl-line.el (hl-line-mode): Use the new :global key argument.
7316
7317 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7318 (tar-clip-time-string): Prepend a space.
7319 (tar-grind-file-mode): Construct a string rather than modifying one.
7320 (tar-header-block-summarize): Fix docstring.
7321 Use `format' rather than an error-prone set of copy-loops.
7322
7323 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7324 (diff-goto-source, diff-unified->context, diff-context->unified)
7325 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7326 understand the format output by the `-p' argument to diff.
7327
bff71087 7328 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
7329 (sh-re-done): Use defconst.
7330 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7331 (sh-help-string-for-variable, sh-guess-basic-offset):
7332 Don't quote lambdas.
7333 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7334 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7335
f7c4478f
SM
7336 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7337 (mh-letter-mode): Derive from text-mode.
7338 This implicitly means that it now calls kill-all-local-variables.
7339 Also remove the Emacs-18 compatibility code.
7340
a8add29d
SM
7341 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7342 Make use of symbol-property doc-string-elt.
7343 Use memq rather than a sequence of eq.
7344 (doc-string-elt): Fix the wrong or missing previously unused values.
7345 (autoload-print-form): New function extracted from
7346 generate-file-autoloads to allow recursion when handling progn
7347 so that defvar's and defun's docstrings are properly printed.
7348 (generate-file-autoloads): Use it.
7349
d5b037c5
SM
7350 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7351 Use find-file-hooks in the minor-mode function.
7352 Be careful not to loop indefinitely in the post-command-hook function.
7353
560ef11a 73542000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 7355
1969fae2 7356 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 7357 tty's.
1969fae2 7358 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 7359 differences whenever appropriate.
1969fae2
GM
7360 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7361 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
7362 wildcards.
7363
b5bbbb76
SM
73642000-06-04 Stefan Monnier <monnier@cs.yale.edu>
7365
d5b037c5
SM
7366 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7367 (jit-lock-fontify-buffer): New function for JIT refontification.
7368 (jit-lock-mode): Fix docstring.
7369 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7370 Remove jit-lock-after-change from the _local_ hook.
7371 (jit-lock-function-1): Fix docstring.
7372
7373 * info.el (Info-on-current-buffer): Initialize info.
7374
7375 * newcomment.el (comment-indent): Ignore comment-indent-hook.
7376
7377 * progmodes/tcl.el (tcl-indent-for-comment):
7378 Ignore comment-indent-hook.
7379
7380 * emacs-lisp/easy-mmode.el: Require CL during compilation.
7381 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
7382 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7383 and improve to use the lighter to guess the capitalization.
7384 (define-minor-mode): Inline code from easy-mmode-define-toggle.
7385 Add keyword arguments to specify global-ness or the custom group.
7386 Add local-map and help-echo properties to the lighter.
7387 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 7388 (easy-mmode-define-global-mode): New macro.
b5bbbb76 7389
bfa6c260
DL
73902000-06-02 Dave Love <fx@gnu.org>
7391
7392 * wid-edit.el: byte-compile-dynamic since we typically don't use
7393 all the widgets. Don't require cl or widget. Remove
7394 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
7395 (widget-read-event): Removed. Callers changed to use read-event.
7396 (widget-button-release-event-p): Renamed from
7397 button-release-event-p.
7398 (widget-field-add-space, widget-field-use-before-change):
7399 Uncustomize.
7400 (widget-specify-field): Use keymap property, not local-map.
7401 (widget-specify-button): Obey :suppress-face.
7402 (widget-specify-insert): Use modern backquote syntax.
7403 (widget-image-directory): Renamed from widget-glyph-directory.
7404 (widget-image-enable): Renamed from widget-glyph-enable.
7405 (widget-image-find): Replaces widget-glyph-find.
7406 (widget-button-pressed-face): Move defvar.
7407 (widget-image-insert): Replaces widget-glyph-insert.
7408 (widget-convert): Use keywordp.
7409 (widget-leave-text, widget-children-value-delete): Use mapc.
7410 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 7411 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
7412 (widget-button-click): Don't set point at the click, but re-centre
7413 if we scroll out of window. Rewritten for images v. glyphs &c.
7414 (widget-tabable-at): Use POS arg, not point.
7415 (widget-beginning-of-line, widget-end-of-line)
7416 (widget-item-value-create, widget-sublist, widget-princ-to-string)
7417 (widget-sexp-prompt-value, widget-echo-help): Simplify.
7418 (widget-default-create): Use widget-image-insert; some rewriting.
7419 (widget-visibility-value-create)
7420 (widget-push-button-value-create, widget-toggle-value-create): Use
7421 widget-image-insert.
7422 (checkbox): Create on and off images dynamically.
7423 (documentation-link): Change :help-echo.
7424 (widget-documentation-link-echo-help): Remove.
7425
3837de12
SM
74262000-06-02 Stefan Monnier <monnier@cs.yale.edu>
7427
7428 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7429
7430 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7431 (easy-mmode-define-toggle, define-minor-mode): Use it.
7432 (easy-mmode-define-keymap): Docstring fix.
7433 (define-derived-mode): Default PARENT to fundamental-mode.
7434 Add the derived-mode-parent symbol-property.
7435 (easy-mmode-derived-mode-p): New function.
7436
90aa4ea8
DL
74372000-06-02 Dave Love <fx@gnu.org>
7438
37193ee6
DL
7439 * files.el (convert-standard-filename): Doc fix.
7440 (normal-backup-enable-predicate): New function.
7441 (backup-enable-predicate): Use it to replace the lambda form.
7442
7443 * calendar/todo-mode.el: [This needs more work on the outline
7444 stuff.] Doc fixes.
7445 (todo) <defgroup>: Add :version.
7446 (todo-add-category): Don't use pushnew.
7447 (todo-cmd-raise): Fix typo.
7448 (todo-top-priorities): Change temp buffer name.
7449 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
7450 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7451 Use outline-next-heading.
37193ee6 7452
90aa4ea8
DL
7453 * autoarg.el: Rewritten to use define-minor-mode.
7454 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7455 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7456
2e54623a
KH
74572000-06-02 Kenichi Handa <handa@etl.go.jp>
7458
7459 * isearch.el (isearch-other-meta-char): Fix previous change.
7460
c5def0db
SM
74612000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7462
3837de12
SM
7463 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7464 (log-edit-done): Only add the comment to the ring if it's different
7465 from the last comment entered.
7466
c5def0db
SM
7467 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7468
2330c9d4
DL
74692000-06-01 Dave Love <fx@gnu.org>
7470
7471 * hl-line.el: Rewritten using define-minor-mode.
7472
7473 * help.el (describe-function-1): Distinguish special form from
7474 builtin function. Sanity-check presence of arglist for builtins.
7475
6e5dfc31
KH
74762000-06-01 Kenichi Handa <handa@etl.go.jp>
7477
4dc1225b
KH
7478 * international/characters.el: Fix syntax/category setting of
7479 Tibetan characters.
7480
7481 * language/tibet-util.el (tibetan-add-components): Fixes for new
7482 encoding of Tibetan characters.
7483 (tibetan-decompose-precomposition-alist): New variable.
7484 (tibetan-decompose-region): Convert precomposed characters to
7485 non-precomposed characters.
7486 (tibetan-decompose-string): Likewise.
7487 (tibetan-composition-function): Fix args to
7488 thibetan-compose-string.
7489
7490 * language/tibetan.el (tibetan-composable-pattern): More
7491 characters included.
7492 (tibetan-consonant-transcription-alist): Rule for "R" added.
7493 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7494 "+R" added.
7495 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7496
eadef5e6
KH
7497 * language/lao-util.el (lao-composition-function): Fix args to
7498 compose-string.
7499
7500 * language/thai-util.el (thai-composition-function): Fix args to
7501 compose-string.
7502
6e5dfc31 7503 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
7504 to prevent the point moving to the end of a composition when a
7505 part of a composition is searched.
6e5dfc31
KH
7506 (isearch-other-meta-char): If the key invoking this command can be
7507 mapped by function-key-map to a printing char, call
7508 isearch-process-search-char directly.
7509
2598a293
SM
75102000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7511
7512 * emacs-lisp/bytecomp.el:
7513 * frame.el:
7514 * international/mule-cmds.el:
7515 * international/mule-util.el:
7516 * international/mule.el:
7517 * mouse.el:
7518 * subr.el:
7519 * faces.el: Update calls to make-obsolete with a WHEN argument.
7520
7521 * byte-run.el (make-obsolete, make-obsolete-variable):
7522 Add an optional WHEN argument and change the format of the
bff71087 7523 symbol-property information.
2598a293
SM
7524 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7525 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7526 new obsolete-symbol-property format and print WHEN if it is provided.
7527
28d8dff1
DL
75282000-05-31 Dave Love <fx@gnu.org>
7529
7530 * loadhist.el (loadhist-hook-functions): Remove
7531 before-change-function, after-change-function.
7532 (unload-feature): Deal with symbols which are both bound and
7533 fbound.
7534
7535 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7536 before-change-function, after-change-function.
7537
7538 * simple.el (newline): Don't bind before-change-function,
7539 after-change-function.
7540
7f565d87
RV
75412000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
7542
7543 * whitespace.el (whitespace-rescan-timer-time): Update interval
7544 set to 600 seconds (10 minutes) instead of 60 seconds since
7545 a large number of whitespace buffers causes emacs to `freeze'
7546 for a considerable amount of time.
7547
bff71087 7548 * whitespace.el: Updated email address
7f565d87 7549
a8d693d8
DL
75502000-05-31 Dave Love <fx@gnu.org>
7551
7552 * add-log.el (change-log-font-lock-keywords) <function>: Add
7553 pattern for function of change.
7554 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7555 acknowledgements patterns.
7556
a50192e7
KH
75572000-05-31 Kenichi Handa <handa@etl.go.jp>
7558
7559 * isearch.el (isearch-printing-char): If keyboard coding system is
7560 being used, call isearch-process-search-multibyte-characters.
7561
7562 * international/isearch-x.el: Mostly rewritten.
7563
7564 * international/quail.el (quail-start-conversion): Don't include
7565 unhandled events in the returned events, but set them in
7566 unread-command-events. Exit if all inputs are deleted.
7567
7e492772
JR
75682000-05-30 Jason Rumney <jasonr@gnu.org>
7569
7570 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7571
7572 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7573 Reenable code to create initial fontsets.
7574 Use set-fontset-font in place of put-charset-property.
7575
10fc3187
GM
75762000-05-30 Gerd Moellmann <gerd@gnu.org>
7577
79148ea7
GM
7578 * progmodes/perl-mode.el (perl-indent-line): When looking for a
7579 label, ensure that the first colon isn't followed by another.
7580
7581 * paths.el (Info-default-directory-list): Doc fix.
7582
086d5b87
GM
7583 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7584 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7585 send a query containing USER only, not USER@HOST.
7586
10fc3187
GM
7587 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7588 and rmail-msgend to compute the restriction at the end, instead of
7589 computing it.
7590
49e70dec
GM
75912000-05-29 Gerd Moellmann <gerd@gnu.org>
7592
66254a13
GM
7593 * dabbrev.el (dabbrev-expand): Don't display messages in the
7594 echo area if the minibuffer window is active.
7595
49e70dec
GM
7596 * jit-lock.el (jit-lock-mode): Add after change function to
7597 local hook.
7598
75992000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
7600
7601 * antlr-mode.el: New commands: hide/unhide actions,
7602 upcase/downcase literals.
7603 (antlr-tiny-action-length): New user option.
7604 (antlr-hide-actions): New command. Suggested by
7605 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 7606 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
7607 (antlr-mode-menu): New entries.
7608 (antlr-downcase-literals): New command.
7609 (antlr-upcase-literals): Ditto.
7610
7611 * antlr-mode.el: Minor changes: indendation, mode-name.
7612 (antlr-indent-line): Indent cpp directive at column 0.
7613 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7614
7615 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7616 (antlr-font-lock-additional-keywords): Workaround for intentional
7617 bug in XEmacs version of font-lock.
7618 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
7619 be used by a smarter version of `buffers-menu-grouping-function'.
7620
76212000-05-29 Gerd Moellmann <gerd@gnu.org>
7622
7623 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7624 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7625
49f93684
KH
76262000-05-29 Kenichi Handa <handa@etl.go.jp>
7627
7628 * international/encoded-kb.el
7629 (encoded-kbd-iso2022-designation-map): Pay attention to that
7630 charset-iso-final-char return -1 for eight-bit-control and
7631 eight-bit-graphic.
7632
5b1ae051
EZ
76332000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7634
7635 * speedbar.el (speedbar-use-images, speedbar-update-flag)
7636 (speedbar-easymenu-definition-base): Use display-graphic-p where
7637 available, instead of window-system.
7638
a205e32a
EZ
76392000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7640
7641 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7642 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7643 coding systems.
7644
dd854dc2
DL
76452000-05-26 Dave Love <fx@gnu.org>
7646
c88a85d5
DL
7647 * disp-table.el (standard-display-underline): Don't use
7648 internal-find-face.
7649
dd854dc2
DL
7650 * mail/reporter.el: Maintainer change. Doc fixes.
7651 (reporter-version): Deleted.
7652
7653 * emacs-lisp/elp.el: Maintainer change.
7654 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7655
dc29aa6c
SM
76562000-05-26 Stefan Monnier <monnier@cs.yale.edu>
7657
7658 * add-log.el (add-change-log-entry): Merge the current entry with the
7659 previous one if the previous one is empty.
7660
ed62683d
DL
76612000-05-26 Dave Love <fx@gnu.org>
7662
4370a375
DL
7663 * loadhist.el (unload-feature): Fix interactive spec [from
7664 lijnzaad@ebi.ac.uk].
7665
ed62683d
DL
7666 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7667 subr-arity to check primitives.
7668 (byte-compile-flush-pending, byte-compile-file-form-progn)
7669 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7670 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7671 mapcar.
7672
ba9f8f95
KH
76732000-05-26 Kenichi Handa <handa@etl.go.jp>
7674
0f3e0672
KH
7675 * international/fontset.el: Set family names of non-latin charsets
7676 in default fontset to "*".
7677
cebefb44
KH
7678 * international/mule-diag.el (print-fontset): Combine family part
7679 and registry part of the fontname by "-*-" instead of "-".
7680
ba9f8f95
KH
7681 * international/mule-cmds.el (encode-coding-char): Make strings
7682 multibyte before calling encode-coding-string.
7683
931d0724
SM
76842000-05-25 Stefan Monnier <monnier@cs.yale.edu>
7685
7686 * derived.el: Fix keywords.
8ccce2b0 7687 (define-derived-mode): Only define if needed.
931d0724
SM
7688
7689 * simple.el (fill-comment, comment-column, comment-start)
7690 (comment-start-skip, comment-end, comment-indent-function)
7691 (block-comment-start, block-comment-end, indent-for-comment)
7692 (set-comment-column, kill-comment, comment-padding, comment-region)
7693 (comment-multi-line, indent-new-comment-line): Remove.
7694
7695 * bindings.el (esc-map): Change ; to comment-dwim and use the new
7696 function names for comment operations.
7697
7698 * newcomment.el: Add abundant autoload cookies.
7699 (comment-style): Don't depend on runtime data at compile-time.
7700 (comment-indent-hook): Remove.
7701 (comment-indent): Check if comment-indent-hook is bound.
7702 (comment-region): Docstring fix.
7703
6fc596cf
DL
77042000-05-25 Dave Love <fx@gnu.org>
7705
7706 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7707 byte-code-function-p.
7708
7709 * mail/rmailsum.el: Add provide.
7710
7711 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7712
7713 * smerge-mode.el (smerge-diff-switches): Don't use list* in
7714 defcustom.
7715
7997f1ca 77162000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7717
7997f1ca
MK
7718 * ediff-diff.el (ediff-exec-process): delete --binary option from
7719 non-buffer ediff jobs.
7f565d87 7720
e7a903e8
EZ
77212000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7722
7723 * hilit-chg.el (highlight-changes-mode): Ask about color or
7724 grayscale support, not about window-system.
7725
7726 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7727 window-system.
7728 (ffap-highlight): Always default to t.
7729
7730 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7731 display-popup-menus-p instead of looking at window-system.
7732
7733 * disp-table.el (standard-display-g1, standard-display-graphic):
7734 Only refuse to use string glyphs on X and MS-Windows.
7735
7736 * avoid.el: Remove window-system from commentary, suggest to use
7737 display-*-p instead.
7738
7739 * apropos.el (apropos-print): Use display-mouse-p instead of
7740 window-system.
7741
14028d57
EZ
77422000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7743
7744 * international/codepage.el (cp-decoding-vector-for-codepage):
7745 Fill up unsupported characters with their own codes. From Kenichi
7746 Handa.
7747
1a4f9cc1
EZ
77482000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7749
7750 * international/mule-diag.el (describe-char-after): Use
7751 display-graphic-p instead of window-system, so that this function
7752 works on MS-DOS.
7753
89f6ca4e
EZ
77542000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7755
7756 * international/codepage.el (cp-make-coding-systems-for-codepage):
7757 Remove the eight-bit-graphic and eight-bit-control charsets from
7758 the list of charsets which we convert into `?'.
7759
eacfd7fe
KH
77602000-05-25 Kenichi Handa <handa@etl.go.jp>
7761
7762 * international/mule-conf.el: Specify CHARSET-ID explicitely for
7763 private charsets.
7764 (mule-unicode-0100-24ff, japanese-jisx0213-1,
7765 japanese-jisx0213-2): New charsets.
7766
7767 * international/fontset.el: Setup default fontset for new charsets.
7768
deadf7e3
DL
77692000-05-24 Dave Love <fx@gnu.org>
7770
7771 * info.el (Info-find-node-2): Restructure [following "Vadim
7772 S. Solomin" <sovs@uic.nnov.ru>].
7773
7774 * icomplete.el: Fix header for Finder.
7775
77762000-05-24 Eric M. Ludlam <zappo@ultranet.com>
7777
7778 * rmailout.el (rmail-output-to-rmail-file): Added optional param
7779 STAY.
7780
7781 * rmail.el (rmail-automatic-folder-directives): New user variable.
7782 (rmail-show-message): Add call to `rmail-auto-file' during
7783 display.
7784 (rmail-auto-file): New function.
7785
6de3983f 77862000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7787
fc6a6a4e 7788 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 7789 account.
fc6a6a4e
GM
7790 (ediff-test-utility,ediff-diff-mandatory-option)
7791 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 7792 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 7793
fc6a6a4e 7794 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 7795 variable.
7f565d87 7796
fc6a6a4e 7797 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
7798 ediff-merge-filename-prefix.
7799
fc290d1d
MK
78002000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7801
fc6a6a4e 7802 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 7803
273182b8
EZ
78042000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7805
7806 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7807 aliases for hebrew-iso-8bit.
7808
f471ea57
EZ
78092000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7810
7811 * woman.el: New version from Francis J. Wright
7812 <F.J.Wright@Maths.QMW.ac.uk>.
7813 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7814 names in environment variables regardless of the path separator.
7815 (woman-topic-all-completions-1): Don't call file-name-directory-p
7816 on all files, since woman-file-regexp already filters out any
7817 directories.
7818
01162f24
KH
78192000-05-24 Kenichi Handa <handa@etl.go.jp>
7820
48e3df76
KH
7821 * international/quail.el (quail-start-translation): Don't change
7822 modified-p of the current buffer.
7823 (quail-start-conversion): Likewise.
7824
7825 * international/kkc.el (kkc-region): Don't change modified-p of
7826 the current buffer.
7827
747d90ea
KH
7828 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7829 conform to RFC1468.
7830 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 7831
17a223ff
EL
78322000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
7833
7834 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7835 (speedbar-insert-button): Invisible text property fix.
7836 (speedbar-directory-plus): Renamed from speedbar-directory-+
7837 (speedbar-directory-minus): Renamed from speedbar-directory--
7838 (speedbar-page-plus): Renamed from speedbar-file-+
7839 (speedbar-page-minus): Renamed from speedbar-file--
7840 (speedbar-page): Renamed from speedbar-file-
7841 (speedbar-tag): Renamed from speedbar-tag-
7842 (speedbar-tag-plus): Renamed from speedbar-tag-+
7843 (speedbar-tag-minus): Renamed from speedbar-tag--
7844 (speedbar-expand-image-button-alist): Use above renames.
7845
7846 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7847 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7848 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7849 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7850 * sb-pg.xpm: Renamed from sb-file.xpm
7851 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7852 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 7853
e6b6fc18
KH
78542000-05-24 Kenichi Handa <handa@etl.go.jp>
7855
7856 * international/quail.el (quail-show-guidance-buf): Set
7857 current-input-method of the guidance buffer to the name of the
7858 curren input method.
7859
a1a336eb
SM
78602000-05-23 Stefan Monnier <monnier@cs.yale.edu>
7861
7862 * progmodes/compile.el (compile-internal): Style typo.
7863
7864 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7865 quote vars and functions in the docstring.
7866
7867 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7868
7869 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7870 Don't quote lambdas.
7871
7872 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7873
9695b783
GM
78742000-05-23 Gerd Moellmann <gerd@gnu.org>
7875
716e3b88
GM
7876 * startup.el (command-line): Determine source file of compiled
7877 user init file differently. Warn if compiled user init file
7878 is older than its source file.
7879
9695b783 7880 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 7881
41ac433f
EZ
78822000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
7883
7884 * files.el (make-backup-file-name-1): Replace slashes with `!'
7885 rather than `|' (which is not allowed on Windows). Replace the
7886 drive letters with a string "drive_X".
7887
46600ab1
GM
78882000-05-23 Gerd Moellmann <gerd@gnu.org>
7889
7890 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7891
7892 * files.el (interpreter-mode-alist): Add `bash2'.
7893
79a64d87
DL
78942000-05-22 Dave Love <fx@gnu.org>
7895
7896 * loadhist.el (feature-symbols, file-provides, file-requires): Use
7897 mapc.
7898 (feature-file): Avoid calling symbol-name. Doc fix.
7899 (file-set-intersect, file-dependents): Use dolist, not mapcar.
7900 (loadhist-hook-functions): Add mouse-position-function.
7901 (unload-feature): Change uses of mapcar.
7902
7903 * files.el (parse-colon-path): Doc fix.
7904 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7905 (set-auto-mode): Use mapc.
7906
7907 * complete.el (PC-look-for-include-file): Use :alnum: character
7908 class.
7909 (partial-completion-mode): Add autoload cookie.
7910
0e8c11d8
SS
79112000-05-22 Sam Steingold <sds@gnu.org>
7912
ce75fd23 7913 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
7914 `add-text-properties' (bug introduced on 2000-05-18).
7915
d8d0fa6c
DL
79162000-05-22 Dave Love <fx@gnu.org>
7917
7918 * bindings.el: Remove debug-ignored-errors set in other files.
7919
7920 * progmodes/etags.el: Add to debug-ignored-errors.
7921 (visit-tags-table-buffer): Clear out buffers holding old tables
7922 when making a new list.
7923 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7924 mapc.
7925
7926 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
7927 quote keywords.
7928 (cmpl-string-case-type): Use character classes.
7929
0e8c11d8
SS
7930 * comint.el:
7931 * textmodes/ispell.el:
7932 * imenu.el:
d8d0fa6c
DL
7933 * mail/mh-e.el:
7934 * progmodes/compile.el: Add to debug-ignored-errors.
7935
7936 * dabbrev.el: Add to debug-ignored-errors.
7937 (dabbrev-completion): Use mapc.
7938
1edbbf8a
EZ
79392000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
7940
7941 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7942 (woman-mapcan, woman-parse-man.conf)
7943 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7944 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7945 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
7946 path syntax better.
7947 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7948 (woman-manpath): Call woman-parse-man.conf.
7949 (woman-emulation): New defcustom, defaults to nroff.
7950 (woman-font-support): New defconst.
7951 (woman-use-symbol-font): New defcustom.
7952 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7953 "Emulation".
7954 Many functions: Doc fix.
7955
5bd2148c
KH
79562000-05-22 Kenichi Handa <handa@etl.go.jp>
7957
7958 * international/quail.el (quail-simple-translation-keymap): Map
7959 128..255 to quail-self-insert-command.
7960 (quail-keyboard-layout-alist): Add definition for "pc102-de".
7961
4125ec7e
SM
79622000-05-22 Stefan Monnier <monnier@cs.yale.edu>
7963
a1a336eb
SM
7964 * help.el (help-manyarg-func-alist): Typo.
7965
40aeecad
SM
7966 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7967 intervals which makes it heaps simpler.
7968
4125ec7e
SM
7969 * newcomment.el (comment-region-internal): Go back to BEG after quoting
7970 the nested comment markers.
e4da9c1c
SM
7971
7972 * subr.el (remove-hook): Don't turn the hook's value into a list.
7973
cb7216a7
DL
79742000-05-21 Dave Love <fx@gnu.org>
7975
ac266581
DL
7976 * edmacro.el (edmacro-parse-keys): Return vector if any elements
7977 are invalid characters.
7978
cb7216a7
DL
7979 * international/mule-util.el (detect-coding-with-priority): Use
7980 mapc. Remove redundant lambda.
7981
7982 * international/mule-diag.el (list-non-iso-charset-chars)
7983 (describe-fontset): Remove redundant lambda.
7984
7985 * emulation/crisp.el (brief-mode): New alias.
7986
7987 * emacs-lisp/ring.el (ring-elements): New function.
7988
7989 * emacs-lisp/easymenu.el (easy-menu-create-menu)
7990 (easy-menu-do-add-item): Use keywordp.
7991
7992 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7993
7994 * replace.el: Doc and error message fixes.
7995 (replace-highlight): Use facep, not internal-find-face.
7996
9b0d1d6e
SM
79972000-05-20 Stefan Monnier <monnier@cs.yale.edu>
7998
b2d2cf58
SM
7999 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8000
ffe7dc64
SM
8001 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8002 (log-edit-insert-changelog): Drop `:' as well.
8003
8004 * log-view.el: Fix file description.
8005 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8006 available.
8007 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8008 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8009
c8c21615
SM
8010 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8011 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8012 Print a status message if the toggle is called interactively.
8013 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8014 for global minor modes and use `defcustom' for them.
8015 Use add-minor-mode.
8016 (easy-mmode-define-derived-mode): Remove.
8017 (define-derived-mode): Fancier default docstring.
8018 (easy-mmode-define-navigation): Signal an error rather than (ding).
8019
9b0d1d6e
SM
8020 * newcomment.el (comment-styles): New `box-multi'.
8021 (comment-normalize-vars): Better default for comment-continue to
8022 avoid whitespace-only continuations.
8023 (comment-search-forward): Always move even in the no-syntax case.
8024 (comment-padright): Only obey N if it's only obeyed for padleft.
8025 (comment-make-extra-lines): Better handling of empty continuations.
8026 Use `=' for the filler if comment-start has only one character.
8027 (uncomment-region): Try handling the special `=' filler.
8028 (comment-region): Allow LINES even if MULTI is nil.
8029 (comment-box): Choose box style based on comment-style.
8030
f5ee6d0f
KH
80312000-05-20 Kenichi Handa <handa@etl.go.jp>
8032
9b0d1d6e 8033 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
8034 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8035
c9671f81
KH
80362000-05-20 Kenichi HANDA <handa@etl.go.jp>
8037
8038 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8039 and insert, not subst-char-in-region.
8040
8041 * international/mule-diag.el (list-character-sets-1): Handle
8042 charsets eight-bit-control and eight-bit-graphic.
8043 (list-iso-charset-chars): Likewise.
8044 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8045 charactes as is. Use indent-to to align characters.
8046
8047 * international/mule-cmds.el (find-multibyte-characters): Never
8048 exclude charsets eight-bit-control and eight-bit-graphic.
8049
1426aa5c
SM
80502000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8051
8052 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8053 Don't quote lambdas.
8054
8055 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8056
2b63d473
GM
80572000-05-19 Gerd Moellmann <gerd@gnu.org>
8058
8059 * gud.el (gud-jdb-directories): Doc fix.
8060
f1355756
SM
80612000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8062
8063 * newcomment.el: New file.
8064
5f64c9e0
GM
80652000-05-19 Gerd Moellmann <gerd@gnu.org>
8066
2b63d473 8067 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 8068
db7314bd
AS
80692000-05-18 Andreas Schwab <schwab@suse.de>
8070
8071 * dired.el (dired-between-files): Also skip lines beginning with
8072 `used'.
8073
25bb0401
GM
80742000-05-18 Gerd Moellmann <gerd@gnu.org>
8075
8076 * msb.el (msb-menu-cond): Add choice `user'.
8077
a199a865 80782000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 8079
a199a865
GM
8080 * ps-print.el: Compatibility, customization and doc fix.
8081 (ps-printer-name-option): Replace defconst by defvar.
8082 (ps-postscript-code-directory): XEmacs compatibility.
8083 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8084 fix.
8085 (ps-user-defined-prologue, ps-print-prologue-header)
8086 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8087 compatibility and code fix.
8088 (ps-print-background-image, ps-print-background-text):
8089 Customization fix.
8090 (ps-line-number-start, ps-n-up-on): New vars.
8091
25bb0401
GM
80922000-05-18 Espen Skoglund <esk@ira.uka.de>
8093
8094 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8095 the indent-comment function to just return the appropriate indent.
8096
68e6c83a
EL
80972000-05-18 Eric M. Ludlam <zappo@ultranet.com>
8098
8099 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8100 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8101 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8102
dae6cb9f
DL
81032000-05-18 Dave Love <fx@gnu.org>
8104
8105 * info.el (Info-fontify-node): Add intangible property as well as
8106 invisible.
8107
8108 * calendar/appt.el (appt-make-list): Match all lines of entry.
8109 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8110
813086ea
KH
81112000-05-18 Kenichi Handa <handa@etl.go.jp>
8112
8113 * international/mule-diag.el (describe-char-after): Call
8114 internal-char-font, not char-font. If internal-char-font returns
8115 nil, display "-- none --".
8116
24978190
EZ
81172000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8118
8119 * image.el (image-type-available-p): Don't reference image-types
8120 if it isn't bound.
8121
2fca2d5d
SM
81222000-05-17 Stefan Monnier <monnier@cs.yale.edu>
8123
8124 * autoarg.el (autoarg-mode): Typo in the :set argument.
8125
cfc75d05
EZ
81262000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8127
8128 * startup.el (command-line-1): Don't signal an error if the
8129 directory for auto-save-list files does not yet exist.
8130
c4e30387
KH
81312000-05-17 Kenichi Handa <handa@etl.go.jp>
8132
8133 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8134
dd6b8ea7
SM
81352000-05-16 Stefan Monnier <monnier@cs.yale.edu>
8136
8137 * subr.el (remove-hook): `setq' hook-value, not `set'.
8138
399c88ad
SS
81392000-05-16 Sam Steingold <sds@gnu.org>
8140
a199a865 8141 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 8142
01651f07
DL
81432000-05-16 Dave Love <fx@gnu.org>
8144
8145 * cus-edit.el: Don't require cl or easymenu.
8146 (custom-variable-prompt): Test standard-value property, not
8147 user-variable-p.
8148
2248c40d
SS
81492000-05-16 Sam Steingold <sds@gnu.org>
8150
8151 * subr.el (add-hook): `setq' hook-value, not `set'.
8152
b15f3b77
GM
81532000-05-16 Gerd Moellmann <gerd@gnu.org>
8154
8155 * startup.el (command-line-1): Mention the FAQ in the startup
8156 message.
8157
8158 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8159
8160 * progmodes/compile.el (compilation-parse-errors): Collect
8161 `nomessage' regexps last.
8162
8163 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8164
8165 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8166 to the function name.
8167
f9bbcfac
EL
81682000-05-15 Dave Love <fx@gnu.org>
8169
8170 * speedbar.el (speedbar-recenter): Typo.
8171 (speedbar-expand-line): Make arg optional.
8172 (speedbar-mode): Avoid a compiler warning.
8173
119b42eb
GM
81742000-05-15 Gerd Moellmann <gerd@gnu.org>
8175
8176 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8177 user-specified option string is empty.
8178
8179 * mouse.el (mouse-yank-at-click): Doc fix.
8180
f685bea9
EZ
81812000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8182
8183 * term/internal.el (IT-character-translations): More updates of
8184 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8185 documents.
8186
a1b8d58b
GM
81872000-05-15 Gerd Moellmann <gerd@gnu.org>
8188
8189 * env.el (getenv): New function, interactively callable.
8190 (setenv, getenv): Remove autoload cookies.
8191
8192 * loadup.el: Load `env'.
8193
8194 * progmodes/f90.el: Change author's mail address.
8195
c9bba7ed
DL
81962000-05-14 Dave Love <fx@gnu.org>
8197
e5c83697
DL
8198 * mail/rmail.el (rmail-show-message-hook): Customize and offer
8199 goto-addr as an option.
8200
8201 * help.el (help-xref-stack): Doc fix.
8202 (help-xref-following): New variable.
8203 (help-make-xrefs): Use it.
8204 (help-xref-go-back): Use position information from stack element.
8205 (help-follow): Make position in stack element a pair. Use
8206 help-xref-following.
399c88ad 8207
e5c83697
DL
8208 * autoarg.el: New file.
8209
8210 * faces.el: Declare more functions obsolete.
8211
c9bba7ed
DL
8212 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8213 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8214 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8215 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8216 Remove all the setup-...-environment functions.
8217
b6389bfb
EL
82182000-05-13 Eric M. Ludlam <zappo@ultranet.com>
8219
a1b8d58b
GM
8220 * speedbar.el: Updated the commentary section. xemacs20p now uses
8221 >= when detecting. Require `defimage' safely.
b6389bfb
EL
8222 (speedbar-easymenu-definition-base): Add toggle for images.
8223 (speedbar-easymenu-definition-special): Add flush cache & expand.
8224 (speedbar-visiting-tag-hook): Set new defaults. Added options.
8225 (speedbar-reconfigure-keymaps-hook): New variable.
8226 (speedbar-frame-parameters): Updated documentation.
8227 (speedbar-use-imenu-flag): Updated custom tag
8228 (speedbar-dynamic-tags-function-list): New variable.
8229 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
8230 (speedbar-indentation-width, speedbar-indentation-width) New
8231 variables.
8232 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
8233 (speedbar-vc-indicator): Doc update.
8234 (speedbar-ignored-path-expressions): Updated default value.
8235 (speedbar-supported-extension-expressions): Updated default value.
8236 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
8237 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8238 as "+". Added overlay aliases.
8239 (speedbar-mode): Use `speedbar-mode-line-update' instead of
8240 `force-mode-line-update'.
8241 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8242 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8243 `mouse-set-point'
b6389bfb 8244 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
8245 (speedbar-item-info-tag-helper): Revamped to handle a wider range
8246 of arbitrary text, and new helper functions.
8247 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8248 filename finder.
b6389bfb
EL
8249 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8250 (speedbar-directory-buttons): Update path search/expansion.
8251 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
8252 `speedbar-indentation-width'. Use more care w/ invisible
8253 properties.
b6389bfb
EL
8254 (speedbar-change-expand-button-char): Call
8255 `speedbar-insert-image-button-maybe'.
8256 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
8257 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8258 (speedbar-trim-words-tag-hierarchy)
8259 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 8260 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
8261 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8262 functions.
b6389bfb
EL
8263 (speedbar-mouse-set-point): New function
8264 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
8265 (speedbar-line-token, speedbar-goto-this-file): Handle more types
8266 of tag prefix text.
8267 (speedbar-expand-line, speedbar-contract-line): Make more robust
8268 to strange text.
8269 (speedbar-expand-line): Takes universal argument to flush the
8270 cache.
b6389bfb
EL
8271 (speedbar-flush-expand-line): New function.
8272 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8273 Use new generator insertion method.
8274 (speedbar-fetch-dynamic-tags): New function.
8275 (speedbar-fetch-dynamic-imenu): Removed code now handled in
8276 `speedbar-fetch-dynamic-imenu'.
8277 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8278 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8279 "Revert Buffer" menu items.
8280 (speedbar-buffer-buttons-engine): Be smarter when creating a
8281 filename tag (for expansion purposes.).
a1b8d58b
GM
8282 (speedbar-highlight-one-tag-line,
8283 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8284 (speedbar-recenter): New functions.
b6389bfb 8285 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
8286 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8287 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8288 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8289 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
8290 (speedbar-expand-image-button-alist): New variable.
8291 (speedbar-insert-image-button-maybe): Insert an image over some
8292 buttons.
8293
43fe9244
KH
82942000-05-13 Kenichi Handa <handa@etl.go.jp>
8295
8296 * international/mule-cmds.el (encode-coding-char): An ASCII
8297 character is always encodable.
8298
8299 * international/mule-conf.el: Add more information in descriptions
8300 of character sets.
8301
813086ea 8302 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
8303 (describe-font-internal): Adjusted for the change of font-info.
8304 (describe-font): Likewise.
8305 (print-fontset): Rewritten for the new fontset implementation.
8306 (describe-fontset): Include fontset alias names in completion.
8307 (list-fontsets): Adjusted for the change of print-fontset.
8308
8309 * simple.el (what-cursor-position): If DETAIL is non-nil, call
8310 describe-char-after instead of displaying the detail in the echo
8311 area.
813086ea
KH
8312 (syntax-code-table): Format changed.
8313 (string-to-syntax): Adjusted for the above change.
0e8c11d8 8314
e8564f57
SM
83152000-05-12 Stefan Monnier <monnier@cs.yale.edu>
8316
8317 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8318
9278c60d
DL
83192000-05-12 Dave Love <fx@gnu.org>
8320
8321 * calendar/todo-mode.el: Remove some compatibility stuff and CL
8322 dependence. Use line-{beginning,end}-position, not
8323 point-at{b,e}ol. Some doc fixes.
8324 (todo-position): New function. Fix callers of position to use it.
8325 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8326
be0505fe
GM
83272000-05-12 Gerd Moellmann <gerd@gnu.org>
8328
8329 * time.el (display-time-mail-icon): Use `:ascent center'.
8330
a8a3541c
GM
8331 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8332 handling FTP security extensions.
399c88ad 8333
44d5f148
DL
83342000-05-11 Dave Love <fx@gnu.org>
8335
33d0c179 8336 * calendar/todo-mode.el: New file.
44d5f148 8337
da4496b6
GM
83382000-05-11 Gerd Moellmann <gerd@gnu.org>
8339
cdc4401d
GM
8340 * comint.el (comint-read-input-ring): Move reference to
8341 comint-input-ring-size outside of the save-excursion. It was
8342 causing the default value to be the only one ever seen.
399c88ad 8343
0279f991
GM
8344 * font-lock.el: Update copyright. Remove Simon Marshall's email
8345 address on request from him.
8346
da4496b6
GM
8347 * subr.el (substitute-key-definition): Add comment describing
8348 the meaning of PREFIX.
8349
ac5cb26d
SM
83502000-05-10 Stefan Monnier <monnier@cs.yale.edu>
8351
8352 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8353
8354 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8355 (add-minor-mode): Don't make the variable buffer-local and add a
8356 reference to define-minor-mode in the docstring.
8357
8358 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8359 HEADER/FOOTER and fix bug with trailing empty directory.
8360 (cvs-append-to-ignore): Use vc-editable-p if available.
8361 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8362 (vc-do-command): Tweak advice to handle the new VC.
8363
8364 * log-view.el (log-view-goto-rev): New function for the new VC.
8365 (log-view-minor-wrap): Use mark-active.
8366
8367 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8368 (log-edit-changelog-full-paragraphs): New var.
8369 (log-edit-insert-changelog): Remove a lonely leading `* file'.
8370 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8371 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8372 (log-edit-changelog-ours-p, log-edit-changelog-entries)
8373 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8374 Replace the `cvs' prefix with `log-edit'.
8375
8376 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8377
8378 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8379 (diff-font-lock-defaults): Explicitly turn off multiline.
8380 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8381 (diff-ediff-patch): Fix call to ediff-patch-file.
8382 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8383 Handle comments.
8384
8385 * frame.el (automatic-hscrolling): Typo.
8386
8387 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8388
21c34da3
DL
83892000-05-09 Sam Steingold <sds@goems.com>
8390
8391 * apropos.el (apropos-print): use `describe-face' instead of
8392 `customize-face-other-window'.
8393
950cf06f
DL
83942000-05-09 Dave Love <fx@gnu.org>
8395
8396 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8397
8398 * help.el (describe-variable): Have customize button pop the
8399 help-xref stack when invoked.
8400 (help-xref-symbol-regexp): Add `face'.
8401 (help-make-xrefs): Check for quoted face names and adapt regexp
8402 submatch numbers to cope.
8403 (help-xref-interned): Maybe insert face doc too. Separate
8404 sections with a line of hyphens.
8405
0623e40f 8406 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
8407 (describe-face): Add customize button. Return the help
8408 text. Fix prompt.
8409
82e2ca9d
EZ
84102000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8411
8412 * term/internal.el (IT-character-translations): Fix last change.
8413
10c00b5c
EZ
84142000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8415
8416 * woman.el: New file
8417 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8418
9deed82f
EZ
84192000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8420
001ad319
EZ
8421 * term/internal.el (IT-character-translations): Update ASCII
8422 simulations for greek-iso8859-7, add latin-iso8859-14 and
8423 latin-iso8859-15.
8424
9deed82f
EZ
8425 * international/mule-cmds.el (set-language-info-alist): Call
8426 define-prefix-command with 3 arguments, to make the map suitable
8427 for a menu.
8428
4f37b78a
DL
84292000-05-07 Dave Love <fx@gnu.org>
8430
d313265f 8431 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 8432
64a4c526
DL
84332000-05-05 Dave Love <fx@gnu.org>
8434
8435 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8436 list in doc string. Don't quote keyword symbols.
8437 * emacs-lisp/cl.el: Likewise
8438 * emacs-lisp/cl-seq.el: Likewise
8439
056565f7
GM
84402000-05-05 Gerd Moellmann <gerd@gnu.org>
8441
8442 * abbrev.el (abbrev-mode): Make ARG optional.
8443
4656b314
GM
84442000-05-04 Gerd Moellmann <gerd@gnu.org>
8445
ec82fb2f
GM
8446 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8447
8448 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8449
4656b314
GM
8450 * subr.el (substitute-key-definition): Clarify documentation.
8451
84522000-05-04 Milan Zamazal <pdm@freesoft.cz>
8453
8454 * glasses.el (glasses-convert-to-unreadable): Use
8455 `glasses-separator' instead of the hard-wired "_".
8456 (glasses-mode): Call `glasses-make-unreadable' only in a single
8457 place.
8458
7b081c78
EZ
84592000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
8460
8461 * term/internal.el (cjk-codepages-alist): Add associations for
8462 Chinese and Korean codepages. Remove FIXME comment.
8463
baa5536e
DL
84642000-05-03 Dave Love <fx@gnu.org>
8465
8466 * time.el (display-time-mail-face, display-time-use-mail-icon):
8467 New option.
8468 (display-time-mail-icon): New variable.
8469 (display-time-string-forms): Use the above. Fix the local-map.
8470
cbf18892
GM
84712000-05-03 Gerd Moellmann <gerd@gnu.org>
8472
4ff40dd0
GM
8473 * replace.el (query-replace-map): Add binding for `E'.
8474 (query-replace-help): Extend help text.
8475 (perform-replace): Allow editing the replacement string.
8476
8477 * make-mode.el (makefile-mode-abbrev-table): New variable.
8478 (makefile-mode): Set local abbrev table to
8479 makefile-mode-abbrev-table.
8480 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 8481
cbf18892
GM
8482 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8483 set TOGGLE's value.
8484
4ff40dd0
GM
8485 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8486 mail-interactive-insert-alias.
8487 (mail-abbrev-complete-alias): New command.
8488 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 8489
ffec4d9f
KH
84902000-05-03 Kenichi Handa <handa@etl.go.jp>
8491
8492 * language/lao-util.el (lao-compose-region): New function.
8493
1b0672c3
GM
84942000-05-02 Gerd Moellmann <gerd@gnu.org>
8495
576da55d
GM
8496 * files.el (recover-session): Make directories as necessary
8497 if they don't exist yet.
8498
399c88ad
SS
8499 * calendar/cal-french.el
8500 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
8501 (french-calendar-special-days-array): Change French text.
8502 (calendar-french-date-string): Change output.
8503 (calendar-goto-french-date): Likewise.
8504
85052000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
8506
8507 * wid-edit.el (widget-default-active): Obey `:always-active'.
8508 (widget-documentation-string-value-create): Set `:always-active'.
8509
4b33deaa
EZ
85102000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8511
8512 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8513 default prefix to `~/_emacs.d/auto-save.list/_s'.
8514 (normal-top-level): Create the directory for auto-save files, if
8515 it doesn't already exist (in the ms-dos case only).
8516
5c922ea7
EZ
85172000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8518
8519 * international/mule-cmds.el (set-language-environment): Don't
8520 concat an integer (dos-codepage), use format instead.
8521
820ad5e7
DL
85222000-05-02 Dave Love <fx@gnu.org>
8523
8524 * help.el (help-xref-on-pp): Check for constant symbols.
8525
57cb56f5
GM
85262000-04-29 Gerd Moellmann <gerd@gnu.org>
8527
8528 * startup.el (normal-top-level): Put a condition-case around
8529 the code loading subdirs.el.
8530
85312000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 8532
57cb56f5
GM
8533 * ps-print.el: Upside-down and face background color printing,
8534 line number step, doc fix.
8535 (ps-print-version): New version number (5.2).
8536 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8537 (ps-face-attribute-list, ps-plot-with-face): Code fix.
8538 (ps-spool-config): Var fix.
8539 (ps-printer-name-option): Const fix.
8540 (ps-print-upside-down, ps-use-face-background)
8541 (ps-line-number-step): New vars.
8542 (ps-window-system, ps-lp-system): New consts.
8543 (ps-face-background): New fun.
8544
084cec2f
GM
85452000-04-28 Richard Stallman <rms@gnu.org>
8546
8547 * files.el (make-auto-save-file-name):
8548 Apply auto-save-file-name-transforms to visited file name
8549 before generating auto save file name.
8550 (auto-save-file-name-transforms): New variable.
8551
399c88ad 8552 * files.el (backup-enable-predicate):
084cec2f
GM
8553 Correctly test for a file under a temporary directory.
8554
c94f4677
GM
85552000-04-28 Gerd Moellmann <gerd@gnu.org>
8556
8557 * subr.el (add-minor-mode): Rewritten.
8558
7b211df5
KH
85592000-04-28 Kenichi Handa <handa@etl.go.jp>
8560
8561 * mail/sendmail.el (sendmail-send-it): Set
8562 buffer-file-coding-system to the selected coding system for MIME
8563 header.
8564
c76e04a8 85652000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 8566
c76e04a8
GM
8567 * dired.el (dired-move-to-filename-regexp): Allow format where
8568 YYYY is followed by two spaces.
e3e36d74 8569
c76e04a8
GM
8570 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8571 in the second character class of the regexp.
8572
8573 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8574 mh-etc, too.
353964e3 8575
c76e04a8
GM
8576 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8577 nil.
399c88ad 8578
353964e3
GM
8579 * subr.el (add-minor-mode): Use `set' instead of `setq'.
8580
8581 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8582 argument.
8583
c76e04a8 85842000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 8585
c76e04a8
GM
8586 * emacs-lisp/crm.el (crm-completion-table): New variable.
8587 (crm-collection-fn, crm-test-completion)
8588 (completing-read-multiple): Use it.
8589
85902000-04-27 Dave Love <fx@gnu.org>
8591
8592 * help.el (locate-library): Use mapc.
8593 (help-manyarg-func-alist): Add call-process-region.
8594
7464346d
GM
85952000-04-26 Gerd Moellmann <gerd@gnu.org>
8596
b35bd33d
GM
8597 * subr.el (add-minor-mode): Make argument MAP optional.
8598
7464346d
GM
8599 * desktop.el (desktop-save): Save list of minor modes.
8600 (desktop-create-buffer): Restore minor modes.
8601 (desktop-minor-mode-table): New user-option.
8602
8603 * subr.el (add-minor-mode): New function.
8604
8605 * image.el (find-image): New function.
8606 (defimage): Rewritten to find image at load time.
8607
8608 * startup.el (normal-top-level-add-to-load-path): Handle
8609 case that the default directory is not in load-path.
8610
8611 * help.el: Old patch from Stefan Monnier.
8612 (help-xref-on-pp): New function.
8613 (describe-variable): Use it to display xrefs in a symbol's value.
8614
23c0fb21
SM
86152000-04-26 Stefan Monnier <monnier@cs.yale.edu>
8616
8617 * cus-edit.el (custom-face): Fix parenthesis.
8618
fad95037
KH
86192000-04-26 Kenichi Handa <handa@etl.go.jp>
8620
f03392a1
KH
8621 * mail/rmail.el (rmail-expunge): When there are no deleted
8622 messages, do nothing.
fad95037 8623
0d7c5bb9
DL
86242000-04-26 Dave Love <fx@gnu.org>
8625
8626 * international/mule-cmds.el (locale-translation-file-name):
8627 Defvar to nil.
8628 (set-locale-environment): Set it here (at runtime).
8629
612839b6
GM
86302000-04-25 Gerd Moellmann <gerd@gnu.org>
8631
8632 * replace.el (perform-replace): Add parameters START and END. Use
8633 them instead of the check for a region in Transient Mark mode.
8634 (query-replace-read-args): Return two more list elements for the
8635 start and end of the region in Transient Mark mode.
8636 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8637 (map-query-replace-regexp, replace-string, replace-regexp): Add
8638 optional last arguments START and END and pass them to
8639 perform-replace.
8640
8641 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8642 form with additional arguments for perform-replace.
8643
8644 * progmodes/etags.el (tags-query-replace): Add parameters START
8645 and END. Construct a form with additional arguments for
8646 perform-replace.
8647
8648 * simple.el (shell-command): Set default directory for "*Shell
8649 Command Output" buffer.
8650
8651 * language/european.el (iso-latin-4): Fix typo.
8652
8653 * emacs-lisp/crm.el: New file.
8654
2917cc05
DL
86552000-04-24 Dave Love <fx@gnu.org>
8656
8657 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8658 (Custom-reset-saved, Custom-reset-standard)
8659 (custom-group-value-create, custom-group-set, custom-group-save)
8660 (custom-group-reset-current, custom-group-reset-saved)
8661 (custom-group-reset-standard): Use mapc.
8662 (custom-buffer-create-internal): Disable undo when creating items.
8663 Use mapc.
8664 (custom-face): Avoid redundant lambda.
8665
abfcc168
GM
86662000-04-24 Gerd Moellmann <gerd@gnu.org>
8667
8668 * startup.el (auto-save-list-file-prefix): Set default to
8669 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8670
fa78f71b
SS
86712000-04-24 Sam Steingold <sds@gnu.org>
8672
8673 * time-stamp.el (time-stamp-string-preprocess): Always convert
8674 `field-result' to a string.
8675
cc181e95
GM
86762000-04-24 Gerd Moellmann <gerd@gnu.org>
8677
8678 * frame.el (scrolling): New group.
8679 (automatic-hscrolling): New user-option.
8680
8681 * startup.el (command-line-x-option-alist): Add `-lsp' and
8682 `--line-spacing'.
8683
6142fdcb
DL
86842000-04-19 Dave Love <fx@gnu.org>
8685
8686 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8687 (cl-mapc): Rename from mapc. Fix the funcall.
8688
5e3dac3f
GM
86892000-04-19 Gerd Moellmann <gerd@gnu.org>
8690
1c459486
GM
8691 * simple.el (clone-indirect-buffer-other-window): New command.
8692 (clone-indirect-buffer): Add optional arg NORECROD.
8693 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8694
271b4185
GM
8695 * help.el (resize-temp-buffer-window): Use count-screen-lines.
8696
8697 * window.el (count-screen-lines): New function.
8698 (shrink-window-if-larger-than-buffer): Use count-screen-lines
8699 instead of window-buffer-height.
8700
8701 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8702 non-existing variable comint-input-sentinel.
8703 (inferior-lisp-args-to-list): Removed.
8704 (inferior-lisp): Use split-string instead of
8705 inferior-lisp-args-to-list.
8706
8707 * hexl.el (hexl-insert-hex-string): New command.
8708
5e3dac3f
GM
8709 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8710 instead of concat.
8711
f6d3257b
GM
87122000-04-18 Gerd Moellmann <gerd@gnu.org>
8713
8714 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8715 at the start of an existing but empty folder.
8716
87172000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8718
8719 * ps-mule.el: Customization fix, doc fix.
8720 (ps-multibyte-buffer): Customization fix.
8721
8b7bc628 87222000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
8723
8724 * subr.el (read-passwd): Use read-char-exclusive.
8725
0daee095
GM
87262000-04-17 Gerd Moellmann <gerd@gnu.org>
8727
8728 * textmodes/texinfo.el (texinfo-insert-@email)
8729 (texinfo-insert-@emph, texinfo-insert-@quotation)
8730 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8731 (texinfo-mode-map): Add key bindings for them.
8732
8733 * files.el (basic-save-buffer-2): Use a template with `$'
8734 instead of `#' for VMS.
8735
8736 * simple.el (clone-indirect-buffer): New function.
8737
e10f64e7
GM
87382000-04-16 Stephen Eglen <stephen@gnu.org>
8739
8740 * iswitchb.el (iswitchb-case): New function. If the user input
8741 contains any upper-case characters, the search is made
8742 case-sensitive.
8743
e3721db1
SM
87442000-04-17 Stefan Monnier <monnier@cs.yale.edu>
8745
e10f64e7
GM
8746 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8747 comment-end.
e3721db1
SM
8748 (texinfo-font-lock-syntactic-keywords): New var.
8749 (texinfo-font-lock-keywords): Remove comment regexp.
8750 (texinfo-insert-block): New function.
8751 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
8752 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
8753 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 8754 (texinfo-environments): New var.
e10f64e7
GM
8755 (texinfo-environment-regexp): Use regexp-opt and
8756 texinfo-environments.
e3721db1 8757
e10f64e7
GM
8758 * textmodes/ispell.el (ispell-menu-map-needed): Check that
8759 ispell-process is bound since this might be eval'd before ispell
8760 is loaded.
8761 (ispell-message): Use a tiny bit less magic and a bit more hard
8762 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
8763
8764 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8765
8766 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8767 (insert-cyclic-diary-entry): Unquote the lambda.
8768
8769 * gud.el (gud-jdb-build-source-files-list): Fix typo.
8770
8771 * files.el (backup-enable-predicate): Unquote the lambda.
8772
8773 * cus-edit.el (custom-face, face): Unquote the lambda.
8774
712dc9e0
GM
87752000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8776
8777 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 8778
712dc9e0
GM
8779 * ps-print.el: Fix counting lines in a region.
8780 (ps-print-version): New version number (5.1.5).
8781 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8782 (ps-printing-region): Fun code fix.
8783
ffc50f2a
GM
87842000-04-15 Gerd Moellmann <gerd@gnu.org>
8785
8786 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8787 to file-directory-p.
8788
a2522dca
GM
87892000-04-14 Gerd Moellmann <gerd@gnu.org>
8790
8791 * gud.el (gud-jdb-build-source-files-list): Check that directory
8792 exists before calling directory-files.
8793
6e883610
DL
87942000-04-13 Dave Love <fx@gnu.org>
8795
8796 * emacs-lisp/trace.el: Change maintainer. Use new backquote
8797 syntax.
8798
8799 * emacs-lisp/cl-specs.el: Remove when, unless.
8800
8801 * emacs-lisp/cl-extra.el: Don't quote keywords.
8802 (cl-old-mapc): New variable.
8803 (mapc): Use it.
8804 (cl-map-intervals): Use with-current-buffer. Don't check for
8805 next-property-change.
8806 (cl-map-overlays): Use with-current-buffer.
8807 (cl-expt): Remove.
8808 (copy-tree, remprop): Define unconditionally.
8809
8810 * emacs-lisp/cl-compat.el (keywordp): Remove.
8811
8812 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
8813 to use keywordp.
8814 (edebug-spec): Enable keywordp.
8815
8816 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8817 string-lessp.
8818
8819 * cus-start.el: Use keywordp.
8820
198e3c7a
GM
88212000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8822
8823 * diary-lib.el (include-other-diary-files): Fix the fix of
8824 2000-02-18 by doing a save-excursion.
8825
88262000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8827
8828 * ps-print.el: Customization fix, doc fix.
8829 (ps-print-version): New version number (5.1.4).
8830 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8831 (ps-print-preprint): Adjust code.
8832 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8833 (ps-print-prologue-header, ps-print-control-characters)
8834 (ps-spool-config): Customization fix.
fa78f71b 8835
8eba343c
EZ
88362000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8837
8838 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8839 converted to the new menu-item format, names silightly changed,
8840 help strings added.
8841
8842 Support for spelling without async subprocesses:
8843
8844 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8845 (ispell-session-buffer): New variables.
8846 (ispell-start-process, ispell-process-status,
8847 ispell-accept-output, ispell-send-string): New functions, for
8848 Ispell invocation when async subprocesses aren't supported.
8849 (ispell-word, ispell-pdict-save, ispell-command-loop,
8850 ispell-process-line, ispell-buffer-local-parsing): Replace calls
8851 to process-send-string with calls to ispell-send-string, and
8852 accept-process-output with ispell-accept-output.
8853 (ispell-init-process): Call ispell-process-status instead of
8854 process-status with.
8855 (ispell-init-process): Call ispell-start-process. Call
8856 ispell-accept-output and ispell-send-string. Don't call
8857 process-kill-without-query and kill-process if they are unbound.
8858 (ispell-async-processp): New function.
8859
3d30065d
DL
88602000-04-12 Dave Love <fx@gnu.org>
8861
8862 * info.el: Add debug-ignored-errors.
8863 (Info-mode-menu): Add some items.
8864 (Info-directory): Add autoload cookie.
8865
8866 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8867 Modify `truncate-lines'. Make `describe-language-environment'
8868 always visible and add help. Modify `describe-key' help. Invoke
8869 Info-directory from `info'. New entry `emacs-manual'.
8870
1a1b1895
GM
88712000-04-10 Gerd Moellmann <gerd@gnu.org>
8872
8b2affc5
GM
8873 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8874 propertized-buffer-identification.
8875 (ebrowse-update-member-buffer-mode-line): Likewise.
8876 (ebrowse--mode-strings): Removed.
8877 (ebrowse--mode-line-props): Removed.
8878
1a1b1895
GM
8879 * files.el (auto-mode-alist): Add `EBROWSE'.
8880
8881 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8882 space before testing for end of buffer.
8883 (ebrowse-load): Removed.
8884 (ebrowse-revert-tree-buffer-from-file): Rewritten.
8885 (ebrowse-create-tree-buffer): Rewritten.
8886 (ebrowse-tree-mode): Read tree from buffer.
8887
8888 * progmodes/ebrowse-ffh.el: Removed.
8889
223f3c91
KH
88902000-04-10 Kenichi Handa <handa@etl.go.jp>
8891
8892 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8893
25fbf2c4
GM
88942000-04-10 Gerd Moellmann <gerd@gnu.org>
8895
8896 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8897 at the wrong place.
8898
92c13173
DL
88992000-04-09 Dave Love <fx@gnu.org>
8900
8901 * files.el (backup-enable-predicate): Use
8902 temporary-file-directory, small-temporary-file-directory.
8903 (make-backup-file-name-function, backup-directory-alist): New
8904 variables.
8905 (make-backup-file-name-1): New function.
8906 (make-backup-file-name): Use it.
8907 (find-backup-file-name): Likewise. Use format for clarity, not
8908 concat.
8909 (file-newest-backup): Use make-backup-file-name.
8910
be0dbdab
GM
89112000-04-09 Gerd Moellmann <gerd@gnu.org>
8912
c45be9ac 8913 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 8914
c45be9ac
GM
8915 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8916 to ebrowse-ffh.el.
8917 (ebrowse-load): Add autoload.
8918
8919 * finder.el (finder-commentary): Add autoload cookie.
8920
be0dbdab
GM
8921 * mail/rfc2368.el: Correct author's email address.
8922
8923 * progmodes/ebrowse.el: New file.
8924
8925 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8926 item help string.
8927 (easy-menu-do-add-item): Ditto.
8928 (easy-menu-define): Extend doc string.
8929
8930 * jit-lock.el (with-buffer-unmodified): Use
8931 restore-buffer-modified-p.
8932 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8933 (jit-lock-function, jit-lock-stealth-fontify): Don't use
8934 with-buffer-unmodified.
8935
3f923efe
DL
89362000-04-08 Dave Love <fx@gnu.org>
8937
8938 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8939 unless, when.
8940
d35bee0e
MK
89412000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
8942
8943 * viper-util.el (viper-put-on-search-overlay): New subroutine.
8944 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 8945 doesn't support face.
d35bee0e 8946 Use `viper-put-on-search-overlay'.
fa78f71b 8947
c407c570
GM
89482000-04-04 Gerd Moellmann <gerd@gnu.org>
8949
8950 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8951 like C-r.
8952
8953 * progmodes/make-mode.el: Some doc fixes.
8954 (makefile-mode-abbrev-table): New variable.
8955 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8956 (makefile-font-lock-keywords): Fontify includes and conditionals.
8957 (toplevel): Require `dabbrev' and `add-log' when compiling.
8958
8959 * replace.el (perform-replace): Don't move forward one char
8960 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
8961 to do that because it leaves point 1 position after the last
8962 replacement, after everything has been replaced.
8963
8964 * jit-lock.el (with-buffer-unmodified): New macro.
8965 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8966 modified state.
8967 (jit-lock-function-1): Extracted from jit-lock-function; not
8968 preserving buffer's modified state.
8969 (jit-lock-function, jit-lock-stealth-fontify): Call
8970 jit-lock-function-1.
8971
8972 * mail/rfc2368.el: Remove supernumerary copyright line.
8973
685e5ed2
GM
89742000-04-04 Milan Zamazal <pdm@freesoft.cz>
8975
8976 * glasses.el: Provide facilities for inserting space before left
8977 parentheses and uncapitalization of identifiers.
8978 (glasses-mode): Try to remove old overlays in all cases.
8979
0166aed1
GM
89802000-04-03 Gerd Moellmann <gerd@gnu.org>
8981
62f20204
GM
8982 * progmodes/compile.el (compile-internal): Display the compilation
8983 buffer in a different frame, if it's already displayed there.
8984
6460c400
GM
8985 * mail/rfc2368.el: New file.
8986
c0510d27
GM
8987 * simple.el (sendmail-user-agent-compose): Recognize a `body'
8988 header and insert its value as mail body.
8989
8990 * subr.el (member-ignore-case): New function.
8991
8992 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8993 (dabbrev--find-expansion): Ignore buffers matching a regexp
8994 from dabbrev-ignored-regexps.
8995
0166aed1
GM
8996 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8997 to extensions handled by gzip.
8998
c0510d27
GM
89992000-04-03 Richard M. Stallman <rms@gnu.org>
9000
9001 * files.el (insert-directory): List the total free space
9002 along with the used space.
fa78f71b 9003
c0510d27
GM
9004 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9005 line is followed by one that matches CITATION-REGEXP, end the
9006 paragraph.
9007
90082000-04-03 Markus Rost <rost@delysid.gnu.org>
9009
9010 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9011 (rmail-make-basic-summary-line): Use that option.
fa78f71b 9012
14c04384
KH
90132000-04-03 Kenichi Handa <handa@etl.go.jp>
9014
9015 * international/mule-cmds.el (encoded-string-description):
9016 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
9017 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9018 for hexadecimal format.
14c04384 9019
ccf5869a
DL
90202000-04-01 Dave Love <fx@gnu.org>
9021
9022 * cpp.el: Change customization group to `c' from `C'.
9023
9024 * vcursor.el (vcursor-move): Use display-color-p.
9025
9026 * international/mule-util.el: Provide mule-utils.
9027 (string-to-sequence): Simplify and speed up.
9028
9029 * international/mule.el (make-coding-system): Purecopy doc-string.
9030
9031 * international/mule-cmds.el: Various menu changes.
9032 (describe-specified-language-support): Handle `Default'.
9033 (set-language-info): Purecopy `info'.
9034
610d841e
GM
90352000-03-31 Andrew Innes <andrewi@gnu.org>
9036
9037 * vc.el (vc-backend-diff): Return the correct status if we had to
9038 retry the rcsdiff command without the --brief option.
fa78f71b 9039
7f9de034
DL
90402000-03-31 Dave Love <fx@gnu.org>
9041
2de47765
DL
9042 * help.el (help-manyarg-func-alist): Correct several omissions.
9043
72838819
DL
9044 * add-log.el: Don't require cl, fortran.
9045 (add-log-current-defun-function): Doc fix.
9046 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9047 fix.
9048 (change-log-version-rcs): Function deleted.
9049 (change-log-version-number-search): Doc fix. Use
9050 vc-workfile-version. Avoid CL dolist.
9051 (add-change-log-entry): Just call add-log-current-defun to get
9052 defun. Simplify somewhat.
9053 (change-log-get-method-definition-1): Likewise.
9054 (add-log-current-defun): Return nil if calling
9055 add-log-current-defun-function does so. Move Fortran stuff to
9056 fortran.el. Return string without properties.
9057
7f9de034
DL
9058 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9059 and :alpha: char classes.
9060
9061 * mail/supercite.el: Defvar curline when compiling.
9062 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9063 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9064 rather than a-zA-Z0-9 to allow non-ASCII characters.
9065
aa110c0c
GM
90662000-03-31 Gerd Moellmann <gerd@gnu.org>
9067
9068 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9069
9070 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9071 Re-enable new code.
9072
9073 * lpr.el (print-region-1): Use -d to specify printer name for
9074 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9075
90762000-03-31 Dave Love <fx@gnu.org>
fa78f71b 9077
aa110c0c
GM
9078 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9079 for function definition in symbol's function value slot first
9080 instead of first consulting byte-compile-function-environment.
fa78f71b 9081
6733d074
KH
90822000-03-31 Kenichi Handa <handa@etl.go.jp>
9083
9084 * language/european.el ("Polish"): New language environment.
9085 (setup-polish-environment): New function.
9086
63fcfa04
GM
90872000-03-30 Gerd Moellmann <gerd@gnu.org>
9088
9089 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9090 Disable new code.
9091
9092 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9093 trying to `load' the symbol of an autoload instead of the file
9094 recorded in the autoload. Fix error messages.
9095
7438c86b
GM
90962000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9097
9098 * ps-print.el: PostScript programming fix for ghostview, doc fix.
9099 (ps-print-version): New version number (5.1.3).
9100 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9101 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9102 (ps-generate-postscript-with-faces): Code fix.
9103 (ps-color-values): XEmacs compatibility.
9104 (ps-print-background-image, ps-print-background-text, ps-printer-name)
9105 (ps-default-fg, ps-default-bg): Adjust customization.
9106 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9107 (ps-color-scale): Renaming old ps-color-value fun.
9108 (ps-print-headers): Replace ps-print-header group to avoid conflict
9109 with ps-print-header variable.
9110 (ps-print-miscellany): New group.
9111 (ps-format-color, ps-rgb-color): New funs.
9112 (ps-default-foreground): New var.
9113 (ps-printer-name-option): New const.
fa78f71b 9114
326855a0
PB
91152000-03-30 Peter Breton <pbreton@ne.mediaone.net>
9116
1f56ba73
PB
9117 * net/net-utils.el:
9118 (network-connection-host, network-connection-service): New variables
9119 (network-connection-mode): New mode, derived from comint-mode
9120 (network-connection-mode-setup): New function, saves host and
fa78f71b 9121 service information in local variables.
1f56ba73 9122
326855a0
PB
9123 * lisp/locate.el:
9124 (locate-word-at-point): Added this function
9125 (locate): Default to using locate-word-at-point as input
9126 Run dired-mode-hook
9127
141384bd
DL
91282000-03-29 Dave Love <fx@gnu.org>
9129
9130 * calendar/appt.el: Doc fixes.
9131 (appt-check): Convert min-to-app to a string before passing to
9132 appt-disp-window-function or concat.
9133 (appt-delete-window): Remove test for frame-root-window.
9134 (appt-select-lowest-window, appt-convert-time): Simplify.
9135
9136 * emacs-lisp/bytecomp.el: Doc fixes.
9137 (byte-compile-file-form-autoload): Update
9138 byte-compile-function-environment.
9139
c5aa0fc2
AS
91402000-03-29 Andreas Schwab <schwab@suse.de>
9141
9142 * emacs-lisp/autoload.el: Also print defsubst doc string
9143 specially.
9144
9145 * dired.el (dired-insert-directory): If dired-free-space-program
9146 failed just delete its output.
9147
f1d6fe69
DL
91482000-03-29 Dave Love <fx@gnu.org>
9149
9150 * international/iso-cvt.el: Move provide to end. Doc fixes.
9151 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9152 (iso-iso2sgml, iso-sgml2iso): New functions.
9153 (iso-cvt-define-menu): Fix some entries and use backquote for
9154 clarity.
9155
9156 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9157
b61f1215
GM
91582000-03-28 Gerd Moellmann <gerd@gnu.org>
9159
9160 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9161 ISO-DATE. If non-nil, return date in ISO 8601 format.
9162
ea4b0ca3
SM
91632000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9164
3831af62
SM
9165 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9166 if it ever becomes used.
9167 (log-edit-mode-hook): Default to vc-log-mode-hook.
9168 (log-edit-mode): Fix the docstring.
9169
ea4b0ca3
SM
9170 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9171 the code.
9172
08f8b1cc
DL
91732000-03-26 Dave Love <fx@gnu.org>
9174
082527fe
DL
9175 * net/browse-url.el (browse-url): Re-fix case of
9176 browse-url-browser-function being an alist.
9177 (browse-url): Add :link to defgroup.
9178
08f8b1cc
DL
9179 * files.el: Doc fixes.
9180 (file-truename): Include `[' in wildcard characters.
9181 (automount-dir-prefix): Customize.
9182 (find-file-wildcards): Add :version.
9183 (find-file-noselect): Simplify a mapcar call.
9184
9185 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9186 compatible with inf-lisp version.
9187 (eval-defun-1): Fix custom-declare-variable case.
9188
ea4b0ca3
SM
91892000-03-25 Stefan Monnier <monnier@cs.yale.edu>
9190
9191 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9192
9a0dd3dc
GM
91932000-03-24 Gerd Moellmann <gerd@gnu.org>
9194
b68c375f
GM
9195 * Makefile (COMPILE_FIRST): New macro.
9196 (compile-files): Compile files from COMPILE_FIRST first.
9197
9198 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9199 code.
9200
9a0dd3dc
GM
9201 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9202 matching open parenthesis in column 0 to defun-prompt-regexp
9203 only if open-paren-in-column-0-is-defun-start is set.
9204
9205 * sun-curs.el: Require CL at compile-time only.
9206
9207 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9208 instead of copy-list which is a function from CL.
9209 (msb--choose-menu, msb--mode-menu-cond)
9210 (msb--create-buffer-menu-2): Use dolist instead of mapc.
9211 (msb--init-file-alist): Use mapcar instead of mapcan.
9212 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
9213 `(' in column 0 in doc string.
9214 (msb--add-separators): Use mapcar instead of mapcan.
9215
9216 * cus-dep.el: Require CL at compile-time only.
9217
c7dcadb5
SM
92182000-03-24 Stefan Monnier <monnier@cs.yale.edu>
9219
9220 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9221 (byte-compile-warnings): New warning `noruntime'.
9222 (byte-compile-constants, byte-compile-variables): Fix docstring.
9223 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9224 execute `eval-whenc-compile's body.
9225 (byte-compile-unresolved-functions): Fix docstring.
9226 (byte-compile-eval): New function.
9227 (byte-compile-callargs-warn): Check if the function will be available
9228 at runtime (via property `byte-compile-noruntime').
9229 (byte-compile-print-syms): New function.
9230 (byte-compile-warn-about-unresolved-functions): Also warn about
9231 `noruntime' functions (and use `byte-compile-print-syms').
9232 (byte-compile-file): Capitalize the message.
9233
3b55acc9
GM
92342000-03-24 Gerd Moellmann <gerd@gnu.org>
9235
9236 * mail/rmail.el (rmail-confirm-expunge): New user-option.
9237 (rmail-expunge): Ask for confirmation depending on the setting
9238 of rmail-confirm-expunge.
9239
92402000-03-23 Gerd Moellmann <gerd@gnu.org>
9241
9242 * Makefile (bootstrap-clean): If $(emacs) exists, build
9243 loaddefs.el first. A loaddefs.el that's not up-to-date might
9244 cause a bootstrap failure because things don't autoload as
9245 expected.
9246
02c76af4
DL
92472000-03-23 Dave Love <fx@gnu.org>
9248
9249 * net/browse-url.el: Restore previous use of
9250 browse-url-maybe-new-window.
9251
1a3199d9
GM
92522000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9253
9254 * ps-print.el: Skip banner page fix.
9255 (ps-print-version): New version number (5.1.2).
9256 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 9257
1a3199d9
GM
92582000-03-23 Dave Pearson <davep@davep.org>
9259
9260 * net/quickurl.el Changed the type of parameter passed to the
9261 function defined by `quickurl-format-function'. Before only the
9262 text of the URL was passed. Now the whole URL structure is passed
9263 and the function is responsible for extracting the parts it
9264 requires. Changed the default of `quickurl-format-function'
9265 accordingly.
9266 (quickurl-insert): Changed the `funcall' of
9267 `quickurl-format-function' to match the above change.
9268 (quickurl-list-insert): Changed the `url' case so that it makes
9269 use of `quickurl-format-function', previous to this the format was
9270 hard wired.
fa78f71b 9271
72db3ab5
GM
92722000-03-22 Gerd Moellmann <gerd@gnu.org>
9273
9274 * startup.el: Change some spellings for the X Window System.
9275
68049bfa
SM
92762000-03-22 Stefan Monnier <monnier@cs.yale.edu>
9277
9278 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9279 up the code and the regexp and make sure the cursor is temporarily
9280 moved to the suspicious line while querying the user.
9281
ff4df011
JR
92822000-03-22 Jason Rumney <jasonr@gnu.org>
9283
9284 * w32-fns.el (w32-charset-info-alist): Initialize.
9285
ee1c5b21
GM
92862000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9287
9288 * ps-print.el: N-up last page fix.
9289 (ps-print-version): New version number (5.1.1).
9290 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 9291
d2cbfba0
SM
92922000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9293
bfb857d8
SM
9294 * files.el (find-file-run-dired): Update docstring.
9295 (find-directory-functions): New hook.
9296 (find-file-noselect): Run find-directory-functions rather than
9297 calling dired directly.
9298
9299 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9300
cb3430a1
SM
9301 * pcvs.el: Add a minimal leading commentary.
9302 (cvs-make-cvs-buffer): Change the header part by removing the startup
9303 message and adding a `Module' entry. Also replace the FOOTER and
9304 HEADER special fileinfos with the new support in ewoc for updating
9305 its own footer and header.
9306 (cvs-update-header): Update to use the header/footer of the ewoc.
9307 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9308 (cvs-is-within-p): New function.
9309 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9310 to only examine some subset of the buffers.
9311
9312 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9313 `format' instead of our own ad-hoc functions.
9314 Remove HEADER and FOOTER cases, now handled in the EWOC.
9315 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9316
9317 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9318 output to avoid scaring the user.
9319 (cvs-parse-table): Catch message for non-up-to-date commits.
9320
9321 * pcvs-defs.el (cvs-startup-message): Remove.
9322 (cvs-global-menu): New autoloaded menu.
9323
9324 * pcvs-util.el (cvs-string-fill): Remove.
9325
9326 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9327 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9328 PP part of it and also make it work for footers and headers.
9329 (ewoc-create): Drop POS and BUFFER arguments.
9330 Use the DLL's dummy node to store the end-of-footer position.
9331 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9332 (ewoc-refresh): Remove unused `header' variable.
9333 (ewoc-(get|set)-hf): New functions.
9334
d2cbfba0
SM
9335 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9336 log-view-*-(message|file) and use easy-mmode-define-navigation.
9337 (log-view-message-re): Match SCCS format as well.
9338 And match the revision line rather than the dashed separator line.
9339 (log-view-mode): Use the new define-derived-mode.
9340 (log-view-current-tag): Fill in with an actual implementation.
9341
9342 * cvs-status.el (cvs-status-(prev|next)): Rename from
9343 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9344 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9345 to let the output "breathe" a little more (more readable).
9346 (cvs-status-mode): Use the new define-derived-mode.
9347
9348 * smerge-mode.el (smerge-auto-leave): New function and variable.
9349 (smerge-basic-map): Rename from smerge-basic-keymap.
9350 Change the bindings for smerge-diff-*.
9351 (smerge-*-map): Use easy-mmode-defmap.
9352 (smerge-(next|prev)): Use easy-mmode-define-navigation.
9353 (smerge-keep-*): Use smerge-auto-leave.
9354
51663132
JR
93552000-03-21 Jason Rumney <jasonr@gnu.org>
9356
9357 * cus-edit.el (custom-button-face): Use 3D look for w32.
9358 (custom-button-pressed-face): Likewise.
9359
3f6e4b8b
GM
93602000-03-21 Gerd Moellmann <gerd@gnu.org>
9361
9362 * progmodes/etags.el (tags-case-fold-search): New user-option.
9363 (tags-loop-eval): New function. Bind case-fold-search around eval
9364 depending on the value of tags-case-fold-search.
9365 (tags-loop-continue): Use tags-loop-eval.
9366 (find-tag-in-order): Bind case-fold-search depending on the value
9367 of tags-case-fold-search.
9368
c7ea3acc
SM
93692000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9370
0ae39f53
SM
9371 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9372 (diff-end-of-hunk): Return the end position for use in
9373 `easy-mmode-define-navigation'.
9374 (diff-recenter): Remove.
9375 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9376 of `easy-mmode-define-navigation'.
9377 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9378 previous renaming) and fix to use new names.
9379 (diff-merge-strings): Use \n as separator: simpler, faster.
9380 (diff-mode): Use `define-derived-mode'.
9381
c7ea3acc
SM
9382 * derived.el (define-derived-mode): Don't autoload anymore.
9383 Prefer the macro-only version provided by easy-mmode.el.
9384
9385 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9386 `easy-mmode-define-derived-mode'.
9387 Use `combine-run-hooks'.
9388 (easy-mmode-define-navigation): New macro.
9389
9390 * subr.el (combine-run-hooks): New function.
9391
6c4bfdc0
KH
93922000-03-21 Kenichi HANDA <handa@etl.go.jp>
9393
9394 * term/x-win.el: Fontsets related initialization is simplified.
9395
9396 * international/mule-diag.el (describe-font): Don't refer to
9397 global-fontset-alist, instead call font-list.
9398 (describe-fontset, list-fontsets, mule-diag): Likewise.
9399 (print-fontset): Adjusted for the change of fontset
9400 implementation.
9401
9402 * international/fontset.el (x-charset-registries): Variable
9403 removed, instead the corresponding data is stored in the default
9404 fontset.
9405 (register-alternate-fontnames): Function removed.
9406 (resolved-ascii-font): Variable removed.
9407 (x-compose-font-name): Ignore the second argument REDOCE.
9408 (x-complement-fontset-spec): Complement only an ASCII font and
9409 element for those charsets than can use that ASCII font.
9410 (generate-fontset-menu): Don't refer to global-fontset-alist,
9411 instead call fontset-list.
9412 (uninstantiated-fontset-alist): Variable removed.
9413 (x-style-funcs-alist): Likewise.
9414 (fontset-default-styles): Likewise.
9415 (x-modify-font-name): Function removed.
9416 (create-fontset-from-fontset-spec): Ignore the argument
9417 STYLE-VARIANT.
9418 (create-fontset-from-ascii-font): Docsting adjusted for the above
9419 change.
9420 (instantiate-fontset, resolve-fontset-name): Functions removed.
9421 (fontset-list): Now implemented by C code.
fa78f71b 9422
6c4bfdc0
KH
9423 * faces.el (read-face-font): Fix TABLE arg to completing-read.
9424 (describe-face): Include `font' attribute in the description.
9425
9111d4b5
KH
94262000-03-21 Kenichi Handa <handa@etl.go.jp>
9427
9428 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9429
b33dd3b0
GM
94302000-03-20 Gerd Moellmann <gerd@gnu.org>
9431
a25bbe00
GM
9432 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9433 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9434 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 9435
b33dd3b0
GM
9436 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9437 about behavior of set-buffer-modified-p wrt redisplay.
9438
8b7bc628 94392000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
9440
9441 * view.el (view-mode-disable): Kill local binding of view-read-only.
9442
d7b511c4
GM
94432000-03-18 Gerd Moellmann <gerd@gnu.org>
9444
9445 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9446 is a string, convert it to a syntax cell using string-to-syntax.
9447
9448 * simple.el (syntax-code-table, syntax-flag-table): New variables.
9449 (string-to-syntax): New function.
9450
9451 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9452 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 9453 try to use passive ftp mode.
d7b511c4 9454
998ecc60
GM
94552000-03-17 Gerd Moellmann <gerd@gnu.org>
9456
b33dd3b0 9457 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
9458
9459 * simple.el (append-to-buffer): Update point of windows after
9460 insertion.
9461
9462 * abbrev.el (inverse-add-abbrev): Identify word by first moving
9463 forward then moving backward. Reindent.
9464
9465 * frame.el (other-frame): Call x-focus-frame only if
9466 focus-follows-mouse is off.
9467
235d6821
DL
94682000-03-17 Dave Love <fx@gnu.org>
9469
9470 * pcvs-util.el (cvs-strings->string): Rename
9471 replace-regexps-in-string.
9472
a29a2cd1
SM
94732000-03-17 Stefan Monnier <monnier@cs.yale.edu>
9474
af595444
SM
9475 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9476 regexp for labels cannot span several lines.
9477
9478 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 9479 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 9480
a9be2843
DL
94812000-03-16 Dave Love <fx@gnu.org>
9482
9483 * progmodes/f90.el (f90): Put custom group under `languages', not
9484 `fortran'.
9485 (f90-mode-hook): Customize.
9486 (f90-mode): Set add-log-current-defun-function.
9487 (f90-current-defun): New function.
9488
d0ab3e9d
GM
94892000-03-16 Gerd Moellmann <gerd@gnu.org>
9490
16b20ed9
GM
9491 * cus-edit.el (custom-variable-tag-face): Handle case that
9492 default face's height is not a number.
9493 (custom-face-tag-face, custom-group-tag-face-1)
9494 (custom-group-tag-face): Ditto.
9495 (custom-group-tag-face-1): Add :group.
fa78f71b 9496
d0ab3e9d
GM
9497 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9498
ae8ab422
GM
94992000-03-15 Gerd Moellmann <gerd@gnu.org>
9500
9501 * pcvs-defs.el (toplevel): Remove autoload cookie for form
9502 requiring easymenu.
9503
81c7ca69
GM
95042000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9505
9506 * ps-print.el: PostScript user-defined prologue, PostScript error
9507 handler, doc fix.
9508 (ps-print-version): New version number (5.1).
9509 (ps-user-defined-prologue, ps-error-handler-message)
9510 (ps-print-prologue-0, ps-error-handler-alist): New vars.
9511 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9512 (ps-insert-string): New function.
fa78f71b 9513
dcf1003d
KH
95142000-03-15 Kenichi Handa <handa@etl.go.jp>
9515
9516 * international/ccl.el (ccl-compile-expression): Don't generate
9517 invalid self-assignment code.
9518
73825616
DL
95192000-03-14 Dave Love <fx@gnu.org>
9520
9521 * subr.el (replace-regexp-in-string): Renamed from
9522 replace-regexps-in-string. Doc fix.
9523
031020ac
DL
95242000-03-12 Dave Love <fx@gnu.org>
9525
9526 * cus-edit.el: Doc fixes.
9527 (customize-set-variable, customize-save-variable): Rename args for
9528 doc.
9529 (custom-variable-tag-face, custom-face-tag-face)
9530 (custom-group-tag-face-1, custom-group-tag-face): Modify from
9531 style which user identify as hyperlink.
9532 (hook): Don't add undefined functions to the hook.
9533 (debug-ignored-errors): Transfer message from bindings.el.
9534
9b2f3c38
GM
95352000-03-12 Gerd Moellmann <gerd@gnu.org>
9536
9537 * recentf.el (recentf-keep-non-readable-files-p): Remove
9538 double/nested definition.
9539
0d6e23cf
DL
95402000-03-12 Dave Love <fx@gnu.org>
9541
9542 * facemenu.el (facemenu-get-face): Use display-color-p.
9543 * enriched.el (enriched-decode-foreground): Likewise.
9544 (enriched-decode-background): Likewise.
9545 * isearch.el (isearch-highlight): Likewise.
9546 * info-look.el (info-lookup): Likewise.
9547 * simple.el (completion-setup-function): Likewise.
9548
9549 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9550 :options.
9551
9552 * bindings.el (mode-line-format): Fix line-number and
9553 column-number items. Add help-echo for the background.
9554 (mode-line-mule-info): Modify help-echo.
9555
9556 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9557 defcustom.
9558
9559 * files.el (load-file): Allow completion to .elc.
9560
9561 * man.el: Doc fixes.
9562 (Man-init-defvars): Use display-color-p to set fontification.
9563
9564 * play/hanoi.el (hanoi-internal): Don't use oddp.
9565
e1cff360
GM
95662000-03-12 Gerd Moellmann <gerd@gnu.org>
9567
9568 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9569
9570 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9571
5e5dff44
GM
95722000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9573
9574 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9575 Fix comment.
9576
5b467bf4
SM
95772000-03-10 Stefan Monnier <monnier@cs.yale.edu>
9578
83fef604
SM
9579 * font-lock.el (font-lock-keywords): Fix the doc now that
9580 regexp-opt-depth is unnecessary.
9581 (save-buffer-state): Set an edebug spec.
9582 (font-lock-fontify-anchored-keywords): Properly handle the case when
9583 the matcher goes past the limit.
9584
5b467bf4
SM
9585 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9586 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9587
83fef604
SM
9588 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
9589 dll.el and cookie.el (from Elib) with heavy renaming and other
9590 massaging.
5b467bf4
SM
9591
9592 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9593 Autoload the functions used.
9594 (easy-mmode-define-syntax): Fix CL typo.
9595 (easy-mmode-define-derived-mode): Improve the docstring generation.
9596
d407456c
GM
95972000-03-10 Gerd Moellmann <gerd@gnu.org>
9598
9599 * textmodes/texinfo.el (texinfo-version): Variable and function
9600 removed.
9601
5a7a545c
SM
96022000-03-09 Stefan Monnier <monnier@cs.yale.edu>
9603
0d6e23cf
DL
9604 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9605 allow more flexibility.
9606 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9607 fns.
9608 (easy-mmode-defmap, easy-mmode-defsyntax)
9609 (easy-mmode-define-derived-mode): New macros.
5a7a545c 9610
d407456c 96112000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
9612
9613 * rect.el (replace-rectangle): New function.
9614
96152000-03-09 Dave Love <fx@gnu.org>
9616
9617 * progmodes/fortran.el (fortran-comment-line-start): Define as
9618 "C".
9619 (fortran-comment-line-start-skip): Don't match cpp stuff.
9620 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
9621 (fortran-mode-map): Remove over-eager custom-menu-create for now.
9622 (fortran-mode): Don't set fortran-comment-line-start-skip,
9623 fortran-comment-line-start here. Set comment-start,
9624 add-log-current-defun.
9625 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9626 (fortran-current-defun): New function.
9627
80460654
GM
96282000-03-09 Gerd Moellmann <gerd@gnu.org>
9629
d1221ea9
GM
9630 * emacs-lisp/re-builder.el: New file.
9631
1853aa6b
GM
9632 * mouse.el (mouse-drag-region): Don't run up-event handler
9633 if hscroll has changed.
9634
80460654
GM
9635 * octave-mod.el (octave-font-lock-keywords): To font-lock the
9636 builtin operators, use `font-lock-builtin-face' for Emacs and
9637 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
9638
9639 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
9640 `(defun (setf foo)' differently.
9641
c0056275
SM
96422000-03-08 Stefan Monnier <monnier@cs.yale.edu>
9643
9644 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
9645 (regexp-opt): Update comment and adapt the code the new meaning of
9646 the `paren' argument of regex-opt-group for shy-groups.
9647 (regexp-opt-depth): Handle shy groups as well as backslashed
9648 backslashes.
c0056275
SM
9649 (regexp-opt-group): Turn the leading comment into a docstring.
9650 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
9651 Remove open-presuf and close-presuf. Instead of checking for `all
9652 one-char' and then later on check for `several one-char', handle
9653 both cases close together. Also apply a more generic algorithm
9654 for suffixes (the mirror image of the algorithm used for
9655 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
9656 (regexp-opt-try-suffix): Removed.
9657
9658 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
9659 from comint-mode-map, so we can just inherit from it. Also, move
9660 the initialization into the `defvar' since there's no docstring
9661 anyway and it's fairly short.
9662 (inferior-scheme-mode): Define it as derived-mode: the code is
9663 shorter and this way we inherit from comint-mode-map rather than
9664 copying it.
c0056275 9665
80460654
GM
9666 * subr.el (replace-regexps-in-string): Properly handle the case
9667 where we match an empty string.
c0056275 9668
80460654
GM
9669 * comint.el (comint-exec-1): Add the current-dir to the exec-path
9670 when the command has a directory component (such as "./testml").
c0056275
SM
9671 Also fix a typo in the comment.
9672
5e91ff9e
GM
96732000-03-08 Gerd Moellmann <gerd@gnu.org>
9674
feab4fba
GM
9675 * Makefile (compile-files): Compile files one by one because
9676 that's the only way to ensure a clean compilation environment for
9677 each individual file.
9678
5e91ff9e
GM
9679 * frame.el (other-frame): Call x-focus-frame.
9680
76162e12
DL
96812000-03-07 Dave Love <fx@gnu.org>
9682
f64ce788
DL
9683 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9684 :require to defcustom.
9685
76162e12
DL
9686 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9687 lists.
9688
9689 * files.el (auto-mode-alist): Add configure.in.
9690
9691 * progmodes/autoconf.el: New file.
9692
f7daf1e1
GM
96932000-03-07 Gerd Moellmann <gerd@gnu.org>
9694
9695 * mail/mh-e.el: Change maintainer to `none'.
9696
9697 * recentf.el (recentf-keep-non-readable-files-p): Quote args
9698 to remove-hook and add-hook.
9699
97002000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9701
9702 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9703 it as the default.
9704 (mail-send): Test mail-send-nonascii also for the new `mime' value.
9705 (sendmail-send-it): Conditionally add MIME headers specifying the
9706 used character set.
fa78f71b 9707
63f6b2c4
DL
97082000-03-07 Dave Love <fx@gnu.org>
9709
9710 * winner.el: Fix keywords, autoload cookies. Split
9711 eval-when-compile form to avoid compilation failure.
9712
8330e2f9
KH
97132000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
9714
9715 * international/mule.el: Modify comment about coding system
9716 property `coding-category'.
9717 (make-coding-system): New argument EOL-TYPE. Pay attention to
9718 coding-category property of PROPERTIES.
9719
9720 * international/mule-conf.el (coding-category-utf-8,
9721 coding-category-utf-16-be, coding-category-utf-16-le): New coding
9722 categories. Include them in the argument for set-coding-priority.
9723
9724 * international/mule-cmds.el (reset-language-environment): Include
9725 coding-category-utf-8, coding-category-utf-16-be, and
9726 coding-category-utf-16-le in the argument for set-coding-priority.
9727 (reset-language-environment): Initialize coding-category-utf-8,
9728 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9729
18bb0684
GM
97302000-03-06 Karl Fogel <kfogel@red-bean.com>
9731
9732 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9733 code abstracted out of `bookmark-jump-noselect'. Now tries info
9734 extensions as well as compression extensions.
9735 (bookmark-jump-noselect): Use above new func.
fa78f71b 9736
71a6ba55
GM
97372000-03-03 Gerd Moellmann <gerd@gnu.org>
9738
9739 * strokes.el: Change maintainer's mail address.
9740
0d56cdff
KH
97412000-03-03 Kenichi Handa <handa@etl.go.jp>
9742
9743 * international/mule-diag.el (list-character-sets): Make help-echo
9744 string by substitute-command-keys.
9745 (list-character-sets): Likewise.
9746 (sort-listed-character-sets): Call help-setup-xref.
9747
900fa1f1
GM
97482000-03-02 Gerd Moellmann <gerd@gnu.org>
9749
9750 * time.el (display-time-mail-file): Add `none' to the list of
9751 choices.
9752
54d04320
DL
97532000-03-01 Dave Love <fx@gnu.org>
9754
43f3fa09
DL
9755 * help.el (help-xref-go-back): Don't try to set position.
9756
54d04320
DL
9757 * international/mule-diag.el (list-character-sets): Call
9758 help-setup-xref. Add help-echo to xrefs.
9759 (list-character-sets-1): Add help-echo to xrefs.
9760
d054101f
GM
97612000-03-02 Gerd Moellmann <gerd@gnu.org>
9762
9763 * frame.el (blink-cursor-mode): Switch cursor on when turning
9764 the mode off.
9765
9766 * add-log.el (add-log-current-defun): Add support for
9767 Autoconf mode.
9768
9769 * mail/rmail.el (rmail-quit-hook): New variable.
9770
d77dae5c
DL
97712000-03-01 Dave Love <fx@gnu.org>
9772
e5f597f0
DL
9773 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9774
d77dae5c
DL
9775 * help.el (help-xref-button): Add help-echo arg.
9776 (describe-function-1, describe-variable, help-make-xrefs): Use it.
9777
9778 * faces.el (list-faces-display): Supply help-echo with
9779 help-make-xrefs.
9780
9781 * facemenu.el (list-text-properties-at): Set help-xref-stack to
9782 nil.
9783
72d19d75
GM
97842000-03-01 Gerd Moellmann <gerd@gnu.org>
9785
2df636f4
GM
9786 * image.el (defimage): Look for image files in load-path.
9787
fa78f71b 9788 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
9789 `number'.
9790
2df636f4
GM
97912000-03-01 David Ponce <david.ponce@wanadoo.fr>
9792
9793 * recentf.el (recentf): Added version tag to the defgroup of
9794 recentf.
9795
97962000-03-01 David Ponce <david.ponce@wanadoo.fr>
9797
9798 * recentf.el (recentf-cleanup): Changed to remove excluded file
9799 too.
9800 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9801 action to select/unselect a file.
9802 (recentf-edit-list): Code cleanup and improvement.
9803 (recentf-open-more-files-action): `recentf-open-more-files' button
9804 widget action to open a file.
9805 (recentf-open-more-files): No more use standard completion but
9806 widgets.
9807 (recentf-more-collection): Deleted.
9808 (recentf-more-history): Deleted.
9809 (recentf-setup-more-completion): Deleted.
9810
98112000-03-01 David Ponce <david.ponce@wanadoo.fr>
9812
9813 * recentf.el (recentf-mode): No more needs that Emacs is running
9814 under a window-system.
9815
98161999-03-01 David Ponce <david.ponce@wanadoo.fr>
9817
9818 * recentf.el (recentf-edit-list): New command to edit the recent
9819 list which allow the user to remove files.
9820 (recentf-edit-selected-items): New global variable, used by
9821 `recentf-edit-list' to hold the list of files to be removed from
9822 the recent list.
9823 (recentf-make-menu-items): Updated to display a "Edit list..."
9824 menu item. Minor code cleanup.
9825
98261999-03-01 David Ponce <david.ponce@wanadoo.fr>
9827
9828 * recentf.el (recentf-open-more-files): New command to open files
9829 that are not displayed in the menu.
9830 (recentf-more-collection): New global variable holding the set of
9831 permissible completions used by `recentf-open-more-files'.
9832 (recentf-more-history): New global variable holding the history list
9833 used by `recentf-open-more-files' completion.
9834 (recentf-setup-more-completion): New function to setup completion for
9835 `recentf-open-more-files'.
9836 (recentf-make-menu-items): Updated to display a "More..." menu item.
9837
98381999-03-01 David Ponce <david.ponce@wanadoo.fr>
9839
9840 * recentf.el (recentf-menu-action): Doc fixed.
9841
98421999-03-01 David Ponce <david.ponce@wanadoo.fr>
9843
9844 * recentf.el (recentf-menu-filter): Doc updated.
9845 (recentf-update-menu-hook): Allow menu filters to force menu update.
9846 (recentf-make-menu-items): New menu filter handling.
9847 (recentf-make-menu-item): New helper function.
9848 (recentf-menu-elements): New menu handling function.
9849 (recentf-sort-ascending): Updated to new menu filter handling.
9850 (recentf-sort-descending): Updated to new menu filter handling.
9851 (recentf-sort-basenames-ascending): New menu filter function.
9852 (recentf-sort-basenames-descending): New menu filter function.
9853 (recentf-show-basenames): New menu filter function.
9854 (recentf-show-basenames-ascending): New menu filter function.
9855 (recentf-show-basenames-descending): New menu filter function.
9856
72d19d75
GM
98572000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9858
9859 * diary-lib.el (list-diary-entries): Don't try to go forward at
9860 the end of the buffer.
9861
1ac1c836
KH
98622000-02-29 Kenichi Handa <handa@etl.go.jp>
9863
9864 * international/mule-diag.el (list-character-sets): Completely
9865 rewritten.
9866 (sort-listed-character-sets): New function.
9867 (list-character-sets-1): Completely rewritten.
9868 (list-character-sets-2): New function.
9869 (non-iso-charset-alist): New variable.
9870 (decode-codepage-char): New function.
9871 (charset-history): New variable.
9872 (read-charset) (list-block-of-chars)
9873 (list-iso-charset-chars)
9874 (list-non-iso-charset-chars)
9875 (list-charset-chars): New functions.
9876 (mule-diag): Call list-character-sets-2, not
9877 list-character-sets-2.
9878 (dump-charsets): Likewise.
9879
ed4d0512
GM
98802000-02-29 Gerd Moellmann <gerd@gnu.org>
9881
72d19d75
GM
9882 * dired-x.el (dired-filename-at-point): Add `@' to valid
9883 file name characters.
9884 (dired-filename-at-point): Handle ange-ftp file names.
9885
ed4d0512
GM
9886 * frame.el (frame-notice-user-settings): Use assq-delete-all
9887 instead of assoc-delete-all.
9888 (frame-notice-user-settings): Ditto.
9889
9890 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9891 Don't copy alist.
9892
32038c7a
GM
98932000-02-28 Eli Barzilay <eli@cs.cornell.edu>
9894
9895 * calculator.el (calculator-use-menu): New option.
9896 (calculator-initial-bindings): Changed some bindings to work as
9897 macros.
9898 (calculator-forced-input): Removed.
9899 (calculator-restart-other-mode): New variable.
9900 (calculator-mode-map): Set up menu.
fa78f71b 9901
32038c7a
GM
99022000-02-28 Jari Aalto <jari.aalto@poboxes.com>
9903
9904 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9905 tags.
fa78f71b 9906
55d7ff38 99072000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 9908
55d7ff38
MK
9909 * viper-cmd.el (viper-envelop-ESC-key): added the option to
9910 translate all ESC key sequences.
9911 (viper-goto-mark-subr): restore markers for files for which
9912 they were saved.
9913 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9914 * viper-util.el (viper-set-replace-overlay-glyphs,
9915 viper-set-replace-overlay): always check if the replacement
9916 overlay is live.
9917 * viper.el (viper-vi-state-mode-list): added major modes.
9918 * ediff-wind.el: minor comment changes.
9919 * ediff.el: copyright notice date fix.
fa78f71b 9920
387023ee
JR
99212000-02-27 Jason Rumney <jasonr@gnu.org>
9922
9923 * faces.el (face-font-family-alternatives): Add arial to helv.
9924 (mode-line, header-line, tool-bar): Same default as x for w32.
9925 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9926 face-font-family-alternatives from working.
9927 * term/w32-win.el (mouse-set-font): Do not build fontset from
9928 chosen font.
9929
f43d79c1
GM
99302000-02-25 Sam Steingold <sds@goems.com>
9931
5d80cc9c 9932 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 9933 properly.
fa78f71b 9934
8b7bc628 99352000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
9936
9937 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9938
4eb8436f
GM
99392000-02-25 Gerd Moellmann <gerd@gnu.org>
9940
9941 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9942 writable.
9943
449c3c52 9944 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 9945
42088c12
GM
99462000-02-24 Gerd Moellmann <gerd@gnu.org>
9947
9948 * frame.el (show-cursor-in-non-selected-windows): New option.
9949
c60ea02e
GM
99502000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9951
9952 * diary-lib.el (include-other-diary-files): Undo the selective
9953 display in any included file and don't kill it.
9954
d066de8e
EZ
99552000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
9956
9957 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9958 bar. Menu items converted to (menu-item format, help strings
9959 added.
9960 [downcase, upcase]: Don't enable on MS-DOS.
9961 [symlink, symlinks]: Don't show if make-symbolic-link is not
9962 bound.
9963 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9964
b6906b38
DL
99652000-02-23 Dave Love <fx@gnu.org>
9966
275cf1b2
DL
9967 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9968 (backward-kill-word): Revert addition of * to interactive spec --
9969 it's a feature.
9970
9971 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9972 (backward-kill-sentence, kill-sentence): Likewise.
9973
99d48056
DL
9974 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9975 scratch buffer name.
9976 (gud-format-command): Use int-to-string in ?l case. Simplify
9977 slightly.
9978
9979 * term/w32-win.el (internal-face-interactive): Update prompt for
9980 new read-face-name.
9981
9982 * mail/footnote.el (footnote): Add :version to defgroup.
9983 (footnote-section-tag-regexp): Customize.
9984 (footnote-start-tag, footnote-end-tag): New option.
9985 (footnote-latin-regexp): New variable.
9986 (Footnote-latin): New function.
9987 (footnote-style-alist): Add element for latin style.
9988 (footnote-style): Moved.
9989 (Footnote-goto-footnote): Use eq to test arg.
9990
9991 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9992
b6906b38
DL
9993 * emacs-lisp/byte-opt.el: Change old backquote syntax.
9994 (byte-compile-trueconstp): Include keywords.
9995 (byte-optimize-quote, byte-optimize-lapcode): Use
9996 byte-compile-const-symbol-p.
9997 (byte-optimize-char-before): New optimization.
9998
9999 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10000 (byte-compile-const-symbol-p): New function.
10001 (byte-compile-constp, byte-compile-out-toplevel)
10002 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10003 Use it.
10004
10005 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10006
214f877f
KH
100072000-02-23 Kenichi Handa <handa@etl.go.jp>
10008
c709bcf1
KH
10009 * international/encoded-kb.el: Be sure to update minor-mode-alist
10010 and minor-mode-map-alist.
10011 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10012 codes SS2 and SS3 correctly.
10013 (encoded-kbd-self-insert-ccl): New function.
10014 (encoded-kbd-setup-keymap): New function.
10015 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10016 by calling encoded-kbd-setup-keymap.
10017
214f877f
KH
10018 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10019 characters.
10020 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10021 locally.
10022
b021ef18
DL
100232000-02-22 Dave Love <fx@gnu.org>
10024
10025 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10026 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10027 defvar.
10028 (lisp-mode-syntax-table): Set up for #|...|# comments.
10029 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10030 classes. Match `defface'.
10031 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10032 (eval-defun-1): Fix for defcustom.
10033 (lisp-indent-region): Doc fix.
10034
10035 * subr.el (when, unless, split-string): Doc fix.
10036 (read-passwd): Move call of clear-this-command-keys to the right
10037 place.
10038 (replace-regexps-in-string): New function.
10039
14cc00ad
GM
100402000-02-22 Gerd Moellmann <gerd@gnu.org>
10041
10042 * help.el (describe-variable): Set syntax table to
10043 emacs-lisp-mode-syntax-table when moving forward over the
10044 symbol's name.
10045
47da5efa
DL
100462000-02-22 Dave Love <fx@gnu.org>
10047
10048 * xt-mouse.el: Doc fixes.
10049 (xterm-mouse-position-function): New function, replacing advice of
10050 mouse-position.
10051 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10052
10053 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10054
f0a6c717
GM
100552000-02-21 Gerd Moellmann <gerd@gnu.org>
10056
10057 * format.el (format-annotate-single-property-change): Handle
10058 properties.with dotted-list values.
10059 (format-proper-list-p): New function.
10060
10061 * enriched.el (enriched-face-ans): Handle '(foreground-color
10062 . COLOR) and (background-color . COLOR).
10063
2be80b63
DL
100642000-02-20 Dave Love <fx@gnu.org>
10065
10066 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10067 and assignments to it.
10068 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10069 current local map.
10070 (make-flyspell-overlay): Use it.
10071 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10072
10073 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10074 (lm-get-header-re): Defun, not defsubst.
10075 (lm-get-package-name): Defun, not defsubst. Simplify.
10076 (lm-version): Doc fix. Simplify.
10077 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10078 (lm-crack-address, lm-last-modified-date, lm-commentary)
10079 (lm-verify, lm-synopsis): Simplify.
10080 (lm-report-bug): Require emacsbug. Use compose-mail.
10081
329eed9f
GM
100822000-02-20 Gerd Moellmann <gerd@gnu.org>
10083
10084 * dired.el (dired-mode): Call propertized-buffer-identification
10085 to set mode-line-buffer-identification to something having
10086 the right text properties.
10087
10088 * bindings.el (propertized-buffer-identification): New function.
10089
be5bb146
DL
100902000-02-20 Dave Love <fx@gnu.org>
10091
10092 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10093 check for t-mouse too.
10094
10095 * cus-start.el: Make echo-keystrokes `number'.
10096
1d4311c3
EZ
100972000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10098
10099 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10100 Don't call ring-empty-p unless tags-location-ring is bound.
10101 From Noah Friedman <friedman@splode.com>.
10102
a23c5037
TTN
101032000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
10104
10105 * progmodes/hideshow.el (hs-flag-region): No longer use
10106 `intangible' overlay property.
10107
10108 (hs-toggle-hiding): New command.
10109 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10110
10111 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10112 Fix omission bug: Run `hs-minor-mode-hook' for both activation
10113 and deactivation.
10114
b6a22bf8
GM
101152000-02-18 Gerd Moellmann <gerd@gnu.org>
10116
10117 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10118
d621caf7
GM
101192000-02-17 Gerd Moellmann <gerd@gnu.org>
10120
3c0ed7ce
GM
10121 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10122
d621caf7
GM
10123 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10124 of `*' to handle `(* ... *)' comments.
10125
538d88fb
EZ
101262000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10127
53c80cf6 10128 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 10129 window-system.
53c80cf6 10130
538d88fb
EZ
10131 * menu-bar.el (global-map): Menu-bar items converted to the new
10132 format (menu-item..., rearranged for better CUA compliance, and
10133 their names changed for better clarity. Help strings added.
10134
10135 * international/mule-cmds.el (mule-menu-keymap)
10136 (describe-language-environment-map, set-coding-system-map)
10137 (setup-language-environment-map): Convert to new (menu-item...
10138 form, add help strings. Change names of menu items for better
10139 clarity. "Mule" menu-bar item removed (it's now in the "Options"
10140 submenu).
10141
8389e1e2 101422000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 10143
a23c5037 10144 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 10145 within the code.
a23c5037 10146
8389e1e2 101472000-02-16 Dave Love <fx@gnu.org>
a23c5037 10148
84fe35f0
DL
10149 * faces.el: Don't require custom. Add more specific :groups to
10150 various deffaces.
10151 (set-face-attribute): Purecopy args.
10152 (read-face-name): Default to name at point and use it in prompt.
10153 Remove colon from arg in all callers.
10154 (list-faces-display): Hyperlink to face descriptions and customize
10155 buffers.
10156
b2aeee30
DL
101572000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
10158
10159 * wid-edit.el (widget-match-inline): An atom never matches a
10160 list.
10161
99e95407
GM
101622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10163
82d2c7c5
DL
10164 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10165 at ':' characters by call to split-string.
99e95407
GM
10166
101672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10168
82d2c7c5 10169 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
10170
101712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10172
82d2c7c5
DL
10173 * textmodes/bibtex.el: Some temporary comments removed.
10174 (bibtex-field-name, bibtex-entry-type): Made the relationship
10175 explicit.
10176 (bibtex-field-const): Allow capital letters.
10177 (bibtex-start-of-string): Deleted because unused.
10178
10179 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10180 use the term 'reference' to describe a bibtex entry as a whole.
10181 Further, reference keys are no longer called 'labels'.
10182 (bibtex-keys): Renamed to bibtex-reference-keys.
10183 (bibtex-reformat-previous-labels): Renamed to
10184 bibtex-reformat-previous-reference-keys.
10185 (bibtex-reference-type): Renamed to bibtex-entry-type.
10186 (bibtex-reference-head): Renamed to bibtex-entry-head.
10187 (bibtex-reference-maybe-empty-head): Renamed to
10188 bibtex-entry-maybe-empty-head.
10189 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10190 (bibtex-search-reference): Renamed to bibtex-search-entry.
10191 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10192 bibtex-enclosing-entry-maybe-empty-head.
10193 (bibtex-entry-field-alist, bibtex-entry-head,
10194 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10195 bibtex-map-entries, bibtex-search-entry,
10196 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10197 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10198 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10199 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10200 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10201 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10202 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
10203
102042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10205
82d2c7c5
DL
10206 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10207 comment.
10208 (bibtex-format-field-delimiters): New function, functionality
10209 extracted from bibtex-format-entry.
10210 (bibtex-autokey-get-yearfield-digits): New function, functionality
10211 extracted from bibtex-autokey-get-yearfield.
10212
10213 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10214 entries in order to avoid stack overflow in the regexp matcher if
10215 field contents become large.
10216 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10217 bibtex-field-string-part-not-braced,
10218 bibtex-field-string-part-no-inner-braces,
10219 bibtex-field-string-part-1-inner-brace,
10220 bibtex-field-string-part-2-inner-braces,
10221 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10222 bibtex-field-string-quoted, bibtex-field-string,
10223 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10224 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10225 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10226 as parsing is now performed by the following functions.
10227 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10228 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10229 bibtex-parse-field-string, bibtex-search-forward-field-string,
10230 bibtex-parse-association, bibtex-field-name-for-parsing,
10231 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10232 bibtex-search-forward-field, bibtex-search-backward-field,
10233 bibtex-start-of-field, bibtex-end-of-field,
10234 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10235 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10236 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10237 bibtex-parse-string, bibtex-search-forward-string,
10238 bibtex-search-backward-string, bibtex-start-of-string,
10239 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10240 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10241 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10242 entries. Instead of reporting the results of the parsing by
10243 match-beginning or match-end, these functions return data structures
10244 that hold the corresponding positions.
10245 (bibtex-enclosing-field): Changed to also report field boundaries by
10246 return values rather than by match-beginning or match-end. The
10247 following functions have been adapted to use the new parsing
10248 functions.
10249 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10250 bibtex-enclosing-field, bibtex-format-entry,
10251 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10252 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10253 bibtex-print-help-message, bibtex-end-of-entry,
10254 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10255 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10256 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10257 method for parsing.
10258 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10259 bibtex-map-entries, bibtex-flash-head,
10260 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10261 bibtex-autokey-change, bibtex-autokey-get-namefield,
10262 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10263 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10264 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10265 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10266 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10267 order to make the new binding of case-fold-search immediately
10268 visible.
99e95407
GM
10269
102702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10271
82d2c7c5
DL
10272 * textmodes/bibtex.el: Copyright notice is up to date.
10273 Added constant 'bibtex-maintainer-salutation.
99e95407 10274
82d2c7c5
DL
10275 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10276 than make-temp-name, use match-string-no-properties and eliminate
10277 a quadratic behavior when building bibtex-strings.
99e95407 10278
82d2c7c5
DL
10279 * bibtex.el (bibtex-reference-key): Accept string entries whose
10280 reference key contains upper case letters.
99e95407
GM
10281
102822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10283
82d2c7c5
DL
10284 * bibtex.el (bibtex-reference-head): Allow entries to start with
10285 a new line.
99e95407
GM
10286
102872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10288
82d2c7c5
DL
10289 * bibtex.el: Hiding of entry bodies is not longer provided by
10290 bibtex.el directly. Instead the hideshow package can be used.
10291 Added a special bibtex entry to hs-special-modes-alist.
10292 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
10293
102942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10295
f24fef2f
SM
10296 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10297 at ':' characters by call to split-string.
8389e1e2
GM
10298
102992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10300
f24fef2f 10301 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
10302
103032000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10304
f24fef2f
SM
10305 * textmodes/bibtex.el: Some temporary comments removed.
10306 (bibtex-field-name, bibtex-entry-type): Made the relationship
10307 explicit.
10308 (bibtex-field-const): Allow capital letters.
10309 (bibtex-start-of-string): Deleted because unused.
fa78f71b 10310
f24fef2f
SM
10311 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10312 use the term 'reference' to describe a bibtex entry as a whole.
10313 Further, reference keys are no longer called 'labels'.
10314 (bibtex-keys): Renamed to bibtex-reference-keys.
10315 (bibtex-reformat-previous-labels): Renamed to
10316 bibtex-reformat-previous-reference-keys.
10317 (bibtex-reference-type): Renamed to bibtex-entry-type.
10318 (bibtex-reference-head): Renamed to bibtex-entry-head.
10319 (bibtex-reference-maybe-empty-head): Renamed to
10320 bibtex-entry-maybe-empty-head.
10321 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10322 (bibtex-search-reference): Renamed to bibtex-search-entry.
10323 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10324 bibtex-enclosing-entry-maybe-empty-head.
10325 (bibtex-entry-field-alist, bibtex-entry-head,
10326 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10327 bibtex-map-entries, bibtex-search-entry,
10328 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10329 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10330 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10331 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10332 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10333 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10334 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
10335
103362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10337
f24fef2f
SM
10338 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10339 comment.
10340 (bibtex-format-field-delimiters): New function, functionality
10341 extracted from bibtex-format-entry.
10342 (bibtex-autokey-get-yearfield-digits): New function, functionality
10343 extracted from bibtex-autokey-get-yearfield.
fa78f71b 10344
f24fef2f
SM
10345 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10346 entries in order to avoid stack overflow in the regexp matcher if
10347 field contents become large.
10348 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10349 bibtex-field-string-part-not-braced,
10350 bibtex-field-string-part-no-inner-braces,
10351 bibtex-field-string-part-1-inner-brace,
10352 bibtex-field-string-part-2-inner-braces,
10353 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10354 bibtex-field-string-quoted, bibtex-field-string,
10355 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10356 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10357 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10358 as parsing is now performed by the following functions.
10359 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10360 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10361 bibtex-parse-field-string, bibtex-search-forward-field-string,
10362 bibtex-parse-association, bibtex-field-name-for-parsing,
10363 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10364 bibtex-search-forward-field, bibtex-search-backward-field,
10365 bibtex-start-of-field, bibtex-end-of-field,
10366 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10367 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10368 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10369 bibtex-parse-string, bibtex-search-forward-string,
10370 bibtex-search-backward-string, bibtex-start-of-string,
10371 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10372 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10373 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10374 entries. Instead of reporting the results of the parsing by
10375 match-beginning or match-end, these functions return data structures
10376 that hold the corresponding positions.
10377 (bibtex-enclosing-field): Changed to also report field boundaries by
10378 return values rather than by match-beginning or match-end. The
10379 following functions have been adapted to use the new parsing
10380 functions.
10381 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10382 bibtex-enclosing-field, bibtex-format-entry,
10383 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10384 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10385 bibtex-print-help-message, bibtex-end-of-entry,
10386 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10387 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10388 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10389 method for parsing.
10390 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10391 bibtex-map-entries, bibtex-flash-head,
10392 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10393 bibtex-autokey-change, bibtex-autokey-get-namefield,
10394 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10395 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10396 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10397 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10398 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10399 order to make the new binding of case-fold-search immediately
10400 visible.
8389e1e2
GM
10401
104022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10403
f24fef2f
SM
10404 * textmodes/bibtex.el: Copyright notice is up to date.
10405 Added constant 'bibtex-maintainer-salutation.
fa78f71b 10406
f24fef2f
SM
10407 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10408 than make-temp-name, use match-string-no-properties and eliminate
10409 a quadratic behavior when building bibtex-strings.
fa78f71b 10410
f24fef2f
SM
10411 * bibtex.el (bibtex-reference-key): Accept string entries whose
10412 reference key contains upper case letters.
8389e1e2
GM
10413
104142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10415
f24fef2f
SM
10416 * bibtex.el (bibtex-reference-head): Allow entries to start with
10417 a new line.
8389e1e2
GM
10418
104192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10420
f24fef2f
SM
10421 * bibtex.el: Hiding of entry bodies is not longer provided by
10422 bibtex.el directly. Instead the hideshow package can be used.
10423 Added a special bibtex entry to hs-special-modes-alist.
10424 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
10425
104262000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10427
82d2c7c5 10428 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
10429 proceedings entry type (for cross referencing). Thanks to Wagner
10430 Toledo Correa for the suggestion.
10431
82d2c7c5 10432 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 10433
eae61d8f
KH
104342000-02-14 Kenichi Handa <handa@etl.go.jp>
10435
10436 * international/characters.el: Setup case table for Vietnamese.
10437
fb07a302
GM
104382000-02-12 Gerd Moellmann <gerd@gnu.org>
10439
10440 * uniquify.el (toplevel): Require CL at compile time.
10441 (uniquify-push): Removed.
10442
10443 * shadowfile.el (shadow-when): Removed.
10444
10445 * tempo.el (tempo-dolist, tempo-mapc): Removed.
10446 (tempo-process-and-insert-string): Use dolist instead of
10447 tempo-dolist.
10448
10449 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10450 regexp for paragraph-start.
10451
10452 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10453 commas as well.
10454
a0eddf92
DL
104552000-02-10 Dave Love <fx@gnu.org>
10456
10457 * wid-edit.el: (widgets) [defgroup]: Remove url link.
10458 (widget-color-choice-list, widget-color-history, widget-mouse-help):
10459 Deleted.
10460 (widget-specify-field, widget-specify-button): Don't use
10461 widget-mouse-help as help-echo property.
10462 (default): Use #'ignore for :validate and :mouse-down-action.
10463 (checkbox): Add help-echo.
10464 (widget-sexp-validate): Rewritten to clarify error messages.
10465 (character): Use char-valid-p in :match function.
10466 (widget-color-complete): Use facemenu-color-alist.
10467 (widget-color-action): Use facemenu-read-color.
10468
10469 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
10470 set up `caar' &c that we now have.
10471
82d2c7c5
DL
104722000-02-09 Ray Blaak <blaak@gnu.org>
10473
10474 * delphi.el: Make resourcestring a declaration region, like const
10475 and var.
10476
6cbc1482
DL
104772000-02-09 Dave Love <fx@gnu.org>
10478
10479 * bindings.el (mode-line-input-method-map): New variable.
10480 (mode-line-mule-info): Use it; fix last change.
10481 (mode-line-mode-menu): Move definition.
10482 (mode-line-mouse-sensitive-p): Deleted.
10483 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10484 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
10485 level.
10486
10487 * startup.el (command-line-1): Don't call
10488 make-mode-line-mouse-sensitive.
10489
f7136ee8
GM
104902000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10491
10492 * mail/rmail.el (rmail-retry-failure): Use
10493 rmail-beginning-of-message before rmail-toggle-header, because the
10494 former toggles headers.
10495
6e1d0d15
SM
104962000-02-06 Stefan Monnier <monnier@cs.yale.edu>
10497
fef8c55b
SM
10498 * diff-mode.el (diff-kill-junk): New interactive function.
10499 (diff-reverse-direction): Use delete-and-extract-region.
10500 (diff-post-command-hook): Restrict the area so that the hook also works
10501 outside of any diff hunk. This is necessary for the minor-mode.
10502 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10503 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10504
6e1d0d15
SM
10505 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10506 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10507 so that it can be used more easily in <foo>-mode-hook. Also make sure
10508 to avoid duplicate entries.
10509 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10510 (font-lock-remove-keywords): Just as was done for `add', allow it to
10511 work even if font-lock-mode is nil. Also make sure we don't modify
10512 any pre-existing list by forcing a copy-sequence. Finally rename
10513 `major-mode' to `mode'.
10514 (font-lock-fontify-syntactic-anchored-keywords)
10515 (font-lock-fontify-anchored-keywords)
10516 (font-lock-fontify-keywords-region): Use line-end-position.
10517 Don't make `font-lock-multiline' local (it's now done in
10518 font-lock-set-defaults).
10519 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
10520 move the `font-lock-fontified' creation to inside the `unless'.
10521
a75dfea0
AI
105222000-02-06 Andrew Innes <andrewi@gnu.org>
10523
10524 * term/w32-win.el (x-handle-args): Comment out call to message,
10525 which occurs before window system is initialized.
10526
10527 * makefile.nt: Add support for recompiling lisp code.
10528
b85e9462
DL
105292000-02-04 Dave Love <fx@gnu.org>
10530
9ff33afb
DL
10531 * bindings.el (mode-line-mule-info): Fix/extend last change.
10532
b85e9462
DL
10533 * completion.el: Replace completion-dolist with dolist.
10534
10535 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10536 dotimes.
10537
44dff075
CD
105382000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
10539
10540 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10541 environment names before they go into the section regexp.
10542
10543 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10544 char class in regexp.
10545
10546 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10547 `case-fold-search' to nil.
10548
10549 * progmodes/idlwave.el (idlwave-template): Respect
10550 `idlwave-abbrev-change-case'.
10551 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10552 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10553 idlwave-while): respect `idlwave-reserved-word-upcase'.
10554 (idlwave-rw-case): New function.
10555 (idlwave-statement-match): Fixed problem with assignment regexp.
10556 (idlwave-font-lock-keywords): Improved regexp for keyword
10557 parameters.
a23c5037 10558 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
10559 operators longer than 1 char.
10560
10561 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10562 idlwave-shell-expression-overlay. Implemented printing of
10563 expressions on higher levels of the calling stack.
10564 (idlwave-shell-display-level-in-calling-stack): Restore stack
10565 level.
10566 (idlwave-retrieve-expression-from-level): New function.
10567 (idlwave-shell-last-calling-stack): Variable removed.
10568 (idlwave-shell-reset): Argument action reversed (`visible' to
10569 `hidden'). Also remove stop-line overlay.
10570 (idlwave-shell-calling-stack-routine): New variable.
10571 (idlwave-shell-parse-stack-and-display): Messages now display
10572 negative level numbers.
10573 (idlwave-shell-mode): Set `modeline-format'.
10574 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10575 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10576 21.
10577 (idlwave-shell-print-expression-function): New option.
a23c5037 10578
44dff075
CD
10579 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10580 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10581 `tool-bar' instead of `toolbar'.
10582
f26c34fd
DL
105832000-02-02 Dave Love <fx@gnu.org>
10584
10585 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10586 emacs-lisp-mode-hook. Don't check for defalias being defined.
10587
10588 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10589 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
10590 the new builtins directly.
10591
10592 * whitespace.el (whitespace): Add :version to defgroup.
10593
10594 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10595 Doc fix.
10596
10597 * thingatpt.el (sexp-at-point, symbol-at-point)
10598 (number-at-point, list-at-point): Add autoload cookie.
10599
10600 * recentf.el (recentf): Add :version to defgroup.
10601
10602 * quickurl.el (quickurl): Add :version to defgroup.
10603
10604 * elide-head.el (elide-head): Use point-marker more.
10605
10606 * bs.el (bs): Add :version to defgroup.
10607
10608 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10609
10610 * progmodes/delphi.el (delphi): Add :version to defgroup.
10611
d240a249
GM
106122000-02-02 Gerd Moellmann <gerd@gnu.org>
10613
10614 * ange-ftp.el (ange-ftp-write-region): Handle case that
10615 succeeding process operation sets a different coding system.
10616
10617 * calculator.el: New file.
10618
d5179a01
EZ
106192000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10620
10621 * frame.el (frames-on-display-list, framep-on-display): New
10622 functions.
10623 (display-mouse-p, display-popup-menus-p, display-graphic-p)
10624 (display-selections-p, display-screens, display-pixel-width)
10625 (display-pixel-height, display-mm-width, display-mm-height)
10626 (display-backing-store, display-save-under, display-planes)
10627 (display-color-cells, display-visual-class): New functions.
10628
10629 * term/tty-colors.el (tty-color-gray-shades): New function.
10630
10631 * faces.el (display-color-p): Use framep-on-display.
10632 (display-grayscale-p): New function.
10633
968e00f0
DL
106342000-01-31 Dave Love <fx@gnu.org>
10635
10636 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10637 (create-fontset-from-x-resource): Don't concat integers.
10638
2cb750ba
GM
106392000-01-31 Inge Frick <inge@nada.kth.se>
10640
10641 * view.el: Some changes in documentation. Removed some trailing
10642 whitespace. Changed some parameter names to agree with
10643 documentation.
10644 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10645 window is not deleted. Modifies change 1998-04-26.
a23c5037 10646
74e9213b
GM
106472000-01-31 Gerd Moellmann <gerd@gnu.org>
10648
47569935
GM
10649 * windmove.el: New file.
10650
74e9213b
GM
10651 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10652 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 10653 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 10654
74e9213b
GM
10655 * jit-lock.el (jit-lock-function): Widen before calculating end
10656 position.
10657 (jit-lock-stealth-chunk-start): Rewritten.
10658
10659 * info.el (Info-title-face-alist): Removed.
10660 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10661 faces.
10662 (Info-fontify-node): Use these faces.
10663
994c5afe
GM
106642000-01-30 Gerd Moellmann <gerd@gnu.org>
10665
10666 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10667 (cl-macro-list1): Recognize `&allow-other-keys' instead of
10668 `&allow-other-keywords'.
10669
10670 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10671 the list of directories scanned heuristically.
10672
10673 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10674 exist.
10675
f00276e3
JR
106762000-01-30 Jason Rumney <jasonr@gnu.org>
10677
10678 * w32-fns.el: Define w32-tty-standard-colors.
10679
10680 * startup.el (command-line): Use w32-tty-standard-colors when in
10681 w32 console mode.
10682
cc4dfff0
DL
106832000-01-30 Dave Love <fx@gnu.org>
10684
e645e77b
DL
10685 * jka-compr.el (jka-compr-load): Fix up load-history.
10686
cc4dfff0
DL
10687 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10688
10689 * emacs-lisp/cl-macs.el: Revert previous change.
10690
16215eb0
DL
106912000-01-29 Dave Love <fx@gnu.org>
10692
10693 * facemenu.el: Purecopy various strings.
10694
10695 * timezone.el (timezone-fix-time): Window against 69 for two-digit
10696 years. Deal with three-digit years.
10697
10698 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10699 defconst, purecopy.
10700 (help-back-label): Purecopy it.
10701
bbd9b566
GM
107022000-01-18 Gerd Moellmann <gerd@gnu.org>
10703
10704 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10705 variable. If non-nil, order the buffer list according to the
10706 currently selected frame.
10707 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10708 non-nil, pass the selected frame to function buffer-list.
a23c5037 10709
887448e1
GM
107102000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10711
10712 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10713
7df85084
DL
107142000-01-28 Dave Love <fx@gnu.org>
10715
142e109c
DL
10716 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10717
7df85084
DL
10718 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10719 Don't use lisp-indent-hook property.
10720 (cl-abs): Remove.
10721
10722 * subr.el: Move out indent and edebug specs for when and unless.
10723
10724 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10725 when, unless.
10726
10727 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10728 unless, when.
10729
3b43c01c
GM
107302000-01-28 Gerd Moellmann <gerd@gnu.org>
10731
d060bc9f
GM
10732 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10733 `collecting' as synonym for `collect'.
10734
10735 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10736 for the case it contains spaces.
10737
10738 * simple.el (what-cursor-position): Change formatting of
10739 messages.
10740
b02786f9
GM
10741 * frame.el (delete-other-frames): New function.
10742 (toplevel): Bind it to C-x 5 1.
10743
efd68b8a
GM
10744 * sort.el (sort-numeric-base): New option.
10745 (sort-numeric-fields): If number starts with `0' or `0[xX[',
10746 interpret it as octal or hexadecimal. Use sort-numeric-base
10747 as default base.
10748
3b43c01c
GM
10749 * progmodes/glasses.el: New file.
10750
984ae001
GM
107512000-01-27 Gerd Moellmann <gerd@gnu.org>
10752
a0b796e3
GM
10753 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10754 userids differently.
10755
984ae001
GM
10756 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10757 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10758 progmodes/ebnf-yac.el: New files.
10759
6c67ddee
DL
107602000-01-26 Dave Love <fx@gnu.org>
10761
10762 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10763 on a function with an empty body. [From Eric Ludlam.]
10764
4e6473c8
GM
107652000-01-25 Andre Spiegel <spiegel@gnu.org>
10766
10767 * vc.el (vc-version-diff): Make sure file name is expanded.
10768
e12489f9
GM
107692000-01-25 Gerd Moellmann <gerd@gnu.org>
10770
10771 * scroll-bar.el (scroll-bar-timer): Variable removed.
10772 (scroll-bar-toolkit-scroll): Don't use a timer.
10773
8dbe2b07
KH
107742000-01-25 Kenichi Handa <handa@etl.go.jp>
10775
10776 * language/thai-util.el (thai-composition-function): Delete
10777 superfluous `a'.
10778
26ef1c87
DL
107792000-01-24 Dave Love <fx@gnu.org>
10780
10781 * fortran.el (fortran-mode): Use beginning-of-defun-function,
10782 end-of-defun-function.
10783
10784 * font-lock.el (turn-on-font-lock): Don't depend on window-system
10785 &c.
10786
7ed4e9a7
JR
107872000-01-22 Jason Rumney <jasonr@gnu.org>
10788
10789 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10790 conflicts with new face support.
10791
8b7bc628 107922000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
10793
10794 * replace.el (query-replace): Rename last arg to DELIMITED.
10795 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10796 (query-replace-regexp): Likewise.
10797
8b7bc628 107982000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 10799
02b14400
RS
10800 * subr.el (with-syntax-table): Use make-symbol, not gensym.
10801
5bb6f079
RS
10802 * emacs-lisp/lisp.el (beginning-of-defun-function):
10803 Variable renamed from beginning-of-defun.
10804 Do not call make-variable-buffer-local.
10805 (beginning-of-defun-raw): Use new variable name; doc fix.
10806 (beginning-of-defun): Doc fix.
10807 (end-of-defun-function): Variable renamed from end-of-defun.
10808 Do not call make-variable-buffer-local.
10809 (end-of-defun): Use new variable name; doc fix.
10810
02b14400
RS
10811 * subr.el (dolist, dotimes): Copied from cl-macs.el
10812 and made to work.
2d5e9b54 10813
a23c5037 10814 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
10815 Variable replaces rmail-digest-end-regexp.
10816 Allows multiple regexps for detecting the end line.
10817 (undigestify-rmail-message): Corresponding changes.
10818
60af03f1
DL
108192000-01-19 Dave Love <fx@gnu.org>
10820
fe5d99e1
DL
10821 * files.el (user-init-file): Don't declare here -- is primitive.
10822
60af03f1
DL
10823 * startup.el (command-line): Check for compiled user-init-file and
10824 set to uncompiled version if necessary.
10825
72dbbc7d
GM
108262000-01-18 Gerd Moellmann <gerd@gnu.org>
10827
6a1950ec
GM
10828 * mail/undigest.el (rmail-digest-end-regexp): New user option.
10829 (undigestify-rmail-message): Use it.
10830
72dbbc7d
GM
10831 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10832
fbe91bbd
GM
108332000-01-17 Gerd Moellmann <gerd@gnu.org>
10834
10835 * tmm.el (tmm-goto-completions): Adapt to prompt being part
10836 of mini-buffer.
10837
33a6685b
GM
108382000-01-14 Gerd Moellmann <gerd@gnu.org>
10839
b3303df7
GM
10840 * emacs-lisp/copyright.el (copyright-update): Removed the
10841 requirement for a trailing space from `copyright-regexp', to
10842 support copyrights with owner specified on a separate line..
a23c5037 10843
3c4c8064
GM
10844 * align.el: New file.
10845
33a6685b
GM
10846 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10847
10848 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10849
044a4975
DL
108502000-01-13 Dave Love <fx@gnu.org>
10851
10852 * ph.el: Removed. (Obsoleted by EUDC.)
10853
0a352cd7
GM
108542000-01-13 Gerd Moellmann <gerd@gnu.org>
10855
10856 * net/eudc.el (toplevel): Remove autoloaded code installing
10857 menu with easymenu, because that causes build problems.
10858
10859 * frame.el (frame-notice-user-settings): New variable.
10860 (frame-notice-user-settings): Don't modify frame parameters
10861 if called a second time.
10862
8b7bc628 108632000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
10864
10865 * frame.el (frame-notice-user-settings):
10866 Notice default-frame-parameters even for non-window frames.
10867
feb450e0
GM
108682000-01-13 Gerd Moellmann <gerd@gnu.org>
10869
10870 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10871 for Emacs.
10872 (eudc-bob-can-display-inline-images): Extend for Emacs.
10873 (eudc-bob-toggle-inline-display): Ditto.
10874 (eudc-bob-display-jpeg): Ditto.
10875
99c6d63b
GM
108762000-01-12 Gerd Moellmann <gerd@gnu.org>
10877
7970b229
GM
10878 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10879 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10880 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 10881
e4936aa9
GM
10882 * add-log.el (add-change-log-entry): Fix error trying an `(insert
10883 nil)'.
10884
10885 * subdirs.el: Add `net' directory.
10886
133c9e59
GM
10887 * net: New directory.
10888
99c6d63b
GM
10889 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10890 eval-last-sexp. Don't bind debug-on-error here.
10891 (eval-last-sexp): New function. Bind debug-on-error if
10892 eval-expression-debug-on-error is non-nil.
10893 (eval-defun-2, eval-defun): Likewise.
10894
10895 * simple.el (eval-expression): Don't bind debug-on-error if
10896 eval-expression-debug-on-error is nil. Detect changed
10897 debug-on-error, and propagate new value to global binding, if
10898 eval-expression-debug-on-error is non-nil,
10899 (eval-expression-debug-on-error): Change doc string.
a23c5037 10900
8b7bc628 109012000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
10902
10903 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10904
10905 * emacs-lisp/lisp-mode.el (with-syntax-table):
10906 Set up lisp-indent-function property.
10907
10908 * subr.el (with-syntax-table): Moved from simple.el.
10909
10910 * simple.el (with-syntax-table): Moved to subr.el.
10911
7e3c74fa
GM
109122000-01-11 Gerd Moellmann <gerd@gnu.org>
10913
1fab1775
GM
10914 * tmm.el (tmm-shortcut): Delete region after prompt instead
10915 of erasing buffer.
10916
7e3c74fa 10917 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
10918 (fill-context-prefix): Use the longest common prefix of first
10919 and second line fill prefix, if there is one.
7e3c74fa 10920
8b7bc628 109212000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
10922
10923 * array.el (array-mode): Don't use make-variable-buffer-local.
10924 Use make-local-variable for `truncate-lines'.
10925
aa705642 109262000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 10927
aa705642
GM
10928 * add-log.el (add-log-current-defun): Handle user-defined
10929 add-log-current-function returning nil,
a23c5037 10930
57df2446 10931 * add-log.el (add-change-log-entry): Insert version number
aa705642 10932 if having found a current function
c1356086
GM
10933
10934 * add-log.el (add-log-current-defun): Call
10935 `add-log-current-defun-function'. Try matches at level 0 and
10936 level 1. Strip whitespace from defun found.
a23c5037 10937
1d8c59e9
RS
109382000-01-10 John Wiegley <johnw@gnu.org>
10939
10940 * allout.el (isearch-done/outline-provisions): Added `edit'
10941 argument to correspond with the current definition of
10942 `isearch-done'.
10943
8cf87e9b
DL
109442000-01-10 Dave Love <fx@gnu.org>
10945
10946 * elide-head.el (elide-head): Use point-marker, not point.
10947
9050446c
GM
109482000-01-10 Gerd Moellmann <gerd@gnu.org>
10949
8321b22a
GM
10950 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10951 before and after the year 2000.
a23c5037 10952
9050446c
GM
10953 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10954 Add ispell- prefix.
10955
109562000-01-10 Ken Stevens <k.stevens@ieee.org>
10957
10958 * ispell.el: Only define dictionaries in menus when they exist.
10959 (version18p): New variable.
10960 (version20p): New variable.
10961 (xemacsp): New variable.
10962 (ispell-choices-win-default-height): Fix for XEmacs visibility.
10963 (ispell-dictionary-alist1): Added Brasileiro dictionary.
10964 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 10965 run-together words.
9050446c
GM
10966 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10967 (ispell-dictionary-alist): Add koi8-r to customize definition.
10968 (check-ispell-version): Added documentation string. Returns
f24fef2f 10969 library path when called non-interactively.
9050446c
GM
10970 (ispell-menu-map-needed): Uses new variables.
10971 (ispell-library-path): New variable.
10972 (ispell-decode-string): XEmacs fix for bogus variable bindings.
10973 (ispell-word): Improved documentation string. Test for valid
10974 character mappings. Correctly check typed in word changes that can
10975 result in single words split into multiple words. Returns
10976 replacement word.
10977 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
10978 replace in recursive query replace mode. Help message for
10979 recursive edit mode.
10980 (ispell-show-choices): Protect against bad framepop bindings.
10981 (ispell-help): Fix to work with XEmacs.
10982 (ispell-highlight-spelling-error): Use new variables.
10983 (ispell-overlay-window): Fix to work with XEmacs.
10984 (ispell-parse-output): Passed and returns location information
10985 tracking spelling corrections. Doesn't recheck same word on
10986 current line.
10987 (ispell-init-process): Protect against bogus XEmacs variable binding.
10988 Fix call to single argument in sleep-for. Use new variables.
10989 (ispell-region): Passed and returns location information tracking
10990 spelling corrections. Doesn't check same word on current line.
10991 Improved documentation string. Doesn't resend a line already
10992 checked to the ispell process - fixes bug in LaTeX parsing.
10993 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10994 (ispell-skip-region): No longer skips <TT> in SGML.
10995 (ispell-process-line): Tracks location information with spelling
10996 corrections. Added documentation string. Accounts for words
10997 already accepted on this line. Don't allow query-replace on line
10998 starting with math characters. Doesn't resend a line already sent
10999 to ispell process. Fixes alignment error bug.
a23c5037 11000
8b7bc628 110012000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 11002
a23c5037 11003 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
11004 Suggest xloadimage, which is free, not xv, which isn't.
11005
a23c5037 11006 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
11007 Don't ever include the host name or user name in the value.
11008
9ed79f5d
GM
110092000-01-09 Gerd Moellmann <gerd@gnu.org>
11010
11011 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11012 of a real newline.
11013
b950abb1
GM
110142000-01-09 Stephen Eglen <stephen@gnu.org>
11015
a23c5037 11016 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
11017 for .png files.
11018
3c708e98
GM
110192000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11020
11021 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11022
bf61662d
GM
110232000-01-09 Gerd Moellmann <gerd@gnu.org>
11024
f1d851ae
GM
11025 * progmodes/cperl-mode.el: Replace ^F with ^L.
11026
bf61662d 11027 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 11028 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
11029 recursion.
11030
c65d14ee
DL
110312000-01-08 Dave Love <fx@gnu.org>
11032
8cf87e9b
DL
11033 * emacs-lisp/backquote.el: Remove inappropriate customization
11034 (allowing custom.el to use backquote).
c65d14ee 11035
83de2ebc
DL
110362000-01-07 Dave Love <fx@gnu.org>
11037
11038 * add-log.el (add-log-debugging): Deleted.
11039 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11040 file. Remove debugging code.
11041 (change-log-get-method-definition, change-log-name): Add doc.
11042 (change-log-sortable-date-at): New function.
11043 (change-log-merge): New command.
11044
11045 * time.el (display-time-string-forms): Make the Mail string active.
11046 (display-time-update): Provide help-echo for load average.
11047
11048 * bindings.el (make-mode-line-mouse2-map): New function.
11049 (mode-line-modified): Use it and simplify.
11050 (mode-line-mule-info): Provide help-echo info.
11051 (minor-mode-alist): Activate the strings.
11052 (make-mode-line-mouse-sensitive): Simplify for
11053 mode-line-buffer-identification.
11054
c1475eae
GM
110552000-01-07 Gerd Moellmann <gerd@gnu.org>
11056
11057 * play/pong.el: New file.
11058
83de2ebc
DL
110592000-01-06 Dave Love <fx@gnu.org>
11060
11061 * array.el: Assorted cleanups for compiler warnings, doc strings,
11062 `array-' prefix for symbols.
11063
110642000-01-05 Dave Love <fx@gnu.org>
11065
11066 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11067 outline-headers-as-kill.
11068 (outline-mode): Define imenu-generic-expression.
11069 (outline-headers-as-kill): New command.
11070
11071 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11072 from paragraph-start.
11073 (paragraph-indent-minor-mode): New command.
11074
11075 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11076 M-C-e, M-C-h, C-j, C-xnd, TAB.
11077 (fortran-mode): Set beginning-of-defun, end-of-defun.
11078 (fortran-column-ruler): Simplify.
11079 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11080 (fortran-with-subprogram-narrowing): Likewise.
11081 (fortran-indent-subprogram): Call mark-defun.
11082 (fortran-check-for-matching-do): Change narrowing.
11083
11084 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11085 (cl-lucid-hash-tag): Delete.
11086 (cl-hash-table-p): Correct test for native table.
11087 (cl-hash-table-count): Use hash-table-count.
11088
11089 * browse-url.el (browse-url): Fix case of
11090 browse-url-browser-function being an alist.
11091
676ac023
CD
110922000-01-05 Carsten Dominik <cd@gnu.org>
11093
c1475eae
GM
11094 * textmodes/reftex-vars.el (reftex-parse-file-extension)
11095 (reftex-index-phrase-file-extension): New options.
676ac023
CD
11096
11097 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 11098 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
11099
11100 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 11101 `reftex-parse-file-extension'.
eb483e17 11102
88807984
DL
111032000-01-05 Dave Love <fx@gnu.org>
11104
83de2ebc 11105 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
11106 (beginning-of-defun-raw): Use it.
11107 (end-of-defun): New variable.
11108 (end-of-defun): Use it.
11109 (check-parens): New command.
11110
1362aeb4
TTN
111112000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11112
c1475eae
GM
11113 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11114 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 11115
7ddafb95
TTN
11116 Fix buglet in local variables initialization.
11117
7334aa99
AS
111182000-01-05 Andreas Schwab <schwab@suse.de>
11119
11120 * hscroll.el (hscroll): Doc fix.
11121
b12e24cd
CD
111222000-01-05 Carsten Dominik <cd@gnu.org>
11123
11124 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11125 idlw-toolbar.
11126
11127 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11128 file idlw-rinfo.el.
1362aeb4
TTN
11129 (idlwave-customize): load must read file idlw-shell.el.
11130 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 11131
d6226972
CD
111322000-01-05 Carsten Dominik <dominik@astro.uva.nl>
11133
11134 * progmodes/idlw-shell.el: Also provide idlwave-shell
11135 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11136 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11137
11138 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11139 both reftex-dcr and reftex-vcr.
1362aeb4 11140
d6226972
CD
11141 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11142
6ddb893f 111432000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
11144
11145 * ps-print.el: PostScript code now is in separate files, doc fix.
11146 (ps-print-version): New version number (5.0.3).
11147 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11148 local.
11149 (ps-spool-config): Initialization fix.
c1475eae
GM
11150 (ps-print-prologue-1, ps-print-prologue-2)
11151 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
11152 (ps-background-image): Little code reformating.
11153 (ps-begin-file, ps-begin-job): Fix code.
88807984 11154 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
11155 (ps-prologue-file): New fun.
11156
ae833aae
KH
111572000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11158
c1475eae 11159 * ps-vars.el: Eliminated.
ae833aae
KH
11160
11161 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11162 `;;;###autoload'.
11163
11164 * ps-print.el: ps-vars eliminated, doc fix.
11165 (ps-print-version): New version number (5.0.2).
11166 (ps-spool-config): Initialization fix.
11167 (ps-print-customize): New fun.
11168
560a7bd2
GM
111692000-01-04 Gerd Moellmann <gerd@gnu.org>
11170
11171 * autorevert.el (auto-revert-mode): Return value of
11172 auto-revert-mode.
11173
f45dd0f4
DL
111742000-01-04 Dave Love <fx@gnu.org>
11175
fae2ac05
DL
11176 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11177 menu items.
f45dd0f4 11178
61255981
DL
111792000-01-03 Dave Love <fx@gnu.org>
11180
88807984 11181 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 11182
83de2ebc 11183 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
11184 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11185 `cl-hash-table-p', not `hash-table-p'.
11186 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11187
c182a70f
EZ
111882000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11189
11190 * faces.el (face-read-integer, read-face-attribute)
11191 (color-defined-p, color-values): unspecified-{f,b}g are now
11192 strings.
11193
047f434a
GM
111942000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11195
11196 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11197 at comment end, and re-insert them after filling.
11198
bab531e2
EZ
111992000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11200
11201 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
11202 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11203 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 11204
d684c676
EZ
112052000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11206
11207 * term/x-win.el (xw-defined-colors): Call color-supported-p,
11208 the new name of face-color-supported-p.
11209
11210 * term/w32-win.el (xw-defined-colors): Likewise.
11211
0aad4805
EZ
112122000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11213
11214 * simple.el (completion-setup-function): Count completion-size
11215 from minibuffer-prompt-end, not from point-min.
11216
5fe1d139
EZ
112172000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11218
11219 * faces.el (read-face-attribute, defined-colors, color-defined-p):
11220 Pass the frame to tty-color-* functions.
11221 (display-color-p, frame-set-background-mode): Pass the frame to
11222 tty-display-color-p.
11223
11224 * term/tty-colors.el (tty-defined-color-alist): Renamed from
11225 tty-color-alist.
11226 (tty-color-alist, tty-modify-color-alist): New functions.
11227 (tty-color-define, tty-color-clear, tty-color-approximate)
11228 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11229 an optional parameter FRAME.
11230
162dec01
GM
112312000-01-01 Gerd Moellmann <gerd@gnu.org>
11232
27189709
GM
11233 * image.el (create-image, defimage): Don't assume image data is a
11234 string.
11235
162dec01
GM
11236 * image.el (defimage): Handle specifications containing :data
11237 instead of :file.
11238 (image-type-from-data): New function.
11239 (image-type-from-file-header): Use it.
11240 (create-image): Add parameter DATA-P.
1362aeb4 11241
bea56df7 11242See ChangeLog.8 for earlier changes.
25a6fab1
KH
11243
11244;; Local Variables:
e64c3a75 11245;; coding: iso-2022-7bit
25a6fab1 11246;; End: