*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d97151cb
SM
12000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2
3 * vc.el (vc-version-other-window): Bind `file'.
4
ea7d6f5b
GM
52000-10-25 Gerd Moellmann <gerd@gnu.org>
6
7 * Makefile.in (update-authors): New target for maintenance
8 purposes.
9
10 * emacs-lisp/authors.el (batch-update-authors): New function.
11 (authors-fixed-entries): New defconst.
12 (authors-add-fixed-entries): New function.
13 (authors): Call it.: Don't process lispref/.
14
17c25cea
JR
152000-10-25 Jason Rumney <jasonr@gnu.org>
16
17 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18 Merge x w32 and mac definitions.
19
4ecda532
GM
202000-10-25 Gerd Moellmann <gerd@gnu.org>
21
22 * menu-bar.el (menu-bar-options-menu): Add a help string for
23 `uniquify'.
24
b6735035
GM
252000-10-25 Stephen Gildea <gildea@alum.mit.edu>
26
27 * time-stamp.el (time-stamp-string-preprocess): Fix a wrong
28 type argument error.
29
f4cbc7a0
MB
302000-10-25 Miles Bader <miles@gnu.org>
31
32 * recentf.el (recentf-mode): Variable removed.
33 (recentf-mode): Use `define-minor-mode'.
34
35 * mwheel.el (mouse-wheel-mode): New global minor mode.
36 (mwheel-install): Use `mouse-wheel-mode'.
37
f4b020f6
DL
382000-10-25 Dave Love <fx@gnu.org>
39
072cb6f9
DL
40 * progmodes/cperl-mode.el (cperl-mode): Set
41 normal-auto-fill-function correctly.
42
f4b020f6
DL
43 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
44 inherit from global-map and don't nullify menu-bar and tool-bar
45 bindings since keymap properties DTRT.
46
ebe2a441
MB
472000-10-25 Miles Bader <miles@lsi.nec.co.jp>
48
ff4dcd4b
MB
49 * wid-edit.el (widget-field-at): New function.
50 (widget-at, widget-field-activate): Use it.
51 (widget-tabable-at): Use `widget-at'.
52 (widget-specify-field): If the terminating character of the widget
53 field (which is read-only) is a newline, put it into a special
54 `boundary' field so that C-n/C-p act more naturally.
55 (widget-field-end): Also don't subtract one if a special
56 `boundary' field has been added after the widget field.
57
ebe2a441
MB
58 * comint.el (comint-output-filter, comint-send-input): Don't
59 bother adding stickiness fields to overlays to fool the field
60 code, since it should notice the overlay insertion-types now.
ff4dcd4b 61
ebe2a441
MB
62 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
63 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
64 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
65
fe50b6ab
GM
662000-10-24 Gerd Moellmann <gerd@gnu.org>
67
53df4dda
GM
68 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
69 (authors): Set file coding system to iso-2022-7bit. Add
70 file-local variables to output buffer.
71
fe50b6ab
GM
72 * files.el (after-find-file): Don't print any warnings if
73 WARN is nil.
74
53df4dda
GM
752000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
76
77 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
78
79 * delim-col.el: Now there is a column formatting mechanism.
80 Modified to customization mechanisms convention. Doc fix.
81 (columns): New group for delim-col.
82 (delimit-columns-before, delimit-columns-after)
83 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
84 (delimit-columns-end): New vars.
85 (delimit-columns-customize, delimit-columns-format): New funs.
86 (delimit-columns-region, delimit-columns-rectangle)
87 (delimit-columns-rectangle-line): Modified to support column
88 formatting.
89
a9839779
DL
902000-10-24 Dave Love <fx@gnu.org>
91
92 * log-edit.el (log-edit): Add :version and a :group for vc.
93
df0267b8
GM
942000-10-24 Gerd Moellmann <gerd@gnu.org>
95
9acc3873
GM
96 * files.el (after-find-file): Don't print a message ``New file''
97 if WARN is nil.
98
63e1b552
GM
99 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
100 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
101 get duplicate tool-bar entries because we'll see the global ones
102 on more than one path through keymaps.
103
1946f901
GM
104 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
105
df0267b8
GM
106 * progmodes/cmacexp.el: Change Francesco's email address.
107
ae3b264b
KH
1082000-10-24 Kenichi Handa <handa@etl.go.jp>
109
110 * window.el (fit-window-to-buffer): Adjust point of the window
111 buffer, not that of the current buffer.
112
23afac01
EZ
1132000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
114
115 * progmodes/cmacexp.el: Update the euthor's email address.
116
22d1a4ed
MB
1172000-10-24 Miles Bader <miles@lsi.nec.co.jp>
118
119 * faces.el (face-spec-set-match-display): Add `graphic' display
120 type (the inverse of `tty'). Use `display-graphic-p' instead of
121 the window-system variable.
122
f408aa48
KH
1232000-10-24 Kenichi Handa <handa@etl.go.jp>
124
125 * international/isearch-x.el (isearch-with-input-method): Call
126 input-method-function with the first event in
127 unread-command-events.
128
94fe8a31
MB
1292000-10-24 Miles Bader <miles@lsi.nec.co.jp>
130
131 * faces.el (face-default-spec, face-user-default-spec): Make
132 defsubsts.
133
8f47302e
AC
1342000-10-24 Andrew Choi <akochoi@i-cable.com>
135
136 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
137 New charsets.
138
139 * term/mac-win.el: Remove definitions of mac-roman-lower and
140 mac-roman-upper, require dired, and define instead of set
141 mac-ready-for-drag-n-drop to avoid compilation error.
142
446c097e
AI
1432000-10-23 Andrew Innes <andrewi@gnu.org>
144
145 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
146 superfluous calls to subst-char-in-string; instead apply
147 expand-file-name after convert-standard-filename to ensure
148 expected directory separators are used.
149
379b70e7
EZ
1502000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
151
152 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
153
85c766e9
DL
1542000-10-23 Dave Love <fx@gnu.org>
155
b7e03a67
DL
156 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
157 (tool-bar-add-item): Set foreground and background for XBM icons.
158
159 * international/latin1-disp.el (latin1-char-displayable-p): New
160 function (from Handa).
161 (latin1-display-check-font): Use it.
162
0dcf8835
DL
163 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
164 using :key-sequence, making it much more usable. Use nconc, not
165 append.
166 (imenu--create-keymap-1): Avoid append.
167
85c766e9
DL
168 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
169
cb3069bb
MB
1702000-10-23 Miles Bader <miles@lsi.nec.co.jp>
171
172 [the following changes fix a bug where `define-minor-mode' didn't
173 correctly generate :require clauses for defcustoms in compiled files]
174 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
175 (byte-compile-log-file, byte-compile-log-1): Don't set
176 `byte-compile-current-file' to nil. Instead set
177 `byte-compile-last-logged-file' to it. Test whether
178 byte-compile-current-file equals byte-compile-last-logged-file
179 instead of whether its nil.
3b6542ba 180 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 181
6db6243b
SM
1822000-10-23 Stefan Monnier <monnier@cs.yale.edu>
183
184 * textmodes/refill.el: Fix var names in doc.
185 (refill-mode): Don't bother with make-local-hook anymore.
186
98490598
MB
1872000-10-23 Miles Bader <miles@lsi.nec.co.jp>
188
e01cd227
MB
189 * faces.el (face-user-default-spec, face-default-spec): New functions.
190 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
191 (frame-set-background-mode, face-set-after-frame-default):
192 Use `face-user-default-spec'. Simplify code slightly.
193
194 * woman.el (woman-italic-face, woman-bold-face)
195 (woman-unknown-face): Add dark-background variants.
196 (woman-default-faces): Renamed from `woman-colour-faces'.
197 Set using the stored defaults, rather than using hard-wired colors.
198 (woman-monochrome-faces): Renamed from `woman-black-faces'.
199 Just make the foreground `unspecified' rather than "black".
200 (woman-menu): Rename menu entries accordingly.
201
98490598
MB
202 * faces.el (header-line): Make more reasonable on mono/grayscale
203 displays.
204
1a578e9b
AC
2052000-10-23 Andrew Choi <akochoi@i-cable.com>
206
207 * cus-edit.el (custom-button-face): Use 3D look for mac.
208 (custom-button-pressed-face): Likewise.
209
210 * faces.el (set-face-attributes-from-resources): Handle mac frames
211 in the same way as x and w32 frames.
212 (face-valid-attribute-values): Likewise.
213 (read-face-attribute): Likewise.
214 (defined-colors): Likewise.
215 (color-defined-p): Likewise.
216 (color-values): Likewise.
217 (display-grayscale-p): Likewise.
218 (face-set-after-frame-default): Likewise.
219 (mode-line): Same default face as for x and w32.
220 (tool-bar): Likewise.
221
222 * frame.el: Remove call to frame-notice-user-settings at end of
223 the file.
224
225 * info.el (Info-fontify-node): make underlines invisible for mac
226 as for x, pc, and w32 frame types.
227
228 * term/mac-win.el: New file.
229
aaaf7be7
DL
2302000-10-22 Dave Love <fx@gnu.org>
231
232 * textmodes/refill.el: New file.
233
5392d654
AS
2342000-10-22 Andre Spiegel <spiegel@gnu.org>
235
236 * vc-hooks.el (vc-version-backup-file-name): New optional args
237 MANUAL and REGEXP.
238 (vc-delete-automatic-version-backups, vc-make-version-backup):
239 New functions.
240 (vc-before-save): Use the latter.
241 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
242 confusion.
243
244 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
245 expected by vc[-hooks].el.
246
247 * vc.el (vc-checkout): Added `-p' suffix in call to
248 vc-make-version-backups-p; use vc-make-version-backup to actually
249 make the backup.
250 (vc-version-other-window, vc-version-backup-file): Handle both
251 automatic and manual backups.
252 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
253 of all of them.
254
1e221c16
MB
2552000-10-22 Miles Bader <miles@gnu.org>
256
7ff4fda5
MB
257 * comint.el (comint-highlight-input, comint-highlight-prompt):
258 Renamed, `-face' at end removed.
259 (comint-send-input, comint-output-filter): Use renamed faces.
260
3511cde8
MB
261 * window.el (fit-window-to-buffer): Change defaulting of
262 MAX-HEIGHT slightly.
263
1e221c16
MB
264 * faces.el (color-values, color-defined-p): Use `member', not
265 `memq', because it works correctly for strings.
266 (frame-set-background-mode): Actually, "unspecified-fg" and
267 "unspecified-bg" *are* strings. Use `member', not `memq', and
268 `equal', not `eq', when a string value is possible.
269
b6ef4898
EZ
2702000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
271
272 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
273
34939e2c
SM
2742000-10-21 Stefan Monnier <monnier@cs.yale.edu>
275
276 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
277 sh-electric-rparen, sh-electric-less and sh-electric-hash.
278 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
279 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
280 (sh-font-lock-syntactic-keywords): Use them.
281 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
282 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
283 (sh-mode): Don't override font-lock-unfontify-region-function.
284 Use a copy of sh-font-lock-syntactic-keywords.
285 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
286 Don't call sh-scan-buffer since font-lock does it on the fly.
287 (sh-get-indent-info): Use `face' rather than `syntax-table'
288 text-property to detect here-documents.
289 Replace sh-special-syntax with sh-st-punc.
290 (sh-prev-line): Use `face' rather than `syntax-table'
291 text-property to skip over here-documents.
292 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
293 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
294 (sh-electric-less, sh-set-here-doc-region)
295 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
296 (sh-scan-buffer, sh-rescan-buffer): Remove.
297
f3d3c491
AI
2982000-10-21 Andrew Innes <andrewi@gnu.org>
299
300 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
301 remote (ange-ftp) file names.
302
b86c791c
MB
3032000-10-21 Miles Bader <miles@gnu.org>
304
d9c30bdf
MB
305 * window.el (fit-window-to-buffer): New function.
306 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
307 (window-text-height): Don't expect minibuffers to have mode-lines.
308
d9c30bdf 309 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
310 * international/quail.el (quail-update-guidance): Use
311 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 312
617fee5a
MB
313 * international/quail.el (quail-show-guidance-buf): Make sure
314 guidance window really has enough room.
315 (quail-update-guidance): If quail-guidance-win is already shown,
316 make sure its height is OK.
317
b86c791c
MB
318 * window.el (window-text-height, set-window-text-height):
319 New functions.
320 (shrink-window-if-larger-than-buffer): Use `window-text-height'
321 instead of `window-height' & `mode-line-window-height-fudge'.
322 (mode-line-window-height-fudge): Add FACE parameter.
323 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
324 instead of `enlarge-window' & `mode-line-window-height-fudge'.
325
e34850d1
MB
3262000-10-20 Miles Bader <miles@gnu.org>
327
328 * window.el (height-affecting-face-attributes): Use `defconst'.
329
330 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
331 New function, conditionally aliased to `mode-line-window-height-fudge'.
332 (ispell-help): Use it.
333 (ispell-choices-win-default-height): Don't include mode-line fudge.
334 (ispell-choices-win-default-height): New function.
335 (ispell-show-choices, ispell-command-loop): Use function
336 `ispell-choices-win-default-height' instead of variable.
337
a8b883c2
MB
3382000-10-20 Miles Bader <miles@lsi.nec.co.jp>
339
8c6e4a58
MB
340 * window.el (mode-line-window-height-fudge): New variable.
341 (height-affecting-face-attributes): New variable.
342 (mode-line-window-height-fudge): New function.
343 (shrink-window-if-larger-than-buffer): Use it.
344 * help.el (resize-temp-buffer-window): Likewise.
345
a8b883c2
MB
346 * info.el (Info-fontify-node): Add support for @subsubsection
347 titles, which use `Info-title-4-face'.
348 (Info-title-4-face): New face.
349 (Info-title-3-face): Inherit from Info-title-4-face instead of
350 variable-pitch.
351
e64c3a75
JR
3522000-10-19 Jason Rumney <jasonr@gnu.org>
353
354 * dired.el (dired-insert-directory): Do not let errors signalled by
355 attempt to run dired-free-space-program prevent dired from working.
356
c70fe852
SM
3572000-10-19 Stefan Monnier <monnier@cs.yale.edu>
358
359 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
360
877cf6b4
GM
3612000-10-19 Gerd Moellmann <gerd@gnu.org>
362
5de037e0
GM
363 * dirtrack.el (dirtrack): Fix call to run-hooks.
364
6deb9af9
GM
365 * cmuscheme.el (cmuscheme-program-name): Renamed from
366 scheme-program-name because xscheme.el contains a defcustom with
367 the same name. As a consequence, customizing group `cmuscheme'
368 loaded `xscheme' which redefined run-scheme.
369 (run-scheme): Use cmuscheme-program-name.
370
877cf6b4
GM
371 * ps-print.el (ps-print-emacs-type): Move into the
372 eval-and-compile.
373
e597d8fb 374 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 375 anonymous address, and add a website for Befrienders International.
e597d8fb 376
3e9cb08f
GM
3772000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
378
c70fe852
SM
379 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
380 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
381 (ps-print-version): New version number (6.2).
382 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
383 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
384 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
385 (ps-x-extent-priority, ps-x-extent-start-position)
386 (ps-x-face-font-instance, ps-x-find-coding-system)
387 (ps-x-font-instance-properties, ps-x-make-color-instance)
388 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
389 avoid compilation gripes without defining functions.
390 (ps-e-find-composition): Alias for function find-composition, to have a
391 suitable function depending on Emacs version.
392 (ps-color-device, ps-color-values, ps-face-foreground-name)
393 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
394 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
395 (ps-print-ensure-fontified): Function definitions surrounded by
396 `eval-and-compile' to avoid compilation gripes.
397 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
398 by symbol-value to avoid compilation gripes.
399 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
400 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
401
d8abcd91
MB
4022000-10-19 Miles Bader <miles@lsi.nec.co.jp>
403
13ab33c4
MB
404 * startup.el (normal-top-level): Call `frame-set-background-mode'
405 after `frame-notice-user-settings' because the latter doesn't call
406 the former on a tty.
407
d8abcd91
MB
408 * faces.el (frame-set-background-mode): `unspecified' &c are
409 symbols, not strings.
410
e8bce0a9
EZ
4112000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
412
c70fe852
SM
413 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
414 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 415
c70fe852
SM
416 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
417 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 418
773272d8
KH
4192000-10-19 Kenichi Handa <handa@etl.go.jp>
420
c70fe852 421 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
422 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
423 for ISO10646-1 fonts.
424 (x-font-name-charset-alist): Add an entry for "iso10646-1".
425
772139c0
EZ
4262000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
427
428 * faces.el (frame-set-background-mode): If a tty frame defines a
429 background color, use that to compute the background mode, instead
430 of always defaulting to "dark".
431
d134a19f
MB
4322000-10-19 Miles Bader <miles@lsi.nec.co.jp>
433
8bb84cb2
MB
434 * comint.el (comint-write-output): New function.
435 (comint-mode-map): Add it to the menu.
e40a778f 436 Bind `C-c C-s' to comint-write-output.
d134a19f 437
dada41e1
GM
4382000-10-18 Gerd Moellmann <gerd@gnu.org>
439
440 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
441 Use fancy-splash-delay.
442
9b5360aa
GM
4432000-10-18 Alex Schroeder <alex@gnu.org>
444
445 * progmodes/sql.el (sql-sybase-options): New option.
446 (sql-sybase): Use it. Add sql-database to the list of parameters
447 provided for login. The options -w 2048 -n are not used any more.
448
9035a35a
GM
449 * comint.el (comint-read-input-ring): Bugfix such that the first
450 and the last entry of the input ring file are not lost.
451
3556c6dd
GM
4522000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
453
454 * ps-print.el: Internal variable changes to defcustom,
455 make-local-hook changes to defvar. Doc fix.
456 (ps-print-version): New version number (6.1).
457 (ps-setup, ps-do-despool): Code fix.
458 (ps-printer-name): Customization fix.
459 (ps-printer-name-option): Now is a defcustom instead of an
460 internal variable.
461 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
462 (ps-print-begin-column-hook): Now are defvar instead of
463 make-local-hook.
464
4e217e50
MB
4652000-10-18 Miles Bader <miles@gnu.org>
466
467 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
468 (comint-kill-output): Changed into an alias for `comint-delete-output',
469 and made obsolete.
470 (comint-mode-map): Rename references to comint-kill-output.
471
34460354
EZ
4722000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
473
474 * diff-mode.el (diff-header-face, diff-file-header-face)
475 (diff-changed-face): Add bold and italic attributes to tty faces.
476 (diff-function-face): New face.
477 (diff-font-lock-keywords): Use it.
478
17ea3cdb
MB
4792000-10-18 Miles Bader <miles@lsi.nec.co.jp>
480
481 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
482 Remove commented-out call to force-mode-line-update.
483 (comint-kill-output): Use `forward-line 0' instead of
484 beginning-of-line to make sure we get past the prompt.
485
9244f2c7
SM
4862000-10-17 Stefan Monnier <monnier@cs.yale.edu>
487
488 * diff-mode.el (diff-header-face, diff-file-header-face):
489 Add specific setting for dark background.
490 (diff-context-face): Renamed from diff-comment-face.
491 Set explicitly rather than inheriting from font-lock-comment-face.
492
1592c1ef
EZ
4932000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
494
495 * startup.el (command-line): Move the code which sets the default
496 TTY colors to before before-init-hook.
497
f86292a9
GM
4982000-10-17 Gerd Moellmann <gerd@gnu.org>
499
500 * jit-lock.el (jit-lock-stealth-time): Doc fix.
501
f7f2e883
EZ
5022000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
503
e854cc22
EZ
504 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
505 extensions, for MS-DOS.
506
f7f2e883
EZ
507 * diff-mode.el (diff-header-face, diff-file-header-face)
508 (diff-changed-face): Define tty-specific colors.
509
c7b4f0f9
GM
5102000-10-17 Gerd Moellmann <gerd@gnu.org>
511
512 * startup.el (fancy-splash-text): Realign the text.
513
12a72271
EZ
5142000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
515
516 * font-lock.el (font-lock-comment-face): Define a separate default
517 for dark-background tty's.
518
61dfccfd
MB
5192000-10-17 Miles Bader <miles@gnu.org>
520
521 * help.el (resize-temp-buffer-window): Add hack to avoid last line
522 being obscured by whizzy mode-lines on graphics displays.
523
333cd59e
EZ
5242000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
525
526 * info.el (Info-title-1-face, Info-title-2-face)
527 (Info-title-3-face): Define colors for tty's.
dada41e1 528 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 529
dbf1fcc1
EZ
5302000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
531
532 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
533 reverse from the frame parameters, and don't invert foreground and
534 background colors.
535
ac629823
MB
5362000-10-16 Miles Bader <miles@gnu.org>
537
538 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
539 string "*Info*". Call propertized-buffer-identification to spruce
540 up the result.
541
76eebffc
GM
5422000-10-16 Gerd Moellmann <gerd@gnu.org>
543
3a6b59d9
GM
544 * help.el: Provide `help' for the sake of define-minor-mode
545 which generates defcustoms with requires.
546
6569c3d3
GM
547 * jit-lock.el (jit-lock-after-change): If we're in text that
548 matches a multi-line font-lock pattern, make sure the whole text
549 will be redisplayed.
550
c2e0a611
GM
551 * emacs-lisp/authors.el (authors-add): Don't add an entry if
552 author's name is unknown.
553
76eebffc
GM
554 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
555 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
556 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
557 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
558 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
559 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
560 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
561 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
562 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
563 Add author information.
564
cf1e7b12
MB
5652000-10-16 Miles Bader <miles@lsi.nec.co.jp>
566
567 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
568 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
569 full-color version (using the Gimp) to eliminate dithering artifacts.
570
5586f3eb
SM
5712000-10-15 Stefan Monnier <monnier@cs.yale.edu>
572
573 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
574
575 * simple.el (syntax-flag-table, string-to-syntax): Remove.
576
ad64a888
DL
5772000-10-15 Dave Love <fx@gnu.org>
578
579 * progmodes/sh-script.el: Require skeleton and comint when
580 compiling.
581
582 * pcomplete.el (pcomplete) <defgroup>: Add :version.
583
584 * whitespace.el: Doc fixes.
585 (top-level): Don't add hooks here.
586 (whitespace-running-emacs): Deleted.
587 (timer): Don't require.
588 (whitespace): Add back :version conditional on xemacs test.
589 (whitespace-spacetab-regexp, whitespace-indent-regexp)
590 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
591 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
592 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
593 Avoid specific xemacs test.
594 (whitespace-global-mode): New option.
595 (whitespace-global-mode): New command.
596 (whitespace-unload-hook): New function.
597
598 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
599 (Info-fontify-node, Info-goto-node, Info-mode-menu)
600 (Info-fontify-node): `Goto' goes to `Go to'.
601 (Info-fontify-node): Add help-echo to xref links.
602
1ef49fc6
EZ
6032000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
604
605 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
606
8b7707e1
SM
6072000-10-15 Stefan Monnier <monnier@cs.yale.edu>
608
b3b7f42f
SM
609 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
610 Use plist-get and allow :inherit.
611
612 * emacs-lisp/cl-macs.el (cl-do-arglist):
613 Use plist-get and plist-member instead of memq.
614
3c7fafc7
SM
615 * emacs-lisp/ewoc.el (ewoc-location): New function.
616 (ewoc-enter-after, ewoc-enter-before): Document return value.
617 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
618 Don't need make-local-hook any more.
619 (cvs-addto-collection): Return the new tin.
620 (cvs-mode-insert): Jump to the new line.
621
8b7707e1
SM
622 * jit-lock.el (jit-lock-fontify-buffer): Remove.
623
624 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
625
626 * font-lock.el (font-lock-syntactically-fontified): New var.
627 (font-lock-fontify-syntactic-keywords-region): Use it.
628 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
629
630 * diff-mode.el (diff-find-file-name): Fix regexp.
631
632 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
633 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
634
635 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
636 (sh-mode-syntax-table): Add punctuation syntax for < and >.
637 (sh-mode): Don't make all vars local here.
638 (sh-kw): Reformat.
639 (sh-set-shell): Use dolist. Don't set indent-region-function.
640 (sh-mode-syntax-table): Use pop.
641 (sh-remember-variable): Use push.
642 (sh-help-string-for-variable): Use memq.
643 (sh-safe-backward-sexp): Remove.
644 (sh-safe-forward-sexp): Add ARG.
645 (sh-get-indent-info, sh-prev-stmt): Use it.
646 (sh-prev-line): Simplify by using forward-comment.
647 (sh-this-is-a-continuation): Simplify.
648 (sh-learn-buffer-indent): Use dolist.
649 (sh-do-nothing): Remove.
650 (sh-set-char-syntax, sh-set-here-doc-region):
651 Use inhibit-modification-hooks.
652 (sh-name-style): Use mapcar and push.
653 (sh-load-style): Use dolist.
654 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
655 (sh-case, sh-while-getopts): Use propertize directly rather
656 than sh-electric-rparen.
657
6582000-10-14 Stefan Monnier <monnier@cs.yale.edu>
659
660 * textmodes/tex-mode.el: Require CL when compiling.
661 (tex-mode-syntax-table): Init immediately.
662 (tex-mode-map): Bind M-RET to latex-insert-item.
663 (latex-mode): Set indent-line-function to latex-indent.
664 (tex-common-initialization): Don't setup the syntax-table any more.
665 (latex-insert-item): New skeleton.
666 (tex-next-unmatched-end): Fix copy/paste braino.
667 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
668 (latex-indent, latex-find-indent): New functions.
669 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
670 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
671 (tex-compilation-parse-errors): Use with-syntax-table.
672
86b7fcbb
MB
6732000-10-15 Miles Bader <miles@gnu.org>
674
675 * font-lock.el (font-lock-comment-face): Change dark-background,
676 color, non-tty, default to `chocolate1'.
677
57a24508
JW
6782000-10-13 John Wiegley <johnw@gnu.org>
679
680 * eshell/esh-util.el (require): Added a missing `require' form,
681 needed when compiling (for an ange-ftp macro definition).
682
40ad3db4
DL
6832000-10-13 Dave Love <fx@gnu.org>
684
685 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
686
db460189
GM
6872000-10-13 Gerd Moellmann <gerd@gnu.org>
688
b41c9501
GM
689 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
690 fix.
691
db460189
GM
692 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
693 transparent -colors 8).
694
3b5e21df
GM
6952000-10-13 Stephen Gildea <gildea@alum.mit.edu>
696
697 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
698 that breaks with old list format timestamps.
699 (time-stamp-warn-inactive, time-stamp-old-format-warn)
700 (time-stamp-count, time-stamp-conversion-warn): Improved doc
701 strings.
702
16908a3f
JW
7032000-10-13 John Wiegley <johnw@gnu.org>
704
d7103dda
JW
705 * align.el, pcomplete.el, calendar/timeclock.el,
706 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
707
16908a3f
JW
708 * calendar/timeclock.el (timeclock-find-discrep): A fix to same
709 faulty math, where holiday hours were being computing as seconds.
710
b6b70cda
JW
7112000-10-13 John Wiegley <johnw@gnu.org>
712
713 * desktop.el (desktop-buffer-modes-to-save): Added a global for
714 specifying what "other" kinds of buffers should be saved. This
715 used to be hard-coded.
716 (desktop-buffer-misc-functions): A global for specifying how
717 auxiliary data should be determined for special buffer types.
718 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
719 instead of hard-coding the special buffer types.
720 (desktop-save): Run `desktop-buffer-misc-functions' to gather
721 auxiliary data, instead of hard-coding for Info buffers and dired.
722 (desktop-buffer-info-misc-data): Aux function for determining Info
723 buffer auxiliary info.
724 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
725 (desktop-buffer-info): Changed this function to use the info
726 gathered above.
727 (desktop-create-buffer): Be a little more careful about what
728 `minor-mode' means before calling it. This is important for some
729 buffer types.
730
8c6b1d83
JW
7312000-10-13 John Wiegley <johnw@gnu.org>
732
733 * eshell/esh-util.el: Added a global form which declares an
734 autoload for `parse-time-string', if that function is not already
735 defined, and if parse-time.el is available on the user's system.
736
737 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
738 to be aware of ange-ftp user info.
739 (eshell-do-ls): Bind `ange-cache'. Also, use
740 `eshell-file-attributes'.
741 (eshell-ls-annotate): Use `eshell-file-attributes'.
742 (eshell-ls-file): Made the user-id printing code a bit smarter.
743
744 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
745 allow identification of alias user ids in remote directories.
746 It's manual, but there's no other way to know when the current
747 user on the local machine, is also the owning user on the remote
748 machine.
749 (fboundp): Bind `ange-cache'.
750 (eshell-directory-files-and-attributes): Re-organized the logic a
751 bit to use `eshell-file-attributes' instead of `file-attributes'.
752 The former is more sensitive to directories that are read via FTP,
753 and knows how to use ange-ftp to determine full attribute
754 information, instead of just the name and last modtime.
755 (eshell-current-ange-uids): Return the current user id when in a
756 remote directory.
757 (eshell-parse-ange-ls): Parse a full directory listing that has
758 been returned by ange-ftp.
759 (eshell-file-attributes): This beefed up version of
760 `file-attributes' is only special if the user is currently in a
761 remote directory, in which case it does a lot of work to find out
762 what the real attributes of a file are, as they appear on the
763 remote machine. This makes usage of remote directories (i.e.,
764 ange-ftp pathnames) much more useful. You can now use Eshell as a
765 full-fledged FTP client, with much more manipulation ability than
766 most other clients.
767
768 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
769 variable, which means that Eshell's du should always be preferred
770 in remote directories.
771 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
772 just `file-attributes'.
773 (eshell-mvcp-template): Bind `ange-cache', to improve performance
774 when reading remote directories. This is an Eshell-specific
775 variable (not part of ange-ftp).
776 (eshell/ln): Bind `ange-cache'.
777 (eshell/du): Added some extra logic for determining when to use
778 Eshell's du (which is slow), and when to use the external version
779 (which may or may not exist).
780
781 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
782 `eshell-interactive-process', rather than using
783 `get-buffer-process', since backgrounded processes don't count in
784 the context of this function's logic.
785
786 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
787 `forward-char', so that null strings are parsed correctly.
788
87730e84 7892000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
790
791 * eshell/em-pred.el (eshell-pred-file-type,
792 eshell-pred-file-links, eshell-pred-file-size): Use
793 `eshell-file-attributes'. This is more correct over ange-ftp.
794
795 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
796 that remote file globbing is more efficient.
797
798 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
799 gathering the files and attributes within a directory.
800
801 * eshell/em-unix.el (eshell/cat): If any of the files passed on
802 the command line is a special file (not a regular file, directory
803 or symlink), always attempt to call the external version of cat.
804
87730e84 8052000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
806
807 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
808 Eshell-friendly version of find-tag.
809
1c7e37a9
MB
8102000-10-13 Miles Bader <miles@lsi.nec.co.jp>
811
812 * image-file.el (image-file-name-extensions)
813 (image-file-name-regexps): Add autoload cookies.
814
11a7f341
KH
8152000-10-13 Kenichi Handa <handa@etl.go.jp>
816
817 * international/mule-cmds.el (select-safe-coding-system): If FROM
818 is string, show it in *Warning* buffer.
819
8ddddcb0
EZ
8202000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
821
822 * startup.el (normal-top-level): Use display-popup-menus-p instead
823 of window-system.
824 (command-line): Use display-graphic-p instead of window-system.
825 (command-line-1): Use display-popup-menus-p and display-mouse-p
826 instead of window-system.
827
72200f89
SS
8282000-10-12 Sam Steingold <sds@gnu.org>
829
830 * tooltip.el (tooltip-use-echo-area): New user variable.
831 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
832
8661c643
DL
8332000-10-12 Dave Love <fx@gnu.org>
834
d0b40dc1
DL
835 * recentf.el: Maintainer's checkdoc fixes.
836
a622451f
DL
837 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
838 character class, not ASCII when matching file names.
839 (fancy-splash-head): Add trailing slash to URL.
840 (command-line): Don't require XPM support for toolbar.
841
8661c643
DL
842 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
843 (cperl-invalid-face): Revert last change.
844 (cperl-init-faces): Quote cperl-invalid-face.
845
ef2ed8ab
KH
8462000-10-12 Kenichi Handa <handa@etl.go.jp>
847
848 * startup.el (fancy-splash-text): Remove superfluous quote.
849
b0da379e
GM
8502000-10-12 Gerd Moellmann <gerd@gnu.org>
851
dbeb499b
GM
852 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
853 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
854 (command-line-1): Don't use fancy-splash-pending-command.
855 (fancy-splash-screens-1): Goto point-min after inserting text.
856
d861718a
GM
857 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
858
b0da379e
GM
859 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
860 instead of shared-lisp-mode-map.
861
4fb2ad98
MB
8622000-10-12 Miles Bader <miles@lsi.nec.co.jp>
863
1cb4393e
MB
864 * faces.el (header-line): Change tty-variant to use underlining.
865
4fb2ad98
MB
866 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
867 (isearch-highlight): Restore lazy-isearch face properties at old
868 position, and suppress them at new position.
869 (isearch-dehighlight): Restore lazy-isearch face properties.
870 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
871 over the real isearch overlay, but in that case, don't give it a
872 face property. Use `push'.
873
eb991b25
KH
8742000-10-12 Kenichi Handa <handa@etl.go.jp>
875
876 * man.el (Man-getpage-in-background): Fix previous change.
877 Decode the process output only when we are in multibyte mode.
878
a818c1c0
DL
8792000-10-11 Dave Love <fx@gnu.org>
880
c990f53a
DL
881 * info.el (Info-mode-menu): Fix some help.
882 (info-tool-bar-map): Add entry for Info-last.
883
a818c1c0
DL
884 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
885 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
886 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
887 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
888 * toolbar/search-replace.xpm, toolbar/exit.xpm:
889 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
890 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
891 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
892 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
893 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
894 Reduce colour requirements to 25 overall. (Probably wants
895 revisiting from the originals to reduce further.)
896
c1b096cb
EZ
8972000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
898
899 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
900 buffer-file-coding-system, instead of raw-text.
901 (dehexlify-buffer): Bind coding-system-for-read to
902 buffer-file-coding-system, instead of raw-text.
903
5c8b7eaf
SS
9042000-10-11 Sam Steingold <sds@gnu.org>
905
906 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
907 `underline' - fixes the bug introduced on 2000-09-21.
908
2cfbdb7a
DL
9092000-10-11 Dave Love <fx@gnu.org>
910
911 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
912 compiler warnings.
913 (scheme-mode): Doc fix.
914 (scheme-font-lock-keywords-1): Match `define-syntax'.
915
9162000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
917
918 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
919 face specs as well as default ones. Only do anything if the
920 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 921 (region): Make dark-background `region' face less in-your-face.
4b33f290 922
690ec649
SS
9232000-10-10 Sam Steingold <sds@gnu.org>
924
925 * chistory.el, ielm.el, ledit.el:
926 * progmodes/inf-lisp.el, progmodes/scheme.el:
927 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
928
3b95d6bb
SM
9292000-10-10 Stefan Monnier <monnier@cs.yale.edu>
930
931 * textmodes/texinfo.el: Update copyright and fix typo.
932
933 * desktop.el (desktop-modes-not-to-save): New var.
934 (desktop-save-buffer-p): Use it.
935 Also, obey desktop-buffers-not-to-save even for non-file buffers.
936 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
937
d646c828
DL
9382000-10-10 Dave Love <fx@gnu.org>
939
940 * toolbar/tool-bar.el (tool-bar-add-item)
941 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
942 display.
943
d646c828
DL
944 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
945 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
946 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
947 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
948 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
949 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
950 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
951 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
952 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
953 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
954 the .xpms; probably need retouching.
955
862a7e28
MB
9562000-10-10 Miles Bader <miles@lsi.nec.co.jp>
957
958 * subr.el (add-to-list): Add optional argument APPEND.
959 * battery.el (display-battery): Use `add-to-list'.
960
46e33aee
TTN
9612000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
962
930baf47
TTN
963 * play/zone.el (zone-timer, zone-wc-tbl): Rework
964 these vars as symbol properties.
2cfbdb7a
DL
965 (zone, zone-when-idle, zone-leave-me-alone)
966 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 967
5a430f9c
TTN
968 * battery.el (display-battery): Doc spelling fix.
969
46e33aee
TTN
970 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
971 property.
972
adf7d3a8
DL
9732000-10-09 Dave Love <fx@gnu.org>
974
975 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
976 has been initialized before calling tool-bar-setup.
c2156508 977 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 978
06a8c9f8
EZ
9792000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
980
e4ca8f8c
EZ
981 * menu-bar.el (send-mail-item-name): New function.
982 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
983 of mail-user-agent in the menu. Don't display the "Send Mail"
984 item if mail-user-agent is nil or its value is ignore.
985 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
986 if read-mail-command is nil or its value is ignore.
987
06a8c9f8
EZ
988 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
989
7dbc9c8a
MB
9902000-10-09 Miles Bader <miles@gnu.org>
991
29e0814b
MB
992 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
993 Correct image size.
994 * toolbar/left_arrow.xpm: Correct image size.
995
7dbc9c8a
MB
996 * jka-compr.el: Don't call `jka-compr-install' when loading (it
997 will be done by the definition of `auto-compression-mode' if
998 necessary. Move code to uninstall existing file-name handler
999 before definition of `auto-compression-mode'.
1000
1001 * image-file.el (auto-image-file-mode): Move to the end of the
1002 file, because `define-minor-mode' actually calls the mode-function
1003 if the associated variable is non-nil, which requires that all
1004 needed functions be already defined.
1005
65b61266
MB
1006 * mouse.el (popup-menu): Balance parens.
1007
d6b8c85b
SM
10082000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1009
1010 * mouse.el (popup-menu): Move the command call outside the loop
1011 so that popup-menu returns whatever the command returns.
1012
1013 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1014 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1015 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1016 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1017
1018 * vc.el (vc-version-diff): diff-switches can be a list.
1019 Use relative filenames for prettier output.
1020
46e33aee 1021 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
1022 (vc-post-command-functions): Remove old-VC compatibility code.
1023
1024 * newcomment.el (comment-indent-default): Autoload.
1025
1026 * font-lock.el (font-lock-defaults): Make buffer-local.
1027 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1028 (font-lock-choose-keywords):
1029 Ignore LEVEL unless KEYWORDS is a list of syms.
1030 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1031 Don't wrap regexp-opt things in \(...\) unnecessarily.
1032
1033 * jit-lock.el: Don't require font-lock any more.
1034 (jit-lock-functions): Make buffer-local.
1035 (jit-lock-saved-fontify-buffer-function): Remove.
1036 (jit-lock-mode): Remove autoload cookie.
1037 Remove font-lock specific code.
1038 (jit-lock-unregister): Don't bother handling complex hooks any more.
1039 (jit-lock-refontify): New function.
1040 (jit-lock-fontify-buffer): Use it.
1041 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1042 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1043 Add optional args START and END.
1044 Never call font-lock-fontify-region directly.
1045 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1046
1047 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1048
a30ed6ac
DL
10492000-10-08 Dave Love <fx@gnu.org>
1050
4e7c7ca9
DL
1051 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1052
1053 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1054
1055 * play/studly.el (studlify-region, studlify-word): Add autoload
1056 cookie.
1057
1058 * play/morse.el (morse-region, unmorse-region): Add autoload
1059 cookie.
1060
1061 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1062 concat.
1063
1064 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1065 insist on symbols starting with word syntax.
1066 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1067 (eval-defun-1): Doc fix.
1068 (indent-sexp): Use nconc to build up indent-stack.
1069
1070 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1071 Gnus with little use.
1072 (mail-setup-hook): Add mail-abbrevs-setup to options.
1073
968f7c4a
DL
1074 * recentf.el: Doc fixes.
1075
1076 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1077 Clean up remainder.
1078
1079 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
1080 without timezone and (8) with timezone to enforce some whitespace.
1081 Simplify code somewhat.
1082
1083 * options.el (list-options): Doc that you should use customize.
1084
1085 * iswitchb.el (iswitchb-mode): Add :require.
1086
a30ed6ac
DL
1087 * info.el (Info-goto-node, Info-menu): Doc fix.
1088 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1089 (info-tool-bar-map): New variable.
1090 (Info-mode): Use it.
1091 (Info-edit-map): Define all in defvar.
1092 (speedbar-attached-frame): Avoid compiler warning.
1093
1094 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1095 (global-map): Bind [tool-bar] to a filtered map.
1096 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
1097 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1098 Allow PBM icons.
1099 (tool-bar-setup): Adjust calls of tool-bar-add-item.
1100
1101 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1102 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1103 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
1104 icons, except up_arrow, which is left-arrow rotated.
1105
1106 * imenu.el (imenu-add-to-menubar): Fix last change.
1107
4e953aff
PB
11082000-10-08 Peter Breton <pbreton@ne.mediaone.net>
1109
1110 * generic-x.el (rul-generic-mode): Remove eval-when-compile
1111 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
1112
739e92a7
EZ
11132000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1114
d20faceb
EZ
1115 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1116 typos in doc strings.
1117
a640322e
EZ
1118 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1119 the doc strings how to customize Font Lock faces.
1120
739e92a7
EZ
1121 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1122 computing growth when dragging the header line.
1123
8be7408c
EZ
11242000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1125
1126 * simple.el (kill-line): Doc fix.
1127
6fee86a3
MB
11282000-10-08 Miles Bader <miles@gnu.org>
1129
445a653e
MB
1130 * faces.el (secondary-selection): Make foreground visible on tty.
1131
6fee86a3
MB
1132 * jka-compr.el (auto-compression-mode): Move to the end of the
1133 file, because `define-minor-mode' actually calls the mode-function
1134 if the associated variable is non-nil, which requires that all
1135 needed functions be already defined.
1136 (with-auto-compression-mode): Add autoload cookie.
1137
a115794c
EZ
11382000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1139
1140 * files.el (find-backup-file-name) [ms-dos]: If support for long
1141 file names is not available, behave as if version-control were set
1142 to never.
1143
b12e6de3
DL
11442000-10-07 Dave Love <fx@gnu.org>
1145
1146 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1147 (browse-url-gnome-moz): New function.
1148 (browse-url-browser-function): Use it.
1149 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1150
20b1d079
SM
11512000-10-07 Stefan Monnier <monnier@cs.yale.edu>
1152
1153 * indent.el (tab-always-indent): New var.
1154 (indent-for-tab-command): Use it.
39250ec3 1155
9ee45b2c 1156 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 1157 raise an error. This way it can still default to a sane value.
9ee45b2c 1158
8c6b1d83
JW
11592000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1160
39250ec3
SM
1161 * startup.el (fancy-splash-screens): Use local rather than global map.
1162 Don't use `update-menu-bindings' any more.
1163 Get rid of assumptions about keymap representation.
1164
a23ccdf2
DL
11652000-10-06 Dave Love <fx@gnu.org>
1166
814299a7 1167 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
1168 (sentence-end-without-period): Doc fix.
1169 (adaptive-fill-regexp): Purecopy.
1170 (unjustify-current-line): Use line-end-position.
1171 (fill-individual-paragraphs-prefix): Use line-beginning-position.
1172
1173 * net/eudc-vars.el (eudc): Add :version, :link.
1174
39250ec3 1175 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
1176
1177 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1178 Fix for define-minor-mode.
1179 (function-at-point): Alias to function-called-at-point.
1180
1181 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1182
1183 * simple.el (backward-word): Doc fix.
1184
a23ccdf2
DL
1185 * image-file.el (image-file-name-regexp): image-file-regexps ->
1186 image-file-name-regexps.
742c1822 1187 (image-file-name-extensions): Add pbm.
a23ccdf2 1188
39250ec3
SM
11892000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1190
1191 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1192 and add filename to the names so that diff-mode can jump to source.
1193
1194 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 1195 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
1196 (tex-font-lock-keywords-1): Remove.
1197 (font-lock-turn-on-thing-lock): Use jit-lock-register.
1198 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
1199 (font-lock-default-fontify-region):
1200 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
1201 (font-lock-fontify-anchored-keywords):
1202 Include the anchor text as part of the multiline.
1203
8d5dfacd
GM
12042000-10-06 Gerd Moellmann <gerd@gnu.org>
1205
1206 * loadup.el (toplevel): Load `loaddefs' before `help' because the
1207 latter needs the autoloaded define-minor-mode macro during the
1208 bootstrap.
1209
1210 * startup.el (command-line): For now, activate tool-bar-mode only
1211 if XPM images are supported.
1212
1213 * mouse.el (mouse-drag-header-line): Don't allow resizing a
1214 window by dragging a header-line at the top of the frame; that's
4c19fbce 1215 confusing because the header-line doesn't move.
8d5dfacd
GM
1216 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1217 of treating the event as a list. Some cleanup.
1218
f69aad2b 12192000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 1220
f69aad2b
MB
1221 * simple.el (display-message-or-buffer): New function.
1222 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 1223
09cb7646
MB
1224 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1225 docstring parts.
1226
814299a7 1227 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
1228 (smbclient-prompt-regexp): Add usage note to doc string.
1229 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1230 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1231 Use add-hook for adding the comint filter function, and only do so
1232 if it's not already in the global hook list.
1233 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1234 to `make-local-variable'.
1235 (nslookup-font-lock-keywords): Remove prompt entry.
1236 (nslookup): Don't set the process-filter.
1237 (finger): Exit the loop correctly when the regexps list runs out.
1238 (ftp, smbclient, smbclient-list-shares):
1239 Set the real major mode immediately, not after execing.
1240 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1241
1242 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1243
4c19fbce
SM
12442000-10-05 Stefan Monnier <monnier@cs.yale.edu>
1245
1246 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1247
1248 * which-func.el (which-func-format): Remove spurious space.
1249 (which-func-mode): Don't make it permanent-local.
1250 (which-func-ff-hook): Allow which-func-maxout to be nil.
1251 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
1252 (which-func-mode): Simplify.
1253 Use post-command-idle-hook rather than post-command-hook.
1254 Go through all buffers and update their state.
1255 (which-function): Also try add-log-current-defun-function.
1256
1257 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1258 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1259 Update call to with-vc-properties accordingly.
1260 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1261 (vc-revert-buffer): More careful about window selection and deletion.
1262 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1263
1264 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1265 (cvs-retrieve-revision): Reuse a pre-existing buffer.
1266 (cvs-dired-action): Change the default to quickdir.
1267
1268 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1269 if comment-indent-function returns nil.
1270 (comment-indent-default): New function.
1271 (comment-indent-function): Use it and document the new semantics.
1272
1273 * image-file.el: Docstring fixes.
1274
1275 * help.el (help-xref-on-pp): Use match-string.
1276 (describe-variable): New arg BUFFER.
1277 Store the current buffer in the help-xref-stack.
1278 (temp-buffer-resize-mode): Use define-minor-mode.
1279
1280 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1281 consistently with its docstring.
1282 Set jit-lock-first-unfontify-pos in an idempotent way.
1283 (jit-lock-register): Autoload and add arg CONTEXTUAL.
1284
542c6552
GM
12852000-10-05 Alex Schroeder <alex@gnu.org>
1286
1287 * sql.el (sql-mysql-options): New variable.
1288 (sql-mysql): Use it.
1289
a3489ece
MB
12902000-10-05 Miles Bader <miles@lsi.nec.co.jp>
1291
77f6105c
MB
1292 * image.el (image): New group.
1293
814299a7 1294 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
1295 (smerge-base-face, smerge-markers-face): Add dark-background variants.
1296
3478046b
PB
12972000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1298
1299 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1300 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
1301 Ignore the value of wqindow-system; always define keywords
1302
22aca186
KH
13032000-10-05 Kenichi Handa <handa@etl.go.jp>
1304
1305 * startup.el (fancy-splash-screens): Remove the code for
1306 debugging; `(trace-to-stderr "EXITTT\n")'.
1307
55d5d717
MB
13082000-10-05 Miles Bader <miles@gnu.org>
1309
1310 * diff-mode.el (diff-goto-source): Update call to
1311 `diff-hunk-status-msg' to reflect new REV variable.
1312
41fa7178
SM
13132000-10-04 Stefan Monnier <monnier@cs.yale.edu>
1314
1315 * progmodes/icon.el (icon-mode):
1316 Don't gratuitously override the default for comment-column.
1317
1318 * vc-hooks.el (vc-mode-line): Fix interactive spec.
1319
1320 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1321 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1322 (jit-lock-functions): New var.
1323 (jit-lock-function-1): Use it if non-nil.
1324 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
1325 Set the `fontified' property before doing the fontification to avoid
1326 repeatedly going through the same error.
1327 Don't turn errors into messages.
1328 (jit-lock-register, jit-lock-unregister): New functions.
1329
1330 * dired.el (dired-mark-pop-up): Turn comment into docstring.
1331 Use with-current-buffer.
1332
1333 * dired-aux.el (dired-do-create-files, dired-kill-tree):
1334 Turn comment into docstring.
1335
1336 * apropos.el (apropos-mode): Use define-derived-mode.
1337
3dc78168
GM
13382000-10-04 Gerd Moellmann <gerd@gnu.org>
1339
1340 * startup.el (fancy-splash-pending-command): New variable.
1341 (fancy-splash-pre-command): New function.
1342 (fancy-splash-screens): Rewritten.
1343 (command-line-1): If fancy-splash-pending-command is set, call it
1344 interactively.
1345
dae9dc56
DL
13462000-10-04 Dave Love <fx@gnu.org>
1347
1348 * toolbar/tool-bar.el (tool-bar-setup): New function.
1349 (tool-bar-mode): Use it.
1350
1351 * subr.el (substitute-key-definition): Doc fix.
1352 (play-sound-file): New command.
1353
3388f0a5
AS
13542000-10-04 Andre Spiegel <spiegel@gnu.org>
1355
814299a7 1356 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
1357 vc-version-backup-file-name): New functions.
1358
1359 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
1360
1361 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
1362 vc-cvs-stay-local-p.
1363
1364 * vc.el (vc-revert-buffer): Handle empty diff properly.
1365 (vc-version-backup-file): New function.
1366 (vc-checkout): Create a version backup if necessary.
1367 (vc-checkin): If a version backup file exists, delete it.
1368 (vc-version-diff): Diff locally using version backups, if available.
1369 (vc-revert-file): If there's a version backup, revert locally.
1370 (vc-transfer-file): Use version backup for base version, if
1371 available. If not, ask for confirmation whether to get it from the
1372 server. Update mode line before check-in.
1373
ebd4825d
DL
13742000-10-04 Dave Love <fx@gnu.org>
1375
1376 * toolbar/tool-bar.el (tool-bar-setup): New function.
1377 (tool-bar-mode): Use it.
1378
1b24f4b7
PB
13792000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1380
3dc78168 1381 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1382 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
1383 Only set if window-system is non-nil
1384 (net-utils-run-program): Returns buffer.
1385 (network-connection-reconnect): Added this function.
1386
814299a7
MB
1387 * generic.el:
1388 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
1389 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1390 Uses cl compile-time macros.
3dc78168
GM
1391 (generic-mode-name, generic-comment-list)
1392 (generic-keywords-list, generic-font-lock-expressions)
1393 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
1394 Removed variables.
1395 (generic-mode-alist): Renamed to generic-mode-list.
1396 (generic-find-file-regexp): Default changed to "^#".
1397 (generic-read-type): Uses completing read on generic-mode-list.
1398 (generic-mode-sanity-check): removed this function.
1399 (generic-add-to-auto-mode): Removed this function
3dc78168 1400 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
1401 into function instead of putting them in alist.
1402 (generic-mode-set-comments): Reworked extensively.
1403 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 1404 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 1405
814299a7 1406 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
1407 Make sure directory name ends with "/".
1408
814299a7 1409 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
1410 Regexp now allows leading whitespace.
1411 (rc-generic-mode): Added eval-when-compile
1412 around generic-make-keywords-list.
1413 Deleted duplicate regexp
1414 (rul-generic-mode): Added eval-when-compile
1415 around generic-make-keywords-list.
1416 (etc-fstab-generic-mode): New generic mode.
1417 (rul-generic-mode): Removed one eval-when-compile
814299a7 1418 which caused a max-specpdl-size exceeded error.
1b24f4b7 1419
a7bf5cf3
MB
14202000-10-04 Miles Bader <miles@gnu.org>
1421
1422 * simple.el (minibuffer-temporary-goal-position): New variable.
1423 (next-history-element): Try to keep the position of point in the
1424 input string constant.
1425
1426 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1427 (dired-do-create-files): If there's only one file, pass it in as
1428 the DEFAULT arg to dired-mark-read-file-name.
1429
ce1087a9
SM
14302000-10-03 Stefan Monnier <monnier@cs.yale.edu>
1431
1432 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1433 (diff-goto-source): Be smarter when choosing REVERSE or not.
1434
1435 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1436 (texinfo-mode-menu): Add an explicit shortcut for update all.
1437
0e41e1d6
AS
14382000-10-03 Andre Spiegel <spiegel@gnu.org>
1439
814299a7 1440 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
1441 factorize backend-specific code cleanly (this was essentially
1442 conceived by Stefan Monnier).
1443 (vc-unregister): Function removed.
814299a7 1444 (vc-revert-file): New function.
858f7cb4
AS
1445 (vc-revert-buffer): Delegate some of the work to it.
1446
0e41e1d6
AS
1447 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1448 default branch unconditionally.
1449 (vc-rcs-set-default-branch): New function.
1450 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1451 (vc-rcs-checkin): If an appropriate default branch has been set,
1452 force creation of that branch.
858f7cb4
AS
1453 (vc-rcs-receive-file): Rewritten to contain only backend-specific
1454 code (as suggested by Stefan Monnier).
0e41e1d6 1455
01c86c56
GM
14562000-10-02 Gerd Moellmann <gerd@gnu.org>
1457
45c477b4
GM
1458 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1459 highlighting overlay with a different face over the overlay
1460 isearch uses to highlight the current match because that can lead
1461 to bad face combinations.
1462
01c86c56
GM
1463 * loadup.el (toplevel): Load faces before isearch.
1464
1465 * isearch.el (isearch-faces): New custom group.
1466 (isearch): New defface; was already tested for in the code.
1467 (isearch-lazy-highlight-face): Changed to defface from defcustom.
1468 (isearch-highlight): Always use face `isearch'.
1469
944425c0
DL
14702000-10-02 Dave Love <fx@gnu.org>
1471
1472 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1473 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
1474 comparison of opcode with operand.
1475
2a099bcc
MB
14762000-10-03 Miles Bader <miles@gnu.org>
1477
1478 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1479 buffer, since the echo area will now grow to accommodate them.
1480
4300ecb8
AS
14812000-10-02 Andre Spiegel <spiegel@gnu.org>
1482
1483 * vc-hooks.el (vc-registered): If FILE used to be registered under
1484 a certain backend, try that one first.
1485
814299a7 1486 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
1487 argument list. Handle multiple backends correctly.
1488 (vc-find-new-backend): Function removed.
1489 (vc-register): Use vc-responsible-backend, as before.
1490 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1491
64e6cc18
GM
14922000-10-02 Gerd Moellmann <gerd@gnu.org>
1493
1494 * startup.el (fancy-splash-head): Change message below the
1495 logo.
1496
00df919e
MB
14972000-10-02 Miles Bader <miles@lsi.nec.co.jp>
1498
1499 * diff-mode.el (diff-goto-source): Emit a status message.
1500 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 1501 (diff-test-hunk): Fix doc string.
00df919e
MB
1502 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1503 (diff-advance-after-apply-hunk): New variable.
4eaa6852 1504 (diff-apply-hunk): Don't return a value.
00df919e 1505
ceec5a0c
SM
15062000-10-01 Stefan Monnier <monnier@cs.yale.edu>
1507
1508 * vc.el (vc-editable-p): Minor optimization.
1509 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1510 (vc-find-new-backend): New function split from vc-responsible-backend.
1511 (vc-register): Use it.
1512 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1513 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1514 (vc-default-unregister, vc-revert-buffer): Docstring fix.
1515 (vc-clear-headers): Don't use find-file.
1516 (vc-revert-buffer): Use `and' again (must have been a braino).
1517 (vc-switch-backend): Only prompt if requested.
1518 Short circuit if nothing is to be done.
1519 Don't use vc-resynch-buffer which could lose unsaved editing.
1520 (vc-default-receive-file): Update call to vc-unregister.
1521 (with-vc-file, vc-next-action-on-file):
1522 Use vc-backend rather than vc-registered.
1523 (vc-next-action-on-file): Use intern-soft.
1524 Deal with read-only *vc-diff* buffer.
1525 (vc-transfer-file): Docstring fix.
1526
1527 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1528 (vc-rcs-receive-file): Avoid with-vc-properties.
1529 Update call to vc-unregister.
1530 Use constant `RCS' rather than (dynamically bound) var `backend'.
1531
4ad5da8f
AS
15322000-10-01 Andre Spiegel <spiegel@gnu.org>
1533
814299a7 1534 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
1535 is visited.
1536 (vc-start-entry): New argument initial-contents. Don't visit the file
1537 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
1538 (vc-next-action, vc-register): Updated calls to vc-start-entry.
1539 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
1540 vc-start-entry.
1541 (vc-finish-logentry): Make sure to bury log buffer only if there
1542 really is one. Call `vc-resynch-buffer' on log-file, not
1543 buffer-file-name.
1544 (vc-default-comment-history, vc-default-wash-log): New functions.
1545 (vc-index-of): Removed.
1546 (vc-transfer-file): Make do without the above.
1547 (vc-default-receive-file): Call comment-history unconditionally. Pass
1548 the resulting string to vc-checkin, instead of inserting it into the
1549 comment ring.
1550
1551 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1552 unconditionally. Use the comments as initial contents of the log
814299a7 1553 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
1554 changes.
1555
aa0c3dca
MB
15562000-10-01 Miles Bader <miles@gnu.org>
1557
1558 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1559 `recenter' with an arg to prevent redrawing the display.
1560
d5f5a2c5
SM
15612000-09-30 Stefan Monnier <monnier@cs.yale.edu>
1562
1563 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1564
1565 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1566
814299a7 1567 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
1568 Don't gratuitously override the default for comment-column.
1569
1570 * textmodes/tex-mode.el (latex-metasection-list): New var.
1571 (latex-imenu-create-index): Use it.
1572 Move the regexp construction outside loops (and use push).
814299a7 1573 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
1574 (tex-font-lock-keywords): Moved from font-lock.el.
1575 (tex-comment-indent): Remove.
1576 (tex-common-initialization): Don't set comment-indent-function.
1577 (latex-block-default): New var.
1578 (tex-latex-block): Use it to provide a default choice.
1579 Add any unknown choice to latex-block-names.
1580 Insert [...] after {...}.
1581 (tex-last-unended-begin): Simplify regexp.
1582 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1583 (latex-forward-sexp-1, latex-forward-sexp): New functions.
1584 (latex-mode): Set forward-sexp-function.
1585
1586 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1587 Add regexp for @ignore ... @end ignore.
1588 (texinfo-heading-face): New face.
1589 (texinfo-font-lock-keywords): Use it.
1590 (texinfo-mode-menu): New menu.
1591 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1592 New functions.
1593 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 1594 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
1595 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1596 Remove declaration.
1597 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1598
1599 * delsel.el (delete-selection-mode): Use define-minor-mode.
1600
1601 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1602
16032000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1604
1605 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1606
8a5506f2
GM
16072000-09-30 Gerd Moellmann <gerd@gnu.org>
1608
068127d6
GM
1609 * replace.el (keep-lines-read-args): New function.
1610 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1611 read arguments interactively. Add parameters RSTART and REND.
1612 Operate on the active region in Transient Mark mode.
1613
d777bb8f
GM
1614 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1615
8a5506f2
GM
1616 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1617 (authors-obsolete-files-regexps): New variable.
1618 (authors-add): Don't record changes in obsolete files.
1619
3fa87bfc
SM
16202000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1621
1622 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1623
1624 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1625 (comment-indent): Make sure there's a space between code and comment.
1626 Shift comments left to avoid going past fill-column.
1627
f02149ce
GM
16282000-09-29 Gerd Moellmann <gerd@gnu.org>
1629
1630 * startup.el (startup-echo-area-message): New function.
1631 (display-startup-echo-area-message): Use it.
1632 (fancy-splash-screens): Rewritten to use keymaps and a timer.
1633 (fancy-splash-default-action): New function.
1634 (fancy-splash-screens-1): New function.
1635 (fancy-splash-head): Put a help-echo and a keymap under the image.
1636
a3ef6569
SM
16372000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1638
1639 * diff-mode.el (diff-add-log-file-name): Remove.
1640 (diff-mode): Use add-log-buffer-file-name-function.
1641
1642 * add-log.el (find-change-log): New arg BUFFER-FILE.
1643 (add-log-file-name): Obey add-log-file-name-function.
1644 (add-log-buffer-file-name-function): New var.
1645 (add-change-log-entry): Use it.
1646
75e5b373
MB
16472000-09-29 Miles Bader <miles@gnu.org>
1648
1649 * image-file.el (image-file-name-extensions): New variable.
1650 (image-file-name-regexps): Renamed from `image-file-regexps'.
1651 New default value is nil. Call `auto-image-file-mode'.
1652 (image-file-name-regexp): New function.
1653 (auto-image-file-mode): New minor mode.
1654 (insert-image-file): Don't make conditional on the image-file
1655 handler being enabled.
1656 (image-file-handler): Make the call here conditional instead.
1657 (set-image-file-handler-enabled, enable-image-file-handler)
1658 (disable-image-file-handler): Functions removed.
1659
1660 * emacs-lisp/authors.el (authors-print): Rephrase many-files
1661 string.
1662
de6e1f7c
GM
16632000-09-29 Gerd Moellmann <gerd@gnu.org>
1664
1665 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1666 it's a function from CL.
1667 (latex-imenu-create-index): Replace eval-when-compile with progn
1668 because latex-section-alist is not bound while compiling.
1669
d8c201f5
SM
16702000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1671
1672 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1673 (outline-mode): Use define-derived-mode.
1674
814299a7 1675 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
1676 * progmodes/awk-mode.el (awk-mode):
1677 * progmodes/asm-mode.el (asm-mode):
1678 Don't gratuitously override the default for comment-column.
1679
1680 * emacs-lisp/lisp.el (lisp-complete-symbol):
1681 Distinguish the let-binding case from the funcall case.
1682 (forward-sexp-function): New variable.
1683 (forward-sexp): Use it.
1684
1685 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1686 (easy-mmode-defmap): Remove the now useless autoload.
1687
1688 * time.el (display-time-mode): Use define-minor-mode.
1689
1690 * subr.el (add-minor-mode): Don't eval NAME.
1691 Don't depend on the presence of TOGGLE-FUN for any special behavior.
1692 Use if rather than cond.
1693
1694 * simple.el (read-expression-map): Define more properly.
1695 (comment-indent-hook): Remove.
1696 (string-to-syntax): Bug fix.
1697
1698 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1699 (cvs-ediff-diff): Fix typo.
1700 (cvs-revert-if-needed): Don't bother preserving read-only.
1701
1702 * paren.el (show-paren-mode): Use define-minor-mode.
1703
1704 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1705 (toggle-auto-compression): Remove.
1706 (jka-compr-build-file-regexp): Remove useless grouping.
1707
1708 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1709 Avoid user-reserved bindings.
1710 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1711 (diff-header-face): Revert to grey85.
1712
1713 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1714
1715 * complete.el (partial-completion-mode) <defcustom>: Remove.
1716 (partial-completion-mode): Use define-minor-mode.
1717 (PC-do-completion): Understand `completion-auto-help = delay'
1718 to mean to popup the completion buffer only the second time.
814299a7 1719 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
1720 (PC-include-file-all-completions): Don't quote lambda.
1721
1722 * comint.el (comint-mode-hook): Docstring fix.
1723 (comint-mode): Use define-derived-mode.
1724 (comint-mode-map): Remove obsolete comment.
1725 (make-comint): Minor stylistic change.
1726 (comint-insert-clicked-input): Be more careful to find the overlay.
1727 Use this-command-keys rather than hardcoding mouse-2.
1728
1729 * font-lock.el: Replace confusing (,@ with ,
1730 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1731 Don't use regexp-opt-depth. Spice up the regexp for args.
1732 Don't distinguish between cmds that can take an opt arg or not.
1733 Use `append' and `prepend' rather than `keep'.
1734
1735 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1736 (latex-outline-regexp): New var.
1737 (latex-outline-level): New fun.
1738 (latex-section-alist): New var.
1739 (latex-imenu-create-index): Use it. Use `push' as well.
1740 (tex-shell-map): Initialize it properly.
1741 (tex-mode): Minor stylistic change.
1742 (plain-tex-mode): Use define-derived-mode.
1743 (latex-mode): Use define-derived-mode.
1744 Construct the paragraph regexps in a more readable way.
1745 Set the buffer-local outline-{level,regexp} vars.
1746 (slitex-mode): Derive from latex-mode.
1747 (tex-common-initialization): Don't kill-all-vars anymore.
1748 Add setting for comment-add and font-lock-defaults.
1749 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1750 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
1751 (tex-start-tex): New arg DIR (and send a chdir command for it).
1752 Also display the shell buffer and save it in tex-last-buffer-texed.
1753 (tex-region): Use expand-file-name rather than concat.
1754 Remove code made useless by changes in tex-start-tex.
1755 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1756
1757 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1758
ff398532
DL
17592000-09-28 Dave Love <fx@gnu.org>
1760
1761 * eshell/eshell.el (eshell) <defgroup>: Add :version.
1762
f9415d5b
GM
17632000-09-28 Gerd Moellmann <gerd@gnu.org>
1764
1765 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1766 `append'.
1767
fa003899
SM
17682000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1769
1770 * info.el (Info-extract-pointer): Undo last change.
1771 Instead, fix the position of the `bound' arg to re-search-backward.
1772
17732000-09-27 Stefan Monnier <monnier@cs.yale.edu>
1774
1775 * info.el (Info-extract-pointer):
1776 Widen more carefully, to avoid finding pointers in other nodes.
1777 (Info-index): Use push.
1778
f9415d5b 17792000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
1780
1781 * frame.el (set-frame-font): Remove call to obsolete function
1782 frame-update-faces.
1783 (set-foreground-color, set-background-color): Likewise for
1784 frame-update-face-colors.
1785
5538b8ba
MB
17862000-09-27 Miles Bader <miles@gnu.org>
1787
1788 * image-file.el: New file.
1789
60536eea
GM
17902000-09-27 Gerd Moellmann <gerd@gnu.org>
1791
5b551d58
GM
1792 * frame.el (frame-notice-user-settings): Don't call
1793 frame-update-faces, which is a no-op now.
814299a7 1794
60536eea
GM
1795 * ediff-wind.el (ediff-control-frame-parameters): Add zero
1796 tool-bar-lines.
1797
36f1966f
DL
17982000-09-27 Dave Love <fx@gnu.org>
1799
1800 * mouse.el: Fix last change.
1801
c5785b73
MB
18022000-09-27 Miles Bader <miles@lsi.nec.co.jp>
1803
1804 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1805
672172d9
KH
18062000-09-22 Kenichi Handa <handa@etl.go.jp>
1807
1808 * international/quail.el (quail-help): The output message is
1809 improved.
1810
4653b4ea
DL
18112000-09-26 Dave Love <fx@gnu.org>
1812
1813 * mouse.el (popup-menu): If POSITION is nil, set it using
1814 mouse-position.
1815
63900fcf
SS
18162000-09-25 Sam Steingold <sds@gnu.org>
1817
1818 * net/browse-url.el (browse-url-file-url): Check for null maps.
1819
cd3b81be
GM
18202000-09-26 Gerd Moellmann <gerd@gnu.org>
1821
876512ab 1822 * frame.el (frame-notice-user-settings): Don't add a
fa003899 1823 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 1824
fa003899
SM
1825 * frame.el (frame-notice-user-settings):
1826 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 1827
cd3b81be
GM
1828 * toolbar/tool-bar.el (tool-bar-help): New function.
1829
d8b4516f
GM
18302000-09-25 Gerd Moellmann <gerd@gnu.org>
1831
6567e9b5
GM
1832 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1833 current-load-list in top-level forms. Else this leaks a cons cell
1834 every time a defun is called.
63900fcf 1835
d8b4516f 1836 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 1837
a461758e
DL
18382000-09-25 Dave Love <fx@gnu.org>
1839
7df6adc3
DL
1840 * startup.el (fancy-splash-head): Check XPM is available.
1841
a461758e
DL
1842 * autoinsert.el (auto-insert): Doc fix.
1843 (auto-insert-alist): Following GNU notices, don't say `copyright
1844 _by_'. Use line-beginning-position.
1845 (auto-insert): Check buffer-file-name is non-nil before use.
1846
b11af2dd
GM
18472000-09-25 Gerd Moellmann <gerd@gnu.org>
1848
1849 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1850 starting with `@def' or `@multitable', in addition to ones
1851 specified by the user in auto-fill-inhibit-regexp.
1852
5f9f981b
GM
18532000-09-25 Markus Rost <rost@math.ohio-state.edu>
1854
1855 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1856 rmail-dont-reply-to-names matches the empty string.
63900fcf 1857
8ff16b4e
GM
18582000-09-25 Gerd Moellmann <gerd@gnu.org>
1859
63900fcf 1860 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
1861 text to sound more friendly.
1862
9b4a7800
TTN
18632000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
1864
1865 * progmodes/hideshow.el: Update author email address.
1866 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
1867 (hs-hide-all-non-comment-function): New var.
1868 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1869 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1870 (hs-show-region): Delete this command.
1871 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1872
4c7c1f3f
DL
18732000-09-22 Dave Love <fx@gnu.org>
1874
1875 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1876 (hl-line-highlight): Specify buffer when moving overlay.
1877
1878 * progmodes/fortran.el (fortran-mode): Locally set
1879 normal-auto-fill-function.
1880 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1881 (fortran-mode-map): Adjust auto-fill menu entry.
1882
13f93dee
GM
18832000-09-22 Gerd Moellmann <gerd@gnu.org>
1884
36eb0a91
GM
1885 * vc-rcs.el (toplevel): Require `vc' when compiling.
1886
fa003899 1887 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 1888
36a03bf9
AS
18892000-09-22 Andre Spiegel <spiegel@gnu.org>
1890
9b4a7800 1891 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
1892 registered under the new backend.
1893
9b4a7800 1894 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
1895 without explicit revision number.
1896
6e4e8a3b
SM
18972000-09-21 Stefan Monnier <monnier@cs.yale.edu>
1898
1899 * diff-mode.el (diff-file-header-face): Reset to its previous value.
1900 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1901 (diff-xor): New function.
1902 (diff-find-source-location): Use it. Fix a stupid name clash.
1903 (diff-hunk-status-msg): New function.
1904 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1905 (diff-test-hunk): Use diff-find-source-location.
1906 (diff-goto-source): Favor the `reverse'.
1907 (diff-hunk-text): Properly handle one-sided context diffs.
1908 (diff-apply-hunk): When done, advance to the next hunk.
1909
1b24b888
GM
19102000-09-21 Gerd Moellmann <gerd@gnu.org>
1911
623a0aae
GM
1912 * startup.el (command-line): If frame was created with a non-zero
1913 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 1914
1b24b888
GM
1915 * add-log.el (change-log-date-face, change-log-name-face)
1916 (change-log-email-face, change-log-file-face)
1917 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
1918 (change-log-function-face, change-log-acknowledgement-face):
1919 New faces, inheriting from font-lock faces.
1b24b888 1920 (change-log-font-lock-keywords): Use them.
9b4a7800 1921
93b3a1c8
DL
19222000-09-21 Dave Love <fx@gnu.org>
1923
80585273
DL
1924 * progmodes/cperl-mode.el (top-level): Clean up
1925 `eval-when-compile's and assorted defvars.
1926 (cperl-invalid-face): Don't double-quote value. Change custom
1927 type.
1928 (cperl-mode): Set normal-auto-fill-function and don't zap
1929 auto-fill-function.
1930 (cperl-imenu--function-name-regexp-perl): Renamed from
1931 imenu-example--function-name-regexp-perl.
1932 (cperl-imenu--create-perl-index): Renamed from
1933 imenu-example--create-perl-index.
1934 (cperl-xsub-scan): Don't require cl.
1935
93b3a1c8
DL
1936 * msb.el (msb-mode-map): Use substitute-key-definition.
1937 (msb-mode): Use msb-mode-map.
1938
43ccb598
AS
19392000-09-21 Andre Spiegel <spiegel@gnu.org>
1940
1941 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1942 New functions.
fa003899 1943 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
1944 (vc-switch-backend): New function.
1945 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1946 (vc-register): Fix prompt.
1947 (vc-unregister, vc-default-unregister): New functions.
1948 (vc-version-diff): Handle empty buffer in sentinel.
1949
1950 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1951 (vc-rcs-state-heuristic): Use it to guess the state of files with
1952 non-strict locking.
1953 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1954 been set with -b, but not created yet.
1955 (vc-rcs-fetch-master-state): With non-strict locking, compare file
1956 contents in order to find the state.
1957 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
1958 (vc-rcs-unregister, vc-rcs-receive-file)
1959 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 1960
9b4a7800 1961 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 1962 in case it is missing.
9b4a7800 1963
95fadcca
GM
19642000-09-21 Gerd Moellmann <gerd@gnu.org>
1965
1966 * startup.el (fancy-splash-tail): Use a different foreground
1967 color on a dark frame background.
1968
470f23e1
MB
19692000-09-21 Miles Bader <miles@lsi.nec.co.jp>
1970
1971 * info.el: Use the correct capitalization when making Info-mode
1972 and Info-edit-mode `special' modes.
1973
281096ed
SM
19742000-09-20 Stefan Monnier <monnier@cs.yale.edu>
1975
1976 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1977 (diff-mode): Add support for add-log.el.
1978 (diff-hunk-text): Use char offsets rather than line offsets.
1979 (diff-find-source-location): Replace LINE with line-offset (nil
1980 if not found) and always set POS to a meaningful position.
1981 Adapt to the new char-offsets.
1982 (diff-apply-hunk): Drop support for the unused `select' POPUP.
1983 Adapt to the new diff-find-source-location.
1984 (diff-goto-source): Adapt to the new diff-find-source-location.
1985
1986 * add-log.el (add-log-file-name): New function (split out of
1987 add-change-log-entry).
1988 (add-change-log-entry): Use it.
1989 Call add-log-file-name-function with the changelog file name if
1990 the current buffer is not associated with any file.
1991 Avoid find-file if the selected window is dedicated.
1992
1993 * diff-mode.el (diff-find-source-location):
1994 Move code from diff-apply-hunk. Return buffer rather than file.
1995 (diff-apply-hunk): Use the new result from diff-find-source-location.
1996 (diff-goto-source): Use the new diff-find-source-location.
1997
c29d77c4
DL
19982000-09-20 Dave Love <fx@gnu.org>
1999
2000 * iswitchb.el: Some doc fixes.
2001 (iswitchb-mode-map): Define completely initially. Inherit
2002 minibuffer-local-map.
2003 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2004 fundamental-mode.
2005 (iswitchb-global-map): New variable.
2006 (iswitchb-summaries-to-end): Amalgamate regexps.
2007 (iswitchb-mode): New.
2008 (iswitchb-mode-hook): New variable.
2009 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2010 `extensions'.
2011
49939379
GM
20122000-09-20 Gerd Moellmann <gerd@gnu.org>
2013
d05c87ac
GM
2014 * ehelp.el (electric-help): New defgroup.
2015 (electric-help-shrink-window): New user-option.
2016 (with-electric-help): Use it.
2017
1ec082d4
GM
2018 * window.el (shrink-window-if-larger-than-buffer): If face
2019 `mode-line' has a :box, and we're on a graphical frame, add 1
2020 to the needed window height.
2021
f46c275e
GM
2022 * frame.el (frame-notice-user-settings): Add a last parameter nil
2023 to a call to `append', because the last list passed to `append' is
2024 not copied, and so subsequent calls to assq-delete-all will modify
2025 default-frame-alist.
2026
b7e11c5b
GM
2027 * startup.el (fancy-splash-image): Change :type.
2028 (fancy-splash-head): Use an XBM image if appropriate.
2029 (command-line-1): Show splash screens in more cases.
2030
26ff68aa
GM
2031 * startup.el (fancy-splash-text): Don't quote faces.
2032
8320414c
GM
2033 * dired.el (dired-font-lock-keywords): Undo last change.
2034 (dired-readin): Bind indent-tabs-mode to nil.
2035
49939379
GM
2036 * startup.el (fancy-splash-head): If frame's background mode
2037 is `dark', change the black background of the image to gray.
2038 (fancy-splash-screens): Display startup echo area message.
2039 (display-startup-echo-area-message): New function.
2040
c3b27206
MB
20412000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2042
55a3d2a1
MB
2043 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2044
2045 * info.el (info-header-node): Tweak for color ttys.
2046
37a99821
MB
2047 * faces.el (face-valid-attribute-values): Make sure directories we
2048 search for stipples both exist and are readable before trying to
2049 search them.
2050
0415d0d0
MB
2051 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2052 in the dry-run case.
2053
523b128c
MB
2054 * jka-compr.el (with-auto-compression-mode): New macro.
2055
c3b27206
MB
2056 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2057 (custom-group-tag-face, custom-variable-tag-face): Use relative
2058 :height and inherit from `variable-pitch' face instead of
2059 hardwiring :family.
2060 * hi-lock.el (hi-black-hb): Likewise.
2061
ddba99ad
MB
2062 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2063 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2064 toolbar-add-item, if image doesn't have a mask add a `:mask
2065 heuristic'.
2066
7e99fbde
SM
20672000-09-19 Stefan Monnier <monnier@cs.yale.edu>
2068
2069 * diff-mode.el: Docstring fixes.
2070 (diff-header-face, diff-comment-face): New faces.
2071 (diff-font-lock-keywords): Highlight a bit differently.
2072 (diff-find-source-location): Don't return SPAN any more.
2073 (diff-hunk-text): Don't bother erasing the temp buffer.
2074 (diff-find-text): Drop argument LINE.
2075 (diff-apply-hunk): Update calls to diff-find-text.
2076 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2077
2078 * calendar/calendar.el: Docstring fixes.
2079 (calendar-make-alist): Don't quote lambda.
2080 (calendar-star-date): Use make-local-variable.
2081
fb275c02
DL
20822000-09-19 Dave Love <fx@gnu.org>
2083
7e99fbde
SM
2084 * toolbar/tool-bar.el: Renamed from toolbar.el.
2085 Change `toolbar' to `tool-bar' generally in symbols.
2086 Make some items invisible in `special' major modes.
2087 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2088 Add arg PROPS.
532cb34d 2089
7e99fbde
SM
2090 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2091 Add :version here.
fb275c02
DL
2092 (fancy-splash-delay, fancy-splash-image): Remove :version here.
2093
8f4ca9a5
GM
20942000-09-19 Gerd Moellmann <gerd@gnu.org>
2095
8b7707e1 2096 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 2097
8b7707e1 2098 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
2099 (find-file-noselect): Use it.
2100
8b7707e1 2101 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
2102 (fancy-splash-screen): Defgroup.
2103
8f4ca9a5
GM
2104 * add-log.el (change-log-font-lock-keywords): Match names
2105 more exactly for the case that font-lock-constant-face is
2106 underlined.
2107
ba9eeda1 21082000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 2109
8b7707e1 2110 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 2111
289eaef9
AS
21122000-09-19 Andre Spiegel <spiegel@gnu.org>
2113
2114 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2115
ce9ded5d
GM
21162000-09-19 Gerd Moellmann <gerd@gnu.org>
2117
c113de23
GM
2118 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2119 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2120 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2121 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2122 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2123 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2124 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2125 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2126 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2127 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2128 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 2129 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 2130
ce9ded5d
GM
2131 * startup.el (fancy-splash-text): New variable.
2132 (fancy-splash-delay, fancy-splash-image): New user-options.
2133 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2134 (fancy-splash-screens): New functions.
2135 (command-line-1): If display has a `display' frame parameter, has
2136 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 2137
b9b1c3a9
DL
21382000-09-19 Dave Love <fx@gnu.org>
2139
2140 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
2141 with null `help'. Use modern backquote syntax.
2142
1af25534
GM
21432000-09-19 Gerd Moellmann <gerd@gnu.org>
2144
afd3c8cd
GM
2145 * font-lock.el (font-lock-mode): Change message telling the user
2146 that ``the buffer is too big''.
2147
1af25534
GM
2148 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2149 for instance for the case that tab-width is 2.
2150
05b1f851
GM
21512000-09-18 Gerd Moellmann <gerd@gnu.org>
2152
2153 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2154 toolbar-add-item, if image doesn't have a mask add a `:mask
2155 heuristic'.
2156
8ec8f673
MB
21572000-09-18 Miles Bader <miles@lsi.nec.co.jp>
2158
2b612b1f
MB
2159 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2160 and return a cons if it's non-nil.
2161 (diff-apply-hunk): Try to jump to the line in the source text
2162 corresponding to the position of point in the in the hunk.
2163
9b4a7800 2164 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
2165 (Info-title-1-face): Use face inheritance and relative sizes
2166 instead of hard-wiring things.
2167
2168 * faces.el (secondary-selection): Make dark-background variant sane.
2169
5eedab4d
AI
21702000-09-16 Andrew Innes <andrewi@gnu.org>
2171
5eedab4d
AI
2172 * makefile.w32-in (compile-files-CMD): No need to make .elc files
2173 read-only, since they aren't under VC now.
2174
6a142f26
DL
21752000-09-17 Dave Love <fx@gnu.org>
2176
e07436e1
DL
2177 * tmm.el: Replace mapcar with mapc in several places.
2178
2179 * loadhist.el (unload-feature): Maybe call elp-restore-list and
2180 ad-unadvise.
2181
7d354dd5
DL
2182 * international/latin1-disp.el: New file.
2183
6a142f26
DL
2184 * calendar/cal-move.el (scroll-calendar-left)
2185 (scroll-calendar-right): Make arg optional (for active mode line).
2186
2187 * calendar/calendar.el (calendar-mode-line-format): Make fields
2188 mouse-sensitive.
2189 (calendar-read-date, calendar-read-date, calendar-window-list):
2190 Unquote lambda.
2191 (calendar-month-name): Use aref, not sref.
2192
2193 * view.el (minor-mode-alist): Propertize the string.
2194
2195 * international/characters.el (standard-case-table): Add entries
2196 for Greek.
2197
50ac70af
MB
21982000-09-18 Miles Bader <miles@gnu.org>
2199
53c9ab4f
MB
2200 * info.el (info-node, info-xref): Add dark-background variants.
2201
a114b1ca
MB
2202 * faces.el (header-line): Change defaults to be less confusing
2203 when mixed with mode-lines.
2204
50ac70af
MB
2205 * info.el (Info-fontify-node): Make a few cleanups.
2206 Add extra `help-echo' and `local-map' props to node xrefs.
2207 Use header-specific faces for node-names & xrefs.
2208 (Info-use-header-line): New variable.
53c9ab4f 2209 (info-header-xref, info-header-node): New faces.
50ac70af
MB
2210 (Info-setup-header-line): New function.
2211 (Info-select-node): Call Info-setup-header-line when enabled.
2212 (Info-extract-pointer): Work even if the header line is hidden.
2213 (Info-header-line): New variable.
2214
729927ff
SM
22152000-09-16 Stefan Monnier <monnier@cs.yale.edu>
2216
2217 * vms-patch.el (print-region-function): Don't quote lambda.
2218
2219 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2220
2221 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2222 (lm-get-header-re): Allow spaces between the header and the colon.
2223 (lm-header): Allow $ in non-RCS headers.
2224 (lm-header-multiline): Put the strings back into order.
2225 Stop at an empty line. Don't require two space chars if the
2226 line is clearly not another header line.
2227
2228 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2229 (popup-menu-popup): Remove.
2230
7a98d821
GM
22312000-09-15 Gerd Moellmann <gerd@gnu.org>
2232
7f8f1edc
GM
2233 * toolbar/toolbar.el (toolbar-add-item): Use the same image
2234 specification if or if not tool-bar item contains an `:enabled'
2235 property.
2236
7a98d821
GM
2237 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2238 current buffer has no file name.
2239
a7bc704b
DL
22402000-09-15 Dave Love <fx@gnu.org>
2241
2242 * strokes.el: Sync with maintainer's current version with changes
2243 for Emacs, but avoid runtime cl and levents.
2244 (toplevel): Change autoloads and compilation requires.
2245 (strokes-version, strokes-bug-address, strokes-lift): Values
2246 changed.
2247 (strokes-xpm-header, strokes-insinuated): New variable.
2248 (strokes): Add :link.
2249 (strokes-mode): Customized.
2250 (strokes-while-inhibiting-garbage-collector): New macro.
2251 (strokes-remassoc): Avoid remove-if.
2252 (strokes-fix-button2-command): Don't use ad-do-it.
2253 (strokes-insinuate): New function.
2254 (strokes-button-press-event-p, strokes-button-release-event-p):
2255 New functions, used instead of non-`strokes-' versions..
2256 (strokes-mouse-event-p): Rewritten.
2257 (strokes-event-closest-point): Avoid event-point.
2258 (strokes-get-grid-position): Avoid cdadr, caadr
2259 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2260 functions.
2261 (strokes-help): Use with-output-to-temp-buffer.
2262 (strokes-window-configuration-changed-p): New function.
2263 (strokes-update-window-configuration): Use buffer-live-p,
2264 strokes-window-configuration-changed-p.
2265 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
2266 (strokes-char-face): New face.
2267 (strokes-char-table, strokes-base64-chars): New variable.
2268 (strokes-xpm-for-stroke, strokes-list-strokes)
2269 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2270 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2271 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2272 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2273 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2274 functions.
2275
47e351a3
GM
22762000-09-15 Gerd Moellmann <gerd@gnu.org>
2277
ebb8f116
GM
2278 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2279
47e351a3
GM
2280 * image.el (create-image): Doc fix.
2281
2282 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2283 instead of `:heuristic-mask t'.
2284
fe83b953
AI
22852000-09-14 Andrew Innes <andrewi@gnu.org>
2286
2287 * makefile.w32-in: Revert to Unix line endings.
2288
52481729
AI
22892000-09-14 Andrew Innes <andrewi@gnu.org>
2290
3021e816
AI
2291 * makefile.w32-in: Add bootstrap support. Also copy lisp source
2292 when installing.
2293
52481729
AI
2294 * makefile.nt (DONTCOMPILE): Fix typo.
2295
2296 * shell.el (shell-write-history-on-exit): New function.
2297 (shell-dumb-shell-regexp): New custom variable.
2298 (shell-mode): Make shell-write-history-on-exit the process
2299 sentinel if shell name matches shell-dumb-shell-regexp.
2300
2301 * w32-fns.el: Comment out before-init-hook function which resets
2302 source-directory based; this breaks bootstrap.
2303
f8034e41
DL
23042000-09-14 Dave Love <fx@gnu.org>
2305
2306 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2307 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2308 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2309 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2310 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2311 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2312 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
2313 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
2314 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2315
2316 * toolbar/toolbar.el: New.
2317
2318 * subdirs.el: Add toolbar.
2319
b9ce5694
GM
23202000-09-14 Gerd Moellmann <gerd@gnu.org>
2321
2322 * indent.el (indent-for-tab-command): Doc fix.
2323
986b7dee
GM
23242000-09-14 Alex Schroeder <alex@gnu.org>
2325
2326 * ansi-color.el (ansi-colors): Doc change.
2327 (ansi-color-get-face): Simplified regexp.
2328 (ansi-color-faces-vector): Added more faces, doc change.
2329 (ansi-color-names-vector): Doc change.
2330 (ansi-color-regexp): Simplified regexp.
2331 (ansi-color-parameter-regexp): New regexp.
2332 (ansi-color-filter-apply): Doc change.
2333 (ansi-color-filter-region): Doc change.
2334 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2335 deal with zero length parameters.
2336 (ansi-color-apply-on-region): Doc change.
2337 (ansi-color-map): Doc change.
2338 (ansi-color-map-update): Removed debugging message.
2339 (ansi-color-get-face-1): Added condition-case to trap
2340 args-out-of-range errors.
2341 (ansi-color-get-face): Doc change.
2342 (ansi-color-make-face): Removed.
2343 (ansi-color-for-shell-mode): New option.
9b4a7800 2344
076ff911
KH
23452000-09-13 Kenichi Handa <handa@etl.go.jp>
2346
2347 * international/quail.el (quail-start-translation): Translate KEY
2348 if necessary even if it doesn't have any mapping in the current
2349 input method.
2350 (quail-start-conversion): Likewise.
2351 (quail-help): The output message is improved.
2352
bdf08678
MB
23532000-09-13 Miles Bader <miles@gnu.org>
2354
2355 * comint.el (comint-output-filter): Revert to using
2356 `insert-before-markers'. Add bletcherous hack to undo damage
2357 caused by `insert-before-markers'. Put `front-sticky' property on
2358 overlays created here so that the field code understands how the
2359 overlay works. Use a let when making comint-last-prompt-overlay,
2360 so that the code is easier to read.
2361
ffb8db8d
DL
23622000-09-13 Dave Love <fx@gnu.org>
2363
2364 * wid-edit.el (widget-default-format-handler): DTRT when
2365 doc-property is a function.
2366
5dd05f61
GM
23672000-09-12 Francesco Potorti` <pot@gnu.org>
2368
2369 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2370 filed name if it's not there.
2371
35177617
DL
23722000-09-12 Dave Love <fx@gnu.org>
2373
9023837e
DL
2374 * simple.el (read-mail-command): Doc fix.
2375 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2376
35177617
DL
2377 * vc.el (vc-dired-listing-switches): Fix :version.
2378
2379 * vc-hooks.el: Doc fixes.
2380
2381 * subr.el (add-minor-mode): Use toggle-fun arg.
2382
2383 * speedbar.el: Add :version to several defcustoms.
2384
2385 * imenu.el (imenu--truncate-items, imenu--cleanup)
2386 (imenu--generic-function): Avoid mapcar.
2387 (imenu--replace-spaces): Function removed.
2388 (imenu--completion-buffer): Use subst-char-in-string.
2389 (imenu-add-to-menubar): Use keymap inheritance.
2390
1afaae94
MB
23912000-09-12 Miles Bader <miles@gnu.org>
2392
2393 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2394 (diff-mode-map): Bind `diff-test-hunk'.
2395 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2396
23972000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
2398
2399 * bytecomp.el (byte-compile-defvar): Undo last change
2400 because it breaks '(make-variable-buffer-local (defvar ...)'
2401 which is used at least in dired.
2402
63c36c3c
KH
24032000-09-12 Kenichi Handa <handa@etl.go.jp>
2404
2405 * international/quail.el (quail-define-package): Docstring
2406 modified.
2407
1ad24be1
KH
24082000-09-12 Kenichi Handa <handa@etl.go.jp>
2409
362a8065
KH
2410 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2411 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2412 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
2413 docstring of "chinese-py".
2414
1ad24be1
KH
2415 * international/quail.el (quail-translation-docstring): New
2416 variable.
2417 (quail-show-keyboard-layout): Docstring modified.
2418 (quail-select-current): Likewise.
2419 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2420 infinite recursive call.
2421 (quail-help): Check quail-translation-docstring. Format of the
2422 output changed.
2423 (quail-help-insert-keymap-description): Adjusted for the above
2424 change.
2425
cc0f95a4
GM
24262000-09-11 Gerd Moellmann <gerd@gnu.org>
2427
2428 * bytecomp.el (byte-compile-defvar): Only cons onto
2429 current-load-list in top-level forms. Else this leaks a cons cell
2430 every time a defun is called.
2431
7530b6da
MB
24322000-09-11 Miles Bader <miles@lsi.nec.co.jp>
2433
2434 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2435 Now understands non-unified diffs. Some functionality moved into
2436 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
2437 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
2438 modify anything. Only reposition point in the patched file if the
2439 patch succeeds. Only pop up another window if POPUP is true.
2440 Emit a message describing what happened if successful, and at what
2441 line-offset. Automatically detect reversed hunks and do something
2442 appropriate.
2443 (diff-hunk-text, diff-find-text): New functions.
2444 (diff-filter-lines): Function removed.
2445 (diff-test-hunk): New function.
2446 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2447
6b124390
DL
24482000-09-10 Dave Love <fx@gnu.org>
2449
2450 * textmodes/tildify.el: Minor doc/commentary fixes.
2451 (tildify) <defgroup>: Add :version.
2452
2453 * faces.el (face-x-resources): Make custom type more specific.
2454 (frame-background-mode): Use mapc.
2455 (region) <defcustom>: Add :version.
2456
7f8b6551
SM
24572000-09-08 Stefan Monnier <monnier@cs.yale.edu>
2458
9b4a7800
TTN
2459 * vc-sccs.el (vc-sccs-register):
2460 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
2461 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2462 * vc.el (vc-register): Clear file's properties.
2463
c454aac1
GM
24642000-09-08 Gerd Moellmann <gerd@gnu.org>
2465
2466 * faces.el (face-spec-set): Only face-spec-reset-face when
2467 ATTRS is non-nil.
2468
bb934822
EZ
24692000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2470
2471 * help.el (help-insert-xref-button): Fix a typo in doc string.
2472
03419440
EZ
24732000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2474
7f8b6551
SM
2475 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2476 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
2477 methods.
2478
03419440
EZ
2479 * menu-bar.el (read-mail-item-name): New function.
2480 (menu-bar-tools-menu): Use it to compute and display the package
2481 used to read email.
2482 (menu-bar-tools-menu): Fix typo in GUD's help string.
2483
dbcee71a
DL
24842000-09-07 Dave Love <fx@gnu.org>
2485
19e713d8
DL
2486 * diff-mode.el (diff-mouse-goto-source): New function.
2487
a7cafade 2488 * vc-sccs.el: Doc fixes.
7f8b6551 2489 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
2490
2491 * vc-rcs.el: Doc fixes.
7f8b6551
SM
2492 (vc-rcs-register-switches, vc-rcs-checkin-switches)
2493 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
2494 (vc-rcs-master-templates): Add or change :version.
2495
7f8b6551 2496 * vc-cvs.el: Doc fixes.
a7cafade
DL
2497 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2498 (vc-cvs-stay-local): Add :version.
2499
dbcee71a
DL
2500 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2501
ed254191
KH
25022000-09-07 Kenichi Handa <handa@etl.go.jp>
2503
2504 * international/quail.el (quail-help): Fix previous change.
2505
ab0ee409
GM
25062000-09-07 Gerd Moellmann <gerd@gnu.org>
2507
f46f845b 2508 * faces.el (color-values): Doc fix.
9b4a7800 2509
ab0ee409
GM
2510 * faces.el (frame-set-background-mode): Use frame-parameter
2511 instead of frame-parameters.
2512
2513 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 2514 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 2515 frame-parameters.
9b4a7800 2516
f7246ac7
KH
25172000-09-07 Kenichi Handa <handa@etl.go.jp>
2518
2519 * language/devan-util.el (devanagari-to-indian-region): In the
2520 loop, change the following char, not preceding char.
2521
96889af2
GM
25222000-09-07 Gerd Moellmann <gerd@gnu.org>
2523
1091dd67
GM
2524 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2525 instead of frame-parameters.
2526
9b4a7800 2527 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
2528 internal-set-lisp-face-attribute with FRAME being 0.
2529
2530 * vc.el: Remove `Id' version control keyword.
96889af2 2531
0fddd0dc
KH
25322000-09-07 Kenichi Handa <handa@etl.go.jp>
2533
2534 * help.el (help-make-xrefs): Adjusted for the change of
2535 help-xref-mule-regexp.
2536 (help-insert-xref-button): New function.
2537
2538 * international/mule-cmds.el (help-xref-mule-regexp-template):
2539 Include the pattern for character set.
2540 (leim): New group.
2541
2542 * international/quail.el: Don't require face.
2543 (quail): New group.
7f8b6551 2544 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
2545 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2546 (quail-keyboard-layout-substitution): New variable.
2547 (quail-update-keyboard-layout): New function.
2548 (quail-keyboard-layout-type): New customizable variable.
2549 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2550 (quail-keyboard-translate): Pay attention to
2551 quail-keyboard-layout-substitution.
2552 (quail-insert-kbd-layout): New function.
2553 (quail-show-keyboard-layout): New function.
2554 (quail-get-translation): If the definition is a vector of length
7f8b6551 2555 1, and the element is a string of length 1, return the character
0fddd0dc
KH
2556 in that string.
2557 (quail-update-current-translations): Fix the case of
2558 relative-index out of range.
2559 (quail-build-decode-map, quail-insert-decode-map): New Functions.
2560 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 2561 Show key sequences for all available characters.
0fddd0dc
KH
2562 (quail-help-insert-keymap-description): Don't show such verbose
2563 key bindings as quail-self-insert-command.
2564
2565 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2566 Format changed, and each element now have extra documentations.
2567 (tit-process-header): Delete invalid characters from TIT-PROMPT.
2568 Adjusted for the change of quail-cxterm-package-ext-info.
2569
8ddceaf1
GM
25702000-09-06 Gerd Moellmann <gerd@gnu.org>
2571
2572 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2573 requiring it leads to a recursive loading of vc.el and vc-hooks.el
2574 during bootstrap.
2575
099bd78a
SM
25762000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2577
2578 * vc.el: (toplevel): Don't require `dired' at run-time.
2579 (vc-dired-resynch-file): Remove autoload cookie.
2580
25812000-09-05 Andre Spiegel <spiegel@gnu.org>
2582
2583 * vc.el: Made several backend functions optional.
2584 (vc-default-responsible-p): New function.
2585 (vc-merge): Use RET for first version to trigger merge-news, not
2586 prefix arg.
2587 (vc-annotate): Handle backends that do not support annotation.
2588 (vc-default-merge-news): Removed. The existence of a merge-news
2589 implementation is now checked on caller sites.
2590
9b4a7800 2591 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
2592 case.
2593
9b4a7800 2594 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
2595 special case that has been removed from the default in vc-hooks.el.
2596
25972000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2598
2599 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2600
26012000-09-05 Andre Spiegel <spiegel@gnu.org>
2602
2603 * vc-hooks.el: Require vc during compilation.
2604 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2605 macro `with-vc-properties' in vc.el.
2606 (vc-file-getprop): Doc fix.
2607 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 2608
099bd78a
SM
2609 * vc.el: Require dired-aux during compilation.
2610 (vc-name-assoc-file): Moved to vc-sccs.el.
2611 (with-vc-properties): New macro.
9b4a7800 2612 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
2613 vc-finish-steal): Use it.
2614 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
2615 to the backend-specific function is now supposed to do the checkout,
2616 too.
2617 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2618
9b4a7800 2619 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
2620 set file properties; that gets done in the generic code now.
2621
2622 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2623 Changed parameter list, added code from vc.el that does the
2624 checkout, possibly with a double-take.
2625
2626 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2627 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2628 the above under the new name.
2629 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
2630 parameter list, added checkout command.
2631 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2632 properties; that gets done in the generic code now.
2633
26342000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2635
2636 * vc.el: Docstring fixes (courtesy of checkdoc).
2637
26382000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2639
2640 * vc.el (vc-checkout-writable-buffer-hook)
2641 (vc-checkout-writable-buffer): Remove.
2642 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2643 (vc-log-mode): Make it into a clean derived major mode.
2644 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2645 vc-log-mode if log-edit is not available.
2646 (vc-dired-mode-map): Don't set-keymap-parent yet.
2647 (vc-dired-mode): Do set-keymap-parent here.
2648 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2649
08ba3862
GM
26502000-09-05 Gerd Moellmann <gerd@gnu.org>
2651
2652 * faces.el (set-face-attribute, face-spec-reset-face)
2653 (face-spec-set): Avoid consing by removing calls to `apply'.
2654
2655 * frame.el (frame-parameter): Move to C code.
2656
3b4429b4
DL
26572000-09-05 Dave Love <fx@gnu.org>
2658
2659 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2660 insert-before-markers-and-inherit. Now checked systematically!
2661
877055f6
GM
26622000-09-05 Alex Schroeder <alex@gnu.org>
2663
2664 * sql.el (sql-postgres): Use sql-postgres-options.
2665 (sql-postgres-options): New variable.
2666
26672000-09-05 Alex Schroeder <alex@gnu.org>
2668
2669 * sql.el (sql-mode-menu): Work around missing variable mark-active
2670 in XEmacs.
2671 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2672 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2673 compatibility.
2674
7a004b71
GM
26752000-09-04 Gerd Moellmann <gerd@gnu.org>
2676
54baed30 2677 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 2678
7a004b71
GM
2679 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2680
2681 * Makefile.in (DONTCOMPILE): Fix typo in file name.
2682
26832000-09-04 Andre Spiegel <spiegel@gnu.org>
2684
2685 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2686 don't support anything else under SCCS yet.
2687
2688 * vc-hooks.el: Minor doc fixes.
2689
26902000-09-04 Andre Spiegel <spiegel@gnu.org>
2691
2692 * vc.el (vc-next-action-on-file): Do not visit the file if it's
2693 not necessary. If verbose in state `needs-patch', do the same as
2694 under `up-to-date'. When NOT verbose and `needs-patch', check out
2695 latest version instead of `merge-news'.
2696 (vc-next-action-dired): Don't mess with default-directory here; it
2697 breaks other parts of dired. It is the job of the
099bd78a 2698 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
2699 (vc-next-action): Remove a special CVS case.
2700 (vc-clear-headers): New optional arg FILE.
2701 (vc-checkin, vc-checkout): Set properties vc-state and
2702 vc-checkout-time properly.
099bd78a 2703 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
2704 (vc-print-log): Use new backend function `show-log-entry'.
2705 (vc-cancel-version): Do the checks in a different order. Added a
2706 FIXME concerning RCS-only code.
2707
2708 * vc-rcs.el (vc-rcs-show-log-entry): New function.
2709 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2710
2711 * vc-cvs.el (vc-cvs-show-log-entry): New function.
2712
9b4a7800 2713 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
2714 `needs-patch' as a `-' too.
2715
27162000-09-04 Andre Spiegel <spiegel@gnu.org>
2717
2718 * vc.el (vc-responsible-backend): New optional arg REGISTER.
2719 (vc-default-could-register): New function.
2720 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2721 (vc-resynch-buffer): Call vc-dired-resynch-file.
2722 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2723 vc-resynch-buffer instead of vc-resynch-window.
2724 (vc-next-action-dired): Don't redisplay here, that gets done as a
2725 result of the individual file operations.
2726 (vc-retrieve-snapshot): Corrected prompt order.
2727
2728 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 2729
7a004b71
GM
2730 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2731 as well.
2732 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
2733 hostname regexps. Updated all callers.
2734 (vc-cvs-responsible-p): Handle directories as well.
2735 (vc-cvs-could-register): New function.
2736 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2737 properties up-to-date.
9b4a7800 2738
7a004b71
GM
2739 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2740 user whether to create one.
2741
27422000-09-04 Andre Spiegel <spiegel@gnu.org>
2743
2744 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2745 check out a non-existing file.
2746
2747 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2748 workfile does not exist.
2749
2750 * vc.el (vc-version-diff): Use `require' to check for existence of
2751 diff-mode.
2752
27532000-09-04 Andre Spiegel <spiegel@gnu.org>
2754
2755 * vc-cvs.el (vc-cvs-registered): Use new function
2756 vc-cvs-parse-entry to do the actual work.
2757
27582000-09-04 Andre Spiegel <spiegel@gnu.org>
2759
2760 * vc-hooks.el (vc-find-backend-function): If function doesn't
2761 exist, return nil instead of error.
2762 (vc-call-backend): Doc fix.
2763
2764 * vc.el (vc-do-command): Doc fix.
2765 (vc-finish-logentry): When checking in from vc-dired, choose the
2766 right backend for logentry check.
2767 (vc-dired-mode-map): Inherit from dired-mode-map.
2768 (vc-dired-mode): Local value of dired-move-to-filename-regexp
2769 simplified.
2770 (vc-dired-state-info): Removed, updated caller.
2771 (vc-default-dired-state-info): Use parentheses instead of hyphens.
2772 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2773 (vc-dired-listing-switches): New variable.
2774 (vc-directory): Use it, instead of dired-listing-switches.
2775
2776 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2777 (vc-cvs-dir-state): New function.
7f8b6551 2778 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
2779 (vc-cvs-parse-entry): New function, also to be used in
2780 vc-cvs-registered.
9b4a7800 2781
7a004b71
GM
27822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2783
2784 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2785 *or* single-window-frames.
2786
27872000-09-04 Andre Spiegel <spiegel@gnu.org>
2788
2789 * vc.el (vc-update-changelog): Split into generic part and default
2790 implementation. Doc string adapted.
2791 (vc-default-update-changelog): New function. Call the `rcs2log'
2792 script in exec-directory, to fix a long-standing nuisance.
2793
2794 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2795 simply signals an error.
9b4a7800 2796
7a004b71
GM
27972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2798
2799 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2800 control-flow more clear and to avoid running `cvs' twice.
2801
2802 * vc.el (vc-next-action-on-file): Doc fix.
2803 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2804 (vc-print-log): Eval `file' before constructing the continuation.
2805
28062000-09-04 Andre Spiegel <spiegel@gnu.org>
2807
2808 * vc.el (vc-next-action-on-file): Corrected several messages.
2809 (vc-merge): Add prefix arg `merge-news'; handle it.
2810
2811 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2812 is not reached. It is.
2813 (vc-cvs-merge): Set state to 'edited after merge.
2814 (vc-cvs-merge-news): Set workfile version to nil if not known.
2815 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
2816
2817 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2818 via stdout. (Merge from main line.)
9b4a7800 2819
7a004b71
GM
28202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2821
2822 * vc.el (vc-finish-logentry): Thinko in the "same comment"
2823 detection.
2824
28252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2826
2827 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2828 against kill-all-local-variables.
2829 (vc-log-edit): Don't save vc-parent-buffer any more.
2830 (vc-last-comment-match): Initialize to an empty string.
2831 (vc-post-command-functions): New hook.
2832 (vc-do-command): Run it.
2833 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2834 (vc-finish-logentry): Only add the comment to the ring if it's
2835 different from the last comment entered.
2836 (vc-new-comment-index): New function.
2837 (vc-previous-comment): Use it. Make the minibuffer message
2838 slightly less terse.
2839 (vc-comment-search-reverse): Make it work forward as well. Don't
2840 set vc-comment-ring-index if no match is found. Use
2841 vc-new-comment-index.
2842 (vc-comment-search-forward): Use vc-comment-search-reverse.
2843 (vc-dired-mode-map): Don't inherit from dired-mode-map since
2844 define-derived-mode will do it for us. Bind `v' to a keymap that
2845 inherits from vc-prefix-map so that we can bind `vt' without
2846 binding C-x v t.
2847 (vc-retrieve-snapshot): Parenthesis typo.
2848
2849 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2850 to 1. Make sure to switch to *vc* before looking for an error
2851 message. Use vc-parse-buffer.
2852
28532000-09-04 Andre Spiegel <spiegel@gnu.org>
2854
2855 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2856 and NAME.
2857 (vc-retrieve-snapshot): Split into two parts.
2858 (vc-default-retrieve-snapshot): New function.
2859
2860 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2861 (vc-cvs-retrieve-snapshot): New function (untested).
2862 (vc-cvs-stay-local): Default to t.
2863 (vc-cvs-remote-p): New function and property.
2864 (vc-cvs-state): Stay local only if the above is t.
2865 (vc-handle-cvs): Removed.
2866 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2867 done via vc-handled-backends now.
2868 (vc-cvs-header): Escape Id.
2869
28702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2871
2872 * vc.el (vc-do-command): Remove unused commands.
2873 (vc-version-diff): Make sure default-directory ends with a slash.
2874 Move the window commands into a vc-exec-after.
2875 (vc-print-log): Move more of the code into the `vc-exec-after'.
2876
28772000-09-04 Andre Spiegel <spiegel@gnu.org>
2878
2879 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2880 (vc-print-log): Search current revision from beginning of buffer.
2881 (vc-revert-buffer): Clear echo area after the diff is finished.
2882 (vc-prefix-map): Removed definition of "t" for terse display in vc
2883 dired.
2884 (vc-dired-mode-map): Inherit from dired-mode-map. Added
2885 definition of "vt" for terse display.
2886 (vc-dired-mode): Fix dired-move-to-filename-regexp.
2887
28882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2889
2890 * vc.el (vc-exec-after): Avoid caddr.
2891
28922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2893
2894 * vc.el (vc-exec-after): New function.
2895 (vc-do-command): Use it to add a termination message for async
2896 procs.
2897 (vc-checkout): Try to handle a missing-backend situation.
2898 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2899 of a directory with a backend using async diffs.
2900 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2901 present.
2902
2903 * vc-sccs.el (vc-sccs-state-heuristic): Use
2904 file-ownership-preserved-p.
2905
2906 * vc-rcs.el (vc-rcs-state-heuristic): Use
2907 file-ownership-preserved-p.
2908 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2909
29102000-09-04 Andre Spiegel <spiegel@gnu.org>
2911
2912 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2913 vc-do-command.
2914
2915 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2916 when there are no changes.
2917
29182000-09-04 Andre Spiegel <spiegel@gnu.org>
2919
2920 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2921
2922 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2923
29242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2925
2926 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2927
2928 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2929 the `fset' outside of the defvar so that it works even if
2930 vc-prefix-map was already defined.
2931 (vc-setup-buffer): New function, split out of vc-do-command.
2932 (vc-do-command): Allow BUFFER to be t to mean `just use the
2933 current buffer without any fuss'.
2934 (vc-version-diff): Change the `diff' backend operation to just put
2935 the diff in the current buffer without erasing it. Always use
2936 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
2937 shrink-window-if-larger-than-buffer.
2938 (vc-print-log): Change the `print-log' backend operation to just
2939 put the log in the current buffer without erasing it. Protect
2940 shrink-window-if-larger-than-buffer.
2941 (vc-update-change-log): Fix setd typo.
2942
2943 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2944 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2945
2946 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2947 (vc-rcs-diff): Insert in the current buffer and remove unused arg
2948 CMP.
2949
2950 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2951 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
2952 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2953
29542000-09-04 Andre Spiegel <spiegel@gnu.org>
2955
2956 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2957 not possible, use vc-BACKEND-workfile-unchanged-p.
2958 (vc-default-workfile-unchanged-p): New function. Delegates to a
2959 full vc-BACKEND-diff.
2960
2961 * vc-hooks.el (vc-simple-command): Removed.
2962
2963 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2964 instead of vc-simple-command.
2965 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2966 avoid doing a diff when opening a file.
2967 (vc-rcs-state): Added check for unlocked-changes.
2968 (vc-rcs-header): Escape Id.
2969 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2970 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2971 version.
2972
2973 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2974 (vc-sccs-diff): Remove optional arg CMP.
2975 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2976 SCCS-specific function.
2977
2978 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2979 vc-simple-command.
2980
29812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2982
2983 * vc.el (vc-editable-p): Renamed from vc-writable-p.
2984 (with-vc-file, vc-merge): Use vc-editable-p.
2985 (vc-do-command): Remove unused var vc-file and fix the
2986 doubly-defined `status' var. Add a user message when starting an
2987 async command.
2988 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2989 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2990 Use with-current-buffer.
2991 (vc-buffer-sync): Use unless.
2992 (vc-next-action-on-file): If the file is 'edited by read-only,
2993 make it read-write instead of trying to commit.
2994 (vc-version-diff, vc-update-change-log): Use `setq
2995 default-directory' rather than `cd'.
2996 (vc-log-edit): Don't forget to set default-directory in the
2997 buffer.
2998
2999 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3000 (vc-sccs-state-heuristic): Use file-writable-p instead of
3001 comparing userids.
3002 (vc-sccs-checkout): Use `unless'.
3003
3004 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3005 of comparing userids.
3006 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3007 Simplify the logic by eliminating unreachable code.
3008 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3009 just do a recursive call if we need to retry.
3010 (vc-rcs-checkout): Handle the case where rcs is missing by making
3011 the buffer read-write if requested and re-signalling the error.
3012
3013 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3014
30152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3016
3017 * vc-hooks.el (vc-handled-backends): Docstring change.
3018 (vc-ignore-vc-files): Mark obsolete.
3019 (vc-registered): Check vc-ignore-vc-files.
3020 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3021 vc-ignore-vc-files.
3022
3023 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3024
30252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3026
3027 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3028 files since ange-ftp already has vc-registered return nil.
3029
3030 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3031 (vc-sccs-workfile-version): Use with-temp-buffer and new
3032 vc-parse-buffer and don't bother setting the property.
3033 (vc-sccs-add-triple): Use with-current-buffer and
3034 find-file-noselect.
3035 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3036
3037 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3038 derives from the old vc-parse-buffer but uses the revision number
3039 rather than the date (much easier to compare robustly).
3040 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3041 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3042 locking-user more directly. Check strict locking and set
3043 checkout-model appropriately.
3044 (vc-rcs-parse-locks): Remove.
3045 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3046 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3047 (vc-rcs-system-release): Use with-current-buffer and
3048 vc-parse-buffer.
3049 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3050
3051 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3052 (vc-simple-command): Docstring fix.
3053 (vc-registered): Align the way the file-handler is called with the
3054 way the function itself works.
3055 (vc-file-owner): Remove.
3056
3057 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3058 extraction of fields and call to file-attributes because of a
3059 temporary bug in rcp.el.
3060 (vc-cvs-fetch-status): Use with-current-buffer.
3061
30622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3063
3064 * vc.el (vc-do-command): Use file-relative-name.
3065 (vc-responsible-backend): Use vc-backend if possible.
3066 (vc-create-snapshot): Improve the `interactive' spec. Add support
3067 for branches and dispatch to backend-specific `create-snapshot'.
3068 (vc-default-create-snapshot): New function, containing the bulk of
3069 the old vc-create-snapshot.
3070 (vc-retrieve-snapshot): Improve the interactive spec.
3071
3072 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3073 (vc-backend-hook-functions): Remove.
3074 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3075 (vc-backend): Reintroduce the test for `file = nil' now that I
3076 know why it was there (and added a comment to better remember).
3077
3078 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3079 code from vc-sccs-hooks.el.
3080 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
3081 'vc anymore.
3082 (vc-sccs-responsible-p): Use expand-file-name instead of concat
3083 and file-directory-p instead of file-exists-p.
3084 (vc-sccs-check-headers): Simplify the regexp.
3085
3086 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3087 from vc-rcs-hooks.el. Don't require 'vc anymore.
3088 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3089 file-directory-p instead of file-exists-p.
3090
3091 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3092 from vc-cvs-hooks.el.
3093 (proto vc-cvs-registered): Require 'vc-cvs instead of
3094 'vc-cvs-hooks. Don't require 'vc anymore.
3095 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3096 file-directory-p instead of file-exists-p.
3097 (vc-cvs-create-snapshot): New function, replacing
3098 vc-cvs-assign-name.
3099 (vc-cvs-assign-name): Remove.
3100
31012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3102
3103 * vc-cvs.el (vc-cvs-header): New var.
3104
3105 * vc-rcs.el (vc-rcs-exists): Remove.
3106 (vc-rcs-header): New var.
3107
3108 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3109 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3110 (vc-sccs-header): New var.
3111
3112 * vc.el (vc-do-command): Get rid of the `last' argument.
3113 (vc-header-alist): Remove, replaced by vc-X-header.
3114 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3115 (vc-dired-hook): Use expand-file-name instead of concat.
3116 (vc-directory): Use file-name-as-directory.
3117 (vc-snapshot-precondition, vc-create-snapshot)
3118 (vc-retrieve-snapshot): Allow the command to operate on any
3119 directory.
3120
3121 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3122 just removing the 'WORKFILE argument or by removing the 'MASTER
3123 argument and replacing `file' with (vc-name file).
3124
31252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3126
3127 * vc.el: Update Copyright and add a crude list of backend funs.
3128 (vc-writable-p): New function.
3129 (with-vc-file): Use vc-writable-p.
7f8b6551 3130 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
3131 (vc-register): Avoid vc-name.
3132 (vc-locking-user): Remove.
3133 (vc-steal-lock): Make the `owner' arg non-optional.
3134 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3135 vc-checkout-model.
3136 (vc-default-dired-state-info): Use vc-state instead of
3137 vc-locking-user and return special strings for special states.
3138 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3139 and get rid of one of the special CVS cases.
3140 (vc-cancel-version): prettify error message with \\[...].
3141 (vc-rename-master): New function.
3142 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3143 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
3144 the CVS special case generic.
3145 (vc-default-record-rename): Remove.
3146 (vc-file-tree-walk-internal): Only call FUNC for files that are
3147 under control of some VC backend and replace `concat' with
3148 expand-file-name.
3149 (vc-file-tree-walk): Update docstring.
3150 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3151 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3152
3153 * vc-sccs.el (vc-sccs-rename-file): Renamed from
3154 vc-sccs-record-rename. Use `find-file-noselect' rather than
3155 `find-file' and call `vc-rename-master' to do the actual move.
3156 (vc-sccs-diff): Remove unused `backend' variable.
3157
3158 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3159 to delay loading of vc-sccs until it is really used.
3160 (vc-sccs-master-templates): Preload.
3161 (vc-sccs-state): Update call to vc-sccs-parse-locks.
3162 (vc-sccs-project-dir): Remove (merged into
3163 vc-sccs-search-project-dir).
3164 (vc-sccs-search-project-dir): Rewrite using file name handling ops
3165 rather than `concat', make sure it is preloaded and don't bother
3166 to check that the file actually exists.
3167 (vc-sccs-parse-locks): Remove unused `file' argument, remove
3168 `locks' argument (use buffer's content instead) and eliminate n^2
3169 behavior.
3170
3171 * vc-rcs.el: Update Copyright.
3172 (vc-rcs-rename-file): New function.
3173 (vc-rcs-diff): Remove unused `backend' variable.
3174
3175 * vc-hooks.el: Update Copyright.
3176 (vc-backend): Don't accept a nil argument any more.
3177 (vc-up-to-date-p): Turn into a defsubst.
3178 (vc-possible-master): New function.
3179 (vc-check-master-templates): Use `vc-possible-master' and allow
3180 funs in vc-X-master-templates to return a non-existent file.
3181
3182 * vc-cvs.el: Update Copyright.
3183 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 3184 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
3185
3186 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3187
31882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3189
3190 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3191 since it can be called from vc-rcs.el.
3192 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3193
31942000-09-04 Andre Spiegel <spiegel@gnu.org>
3195
3196 * vc.el (vc-version-diff): Expand file name read from the
3197 minibuffer. Handle the case when a previous version number can't
3198 be guessed. Give suitable messages when there were no differences
3199 found.
3200 (vc-clear-headers): Call backend-specific implementation, if one
3201 exists.
3202 (vc-cancel-version): Made error checks generic. When done, clear
3203 headers generically, too.
3204
3205 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3206 from vc-clear-headers in vc.el.
3207
3208 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3209 correctly.
3210 (vc-rcs-latest-on-branch-p): Made second argument VERSION
3211 optional. Handle the case when it's not there.
3212
32132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3214
3215 * vc.el (vc-locking-user): Moved from vc-hooks.el.
3216
32172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3218
3219 * vc-hooks.el (vc-loadup): Remove.
3220 (vc-find-backend-function): Use `require'. Also, handle the case
3221 where vc-BACKEND-hooks.el doesn't exist.
3222 (vc-call-backend): Cleanup.
3223
32242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3225
3226 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3227 vc-rcs-grab-templates)
3228 (vc-rcs-registered): Remove. The default function works as well.
3229 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3230 vc-sccs-grab-templates)
3231 (vc-sccs-registered): Remove. The default function works as well.
3232
3233 * vc.el (vc-version-diff): Left out a vc- in call to
3234 vc-call-backend.
3235 (vc-default-dired-state-info, vc-default-record-rename)
3236 (vc-default-merge-news): Update for the new backend argument.
3237
3238 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3239 using the default function.
3240 (vc-call-backend): If calling the default function, pass it the
3241 backend as first argument. Update the docstring accordingly.
3242 (vc-default-state-heuristic, vc-default-mode-line-string): Update
3243 for the new backend argument.
3244 (vc-make-backend-sym): Renamed from vc-make-backend-function.
3245 (vc-find-backend-function): Use the new name.
3246 (vc-default-registered): New function.
3247
32482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3249
3250 * vc.el (vc-merge): Use vc-find-backend-function.
3251
3252 * vc-hooks.el (vc-backend-functions): Remove.
3253 (vc-loadup): Don't setup 'vc-functions.
3254 (vc-find-backend-function): New function.
3255 (vc-call-backend): Use above fun and populate 'vc-functions
3256 lazily.
3257 (vc-backend-defines): Remove.
3258
32592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3260
3261 * vc.el (vc-register): Put a FIXME note for a newly found bug.
3262 Call vc-call-backend without the leading vc-.
3263 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3264 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 3265 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
3266 (vc-annotate-display): Replace confusing use of `cond' with `or'.
3267 Call vc-call-backend without the leading vc-.
3268
3269 * vc-cvs.el (tail): Provide vc-cvs.
3270 * vc-sccs.el (tail): Provide vc-sccs.
3271 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3272
3273 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3274 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 3275 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
3276 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3277 (vc-call-backend): Always try to load vc-X-hooks.
3278 (vc-registered): Remove vc- in call to vc-call-backend.
3279
32802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3281
3282 * vc.el (vc-process-filter): New function.
3283 (vc-do-command): Setup `vc-process-filter' for the async process.
3284 (vc-maybe-resolve-conflicts): New function to reduce
3285 code-duplication. Additionally, it puts the buffer in
3286 `smerge-mode' if applicable.
3287 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3288 calling `merge-news'.
7f8b6551 3289 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
3290 (vc-log-edit): New function. Replacement for `vc-log-mode' by
3291 interfacing to log-edit.el.
3292 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3293 log-edit is available.
3294 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3295
32962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3297
3298 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3299 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3300 defvar and the initialization.
3301 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3302
3303 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3304 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3305
7f8b6551 3306 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
3307
33082000-09-04 Andre Spiegel <spiegel@gnu.org>
3309
3310 * vc.el (vc-file-clear-masterprops): Removed.
3311 (vc-checkin, vc-revert-buffer): Removed calls to the above.
3312 (vc-version-diff): Use buffer-size without argument.
3313 (vc-register): Heed vc-initial-comment.
3314
3315 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3316 default branch.
3317
3318 * vc-rcs.el (vc-rcs-register): Parse command output to find master
3319 file name and workfile version.
3320 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3321
3322 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3323 vc-file-clear-masterprops.
3324
3325 * vc-sccs.el (vc-sccs-checkout): Removed call to
3326 vc-file-clear-masterprops. If writable, set vc-state to 'edited
3327 rather than user login name.
3328
3329
33302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3331
3332 * vc.el (vc-workfile-unchanged-p): Remove unused argument
3333 `want-differences-if-changed' and simplify.
3334 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3335 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3336 output (which is invalid for async vc-diff) to decide whether to
3337 do the revert silently or not.
3338
33392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3340
3341 * vc-hooks.el (vc-loadup): Load files quietly.
3342 (vc-call-backend): Oops, brain fart.
3343
33442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3345
3346 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 3347 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
3348
33492000-09-04 Andre Spiegel <spiegel@gnu.org>
3350
3351 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3352 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3353 vc-state or vc-up-to-date-p.
3354 (vc-merge): Use vc-backend-defines to check whether merging is
3355 possible. Set state to 'edited after successful merge.
3356
3357 * vc-hooks.el (vc-locking-user): If locked by the calling user,
3358 return that name. Redocumented.
3359
33602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3361
3362 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3363 new `vc-state' semantics.
3364 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3365 'vc-locking-user to the current user.
3366 (vc-merge): Inline vc-backend-merge. Comment out code that I
3367 don't understand and hence can't adapt to the new `vc-state' and
3368 `vc-locking-user' semantics.
3369 (vc-backend-merge): Remove.
3370
3371 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3372 rather than 'vc-locking-user.
3373
3374 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3375
3376 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3377 (vc-state): Don't use 'reserved any more. Just use the same
3378 convention as the one used for vc-<backend>-state where the
3379 locking user (as a string) is returned.
3380 (vc-locking-user): Update, based on the above convention. The
3381 'vc-locking-user property has disappeared.
7f8b6551 3382 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
3383
3384 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3385 with a heuristic one.
3386 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3387 (vc-cvs-checkin): Do a trivial parse to set the state in case of
3388 error. That allows us to get to 'needs-merge even in the
3389 stay-local case. There's still no way to detect 'needs-patch in
3390 such a setup (or to force an update for that matter).
3391 (vc-cvs-logentry-check): Remove, the default works as well.
3392
33932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3394
7f8b6551 3395 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
3396
3397 * vc.el (vc-do-command): kill-all-local-variables, to reset any
3398 major-mode in which the buffer might have been put earlier. Use
3399 `remove' and `when'. Allow `okstatus' to be `async' and use
3400 `start-process' in this case.
3401 (vc-version-diff): Handle the case where the diff looks empty
3402 because of the use of an async process.
3403
34042000-09-04 Andre Spiegel <spiegel@gnu.org>
3405
3406 * vc.el (vc-next-action-on-file): Removed optional parameter
3407 `simple'. Recompute state unconditionally.
3408 (vc-default-toggle-read-only): Removed.
3409
3410 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3411 (vc-toggle-read-only): Undid prev change.
3412
3413 * vc-cvs.el (vc-cvs-stay-local): Renamed from
3414 vc-cvs-simple-toggle. Redocumented.
3415 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3416 (vc-cvs-toggle-read-only): Removed.
3417
34182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3419
7f8b6551 3420 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
3421 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3422 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3423 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
3424 still is. So maybe it should be removed.
3425 (vc-head-version, vc-find-binary): Remove.
3426 (vc-recompute-state): Move from vc-hooks.el.
3427 (vc-next-action-on-file): Add a `simple' argument to allow
3428 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
3429 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3430 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
3431 (vc-dired-mode-map): Properly defvar it.
3432 (vc-print-log): Call log-view-mode if available.
3433 (small-temporary-file-directory): defvar instead of use boundp.
3434 (vc-merge-news): Moved to vc-cvs.el.
3435 (vc-default-merge-news): New function.
3436
3437 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3438 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3439 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3440 unknown `vc-latest-version' function. It should probably refer to
3441 vc-workfile-version or somesuch, but it's very unclear to me and I
3442 don't have SCCS to test things.
3443
3444 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3445 (vc-sccs-state-heuristic): Fix typo.
3446 (vc-sccs-workfile-unchanged-p): Add missing argument.
3447
3448 * vc-rcs.el: Require vc and vc-rcs-hooks.
3449 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3450 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3451 (vc-release-greater-or-equal-p): Move from vc.
3452 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3453 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3454 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 3455 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
3456
3457 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3458 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3459 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3460 than the apparently unbound `workfile-version'.
3461
3462 * vc-hooks.el (vc-master-templates): Def the obsolete var.
3463 (vc-file-prop-obarray): Use `make-vector'.
3464 (vc-backend-functions): Add new hookable functions
3465 vc-toggle-read-only, vc-record-rename and vc-merge-news.
3466 (vc-loadup): If neither backend nor default functions exist, use
3467 the backend function rather than nil.
3468 (vc-call-backend): If the function if not bound yet, try to load
3469 the non-hook file to see if it provides it.
3470 (vc-call): New macro plus use it wherever possible.
3471 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3472 nor `vc-find-binary' since it's only called from
7f8b6551 3473 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
3474 (vc-checkout-model): Fix parenthesis.
3475 (vc-recompute-state, vc-prefix-map): Move to vc.el.
3476
7f8b6551 3477 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
3478 (vc-cvs-release, vc-cvs-system-release): Remove.
3479 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3480 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3481 status symbols.
3482 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3483 (vc-cvs-toggle-read-only): First cut at a function to allow a
3484 cvs-status-free vc-toggle-read-only.
3485 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3486 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3487 vc-cvs-status. Also set vc-state rather than vc-locking-user.
3488 (vc-cvs-checkout): Modify access rights directly if the user
3489 requested not to use `cvs edit'. And refresh the mode line.
3490
3491 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3492 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3493
34942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3495
3496 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
3497 workfile' that got lost when the code was extracted from vc.el.
3498 And merged the tail with the rest of the code (not possible in the
3499 old vc.el where the tail was shared among all backends). And
3500 explicitly set the state to 'edited if `writable' is set.
3501
3502 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3503 (vc-cvs-state): Be careful to return the value from
3504 vc-cvs-parse-state.
3505 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
3506 property but return it instead. Also be careful to handle a nil
3507 or "" `rev' when workfile is non-nil (it was handled properly when
3508 workfile was nil).
3509
3510 * vc.el: Removed those pesky unnecessary `(function' quotes.
3511 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3512 directly in the defvar.
3513 (vc-do-command): Bind inhibit-read-only so as to properly handle
3514 the case where the destination buffer has been made read-only.
3515 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 3516 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
3517 (vc-annotate-mode-variables): Removed (code moved partly to
3518 defvars and partly to vc-annotate-add-menu).
3519 (vc-annotate-mode): Turned into a derived-mode.
3520 (vc-annotate-add-menu): Moved in code in
3521 vc-annotate-mode-variables.
3522 (vc-update-change-log): Use make-temp-file if available.
3523
35242000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
3525
3526 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3527 `vc-checkout-model' updated to `vc-cvs-update-model'.
3528
35292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3530
3531 * vc.el (vc-next-action-on-file): Added handling of state
3532 `unlocked-changes'.
3533 (vc-checkout-carefully): Is now practically obsolete, unless the
3534 above is too slow to be enabled unconditionally.
3535 (vc-update-change-log): Fixed typo.
3536
3537 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3538
7f8b6551
SM
3539 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3540 Now handles state `unlocked-changes'.
3541 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
3542
3543 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3544
3545 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3546 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
3547 `unlocked-changes'.
3548 (vc-rcs-workfile-unchanged-p): Renamed from
3549 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
3550 function yet, but supposed to become one soon.
3551
3552 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3553 `vc-steal-lock'.
3554 (vc-call-backend): Changed error message.
3555 (vc-state): Added description of state `unlocked-changes'.
3556
35572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3558
3559 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3560 always return t in CVS-controlled directories.
3561
3562 * vc.el (vc-responsible-backend): New function.
3563 (vc-register): Largely rewritten.
3564 (vc-admin): Removed (implementation moved into vc-register).
3565 (vc-checkin): Redocumented.
3566 (vc-finish-logentry): If no backend defined yet (because we are in
3567 the process of registering), use the responsible backend.
3568
3569 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3570 Updated function lists.
3571 (vc-call-backend): Fixed typo.
3572
7f8b6551
SM
3573 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3574 New functions.
3575 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3576 Removed query option. Redocumented.
7a004b71
GM
3577
35782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3579
3580 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3581
3582 * vc.el: Updated callers of `vc-checkout-required' to use
3583 `vc-checkout-model'.
3584
35852000-09-04 Martin Lorentzson <martinl@gnu.org>
3586
3587 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
3588 stuff updated to reference this function instead of the old
3589 `vc-backend-release-p'.
3590
35912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3592
3593 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3594 vc-checkout-model. Return appropriate values. Updated callers.
3595
35962000-09-04 Martin Lorentzson <martinl@gnu.org>
3597
7f8b6551 3598 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
3599 (vc-backend-revert): Function moved into `vc-revert';
3600 `vc-next-action' must be updated to accomodate this change.
3601 (vc-backend-steal): Function moved into `vc-finish-steal'.
3602 (vc-backend-logentry-check): Function moved into
3603 `vc-finish-logentry'.
3604 (vc-backend-printlog): Function moved into `vc-print-log'.
3605 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3606 (vc-backend-assign-name): Function moved into
3607 `vc-create-snapshot'.
3608
36092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3610
3611 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
3612 Rename to vc-checkout-model. Return appropriate values.
3613 Update callers.
7a004b71 3614
7f8b6551 3615 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 3616 to vc-checkout-model.
7f8b6551
SM
3617 (vc-checkout-required): Rename to vc-checkout-model.
3618 Re-implement and re-comment.
7a004b71
GM
3619 (vc-after-save): Use vc-checkout-model.
3620
36212000-09-04 Martin Lorentzson <martinl@gnu.org>
3622
7f8b6551
SM
3623 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3624 Update to use the vc-BACKEND-diff functions instead.
3625 `vc-diff' is now working.
7a004b71 3626
7f8b6551 3627 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 3628
7f8b6551 3629 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
3630
3631 * vc-sccs.el (vc-sccs-diff): Function changed name from
3632 `vc-backend-diff'. This makes `vc-diff' work.
3633
7f8b6551 3634 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 3635 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 3636 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
3637 signaled during `vc-after-save'.
3638
7f8b6551
SM
3639 * vc.el: Fix typo.
3640 This checkin is made with our new VC code base for the very first time.
3641 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
3642
3643 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3644 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3645
3646 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3647 updated to `vc-uses-locking'.
7f8b6551 3648 (vc-checkout-required): Call to backend function.
7a004b71
GM
3649 `vc-checkout-required' updated to `vc-uses-locking' instead.
3650
3651 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3652 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3653
7f8b6551 3654 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 3655 to match the split into various backends.
7f8b6551 3656 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
3657 (vc-retrieve-snapshot): Bug fix.
3658
36592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3660
3661 * vc-sccs.el (vc-sccs-release): Doc fix.
3662
36632000-09-04 Martin Lorentzson <martinl@gnu.org>
3664
3665 * vc.el (vc-next-action-on-file): Bug found and fixed.
3666 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3667 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3668
3669 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3670 (vc-rcs-checkout): Name space cleaned up. No more revision number
3671 crunching function names that are not prefixed with vc-rcs.
3672 (vc-rcs-checkout-model): Function added. References to
3673 `vc-checkout-model' replaced.
3674
36752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3676
3677 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3678 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
3679 still need to be split, and implemented for RCS).
3680
36812000-09-04 Martin Lorentzson <martinl@gnu.org>
3682
3683 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3684
3685 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3686 required by the vc.el file.
3687
3688 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3689 required by the vc.el file.
3690 (vc-rcs-exists): Function added.
3691
3692 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3693 required by the vc.el file.
3694
3695 * vc.el (vc-admin): Updated to handle selection of appropriate
3696 backend. Current implementation is crufty and need re-thinking.
3697
3698 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3699
37002000-09-04 Martin Lorentzson <martinl@gnu.org>
3701
3702 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3703 beginning of annotate buffers correctly.
3704
3705 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3706 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3707 functionality updated quite a lot to support multiple backends.
3708 Variables `vc-annotate-mode', `vc-annotate-buffers',
3709 `vc-annotate-backend' added.
3710
3711 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3712 `vc-annotate-difference' added to supported backend functions.
3713
37142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3715
3716 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3717 Use with-temp-file instead of /bin/sh. Merged from mainline
3718
37192000-09-04 Martin Lorentzson <martinl@gnu.org>
3720
3721 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3722
3723 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3724
3725 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3726
37272000-09-04 Martin Lorentzson <martinl@gnu.org>
3728
3729 * vc-hooks.el: vc-state-heuristic added to
3730 vc-backend-hook-functions.
3731
3732 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3733
3734 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3735
7f8b6551
SM
3736 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3737 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
3738 state to `reserved'.
3739
3740 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3741 `vc-checkout-required'. Rename the `locked' state to `reserved'.
3742
37432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3744
7f8b6551 3745 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
3746 untouched.
3747
7f8b6551 3748 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 3749
7f8b6551 3750 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
3751 if defined. (Merged from main line, slightly adapted.)
3752
3753 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3754 millenium problem (merged from mainline).
3755
37562000-09-04 Martin Lorentzson <martinl@gnu.org>
3757
3758 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3759 part and moved the non-BACKEND stuff to vc.el.
3760
3761 * vc.el: Split the annotate feature into a BACKEND specific part
3762 and moved it from the vc-cvs.el file to this one.
3763
37642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3765
7f8b6551
SM
3766 * vc-hooks.el: Implement new state model.
3767 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3768 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 3769 locked by somebody else.
7f8b6551 3770 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
3771 vc-sccs-hooks.el and vc-rcs-hooks.el now.
3772 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 3773 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 3774
7f8b6551
SM
3775 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3776 Various simplifications and adaptations all over the place.
7a004b71 3777
7f8b6551
SM
3778 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3779 Simplify and adapt the rest.
7a004b71 3780
7f8b6551 3781 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 3782 interaction with view mode according to recent RCS change.
7f8b6551 3783 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
3784
37852000-09-04 Martin Lorentzson <martinl@gnu.org>
3786
7f8b6551 3787 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
3788
37892000-09-04 Martin Lorentzson <martinl@gnu.org>
3790
3791 * vc.el (vc-backend-release, vc-release-greater-or-equal)
3792 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3793 (vc-minor-part, vc-previous-version): Functions that operate and
3794 compare revision numbers got proper documentation. Comments added
3795 about their possible removal.
3796
37972000-09-04 Martin Lorentzson <martinl@gnu.org>
3798
3799 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3800 the vc-backend.el files.
3801
3802 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3803
3804 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3805 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3806 (vc-rcs-previous-version): Functions added.
3807
3808 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3809
3810 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3811
38122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3813
3814 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 3815 Comment out the definition for now. What is the right procedure
7a004b71
GM
3816 to get rid of it?
3817 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3818 rewritten.
7f8b6551 3819 (vc-default-registered): Remove.
7a004b71
GM
3820 (vc-check-master-templates): New function; does mostly what the
3821 above did before.
3822 (vc-locking-user): Don't rely on the backend to set the property.
3823
3824 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 3825 Rewrite documentation.
7a004b71
GM
3826 (vc-rcs-templates-grabbed): New variable.
3827 (vc-rcs-grab-templates): New function.
7f8b6551 3828 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
3829
3830 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 3831 Rewrite documentation.
7a004b71
GM
3832 (vc-sccs-templates-grabbed): New variable.
3833 (vc-sccs-grab-templates): New function.
7f8b6551
SM
3834 (vc-sccs-registered): Rewrite to use above mechanism.
3835 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3836 Don't throw the result, simply return it.
7a004b71 3837
7f8b6551
SM
3838 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3839 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
3840 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 3841
7f8b6551 3842 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
3843 from main line.
3844
38452000-09-04 Martin Lorentzson <martinl@gnu.org>
3846
7f8b6551 3847 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 3848
7f8b6551 3849 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 3850
7f8b6551
SM
3851 * vc-rcs.el (vc-rcs-diff): New function.
3852 (vc-rcs-checkout): Bug (typo) found and fixed.
3853 (vc-rcs-register-switches): New variable.
7a004b71
GM
3854
3855 * vc.el (vc-backend-diff): Function removed and placed in the
3856 backend files.
3857
38582000-09-04 Martin Lorentzson <martinl@gnu.org>
3859
3860 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3861
3862 * vc.el (vc-backend-checkout): Function removed and replaced in
3863 the vc-backend.el files.
3864
3865 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3866
3867 * vc.el (vc-backend-admin): Removed and replaced in the
3868 vc-backend.el files.
3869
3870 * vc.el (Martin): Removed all the annotate functionality since it
3871 is CVS backend specific.
3872
38732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3874
3875 * spec.txt: Added specification of vc-state.
3876
3877 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 3878 Remove handling of vc-latest-version and
7a004b71
GM
3879 vc-your-latest-version. What used to be vc-latest-version, is now
3880 returned as vc-workfile-version.
7f8b6551 3881 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
3882
38832000-09-04 Dave Love <fx@gnu.org>
3884
3885 * vc.el: [Merged from mainline.]
3886 (vc-dired-mode): Make the dired-move-to-filename-regexp
3887 regexp match the date, to avoid treating date as file size.
3888 Add YYYY S option to WESTERN/
3889
38902000-09-04 Dave Love <fx@gnu.org>
3891
3892 * vc.el: Require `compile' when compiling.
3893 (vc-logentry-check-hook): New option.
3894 (vc-steal-lock): Use compose-mail.
3895 (vc-dired-mode-map): Defvar when compiling.
3896 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3897 vc-sccs.el and renamed. Callers changed.
3898 (vc-backend-checkout, vc-backend-logentry-check)
3899 (vc-backend-merge-news): Doc fix.
3900 (vc-default-logentry-check): New function.
3901 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3902 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3903 (vc-backend-merge): Doc fix. Use backend functions.
3904 (vc-check-headers): Use backend functions.
3905
3906 * vc-cvs.el: Require vc when compiling.
3907 (vc-cvs-register-switches): Doc fix.
3908 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3909 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3910 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3911 New functions (code from vc.el).
3912 (vc-annotate-display-default): Fix interactive spec.
3913 (vc-annotate-time-span): Doc fix.
3914
3915 * vc-rcs.el: Require vc when compiling.
3916 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3917 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3918 (vc-rcs-checkin): New functions (code from vc.el).
3919 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3920 Doc fix.
3921 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
3922
3923 * vc-sccs.el: Require vc when compiling.
3924 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3925 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3926 (vc-sccs-revert)
3927 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3928 from vc.el).
3929 (vc-sccs-add-triple, vc-sccs-record-rename)
3930 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3931 (vc-sccs-admin): Doc fix.
3932
39332000-09-04 Martin Lorentzson <martinl@gnu.org>
3934
3935 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3936 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3937 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3938 from vc.el.
3939
3940 * vc-sccs.el (vc-admin-sccs): Added from vc.el
3941
3942 * vc-cvs.el: Moved the annotate functionality from vc.el.
3943 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3944
39452000-09-04 Dave Love <fx@gnu.org>
3946
3947 * vc.el (vc-backend-release): Call vc-system-release.
3948
3949 * vc-sccs.el (vc-sccs-system-release):
3950 Renamed from vc-sccs-backend-release.
3951
3952 * vc-rcs.el (vc-rcs-system-release):
3953 Renamed from vc-rcs-backend-release.
3954
3955 * vc-cvs.el (vc-cvs-system-release):
3956 Renamed from vc-cvs-backend-release.
3957
39582000-09-04 Dave Love <fx@gnu.org>
3959
3960 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3961 backend files.
3962 (vc-backend-release): Dispatch to backend functions.
3963 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
3964 probably needs attention.]
3965
3966 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3967 (vc-sccs-backend-release): New function.
3968
3969 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3970 (vc-cvs-backend-release): New function.
3971
3972 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3973 Doc fix.
3974 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3975 (vc-default-dired-state-info): New function.
3976 (vc-dired-state-info): Dispatch to backends.
3977 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
3978
3979 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3980 from vc.el and renamed.
3981
39822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3983
3984 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3985 (vc-version-other-window, vc-backend-assign-name): Removed
3986 references to vc-latest-version; sometimes changed into
3987 vc-workfile-version.
3988
3989 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3990 vc-rcs-master-workfile-version.
3991 (vc-rcs-workfile-version): Use the above. Don't call
3992 vc-latest-version (that was unreachable code, anyway).
3993 (vc-rcs-fetch-master-properties): Doc fix.
3994
3995 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3996 (vc-backend-hook-functions): Removed them from this list, too.
3997 (vc-fetch-properties): Removed.
3998 (vc-workfile-version): Doc fix.
3999
4000 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4001 (vc-rcs-workfile-version, vc-rcs-locking-user)
4002 (vc-rcs-uses-locking): Use it.
4003
4004 * vc-hooks.el (vc-consult-rcs-headers):
4005 Moved into vc-rcs-hooks.el, under the name
4006 vc-rcs-consult-headers.
4007
4008 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4009 headers.
4010 (vc-cvs-find-master): Use this name only; correct different
4011 versions of the name.
4012
4013 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4014 New functions.
4015 (vc-sccs-locking-user): Use the latter.
4016
4017 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4018 New functions.
4019
4020 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4021 Moved into both
4022 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4023 functions are implementation details of those two backends.
4024
40252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4026
4027 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4028 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4029
4030 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4031 (vc-sccs-parse-locks): SCCS-specific code moved here from
4032 vc-hooks.
4033
4034 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4035 code moved here from vc-hooks.
4036
4037 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4038 into back-end specific parts and removed. Callers not updated
4039 yet; because I guess these callers will disappear into back-end
4040 specific files anyway.
4041
40422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4043
4044 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4045 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4046 `vc-uses-locking'.
4047
4048 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4049 Store yes/no in the property, and return t/nil. Updated all
4050 callers.
4051
4052 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4053 vc-sccs-uses-locking. Don't set property.
4054 (vc-sccs-locking-user): Don't set property.
4055
4056 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4057 vc-cvs-uses-locking. Don't set property here; leave that to
4058 vc-hooks.
4059 (vc-cvs-locking-user): Reflect above change. Streamlined.
4060
4061 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4062 vc-rcs-uses-locking.
4063 (vc-rcs-locking-user): Reflect above change.
4064
40652000-09-04 Dave Love <fx@gnu.org>
4066
4067 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4068
4069 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4070
4071 * vc-hooks.el (vc-checkout-model): Punt to backends.
4072
4073 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4074
4075 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4076
4077 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4078 New functions.
4079
4080 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4081 New functions.
4082
4083 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4084 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4085
4086 * vc-hooks.el (vc-default-locking-user): New function.
4087 (vc-locking-user, vc-workfile-version): Punt to backends.
4088
40892000-09-04 Dave Love <fx@gnu.org>
4090
4091 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4092 (vc-master-workfile-version): Moved from vc-hooks.
4093
4094 * vc-rcs-hooks.el: Fix duplicate code in last change.
4095
4096 * vc-rcs-hooks.el: Require vc-hooks when compiling.
4097 (vc-rcs-master-templates): Improve :type.
4098 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4099 vc-master-workfile-version): Moved from vc-hooks.
4100
4101 * vc-sccs-hooks.el: Require vc-hooks when compiling.
4102 (vc-sccs-master-templates): Improve :type.
4103 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4104
4105 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4106
4107 * vc-cvs-hooks.el: Require vc-hooks when compiling.
4108 (vc-cvs-master-templates): Improve :type. Use
4109 vc-cvs-find-cvs-master.
4110 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4111 from vc-hooks.
4112 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4113
4114 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4115 Moved to vc-cvs-hooks.
4116
4117 * vc-hooks.el: Add doc strings in various places. Simplify the
4118 minor mode setup.
4119 (vc-handled-backends): New user variable.
4120 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4121 simplification.
4122
41232000-09-04 Dave Love <fx@gnu.org>
4124
4125 * vc.el: Some doc fixes for autoloaded and interactive functions.
4126 Fix compilation warnings from ediff stuff.
4127 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4128
4129 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4130
4131 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4132
4133 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4134
41352000-09-04 Dave Love <fx@gnu.org>
4136
4137 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4138 New variable.
4139 (vc-make-backend-function, vc-loadup, vc-call-backend)
4140 (vc-backend-defines): New functions.
4141
4142 * vc-hooks.el: Various doc fixes.
4143 (vc-default-back-end, vc-follow-symlinks): Custom fix.
4144 (vc-match-substring): Function removed. Callers changed to use
4145 match-string.
4146 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4147 Simplify.
4148
41492000-09-04 Dave Love <fx@gnu.org>
4150
4151 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4152 type.
4153 (vc-sccs-project-dir, vc-search-sccs-project-dir)
4154 (vc-sccs-registered): Doc fix.
4155
4156 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4157 (vc-cvs-registered): Doc fix.
4158
4159 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4160 (vc-rcs-registered): Doc fix.
4161
41622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4163
4164 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4165
4166 * vc-hooks.el: vc-registered has been renamed
4167 vc-default-registered. Some functions have been moved to the
4168 backend specific files. they all support the
4169 vc-BACKEND-registered functions.
4170
41712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4172
4173 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4174
4175 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4176
a033ea13
DL
41772000-09-04 Dave Love <fx@gnu.org>
4178
179fc9ef
DL
4179 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4180 menu-bar-update-hook.
4181
4182 * help.el (help-manyarg-func-alist): Add
4183 find-operation-coding-system.
4184
a033ea13
DL
4185 * wid-edit.el (widget-sexp-validate): Fix garbled code.
4186
4187 * custom.el (custom-set-variables): Print message about errors in
4188 setting.
4189
f8803e97
AI
41902000-09-03 Andrew Innes <andrewi@gnu.org>
4191
4192 * makefile.w32-in: Change to DOS line endings.
4193
59836110
EZ
41942000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4195
4196 * mouse.el (mouse-popup-menubar): Supply the prompt string for
4197 minor-mode keymaps, if they don't have one.
4198
5514ba5c
EZ
41992000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4200
4201 * eshell/esh-module.el (eval-when-compile): Don't lose if
4202 esh-module.el's file name is truncated to DOS 8+3 limits.
4203
79cf8e80
JW
42042000-09-01 John Wiegley <johnw@gnu.org>
4205
4206 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4207 predicate, which caused entries in the completion list to be
4208 doubled.
4209
42102000-08-30 John Wiegley <johnw@gnu.org>
4211
4212 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4213 sending to subprocesses. Also, hook pre-command-hook if
4214 `eshell-send-direct-to-subprocesses' is non-nil.
4215 (eshell-send-direct-to-subprocesses): New config variable. If t,
4216 subprocess input is send immediately.
4217 (eshell-toggle-direct-send): New function.
4218 (eshell-self-insert-command): New function.
4219 (eshell-intercept-commands): New function.
4220 (eshell-send-input): If direct subprocess sending is enabled,
4221 don't echo any input to the Eshell buffer. Let the subprocess
4222 handle that. This requires "stty echo" in bash, for example.
4223
42242000-08-28 John Wiegley <johnw@gnu.org>
4225
4226 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4227 completion function for Eshell's implementation of `unset'.
4228
778911b9
EZ
42292000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4230
4231 * info.el (Info-directory-list): Doc fix.
4232
05d07b49
PB
42332000-08-31 Peter Breton <pbreton@ne.mediaone.net>
4234
9b4a7800 4235 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
4236 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4237
9941d4c7
KH
42382000-08-31 Kenichi Handa <handa@etl.go.jp>
4239
4240 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4241 coding systems.
4242
af9ba8ad
AI
42432000-08-30 Andrew Innes <andrewi@gnu.org>
4244
4245 * timer.el (run-with-idle-timer): Undo last change, so that timer
4246 is not activated immediately if Emacs is already idle. Some
4247 existing code relies on this behaviour.
4248
caccd8f2
MB
42492000-08-30 Miles Bader <miles@gnu.org>
4250
4251 * frame.el (set-frame-font): Do completion of font-name for
4252 interactive use.
4253
b64c0a1c
KH
42542000-08-30 Kenichi Handa <handa@etl.go.jp>
4255
4256 * international/quail.el (quail-start-translation): Bind locally
4257 last-command-event, last-command, and this-command.
4258 (quail-start-conversion): Likewise.
75cf0095 4259 (quail-self-insert-command): Fix docstring.
b64c0a1c 4260
fd5f61d3
GM
42612000-08-29 Gerd Moellmann <gerd@gnu.org>
4262
4263 * progmodes/executable.el
4264 (executable-make-buffer-file-executable-if-script-p): Check that
4265 buffer contains at least 2 characters.
4266
5b671d04
EZ
42672000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
4268
4269 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4270
485d9513
DL
42712000-08-29 Dave Love <fx@gnu.org>
4272
a39fb83d
DL
4273 * diff-mode.el (diff-mode) <defgroup>: Add :version.
4274 (diff-mode-shared-map): Bind mouse-2.
4275 (diff-imenu-generic-expression): New variable.
4276 (diff-mode): Use it.
4277
485d9513
DL
4278 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4279 (mouse-popup-menubar): Add minor mode menus.
4280 (popup-menu): Check for lookup-key returning number.
4281
ba3478d9
MB
42822000-08-29 Miles Bader <miles@gnu.org>
4283
4284 * comint.el (comint-send-input): Create overlays using the proper
4285 front/read-advance arguments.
9b4a7800 4286
c3d6d211
GM
42872000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4288
4289 * ps-print.el: Even/odd pages printing. Doc fix.
4290 (ps-print-version): New version number (6.0).
4291 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4292 (ps-background, ps-begin-file, ps-begin-job): Code fix.
4293 (ps-print-duplex-feature): Variable eliminated.
4294 (ps-even-or-odd-pages): New variable.
4295
ba087cd7 4296 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
4297 (ebnf-version): New version (3.3).
4298 (ebnf-user-arrow): Change variable customization to sexp.
4299 (ebnf-user-arrow): Function eliminated.
4300 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 4301
d313265f
KH
43022000-08-29 Kenichi Handa <handa@etl.go.jp>
4303
cba62b78 4304 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
4305 (help-make-xrefs): Handle help-xref-mule-regexp.
4306
4307 * international/mule-cmds.el (help-xref-mule-regexp-template): New
4308 variable.
4309 (describe-input-method): Temporarily activate the specfied input
4310 method to display the information.
4311 (describe-language-environment): Hyperlinks to mule related items.
4312
4313 * international/mule-diag.el (charset-multibyte-form-string): New
4314 function.
4315 (list-character-sets-1): Use charset-multibyte-form-string.
4316 (describe-character-set): New function.
4317 (describe-coding-system): Hyperlinks to safe character sets.
4318
4319 * international/quail.el (quail-help): New arg PACKAGE.
4320 Hyperlinks to mule related items.
4321 (quail-help-insert-keymap-description): Use
4322 substitute-command-keys instead of describe-bindings.
4323 (quail-translation-help): Hyperlinks to mule related items.
4324
b4bd214e
JW
43252000-08-28 John Wiegley <johnw@gnu.org>
4326
ca7aae91
JW
4327 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4328 have a defsubst call itself. Made `eshell-flatten-list' back into
4329 a function again.
4330
b4bd214e
JW
4331 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4332 catch, in case re-centering point at bottom messes up the display.
4333 This happens frequently in Emacs 21, due I believe to variable
4334 line heights.
4335
4336 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4337 to call `find-tag-interactive'.
4338
4339 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4340 the list of remember directories.
4341
d44e146b
JW
43422000-08-28 John Wiegley <johnw@gnu.org>
4343
4344 * align.el: Test align-region-separate to see if it's a symbol.
4345
546c0888 43462000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
4347
4348 * eshell/esh-util.el (eshell-flatten-list): Made this function
4349 into a defsubst form. It gets used very frequently, although
4350 calls don't occur all that often.
4351
4352 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4353 examining it.
4354
4355 * eshell/esh-cmd.el (eshell-rewrite-while-command):
4356 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4357 `eshell-protect'.
4358 (eshell-copy-handles): Created a new macro for duplicating the
4359 current set of open handles. This is needed by the looping
4360 functions.
4361 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4362 is not incorrectly stomped on.
4363
4364 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4365 declaration for pcomplete-use-paring.
4366 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4367 value of eshell-cmpl-use-paring.
4368 * pcomplete.el (pcomplete-use-paring): New config variable, to
4369 indicate whether paring should be used.
4370 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4371 completion alternatives that have already been used.
4372
4373 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4374 bound to C-c C-y, which will repeat the previous N arguments
4375 (based on prefix argument).
4376 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4377
4378 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4379 if there is no *Help* buffer. This is for XEmacs, which renames
4380 its help buffers uniquely. TODO: Find out what the current buffer
4381 name to delete is.
4382
4383 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4384 first entry that correlates to a passwd/group number. Later
4385 entries (used for group/user name aliasing to multiple IDs) are
4386 ignored.
4387
9b4a7800
TTN
4388 * eshell/em-xtra.el (eshell/expr):
4389 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4390 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
4391 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4392 argument list, before passing it to the system command.
4393
4394 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4395 `find-tag' for use at final position in Eshell buffers (which
4396 otherwise triggers an error on Emacs 21).
4397 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4398 buffer, if it is currently bound to `find-tag'.
4399
4400 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4401 in the list of matched Makefile names.
4402 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4403 directory, prefer its contents to Makefile.
4404
4405 * eshell/em-dirs.el (eshell/cd): cd commands that look up
4406 directory parts (like "cd old new", or "cd =regexp"), are now case
4407 sensitive on non-Windows/DOS platforms.
4408
4409 * eshell/esh-mode.el (eshell-parse-command-input): When a user
4410 types RET after an open delimiter (like "), display a message
4411 indicating that Eshell is waiting for the closing delimiter.
4412
4413 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4414 environment variables.
4415
4416 * eshell/em-unix.el (eshell/diff): Added logic to fail more
4417 gracefully if the user enters incorrect arguments.
4418
4419 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4420 Eshell buffers.
4421
9b4a7800
TTN
4422 * eshell/esh-var.el (eshell-interpolate-variable):
4423 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
4424 * eshell/em-unix.el (eshell-du-sum-directory):
4425 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4426 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4427 (not (= ...)).
4428
4429 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4430 to ensure the `preserve' flag gets propagated when doing recursive
4431 directory copies.
4432
546c0888 44332000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
4434
4435 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4436 Don't convert \n into \0177 in memory.
4437 (eshell-read-history, eshell-write-history): Convert \n to \0177,
4438 and back again, when reading and writing.
9b4a7800 4439
546c0888 44402000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
4441
4442 * eshell/esh-util.el (eshell-processp): Added to relieve constant
4443 testing of `fboundp' on `processp'.
4444
4445 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4446 (eshell/jobs): Don't call process-list if it is not bound.
4447 (eshell-gather-process-output): Support systems where async
4448 subprocesses aren't supported.
4449 (eshell-scratch-buffer, eshell-last-sync-output-start): New
4450 variables.
4451
4452 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4453 eshell-do-eval returns t.
4454 (eshell-do-pipelines-synchronously): New defmacro.
4455 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4456 when async subprocesses aren't supported.
4457 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
4458 if async subprocesses aren't supported.
4459 (eshell-resume-command): Don't assume STATUS is a string.
4460
4461 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4462
4463 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4464 (eshell-close-target, eshell-get-target): Use eshell-processp.
4465 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4466 fix.
4467 (eshell-get-target, eshell-create-handles): Doc fix.
4468
546c0888 44692000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 4470
546c0888 4471 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
4472 criterion to include commands that output something, as long as it
4473 leaves both the command and the end-of-buffer visible when the
4474 command has exited.
4475 (eshell-review-quick-commands): Adjust the help doc string
4476 accordingly.
4477
2a371c3b
PB
44782000-08-28 Peter Breton <pbreton@ne.mediaone.net>
4479
8348e1f9 4480 * locate.el (locate): Cleaned up locate command's interactive prompting
d313265f 4481 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 4482
9b4a7800 4483 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
4484 (file-cache-assoc-function): New variable
4485 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4486 Use file-cache-case-fold-search variable
4487 (file-cache-add-file): Use file-cache-assoc-function
4488 (file-cache-delete-file): likewise
4489 (file-cache-directory-name): likewise
4490 (file-cache-debug-read-from-minibuffer): likewise
4491
95931eb1
GM
44922000-08-28 Gerd Moellmann <gerd@gnu.org>
4493
4494 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4495 (abbrev-table-name): New function.
4496 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4497 If non-nil list local abbrev, only.
4498
bb17930d
GM
44992000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
4500
546c0888
EZ
4501 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4502 from Gnus support code, and use special article copy buffer
bb17930d
GM
4503 `(gnus-original-article-buffer)' instead. This allows to get rid
4504 of article-hide-headers usage (which breaks in the latest Gnus
4505 version). Thanks to Detlev Zundel.
4506
41a68aef
KH
45072000-08-28 Kenichi Handa <handa@etl.go.jp>
4508
4509 * international/quail.el (quail-use-package): Hide "... loaded"
4510 message.
4511 (quail-start-translation, quail-start-conversion): Likewise.
4512
4513 * international/kkc.el (kkc-region): Hide "... loaded" message.
4514
28bb2cef
DL
45152000-08-27 Dave Love <fx@gnu.org>
4516
4517 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4518
11a1118d
MB
45192000-08-27 Miles Bader <miles@gnu.org>
4520
4521 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4522
0f85d477
KH
45232000-08-27 Kenichi Handa <handa@etl.go.jp>
4524
4525 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4526 'ja-dic-cnv), not (require 'skkdic-cnv).
4527
2d73e8d3
MB
45282000-08-26 Miles Bader <miles@gnu.org>
4529
a0e5a5a4
MB
4530 * faces.el (face-x-resources): Add entry for :inherit.
4531 * cus-face.el (custom-face-attributes): Add support for :inherit
4532 attribute. Add support for relative face heights.
4533 (custom-face-attributes-get): Treat `nil' as being a default value
4534 for :inherit (as well as `unspecified').
4535
19feb949
MB
4536 * faces.el (set-face-attribute): Update doc string.
4537 (face-attribute-name-alist): Add :inherit.
4538 (face-valid-attribute-values): Handle :inherit.
4539 (face-read-string): Rephrase prompt to be less confusing.
4540 Assume that DEFAULT is a string, since we must return a string.
4541 (face-read-integer): Use `format' to turn DEFAULT into an
4542 acceptable default for face-read-string. Match NEW-VALUE against
4543 the string "unspecified", not the symbol `unspecified', since
4544 that's what face-read-string returns.
4545 (read-face-attribute): Lookup a name for old-value in valid, and
4546 use it as a default if we find one. Treat all values from
4547 face-read-string as strings. If the default is used, don't do any
4548 more processing on the value, just use the old value directly.
4549 (read-face-and-attribute, modify-face): Tweak prompt.
4550 (read-face-name): Don't assume prompt ends with a space.
4551
2d73e8d3
MB
4552 * faces.el (describe-face): Add support for :inherit attribute.
4553
a1a2e38f
KH
45542000-08-25 Kenichi Handa <handa@etl.go.jp>
4555
e84fa7c5
KH
4556 * terminal.el (terminal-emulator): Fix args to `concat'. Now
4557 concat doesn't accept interger.
4558
a1a2e38f
KH
4559 * international/kkc.el: Remove SKK from Keywords. Require
4560 ja-dic-utl instead of skkdic-utl.
4561
4562 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4563 Provide ja-dic-cnv instead of skkdic-cnv.
4564 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
4565 (iso-2022-7bit-short): Add safe-charsets property.
4566 (skkdic-convert-postfix): Search Japanese chou-on character in
4567 addition to Hiragana character.
4568 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4569 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4570 (batch-skkdic-convert): Likewise.
4571
4572 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4573 Provide ja-dic-utl instead of skkdic-utl.
4574 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4575
f6499c03
DL
45762000-08-24 Dave Love <fx@gnu.org>
4577
1c2c3f16
DL
4578 * disp-table.el (standard-display-default): Make the test of `l'
4579 useful.
4580
f6499c03
DL
4581 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4582 mod sample text.
4583
4584 * international/iso-ascii.el: Make pilcrow convenient string
4585 consistent with section.
4586 (iso-ascii-display): Set up multibyte characters as well as
4587 unibyte.
4588
c543db81
KH
45892000-08-24 Kenichi Handa <handa@etl.go.jp>
4590
4591 * international/mule-cmds.el (reset-language-environment): Set
4592 default-process-coding-system to '(undecided . iso-latin-1), which
4593 makes process I/O almost consistent with file I/O. Call this
4594 function when mule-cmds.el[c] is loaded.
4595
746d9caf
AI
45962000-08-22 Andrew Innes <andrewi@gnu.org>
4597
4598 * makefile.w32-in: New file.
4599
5484005d
MB
46002000-08-22 Miles Bader <miles@lsi.nec.co.jp>
4601
4602 * comint.el (comint-output-filter): Compare end of
4603 comint-last-output-overlay with the start of the newly inserted
4604 text, not the end, when deciding whether to extend it.
9b4a7800 4605 Set saved-point's insertion type to advance after insertion.
5484005d
MB
4606
4607 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4608 since this is now done independently of font-lock mode.
4609
7a912f63
GM
46102000-08-21 Gerd Moellmann <gerd@gnu.org>
4611
4612 * server.el (server-kill-new-buffers): New user option.
4613 (server-existing-buffer): New buffer-local variable.
4614 (server-visit-files): When using an existing buffer, set
4615 server-existing-buffer to t.
4616 (server-buffer-done): If server-kill-new-buffers is t, kill the
4617 buffer, unless it was already present before visiting it with
4618 Emacs server.
9b4a7800 4619
240301df
EZ
46202000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
4621
4622 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4623 even if the display doesn't support colors: some displays will
4624 support bold/underline faces.
4625
cbcef616
GM
46262000-08-21 Gerd Moellmann <gerd@gnu.org>
4627
6917e6bb
GM
4628 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4629
cbcef616
GM
4630 * startup.el (command-line): If user's init file had an error,
4631 add explanatory text to *Messages*.
4632
6922b018
KH
46332000-08-21 Kenichi Handa <handa@etl.go.jp>
4634
4635 * man.el (Man-getpage-in-background): Decode the process output by
4636 the system locale coding system.
4637
e50c4203
DL
46382000-08-20 Dave Love <fx@gnu.org>
4639
96ab6351
DL
4640 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4641 Don't test x-popup-menu.
4642 (function) <complete-function>: Complete only fbound symbols.
4643 <validate, value>: New.
4644 (variable) <complete-function>: Complete only bound symbols.
4645 (coding-system): Add :base-only, :complete-function, :validate,
4646 :value, :prompt-match.
4647 (widget-coding-system-prompt-value): Use read-coding-system and
4648 act on :base-only.
4649 (editable-field): Add :help-echo.
4650 (widget-push-button-gui, widget-push-button-cache)
4651 (widget-gui-action, widget-editable-list-gui): COmment out, along
4652 with uses.
4653 (widget-at): Make arg optional.
4654 (widget-echo-help): Adjust for current help-echo calling sequence.
4655 (widget-specify-field, widget-specify-button)
4656 (widget-specify-insert, widget-get-sibling, widget-image-find)
4657 (widget-convert, widget-insert, widget-leave-text)
4658 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4659 (widget-setup, widget-field-find, widget-before-change)
4660 (widget-after-change, widget-default-complete)
4661 (widget-default-create, widget-default-delete)
4662 (widget-push-button-value-create, editable-field)
4663 (widget-field-prompt-value, widget-field-validate)
4664 (widget-choice-value-create, widget-choice-action)
4665 (widget-choice-validate, widget-checklist-add-item)
4666 (widget-radio-add-item, widget-radio-chosen)
4667 (widget-radio-value-inline, widget-editable-list-value-create)
4668 (widget-editable-list-entry-create)
4669 (widget-documentation-link-add)
4670 (widget-documentation-string-value-create)
4671 (widget-regexp-validate, widget-file-complete)
4672 (widget-sexp-validate, widget-plist-convert-widget)
4673 (widget-plist-convert-widget, widget-alist-convert-widget)
4674 (widget-alist-convert-widget, widget-color-complete): Simplify,
4675 particularly to avoid bindings which aren't optimized out.
4676
e50c4203
DL
4677 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4678 Doc fix.
4679 (down-list, backward-up-list, up-list, kill-sexp)
4680 (backward-kill-sexp, mark-sexp): Make arg optional.
4681 (lisp-complete-symbol): Add optional arg PREDICATE.
4682
4683 * cus-start.el: Add display-buffer-reuse-frames,
4684 file-coding-system-alist.
4685
511bd4eb
GM
46862000-08-20 Gerd Moellmann <gerd@gnu.org>
4687
4688 * startup.el (command-line): Clear realized faces after
4689 modifying TTY color mappings.
4690
a9de7d29
MB
46912000-08-20 Miles Bader <miles@gnu.org>
4692
4693 * faces.el (face-attr-match-p): Don't return true if ATTRS are
4694 merely a subset of FACE's attributes.
4695
8a8023d9
MB
46962000-08-19 Miles Bader <miles@gnu.org>
4697
4698 * comint.el (comint-output-filter): Save the point with a marker,
4699 not just a buffer position.
4700
4701 * international/mule.el (set-buffer-process-coding-system): Make
4702 interactive prompt less confusing.
4703
1433385f
GM
47042000-08-19 Gerd Moellmann <gerd@gnu.org>
4705
4706 * hilit-chg.el: General cleanup of doc strings, comments and
4707 code formatting.
4708
136b4eda
MB
47092000-08-19 Miles Bader <miles@gnu.org>
4710
4711 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4712 Compiler macro removed; beginning-of-line is no longer always
4713 equivalent to forward-line, in the presence of fields.
4714
4715 * comint.el (comint-output-filter): Remove ad-hoc saving of
4716 restriction, and just use save-restriction, now that it works
4717 correctly. Don't adjust comint-last-input-start to account for
4718 our insertion; it shouldn't have moved because we don't use
4719 insert-before-markers anymore. Comment out call to
4720 `force-mode-line-update'; why is it here?
4721
4722 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4723 while checking for prompt to delete. Use `forward-line 0'
4724 instead of beginning-of-line.
4725 (gud-filter): Temporarily widen gud comint buffer while
4726 examining output.
4727
cdd0f857
SM
47282000-08-18 Stefan Monnier <monnier@cs.yale.edu>
4729
ebf96bfa
SM
4730 * progmodes/sh-script.el: Big bag of typos.
4731
cdd0f857
SM
4732 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4733 check since ispell-process is not bound when ispell is not yet loaded.
4734
9bb7a286
DL
47352000-08-18 Dave Love <fx@gnu.org>
4736
4737 * image.el (find-image): Copy `spec' before using plist-put.
4738
74ec6045
GM
47392000-08-18 Gerd Moellmann <gerd@gnu.org>
4740
4741 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4742 `portugues'.
4743
4744 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4745 backward-kill-sexp, analogous to kill-sexp.
4746
4747 * progmodes/icon.el (icon-indent-line)
4748 (icon-is-continuation-line): Handle comments specially.
4749
47502000-08-17 Ken Stevens <k.stevens@ieee.org>
4751
4752 * ispell.el: Set to standard author/maintainer/keyword fields.
4753 Fine tuning to menu map appearance and operation, and added help.
4754 Remove `start' and `end' error messages when compiling.
4755 (ispell-choices-win-default-height): Fixed comment string.
4756 (ispell-dictionary-alist-1): Fixed regexp in castellano and
4757 castellano8 dictionaries.
4758 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4759 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4760 dictionary, added italiano dictionary.
4761 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4762 word character
4763 (ispell-tex-skip-alists): Added psfig support.
4764 (ispell-skip-html): Renamed from ispell-skip-sgml.
4765 (ispell-begin-skip-region-regexp, ispell-skip-region)
4766 (ispell-minor-check): Improved html skipping support to skip across
4767 code, and recognize `&' commands without propper `;' syntax;
4768 (ispell-process-line): Fix alignment error when manually
4769 correcting spelling.
4770 (ispell): Fix comment string.
4771 (ispell-add-per-file-word-list): Always put word list on new line.
4772
3787e12e
GM
47732000-08-17 Gerd Moellmann <gerd@gnu.org>
4774
a7b28523
GM
4775 * format.el (format-encode-run-method): Fix error message to say
4776 `encode' instead of `decode'. Use save-window-excursion around
4777 shell-command-on-region as in format-decode-run-method because
4778 shell-command-on-region can display a buffer with error output.
4779 (format-decode): Don't record undo information for the decoding.
4780 (format-annotate-function): Add parameter FORMAT-COUNT. Make
4781 that number part of the temporary buffer name so that more than
4782 one decoding using a temporary buffer can happen safely.
4783
4784 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4785 of `A-z' in the regexp.
4786
4787 * hilit-chg.el: Fix typos in commentary.
4788
3787e12e
GM
4789 * help.el (view-emacs-news): Rewritten for new naming scheme
4790 for old NEWS files.
4791
4792 * startup.el (command-line): Pop to *Messages* in case an error
4793 is signaled while loading user-init-file.
4794
d2473540
AS
47952000-08-17 Andreas Schwab <schwab@suse.de>
4796
4797 * files.el (insert-directory): Don't lose original file name,
4798 undoing an undocumented change.
4799
c0bbaf57
GM
48002000-08-17 Alex Schroeder <alex@gnu.org>
4801
4802 * sql.el (sql-magic-go): Use comint-bol.
4803 (sql-copy-column): Use comint-line-beginning-position.
4804 (comint-line-beginning-position): Define a replacement for
4805 comint-line-beginning-position if it is not fboundp.
4806
48072000-08-17 Alex Schroeder <alex@gnu.org>
4808
4809 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4810 it didn't have any effect anyway.
4811
48122000-08-17 Alex Schroeder <alex@gnu.org>
4813
4814 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4815 --pset and pager=off instead of sending \\o|cat at the beginning
4816 of the session.
4817
9d245da5
MB
48182000-08-17 Miles Bader <miles@gnu.org>
4819
4820 * progmodes/octave-inf.el: Add compatibility definition of
4821 comint-line-beginning-position.
4822
abfdbd2e
KH
48232000-08-17 Kenichi Handa <handa@etl.go.jp>
4824
4825 * startup.el (normal-top-level): Look in each dir in load-path for
4826 a leim-list.el file too. This assures of loading leim-list.el
4827 that is created at Emacs installation time even if a user have his
4828 own leim-list.el.
4829
a0b8c939
MB
48302000-08-17 Miles Bader <miles@gnu.org>
4831
4832 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4833 foreground color to black if the background is dark.
4834
7382bcae
SM
48352000-08-16 Stefan Monnier <monnier@cs.yale.edu>
4836
4837 * loadhist.el (unload-feature): Typo.
4838
9b4a7800 4839 * finder.el (finder-compile-keywords):
7382bcae
SM
4840 * cus-dep.el (custom-make-dependencies): Add local-variable settings
4841 to the generated file.
4842
4843 * mail/mh-e.el (mh-make-local-vars):
4844 Replace make-variable-buffer-local with make-local-variable.
4845
cdd0f857 4846 * play/landmark.el:
7382bcae 4847 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
4848 * mail/mailabbrev.el (mail-abbrevs-mode):
4849 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
4850 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4851
4852 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4853
4854 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4855 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4856 Allow going past the last element.
9b4a7800 4857 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
4858 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4859 (cvs-mouse-toggle-mark): Don't move point.
4860 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4861
4862 * progmodes/compile.el (grep): Provide a default set of files.
4863 (next-error): Docstring fix.
4864 (compilation-find-file): Avoid find-file (fails in a dedicated window).
4865
4866 * emacs-lisp/easy-mmode.el (define-minor-mode):
4867 Use `symbol-value' to keep the byte-compiler quiet.
4868
4869 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4870 (diff-find-source-location): New fun, extracted from diff-goto-source.
4871 (diff-goto-source): Use it.
4872 (diff-next-complex-hunk, diff-filter-lines): New function.
4873 (diff-apply-hunk): New command.
4874
4875 * smerge-mode.el (smerge-mode-menu): Doc fix.
4876
4877 * msb.el (msb-mode): Define it in terms of define-minor-mode.
4878
4f00b8c1
DL
48792000-08-16 Dave Love <fx@gnu.org>
4880
2b5198bb
DL
4881 * windmove.el (windmove) <defgroup>: Add :version.
4882
4883 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
4884 (goto-address-fontify-p, goto-address-highlight-p)
4885 (goto-address-url-face, goto-address-url-mouse-face)
4886 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4887 (goto-address-url-regexp): Use thing-at-point-url-regexp.
4888 (goto-address-fontify, goto-address-at-mouse): Simplify,
4889 (goto-address-at-point): browse-url-url-at-point,
4890 goto-address-find-address-at-point can return nil.
4891 (goto-address-find-address-at-point): Return nil on failure.
4892
4893 * align.el (align) <defgroup>: Add :version.
4894
4895 * calculator.el (calculator): Add :version.
4896 (calculator): Use two lines for calculator window if `modeline'
4897 face is boxed.
4898
4f00b8c1
DL
4899 * play/5x5.el: Doc fixes.
4900 (5x5) <defgroup>: Add :version.
4901
4902 * play/fortune.el (fortune) <defgroup>: Add :version.
4903 (fortune-append): Fix error message.
4904 (fortune-from-region): Doc fix.
4905
4906 * play/pong.el (pong): Doc fix.
4907
4908 * play/morse.el: Keywords, commentary, autoloads.
4909
69db7ee7
EZ
49102000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4911
4912 * desktop.el (desktop-save): Don't look at symbol-value of a
4913 member of minor-mode-alist, unless it is boundp.
4914
10e1dad9
SS
49152000-08-16 Sam Steingold <sds@gnu.org>
4916
a0b8c939 4917 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
4918 `while'; use `with-current-buffer' instead of `save-excursion'.
4919 Removed unnecessary kludges now that "*Buffer List*" is excluded.
4920
9d7bcb2e
KH
49212000-08-16 Kenichi Handa <handa@etl.go.jp>
4922
4923 * international/ccl.el (declare-ccl-program): Docstring modified.
4924 (ccl-execute-with-args): Likewise.
4925
04231ab8
MB
49262000-08-16 Miles Bader <miles@gnu.org>
4927
9d245da5 4928 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
4929 comint-line-beginning-position.
4930
f68446ef
GM
49312000-08-15 Gerd Moellmann <gerd@gnu.org>
4932
dc28878c
GM
4933 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4934 'buffer-menu' property.
4935 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4936 fails.
4937 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4938 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4939 wasn't killed.
10e1dad9 4940
58ed0d3b
GM
4941 * buff-menu.el (list-buffers-noselect): Don't display the
4942 *Buffer List* buffer.
4943
32dc52f7
GM
4944 * font-lock.el: Require jit-lock to prevent a very late
4945 `Loading jit-lock' message.
4946
f68446ef 4947 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 4948 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
4949 mail address.
4950
90ac90a2
MB
49512000-08-15 Miles Bader <miles@gnu.org>
4952
4953 * textmodes/ispell.el (ispell-graphic-p): New constant.
4954 (ispell-choices-win-default-height, ispell-help): Use
4955 `ispell-graphic-p' instead of `xemacsp'.
4956
b0a0e263
DL
49572000-08-15 Dave Love <fx@gnu.org>
4958
c1e757e3
DL
4959 * simple.el: Autoload widget-convert when compiling.
4960 (mail-user-agent): Doc fix.
4961
4962 * help.el (function-called-at-point, variable-at-point): Use
4963 with-syntax-table.
4964 (help-manyarg-func-alist): Add insert-and-inherit.
4965
4966 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4967
4968 * delsel.el (delsel-unload-hook): New function.
4969
4970 * find-file.el: Doc fixes. Move provide to end.
4971 (ff) <defgroup>: Add :link.
4972 (ff-goto-click): Deleted.
4973 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4974 Use mouse-set-point.
4975
4976 * textmodes/tildify.el: Doc fixes.
4977 (tildify) <defgroup>: Add:version.
4978
4979 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4980 (glasses-custom-set): Use set-default, not set.
4981 (minor-mode-alist): Propertize the lighter.
4982 (glasses-mode): Provide optional arg.
4983
5f847612
DL
4984 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4985 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
4986 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4987 option. Provide :type.
4988 (cwarn-configuration): Provide :type.
4989 (cwarn-mode): Doc fix.
4990
4991 * add-log.el (change-log-merge): Doc fix.
4992 (change-log-redate): New command.
4993
b0a0e263
DL
4994 * net/browse-url.el (browse-url-filename-alist): Add a clause for
4995 Doze and Dog.
4996 (browse-url): Use dolist, not mapcar.
4997 (browse-url-at-point): Check for null url.
4998 (browse-url-event-buffer, browse-url-event-point): Functions
4999 deleted.
5000 (browse-url-at-mouse, browse-url-netscape): Simplify.
5001
5002 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5003 modes.
5004 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5005 Fix previous change to mapcan.
5006 (msb--init-file-alist, msb--add-separators)
5007 (msb--make-keymap-menu): Simplify.
5008 (msb--choose-file-menu): Use copy-sequence.
5009 (msb-mode-map): Add title to keymap.
5010 (msb-unload-hook): New function.
5011
5012 * bs.el: Fix indentation.
5013 (bs) <defgroup>: Add :links.
2b5198bb
DL
5014 (bs-show): Doc fix.
5015 (bs-apply-sort-faces): Don't use window-system.
5016 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 5017
70f1b78e
EZ
50182000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5019
5020 * calendar/timeclock.el (timeclock-file): Run .timelog through
5021 convert-standard-filename.
5022
956777b3
GM
50232000-08-14 Gerd Moellmann <gerd@gnu.org>
5024
3215096c
GM
5025 * emacs-lisp/authors.el: New file.
5026
956777b3
GM
5027 * paren.el (show-paren-priority): New user option.
5028 (show-paren-function): Set overlay priorities to
5029 show-paren-priority.
10e1dad9 5030
0cde1424
MB
50312000-08-14 Miles Bader <miles@gnu.org>
5032
5033 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5034 beginning-of-line with inhibit-field-text-motion bound.
5035
90cbf47e
GM
50362000-08-14 Gerd Moellmann <gerd@gnu.org>
5037
5038 * calendar/timeclock.el: New file.
5039
50402000-08-14 David Ponce <david@dponce.com>
5041
5042 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5043 `widget-button-click'. so that one can use left mouse button to
5044 click on dialog buttons.
5045
50462000-08-14 Emmanuel Briot <briot@gnat.com>
5047
5048 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 5049 identifiers, since XML is case sensitive
10e1dad9 5050
79e8dca7 50512000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 5052
660394d1
MB
5053 * comint.el (comint-output-filter): Don't bother frobbing
5054 window-start, it doesn't seem to be necessary.
79e8dca7
MB
5055
5056 * comint.el (comint-send-string, comint-send-region): Make into
5057 real functions. Snapshot the prompt before sending.
5058
218c2cc7
EZ
50592000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5060
5061 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5062 technique similar to Info-index, instead of relying on specific
5063 names of relevant Index nodes.
5064 (Info-goto-emacs-command-node): Bind Info-history to nil when
5065 going to the first node found by Info-find-emacs-command-nodes.
5066
51e066d2 50672000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
5068
5069 * menu-bar.el (menu-bar-help-menu): Add a :help string.
5070
867102f2
MB
50712000-08-10 Miles Bader <miles@gnu.org>
5072
5073 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5074
af718538
EZ
50752000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5076
5077 * info.el (Info-file-list-for-emacs): More elements for the
5078 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5079 and woman manuals.
5080
c51bacd6
MB
50812000-08-10 Miles Bader <miles@lsi.nec.co.jp>
5082
5083 * comint.el (comint-send-input): Make the newline boundary overlay
5084 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5085 (comint-output-filter): Use `insert' instead of
5086 `insert-before-markers'. Extend comint-last-output-overlay when
5087 necessary since we can't rely on insert-before-markers to do it.
5088 * gud.el (gud-filter): Use `with-current-buffer' instead of
5089 save-excursion when inserting the output, so that point gets
5090 updated correctly; the old method relied on a rather dodgy
5091 side-effect of comint-output-filter to avoid the effect of
5092 save-excursion.
5093
98532b12
EZ
50942000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5095
5096 * files.el (recover-file): Call insert-directory instead of
5097 invoking `ls' directly.
5098
3db4b719
MB
50992000-08-10 Miles Bader <miles@gnu.org>
5100
5101 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5102 (comint-last-prompt-overlay): New variables.
5103 (comint-output-filter): Implement prompt highlighting.
5104 (comint-snapshot-last-prompt): New function.
5105 (comint-send-input): Snapshot the last prompt.
5106 Use comint-highlight-input-face.
5107 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5108 Use defface instead of defcustom.
5109 (send-invisible, comint-send-eof): Snapshot the last prompt.
5110 (comint-delchar-or-maybe-eof): Use comint-send-eof.
5111 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5112
96190aa1
SM
51132000-08-09 Stefan Monnier <monnier@cs.yale.edu>
5114
5cda4b07
SM
5115 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5116 (regexp-opt-group): Use a list of chars for `letters'.
5117 (regexp-opt-charset): `chars' is now a list of chars.
5118 Use a char-table rather than a vector so it works for multibyte chars.
5119
96190aa1
SM
5120 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
5121 Set cvs-minor-current-files to the selected fileinfo.
5122 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5123 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5124
7d093d56
EZ
51252000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5126
5127 * files.el (insert-directory): Don't call access-file on
5128 directories on DOS and Windows.
5129
b24c5811
KH
51302000-08-09 Kenichi Handa <handa@etl.go.jp>
5131
5132 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5133 longer if necessary.
5134 (ccl-embed-code): Call ccl-embed-data to store CODE in
5135 ccl-program-vector.
5136
0a6fd67e
MB
51372000-08-09 Miles Bader <miles@gnu.org>
5138
5139 * comint.el (comint-output-filter): Properly handle the case where
5140 the text surrounded by comint-last-output-overlay was deleted.
5141
9f6d1a6c
GM
51422000-08-08 Gerd Moellmann <gerd@gnu.org>
5143
25ad1371
GM
5144 * info.el (Info-insert-dir): Use Info-additional-directory-list if
5145 non-nil.
5146 (Info-file-list-for-emacs): Remove "info" from the list because
5147 that leads to trying to use the documentation from file `info'
5148 in various situations where it isn't appropriate, for instance
5149 C-h C-k C-h i.
5150
5151 * ffap.el (ffap-read-file-or-url-internal): Handle case that
5152 DIR and/or STRING are nil.
5153
5154 * progmodes/compile.el (compilation-setup): Make variable
5155 compilation-error-screen-columns buffer-local, as some comment
5156 in the code suggests it should be.
5157
5158 * files.el (auto-mode-interpreter-regexp): New variable.
5159 (set-auto-mode): Use it.
5160
5161 * indent.el (indent-for-tab-command): Doc fix.
5162
5163 * mouse-sel.el (mouse-sel-mode): Doc fix.
5164
9f6d1a6c
GM
5165 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5166 labels.
5167
5168 * help.el (print-help-return-message): When
5169 display-buffer-reuse-frames is set, let the help window been quit,
5170 instead of deleting it, which might delete a reused frame.
5171
3d819a75
EZ
51722000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5173
5174 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5175 rename a directory to a name that differs only by its letter case.
5176
c5a52529
KH
51772000-08-08 Kenichi Handa <handa@etl.go.jp>
5178
5179 * international/quail.el (quail-define-rules): Handle Quail decode
5180 map correctly. Add code for supporting annotations.
5181 (quail-install-decode-map): New function.
5182 (quail-defrule-internal): New optional arguments decode-map and
5183 props.
5184 (quail-advice): New function.
5185
5e9e032a
SS
51862000-08-07 Sam Steingold <sds@gnu.org>
5187
5188 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5189 `defconst', `define-condition', `with-slots'.
5190 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5191
46645f4b
MB
51922000-08-03 Miles Bader <miles@gnu.org>
5193
5194 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5195 New variable.
5196 (comint-prompt-regexp, comint-get-old-input): Document dependence on
5197 comint-use-prompt-regexp-instead-of-fields.
5198 (comint-send-input): Add `input' field property to stuff we send to
5199 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5200 (comint-output-filter): Add `output' field property to process
5201 output, if comint-use-prompt-regexp-instead-of-fields is nil.
5202 (comint-replace-by-expanded-history)
5203 (comint-get-old-input-default, comint-show-output)
5204 (comint-backward-matching-input, comint-forward-matching-input)
5205 (comint-next-prompt, comint-previous-prompt): Use field
5206 properties if comint-use-prompt-regexp-instead-of-fields is nil.
5207 (comint-line-beginning-position): New function.
5208 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
5209 (comint-replace-by-expanded-history-before-point): Use
5210 comint-line-beginning-position and line-end-position.
5211 (comint-last-output-overlay): New variable.
5212 (comint-mode): Make `comint-last-output-overlay' buffer-local.
5213
5214 * shell.el (shell-prompt-pattern): Doc change.
5215 (shell-backward-command): Use line-beginning-position.
5216
5217 * gud.el (gud-gdb-complete-command): Use
5218 comint-line-beginning-position.
5219
5220 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5221 comint-bol doesn't actually go to the beginning of the line.
5222
5223 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5224 if comint-use-prompt-regexp-instead-of-fields is non-nil.
5225 (try-expand-line-all-buffers): Likewise.
5226
5227 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5228 explicitly matching comint-prompt-regexp.
5229 (sql-copy-column): Use comint-line-beginning-position instead of
5230 explicitly matching comint-prompt-regexp.
5231
5232 * progmodes/octave-inf.el (inferior-octave-complete): Use
5233 comint-line-beginning-position.
5234
5235 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5236
5237 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5238 looking for a prompt, use `forward-line 0' instead of
5239 `beginning-of-line', to avoid getting caught by an input field.
5240
ff3d9573
GM
52412000-08-07 Gerd Moellmann <gerd@gnu.org>
5242
5243 * files.el (shell-quote-wildcard-pattern): Make sure to return
5244 PATTERN, in the Unix case.
5245
e0d8827b
EZ
52462000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
5247
5248 * play/zone.el (zone): Discard any pending input before running
5249 the randomly-chosen pgm.
5250
24d55b8f
KH
52512000-08-07 Kenichi Handa <handa@etl.go.jp>
5252
5253 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5254 checking the existence of any multibyte characters.
5255
3d05e1ee
GM
52562000-08-06 Gerd Moellmann <gerd@gnu.org>
5257
6c4a4368
GM
5258 * help.el (describe-mode): Test minor-mode symbol for being
5259 bound before testing its value for being nil.
5260
3d05e1ee
GM
5261 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5262 `first', `second', and `third'.
5263
5264 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5265 (second): Make it an alias for `cadr'.
5266
6968a481
EZ
52672000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
5268
5269 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5270 types of display support faces now.
5271
e49aa397
GM
52722000-08-05 Gerd Moellmann <gerd@gnu.org>
5273
5274 * pcvs.el (require): Require `cl' during compilation, only.
5275
5276 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5277 (toplevel): Remove `remq' and `remove' from autoloads.
5278 (cl-fake-autoloads): New variable. If set, arrange for an error
5279 when CL functions etc. are autoloaded.
5280
588aca27
EZ
52812000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
5282
2e78d4ab
EZ
5283 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5284
85628348
EZ
5285 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5286 popped up, but the user clicks outside the menu, return an empty
5287 regexp (that causes unhighlight-regexp to have no effect).
5288
74f0e552
EZ
5289 * menu-bar.el (menu-bar-games-menu): Add Zone.
5290
588aca27
EZ
5291 * hi-lock.el (toplevel): Require font-lock.
5292
f4988be7
GM
52932000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5294
ba087cd7 5295 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
5296 (ebnf-8-bit-chars): New var for bug fix.
5297 (ebnf-string): Bug fix.
5298
027b73ac
SS
52992000-08-03 Sam Steingold <sds@gnu.org>
5300
5301 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5302 instead of `buffer-string'.
5303 (require 'cl): Always, not just when compiling.
5304 `ignore-errors' in `interactive', `list*', `defun*' &c make this
5305 necessary.
5306
2f1fa038
EZ
53072000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
5308
5309 * international/mule-cmds.el (select-safe-coding-system): Make
5310 the message text about selecting a safe coding system more clear.
5311
ead53494
GM
53122000-08-02 Gerd Moellmann <gerd@gnu.org>
5313
abb2db1c
GM
5314 * hi-lock.el: New file.
5315
5316 * play/zone.el: New file.
5317
ead53494
GM
5318 * replace.el (occur): Set tab-width in the *Occur* buffer to the
5319 value of tab-width in the original buffer. Choose a line number
5320 format that's a multiple of the original buffer's tab width, so
5321 that lines appear right.
5322
5323 * textmodes/ispell.el (ispell): New function, replacing an alias.
5324 Spell-check active region if in transient-mark-mode and mark
5325 is active; otherwise spell-check buffer.
5326
53272000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5328
5329 * ps-mule.el: Fix a customization problem on
5330 ps-mule-font-info-database-default.
5331
f4a2b0a4
EZ
53322000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
5333
5334 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5335 display-mouse-p instead of window-system.
5336 (ebrowse-member-mode-map): Ditto.
5337
b685181e
GM
53382000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5339
ba087cd7
EZ
5340 * progmodes/ebnf2ps.el: Update ps-print functions call.
5341 Indentation fix. Doc fix.
b685181e
GM
5342 (ebnf-version): New version number (3.2).
5343 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 5344
3b5fab87
EZ
53452000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
5346
032ebb29
EZ
5347 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5348 font lock support on window-system.
5349 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5350
3b5fab87
EZ
5351 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5352 display-color-p, if fboundp, instead of window-system.
5353
7e2605e7
EZ
53542000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
5355
5356 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5357 instead of window-system.
5358
5359 * wid-edit.el (widget-choose): Use display-mouse-p instead of
5360 window-system.
5361 (widget-choice-mouse-down-action): Use display-popup-menus-p
5362 instead of window-system.
5363
5364 * strokes.el (strokes-file): Run the file name through
5365 convert-standard-filename.
5366 (strokes-mode): Call display-mouse-p instead of looking at
5367 window-system. Change the error message accordingly.
5368
5369 * progmodes/cpp.el (toplevel): Support faces on tty's.
5370
5371 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5372 (lm-plot-square, lm-init-display): Don't use window-system.
5373
5374 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5375 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5376
5377 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5378 instead of looking at window-system.
5379
26119624
GM
53802000-07-30 Gerd Moellmann <gerd@gnu.org>
5381
5382 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5383 of testing if iswitchb-prepost-hooks is bound, because the
5384 latter will always be true when invoking a recursive minibuffer
5385 from an active Iswitchb buffer.
5386
c90596f3
EZ
53872000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
5388
5389 * files.el (shell-quote-wildcard-pattern): New function.
5390 (insert-directory): Call it. Only prepend "\" to command on Unix
5391 and GNU/Linux systems.
5392
18925e78
GM
53932000-07-30 Gerd Moellmann <gerd@gnu.org>
5394
5395 * eshell/esh-groups.el: Change custom :link file names
5396 from `eshell.info' to `eshell'.
5397
53982000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
5399
5400 * dired.el (dired-build-subdir-alist): Expand subdirectory names
5401 correctly in recursive ange-ftp listings.
5402
54032000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5404
5405 * ps-print.el: Fix bug 1: if ps-font-size-internal,
5406 ps-header-font-size-internal and
5407 ps-header-title-font-size-internal variables are not set,
5408 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
5409 face text property is (foreground-color . COLOR) or
5410 `(background-color . COLOR)', ps-print crashes. Doc fix.
5411 (ps-print-version): New version number (5.2.4).
5412 (ps-plot-region): Code fix.
5413 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5414 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5415 Bug fix 2.
5416
54172000-07-30 Milan Zamazal <pdm@freesoft.cz>
5418
5419 * glasses.el (glasses-make-readable): Fix uncapitalization of
5420 identifiers like `myXMLDocument'.
5421
aeb4c63e
KF
54222000-07-28 Karl Fogel <kfogel@red-bean.com>
5423
18925e78
GM
5424 * mail/mail-hist.el (mail-hist-previous-input)
5425 (mail-hist-next-input): Do the obvious code factorization.
5426 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
5427 code of above two.
5428 If inserting a message body, leave point at top.
5429
9d453139
SS
54302000-07-28 Sam Steingold <sds@gnu.org>
5431
5432 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
5433 Use `<=', not `<' to compare times!
5434 (ange-ftp-ls): Remove.
9d453139 5435
b548072f
GM
54362000-07-27 Gerd Moellmann <gerd@gnu.org>
5437
27848c01
GM
5438 * play/cookie1.el: Add explanation of how to make cookie.el
5439 compatible with strfile(1) to comment.
5440
5441 * subr.el (remove, remq): New functions.
5442
3ab82477
GM
5443 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5444 escape `*' in regexps.
5445 (midnight-find): Reverse order of arguments in the funcall of
5446 TEST.
5447
5448 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5449 and `.class'.
5450
b548072f
GM
5451 * play/meese.el: Add Commentary section.
5452
27848c01
GM
54532000-07-27 Alex Schroeder <alex@gnu.org>
5454
5455 * sql.el (sql-ms): Added autoload cookie.
5456 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5457 (sql-oracle): Ditto.
5458 (sql-help): Doc change.
5459
5460 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5461 types and exceptions.
5462
54632000-07-27 Alex Schroeder <alex@gnu.org>
5464
5465 * sql.el (sql-placeholder-history): New variable.
5466 (sql-query-placeholders-and-send): New function that will query
5467 the user and replace placeholders with user input.
5468 (sql-oracle): If running on NT, set comint-input-sender to
5469 sql-query-placeholders-and-send.
5470
5471 (sql-stop): If in the SQLi buffer, insert stop notification, else
5472 present it as a message.
5473
54742000-07-27 Alex Schroeder <alex@gnu.org>
5475
5476 * sql.el (sql-input-ring-separator): Doc change.
5477 (sql-input-ring-file-name): Doc change.
5478 (sql-interactive-mode): Use `sql-input-ring-separator' and
5479 `sql-input-ring-file-name' to set the comint-mode equivalents
5480 without making them local variables.
5481 (sql-stop): Don't bind `sql-input-ring-separator' and
5482 `sql-input-ring-file-name' dynamically to their comint-mode
5483 equivalents.
5484
91ae8751
KH
54852000-07-27 Kenichi Handa <handa@etl.go.jp>
5486
5487 * international/mule.el (register-char-codings): New function.
5488 (make-coding-system): Handle `safe-chars' specification in the arg
5489 PROPERTY.
5490
5491 * international/mule-cmds.el
5492 (find-coding-systems-region-subset-p): This function deleted.
5493 (sort-coding-systems-predicate): New variable.
5494 (sort-coding-systems): New function.
5495 (find-coding-systems-region): Use
5496 find-coding-systems-region-internal.
5497 (find-coding-systems-string): Use find-coding-systems-region.
5498 (find-coding-systems-for-charsets): Check
5499 char-coding-system-table.
5500 (select-safe-coding-system-accept-default-p): New variable.
5501 (select-safe-coding-system): Mostly rewritten. New argument
5502 ACCEPT-DEFAULT-P.
5503 (select-message-coding-system): Call select-safe-coding-system
5504 with ACCEPT-DEFAULT-P arg.
5505 (reset-language-environment): Reset default-sendmail-coding-system
5506 to the default value iso-latin-1.
5507 (set-language-environment): Don't set the obsolete variable
5508 charset-origin-alist.
5509
5510 * international/codepage.el (cp-coding-system-for-codepage-1):
5511 Give `safe-chars' property to make-coding-system.
5512
5513 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5514 calling select-message-coding-system twice.
5515
5516 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5517 instead of `safe-charsets'.
5518 (cyrillic-alternativnyj): Likewise.
5519 (ccl-encode-alternativnyj): Don't check the charset
5520 cyrillic-iso8859-5.
5521
90cf4474
KH
55222000-07-27 Kenichi Handa <handa@etl.go.jp>
5523
5524 * composite.el (compose-chars-after): Preserve match data.
5525
a1f84f6d
SS
55262000-07-26 Sam Steingold <sds@gnu.org>
5527
5528 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5529 (ange-ftp-real-file-newer-than-file-p): New function.
5530 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5531 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5532
5533 * tooltip.el (tooltip-float-time): Removed (use `float-time').
5534 * midnight.el (midnight-float-time): Ditto.
5535
e092928e
AS
55362000-07-26 Andreas Schwab <schwab@suse.de>
5537
5538 * files.el (normal-backup-enable-predicate): Correct
5539 interpretation of the return value of compare-strings.
5540
7465ebef
GM
55412000-07-26 Gerd Moellmann <gerd@gnu.org>
5542
3353ef5a
GM
5543 * isearch.el (isearch-resume): New function.
5544 (isearch-done): Add something to command-history to resume
5545 the search.
5546 (isearch-yank-line, isearch-yank-word): Use
5547 buffer-substring-no-properties instead of buffer-substring.
5548
7465ebef
GM
5549 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5550 of flyspell-mouse-map.
5551
5552 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5553 duplicate definition.
5554 (makefile-mode): Remove duplicate setting of local-abbrev-table.
5555
5556 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5557 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5558
5044b74a
SS
55592000-07-25 Sam Steingold <sds@gnu.org>
5560
25759a92
SS
5561 * net/ange-ftp.el: Get modtime over the net.
5562 (ange-ftp-file-modtime): New function.
a95cb10a
GM
5563 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5564 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
5565 Use it.
5566 (ange-ftp-dot-to-slash): New function.
5567 (ange-ftp-fix-name-for-vms): Use it.
5568
5044b74a
SS
5569 * midnight.el (midnight-buffer-display-time): Use
5570 `with-current-buffer'.
5571
5dcfb3f4
GM
55722000-07-25 Gerd Moellmann <gerd@gnu.org>
5573
5574 * find-dired.el: Update copyright notice.
5575 (find-dired): Offer to kill a running `find'.
5576
5577 * enriched.el (enriched-face-ans): For a `foreground-color'
5578 property, return '(("x-color" COLOR))' so that COLOR will be
5579 output as a parameter of the x-color annotation. Likewise for the
5580 `background-color' property. In the case of normal face
5581 properties, don't return annotations for unspecified foreground
5582 and background face attributes.
5583
8c662166
KH
55842000-07-25 Kenichi Handa <handa@etl.go.jp>
5585
5586 * language/japan-util.el (japanese-katakana-region): Fix handling
5587 HANKAKU argument.
5588
c28da489
MB
55892000-07-25 Miles Bader <miles@gnu.org>
5590
5591 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5592 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
5593 constrain-to-field.
5594
ad349719
AI
55952000-07-24 Andrew Innes <andrewi@gnu.org>
5596
5597 * timer.el (timer-activate-when-idle): Add optional parameter
5598 DONT-WAIT. Update docstring.
5599 (run-with-idle-timer): Specify extra parameter to
5600 timer-activate-when-idle, so that timer will be activated
5601 immediately if Emacs is already idle.
5602
5603 * w32-fns.el (w32-using-nt): Fix docstring.
5604
c95162f5
DL
56052000-07-24 Dave Love <fx@gnu.org>
5606
5607 * mouse.el (popup-menu): Set last-command-event.
5608 (mouse-major-mode-menu-prefix): Declare.
5609
e3c31fd5
GM
56102000-07-24 Gerd Moellmann <gerd@gnu.org>
5611
5612 * textmodes/flyspell.el: Update to author's version 1.5d.
5613
5614 * progmodes/hideshow.el: Update copyright notice.
5615
5616 * vcursor.el: Set maintainer to FSF, since author cannot
5617 be reached.
5618
7636d2a3
EZ
56192000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
5620
fbe0a958
EZ
5621 * info.el (Info-goto-emacs-key-command-node): Leave a space after
5622 the prompt.
5623
7636d2a3
EZ
5624 * mouse.el (popup-menu): Run the keymap through indirect-function,
5625 in case it was defined with define-prefix-key. If the menu is a
5626 list of keymaps, look up the binding of user's choice in each one
5627 of the keymaps.
5628 (mouse-popup-menubar): If the global and local menu-bar keymaps
5629 don't have a prompt string, create one and insert it into the
5630 keymap. Don't barf if current-local-map returns nil.
5631
e024b101
GM
56322000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
5633
5634 * dired.el (dired-sort-R-check): Added to allow recursive listing
5635 to be undone.
5636 (dired-sort-other): Use it.
5637
7972fcfc
GM
56382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5639
e024b101 5640 * Release of cc-mode 5.27
7972fcfc
GM
5641
56422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5643
5644 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5645 c-beginning-of-statement-1 that caused a bad case of recursion
5646 which could consume a lot of CPU in large classes in languages
5647 that have in-expression classes (i.e. Java and Pike).
5648
5649 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5650 statements before top level constructs (i.e. case 6 is moved
5651 before case 5 and is now case 4) to catch in-expression
5652 classes in top level expressions correctly.
5653
56542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5655
5656 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5657 objc-method-intro. Case 4 removed and case 5I added.
5658
5659 * cc-langs.el (c-append-paragraph-start): New variable used by
5660 c-common-init to get paragraph-start correct.
5661 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5662 initialize paragraph-start to make it correct both with and
5663 without the javadoc special case.
5664
5665 * cc-mode.el (java-mode): Use c-append-paragraph-start to
5666 initialize paragraph-start for javadoc markup.
5667
5668 * cc-vars.el (c-style-variables-are-local-p): Incompatible
5669 change by defaulting this to t. It's motivated by the
5670 confusing behavior that otherwise arise from the style system
5671 when editing both java and non-java files at the same time
5672 (see the comments about style setting in c-common-init).
5673
56742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5675
5676 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5677 similar to the one in c-fill-paragraph to check the fill
5678 prefix from the adaptive fill function for sanity.
5679
56802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5681
5682 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5683 defun block.
5684
56852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5686
5044b74a 5687 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
5688
56892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5690
5691 * cc-align.el (c-lineup-multi-inher): Handle lines with
5692 leading comma nicely. Extended to handle member initializers
5693 too.
5694
e024b101 5695 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
5696 c-guess-basic-syntax): Fixed recognition of inheritance lists
5697 when the lines begins with a comma.
5698
5044b74a 5699 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
5700
5701 * cc-vars.el (c-offsets-alist): Changed default for
5702 member-init-cont to c-lineup-multi-inher since it now handles
5703 member initializers and indents better for leading commas.
5704
57052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5706
5707 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5708 handling that caused class open lines to be recognized as
5709 statement-conts in some cases.
5710
5711 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5712 guessed by the adaptive fill function unless point is on the
5713 first line of a block comment.
5714
5715 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5716 when the buffer ends with a macro continuation char.
5717
5718 * cc-engine.el (c-guess-basic-syntax): Added support for
5719 function definitions as statements in Pike. The first
5720 statement in a lambda block is now labeled defun-block-intro
5721 instead of statement-block-intro.
5722
5723 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5724 so that the class surrounding point is selected, not the one
5725 innermost in the state.
5726
5727 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5728 recognition of switch labels having hanging multiline
5729 statements.
5730
5731 * cc-engine.el (c-beginning-of-member-init-list): Broke out
5732 some code in c-guess-basic-syntax to a separate function.
5733 * cc-engine.el (c-just-after-func-arglist-p): Fixed
5734 recognition of member inits with multiple line arglists.
5735 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5736 member-init-cont when the commas are in funny places.
5737
57382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5739
5740 * cc-defs.el (c-auto-newline): Removed this macro since it's
5741 not used anymore.
5742
5743 * cc-engine.el (c-looking-at-bos): New helper function.
5744 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5745 inexpr and toplevel classes apart in Pike.
5746
5747 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5748 of case 9A.
5749
5750 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5751 constant, since "class" can introduce an in-expression class
5752 in Pike nowadays.
5753
57542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5755
5756 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5757 indentation on cpp-macro lines.
5758
5759 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5760 a syntax modifier like comment-intro, to make it possible to
5761 get syntactic indentation for preprocessor directives. It's
5762 incompatible wrt to lineup functions on cpp-macro, but it has
5763 no observable effect in the 99.9% common case where cpp-macro
5764 is set to -1000.
5765
57662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5767
5768 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5769 member-init-cont when the preceding arglist is several lines.
5770
57712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5772
5773 * cc-styles.el (c-style-alist): The basic offset for the BSD
5774 style corrected to 8.
5775
57762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5777
5778 * cc-styles.el (c-style-alist): Adjusted the indentation of
5779 brace list openers in the gnu style.
5780
57812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5782
5783 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5784
5785 * cc-cmds.el (c-electric-brace, c-electric-slash,
5786 c-electric-star, c-electric-semi&comma, c-electric-colon,
5787 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5788 when c-syntactic-indentation is nil.
5789
5790 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5791 we were left at comments preceding the first statement when
5792 reaching the beginning of the buffer.
5793
5794 * cc-vars.el (c-syntactic-indentation): New variable to turn
5795 off all syntactic indentation.
5796
57972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5798
5799 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5800 between the text and the block comment ender when it hangs,
5801 depending on how many there are before the fill.
5802
58032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5804
5805 * cc-engine.el (c-beginning-of-closest-statement): New helper
5806 function to go back to the closest preceding statement start,
5807 which could be inside a conditional statement.
5808 * cc-engine.el (c-guess-basic-syntax): Use
5809 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5810
5811 * cc-engine.el (c-guess-basic-syntax): Better handling of
5812 arglist-intro, arglist-cont-nonempty and arglist-close when
5813 the arglist is nested inside parens. Cases 7A, 7C and 7F
5814 changed.
5815
5816 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5817 up-to-date with javadoc 1.2.
5818
58192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5820
5821 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5822 multiline Pike type decls.
5823
58242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5825
5826 * cc-cmds.el (c-indent-new-comment-line): Always break
5827 multiline comments in multiline mode, regardless of
5828 comment-multi-line.
5829
58302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5831
5832 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5833 fully::qualified::names in C++ member init lists. Preamble in
5834 case 5D changed.
5835
58362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5837
5838 * cc-langs.el (c-common-init): Handling of obsolete variables
5839 moved to c-initialize-cc-mode. More compatible style override
5840 when using global style variables.
5841 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5842 variables moved here.
5843
e024b101 5844 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
5845 c-special-indent-hook as a style variable. Don't talk about
5846 doing (c-make-styles-buffer-local t) in a mode hook, since
5847 that's already too late to work right.
5044b74a 5848
7972fcfc
GM
5849 * cc-styles.el (c-make-styles-buffer-local): Flag style
5850 variable localness in c-style-variables-are-local-p to make
5851 the compatibility measure in c-common-init work well.
5852
5853 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5854 longer contain set-from-style.
5855 * cc-styles.el (c-initialize-builtin-style): Don't check for
5856 set-from-style on c-special-indent-hook.
5857 * cc-styles.el (c-copy-tree): Obsolete. The standard function
5858 copy-alist is sufficient now.
5859
5860 * cc-styles.el (c-set-style, c-set-style-1,
5861 c-get-style-variables): Fixes to variable initialization so
5862 that duplicate entries in styles have the same effect
5863 regardless of DONT-OVERRIDE.
5864
5865 * cc-styles.el (c-set-style-2): Fixed bug where the
5866 initialization of inheriting styles failed when the
5867 dont-override flag is set.
5868
5869 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5870 on this.
5871
58722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5873
5874 * cc-defs.el (c-forward-comment): Removed the workaround
5875 introduced in 5.38 since it had worse side-effects. If a line
5876 contains the string "//\"", it regarded the // as a comment
5877 start since the \ temporarily doesn't have escape syntax.
5878
58792000-07-17 Emmanuel Briot <briot@act-europe.fr>
5880
5881 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5882 ada-xref.el before ada-prj.el, so that the Project menu is created
5883 when ada-prj tries to add to it.
5884 (ada-activate-keys-for-case): Suppress the characters that are not
5885 part of the Ada syntax. Better compatibility with else-mode
5886 (ada-adjust-case-interactive): When auto-casing is not active,
5887 correctly insert newlines (used to insert only ^M). Prevent the
5888 syntax table from being changed in case of an error
814299a7 5889 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
5890 Do nothing if ada-auto-case is nil.
5891 (ada-after-keyword-p): Ignore keywords that are also attributes
5892 (ada-batch-reformat): Update usage comment
5893 (ada-call-from-contextual-menu): New function
5894 (ada-case-read-exceptions): Reinitialize the casing exception list
5895 first to nil first, so that the casing exception file can be
5896 shared.
5897 (ada-check-defun-name): Handles "configure" keyword for gnatdist
5898 files.
5899 (ada-compile-goto-error): Fix regexp used to detect a file:line
5900 anywhere in the error message
5901 (ada-contextual-menu-last-point): New variable
5902 (ada-create-keymap): If the variable delete-key-deletes-forward is
5903 t on XEmacs, it means that DEL should delete one character
5904 forward.
5905 (ada-create-menu): Use :included instead of :visible for XEmacs.
5906 New submenu "Options".
5907 (ada-end-stmt-re): Correctly indent "select ... then abort"
5908 statements.
5909 (ada-fill-comment-paragraph): Correctly delete all leading '--'
5910 even if they don't match ada-fill-comment-prefix Fix handling of
5911 paragraphs on the first or last line of a file.
5912 (ada-format-paramlist): Fix handling of default parameter values.
5913 (ada-get-body-name): New function.
5914 (ada-get-current-indent): Optimized by searchling directly for an
5915 existing generic part or a statement outside of it. Handle
5916 ada-indent-align-comments when indenting comments Replaced some
5917 regexps by testing directly the next character. This results in a
5918 huge speedup on some files. New indentation scheme for renames
5919 statements. Stop looking for the 'while' or 'for' associated with
5920 a 'loop' at the first semicolon encountered. A "return" can also
5921 match an anonymous access subprogram declaration.
5922 (ada-get-indent-noindent): Ignore strings and comments when
5923 looking for the keywords "record" and "private".
5924 (ada-goto-matching-decl-start): When matching "if", make sure we
5925 are not in fact seeing "end if". Ignore "when" statements except
5926 when initial keyword was "begin". Fix handling of nested
5927 procedures. Add a recursive call to this function to skip over
5928 other 'end' statmts. Fix indentation for "when .. => begin"
5929 (ada-in-open-paren-p): Fix indentation for complex boolean
5930 expressions, where 'and then', 'or else' and parenthesis
5931 statements are mixed up.
5932 (ada-in-paramlist-p): Skip comments while searching for the
5933 beginning Fix handling of operator declarations.
5934 (ada-indent-align-comments): New variable
5935 (ada-indent-current): Change the syntax table only in the
5936 protected section, so that we are sure it is restored correctly.
5937 (ada-indent-on-previous-lines): Use ada-use-indent and
5938 ada-with-indent Correctly indent "select ... then"
5939 (ada-indent-region): Slight speedup.
5940 (ada-indent-renames): New variable.
5941 (ada-last-which-function-subprog, ada-last-which-function-line):
5942 New variables
5943 (ada-looking-at-semi-private): Correctly indent the 'private'
5944 keyword when it is the first word in a package declaration.
5945 (ada-loose-case-word): Stop searching if at the end of the buffer.
5946 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5947 even if point is not initially at the end of the word.
5948 (ada-matching-decl-start-re): Add "when".
5949 (ada-mode): Add support for abbrev-mode, outline-mode and
5950 which-func-mode Override the old find-file.el entry in
5951 ff-special-constructs since it is using the obsolete
5952 ada-spec-suffix variable
5953 (ada-no-auto-case): New function
5954 (ada-scan-paramlist): When parsing the argument type, accept
5955 spaces (as in "X 'Class", generated by Rational Rose).
5956 (ada-other-file-name): No longer loads the other file.
5957 (ada-popup-menu): Save and restore the current buffer and cursor
5958 position before and after displaying the menu.
5959 (ada-search-ignore-complex-boolean): New function.
5960 (ada-uncomment-region): Emacs21 already knows how to delete
5961 comments not starting in the first column.
5962 (ada-use-indent): New variable
5963 (ada-which-function): New function.
5964 (ada-with-indent): New variable
5965 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5966 can be batch-compiled from the command line.
5967
5968 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5969 Add to the menu when the file is loaded, not in ada-mode-hook.
5970 Add -toolbar to the default ddd command Switches moved from
5971 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5972 ada-prj-default-comp-opt
5973 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5974 Reference Manual to the menu
5975 (ada-check-current): rewritten as a call to ada-compile-current
5976 (ada-compile): Removed.
5977 (ada-compile-application, ada-compile-current, ada-check-current):
5978 Set the compilation-search-path so that compile.el automatically
5979 finds the sources in src_dir. Automatic scrollong of the
5980 compilation buffer. C-uC-cC-c asks for confirmation before
5981 compiling
5982 (ada-compile-current): New parameter, prj-field
5983 (ada-complete-identifier): Load the .ali file before doing
5984 processing
5985 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5986 conform to gnatmake's behavior.
5987 (ada-find-file-in-dir): New function
5988 (ada-find-references): Set the environment variables for gnatfind
5989 (ada-find-src-file-in-dir): New function.
5990 (ada-first-non-nil): Removed
5991 (ada-gdb-application): Add support for jdb, the java debugger.
5992 (ada-get-ada-file-name): Load the original-file first if not done
5993 yet.
5994 (ada-get-all-references): Handles the new ali syntax (parent types
5995 are found between <>).
5996 (ada-initialize-runtime-library): New function
5997 (ada-mode-hook): Always load a project file when a file is opened,
5998 so that the casing exceptions are correctly read.
5999 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6000 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6001 to open the project file, since the latter does not work with
6002 speedbar Get default values before loading the prj file, or the
6003 default executable file name is wrong. Use the absolute value of
6004 src_dir to initialize ada-search-directories and
6005 compilation-search-path,... Add the standard runtime library to
6006 the search path for find-file.
6007 (ada-prj-default-debugger): Was missing an opening '{'
6008 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6009 variables.
6010 (ada-prj-default-gnatmake-opt): New variable
6011 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6012 buffers, the project file is the default one Save the windows
6013 configuration before displaying the menu.
6014 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6015 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6016 ...) regexp-quote identifiers names to support operators +,
6017 -,... in regexps.
6018 (ada-remote): New function.
6019 (ada-run-application): Erase the output buffer before starting the
6020 run Support remote execution of the application. Use
6021 call-process, or the arguments are incorrectly parsed
6022 (ada-set-default-project-file): Reread the content of the active
6023 project file, not the one from the current buffer When a project
6024 file is set as the default project, all directories are
6025 automatically associated with it.
6026 (ada-set-environment): New function
6027 (ada-treat-cmd-string): New special variable ${current}
6028 (ada-treat-cmd-string): Revised. The substitution is now done for
6029 any ${...} substring
6030 (ada-xref-current): If no body was found, compiles the spec
6031 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6032 compiler to get rid of command line length limitations.
6033 (ada-xref-get-project-field): New function
6034 (ada-xref-project-files): New variable
6035 (ada-xref-runtime-library-specs-path)
6036 (ada-xref-runtime-library-ali-path): New variables
6037 (ada-xref-set-default-prj-values): Default run command now does a
6038 cd to the build directory. New field: main_unit Provide a default
6039 file name even if the current buffer has no prj file.
6040
6041 * ada-prj.el:
6042 Rewritten to show a tabbed-dialog.
6043 (ada-prj-add-ada-menu): Remove the map and name parameters.
6044 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6045 New function
6046 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6047 (ada-prj-load-from-file): New function
6048 (ada-prj-save): Always save fields that depend on the current buffer
6049 (ada-prj-show-value): New function
5044b74a 6050
7972fcfc
GM
6051 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6052 Ada mode. This will allow us to display the Ada menu in any buffer
6053 we want (for project items).
6054 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6055 number of spaces in the header.
5044b74a 6056
8730a8da
DL
60572000-07-24 Dave Love <fx@gnu.org>
6058
6059 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6060
db3ca487
NF
60612000-07-23 Noah Friedman <friedman@splode.com>
6062
ad953485
NF
6063 * type-break.el (type-break): perform autosave.
6064 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6065 (type-break-do-query): Cancel query schedule while performing
6066 actual query, to avoid possibility of a second query being made
6067 while first one is already in progress.
6068 (type-break-time-stamp-format): New variable.
6069 (type-break-time-stamp): New function.
6070 (type-break-time-warning): Use it.
6071 (type-break-keystroke-warning): Use it.
6072 (type-break-noninteractive-query): Use it.
6073
03a9c6d0
NF
6074 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6075 cookie.
6076 Use add-minor-mode to set minor-mode-alist, if available.
6077 (eldoc-echo-area-use-multiline-p): New user option.
6078 (eldoc-echo-area-multiline-supported-p): New variable.
6079 (eldoc-docstring-format-sym-doc): Use them.
6080 (eldoc-mode): If not using idle timers, append to local post and
6081 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
6082 (eldoc-display-message-no-interference-p): Don't interfere with
6083 edebug.
6084 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6085 (eldoc-function-arglist): New function.
6086 (eldoc-function-argstring): Use it.
6087
db3ca487
NF
6088 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6089 auto save directory exists before calling directory-files.
6090
f7ad1899
DL
60912000-07-23 Dave Love <fx@gnu.org>
6092
6093 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6094 ^o, ^u.
6095
43e764c9
DL
60962000-07-21 Dave Love <fx@gnu.org>
6097
475de6f4
DL
6098 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6099 now passed to the function. It now works properly.
6100
43e764c9
DL
6101 * smerge-mode.el (smerge-mode-menu): Fill it out.
6102
e8bea4c0
GM
61032000-07-20 Gerd Moellmann <gerd@gnu.org>
6104
6105 * info-look.el (info-lookup): If *info* is shown in another frame
6106 on the same display, select that frame, instead of switching to
6107 the Info buffer in another window of the selected frame.
6108
6109 * simple.el (universal-argument-map): Bind numeric keypad keys
6110 kp-0 to kp-9 and kp-subtract.
6111 (digit-argument): Handle these keys.
6112
bc75b4fd
DL
61132000-07-20 Dave Love <fx@gnu.org>
6114
6115 * net/goto-addr.el (goto-address-fontify): Don't bother with
6116 buffer-modified and read-only stuff -- irrelevant with overlays.
6117 Put an extra property on the overlays and use it to clean up in
6118 case goto-address is re-run.
6119
8b7bc628
RS
61202000-07-19 Richard M. Stallman <rms@gnu.org>
6121
18e21ce8
RS
6122 * timer.el (run-with-idle-timer): Doc fix.
6123
db3ca487 6124 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
6125 Handle case where <...> appears inside "...".
6126 Use replace-match to edit the string more simply.
6127 (rmail-dont-reply-to): Cope with an unmatched ".
6128
50575ec2
DL
61292000-07-19 Dave Love <fx@gnu.org>
6130
6131 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6132 implementation.
6133
6134 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6135 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6136 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6137
4279296d
GM
61382000-07-19 Gerd Moellmann <gerd@gnu.org>
6139
47db06aa
GM
6140 * textmodes/refer.el: Correct maintainer's email address.
6141
6142 * progmodes/hideif.el: Correct author's email address.
6143 Fix typo in comment.
6144
6145 * xml.el: New file.
6146
4279296d
GM
6147 * mail/mailheader.el: Correct author's mail address.
6148
6149 * gnus/parse-time.el: Correct author's mail address.
6150
47db06aa 61512000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
6152
6153 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
6154 New user options.
6155 (comint-input-ring-file-name): Change custom type.
6156 (comint-mode-map): Bind mouse-2.
6157 (comint-insert-clicked-input): New function.
6158 (comint-send-input): Handle input highlighting.
6159
21ad0f7b
SM
61602000-07-18 Stefan Monnier <monnier@cs.yale.edu>
6161
6162 * mouse.el (popup-menu): New function.
6163 (mouse-major-mode-menu): Use it.
6164
3b33a005
DL
61652000-07-18 Dave Love <fx@gnu.org>
6166
6167 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6168 improvements.
6169
dc1cac59
GM
61702000-07-18 Gerd Moellmann <gerd@gnu.org>
6171
21ad0f7b 6172 * faces.el (face-font-selection-order)
dc1cac59 6173 (face-font-family-alternatives): Add custom type.
db3ca487 6174
f8276b77
DL
61752000-07-18 Dave Love <fx@gnu.org>
6176
6177 * cus-edit.el (custom-variable-reset-saved)
6178 (custom-variable-reset-standard): Remove unused bindings.
6179
6180 * rect.el (open-rectangle-line): Remove unused let.
6181
6182 * hl-line.el (hl-line-highlight): Check hl-line-mode.
6183
3d6cd763
GM
61842000-07-18 Gerd Moellmann <gerd@gnu.org>
6185
6186 * cdl.el: Fix `Maintainer' keyword.
6187
6188 * play/pong.el: Add author's email address.
6189
34342a07
SS
61902000-07-17 Sam Steingold <sds@gnu.org>
6191
6192 * files.el (insert-directory): Call `split-string' instead of
6193 re-implementing it.
6194
088831a6
GM
61952000-07-18 Gerd Moellmann <gerd@gnu.org>
6196
6197 * mail/vms-pmail.el: Change maintainer to FSF.
6198
6199 * net/goto-addr.el: Change maintainer to FSF.
6200
6201 * recentf.el: Update from author.
6202
6203 * info.el (Info-title-face-alist): Removed.
db3ca487 6204
68be2869
EZ
62052000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
6206
6207 * eshell/eshell.el (eshell): Replace links to eshell.info with
6208 links to eshell, to avoid problems on systems where the manual is
6209 installed as `eshell'.
6210 * eshell/esh-cmd.el (eshell-cmd): Ditto.
6211 * eshell/em-smart.el (eshell-smart): Ditto.
6212 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 6213 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
6214
6215 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6216 same-file check in the MS-DOS version (it does support inodes).
6217
6218 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6219
21ad0f7b
SM
6220 * eshell/eshell.el (eshell-directory-name):
6221 Run default directory name through convert-standard-filename.
68be2869 6222
269b4dcb
KH
62232000-07-18 Kenichi Handa <handa@etl.go.jp>
6224
21ad0f7b
SM
6225 * international/mule-cmds.el (select-safe-coding-system):
6226 Fix typo in the comment.
240a16cf 6227
21ad0f7b
SM
6228 * language/european.el (compound-text):
6229 Force katakana-jisx0201 to be designated to G1.
aa96c820 6230
21ad0f7b
SM
6231 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6232 Don't translate some national variant characters of latin-jisx0201.
aa96c820 6233 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 6234
269b4dcb
KH
6235 * international/kkc.el (kkc-after-update-conversion-functions):
6236 New variable.
6237 (kkc-update-conversion): Run functions in it at the tail.
6238
68be2869 62392000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 6240
21ad0f7b
SM
6241 * lisp/align.el (align-newline-and-indent):
6242 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
6243 (align-region): Fixed badly formatted minibuffer message.
6244
7a3fd467
KH
62452000-07-17 Kenichi Handa <handa@etl.go.jp>
6246
21ad0f7b 6247 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
6248 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
6249 the conversion list at first if appropriate.
6250 (kkc-next): Don't update kkc-next-count here.
6251 (kkc-prev): Don't update kkc-prev-count here.
6252 (kkc-show-conversion-list-update): Fix setting up of conversion
6253 list message.
6254
a45423d8
SM
62552000-07-16 Stefan Monnier <monnier@cs.yale.edu>
6256
088831a6 6257 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 6258
91a38db1
DL
62592000-07-16 Dave Love <fx@gnu.org>
6260
6261 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6262 function to be more specific.
6263
6264 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6265 non-string help-echo.
6266 (widget-types-convert-widget): Defsubst it.
6267 (widget-echo-help): Try to cope with a help-echo function of two
6268 possible sorts.
6269
3fddcdc3
JR
62702000-07-15 Jason Rumney <jasonr@gnu.org>
6271
6272 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6273 Declare as obsolete.
6274
6275 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6276
bd23a692
GM
62772000-07-14 Gerd Moellmann <gerd@gnu.org>
6278
6279 * hilit-chg.el: Fix typo.
6280
d4af987a
DL
62812000-07-14 Dave Love <fx@gnu.org>
6282
6283 * info.el (Info-mode-menu): Fix use of :help, :enable.
6284
3a4f3f86
SM
62852000-07-14 Stefan Monnier <monnier@cs.yale.edu>
6286
6287 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6288
cf6936a4
DL
62892000-07-13 Dave Love <fx@gnu.org>
6290
4d6d04b5
DL
6291 * emacs-lisp/easymenu.el: Doc fixes.
6292 (easy-menu-remove): Defalias to ignore.
6293
cf6936a4
DL
6294 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6295 Call throw correctly.
6296
56437999
GM
62972000-07-13 Gerd Moellmann <gerd@gnu.org>
6298
6299 * faces.el (frame-background-mode): Doc fix.
6300
6301 * simple.el (eval-expression-print-length): Change custom type to
6302 allow entering nil as value.
6303
d04a3972
DL
63042000-07-13 Dave Love <fx@gnu.org>
6305
3a4f3f86
SM
6306 * progmodes/fortran.el (fortran-imenu-generic-expression):
6307 Change definition layout.
a8189dfe
DL
6308 (fortran-mode-menu): Reinstate customize entries.
6309
d04a3972
DL
6310 * cus-edit.el (custom-group-menu-create, customize-menu-create):
6311 Use :filter, per old XEmacs code.
6312
4bf4fb05
GM
63132000-07-12 Gerd Moellmann <gerd@gnu.org>
6314
6315 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6316 event when deciding what to send to the terminal.
6317
37328bcd
DL
63182000-07-12 Dave Love <fx@gnu.org>
6319
6320 * cus-start.el: Add optional version as 4th element of specs and
6321 use it for several things new in v21. Remove load-path. Fix type
6322 of line-number-display-limit.
6323
89492072
DL
63242000-07-11 Dave Love <fx@gnu.org>
6325
3a4f3f86
SM
6326 * progmodes/fortran.el: Don't require easymenu.
6327 Use repeat counts in various regexps.
315aa1de
DL
6328 (fortran-mode-syntax-table): Defvar directly.
6329 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
6330 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6331 Use defvar, not defconst.
6332 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
6333 (fortran-mode): Set fortran-comment-line-start-skip,
6334 fortran-comment-line-start-skip, dabbrev-case-fold-search.
6335 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
6336 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6337 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
6338 (fortran-comment-region, fortran-electric-line-number): Simplify.
6339 (fortran-auto-fill): New function.
6340 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
6341 (fortran-find-comment-start-skip):
6342 Check for non-null comment-start-skip.
6343 (fortran-auto-fill-mode, fortran-fill-statement):
6344 Use fortran-auto-fill.
315aa1de 6345 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 6346 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 6347
89492072
DL
6348 * widget.el (widget-plist-member): New alias.
6349
d55ead18
EZ
63502000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6351
6352 * eshell/esh-module.el (toplevel): Reference
6353 byte-compile-current-file only if it is bound.
6354
e82a2a05
GM
63552000-07-10 Gerd Moellmann <gerd@gnu.org>
6356
6357 * dired.el: Don't require `dired-aux'.
6358
1fc7fb2b
MB
63592000-07-10 Miles Bader <miles@lsi.nec.co.jp>
6360
6361 * dired-aux.el (dired-show-file-type): New function.
6362 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6363 (dired-show-file-type): Add autoload.
6364
ab49ce15
KH
63652000-07-10 Kenichi Handa <handa@etl.go.jp>
6366
6367 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 6368 change of fontset-info.
ab49ce15
KH
6369 (print-fontset): Likewise.
6370
f45aab65
SM
63712000-07-09 Stefan Monnier <monnier@cs.yale.edu>
6372
6373 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6374
2f72fd2f
GM
63752000-07-07 Gerd Moellmann <gerd@gnu.org>
6376
e82a2a05 6377 * bindings.el: Bind `[delete]' to delete-char.
965522f5 6378
2f72fd2f
GM
6379 * dired.el (dired-find-alternate-file): New function.
6380 (dired-mode-map): Bind `a' to dired-find-alternate-file.
6381 (toplevel): Require dired-aux when compiling.
6382 (dired-buffers): Move defvar within file to avoid compiler warning.
6383
6384 * info.el (Info-last-search): Variable removed.
6385 (Info-search-history): New variable.
6386 (Info-search): New Info-search-history.
6387
6388 * battery.el, info-look.el: Change author's mail address.
6389
965522f5 63902000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 6391
965522f5
GM
6392 * mail/rmail.el (rmail-clear-headers): Don't throw an error
6393 if rmail-ignored-headers is nil.
6394 (rmail-retry-failure): Bind rmail-ignored-headers and
6395 rmail-displayed-headers to nil.
6396
dd8888a1
GM
63972000-07-06 Gerd Moellmann <gerd@gnu.org>
6398
e5c81191
GM
6399 * lpr.el (lpr-page-header-switches): Add `-h' switch.
6400 (print-region-1): Don't hard code `-h' here.
6401
dd8888a1
GM
6402 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6403
e5c81191
GM
64042000-07-01 Francesco Potorti` <pot@gnu.org>
6405
6406 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6407 exim can use "your message" instead of "the message".
34342a07 6408
f45aab65
SM
64092000-07-06 Stefan Monnier <monnier@cs.yale.edu>
6410
6411 * facemenu.el: Docstrings fixes.
6412 (facemenu-get-face): Don't use internal-find-face.
6413 (facemenu-iterate): Rename arg to match the docstring.
6414
6415 * newcomment.el (uncomment-region): Be more careful when skipping
6416 backwards over `=' not to bump into BOBP.
6417
d396e521 64182000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 6419
dd8888a1
GM
6420 * ediff-diff.el (ediff-wordify): Use syntax table.
6421 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 6422 ediff-color-display-p.
dd8888a1 6423 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
6424 from defsubst.
6425 Got rid of special cases for NeXT and OS/2.
dd8888a1 6426 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 6427 face.
34342a07 6428
5e2dfaa4
SM
64292000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6430
6431 * emacs-lisp/lucid.el: Require CL.
6432 (copy-tree, remprop): Remove, it's provided by CL.
6433 (map-keymap): Define in terms of cl-map-keymap.
6434 (extent-property, set-extent-end-glyph): New functions.
6435
6436 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6437
d5c5cddd
GM
64382000-07-05 Gerd Moellmann <gerd@gnu.org>
6439
485266d0
GM
6440 * Makefile.in (DONTCOMPILE): Add comment that the name may
6441 not be changed without changing the make-dist script.
6442
5e2dfaa4 6443 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 6444 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 6445
e2c46326
AI
64462000-07-05 Andrew Innes <andrewi@gnu.org>
6447
6448 * makefile.nt: Add support for `bootstrap' and related targets.
6449
a027a91b
SM
64502000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6451
6452 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6453 (easy-menu-do-define): Use `menu-item' format.
6454 Handle case where easy-menu-create-menu returns a symbol.
6455 Manually call the potential top-level filter in the function binding.
6456 (easy-menu-filter-return): New arg NAME.
6457 Convert to a keymap if MENU is an XEmacs menu.
6458 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
6459 (easy-menu-converted-items-table, easy-menu-convert-item):
6460 New var and fun to memoize easy-menu-convert-item-1.
6461 (easy-menu-do-add-item): Use it.
6462 (easy-menu-create-menu): Use easy-menu-convert-item.
6463 Wrap easy-menu-filter-return around any :filter specification.
6464 Don't convert the menu if a filter was specified.
6465 Tell easy-menu-make-symbol not to check for MENU being an expression.
6466 (easy-menu-make-symbol): New arg NOEXP.
6467
5e03eb84
GM
64682000-07-05 Gerd Moellmann <gerd@gnu.org>
6469
6470 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6471 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6472 (eval-defun): If called with prefix arg, instrument code for
6473 Edebug.
6474
6475 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6476 similar to that of eval-defun.
6477
fca68a95
DL
64782000-07-04 Dave Love <fx@gnu.org>
6479
7ccbba4c
DL
6480 * hl-line.el (hl-line-overlay): Make it permanent-local.
6481
fca68a95
DL
6482 * calendar/todo-mode.el: Replaced with a working version, based on
6483 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6484
64852000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
6486
6487 * paths.el (prune-directory-list): New function.
6488 (Info-default-directory-list): Rewritten to more methodically
6489 enumerate a big list of possible info directories (based on the
6490 list used by the standalone info reader).
fca68a95 6491
78e7e8a0 6492 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 6493 non-existent directories from Info-directory-list.
78e7e8a0 6494
78e7e8a0
MB
6495 * paths.el (Info-default-directory-list): Try a list of possible
6496 info-directories instead of a single one. Add the possible
6497 info directory "/usr/share/info".
6498
6499 * woman.el (woman-man.conf-path): Explicitly include the debian
6500 man-db config file "/etc/manpath.config".
6501 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6502 are present in `manpath.config'.
6503 (woman-manpath): Include "/usr/share/man".
6504
67c9a1d2
GM
65052000-07-03 Gerd Moellmann <gerd@gnu.org>
6506
6753393b
GM
6507 * frame.el (blink-cursor-mode): Don't hide cursor initially.
6508
6509 * startup.el (command-line): Initialize blink-cursor based
6510 on window-system.
6511
e4f98ad3
GM
6512 * frame.el (blink-cursor): Default to nil if not running under
6513 a window-system.
6514
2f516940
GM
6515 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6516 (face-x-resources): Remove duplicate entry for :font.
6517
67c9a1d2
GM
6518 * textmodes/refer.el (refer-find-entry-internal): Use some-window
6519 instead of cycling through windows with next-window.
6520
6521 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6522 of cycling through windows with next-window.
6523
6524 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6525 of cycling through windows with next-window.
6526
6527 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6528 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6529 instead of cycling through windows with next-window.
6530
6531 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6532 instead of cycling through windows with next-window.
6533
6534 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6535 of cycling through windows with next-window.
6536
6537 * terminal.el (te-process-output): Use walk-windows instead of
6538 cycling through windows with next-window.
6539
6540 * server.el (server-switch-buffer): Use some-window instead of
6541 cycling through windows with next-window.
6542
6543 * window.el (some-window): New function.
6544 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 6545
3a4f3f86 6546 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 6547
8b7bc628 65482000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
6549
6550 * window.el (walk-windows): Guarantee termination by keeping a list
6551 of all the windows already handled.
6552
d0d57043
EZ
65532000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6554
6555 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6556 window-system.
6557
6558 * man.el (Man-notify-when-ready): Don't use window-system. If
6559 Man-notify-method is newframe, and the display is not
6560 multi-frame, select the frame created for the man page.
6561 (Man-init-defvars): Doc fix.
6562
d5483ab1
GM
65632000-06-28 Gerd Moellmann <gerd@gnu.org>
6564
af5c25e1
GM
6565 * faces.el (region): Change background color for light background.
6566
6567 * ediff-wind.el (ediff-setup-control-frame): Remove :box
6568 attribute from mode-line face of Ediff control frame.
6569
d5483ab1
GM
6570 * replace.el (query-replace-map): Bind `e' like `E'.
6571
9d47450f
EZ
65722000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6573
3a4f3f86
SM
6574 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6575 Change name to "Select All".
496b7491 6576
9d47450f
EZ
6577 * dos-fns.el (convert-standard-filename): Fix last change.
6578
0b431deb
GM
65792000-06-27 Gerd Moellmann <gerd@gnu.org>
6580
4fa9f636
GM
6581 * help.el (describe-variable): Don't insert a second `'s' in front
6582 of the string `value is shown below'. Since the syntax-table is
6583 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6584 an existing `'s', so that this won't be deleted.
6585
0b431deb
GM
6586 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6587 * pcmpl-unix.el: New files.
6588
32cad0aa
SM
65892000-06-26 Stefan Monnier <monnier@cs.yale.edu>
6590
6591 * wid-edit.el (widget-member): Use the new plist-member.
6592
2c69ced2
GM
65932000-06-26 Gerd Moellmann <gerd@gnu.org>
6594
44c0f771
GM
6595 * replace.el (perform-replace): Undo change of 2000-04-04.
6596 Instead, move backward 1 character at the end of the loop when
6597 necessary.
34342a07 6598
1d36487c
GM
6599 * faces.el (fringe): Change face for different backgrounds.
6600
6601 * eshell/esh-module.el (toplevel): Load defgroup's differently;
6602 patch from John.
6603
2c69ced2
GM
6604 * eshell/*.el: Change spelling of the Free Software Foundation.
6605
6606 * eshell/esh-toggle.el: Removed.
6607
6608 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6609
6610 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6611 interactively.
6612
66132000-06-26 Alex Schroeder <alex@gnu.org>
6614
6615 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6616 `define-key'; instead of checking `(emacs-version)' check for
6617 `set-keymap-parent' and `set-keymap-name' directly. Add entries
6618 for `;' and `o' which might be electric.
6619
6620 (sql-electric-stuff): New user option.
6621 (sql-magic-go): New function which uses `sql-electric-stuff'.
6622 (sql-magic-semicolon): New function which uses
6623 `sql-electric-stuff'.
6624
6625 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6626 is not fboundp.
6627
6628 (sql-oracle-options): New variable.
6629 (sql-oracle): Use it.
6630
6631 (sql-imenu-generic-expression): Doc change.
6632 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6633 is used.
6634
6635 (sql-informix): Added command line parameter "-" to force
6636 sql-informix-program to use stdout.
6637
db1306d8
EZ
66382000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
6639
3a4f3f86 6640 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
6641 (cp864-decode-table): Doc fix.
6642 (cp720-decode-table): New variable, supports the Arabic OEM
6643 codepage used by Windows.
6644 (cp737-decode-table): New, Greek OEM codepage used by Windows.
6645
c69e5fcd
DL
66462000-06-23 Dave Love <fx@gnu.org>
6647
6648 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6649 (font-lock-fontify-anchored-keywords): Use
6650 line-beginning-position.
6651 (global-font-lock-mode): Use mapc.
6652
30ad8f23
SM
66532000-06-23 Stefan Monnier <monnier@cs.yale.edu>
6654
6655 * eshell/esh-module.el: Require CL when compiling.
6656
26b4dc84
GM
66572000-06-23 Gerd Moellmann <gerd@gnu.org>
6658
78c56e70
GM
6659 * comint.el (comint-substitute-in-file-name): Call replace-match
6660 with second and third arg t.
6661
34342a07 6662 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
6663 Specify foreground color.
6664
6665 * faces.el (tool-bar, mode-line, header-line): Specify foreground
6666 color.
6667
affbf647
GM
6668 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6669
6670 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6671 cddr instead of cdddr.
6672
25fffb31
GM
6673 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6674 instead of copy-list.
6675
6676 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6677 of copy-list.
6678
26b4dc84
GM
6679 * subdirs.el: Add eshell subdirectory.
6680
6681 * eshell: New subdirectory containing the Eshell package.
6682
6683 * pcomplete.el: New file.
6684
78c56e70
GM
66852000-06-23 Paul Eggert <eggert@twinsun.com>
6686
ea055732
GM
6687 * mail/mailpost.el (post-mail-send-it): Make sure file has
6688 proper permissions from birth.
6689
6690 * files.el (basic-save-buffer-2): When temporarily setting
6691 file modes, set them to current modes plus 0200, not to 0777.
6692
78c56e70
GM
6693 * emerge.el (emerge-make-temp-file): Make sure file has proper
6694 permissions from birth.
6695
a3a7ff33
EZ
66962000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
6697
6698 * files.el (make-backup-file-name-1): On DOS/Windows, run the
6699 backup file name through convert-standard-filename.
6700
6701 * dos-fns.el (convert-standard-filename): Convert leading
6702 directories as well. When long file names are supported, convert
6703 characters that are invalid in Windows file names.
6704
1fd9b7fe
GM
67052000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6706
6707 * ps-print.el: Fix bug: if ^L is the very first buffer character,
6708 ps-print crashes. New feature: page selection for printing. Create
6709 raw-text-unix coding system for XEmacs. Doc fix.
6710 (ps-print-version): New version number (5.2.3).
6711 (ps-plot-region): Bug fix.
6712 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6713 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6714 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6715 funs.
6716 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6717 (ps-last-page): New vars.
6718
16ed8416
GM
67192000-06-21 Gerd Moellmann <gerd@gnu.org>
6720
6721 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6722 empty option string.
6723
4fbee715
EZ
67242000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
6725
6726 * man.el (man): Doc fix.
6727
eaecfc94
KH
67282000-06-21 Kenichi Handa <handa@etl.go.jp>
6729
6730 * international/mule-cmds.el (set-language-info-alist): Docstring
6731 fixed.
6732
4a27bdfb
GM
67332000-06-20 Gerd Moellmann <gerd@gnu.org>
6734
6735 * version.el (emacs-version): Use ISO date format.
6736
6737 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6738 instead of `M-backspace'.
6739
6740 * simple.el (turn-off-auto-fill): New function.
6741
8972fe79
SM
67422000-06-20 Stefan Monnier <monnier@cs.yale.edu>
6743
6744 * jit-lock.el (with-buffer-prepared-for-jit-lock):
6745 Renamed from with-buffer-prepared-for-font-lock and use
6746 inhibit-modification-hooks rather than setting *-change-functions.
6747 Update all functions to use the new name.
6748 (jit-lock-first-unfontify-pos): New semantics (and doc).
6749 (jit-lock-mode): Make non-interactive.
6750 Don't automatically turn on font-lock.
6751 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6752 Always use jit-lock-after-change.
6753 Remove and restore font-lock-after-change-function.
6754 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6755 (jit-lock-after-unfontify-buffer): Remove.
6756 (jit-lock-stealth-fontify):
6757 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6758 (jit-lock-after-change): Set the `fontified' text-prop to nil.
6759
5d80cc9c
SS
67602000-06-20 Sam Steingold <sds@gnu.org>
6761
6762 * emacs-lisp/cl-indent.el (toplevel): Indent
6763 `print-unreadable-object' properly. Untabify.
6764
f54e4d13
CD
67652000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6766
6767 * textmodes/reftex.el (reftex-find-citation-regexp-format):
6768 Support for bibentry.
6769 (reftex-compile-variables): Fixed problem with end of section-re.
6770
6771 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
6772 reftex-view-crossref-from-bibtex):
6773 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
6774 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6775 Replaced `remprop' with `put'.
8972fe79
SM
6776 (reftex-view-crossref, reftex-view-crossref-when-idle):
6777 Support for bibentry.
f54e4d13 6778
8972fe79
SM
6779 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6780 New entry for bibentry package.
f54e4d13 6781
8972fe79
SM
6782 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6783 Regexp also matches "\nobibliography".
f54e4d13 6784
8972fe79
SM
6785 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6786 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
6787 (reftex-ensure-write-access): New function.
6788
f54e4d13
CD
67892000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6790
6791 * progmodes/idlwave.el: File re-installed (update to version 4.2)
6792
6793 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6794
6795 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6796
6797 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6798
6799
560c43f4
DL
68002000-06-20 Dave Love <fx@gnu.org>
6801
6802 * faces.el (frame-background-mode): Use set-default, not set, in
6803 setter.
6804 (frame-update-faces, frame-update-face-colors): Define with
6805 defalias.
6806
6807 * enriched.el (enriched-decode-foreground)
6808 (enriched-decode-background): Don't use internal-find-face.
6809
6810 * apropos.el: Doc fixes.
6811
6812 * cus-edit.el (customize-changed-options): Check arg.
6813 (customize-version-lessp): Don't require decimal point.
6814
6815 * custom.el (defcustom, defgroup): Doc fix.
6816
6817 * newcomment.el (comment) <defgroup>: Add :version.
6818 (comment-multi-line): Doc fix.
6819
6820 * emulation/mlsupport.el (define-hooked-local-abbrev,
6821 define-hooked-global-abbrev): Fix, using define-abbrev.
6822
cdf0357b
GM
68232000-06-19 Gerd Moellmann <gerd@gnu.org>
6824
6825 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6826 the whole buffer.
6827
10013d74
DL
68282000-06-19 Dave Love <fx@gnu.org>
6829
6830 * menu-bar.el (menu-bar-options-save): New function.
6831 (menu-bar-options-menu): Use it.
6832 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6833 Simplify.
6834
6922f208
AS
68352000-06-19 Andreas Schwab <schwab@suse.de>
6836
6837 * progmodes/etags.el (tags-query-replace): Put new parameters
6838 START and END at the end, for backward compatibility.
6839
10d7bf84
KH
68402000-06-19 Kenichi Handa <handa@etl.go.jp>
6841
6842 * international/codepage.el:
6843 (cp-coding-system-for-codepage-1): Delete special codes for
6844 generating xxx-dos coding system because now a CCL based coding
6845 system can handle EOL conversion by default.
6846
6847 * international/mule.el (make-coding-system): Generate subsidiary
6848 coding systems for EOL handling variants even for a CCL based
6849 coding system.
6850
8f3c9a3d
KH
68512000-06-19 Kenichi Handa <handa@etl.go.jp>
6852
6853 * international/isearch-x.el (isearch-minibuffer-input-method)
6854 (isearch-minibuffer-input-method-function): These variables
6855 deleted.
6856 (isearch-with-input-method): Don't use the above variables.
6857 (isearch-process-search-multibyte-characters): Likewise. Call
6858 read-string with the arg INHERIT-INPUT-METHOD t.
6859
c2acf685
SM
68602000-06-17 Stefan Monnier <monnier@cs.yale.edu>
6861
13f0d185
SM
6862 * font-lock.el (font-lock-after-fontify-buffer)
6863 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6864
6865 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6866 Use consistent make-local-variable style for font-lock-fontified.
6867 (jit-lock-fontify-buffer):
6868 Don't bother checking for font-lock-mode and jit-lock-mode.
6869
c2acf685
SM
6870 * time.el: Remove trailing ^M that prevent CVS-merging.
6871
a9021acd
GM
68722000-06-16 Gerd Moellmann <gerd@gnu.org>
6873
6874 * Makefile.in (distclean): New target.
5d80cc9c 6875
0df68e9f
SM
68762000-06-16 Stefan Monnier <monnier@cs.yale.edu>
6877
6878 * Makefile.in (srcdir): Define for update-subdirs.
6879
6344985d
GM
68802000-06-16 Gerd Moellmann <gerd@gnu.org>
6881
6882 * find-lisp.el: New file.
6883
63239267
AI
68842000-06-16 Andrew Innes <andrewi@gnu.org>
6885
6886 * time.el (display-time-mail-function): New variable, to allow
6887 external packages to indicate when new mail is available.
6888 (display-time-update): Use it.
6889
1699f991
KH
68902000-06-16 Kenichi Handa <handa@etl.go.jp>
6891
a3b37893
KH
6892 * international/mule.el (mule-version): Change version name to
6893 SAKAKI. AOI has already been used by Meadow.
6894
1699f991
KH
6895 * international/quail.el (quail-show-guidance-buf): To find the
6896 bottom window (but minibuffer), pay attention to the height of
6897 minibuffer.
6898
228b083e
EZ
68992000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6900
7d5c8691
EZ
6901 * arc-mode.el (archive-mode-map): Use the new menu-item format for
6902 menu-bar menus. Add help strings. Don't remove the Edit menu
6903 from the menu bar, as the menu bar has enough space now.
6904
261f3289
EZ
6905 * Makefile.in (SHELL): Make sure /bin/sh is used.
6906
228b083e
EZ
6907 * woman.el (woman-man-buffer): Fix bold and underlined CJK
6908 characters, which use series of two ^H characters instead of one.
6909
e27e8d71
GM
69102000-06-15 Gerd Moellmann <gerd@gnu.org>
6911
5d80cc9c 6912 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 6913 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 6914 functions.
451ec4e3
GM
6915 (Info-find-node-2): Try a case-sensitive search first, then
6916 do a case-insensitive search.
6917
6918 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6919 tutorials.
6920
b675095c
GM
6921 * complete.el (PC-env-vars-alist): New variable.
6922 (PC-complete-as-file-name): New function.
6923 (partial-completion-mode): Initialize PC-env-vars-alist from
6924 process-environment.
6925 (PC-do-completion): Handle completion of env vars.
6926
6927 * info.el (Info-set-mode-line): Show file name in mode line,
6928 use `*Info*' instead of `Info:'.
6929
e27e8d71
GM
6930 * startup.el (command-line-1): Change copyright messages to year
6931 2000.
6932
28223a7e
DL
69332000-06-15 Dave Love <fx@gnu.org>
6934
6935 * net/goto-addr.el (goto-address-fontify): Use keymap property,
6936 not local-map.
6937
32684631
KH
69382000-06-15 Kenichi Handa <handa@etl.go.jp>
6939
6940 * international/mule.el (set-buffer-file-coding-system): Almost
6941 rewritten to handle `undecided' as no-op.
6942
9f817ea4
GM
69432000-06-14 Gerd Moellmann <gerd@gnu.org>
6944
e27e8d71 6945 * Makefile.in: New file.
dce6b995
GM
6946
6947 * Makefile: Removed.
6948
9f817ea4
GM
6949 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6950 (goto-address-highlight-keymap): Bind C-c RET.
6951
2de33f94
KH
69522000-06-14 Kenichi Handa <handa@etl.go.jp>
6953
bbf1e8a5
KH
6954 * mail/sendmail.el (sendmail-send-it): The temporary buffer
6955 inherits buffer-file-coding-system of the current buffer.
725a6897 6956
02891cc3
KH
6957 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6958 0. Give correct argument to set-auto-coding-function.
6959 (tar-expunge): For goto-char, use (point-min), not 0.
6960 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6961 (tar-subfile-save-buffer): Likewize.
6962
2de33f94
KH
6963 * international/mule.el
6964 (after-insert-file-set-buffer-file-coding-system): Call
6965 set-buffer-file-coding-system with the arg FORCE t.
6966
1681ead6
GM
69672000-06-13 Gerd Moellmann <gerd@gnu.org>
6968
6969 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6970 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 6971 the sender is set with `-f'.
1681ead6 6972
fdf4b680
DL
69732000-06-13 Dave Love <fx@gnu.org>
6974
9c50afce
DL
6975 * help.el (describe-function-1): Kluge around cases of functions
6976 fset to subrs whose doc doesn't match their symbol-name.
6977
0ad550ba 6978 * image.el (insert-image): Default STRING to a space.
f290ca08 6979
fdf4b680 6980 * info.el Doc fixes.
5d80cc9c 6981 (Info-build-node-completions): Match Ref tags.
fdf4b680 6982
9b6610db
EZ
69832000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
6984
a704139d
EZ
6985 * frame.el (display-multi-frame-p, display-multi-font-p): New
6986 defaliases for display-graphic-p.
6987
9b6610db
EZ
6988 * hl-line.el: Fixed a typo in commentary.
6989
7a5ea398
KH
69902000-06-13 Kenichi Handa <handa@etl.go.jp>
6991
6992 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6993 fixed.
6994
0dc91c57
DL
69952000-06-12 Dave Love <fx@gnu.org>
6996
6997 * image.el (insert-image): Save a little consing.
6998
0bd5914b
KH
69992000-06-12 Kenichi Handa <handa@etl.go.jp>
7000
7001 * language/tibet-util.el: Convert all tibetan-1-column characters
7002 to the corresponding tibetan characters.
7003 (tibetan-add-components): Delete code for the special treatment of
7004 'a chung.
7005
7006 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7007 change.
7008 (tibetan-vowel-transcription-alist): More rules added.
7009 (tibetan-composite-vowel-alist): New variable.
7010 (tibetan-precomposition-rule-alist): More rules added.
7011
6dc7d3d5
SM
70122000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7013
9c04c393
SM
7014 * startup.el (command-line): Only call menu-bar-mode if interactive.
7015
7016 * thingatpt.el (toplevel symbol-properties):
7017 * textmodes/makeinfo.el (makeinfo-compile):
7018 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 7019 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 7020 (hide-ifdef-use-define-alist):
5d80cc9c 7021 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
7022 (ange-ftp-vms-add-file-entry):
7023 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7024 * man.el (Man-build-man-command):
7025 * mail/rnewspost.el (news-reply-header-hook):
7026 * info.el (Info-insert-dir):
7027 * emulation/mlconvert.el (backward-word, forward-word, setq):
7028 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
7029 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7030 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
7031 (byte-optimize-apply, end of file):
7032 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7033 (ad-make-freeze-definition):
7034 * startup.el (command-line, command-line-1): Don't quote lambdas.
7035
6dc7d3d5
SM
7036 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7037 (cvs-cleanup-removed): New function.
7038 (cvs-cleanup-functions): New var.
7039 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7040 some flexibility in specifying additional entries to auto-cleanup.
7041 (cvs-quickdir): New function.
7042 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7043 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7044 (cvs-mode-find-file): Check that we are on a filename or dirname
7045 when invoked through a mouse-click.
7046 (cvs-full-path): Remove.
7047 (cvs-dired-action): Re-introduced.
7048 (cvs-dired-noselect): Use it.
7049 (vc-post-command-functions): use this new hook if available.
7050
7051 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7052 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7053 (cvs-filename-map, cvs-dirname-map): Remove.
7054 (cvs-default-action): Remove.
7055 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7056 if the arg is really a keymap.
7057 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7058 Don't hardcode the mapping from state (aka type) to face, but check
7059 the var cvs-fi-<type>-face instead.
7060 (cvs-fileinfo-from-entries): New function.
7061
7062 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7063 Docstring fix.
7064 (cvs-find-file-and-jump): Change default to be safer.
7065 (cvs-mode-diff-map): Define it as a function as well.
7066 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7067 Bind mouse-2 in this global map rather than with text-properties.
7068
7069 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7070 file to resolve the ambiguity between C(conflict) and C(need-merge).
7071
5050a2ef
KH
70722000-06-12 Kenichi Handa <handa@etl.go.jp>
7073
7074 * international/mule.el (set-buffer-file-coding-system): If
7075 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7076 unconditionally.
7077
35a7ac84
DL
70782000-06-12 Dave Love <fx@gnu.org>
7079
7080 * wid-edit.el (widget-specify-button): Really suppress the face if
7081 required.
7082
db8eeecd
GM
70832000-06-11 Gerd Moellmann <gerd@gnu.org>
7084
7085 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7086
70223ca4
SM
70872000-06-11 Stefan Monnier <monnier@cs.yale.edu>
7088
7089 * imenu.el (imenu-generic-expression): Docstring fix.
7090
7091 * composite.el (composition-function-table): Move the `put'
7092 below the autoload cookie so we can load the file before loaddefs.
7093
7094 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7095
7096 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7097 Handle easy-mmode-define-global-mode.
7098 For complex macros like define-minor-mode that can generate
7099 several autoload entries, try to autoload entries in the
7100 macroexpanded code.
7101
7102 * emacs-lisp/easy-mmode.el (define-minor-mode):
7103 If KEYMAP is a symbol, just use it.
7104 Use byte-compile-current-file and load-file-name to infer the
7105 proper :require to pass to defcustom.
7106 Wrap the hook var into `progn' so as not to autoload it.
7107 Add a :autoload-end cookie.
7108 Be more careful about the evaluation of KEYMAP.
7109 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7110 (define-derived-mode): Move define-abbrev-table outside of defvar.
7111
71122000-06-10 Stefan Monnier <monnier@cs.yale.edu>
7113
7114 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7115 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7116 (backup-compiled-files): Ignore errors during `tar'.
7117 (bootstrap): Make autoloads before elc files.
7118
9c53b34e
KH
71192000-06-10 Kenichi Handa <handa@etl.go.jp>
7120
7121 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 7122 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
7123
7124 * international/mule-conf.el (unix): New alias for the coding
7125 system undecided-unix.
7126
22ddd299
DL
71272000-06-09 Dave Love <fx@gnu.org>
7128
5ee42746
DL
7129 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7130
70223ca4 7131 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
7132 (executable-insert): Change custom type.
7133 (executable-find): Add autoload cookie.
cc7e1d18
DL
7134 (executable-make-buffer-file-executable-if-script-p): New
7135 function. After Noah Friedman.
22ddd299
DL
7136
7137 * files.el (after-save-hook): Customize, with
cc7e1d18 7138 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 7139
41ea3794
KH
71402000-06-09 Kenichi Handa <handa@etl.go.jp>
7141
f89437e3
KH
7142 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7143 "tib24p-mule.bdf" for Tibetan.
7144
7a4ee259
KH
7145 * composite.el (decompose-composite-char): Declare it as obsolete.
7146
ff6a65c2
KH
7147 * man.el (Man-fontify-manpage): Pay attention to underline and
7148 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 7149
f83fe4b4
GM
71502000-06-08 Gerd Moellmann <gerd@gnu.org>
7151
7152 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7153 Set maintainer to FSF since author isn't reachable.
7154
e56d7900
DL
71552000-06-08 Dave Love <fx@gnu.org>
7156
7157 * international/mule-cmds.el (select-safe-coding-system): If
7158 DEFAULT-CODING-SYSTEM is not specified, also check the most
7159 preferred coding-system if buffer-file-coding-system is
7160 `undecided'. From Handa.
7161
d3981b49
KH
71622000-06-08 Kenichi Handa <handa@etl.go.jp>
7163
7164 * international/mule.el
7165 (after-insert-file-set-buffer-file-coding-system): If the buffer
7166 size is greater than INSERTED, judget that we are not visiting.
7167
bff71087
RV
71682000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
7169
7170 * whitespace.el (defgroup whitespace): Comment out `:version'.
7171 XEmacs 20.4 has problems defining the group with this present.
7172 We'll have this commented out till get resolve the problem.
7173
45f485a6
GM
71742000-06-07 Gerd Moellmann <gerd@gnu.org>
7175
7176 * align.el: Update from author.
7177
71782000-06-07 Jari Aalto <jari.aalto@poboxes.com>
7179
7180 * apropos.el (apropos-mode-hook): New user variable.
7181 (apropos-mode): Run apropos-mode-hook.
bff71087 7182
45f485a6
GM
71832000-06-07 David Ponce <david@dponce.com>
7184
7185 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7186 commands. Require `wid-edit' at run-time.
7187
71882000-06-07 David Ponce <david@dponce.com>
7189
7190 * recentf.el: Added some "Commentary".
7191 (recentf-open-more-files, recentf-edit-list): Minor changes to
7192 move the point at the top of the file list. This behaviour is
7193 consistent with the menu one when the list contains a lot of
7194 files.
7195 (recentf-cleanup): Now displays the number of items removed from
7196 the list.
7197 (recentf-relative-filter) New menu filter to show filenames
7198 relative to `default-directory'.
bff71087 7199
45f485a6
GM
72002000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7201
7202 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
7203 with/without giving an error if PostScript printer doesn't have this
7204 kind of page size. Zebra Stripe continues or restarts on next page.
7205 Manual/automatic paper feeding. Switch or not the header.
7206 (ps-print-version): New version number (5.2.2).
7207 (ps-windows-system): Include emx as a Windows system.
7208 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7209 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7210 (ps-background-text): Code fix.
7211 (ps-error-handler-message, ps-user-defined-prologue)
7212 (ps-print-prologue-header, ps-printer-name)
7213 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7214 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7215 (ps-use-face-background): Customization fix.
7216 (ps-n-up-database): Data fix.
7217 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7218 (ps-switch-header): New vars.
7219 (ps-xemacs-color-name, ps-face-foreground-name)
7220 (ps-face-background-name, ps-boolean-constant): New funs.
7221
c14dcd22
DL
72222000-06-07 Dave Love <fx@gnu.org>
7223
7224 * allout.el: New version from Manheimer.
7225
e4044bb0
KH
72262000-06-07 Kenichi Handa <handa@etl.go.jp>
7227
7228 * textmodes/fill.el (fill-find-break-point): Check the validity of
7229 charset.
7230
59cfe8b9
KF
72312000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7232
7233 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7234 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7235 Call display-color-p and display-mouse-p instead of looking at
7236 window-system.
7237
bb2337f5
DL
72382000-06-06 Dave Love <fx@gnu.org>
7239
7240 * image.el (find-image): Doc fix. Return nil if image not found.
7241 (put-image, insert-image): Make STRING arg optional.
7242
8e624fa2
KH
72432000-06-06 Kenichi Handa <handa@etl.go.jp>
7244
7245 * language/vietnamese.el: Remove eval-when-compile.
7246 (viet-viscii-nonascii-translation-table): Define it as a
7247 translation table made from viet-viscii-decode-table.
7248 (viet-viscii-encode-table): Define it as a translation table made
7249 from the reverse map of above.
7250 (viet-vscii-nonascii-translation-table): Define it as a
7251 translation table made from viet-vscii-decode-table.
7252 (viet-vscii-encode-table): Define it as a translation table made
7253 from the reverse map of above.
7254 (ccl-decode-viscii): Use translate-character.
7255 (ccl-encode-viscii, ccl-encode-viscii-font)
7256 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7257 Likewize.
bff71087 7258
8e624fa2
KH
7259 * language/cyrillic.el: Remove eval-when-compile.
7260 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7261 translation table made from cyrillic-koi8-r-decode-table.
7262 (cyrillic-koi8-r-encode-table): Define it as a translation table
7263 made from the reverse map of above.
7264 (ccl-decode-koi8): Use translate-character.
7265 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7266 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7267 a translation table made from cyrillic-alternativnyj-decode-table.
7268 (cyrillic-alternativnyj-encode-table): Define it as a translation
7269 table made from the reverse map of above.
7270 (ccl-decode-alternativnyj): Use translate-character.
7271 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7272 Likewize
7273
7274 * international/mule-diag.el (non-iso-charset-alist): Specify
7275 translation table symbol instead of translation table itself.
7276 (list-block-of-chars): CHARSET may be a translation table symbol.
7277
7278 * international/mule.el (make-coding-system): If CODING-SYSTEM
7279 already exists, override it.
7280
7281 * international/fontset.el: Use family `proportional' for Tibetan
7282 fonts.
7283
7284 * international/ccl.el (ccl-compile-translate-character): Don't
7285 check if Rrr has property translation-table.
7286 (ccl-compile-map-multiple): Modified to avoid compiler warning.
7287
1969fae2
GM
72882000-06-05 Gerd Moellmann <gerd@gnu.org>
7289
7290 * info.el: Bind case-fold-search to t when searching in case
7291 a user sets it to nil in a hook.
7292
d5b037c5
SM
72932000-06-05 Stefan Monnier <monnier@cs.yale.edu>
7294
d3d02e65
SM
7295 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7296 * hl-line.el (hl-line-mode): Use the new :global key argument.
7297
7298 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7299 (tar-clip-time-string): Prepend a space.
7300 (tar-grind-file-mode): Construct a string rather than modifying one.
7301 (tar-header-block-summarize): Fix docstring.
7302 Use `format' rather than an error-prone set of copy-loops.
7303
7304 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7305 (diff-goto-source, diff-unified->context, diff-context->unified)
7306 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7307 understand the format output by the `-p' argument to diff.
7308
bff71087 7309 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
7310 (sh-re-done): Use defconst.
7311 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7312 (sh-help-string-for-variable, sh-guess-basic-offset):
7313 Don't quote lambdas.
7314 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7315 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7316
f7c4478f
SM
7317 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7318 (mh-letter-mode): Derive from text-mode.
7319 This implicitly means that it now calls kill-all-local-variables.
7320 Also remove the Emacs-18 compatibility code.
7321
a8add29d
SM
7322 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7323 Make use of symbol-property doc-string-elt.
7324 Use memq rather than a sequence of eq.
7325 (doc-string-elt): Fix the wrong or missing previously unused values.
7326 (autoload-print-form): New function extracted from
7327 generate-file-autoloads to allow recursion when handling progn
7328 so that defvar's and defun's docstrings are properly printed.
7329 (generate-file-autoloads): Use it.
7330
d5b037c5
SM
7331 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7332 Use find-file-hooks in the minor-mode function.
7333 Be careful not to loop indefinitely in the post-command-hook function.
7334
560ef11a 73352000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 7336
1969fae2 7337 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 7338 tty's.
1969fae2 7339 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 7340 differences whenever appropriate.
1969fae2
GM
7341 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7342 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
7343 wildcards.
7344
b5bbbb76
SM
73452000-06-04 Stefan Monnier <monnier@cs.yale.edu>
7346
d5b037c5
SM
7347 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7348 (jit-lock-fontify-buffer): New function for JIT refontification.
7349 (jit-lock-mode): Fix docstring.
7350 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7351 Remove jit-lock-after-change from the _local_ hook.
7352 (jit-lock-function-1): Fix docstring.
7353
7354 * info.el (Info-on-current-buffer): Initialize info.
7355
7356 * newcomment.el (comment-indent): Ignore comment-indent-hook.
7357
7358 * progmodes/tcl.el (tcl-indent-for-comment):
7359 Ignore comment-indent-hook.
7360
7361 * emacs-lisp/easy-mmode.el: Require CL during compilation.
7362 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
7363 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7364 and improve to use the lighter to guess the capitalization.
7365 (define-minor-mode): Inline code from easy-mmode-define-toggle.
7366 Add keyword arguments to specify global-ness or the custom group.
7367 Add local-map and help-echo properties to the lighter.
7368 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 7369 (easy-mmode-define-global-mode): New macro.
b5bbbb76 7370
bfa6c260
DL
73712000-06-02 Dave Love <fx@gnu.org>
7372
7373 * wid-edit.el: byte-compile-dynamic since we typically don't use
7374 all the widgets. Don't require cl or widget. Remove
7375 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
7376 (widget-read-event): Removed. Callers changed to use read-event.
7377 (widget-button-release-event-p): Renamed from
7378 button-release-event-p.
7379 (widget-field-add-space, widget-field-use-before-change):
7380 Uncustomize.
7381 (widget-specify-field): Use keymap property, not local-map.
7382 (widget-specify-button): Obey :suppress-face.
7383 (widget-specify-insert): Use modern backquote syntax.
7384 (widget-image-directory): Renamed from widget-glyph-directory.
7385 (widget-image-enable): Renamed from widget-glyph-enable.
7386 (widget-image-find): Replaces widget-glyph-find.
7387 (widget-button-pressed-face): Move defvar.
7388 (widget-image-insert): Replaces widget-glyph-insert.
7389 (widget-convert): Use keywordp.
7390 (widget-leave-text, widget-children-value-delete): Use mapc.
7391 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 7392 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
7393 (widget-button-click): Don't set point at the click, but re-centre
7394 if we scroll out of window. Rewritten for images v. glyphs &c.
7395 (widget-tabable-at): Use POS arg, not point.
7396 (widget-beginning-of-line, widget-end-of-line)
7397 (widget-item-value-create, widget-sublist, widget-princ-to-string)
7398 (widget-sexp-prompt-value, widget-echo-help): Simplify.
7399 (widget-default-create): Use widget-image-insert; some rewriting.
7400 (widget-visibility-value-create)
7401 (widget-push-button-value-create, widget-toggle-value-create): Use
7402 widget-image-insert.
7403 (checkbox): Create on and off images dynamically.
7404 (documentation-link): Change :help-echo.
7405 (widget-documentation-link-echo-help): Remove.
7406
3837de12
SM
74072000-06-02 Stefan Monnier <monnier@cs.yale.edu>
7408
7409 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7410
7411 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7412 (easy-mmode-define-toggle, define-minor-mode): Use it.
7413 (easy-mmode-define-keymap): Docstring fix.
7414 (define-derived-mode): Default PARENT to fundamental-mode.
7415 Add the derived-mode-parent symbol-property.
7416 (easy-mmode-derived-mode-p): New function.
7417
90aa4ea8
DL
74182000-06-02 Dave Love <fx@gnu.org>
7419
37193ee6
DL
7420 * files.el (convert-standard-filename): Doc fix.
7421 (normal-backup-enable-predicate): New function.
7422 (backup-enable-predicate): Use it to replace the lambda form.
7423
7424 * calendar/todo-mode.el: [This needs more work on the outline
7425 stuff.] Doc fixes.
7426 (todo) <defgroup>: Add :version.
7427 (todo-add-category): Don't use pushnew.
7428 (todo-cmd-raise): Fix typo.
7429 (todo-top-priorities): Change temp buffer name.
7430 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
7431 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7432 Use outline-next-heading.
37193ee6 7433
90aa4ea8
DL
7434 * autoarg.el: Rewritten to use define-minor-mode.
7435 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7436 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7437
2e54623a
KH
74382000-06-02 Kenichi Handa <handa@etl.go.jp>
7439
7440 * isearch.el (isearch-other-meta-char): Fix previous change.
7441
c5def0db
SM
74422000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7443
3837de12
SM
7444 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7445 (log-edit-done): Only add the comment to the ring if it's different
7446 from the last comment entered.
7447
c5def0db
SM
7448 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7449
2330c9d4
DL
74502000-06-01 Dave Love <fx@gnu.org>
7451
7452 * hl-line.el: Rewritten using define-minor-mode.
7453
7454 * help.el (describe-function-1): Distinguish special form from
7455 builtin function. Sanity-check presence of arglist for builtins.
7456
6e5dfc31
KH
74572000-06-01 Kenichi Handa <handa@etl.go.jp>
7458
4dc1225b
KH
7459 * international/characters.el: Fix syntax/category setting of
7460 Tibetan characters.
7461
7462 * language/tibet-util.el (tibetan-add-components): Fixes for new
7463 encoding of Tibetan characters.
7464 (tibetan-decompose-precomposition-alist): New variable.
7465 (tibetan-decompose-region): Convert precomposed characters to
7466 non-precomposed characters.
7467 (tibetan-decompose-string): Likewise.
7468 (tibetan-composition-function): Fix args to
7469 thibetan-compose-string.
7470
7471 * language/tibetan.el (tibetan-composable-pattern): More
7472 characters included.
7473 (tibetan-consonant-transcription-alist): Rule for "R" added.
7474 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7475 "+R" added.
7476 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7477
eadef5e6
KH
7478 * language/lao-util.el (lao-composition-function): Fix args to
7479 compose-string.
7480
7481 * language/thai-util.el (thai-composition-function): Fix args to
7482 compose-string.
7483
6e5dfc31 7484 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
7485 to prevent the point moving to the end of a composition when a
7486 part of a composition is searched.
6e5dfc31
KH
7487 (isearch-other-meta-char): If the key invoking this command can be
7488 mapped by function-key-map to a printing char, call
7489 isearch-process-search-char directly.
7490
2598a293
SM
74912000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7492
7493 * emacs-lisp/bytecomp.el:
7494 * frame.el:
7495 * international/mule-cmds.el:
7496 * international/mule-util.el:
7497 * international/mule.el:
7498 * mouse.el:
7499 * subr.el:
7500 * faces.el: Update calls to make-obsolete with a WHEN argument.
7501
7502 * byte-run.el (make-obsolete, make-obsolete-variable):
7503 Add an optional WHEN argument and change the format of the
bff71087 7504 symbol-property information.
2598a293
SM
7505 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7506 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7507 new obsolete-symbol-property format and print WHEN if it is provided.
7508
28d8dff1
DL
75092000-05-31 Dave Love <fx@gnu.org>
7510
7511 * loadhist.el (loadhist-hook-functions): Remove
7512 before-change-function, after-change-function.
7513 (unload-feature): Deal with symbols which are both bound and
7514 fbound.
7515
7516 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7517 before-change-function, after-change-function.
7518
7519 * simple.el (newline): Don't bind before-change-function,
7520 after-change-function.
7521
7f565d87
RV
75222000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
7523
7524 * whitespace.el (whitespace-rescan-timer-time): Update interval
7525 set to 600 seconds (10 minutes) instead of 60 seconds since
7526 a large number of whitespace buffers causes emacs to `freeze'
7527 for a considerable amount of time.
7528
bff71087 7529 * whitespace.el: Updated email address
7f565d87 7530
a8d693d8
DL
75312000-05-31 Dave Love <fx@gnu.org>
7532
7533 * add-log.el (change-log-font-lock-keywords) <function>: Add
7534 pattern for function of change.
7535 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7536 acknowledgements patterns.
7537
a50192e7
KH
75382000-05-31 Kenichi Handa <handa@etl.go.jp>
7539
7540 * isearch.el (isearch-printing-char): If keyboard coding system is
7541 being used, call isearch-process-search-multibyte-characters.
7542
7543 * international/isearch-x.el: Mostly rewritten.
7544
7545 * international/quail.el (quail-start-conversion): Don't include
7546 unhandled events in the returned events, but set them in
7547 unread-command-events. Exit if all inputs are deleted.
7548
7e492772
JR
75492000-05-30 Jason Rumney <jasonr@gnu.org>
7550
7551 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7552
7553 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7554 Reenable code to create initial fontsets.
7555 Use set-fontset-font in place of put-charset-property.
7556
10fc3187
GM
75572000-05-30 Gerd Moellmann <gerd@gnu.org>
7558
79148ea7
GM
7559 * progmodes/perl-mode.el (perl-indent-line): When looking for a
7560 label, ensure that the first colon isn't followed by another.
7561
7562 * paths.el (Info-default-directory-list): Doc fix.
7563
086d5b87
GM
7564 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7565 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7566 send a query containing USER only, not USER@HOST.
7567
10fc3187
GM
7568 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7569 and rmail-msgend to compute the restriction at the end, instead of
7570 computing it.
7571
49e70dec
GM
75722000-05-29 Gerd Moellmann <gerd@gnu.org>
7573
66254a13
GM
7574 * dabbrev.el (dabbrev-expand): Don't display messages in the
7575 echo area if the minibuffer window is active.
7576
49e70dec
GM
7577 * jit-lock.el (jit-lock-mode): Add after change function to
7578 local hook.
7579
75802000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
7581
7582 * antlr-mode.el: New commands: hide/unhide actions,
7583 upcase/downcase literals.
7584 (antlr-tiny-action-length): New user option.
7585 (antlr-hide-actions): New command. Suggested by
7586 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 7587 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
7588 (antlr-mode-menu): New entries.
7589 (antlr-downcase-literals): New command.
7590 (antlr-upcase-literals): Ditto.
7591
7592 * antlr-mode.el: Minor changes: indendation, mode-name.
7593 (antlr-indent-line): Indent cpp directive at column 0.
7594 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7595
7596 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7597 (antlr-font-lock-additional-keywords): Workaround for intentional
7598 bug in XEmacs version of font-lock.
7599 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
7600 be used by a smarter version of `buffers-menu-grouping-function'.
7601
76022000-05-29 Gerd Moellmann <gerd@gnu.org>
7603
7604 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7605 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7606
49f93684
KH
76072000-05-29 Kenichi Handa <handa@etl.go.jp>
7608
7609 * international/encoded-kb.el
7610 (encoded-kbd-iso2022-designation-map): Pay attention to that
7611 charset-iso-final-char return -1 for eight-bit-control and
7612 eight-bit-graphic.
7613
5b1ae051
EZ
76142000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7615
7616 * speedbar.el (speedbar-use-images, speedbar-update-flag)
7617 (speedbar-easymenu-definition-base): Use display-graphic-p where
7618 available, instead of window-system.
7619
a205e32a
EZ
76202000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7621
7622 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7623 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7624 coding systems.
7625
dd854dc2
DL
76262000-05-26 Dave Love <fx@gnu.org>
7627
c88a85d5
DL
7628 * disp-table.el (standard-display-underline): Don't use
7629 internal-find-face.
7630
dd854dc2
DL
7631 * mail/reporter.el: Maintainer change. Doc fixes.
7632 (reporter-version): Deleted.
7633
7634 * emacs-lisp/elp.el: Maintainer change.
7635 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7636
dc29aa6c
SM
76372000-05-26 Stefan Monnier <monnier@cs.yale.edu>
7638
7639 * add-log.el (add-change-log-entry): Merge the current entry with the
7640 previous one if the previous one is empty.
7641
ed62683d
DL
76422000-05-26 Dave Love <fx@gnu.org>
7643
4370a375
DL
7644 * loadhist.el (unload-feature): Fix interactive spec [from
7645 lijnzaad@ebi.ac.uk].
7646
ed62683d
DL
7647 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7648 subr-arity to check primitives.
7649 (byte-compile-flush-pending, byte-compile-file-form-progn)
7650 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7651 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7652 mapcar.
7653
ba9f8f95
KH
76542000-05-26 Kenichi Handa <handa@etl.go.jp>
7655
0f3e0672
KH
7656 * international/fontset.el: Set family names of non-latin charsets
7657 in default fontset to "*".
7658
cebefb44
KH
7659 * international/mule-diag.el (print-fontset): Combine family part
7660 and registry part of the fontname by "-*-" instead of "-".
7661
ba9f8f95
KH
7662 * international/mule-cmds.el (encode-coding-char): Make strings
7663 multibyte before calling encode-coding-string.
7664
931d0724
SM
76652000-05-25 Stefan Monnier <monnier@cs.yale.edu>
7666
7667 * derived.el: Fix keywords.
8ccce2b0 7668 (define-derived-mode): Only define if needed.
931d0724
SM
7669
7670 * simple.el (fill-comment, comment-column, comment-start)
7671 (comment-start-skip, comment-end, comment-indent-function)
7672 (block-comment-start, block-comment-end, indent-for-comment)
7673 (set-comment-column, kill-comment, comment-padding, comment-region)
7674 (comment-multi-line, indent-new-comment-line): Remove.
7675
7676 * bindings.el (esc-map): Change ; to comment-dwim and use the new
7677 function names for comment operations.
7678
7679 * newcomment.el: Add abundant autoload cookies.
7680 (comment-style): Don't depend on runtime data at compile-time.
7681 (comment-indent-hook): Remove.
7682 (comment-indent): Check if comment-indent-hook is bound.
7683 (comment-region): Docstring fix.
7684
6fc596cf
DL
76852000-05-25 Dave Love <fx@gnu.org>
7686
7687 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7688 byte-code-function-p.
7689
7690 * mail/rmailsum.el: Add provide.
7691
7692 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7693
7694 * smerge-mode.el (smerge-diff-switches): Don't use list* in
7695 defcustom.
7696
7997f1ca 76972000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7698
7997f1ca
MK
7699 * ediff-diff.el (ediff-exec-process): delete --binary option from
7700 non-buffer ediff jobs.
7f565d87 7701
e7a903e8
EZ
77022000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7703
7704 * hilit-chg.el (highlight-changes-mode): Ask about color or
7705 grayscale support, not about window-system.
7706
7707 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7708 window-system.
7709 (ffap-highlight): Always default to t.
7710
7711 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7712 display-popup-menus-p instead of looking at window-system.
7713
7714 * disp-table.el (standard-display-g1, standard-display-graphic):
7715 Only refuse to use string glyphs on X and MS-Windows.
7716
7717 * avoid.el: Remove window-system from commentary, suggest to use
7718 display-*-p instead.
7719
7720 * apropos.el (apropos-print): Use display-mouse-p instead of
7721 window-system.
7722
14028d57
EZ
77232000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7724
7725 * international/codepage.el (cp-decoding-vector-for-codepage):
7726 Fill up unsupported characters with their own codes. From Kenichi
7727 Handa.
7728
1a4f9cc1
EZ
77292000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7730
7731 * international/mule-diag.el (describe-char-after): Use
7732 display-graphic-p instead of window-system, so that this function
7733 works on MS-DOS.
7734
89f6ca4e
EZ
77352000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7736
7737 * international/codepage.el (cp-make-coding-systems-for-codepage):
7738 Remove the eight-bit-graphic and eight-bit-control charsets from
7739 the list of charsets which we convert into `?'.
7740
eacfd7fe
KH
77412000-05-25 Kenichi Handa <handa@etl.go.jp>
7742
7743 * international/mule-conf.el: Specify CHARSET-ID explicitely for
7744 private charsets.
7745 (mule-unicode-0100-24ff, japanese-jisx0213-1,
7746 japanese-jisx0213-2): New charsets.
7747
7748 * international/fontset.el: Setup default fontset for new charsets.
7749
deadf7e3
DL
77502000-05-24 Dave Love <fx@gnu.org>
7751
7752 * info.el (Info-find-node-2): Restructure [following "Vadim
7753 S. Solomin" <sovs@uic.nnov.ru>].
7754
7755 * icomplete.el: Fix header for Finder.
7756
77572000-05-24 Eric M. Ludlam <zappo@ultranet.com>
7758
7759 * rmailout.el (rmail-output-to-rmail-file): Added optional param
7760 STAY.
7761
7762 * rmail.el (rmail-automatic-folder-directives): New user variable.
7763 (rmail-show-message): Add call to `rmail-auto-file' during
7764 display.
7765 (rmail-auto-file): New function.
7766
6de3983f 77672000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7768
fc6a6a4e 7769 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 7770 account.
fc6a6a4e
GM
7771 (ediff-test-utility,ediff-diff-mandatory-option)
7772 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 7773 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 7774
fc6a6a4e 7775 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 7776 variable.
7f565d87 7777
fc6a6a4e 7778 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
7779 ediff-merge-filename-prefix.
7780
fc290d1d
MK
77812000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7782
fc6a6a4e 7783 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 7784
273182b8
EZ
77852000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7786
7787 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7788 aliases for hebrew-iso-8bit.
7789
f471ea57
EZ
77902000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7791
7792 * woman.el: New version from Francis J. Wright
7793 <F.J.Wright@Maths.QMW.ac.uk>.
7794 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7795 names in environment variables regardless of the path separator.
7796 (woman-topic-all-completions-1): Don't call file-name-directory-p
7797 on all files, since woman-file-regexp already filters out any
7798 directories.
7799
01162f24
KH
78002000-05-24 Kenichi Handa <handa@etl.go.jp>
7801
48e3df76
KH
7802 * international/quail.el (quail-start-translation): Don't change
7803 modified-p of the current buffer.
7804 (quail-start-conversion): Likewise.
7805
7806 * international/kkc.el (kkc-region): Don't change modified-p of
7807 the current buffer.
7808
747d90ea
KH
7809 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7810 conform to RFC1468.
7811 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 7812
17a223ff
EL
78132000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
7814
7815 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7816 (speedbar-insert-button): Invisible text property fix.
7817 (speedbar-directory-plus): Renamed from speedbar-directory-+
7818 (speedbar-directory-minus): Renamed from speedbar-directory--
7819 (speedbar-page-plus): Renamed from speedbar-file-+
7820 (speedbar-page-minus): Renamed from speedbar-file--
7821 (speedbar-page): Renamed from speedbar-file-
7822 (speedbar-tag): Renamed from speedbar-tag-
7823 (speedbar-tag-plus): Renamed from speedbar-tag-+
7824 (speedbar-tag-minus): Renamed from speedbar-tag--
7825 (speedbar-expand-image-button-alist): Use above renames.
7826
7827 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7828 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7829 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7830 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7831 * sb-pg.xpm: Renamed from sb-file.xpm
7832 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7833 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 7834
e6b6fc18
KH
78352000-05-24 Kenichi Handa <handa@etl.go.jp>
7836
7837 * international/quail.el (quail-show-guidance-buf): Set
7838 current-input-method of the guidance buffer to the name of the
7839 curren input method.
7840
a1a336eb
SM
78412000-05-23 Stefan Monnier <monnier@cs.yale.edu>
7842
7843 * progmodes/compile.el (compile-internal): Style typo.
7844
7845 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7846 quote vars and functions in the docstring.
7847
7848 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7849
7850 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7851 Don't quote lambdas.
7852
7853 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7854
9695b783
GM
78552000-05-23 Gerd Moellmann <gerd@gnu.org>
7856
716e3b88
GM
7857 * startup.el (command-line): Determine source file of compiled
7858 user init file differently. Warn if compiled user init file
7859 is older than its source file.
7860
9695b783 7861 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 7862
41ac433f
EZ
78632000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
7864
7865 * files.el (make-backup-file-name-1): Replace slashes with `!'
7866 rather than `|' (which is not allowed on Windows). Replace the
7867 drive letters with a string "drive_X".
7868
46600ab1
GM
78692000-05-23 Gerd Moellmann <gerd@gnu.org>
7870
7871 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7872
7873 * files.el (interpreter-mode-alist): Add `bash2'.
7874
79a64d87
DL
78752000-05-22 Dave Love <fx@gnu.org>
7876
7877 * loadhist.el (feature-symbols, file-provides, file-requires): Use
7878 mapc.
7879 (feature-file): Avoid calling symbol-name. Doc fix.
7880 (file-set-intersect, file-dependents): Use dolist, not mapcar.
7881 (loadhist-hook-functions): Add mouse-position-function.
7882 (unload-feature): Change uses of mapcar.
7883
7884 * files.el (parse-colon-path): Doc fix.
7885 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7886 (set-auto-mode): Use mapc.
7887
7888 * complete.el (PC-look-for-include-file): Use :alnum: character
7889 class.
7890 (partial-completion-mode): Add autoload cookie.
7891
0e8c11d8
SS
78922000-05-22 Sam Steingold <sds@gnu.org>
7893
ce75fd23 7894 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
7895 `add-text-properties' (bug introduced on 2000-05-18).
7896
d8d0fa6c
DL
78972000-05-22 Dave Love <fx@gnu.org>
7898
7899 * bindings.el: Remove debug-ignored-errors set in other files.
7900
7901 * progmodes/etags.el: Add to debug-ignored-errors.
7902 (visit-tags-table-buffer): Clear out buffers holding old tables
7903 when making a new list.
7904 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7905 mapc.
7906
7907 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
7908 quote keywords.
7909 (cmpl-string-case-type): Use character classes.
7910
0e8c11d8
SS
7911 * comint.el:
7912 * textmodes/ispell.el:
7913 * imenu.el:
d8d0fa6c
DL
7914 * mail/mh-e.el:
7915 * progmodes/compile.el: Add to debug-ignored-errors.
7916
7917 * dabbrev.el: Add to debug-ignored-errors.
7918 (dabbrev-completion): Use mapc.
7919
1edbbf8a
EZ
79202000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
7921
7922 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7923 (woman-mapcan, woman-parse-man.conf)
7924 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7925 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7926 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
7927 path syntax better.
7928 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7929 (woman-manpath): Call woman-parse-man.conf.
7930 (woman-emulation): New defcustom, defaults to nroff.
7931 (woman-font-support): New defconst.
7932 (woman-use-symbol-font): New defcustom.
7933 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7934 "Emulation".
7935 Many functions: Doc fix.
7936
5bd2148c
KH
79372000-05-22 Kenichi Handa <handa@etl.go.jp>
7938
7939 * international/quail.el (quail-simple-translation-keymap): Map
7940 128..255 to quail-self-insert-command.
7941 (quail-keyboard-layout-alist): Add definition for "pc102-de".
7942
4125ec7e
SM
79432000-05-22 Stefan Monnier <monnier@cs.yale.edu>
7944
a1a336eb
SM
7945 * help.el (help-manyarg-func-alist): Typo.
7946
40aeecad
SM
7947 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7948 intervals which makes it heaps simpler.
7949
4125ec7e
SM
7950 * newcomment.el (comment-region-internal): Go back to BEG after quoting
7951 the nested comment markers.
e4da9c1c
SM
7952
7953 * subr.el (remove-hook): Don't turn the hook's value into a list.
7954
cb7216a7
DL
79552000-05-21 Dave Love <fx@gnu.org>
7956
ac266581
DL
7957 * edmacro.el (edmacro-parse-keys): Return vector if any elements
7958 are invalid characters.
7959
cb7216a7
DL
7960 * international/mule-util.el (detect-coding-with-priority): Use
7961 mapc. Remove redundant lambda.
7962
7963 * international/mule-diag.el (list-non-iso-charset-chars)
7964 (describe-fontset): Remove redundant lambda.
7965
7966 * emulation/crisp.el (brief-mode): New alias.
7967
7968 * emacs-lisp/ring.el (ring-elements): New function.
7969
7970 * emacs-lisp/easymenu.el (easy-menu-create-menu)
7971 (easy-menu-do-add-item): Use keywordp.
7972
7973 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7974
7975 * replace.el: Doc and error message fixes.
7976 (replace-highlight): Use facep, not internal-find-face.
7977
9b0d1d6e
SM
79782000-05-20 Stefan Monnier <monnier@cs.yale.edu>
7979
b2d2cf58
SM
7980 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7981
ffe7dc64
SM
7982 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7983 (log-edit-insert-changelog): Drop `:' as well.
7984
7985 * log-view.el: Fix file description.
7986 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7987 available.
7988 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7989 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7990
c8c21615
SM
7991 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7992 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7993 Print a status message if the toggle is called interactively.
7994 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7995 for global minor modes and use `defcustom' for them.
7996 Use add-minor-mode.
7997 (easy-mmode-define-derived-mode): Remove.
7998 (define-derived-mode): Fancier default docstring.
7999 (easy-mmode-define-navigation): Signal an error rather than (ding).
8000
9b0d1d6e
SM
8001 * newcomment.el (comment-styles): New `box-multi'.
8002 (comment-normalize-vars): Better default for comment-continue to
8003 avoid whitespace-only continuations.
8004 (comment-search-forward): Always move even in the no-syntax case.
8005 (comment-padright): Only obey N if it's only obeyed for padleft.
8006 (comment-make-extra-lines): Better handling of empty continuations.
8007 Use `=' for the filler if comment-start has only one character.
8008 (uncomment-region): Try handling the special `=' filler.
8009 (comment-region): Allow LINES even if MULTI is nil.
8010 (comment-box): Choose box style based on comment-style.
8011
f5ee6d0f
KH
80122000-05-20 Kenichi Handa <handa@etl.go.jp>
8013
9b0d1d6e 8014 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
8015 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8016
c9671f81
KH
80172000-05-20 Kenichi HANDA <handa@etl.go.jp>
8018
8019 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8020 and insert, not subst-char-in-region.
8021
8022 * international/mule-diag.el (list-character-sets-1): Handle
8023 charsets eight-bit-control and eight-bit-graphic.
8024 (list-iso-charset-chars): Likewise.
8025 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8026 charactes as is. Use indent-to to align characters.
8027
8028 * international/mule-cmds.el (find-multibyte-characters): Never
8029 exclude charsets eight-bit-control and eight-bit-graphic.
8030
1426aa5c
SM
80312000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8032
8033 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8034 Don't quote lambdas.
8035
8036 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8037
2b63d473
GM
80382000-05-19 Gerd Moellmann <gerd@gnu.org>
8039
8040 * gud.el (gud-jdb-directories): Doc fix.
8041
f1355756
SM
80422000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8043
8044 * newcomment.el: New file.
8045
5f64c9e0
GM
80462000-05-19 Gerd Moellmann <gerd@gnu.org>
8047
2b63d473 8048 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 8049
db7314bd
AS
80502000-05-18 Andreas Schwab <schwab@suse.de>
8051
8052 * dired.el (dired-between-files): Also skip lines beginning with
8053 `used'.
8054
25bb0401
GM
80552000-05-18 Gerd Moellmann <gerd@gnu.org>
8056
8057 * msb.el (msb-menu-cond): Add choice `user'.
8058
a199a865 80592000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 8060
a199a865
GM
8061 * ps-print.el: Compatibility, customization and doc fix.
8062 (ps-printer-name-option): Replace defconst by defvar.
8063 (ps-postscript-code-directory): XEmacs compatibility.
8064 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8065 fix.
8066 (ps-user-defined-prologue, ps-print-prologue-header)
8067 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8068 compatibility and code fix.
8069 (ps-print-background-image, ps-print-background-text):
8070 Customization fix.
8071 (ps-line-number-start, ps-n-up-on): New vars.
8072
25bb0401
GM
80732000-05-18 Espen Skoglund <esk@ira.uka.de>
8074
8075 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8076 the indent-comment function to just return the appropriate indent.
8077
68e6c83a
EL
80782000-05-18 Eric M. Ludlam <zappo@ultranet.com>
8079
8080 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8081 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8082 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8083
dae6cb9f
DL
80842000-05-18 Dave Love <fx@gnu.org>
8085
8086 * info.el (Info-fontify-node): Add intangible property as well as
8087 invisible.
8088
8089 * calendar/appt.el (appt-make-list): Match all lines of entry.
8090 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8091
813086ea
KH
80922000-05-18 Kenichi Handa <handa@etl.go.jp>
8093
8094 * international/mule-diag.el (describe-char-after): Call
8095 internal-char-font, not char-font. If internal-char-font returns
8096 nil, display "-- none --".
8097
24978190
EZ
80982000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8099
8100 * image.el (image-type-available-p): Don't reference image-types
8101 if it isn't bound.
8102
2fca2d5d
SM
81032000-05-17 Stefan Monnier <monnier@cs.yale.edu>
8104
8105 * autoarg.el (autoarg-mode): Typo in the :set argument.
8106
cfc75d05
EZ
81072000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8108
8109 * startup.el (command-line-1): Don't signal an error if the
8110 directory for auto-save-list files does not yet exist.
8111
c4e30387
KH
81122000-05-17 Kenichi Handa <handa@etl.go.jp>
8113
8114 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8115
dd6b8ea7
SM
81162000-05-16 Stefan Monnier <monnier@cs.yale.edu>
8117
8118 * subr.el (remove-hook): `setq' hook-value, not `set'.
8119
399c88ad
SS
81202000-05-16 Sam Steingold <sds@gnu.org>
8121
a199a865 8122 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 8123
01651f07
DL
81242000-05-16 Dave Love <fx@gnu.org>
8125
8126 * cus-edit.el: Don't require cl or easymenu.
8127 (custom-variable-prompt): Test standard-value property, not
8128 user-variable-p.
8129
2248c40d
SS
81302000-05-16 Sam Steingold <sds@gnu.org>
8131
8132 * subr.el (add-hook): `setq' hook-value, not `set'.
8133
b15f3b77
GM
81342000-05-16 Gerd Moellmann <gerd@gnu.org>
8135
8136 * startup.el (command-line-1): Mention the FAQ in the startup
8137 message.
8138
8139 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8140
8141 * progmodes/compile.el (compilation-parse-errors): Collect
8142 `nomessage' regexps last.
8143
8144 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8145
8146 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8147 to the function name.
8148
f9bbcfac
EL
81492000-05-15 Dave Love <fx@gnu.org>
8150
8151 * speedbar.el (speedbar-recenter): Typo.
8152 (speedbar-expand-line): Make arg optional.
8153 (speedbar-mode): Avoid a compiler warning.
8154
119b42eb
GM
81552000-05-15 Gerd Moellmann <gerd@gnu.org>
8156
8157 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8158 user-specified option string is empty.
8159
8160 * mouse.el (mouse-yank-at-click): Doc fix.
8161
f685bea9
EZ
81622000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8163
8164 * term/internal.el (IT-character-translations): More updates of
8165 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8166 documents.
8167
a1b8d58b
GM
81682000-05-15 Gerd Moellmann <gerd@gnu.org>
8169
8170 * env.el (getenv): New function, interactively callable.
8171 (setenv, getenv): Remove autoload cookies.
8172
8173 * loadup.el: Load `env'.
8174
8175 * progmodes/f90.el: Change author's mail address.
8176
c9bba7ed
DL
81772000-05-14 Dave Love <fx@gnu.org>
8178
e5c83697
DL
8179 * mail/rmail.el (rmail-show-message-hook): Customize and offer
8180 goto-addr as an option.
8181
8182 * help.el (help-xref-stack): Doc fix.
8183 (help-xref-following): New variable.
8184 (help-make-xrefs): Use it.
8185 (help-xref-go-back): Use position information from stack element.
8186 (help-follow): Make position in stack element a pair. Use
8187 help-xref-following.
399c88ad 8188
e5c83697
DL
8189 * autoarg.el: New file.
8190
8191 * faces.el: Declare more functions obsolete.
8192
c9bba7ed
DL
8193 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8194 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8195 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8196 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8197 Remove all the setup-...-environment functions.
8198
b6389bfb
EL
81992000-05-13 Eric M. Ludlam <zappo@ultranet.com>
8200
a1b8d58b
GM
8201 * speedbar.el: Updated the commentary section. xemacs20p now uses
8202 >= when detecting. Require `defimage' safely.
b6389bfb
EL
8203 (speedbar-easymenu-definition-base): Add toggle for images.
8204 (speedbar-easymenu-definition-special): Add flush cache & expand.
8205 (speedbar-visiting-tag-hook): Set new defaults. Added options.
8206 (speedbar-reconfigure-keymaps-hook): New variable.
8207 (speedbar-frame-parameters): Updated documentation.
8208 (speedbar-use-imenu-flag): Updated custom tag
8209 (speedbar-dynamic-tags-function-list): New variable.
8210 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
8211 (speedbar-indentation-width, speedbar-indentation-width) New
8212 variables.
8213 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
8214 (speedbar-vc-indicator): Doc update.
8215 (speedbar-ignored-path-expressions): Updated default value.
8216 (speedbar-supported-extension-expressions): Updated default value.
8217 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
8218 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8219 as "+". Added overlay aliases.
8220 (speedbar-mode): Use `speedbar-mode-line-update' instead of
8221 `force-mode-line-update'.
8222 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8223 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8224 `mouse-set-point'
b6389bfb 8225 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
8226 (speedbar-item-info-tag-helper): Revamped to handle a wider range
8227 of arbitrary text, and new helper functions.
8228 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8229 filename finder.
b6389bfb
EL
8230 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8231 (speedbar-directory-buttons): Update path search/expansion.
8232 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
8233 `speedbar-indentation-width'. Use more care w/ invisible
8234 properties.
b6389bfb
EL
8235 (speedbar-change-expand-button-char): Call
8236 `speedbar-insert-image-button-maybe'.
8237 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
8238 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8239 (speedbar-trim-words-tag-hierarchy)
8240 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 8241 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
8242 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8243 functions.
b6389bfb
EL
8244 (speedbar-mouse-set-point): New function
8245 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
8246 (speedbar-line-token, speedbar-goto-this-file): Handle more types
8247 of tag prefix text.
8248 (speedbar-expand-line, speedbar-contract-line): Make more robust
8249 to strange text.
8250 (speedbar-expand-line): Takes universal argument to flush the
8251 cache.
b6389bfb
EL
8252 (speedbar-flush-expand-line): New function.
8253 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8254 Use new generator insertion method.
8255 (speedbar-fetch-dynamic-tags): New function.
8256 (speedbar-fetch-dynamic-imenu): Removed code now handled in
8257 `speedbar-fetch-dynamic-imenu'.
8258 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8259 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8260 "Revert Buffer" menu items.
8261 (speedbar-buffer-buttons-engine): Be smarter when creating a
8262 filename tag (for expansion purposes.).
a1b8d58b
GM
8263 (speedbar-highlight-one-tag-line,
8264 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8265 (speedbar-recenter): New functions.
b6389bfb 8266 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
8267 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8268 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8269 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8270 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
8271 (speedbar-expand-image-button-alist): New variable.
8272 (speedbar-insert-image-button-maybe): Insert an image over some
8273 buttons.
8274
43fe9244
KH
82752000-05-13 Kenichi Handa <handa@etl.go.jp>
8276
8277 * international/mule-cmds.el (encode-coding-char): An ASCII
8278 character is always encodable.
8279
8280 * international/mule-conf.el: Add more information in descriptions
8281 of character sets.
8282
813086ea 8283 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
8284 (describe-font-internal): Adjusted for the change of font-info.
8285 (describe-font): Likewise.
8286 (print-fontset): Rewritten for the new fontset implementation.
8287 (describe-fontset): Include fontset alias names in completion.
8288 (list-fontsets): Adjusted for the change of print-fontset.
8289
8290 * simple.el (what-cursor-position): If DETAIL is non-nil, call
8291 describe-char-after instead of displaying the detail in the echo
8292 area.
813086ea
KH
8293 (syntax-code-table): Format changed.
8294 (string-to-syntax): Adjusted for the above change.
0e8c11d8 8295
e8564f57
SM
82962000-05-12 Stefan Monnier <monnier@cs.yale.edu>
8297
8298 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8299
9278c60d
DL
83002000-05-12 Dave Love <fx@gnu.org>
8301
8302 * calendar/todo-mode.el: Remove some compatibility stuff and CL
8303 dependence. Use line-{beginning,end}-position, not
8304 point-at{b,e}ol. Some doc fixes.
8305 (todo-position): New function. Fix callers of position to use it.
8306 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8307
be0505fe
GM
83082000-05-12 Gerd Moellmann <gerd@gnu.org>
8309
8310 * time.el (display-time-mail-icon): Use `:ascent center'.
8311
a8a3541c
GM
8312 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8313 handling FTP security extensions.
399c88ad 8314
44d5f148
DL
83152000-05-11 Dave Love <fx@gnu.org>
8316
33d0c179 8317 * calendar/todo-mode.el: New file.
44d5f148 8318
da4496b6
GM
83192000-05-11 Gerd Moellmann <gerd@gnu.org>
8320
cdc4401d
GM
8321 * comint.el (comint-read-input-ring): Move reference to
8322 comint-input-ring-size outside of the save-excursion. It was
8323 causing the default value to be the only one ever seen.
399c88ad 8324
0279f991
GM
8325 * font-lock.el: Update copyright. Remove Simon Marshall's email
8326 address on request from him.
8327
da4496b6
GM
8328 * subr.el (substitute-key-definition): Add comment describing
8329 the meaning of PREFIX.
8330
ac5cb26d
SM
83312000-05-10 Stefan Monnier <monnier@cs.yale.edu>
8332
8333 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8334
8335 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8336 (add-minor-mode): Don't make the variable buffer-local and add a
8337 reference to define-minor-mode in the docstring.
8338
8339 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8340 HEADER/FOOTER and fix bug with trailing empty directory.
8341 (cvs-append-to-ignore): Use vc-editable-p if available.
8342 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8343 (vc-do-command): Tweak advice to handle the new VC.
8344
8345 * log-view.el (log-view-goto-rev): New function for the new VC.
8346 (log-view-minor-wrap): Use mark-active.
8347
8348 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8349 (log-edit-changelog-full-paragraphs): New var.
8350 (log-edit-insert-changelog): Remove a lonely leading `* file'.
8351 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8352 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8353 (log-edit-changelog-ours-p, log-edit-changelog-entries)
8354 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8355 Replace the `cvs' prefix with `log-edit'.
8356
8357 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8358
8359 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8360 (diff-font-lock-defaults): Explicitly turn off multiline.
8361 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8362 (diff-ediff-patch): Fix call to ediff-patch-file.
8363 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8364 Handle comments.
8365
8366 * frame.el (automatic-hscrolling): Typo.
8367
8368 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8369
21c34da3
DL
83702000-05-09 Sam Steingold <sds@goems.com>
8371
8372 * apropos.el (apropos-print): use `describe-face' instead of
8373 `customize-face-other-window'.
8374
950cf06f
DL
83752000-05-09 Dave Love <fx@gnu.org>
8376
8377 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8378
8379 * help.el (describe-variable): Have customize button pop the
8380 help-xref stack when invoked.
8381 (help-xref-symbol-regexp): Add `face'.
8382 (help-make-xrefs): Check for quoted face names and adapt regexp
8383 submatch numbers to cope.
8384 (help-xref-interned): Maybe insert face doc too. Separate
8385 sections with a line of hyphens.
8386
0623e40f 8387 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
8388 (describe-face): Add customize button. Return the help
8389 text. Fix prompt.
8390
82e2ca9d
EZ
83912000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8392
8393 * term/internal.el (IT-character-translations): Fix last change.
8394
10c00b5c
EZ
83952000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8396
8397 * woman.el: New file
8398 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8399
9deed82f
EZ
84002000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8401
001ad319
EZ
8402 * term/internal.el (IT-character-translations): Update ASCII
8403 simulations for greek-iso8859-7, add latin-iso8859-14 and
8404 latin-iso8859-15.
8405
9deed82f
EZ
8406 * international/mule-cmds.el (set-language-info-alist): Call
8407 define-prefix-command with 3 arguments, to make the map suitable
8408 for a menu.
8409
4f37b78a
DL
84102000-05-07 Dave Love <fx@gnu.org>
8411
d313265f 8412 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 8413
64a4c526
DL
84142000-05-05 Dave Love <fx@gnu.org>
8415
8416 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8417 list in doc string. Don't quote keyword symbols.
8418 * emacs-lisp/cl.el: Likewise
8419 * emacs-lisp/cl-seq.el: Likewise
8420
056565f7
GM
84212000-05-05 Gerd Moellmann <gerd@gnu.org>
8422
8423 * abbrev.el (abbrev-mode): Make ARG optional.
8424
4656b314
GM
84252000-05-04 Gerd Moellmann <gerd@gnu.org>
8426
ec82fb2f
GM
8427 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8428
8429 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8430
4656b314
GM
8431 * subr.el (substitute-key-definition): Clarify documentation.
8432
84332000-05-04 Milan Zamazal <pdm@freesoft.cz>
8434
8435 * glasses.el (glasses-convert-to-unreadable): Use
8436 `glasses-separator' instead of the hard-wired "_".
8437 (glasses-mode): Call `glasses-make-unreadable' only in a single
8438 place.
8439
7b081c78
EZ
84402000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
8441
8442 * term/internal.el (cjk-codepages-alist): Add associations for
8443 Chinese and Korean codepages. Remove FIXME comment.
8444
baa5536e
DL
84452000-05-03 Dave Love <fx@gnu.org>
8446
8447 * time.el (display-time-mail-face, display-time-use-mail-icon):
8448 New option.
8449 (display-time-mail-icon): New variable.
8450 (display-time-string-forms): Use the above. Fix the local-map.
8451
cbf18892
GM
84522000-05-03 Gerd Moellmann <gerd@gnu.org>
8453
4ff40dd0
GM
8454 * replace.el (query-replace-map): Add binding for `E'.
8455 (query-replace-help): Extend help text.
8456 (perform-replace): Allow editing the replacement string.
8457
8458 * make-mode.el (makefile-mode-abbrev-table): New variable.
8459 (makefile-mode): Set local abbrev table to
8460 makefile-mode-abbrev-table.
8461 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 8462
cbf18892
GM
8463 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8464 set TOGGLE's value.
8465
4ff40dd0
GM
8466 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8467 mail-interactive-insert-alias.
8468 (mail-abbrev-complete-alias): New command.
8469 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 8470
ffec4d9f
KH
84712000-05-03 Kenichi Handa <handa@etl.go.jp>
8472
8473 * language/lao-util.el (lao-compose-region): New function.
8474
1b0672c3
GM
84752000-05-02 Gerd Moellmann <gerd@gnu.org>
8476
576da55d
GM
8477 * files.el (recover-session): Make directories as necessary
8478 if they don't exist yet.
8479
399c88ad
SS
8480 * calendar/cal-french.el
8481 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
8482 (french-calendar-special-days-array): Change French text.
8483 (calendar-french-date-string): Change output.
8484 (calendar-goto-french-date): Likewise.
8485
84862000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
8487
8488 * wid-edit.el (widget-default-active): Obey `:always-active'.
8489 (widget-documentation-string-value-create): Set `:always-active'.
8490
4b33deaa
EZ
84912000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8492
8493 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8494 default prefix to `~/_emacs.d/auto-save.list/_s'.
8495 (normal-top-level): Create the directory for auto-save files, if
8496 it doesn't already exist (in the ms-dos case only).
8497
5c922ea7
EZ
84982000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8499
8500 * international/mule-cmds.el (set-language-environment): Don't
8501 concat an integer (dos-codepage), use format instead.
8502
820ad5e7
DL
85032000-05-02 Dave Love <fx@gnu.org>
8504
8505 * help.el (help-xref-on-pp): Check for constant symbols.
8506
57cb56f5
GM
85072000-04-29 Gerd Moellmann <gerd@gnu.org>
8508
8509 * startup.el (normal-top-level): Put a condition-case around
8510 the code loading subdirs.el.
8511
85122000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 8513
57cb56f5
GM
8514 * ps-print.el: Upside-down and face background color printing,
8515 line number step, doc fix.
8516 (ps-print-version): New version number (5.2).
8517 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8518 (ps-face-attribute-list, ps-plot-with-face): Code fix.
8519 (ps-spool-config): Var fix.
8520 (ps-printer-name-option): Const fix.
8521 (ps-print-upside-down, ps-use-face-background)
8522 (ps-line-number-step): New vars.
8523 (ps-window-system, ps-lp-system): New consts.
8524 (ps-face-background): New fun.
8525
084cec2f
GM
85262000-04-28 Richard Stallman <rms@gnu.org>
8527
8528 * files.el (make-auto-save-file-name):
8529 Apply auto-save-file-name-transforms to visited file name
8530 before generating auto save file name.
8531 (auto-save-file-name-transforms): New variable.
8532
399c88ad 8533 * files.el (backup-enable-predicate):
084cec2f
GM
8534 Correctly test for a file under a temporary directory.
8535
c94f4677
GM
85362000-04-28 Gerd Moellmann <gerd@gnu.org>
8537
8538 * subr.el (add-minor-mode): Rewritten.
8539
7b211df5
KH
85402000-04-28 Kenichi Handa <handa@etl.go.jp>
8541
8542 * mail/sendmail.el (sendmail-send-it): Set
8543 buffer-file-coding-system to the selected coding system for MIME
8544 header.
8545
c76e04a8 85462000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 8547
c76e04a8
GM
8548 * dired.el (dired-move-to-filename-regexp): Allow format where
8549 YYYY is followed by two spaces.
e3e36d74 8550
c76e04a8
GM
8551 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8552 in the second character class of the regexp.
8553
8554 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8555 mh-etc, too.
353964e3 8556
c76e04a8
GM
8557 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8558 nil.
399c88ad 8559
353964e3
GM
8560 * subr.el (add-minor-mode): Use `set' instead of `setq'.
8561
8562 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8563 argument.
8564
c76e04a8 85652000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 8566
c76e04a8
GM
8567 * emacs-lisp/crm.el (crm-completion-table): New variable.
8568 (crm-collection-fn, crm-test-completion)
8569 (completing-read-multiple): Use it.
8570
85712000-04-27 Dave Love <fx@gnu.org>
8572
8573 * help.el (locate-library): Use mapc.
8574 (help-manyarg-func-alist): Add call-process-region.
8575
7464346d
GM
85762000-04-26 Gerd Moellmann <gerd@gnu.org>
8577
b35bd33d
GM
8578 * subr.el (add-minor-mode): Make argument MAP optional.
8579
7464346d
GM
8580 * desktop.el (desktop-save): Save list of minor modes.
8581 (desktop-create-buffer): Restore minor modes.
8582 (desktop-minor-mode-table): New user-option.
8583
8584 * subr.el (add-minor-mode): New function.
8585
8586 * image.el (find-image): New function.
8587 (defimage): Rewritten to find image at load time.
8588
8589 * startup.el (normal-top-level-add-to-load-path): Handle
8590 case that the default directory is not in load-path.
8591
8592 * help.el: Old patch from Stefan Monnier.
8593 (help-xref-on-pp): New function.
8594 (describe-variable): Use it to display xrefs in a symbol's value.
8595
23c0fb21
SM
85962000-04-26 Stefan Monnier <monnier@cs.yale.edu>
8597
8598 * cus-edit.el (custom-face): Fix parenthesis.
8599
fad95037
KH
86002000-04-26 Kenichi Handa <handa@etl.go.jp>
8601
f03392a1
KH
8602 * mail/rmail.el (rmail-expunge): When there are no deleted
8603 messages, do nothing.
fad95037 8604
0d7c5bb9
DL
86052000-04-26 Dave Love <fx@gnu.org>
8606
8607 * international/mule-cmds.el (locale-translation-file-name):
8608 Defvar to nil.
8609 (set-locale-environment): Set it here (at runtime).
8610
612839b6
GM
86112000-04-25 Gerd Moellmann <gerd@gnu.org>
8612
8613 * replace.el (perform-replace): Add parameters START and END. Use
8614 them instead of the check for a region in Transient Mark mode.
8615 (query-replace-read-args): Return two more list elements for the
8616 start and end of the region in Transient Mark mode.
8617 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8618 (map-query-replace-regexp, replace-string, replace-regexp): Add
8619 optional last arguments START and END and pass them to
8620 perform-replace.
8621
8622 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8623 form with additional arguments for perform-replace.
8624
8625 * progmodes/etags.el (tags-query-replace): Add parameters START
8626 and END. Construct a form with additional arguments for
8627 perform-replace.
8628
8629 * simple.el (shell-command): Set default directory for "*Shell
8630 Command Output" buffer.
8631
8632 * language/european.el (iso-latin-4): Fix typo.
8633
8634 * emacs-lisp/crm.el: New file.
8635
2917cc05
DL
86362000-04-24 Dave Love <fx@gnu.org>
8637
8638 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8639 (Custom-reset-saved, Custom-reset-standard)
8640 (custom-group-value-create, custom-group-set, custom-group-save)
8641 (custom-group-reset-current, custom-group-reset-saved)
8642 (custom-group-reset-standard): Use mapc.
8643 (custom-buffer-create-internal): Disable undo when creating items.
8644 Use mapc.
8645 (custom-face): Avoid redundant lambda.
8646
abfcc168
GM
86472000-04-24 Gerd Moellmann <gerd@gnu.org>
8648
8649 * startup.el (auto-save-list-file-prefix): Set default to
8650 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8651
fa78f71b
SS
86522000-04-24 Sam Steingold <sds@gnu.org>
8653
8654 * time-stamp.el (time-stamp-string-preprocess): Always convert
8655 `field-result' to a string.
8656
cc181e95
GM
86572000-04-24 Gerd Moellmann <gerd@gnu.org>
8658
8659 * frame.el (scrolling): New group.
8660 (automatic-hscrolling): New user-option.
8661
8662 * startup.el (command-line-x-option-alist): Add `-lsp' and
8663 `--line-spacing'.
8664
6142fdcb
DL
86652000-04-19 Dave Love <fx@gnu.org>
8666
8667 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8668 (cl-mapc): Rename from mapc. Fix the funcall.
8669
5e3dac3f
GM
86702000-04-19 Gerd Moellmann <gerd@gnu.org>
8671
1c459486
GM
8672 * simple.el (clone-indirect-buffer-other-window): New command.
8673 (clone-indirect-buffer): Add optional arg NORECROD.
8674 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8675
271b4185
GM
8676 * help.el (resize-temp-buffer-window): Use count-screen-lines.
8677
8678 * window.el (count-screen-lines): New function.
8679 (shrink-window-if-larger-than-buffer): Use count-screen-lines
8680 instead of window-buffer-height.
8681
8682 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8683 non-existing variable comint-input-sentinel.
8684 (inferior-lisp-args-to-list): Removed.
8685 (inferior-lisp): Use split-string instead of
8686 inferior-lisp-args-to-list.
8687
8688 * hexl.el (hexl-insert-hex-string): New command.
8689
5e3dac3f
GM
8690 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8691 instead of concat.
8692
f6d3257b
GM
86932000-04-18 Gerd Moellmann <gerd@gnu.org>
8694
8695 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8696 at the start of an existing but empty folder.
8697
86982000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8699
8700 * ps-mule.el: Customization fix, doc fix.
8701 (ps-multibyte-buffer): Customization fix.
8702
8b7bc628 87032000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
8704
8705 * subr.el (read-passwd): Use read-char-exclusive.
8706
0daee095
GM
87072000-04-17 Gerd Moellmann <gerd@gnu.org>
8708
8709 * textmodes/texinfo.el (texinfo-insert-@email)
8710 (texinfo-insert-@emph, texinfo-insert-@quotation)
8711 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8712 (texinfo-mode-map): Add key bindings for them.
8713
8714 * files.el (basic-save-buffer-2): Use a template with `$'
8715 instead of `#' for VMS.
8716
8717 * simple.el (clone-indirect-buffer): New function.
8718
e10f64e7
GM
87192000-04-16 Stephen Eglen <stephen@gnu.org>
8720
8721 * iswitchb.el (iswitchb-case): New function. If the user input
8722 contains any upper-case characters, the search is made
8723 case-sensitive.
8724
e3721db1
SM
87252000-04-17 Stefan Monnier <monnier@cs.yale.edu>
8726
e10f64e7
GM
8727 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8728 comment-end.
e3721db1
SM
8729 (texinfo-font-lock-syntactic-keywords): New var.
8730 (texinfo-font-lock-keywords): Remove comment regexp.
8731 (texinfo-insert-block): New function.
8732 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
8733 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
8734 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 8735 (texinfo-environments): New var.
e10f64e7
GM
8736 (texinfo-environment-regexp): Use regexp-opt and
8737 texinfo-environments.
e3721db1 8738
e10f64e7
GM
8739 * textmodes/ispell.el (ispell-menu-map-needed): Check that
8740 ispell-process is bound since this might be eval'd before ispell
8741 is loaded.
8742 (ispell-message): Use a tiny bit less magic and a bit more hard
8743 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
8744
8745 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8746
8747 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8748 (insert-cyclic-diary-entry): Unquote the lambda.
8749
8750 * gud.el (gud-jdb-build-source-files-list): Fix typo.
8751
8752 * files.el (backup-enable-predicate): Unquote the lambda.
8753
8754 * cus-edit.el (custom-face, face): Unquote the lambda.
8755
712dc9e0
GM
87562000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8757
8758 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 8759
712dc9e0
GM
8760 * ps-print.el: Fix counting lines in a region.
8761 (ps-print-version): New version number (5.1.5).
8762 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8763 (ps-printing-region): Fun code fix.
8764
ffc50f2a
GM
87652000-04-15 Gerd Moellmann <gerd@gnu.org>
8766
8767 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8768 to file-directory-p.
8769
a2522dca
GM
87702000-04-14 Gerd Moellmann <gerd@gnu.org>
8771
8772 * gud.el (gud-jdb-build-source-files-list): Check that directory
8773 exists before calling directory-files.
8774
6e883610
DL
87752000-04-13 Dave Love <fx@gnu.org>
8776
8777 * emacs-lisp/trace.el: Change maintainer. Use new backquote
8778 syntax.
8779
8780 * emacs-lisp/cl-specs.el: Remove when, unless.
8781
8782 * emacs-lisp/cl-extra.el: Don't quote keywords.
8783 (cl-old-mapc): New variable.
8784 (mapc): Use it.
8785 (cl-map-intervals): Use with-current-buffer. Don't check for
8786 next-property-change.
8787 (cl-map-overlays): Use with-current-buffer.
8788 (cl-expt): Remove.
8789 (copy-tree, remprop): Define unconditionally.
8790
8791 * emacs-lisp/cl-compat.el (keywordp): Remove.
8792
8793 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
8794 to use keywordp.
8795 (edebug-spec): Enable keywordp.
8796
8797 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8798 string-lessp.
8799
8800 * cus-start.el: Use keywordp.
8801
198e3c7a
GM
88022000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8803
8804 * diary-lib.el (include-other-diary-files): Fix the fix of
8805 2000-02-18 by doing a save-excursion.
8806
88072000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8808
8809 * ps-print.el: Customization fix, doc fix.
8810 (ps-print-version): New version number (5.1.4).
8811 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8812 (ps-print-preprint): Adjust code.
8813 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8814 (ps-print-prologue-header, ps-print-control-characters)
8815 (ps-spool-config): Customization fix.
fa78f71b 8816
8eba343c
EZ
88172000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8818
8819 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8820 converted to the new menu-item format, names silightly changed,
8821 help strings added.
8822
8823 Support for spelling without async subprocesses:
8824
8825 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8826 (ispell-session-buffer): New variables.
8827 (ispell-start-process, ispell-process-status,
8828 ispell-accept-output, ispell-send-string): New functions, for
8829 Ispell invocation when async subprocesses aren't supported.
8830 (ispell-word, ispell-pdict-save, ispell-command-loop,
8831 ispell-process-line, ispell-buffer-local-parsing): Replace calls
8832 to process-send-string with calls to ispell-send-string, and
8833 accept-process-output with ispell-accept-output.
8834 (ispell-init-process): Call ispell-process-status instead of
8835 process-status with.
8836 (ispell-init-process): Call ispell-start-process. Call
8837 ispell-accept-output and ispell-send-string. Don't call
8838 process-kill-without-query and kill-process if they are unbound.
8839 (ispell-async-processp): New function.
8840
3d30065d
DL
88412000-04-12 Dave Love <fx@gnu.org>
8842
8843 * info.el: Add debug-ignored-errors.
8844 (Info-mode-menu): Add some items.
8845 (Info-directory): Add autoload cookie.
8846
8847 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8848 Modify `truncate-lines'. Make `describe-language-environment'
8849 always visible and add help. Modify `describe-key' help. Invoke
8850 Info-directory from `info'. New entry `emacs-manual'.
8851
1a1b1895
GM
88522000-04-10 Gerd Moellmann <gerd@gnu.org>
8853
8b2affc5
GM
8854 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8855 propertized-buffer-identification.
8856 (ebrowse-update-member-buffer-mode-line): Likewise.
8857 (ebrowse--mode-strings): Removed.
8858 (ebrowse--mode-line-props): Removed.
8859
1a1b1895
GM
8860 * files.el (auto-mode-alist): Add `EBROWSE'.
8861
8862 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8863 space before testing for end of buffer.
8864 (ebrowse-load): Removed.
8865 (ebrowse-revert-tree-buffer-from-file): Rewritten.
8866 (ebrowse-create-tree-buffer): Rewritten.
8867 (ebrowse-tree-mode): Read tree from buffer.
8868
8869 * progmodes/ebrowse-ffh.el: Removed.
8870
223f3c91
KH
88712000-04-10 Kenichi Handa <handa@etl.go.jp>
8872
8873 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8874
25fbf2c4
GM
88752000-04-10 Gerd Moellmann <gerd@gnu.org>
8876
8877 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8878 at the wrong place.
8879
92c13173
DL
88802000-04-09 Dave Love <fx@gnu.org>
8881
8882 * files.el (backup-enable-predicate): Use
8883 temporary-file-directory, small-temporary-file-directory.
8884 (make-backup-file-name-function, backup-directory-alist): New
8885 variables.
8886 (make-backup-file-name-1): New function.
8887 (make-backup-file-name): Use it.
8888 (find-backup-file-name): Likewise. Use format for clarity, not
8889 concat.
8890 (file-newest-backup): Use make-backup-file-name.
8891
be0dbdab
GM
88922000-04-09 Gerd Moellmann <gerd@gnu.org>
8893
c45be9ac 8894 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 8895
c45be9ac
GM
8896 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8897 to ebrowse-ffh.el.
8898 (ebrowse-load): Add autoload.
8899
8900 * finder.el (finder-commentary): Add autoload cookie.
8901
be0dbdab
GM
8902 * mail/rfc2368.el: Correct author's email address.
8903
8904 * progmodes/ebrowse.el: New file.
8905
8906 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8907 item help string.
8908 (easy-menu-do-add-item): Ditto.
8909 (easy-menu-define): Extend doc string.
8910
8911 * jit-lock.el (with-buffer-unmodified): Use
8912 restore-buffer-modified-p.
8913 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8914 (jit-lock-function, jit-lock-stealth-fontify): Don't use
8915 with-buffer-unmodified.
8916
3f923efe
DL
89172000-04-08 Dave Love <fx@gnu.org>
8918
8919 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8920 unless, when.
8921
d35bee0e
MK
89222000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
8923
8924 * viper-util.el (viper-put-on-search-overlay): New subroutine.
8925 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 8926 doesn't support face.
d35bee0e 8927 Use `viper-put-on-search-overlay'.
fa78f71b 8928
c407c570
GM
89292000-04-04 Gerd Moellmann <gerd@gnu.org>
8930
8931 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8932 like C-r.
8933
8934 * progmodes/make-mode.el: Some doc fixes.
8935 (makefile-mode-abbrev-table): New variable.
8936 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8937 (makefile-font-lock-keywords): Fontify includes and conditionals.
8938 (toplevel): Require `dabbrev' and `add-log' when compiling.
8939
8940 * replace.el (perform-replace): Don't move forward one char
8941 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
8942 to do that because it leaves point 1 position after the last
8943 replacement, after everything has been replaced.
8944
8945 * jit-lock.el (with-buffer-unmodified): New macro.
8946 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8947 modified state.
8948 (jit-lock-function-1): Extracted from jit-lock-function; not
8949 preserving buffer's modified state.
8950 (jit-lock-function, jit-lock-stealth-fontify): Call
8951 jit-lock-function-1.
8952
8953 * mail/rfc2368.el: Remove supernumerary copyright line.
8954
685e5ed2
GM
89552000-04-04 Milan Zamazal <pdm@freesoft.cz>
8956
8957 * glasses.el: Provide facilities for inserting space before left
8958 parentheses and uncapitalization of identifiers.
8959 (glasses-mode): Try to remove old overlays in all cases.
8960
0166aed1
GM
89612000-04-03 Gerd Moellmann <gerd@gnu.org>
8962
62f20204
GM
8963 * progmodes/compile.el (compile-internal): Display the compilation
8964 buffer in a different frame, if it's already displayed there.
8965
6460c400
GM
8966 * mail/rfc2368.el: New file.
8967
c0510d27
GM
8968 * simple.el (sendmail-user-agent-compose): Recognize a `body'
8969 header and insert its value as mail body.
8970
8971 * subr.el (member-ignore-case): New function.
8972
8973 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8974 (dabbrev--find-expansion): Ignore buffers matching a regexp
8975 from dabbrev-ignored-regexps.
8976
0166aed1
GM
8977 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8978 to extensions handled by gzip.
8979
c0510d27
GM
89802000-04-03 Richard M. Stallman <rms@gnu.org>
8981
8982 * files.el (insert-directory): List the total free space
8983 along with the used space.
fa78f71b 8984
c0510d27
GM
8985 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8986 line is followed by one that matches CITATION-REGEXP, end the
8987 paragraph.
8988
89892000-04-03 Markus Rost <rost@delysid.gnu.org>
8990
8991 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8992 (rmail-make-basic-summary-line): Use that option.
fa78f71b 8993
14c04384
KH
89942000-04-03 Kenichi Handa <handa@etl.go.jp>
8995
8996 * international/mule-cmds.el (encoded-string-description):
8997 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
8998 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
8999 for hexadecimal format.
14c04384 9000
ccf5869a
DL
90012000-04-01 Dave Love <fx@gnu.org>
9002
9003 * cpp.el: Change customization group to `c' from `C'.
9004
9005 * vcursor.el (vcursor-move): Use display-color-p.
9006
9007 * international/mule-util.el: Provide mule-utils.
9008 (string-to-sequence): Simplify and speed up.
9009
9010 * international/mule.el (make-coding-system): Purecopy doc-string.
9011
9012 * international/mule-cmds.el: Various menu changes.
9013 (describe-specified-language-support): Handle `Default'.
9014 (set-language-info): Purecopy `info'.
9015
610d841e
GM
90162000-03-31 Andrew Innes <andrewi@gnu.org>
9017
9018 * vc.el (vc-backend-diff): Return the correct status if we had to
9019 retry the rcsdiff command without the --brief option.
fa78f71b 9020
7f9de034
DL
90212000-03-31 Dave Love <fx@gnu.org>
9022
2de47765
DL
9023 * help.el (help-manyarg-func-alist): Correct several omissions.
9024
72838819
DL
9025 * add-log.el: Don't require cl, fortran.
9026 (add-log-current-defun-function): Doc fix.
9027 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9028 fix.
9029 (change-log-version-rcs): Function deleted.
9030 (change-log-version-number-search): Doc fix. Use
9031 vc-workfile-version. Avoid CL dolist.
9032 (add-change-log-entry): Just call add-log-current-defun to get
9033 defun. Simplify somewhat.
9034 (change-log-get-method-definition-1): Likewise.
9035 (add-log-current-defun): Return nil if calling
9036 add-log-current-defun-function does so. Move Fortran stuff to
9037 fortran.el. Return string without properties.
9038
7f9de034
DL
9039 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9040 and :alpha: char classes.
9041
9042 * mail/supercite.el: Defvar curline when compiling.
9043 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9044 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9045 rather than a-zA-Z0-9 to allow non-ASCII characters.
9046
aa110c0c
GM
90472000-03-31 Gerd Moellmann <gerd@gnu.org>
9048
9049 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9050
9051 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9052 Re-enable new code.
9053
9054 * lpr.el (print-region-1): Use -d to specify printer name for
9055 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9056
90572000-03-31 Dave Love <fx@gnu.org>
fa78f71b 9058
aa110c0c
GM
9059 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9060 for function definition in symbol's function value slot first
9061 instead of first consulting byte-compile-function-environment.
fa78f71b 9062
6733d074
KH
90632000-03-31 Kenichi Handa <handa@etl.go.jp>
9064
9065 * language/european.el ("Polish"): New language environment.
9066 (setup-polish-environment): New function.
9067
63fcfa04
GM
90682000-03-30 Gerd Moellmann <gerd@gnu.org>
9069
9070 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9071 Disable new code.
9072
9073 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9074 trying to `load' the symbol of an autoload instead of the file
9075 recorded in the autoload. Fix error messages.
9076
7438c86b
GM
90772000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9078
9079 * ps-print.el: PostScript programming fix for ghostview, doc fix.
9080 (ps-print-version): New version number (5.1.3).
9081 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9082 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9083 (ps-generate-postscript-with-faces): Code fix.
9084 (ps-color-values): XEmacs compatibility.
9085 (ps-print-background-image, ps-print-background-text, ps-printer-name)
9086 (ps-default-fg, ps-default-bg): Adjust customization.
9087 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9088 (ps-color-scale): Renaming old ps-color-value fun.
9089 (ps-print-headers): Replace ps-print-header group to avoid conflict
9090 with ps-print-header variable.
9091 (ps-print-miscellany): New group.
9092 (ps-format-color, ps-rgb-color): New funs.
9093 (ps-default-foreground): New var.
9094 (ps-printer-name-option): New const.
fa78f71b 9095
326855a0
PB
90962000-03-30 Peter Breton <pbreton@ne.mediaone.net>
9097
1f56ba73
PB
9098 * net/net-utils.el:
9099 (network-connection-host, network-connection-service): New variables
9100 (network-connection-mode): New mode, derived from comint-mode
9101 (network-connection-mode-setup): New function, saves host and
fa78f71b 9102 service information in local variables.
1f56ba73 9103
326855a0
PB
9104 * lisp/locate.el:
9105 (locate-word-at-point): Added this function
9106 (locate): Default to using locate-word-at-point as input
9107 Run dired-mode-hook
9108
141384bd
DL
91092000-03-29 Dave Love <fx@gnu.org>
9110
9111 * calendar/appt.el: Doc fixes.
9112 (appt-check): Convert min-to-app to a string before passing to
9113 appt-disp-window-function or concat.
9114 (appt-delete-window): Remove test for frame-root-window.
9115 (appt-select-lowest-window, appt-convert-time): Simplify.
9116
9117 * emacs-lisp/bytecomp.el: Doc fixes.
9118 (byte-compile-file-form-autoload): Update
9119 byte-compile-function-environment.
9120
c5aa0fc2
AS
91212000-03-29 Andreas Schwab <schwab@suse.de>
9122
9123 * emacs-lisp/autoload.el: Also print defsubst doc string
9124 specially.
9125
9126 * dired.el (dired-insert-directory): If dired-free-space-program
9127 failed just delete its output.
9128
f1d6fe69
DL
91292000-03-29 Dave Love <fx@gnu.org>
9130
9131 * international/iso-cvt.el: Move provide to end. Doc fixes.
9132 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9133 (iso-iso2sgml, iso-sgml2iso): New functions.
9134 (iso-cvt-define-menu): Fix some entries and use backquote for
9135 clarity.
9136
9137 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9138
b61f1215
GM
91392000-03-28 Gerd Moellmann <gerd@gnu.org>
9140
9141 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9142 ISO-DATE. If non-nil, return date in ISO 8601 format.
9143
ea4b0ca3
SM
91442000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9145
3831af62
SM
9146 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9147 if it ever becomes used.
9148 (log-edit-mode-hook): Default to vc-log-mode-hook.
9149 (log-edit-mode): Fix the docstring.
9150
ea4b0ca3
SM
9151 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9152 the code.
9153
08f8b1cc
DL
91542000-03-26 Dave Love <fx@gnu.org>
9155
082527fe
DL
9156 * net/browse-url.el (browse-url): Re-fix case of
9157 browse-url-browser-function being an alist.
9158 (browse-url): Add :link to defgroup.
9159
08f8b1cc
DL
9160 * files.el: Doc fixes.
9161 (file-truename): Include `[' in wildcard characters.
9162 (automount-dir-prefix): Customize.
9163 (find-file-wildcards): Add :version.
9164 (find-file-noselect): Simplify a mapcar call.
9165
9166 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9167 compatible with inf-lisp version.
9168 (eval-defun-1): Fix custom-declare-variable case.
9169
ea4b0ca3
SM
91702000-03-25 Stefan Monnier <monnier@cs.yale.edu>
9171
9172 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9173
9a0dd3dc
GM
91742000-03-24 Gerd Moellmann <gerd@gnu.org>
9175
b68c375f
GM
9176 * Makefile (COMPILE_FIRST): New macro.
9177 (compile-files): Compile files from COMPILE_FIRST first.
9178
9179 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9180 code.
9181
9a0dd3dc
GM
9182 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9183 matching open parenthesis in column 0 to defun-prompt-regexp
9184 only if open-paren-in-column-0-is-defun-start is set.
9185
9186 * sun-curs.el: Require CL at compile-time only.
9187
9188 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9189 instead of copy-list which is a function from CL.
9190 (msb--choose-menu, msb--mode-menu-cond)
9191 (msb--create-buffer-menu-2): Use dolist instead of mapc.
9192 (msb--init-file-alist): Use mapcar instead of mapcan.
9193 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
9194 `(' in column 0 in doc string.
9195 (msb--add-separators): Use mapcar instead of mapcan.
9196
9197 * cus-dep.el: Require CL at compile-time only.
9198
c7dcadb5
SM
91992000-03-24 Stefan Monnier <monnier@cs.yale.edu>
9200
9201 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9202 (byte-compile-warnings): New warning `noruntime'.
9203 (byte-compile-constants, byte-compile-variables): Fix docstring.
9204 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9205 execute `eval-whenc-compile's body.
9206 (byte-compile-unresolved-functions): Fix docstring.
9207 (byte-compile-eval): New function.
9208 (byte-compile-callargs-warn): Check if the function will be available
9209 at runtime (via property `byte-compile-noruntime').
9210 (byte-compile-print-syms): New function.
9211 (byte-compile-warn-about-unresolved-functions): Also warn about
9212 `noruntime' functions (and use `byte-compile-print-syms').
9213 (byte-compile-file): Capitalize the message.
9214
3b55acc9
GM
92152000-03-24 Gerd Moellmann <gerd@gnu.org>
9216
9217 * mail/rmail.el (rmail-confirm-expunge): New user-option.
9218 (rmail-expunge): Ask for confirmation depending on the setting
9219 of rmail-confirm-expunge.
9220
92212000-03-23 Gerd Moellmann <gerd@gnu.org>
9222
9223 * Makefile (bootstrap-clean): If $(emacs) exists, build
9224 loaddefs.el first. A loaddefs.el that's not up-to-date might
9225 cause a bootstrap failure because things don't autoload as
9226 expected.
9227
02c76af4
DL
92282000-03-23 Dave Love <fx@gnu.org>
9229
9230 * net/browse-url.el: Restore previous use of
9231 browse-url-maybe-new-window.
9232
1a3199d9
GM
92332000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9234
9235 * ps-print.el: Skip banner page fix.
9236 (ps-print-version): New version number (5.1.2).
9237 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 9238
1a3199d9
GM
92392000-03-23 Dave Pearson <davep@davep.org>
9240
9241 * net/quickurl.el Changed the type of parameter passed to the
9242 function defined by `quickurl-format-function'. Before only the
9243 text of the URL was passed. Now the whole URL structure is passed
9244 and the function is responsible for extracting the parts it
9245 requires. Changed the default of `quickurl-format-function'
9246 accordingly.
9247 (quickurl-insert): Changed the `funcall' of
9248 `quickurl-format-function' to match the above change.
9249 (quickurl-list-insert): Changed the `url' case so that it makes
9250 use of `quickurl-format-function', previous to this the format was
9251 hard wired.
fa78f71b 9252
72db3ab5
GM
92532000-03-22 Gerd Moellmann <gerd@gnu.org>
9254
9255 * startup.el: Change some spellings for the X Window System.
9256
68049bfa
SM
92572000-03-22 Stefan Monnier <monnier@cs.yale.edu>
9258
9259 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9260 up the code and the regexp and make sure the cursor is temporarily
9261 moved to the suspicious line while querying the user.
9262
ff4df011
JR
92632000-03-22 Jason Rumney <jasonr@gnu.org>
9264
9265 * w32-fns.el (w32-charset-info-alist): Initialize.
9266
ee1c5b21
GM
92672000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9268
9269 * ps-print.el: N-up last page fix.
9270 (ps-print-version): New version number (5.1.1).
9271 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 9272
d2cbfba0
SM
92732000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9274
bfb857d8
SM
9275 * files.el (find-file-run-dired): Update docstring.
9276 (find-directory-functions): New hook.
9277 (find-file-noselect): Run find-directory-functions rather than
9278 calling dired directly.
9279
9280 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9281
cb3430a1
SM
9282 * pcvs.el: Add a minimal leading commentary.
9283 (cvs-make-cvs-buffer): Change the header part by removing the startup
9284 message and adding a `Module' entry. Also replace the FOOTER and
9285 HEADER special fileinfos with the new support in ewoc for updating
9286 its own footer and header.
9287 (cvs-update-header): Update to use the header/footer of the ewoc.
9288 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9289 (cvs-is-within-p): New function.
9290 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9291 to only examine some subset of the buffers.
9292
9293 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9294 `format' instead of our own ad-hoc functions.
9295 Remove HEADER and FOOTER cases, now handled in the EWOC.
9296 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9297
9298 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9299 output to avoid scaring the user.
9300 (cvs-parse-table): Catch message for non-up-to-date commits.
9301
9302 * pcvs-defs.el (cvs-startup-message): Remove.
9303 (cvs-global-menu): New autoloaded menu.
9304
9305 * pcvs-util.el (cvs-string-fill): Remove.
9306
9307 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9308 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9309 PP part of it and also make it work for footers and headers.
9310 (ewoc-create): Drop POS and BUFFER arguments.
9311 Use the DLL's dummy node to store the end-of-footer position.
9312 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9313 (ewoc-refresh): Remove unused `header' variable.
9314 (ewoc-(get|set)-hf): New functions.
9315
d2cbfba0
SM
9316 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9317 log-view-*-(message|file) and use easy-mmode-define-navigation.
9318 (log-view-message-re): Match SCCS format as well.
9319 And match the revision line rather than the dashed separator line.
9320 (log-view-mode): Use the new define-derived-mode.
9321 (log-view-current-tag): Fill in with an actual implementation.
9322
9323 * cvs-status.el (cvs-status-(prev|next)): Rename from
9324 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9325 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9326 to let the output "breathe" a little more (more readable).
9327 (cvs-status-mode): Use the new define-derived-mode.
9328
9329 * smerge-mode.el (smerge-auto-leave): New function and variable.
9330 (smerge-basic-map): Rename from smerge-basic-keymap.
9331 Change the bindings for smerge-diff-*.
9332 (smerge-*-map): Use easy-mmode-defmap.
9333 (smerge-(next|prev)): Use easy-mmode-define-navigation.
9334 (smerge-keep-*): Use smerge-auto-leave.
9335
51663132
JR
93362000-03-21 Jason Rumney <jasonr@gnu.org>
9337
9338 * cus-edit.el (custom-button-face): Use 3D look for w32.
9339 (custom-button-pressed-face): Likewise.
9340
3f6e4b8b
GM
93412000-03-21 Gerd Moellmann <gerd@gnu.org>
9342
9343 * progmodes/etags.el (tags-case-fold-search): New user-option.
9344 (tags-loop-eval): New function. Bind case-fold-search around eval
9345 depending on the value of tags-case-fold-search.
9346 (tags-loop-continue): Use tags-loop-eval.
9347 (find-tag-in-order): Bind case-fold-search depending on the value
9348 of tags-case-fold-search.
9349
c7ea3acc
SM
93502000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9351
0ae39f53
SM
9352 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9353 (diff-end-of-hunk): Return the end position for use in
9354 `easy-mmode-define-navigation'.
9355 (diff-recenter): Remove.
9356 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9357 of `easy-mmode-define-navigation'.
9358 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9359 previous renaming) and fix to use new names.
9360 (diff-merge-strings): Use \n as separator: simpler, faster.
9361 (diff-mode): Use `define-derived-mode'.
9362
c7ea3acc
SM
9363 * derived.el (define-derived-mode): Don't autoload anymore.
9364 Prefer the macro-only version provided by easy-mmode.el.
9365
9366 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9367 `easy-mmode-define-derived-mode'.
9368 Use `combine-run-hooks'.
9369 (easy-mmode-define-navigation): New macro.
9370
9371 * subr.el (combine-run-hooks): New function.
9372
6c4bfdc0
KH
93732000-03-21 Kenichi HANDA <handa@etl.go.jp>
9374
9375 * term/x-win.el: Fontsets related initialization is simplified.
9376
9377 * international/mule-diag.el (describe-font): Don't refer to
9378 global-fontset-alist, instead call font-list.
9379 (describe-fontset, list-fontsets, mule-diag): Likewise.
9380 (print-fontset): Adjusted for the change of fontset
9381 implementation.
9382
9383 * international/fontset.el (x-charset-registries): Variable
9384 removed, instead the corresponding data is stored in the default
9385 fontset.
9386 (register-alternate-fontnames): Function removed.
9387 (resolved-ascii-font): Variable removed.
9388 (x-compose-font-name): Ignore the second argument REDOCE.
9389 (x-complement-fontset-spec): Complement only an ASCII font and
9390 element for those charsets than can use that ASCII font.
9391 (generate-fontset-menu): Don't refer to global-fontset-alist,
9392 instead call fontset-list.
9393 (uninstantiated-fontset-alist): Variable removed.
9394 (x-style-funcs-alist): Likewise.
9395 (fontset-default-styles): Likewise.
9396 (x-modify-font-name): Function removed.
9397 (create-fontset-from-fontset-spec): Ignore the argument
9398 STYLE-VARIANT.
9399 (create-fontset-from-ascii-font): Docsting adjusted for the above
9400 change.
9401 (instantiate-fontset, resolve-fontset-name): Functions removed.
9402 (fontset-list): Now implemented by C code.
fa78f71b 9403
6c4bfdc0
KH
9404 * faces.el (read-face-font): Fix TABLE arg to completing-read.
9405 (describe-face): Include `font' attribute in the description.
9406
9111d4b5
KH
94072000-03-21 Kenichi Handa <handa@etl.go.jp>
9408
9409 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9410
b33dd3b0
GM
94112000-03-20 Gerd Moellmann <gerd@gnu.org>
9412
a25bbe00
GM
9413 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9414 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9415 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 9416
b33dd3b0
GM
9417 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9418 about behavior of set-buffer-modified-p wrt redisplay.
9419
8b7bc628 94202000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
9421
9422 * view.el (view-mode-disable): Kill local binding of view-read-only.
9423
d7b511c4
GM
94242000-03-18 Gerd Moellmann <gerd@gnu.org>
9425
9426 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9427 is a string, convert it to a syntax cell using string-to-syntax.
9428
9429 * simple.el (syntax-code-table, syntax-flag-table): New variables.
9430 (string-to-syntax): New function.
9431
9432 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9433 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 9434 try to use passive ftp mode.
d7b511c4 9435
998ecc60
GM
94362000-03-17 Gerd Moellmann <gerd@gnu.org>
9437
b33dd3b0 9438 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
9439
9440 * simple.el (append-to-buffer): Update point of windows after
9441 insertion.
9442
9443 * abbrev.el (inverse-add-abbrev): Identify word by first moving
9444 forward then moving backward. Reindent.
9445
9446 * frame.el (other-frame): Call x-focus-frame only if
9447 focus-follows-mouse is off.
9448
235d6821
DL
94492000-03-17 Dave Love <fx@gnu.org>
9450
9451 * pcvs-util.el (cvs-strings->string): Rename
9452 replace-regexps-in-string.
9453
a29a2cd1
SM
94542000-03-17 Stefan Monnier <monnier@cs.yale.edu>
9455
af595444
SM
9456 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9457 regexp for labels cannot span several lines.
9458
9459 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 9460 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 9461
a9be2843
DL
94622000-03-16 Dave Love <fx@gnu.org>
9463
9464 * progmodes/f90.el (f90): Put custom group under `languages', not
9465 `fortran'.
9466 (f90-mode-hook): Customize.
9467 (f90-mode): Set add-log-current-defun-function.
9468 (f90-current-defun): New function.
9469
d0ab3e9d
GM
94702000-03-16 Gerd Moellmann <gerd@gnu.org>
9471
16b20ed9
GM
9472 * cus-edit.el (custom-variable-tag-face): Handle case that
9473 default face's height is not a number.
9474 (custom-face-tag-face, custom-group-tag-face-1)
9475 (custom-group-tag-face): Ditto.
9476 (custom-group-tag-face-1): Add :group.
fa78f71b 9477
d0ab3e9d
GM
9478 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9479
ae8ab422
GM
94802000-03-15 Gerd Moellmann <gerd@gnu.org>
9481
9482 * pcvs-defs.el (toplevel): Remove autoload cookie for form
9483 requiring easymenu.
9484
81c7ca69
GM
94852000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9486
9487 * ps-print.el: PostScript user-defined prologue, PostScript error
9488 handler, doc fix.
9489 (ps-print-version): New version number (5.1).
9490 (ps-user-defined-prologue, ps-error-handler-message)
9491 (ps-print-prologue-0, ps-error-handler-alist): New vars.
9492 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9493 (ps-insert-string): New function.
fa78f71b 9494
dcf1003d
KH
94952000-03-15 Kenichi Handa <handa@etl.go.jp>
9496
9497 * international/ccl.el (ccl-compile-expression): Don't generate
9498 invalid self-assignment code.
9499
73825616
DL
95002000-03-14 Dave Love <fx@gnu.org>
9501
9502 * subr.el (replace-regexp-in-string): Renamed from
9503 replace-regexps-in-string. Doc fix.
9504
031020ac
DL
95052000-03-12 Dave Love <fx@gnu.org>
9506
9507 * cus-edit.el: Doc fixes.
9508 (customize-set-variable, customize-save-variable): Rename args for
9509 doc.
9510 (custom-variable-tag-face, custom-face-tag-face)
9511 (custom-group-tag-face-1, custom-group-tag-face): Modify from
9512 style which user identify as hyperlink.
9513 (hook): Don't add undefined functions to the hook.
9514 (debug-ignored-errors): Transfer message from bindings.el.
9515
9b2f3c38
GM
95162000-03-12 Gerd Moellmann <gerd@gnu.org>
9517
9518 * recentf.el (recentf-keep-non-readable-files-p): Remove
9519 double/nested definition.
9520
0d6e23cf
DL
95212000-03-12 Dave Love <fx@gnu.org>
9522
9523 * facemenu.el (facemenu-get-face): Use display-color-p.
9524 * enriched.el (enriched-decode-foreground): Likewise.
9525 (enriched-decode-background): Likewise.
9526 * isearch.el (isearch-highlight): Likewise.
9527 * info-look.el (info-lookup): Likewise.
9528 * simple.el (completion-setup-function): Likewise.
9529
9530 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9531 :options.
9532
9533 * bindings.el (mode-line-format): Fix line-number and
9534 column-number items. Add help-echo for the background.
9535 (mode-line-mule-info): Modify help-echo.
9536
9537 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9538 defcustom.
9539
9540 * files.el (load-file): Allow completion to .elc.
9541
9542 * man.el: Doc fixes.
9543 (Man-init-defvars): Use display-color-p to set fontification.
9544
9545 * play/hanoi.el (hanoi-internal): Don't use oddp.
9546
e1cff360
GM
95472000-03-12 Gerd Moellmann <gerd@gnu.org>
9548
9549 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9550
9551 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9552
5e5dff44
GM
95532000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9554
9555 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9556 Fix comment.
9557
5b467bf4
SM
95582000-03-10 Stefan Monnier <monnier@cs.yale.edu>
9559
83fef604
SM
9560 * font-lock.el (font-lock-keywords): Fix the doc now that
9561 regexp-opt-depth is unnecessary.
9562 (save-buffer-state): Set an edebug spec.
9563 (font-lock-fontify-anchored-keywords): Properly handle the case when
9564 the matcher goes past the limit.
9565
5b467bf4
SM
9566 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9567 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9568
83fef604
SM
9569 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
9570 dll.el and cookie.el (from Elib) with heavy renaming and other
9571 massaging.
5b467bf4
SM
9572
9573 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9574 Autoload the functions used.
9575 (easy-mmode-define-syntax): Fix CL typo.
9576 (easy-mmode-define-derived-mode): Improve the docstring generation.
9577
d407456c
GM
95782000-03-10 Gerd Moellmann <gerd@gnu.org>
9579
9580 * textmodes/texinfo.el (texinfo-version): Variable and function
9581 removed.
9582
5a7a545c
SM
95832000-03-09 Stefan Monnier <monnier@cs.yale.edu>
9584
0d6e23cf
DL
9585 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9586 allow more flexibility.
9587 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9588 fns.
9589 (easy-mmode-defmap, easy-mmode-defsyntax)
9590 (easy-mmode-define-derived-mode): New macros.
5a7a545c 9591
d407456c 95922000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
9593
9594 * rect.el (replace-rectangle): New function.
9595
95962000-03-09 Dave Love <fx@gnu.org>
9597
9598 * progmodes/fortran.el (fortran-comment-line-start): Define as
9599 "C".
9600 (fortran-comment-line-start-skip): Don't match cpp stuff.
9601 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
9602 (fortran-mode-map): Remove over-eager custom-menu-create for now.
9603 (fortran-mode): Don't set fortran-comment-line-start-skip,
9604 fortran-comment-line-start here. Set comment-start,
9605 add-log-current-defun.
9606 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9607 (fortran-current-defun): New function.
9608
80460654
GM
96092000-03-09 Gerd Moellmann <gerd@gnu.org>
9610
d1221ea9
GM
9611 * emacs-lisp/re-builder.el: New file.
9612
1853aa6b
GM
9613 * mouse.el (mouse-drag-region): Don't run up-event handler
9614 if hscroll has changed.
9615
80460654
GM
9616 * octave-mod.el (octave-font-lock-keywords): To font-lock the
9617 builtin operators, use `font-lock-builtin-face' for Emacs and
9618 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
9619
9620 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
9621 `(defun (setf foo)' differently.
9622
c0056275
SM
96232000-03-08 Stefan Monnier <monnier@cs.yale.edu>
9624
9625 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
9626 (regexp-opt): Update comment and adapt the code the new meaning of
9627 the `paren' argument of regex-opt-group for shy-groups.
9628 (regexp-opt-depth): Handle shy groups as well as backslashed
9629 backslashes.
c0056275
SM
9630 (regexp-opt-group): Turn the leading comment into a docstring.
9631 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
9632 Remove open-presuf and close-presuf. Instead of checking for `all
9633 one-char' and then later on check for `several one-char', handle
9634 both cases close together. Also apply a more generic algorithm
9635 for suffixes (the mirror image of the algorithm used for
9636 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
9637 (regexp-opt-try-suffix): Removed.
9638
9639 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
9640 from comint-mode-map, so we can just inherit from it. Also, move
9641 the initialization into the `defvar' since there's no docstring
9642 anyway and it's fairly short.
9643 (inferior-scheme-mode): Define it as derived-mode: the code is
9644 shorter and this way we inherit from comint-mode-map rather than
9645 copying it.
c0056275 9646
80460654
GM
9647 * subr.el (replace-regexps-in-string): Properly handle the case
9648 where we match an empty string.
c0056275 9649
80460654
GM
9650 * comint.el (comint-exec-1): Add the current-dir to the exec-path
9651 when the command has a directory component (such as "./testml").
c0056275
SM
9652 Also fix a typo in the comment.
9653
5e91ff9e
GM
96542000-03-08 Gerd Moellmann <gerd@gnu.org>
9655
feab4fba
GM
9656 * Makefile (compile-files): Compile files one by one because
9657 that's the only way to ensure a clean compilation environment for
9658 each individual file.
9659
5e91ff9e
GM
9660 * frame.el (other-frame): Call x-focus-frame.
9661
76162e12
DL
96622000-03-07 Dave Love <fx@gnu.org>
9663
f64ce788
DL
9664 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9665 :require to defcustom.
9666
76162e12
DL
9667 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9668 lists.
9669
9670 * files.el (auto-mode-alist): Add configure.in.
9671
9672 * progmodes/autoconf.el: New file.
9673
f7daf1e1
GM
96742000-03-07 Gerd Moellmann <gerd@gnu.org>
9675
9676 * mail/mh-e.el: Change maintainer to `none'.
9677
9678 * recentf.el (recentf-keep-non-readable-files-p): Quote args
9679 to remove-hook and add-hook.
9680
96812000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9682
9683 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9684 it as the default.
9685 (mail-send): Test mail-send-nonascii also for the new `mime' value.
9686 (sendmail-send-it): Conditionally add MIME headers specifying the
9687 used character set.
fa78f71b 9688
63f6b2c4
DL
96892000-03-07 Dave Love <fx@gnu.org>
9690
9691 * winner.el: Fix keywords, autoload cookies. Split
9692 eval-when-compile form to avoid compilation failure.
9693
8330e2f9
KH
96942000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
9695
9696 * international/mule.el: Modify comment about coding system
9697 property `coding-category'.
9698 (make-coding-system): New argument EOL-TYPE. Pay attention to
9699 coding-category property of PROPERTIES.
9700
9701 * international/mule-conf.el (coding-category-utf-8,
9702 coding-category-utf-16-be, coding-category-utf-16-le): New coding
9703 categories. Include them in the argument for set-coding-priority.
9704
9705 * international/mule-cmds.el (reset-language-environment): Include
9706 coding-category-utf-8, coding-category-utf-16-be, and
9707 coding-category-utf-16-le in the argument for set-coding-priority.
9708 (reset-language-environment): Initialize coding-category-utf-8,
9709 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9710
18bb0684
GM
97112000-03-06 Karl Fogel <kfogel@red-bean.com>
9712
9713 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9714 code abstracted out of `bookmark-jump-noselect'. Now tries info
9715 extensions as well as compression extensions.
9716 (bookmark-jump-noselect): Use above new func.
fa78f71b 9717
71a6ba55
GM
97182000-03-03 Gerd Moellmann <gerd@gnu.org>
9719
9720 * strokes.el: Change maintainer's mail address.
9721
0d56cdff
KH
97222000-03-03 Kenichi Handa <handa@etl.go.jp>
9723
9724 * international/mule-diag.el (list-character-sets): Make help-echo
9725 string by substitute-command-keys.
9726 (list-character-sets): Likewise.
9727 (sort-listed-character-sets): Call help-setup-xref.
9728
900fa1f1
GM
97292000-03-02 Gerd Moellmann <gerd@gnu.org>
9730
9731 * time.el (display-time-mail-file): Add `none' to the list of
9732 choices.
9733
54d04320
DL
97342000-03-01 Dave Love <fx@gnu.org>
9735
43f3fa09
DL
9736 * help.el (help-xref-go-back): Don't try to set position.
9737
54d04320
DL
9738 * international/mule-diag.el (list-character-sets): Call
9739 help-setup-xref. Add help-echo to xrefs.
9740 (list-character-sets-1): Add help-echo to xrefs.
9741
d054101f
GM
97422000-03-02 Gerd Moellmann <gerd@gnu.org>
9743
9744 * frame.el (blink-cursor-mode): Switch cursor on when turning
9745 the mode off.
9746
9747 * add-log.el (add-log-current-defun): Add support for
9748 Autoconf mode.
9749
9750 * mail/rmail.el (rmail-quit-hook): New variable.
9751
d77dae5c
DL
97522000-03-01 Dave Love <fx@gnu.org>
9753
e5f597f0
DL
9754 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9755
d77dae5c
DL
9756 * help.el (help-xref-button): Add help-echo arg.
9757 (describe-function-1, describe-variable, help-make-xrefs): Use it.
9758
9759 * faces.el (list-faces-display): Supply help-echo with
9760 help-make-xrefs.
9761
9762 * facemenu.el (list-text-properties-at): Set help-xref-stack to
9763 nil.
9764
72d19d75
GM
97652000-03-01 Gerd Moellmann <gerd@gnu.org>
9766
2df636f4
GM
9767 * image.el (defimage): Look for image files in load-path.
9768
fa78f71b 9769 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
9770 `number'.
9771
2df636f4
GM
97722000-03-01 David Ponce <david.ponce@wanadoo.fr>
9773
9774 * recentf.el (recentf): Added version tag to the defgroup of
9775 recentf.
9776
97772000-03-01 David Ponce <david.ponce@wanadoo.fr>
9778
9779 * recentf.el (recentf-cleanup): Changed to remove excluded file
9780 too.
9781 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9782 action to select/unselect a file.
9783 (recentf-edit-list): Code cleanup and improvement.
9784 (recentf-open-more-files-action): `recentf-open-more-files' button
9785 widget action to open a file.
9786 (recentf-open-more-files): No more use standard completion but
9787 widgets.
9788 (recentf-more-collection): Deleted.
9789 (recentf-more-history): Deleted.
9790 (recentf-setup-more-completion): Deleted.
9791
97922000-03-01 David Ponce <david.ponce@wanadoo.fr>
9793
9794 * recentf.el (recentf-mode): No more needs that Emacs is running
9795 under a window-system.
9796
97971999-03-01 David Ponce <david.ponce@wanadoo.fr>
9798
9799 * recentf.el (recentf-edit-list): New command to edit the recent
9800 list which allow the user to remove files.
9801 (recentf-edit-selected-items): New global variable, used by
9802 `recentf-edit-list' to hold the list of files to be removed from
9803 the recent list.
9804 (recentf-make-menu-items): Updated to display a "Edit list..."
9805 menu item. Minor code cleanup.
9806
98071999-03-01 David Ponce <david.ponce@wanadoo.fr>
9808
9809 * recentf.el (recentf-open-more-files): New command to open files
9810 that are not displayed in the menu.
9811 (recentf-more-collection): New global variable holding the set of
9812 permissible completions used by `recentf-open-more-files'.
9813 (recentf-more-history): New global variable holding the history list
9814 used by `recentf-open-more-files' completion.
9815 (recentf-setup-more-completion): New function to setup completion for
9816 `recentf-open-more-files'.
9817 (recentf-make-menu-items): Updated to display a "More..." menu item.
9818
98191999-03-01 David Ponce <david.ponce@wanadoo.fr>
9820
9821 * recentf.el (recentf-menu-action): Doc fixed.
9822
98231999-03-01 David Ponce <david.ponce@wanadoo.fr>
9824
9825 * recentf.el (recentf-menu-filter): Doc updated.
9826 (recentf-update-menu-hook): Allow menu filters to force menu update.
9827 (recentf-make-menu-items): New menu filter handling.
9828 (recentf-make-menu-item): New helper function.
9829 (recentf-menu-elements): New menu handling function.
9830 (recentf-sort-ascending): Updated to new menu filter handling.
9831 (recentf-sort-descending): Updated to new menu filter handling.
9832 (recentf-sort-basenames-ascending): New menu filter function.
9833 (recentf-sort-basenames-descending): New menu filter function.
9834 (recentf-show-basenames): New menu filter function.
9835 (recentf-show-basenames-ascending): New menu filter function.
9836 (recentf-show-basenames-descending): New menu filter function.
9837
72d19d75
GM
98382000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9839
9840 * diary-lib.el (list-diary-entries): Don't try to go forward at
9841 the end of the buffer.
9842
1ac1c836
KH
98432000-02-29 Kenichi Handa <handa@etl.go.jp>
9844
9845 * international/mule-diag.el (list-character-sets): Completely
9846 rewritten.
9847 (sort-listed-character-sets): New function.
9848 (list-character-sets-1): Completely rewritten.
9849 (list-character-sets-2): New function.
9850 (non-iso-charset-alist): New variable.
9851 (decode-codepage-char): New function.
9852 (charset-history): New variable.
9853 (read-charset) (list-block-of-chars)
9854 (list-iso-charset-chars)
9855 (list-non-iso-charset-chars)
9856 (list-charset-chars): New functions.
9857 (mule-diag): Call list-character-sets-2, not
9858 list-character-sets-2.
9859 (dump-charsets): Likewise.
9860
ed4d0512
GM
98612000-02-29 Gerd Moellmann <gerd@gnu.org>
9862
72d19d75
GM
9863 * dired-x.el (dired-filename-at-point): Add `@' to valid
9864 file name characters.
9865 (dired-filename-at-point): Handle ange-ftp file names.
9866
ed4d0512
GM
9867 * frame.el (frame-notice-user-settings): Use assq-delete-all
9868 instead of assoc-delete-all.
9869 (frame-notice-user-settings): Ditto.
9870
9871 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9872 Don't copy alist.
9873
32038c7a
GM
98742000-02-28 Eli Barzilay <eli@cs.cornell.edu>
9875
9876 * calculator.el (calculator-use-menu): New option.
9877 (calculator-initial-bindings): Changed some bindings to work as
9878 macros.
9879 (calculator-forced-input): Removed.
9880 (calculator-restart-other-mode): New variable.
9881 (calculator-mode-map): Set up menu.
fa78f71b 9882
32038c7a
GM
98832000-02-28 Jari Aalto <jari.aalto@poboxes.com>
9884
9885 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9886 tags.
fa78f71b 9887
55d7ff38 98882000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 9889
55d7ff38
MK
9890 * viper-cmd.el (viper-envelop-ESC-key): added the option to
9891 translate all ESC key sequences.
9892 (viper-goto-mark-subr): restore markers for files for which
9893 they were saved.
9894 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9895 * viper-util.el (viper-set-replace-overlay-glyphs,
9896 viper-set-replace-overlay): always check if the replacement
9897 overlay is live.
9898 * viper.el (viper-vi-state-mode-list): added major modes.
9899 * ediff-wind.el: minor comment changes.
9900 * ediff.el: copyright notice date fix.
fa78f71b 9901
387023ee
JR
99022000-02-27 Jason Rumney <jasonr@gnu.org>
9903
9904 * faces.el (face-font-family-alternatives): Add arial to helv.
9905 (mode-line, header-line, tool-bar): Same default as x for w32.
9906 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9907 face-font-family-alternatives from working.
9908 * term/w32-win.el (mouse-set-font): Do not build fontset from
9909 chosen font.
9910
f43d79c1
GM
99112000-02-25 Sam Steingold <sds@goems.com>
9912
5d80cc9c 9913 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 9914 properly.
fa78f71b 9915
8b7bc628 99162000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
9917
9918 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9919
4eb8436f
GM
99202000-02-25 Gerd Moellmann <gerd@gnu.org>
9921
9922 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9923 writable.
9924
449c3c52 9925 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 9926
42088c12
GM
99272000-02-24 Gerd Moellmann <gerd@gnu.org>
9928
9929 * frame.el (show-cursor-in-non-selected-windows): New option.
9930
c60ea02e
GM
99312000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9932
9933 * diary-lib.el (include-other-diary-files): Undo the selective
9934 display in any included file and don't kill it.
9935
d066de8e
EZ
99362000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
9937
9938 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9939 bar. Menu items converted to (menu-item format, help strings
9940 added.
9941 [downcase, upcase]: Don't enable on MS-DOS.
9942 [symlink, symlinks]: Don't show if make-symbolic-link is not
9943 bound.
9944 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9945
b6906b38
DL
99462000-02-23 Dave Love <fx@gnu.org>
9947
275cf1b2
DL
9948 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9949 (backward-kill-word): Revert addition of * to interactive spec --
9950 it's a feature.
9951
9952 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9953 (backward-kill-sentence, kill-sentence): Likewise.
9954
99d48056
DL
9955 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9956 scratch buffer name.
9957 (gud-format-command): Use int-to-string in ?l case. Simplify
9958 slightly.
9959
9960 * term/w32-win.el (internal-face-interactive): Update prompt for
9961 new read-face-name.
9962
9963 * mail/footnote.el (footnote): Add :version to defgroup.
9964 (footnote-section-tag-regexp): Customize.
9965 (footnote-start-tag, footnote-end-tag): New option.
9966 (footnote-latin-regexp): New variable.
9967 (Footnote-latin): New function.
9968 (footnote-style-alist): Add element for latin style.
9969 (footnote-style): Moved.
9970 (Footnote-goto-footnote): Use eq to test arg.
9971
9972 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9973
b6906b38
DL
9974 * emacs-lisp/byte-opt.el: Change old backquote syntax.
9975 (byte-compile-trueconstp): Include keywords.
9976 (byte-optimize-quote, byte-optimize-lapcode): Use
9977 byte-compile-const-symbol-p.
9978 (byte-optimize-char-before): New optimization.
9979
9980 * emacs-lisp/bytecomp.el: Change old backquote syntax.
9981 (byte-compile-const-symbol-p): New function.
9982 (byte-compile-constp, byte-compile-out-toplevel)
9983 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9984 Use it.
9985
9986 * subr.el (define-key-after): Default AFTER to t. Doc fix.
9987
214f877f
KH
99882000-02-23 Kenichi Handa <handa@etl.go.jp>
9989
c709bcf1
KH
9990 * international/encoded-kb.el: Be sure to update minor-mode-alist
9991 and minor-mode-map-alist.
9992 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9993 codes SS2 and SS3 correctly.
9994 (encoded-kbd-self-insert-ccl): New function.
9995 (encoded-kbd-setup-keymap): New function.
9996 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
9997 by calling encoded-kbd-setup-keymap.
9998
214f877f
KH
9999 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10000 characters.
10001 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10002 locally.
10003
b021ef18
DL
100042000-02-22 Dave Love <fx@gnu.org>
10005
10006 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10007 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10008 defvar.
10009 (lisp-mode-syntax-table): Set up for #|...|# comments.
10010 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10011 classes. Match `defface'.
10012 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10013 (eval-defun-1): Fix for defcustom.
10014 (lisp-indent-region): Doc fix.
10015
10016 * subr.el (when, unless, split-string): Doc fix.
10017 (read-passwd): Move call of clear-this-command-keys to the right
10018 place.
10019 (replace-regexps-in-string): New function.
10020
14cc00ad
GM
100212000-02-22 Gerd Moellmann <gerd@gnu.org>
10022
10023 * help.el (describe-variable): Set syntax table to
10024 emacs-lisp-mode-syntax-table when moving forward over the
10025 symbol's name.
10026
47da5efa
DL
100272000-02-22 Dave Love <fx@gnu.org>
10028
10029 * xt-mouse.el: Doc fixes.
10030 (xterm-mouse-position-function): New function, replacing advice of
10031 mouse-position.
10032 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10033
10034 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10035
f0a6c717
GM
100362000-02-21 Gerd Moellmann <gerd@gnu.org>
10037
10038 * format.el (format-annotate-single-property-change): Handle
10039 properties.with dotted-list values.
10040 (format-proper-list-p): New function.
10041
10042 * enriched.el (enriched-face-ans): Handle '(foreground-color
10043 . COLOR) and (background-color . COLOR).
10044
2be80b63
DL
100452000-02-20 Dave Love <fx@gnu.org>
10046
10047 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10048 and assignments to it.
10049 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10050 current local map.
10051 (make-flyspell-overlay): Use it.
10052 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10053
10054 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10055 (lm-get-header-re): Defun, not defsubst.
10056 (lm-get-package-name): Defun, not defsubst. Simplify.
10057 (lm-version): Doc fix. Simplify.
10058 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10059 (lm-crack-address, lm-last-modified-date, lm-commentary)
10060 (lm-verify, lm-synopsis): Simplify.
10061 (lm-report-bug): Require emacsbug. Use compose-mail.
10062
329eed9f
GM
100632000-02-20 Gerd Moellmann <gerd@gnu.org>
10064
10065 * dired.el (dired-mode): Call propertized-buffer-identification
10066 to set mode-line-buffer-identification to something having
10067 the right text properties.
10068
10069 * bindings.el (propertized-buffer-identification): New function.
10070
be5bb146
DL
100712000-02-20 Dave Love <fx@gnu.org>
10072
10073 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10074 check for t-mouse too.
10075
10076 * cus-start.el: Make echo-keystrokes `number'.
10077
1d4311c3
EZ
100782000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10079
10080 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10081 Don't call ring-empty-p unless tags-location-ring is bound.
10082 From Noah Friedman <friedman@splode.com>.
10083
a23c5037
TTN
100842000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
10085
10086 * progmodes/hideshow.el (hs-flag-region): No longer use
10087 `intangible' overlay property.
10088
10089 (hs-toggle-hiding): New command.
10090 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10091
10092 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10093 Fix omission bug: Run `hs-minor-mode-hook' for both activation
10094 and deactivation.
10095
b6a22bf8
GM
100962000-02-18 Gerd Moellmann <gerd@gnu.org>
10097
10098 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10099
d621caf7
GM
101002000-02-17 Gerd Moellmann <gerd@gnu.org>
10101
3c0ed7ce
GM
10102 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10103
d621caf7
GM
10104 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10105 of `*' to handle `(* ... *)' comments.
10106
538d88fb
EZ
101072000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10108
53c80cf6 10109 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 10110 window-system.
53c80cf6 10111
538d88fb
EZ
10112 * menu-bar.el (global-map): Menu-bar items converted to the new
10113 format (menu-item..., rearranged for better CUA compliance, and
10114 their names changed for better clarity. Help strings added.
10115
10116 * international/mule-cmds.el (mule-menu-keymap)
10117 (describe-language-environment-map, set-coding-system-map)
10118 (setup-language-environment-map): Convert to new (menu-item...
10119 form, add help strings. Change names of menu items for better
10120 clarity. "Mule" menu-bar item removed (it's now in the "Options"
10121 submenu).
10122
8389e1e2 101232000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 10124
a23c5037 10125 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 10126 within the code.
a23c5037 10127
8389e1e2 101282000-02-16 Dave Love <fx@gnu.org>
a23c5037 10129
84fe35f0
DL
10130 * faces.el: Don't require custom. Add more specific :groups to
10131 various deffaces.
10132 (set-face-attribute): Purecopy args.
10133 (read-face-name): Default to name at point and use it in prompt.
10134 Remove colon from arg in all callers.
10135 (list-faces-display): Hyperlink to face descriptions and customize
10136 buffers.
10137
b2aeee30
DL
101382000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
10139
10140 * wid-edit.el (widget-match-inline): An atom never matches a
10141 list.
10142
99e95407
GM
101432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10144
82d2c7c5
DL
10145 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10146 at ':' characters by call to split-string.
99e95407
GM
10147
101482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10149
82d2c7c5 10150 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
10151
101522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10153
82d2c7c5
DL
10154 * textmodes/bibtex.el: Some temporary comments removed.
10155 (bibtex-field-name, bibtex-entry-type): Made the relationship
10156 explicit.
10157 (bibtex-field-const): Allow capital letters.
10158 (bibtex-start-of-string): Deleted because unused.
10159
10160 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10161 use the term 'reference' to describe a bibtex entry as a whole.
10162 Further, reference keys are no longer called 'labels'.
10163 (bibtex-keys): Renamed to bibtex-reference-keys.
10164 (bibtex-reformat-previous-labels): Renamed to
10165 bibtex-reformat-previous-reference-keys.
10166 (bibtex-reference-type): Renamed to bibtex-entry-type.
10167 (bibtex-reference-head): Renamed to bibtex-entry-head.
10168 (bibtex-reference-maybe-empty-head): Renamed to
10169 bibtex-entry-maybe-empty-head.
10170 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10171 (bibtex-search-reference): Renamed to bibtex-search-entry.
10172 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10173 bibtex-enclosing-entry-maybe-empty-head.
10174 (bibtex-entry-field-alist, bibtex-entry-head,
10175 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10176 bibtex-map-entries, bibtex-search-entry,
10177 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10178 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10179 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10180 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10181 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10182 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10183 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
10184
101852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10186
82d2c7c5
DL
10187 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10188 comment.
10189 (bibtex-format-field-delimiters): New function, functionality
10190 extracted from bibtex-format-entry.
10191 (bibtex-autokey-get-yearfield-digits): New function, functionality
10192 extracted from bibtex-autokey-get-yearfield.
10193
10194 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10195 entries in order to avoid stack overflow in the regexp matcher if
10196 field contents become large.
10197 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10198 bibtex-field-string-part-not-braced,
10199 bibtex-field-string-part-no-inner-braces,
10200 bibtex-field-string-part-1-inner-brace,
10201 bibtex-field-string-part-2-inner-braces,
10202 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10203 bibtex-field-string-quoted, bibtex-field-string,
10204 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10205 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10206 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10207 as parsing is now performed by the following functions.
10208 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10209 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10210 bibtex-parse-field-string, bibtex-search-forward-field-string,
10211 bibtex-parse-association, bibtex-field-name-for-parsing,
10212 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10213 bibtex-search-forward-field, bibtex-search-backward-field,
10214 bibtex-start-of-field, bibtex-end-of-field,
10215 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10216 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10217 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10218 bibtex-parse-string, bibtex-search-forward-string,
10219 bibtex-search-backward-string, bibtex-start-of-string,
10220 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10221 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10222 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10223 entries. Instead of reporting the results of the parsing by
10224 match-beginning or match-end, these functions return data structures
10225 that hold the corresponding positions.
10226 (bibtex-enclosing-field): Changed to also report field boundaries by
10227 return values rather than by match-beginning or match-end. The
10228 following functions have been adapted to use the new parsing
10229 functions.
10230 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10231 bibtex-enclosing-field, bibtex-format-entry,
10232 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10233 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10234 bibtex-print-help-message, bibtex-end-of-entry,
10235 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10236 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10237 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10238 method for parsing.
10239 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10240 bibtex-map-entries, bibtex-flash-head,
10241 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10242 bibtex-autokey-change, bibtex-autokey-get-namefield,
10243 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10244 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10245 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10246 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10247 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10248 order to make the new binding of case-fold-search immediately
10249 visible.
99e95407
GM
10250
102512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10252
82d2c7c5
DL
10253 * textmodes/bibtex.el: Copyright notice is up to date.
10254 Added constant 'bibtex-maintainer-salutation.
99e95407 10255
82d2c7c5
DL
10256 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10257 than make-temp-name, use match-string-no-properties and eliminate
10258 a quadratic behavior when building bibtex-strings.
99e95407 10259
82d2c7c5
DL
10260 * bibtex.el (bibtex-reference-key): Accept string entries whose
10261 reference key contains upper case letters.
99e95407
GM
10262
102632000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10264
82d2c7c5
DL
10265 * bibtex.el (bibtex-reference-head): Allow entries to start with
10266 a new line.
99e95407
GM
10267
102682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10269
82d2c7c5
DL
10270 * bibtex.el: Hiding of entry bodies is not longer provided by
10271 bibtex.el directly. Instead the hideshow package can be used.
10272 Added a special bibtex entry to hs-special-modes-alist.
10273 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
10274
102752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10276
f24fef2f
SM
10277 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10278 at ':' characters by call to split-string.
8389e1e2
GM
10279
102802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10281
f24fef2f 10282 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
10283
102842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10285
f24fef2f
SM
10286 * textmodes/bibtex.el: Some temporary comments removed.
10287 (bibtex-field-name, bibtex-entry-type): Made the relationship
10288 explicit.
10289 (bibtex-field-const): Allow capital letters.
10290 (bibtex-start-of-string): Deleted because unused.
fa78f71b 10291
f24fef2f
SM
10292 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10293 use the term 'reference' to describe a bibtex entry as a whole.
10294 Further, reference keys are no longer called 'labels'.
10295 (bibtex-keys): Renamed to bibtex-reference-keys.
10296 (bibtex-reformat-previous-labels): Renamed to
10297 bibtex-reformat-previous-reference-keys.
10298 (bibtex-reference-type): Renamed to bibtex-entry-type.
10299 (bibtex-reference-head): Renamed to bibtex-entry-head.
10300 (bibtex-reference-maybe-empty-head): Renamed to
10301 bibtex-entry-maybe-empty-head.
10302 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10303 (bibtex-search-reference): Renamed to bibtex-search-entry.
10304 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10305 bibtex-enclosing-entry-maybe-empty-head.
10306 (bibtex-entry-field-alist, bibtex-entry-head,
10307 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10308 bibtex-map-entries, bibtex-search-entry,
10309 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10310 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10311 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10312 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10313 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10314 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10315 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
10316
103172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10318
f24fef2f
SM
10319 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10320 comment.
10321 (bibtex-format-field-delimiters): New function, functionality
10322 extracted from bibtex-format-entry.
10323 (bibtex-autokey-get-yearfield-digits): New function, functionality
10324 extracted from bibtex-autokey-get-yearfield.
fa78f71b 10325
f24fef2f
SM
10326 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10327 entries in order to avoid stack overflow in the regexp matcher if
10328 field contents become large.
10329 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10330 bibtex-field-string-part-not-braced,
10331 bibtex-field-string-part-no-inner-braces,
10332 bibtex-field-string-part-1-inner-brace,
10333 bibtex-field-string-part-2-inner-braces,
10334 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10335 bibtex-field-string-quoted, bibtex-field-string,
10336 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10337 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10338 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10339 as parsing is now performed by the following functions.
10340 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10341 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10342 bibtex-parse-field-string, bibtex-search-forward-field-string,
10343 bibtex-parse-association, bibtex-field-name-for-parsing,
10344 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10345 bibtex-search-forward-field, bibtex-search-backward-field,
10346 bibtex-start-of-field, bibtex-end-of-field,
10347 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10348 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10349 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10350 bibtex-parse-string, bibtex-search-forward-string,
10351 bibtex-search-backward-string, bibtex-start-of-string,
10352 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10353 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10354 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10355 entries. Instead of reporting the results of the parsing by
10356 match-beginning or match-end, these functions return data structures
10357 that hold the corresponding positions.
10358 (bibtex-enclosing-field): Changed to also report field boundaries by
10359 return values rather than by match-beginning or match-end. The
10360 following functions have been adapted to use the new parsing
10361 functions.
10362 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10363 bibtex-enclosing-field, bibtex-format-entry,
10364 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10365 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10366 bibtex-print-help-message, bibtex-end-of-entry,
10367 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10368 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10369 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10370 method for parsing.
10371 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10372 bibtex-map-entries, bibtex-flash-head,
10373 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10374 bibtex-autokey-change, bibtex-autokey-get-namefield,
10375 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10376 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10377 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10378 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10379 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10380 order to make the new binding of case-fold-search immediately
10381 visible.
8389e1e2
GM
10382
103832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10384
f24fef2f
SM
10385 * textmodes/bibtex.el: Copyright notice is up to date.
10386 Added constant 'bibtex-maintainer-salutation.
fa78f71b 10387
f24fef2f
SM
10388 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10389 than make-temp-name, use match-string-no-properties and eliminate
10390 a quadratic behavior when building bibtex-strings.
fa78f71b 10391
f24fef2f
SM
10392 * bibtex.el (bibtex-reference-key): Accept string entries whose
10393 reference key contains upper case letters.
8389e1e2
GM
10394
103952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10396
f24fef2f
SM
10397 * bibtex.el (bibtex-reference-head): Allow entries to start with
10398 a new line.
8389e1e2
GM
10399
104002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10401
f24fef2f
SM
10402 * bibtex.el: Hiding of entry bodies is not longer provided by
10403 bibtex.el directly. Instead the hideshow package can be used.
10404 Added a special bibtex entry to hs-special-modes-alist.
10405 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
10406
104072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10408
82d2c7c5 10409 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
10410 proceedings entry type (for cross referencing). Thanks to Wagner
10411 Toledo Correa for the suggestion.
10412
82d2c7c5 10413 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 10414
eae61d8f
KH
104152000-02-14 Kenichi Handa <handa@etl.go.jp>
10416
10417 * international/characters.el: Setup case table for Vietnamese.
10418
fb07a302
GM
104192000-02-12 Gerd Moellmann <gerd@gnu.org>
10420
10421 * uniquify.el (toplevel): Require CL at compile time.
10422 (uniquify-push): Removed.
10423
10424 * shadowfile.el (shadow-when): Removed.
10425
10426 * tempo.el (tempo-dolist, tempo-mapc): Removed.
10427 (tempo-process-and-insert-string): Use dolist instead of
10428 tempo-dolist.
10429
10430 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10431 regexp for paragraph-start.
10432
10433 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10434 commas as well.
10435
a0eddf92
DL
104362000-02-10 Dave Love <fx@gnu.org>
10437
10438 * wid-edit.el: (widgets) [defgroup]: Remove url link.
10439 (widget-color-choice-list, widget-color-history, widget-mouse-help):
10440 Deleted.
10441 (widget-specify-field, widget-specify-button): Don't use
10442 widget-mouse-help as help-echo property.
10443 (default): Use #'ignore for :validate and :mouse-down-action.
10444 (checkbox): Add help-echo.
10445 (widget-sexp-validate): Rewritten to clarify error messages.
10446 (character): Use char-valid-p in :match function.
10447 (widget-color-complete): Use facemenu-color-alist.
10448 (widget-color-action): Use facemenu-read-color.
10449
10450 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
10451 set up `caar' &c that we now have.
10452
82d2c7c5
DL
104532000-02-09 Ray Blaak <blaak@gnu.org>
10454
10455 * delphi.el: Make resourcestring a declaration region, like const
10456 and var.
10457
6cbc1482
DL
104582000-02-09 Dave Love <fx@gnu.org>
10459
10460 * bindings.el (mode-line-input-method-map): New variable.
10461 (mode-line-mule-info): Use it; fix last change.
10462 (mode-line-mode-menu): Move definition.
10463 (mode-line-mouse-sensitive-p): Deleted.
10464 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10465 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
10466 level.
10467
10468 * startup.el (command-line-1): Don't call
10469 make-mode-line-mouse-sensitive.
10470
f7136ee8
GM
104712000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10472
10473 * mail/rmail.el (rmail-retry-failure): Use
10474 rmail-beginning-of-message before rmail-toggle-header, because the
10475 former toggles headers.
10476
6e1d0d15
SM
104772000-02-06 Stefan Monnier <monnier@cs.yale.edu>
10478
fef8c55b
SM
10479 * diff-mode.el (diff-kill-junk): New interactive function.
10480 (diff-reverse-direction): Use delete-and-extract-region.
10481 (diff-post-command-hook): Restrict the area so that the hook also works
10482 outside of any diff hunk. This is necessary for the minor-mode.
10483 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10484 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10485
6e1d0d15
SM
10486 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10487 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10488 so that it can be used more easily in <foo>-mode-hook. Also make sure
10489 to avoid duplicate entries.
10490 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10491 (font-lock-remove-keywords): Just as was done for `add', allow it to
10492 work even if font-lock-mode is nil. Also make sure we don't modify
10493 any pre-existing list by forcing a copy-sequence. Finally rename
10494 `major-mode' to `mode'.
10495 (font-lock-fontify-syntactic-anchored-keywords)
10496 (font-lock-fontify-anchored-keywords)
10497 (font-lock-fontify-keywords-region): Use line-end-position.
10498 Don't make `font-lock-multiline' local (it's now done in
10499 font-lock-set-defaults).
10500 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
10501 move the `font-lock-fontified' creation to inside the `unless'.
10502
a75dfea0
AI
105032000-02-06 Andrew Innes <andrewi@gnu.org>
10504
10505 * term/w32-win.el (x-handle-args): Comment out call to message,
10506 which occurs before window system is initialized.
10507
10508 * makefile.nt: Add support for recompiling lisp code.
10509
b85e9462
DL
105102000-02-04 Dave Love <fx@gnu.org>
10511
9ff33afb
DL
10512 * bindings.el (mode-line-mule-info): Fix/extend last change.
10513
b85e9462
DL
10514 * completion.el: Replace completion-dolist with dolist.
10515
10516 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10517 dotimes.
10518
44dff075
CD
105192000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
10520
10521 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10522 environment names before they go into the section regexp.
10523
10524 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10525 char class in regexp.
10526
10527 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10528 `case-fold-search' to nil.
10529
10530 * progmodes/idlwave.el (idlwave-template): Respect
10531 `idlwave-abbrev-change-case'.
10532 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10533 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10534 idlwave-while): respect `idlwave-reserved-word-upcase'.
10535 (idlwave-rw-case): New function.
10536 (idlwave-statement-match): Fixed problem with assignment regexp.
10537 (idlwave-font-lock-keywords): Improved regexp for keyword
10538 parameters.
a23c5037 10539 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
10540 operators longer than 1 char.
10541
10542 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10543 idlwave-shell-expression-overlay. Implemented printing of
10544 expressions on higher levels of the calling stack.
10545 (idlwave-shell-display-level-in-calling-stack): Restore stack
10546 level.
10547 (idlwave-retrieve-expression-from-level): New function.
10548 (idlwave-shell-last-calling-stack): Variable removed.
10549 (idlwave-shell-reset): Argument action reversed (`visible' to
10550 `hidden'). Also remove stop-line overlay.
10551 (idlwave-shell-calling-stack-routine): New variable.
10552 (idlwave-shell-parse-stack-and-display): Messages now display
10553 negative level numbers.
10554 (idlwave-shell-mode): Set `modeline-format'.
10555 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10556 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10557 21.
10558 (idlwave-shell-print-expression-function): New option.
a23c5037 10559
44dff075
CD
10560 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10561 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10562 `tool-bar' instead of `toolbar'.
10563
f26c34fd
DL
105642000-02-02 Dave Love <fx@gnu.org>
10565
10566 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10567 emacs-lisp-mode-hook. Don't check for defalias being defined.
10568
10569 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10570 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
10571 the new builtins directly.
10572
10573 * whitespace.el (whitespace): Add :version to defgroup.
10574
10575 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10576 Doc fix.
10577
10578 * thingatpt.el (sexp-at-point, symbol-at-point)
10579 (number-at-point, list-at-point): Add autoload cookie.
10580
10581 * recentf.el (recentf): Add :version to defgroup.
10582
10583 * quickurl.el (quickurl): Add :version to defgroup.
10584
10585 * elide-head.el (elide-head): Use point-marker more.
10586
10587 * bs.el (bs): Add :version to defgroup.
10588
10589 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10590
10591 * progmodes/delphi.el (delphi): Add :version to defgroup.
10592
d240a249
GM
105932000-02-02 Gerd Moellmann <gerd@gnu.org>
10594
10595 * ange-ftp.el (ange-ftp-write-region): Handle case that
10596 succeeding process operation sets a different coding system.
10597
10598 * calculator.el: New file.
10599
d5179a01
EZ
106002000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10601
10602 * frame.el (frames-on-display-list, framep-on-display): New
10603 functions.
10604 (display-mouse-p, display-popup-menus-p, display-graphic-p)
10605 (display-selections-p, display-screens, display-pixel-width)
10606 (display-pixel-height, display-mm-width, display-mm-height)
10607 (display-backing-store, display-save-under, display-planes)
10608 (display-color-cells, display-visual-class): New functions.
10609
10610 * term/tty-colors.el (tty-color-gray-shades): New function.
10611
10612 * faces.el (display-color-p): Use framep-on-display.
10613 (display-grayscale-p): New function.
10614
968e00f0
DL
106152000-01-31 Dave Love <fx@gnu.org>
10616
10617 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10618 (create-fontset-from-x-resource): Don't concat integers.
10619
2cb750ba
GM
106202000-01-31 Inge Frick <inge@nada.kth.se>
10621
10622 * view.el: Some changes in documentation. Removed some trailing
10623 whitespace. Changed some parameter names to agree with
10624 documentation.
10625 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10626 window is not deleted. Modifies change 1998-04-26.
a23c5037 10627
74e9213b
GM
106282000-01-31 Gerd Moellmann <gerd@gnu.org>
10629
47569935
GM
10630 * windmove.el: New file.
10631
74e9213b
GM
10632 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10633 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 10634 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 10635
74e9213b
GM
10636 * jit-lock.el (jit-lock-function): Widen before calculating end
10637 position.
10638 (jit-lock-stealth-chunk-start): Rewritten.
10639
10640 * info.el (Info-title-face-alist): Removed.
10641 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10642 faces.
10643 (Info-fontify-node): Use these faces.
10644
994c5afe
GM
106452000-01-30 Gerd Moellmann <gerd@gnu.org>
10646
10647 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10648 (cl-macro-list1): Recognize `&allow-other-keys' instead of
10649 `&allow-other-keywords'.
10650
10651 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10652 the list of directories scanned heuristically.
10653
10654 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10655 exist.
10656
f00276e3
JR
106572000-01-30 Jason Rumney <jasonr@gnu.org>
10658
10659 * w32-fns.el: Define w32-tty-standard-colors.
10660
10661 * startup.el (command-line): Use w32-tty-standard-colors when in
10662 w32 console mode.
10663
cc4dfff0
DL
106642000-01-30 Dave Love <fx@gnu.org>
10665
e645e77b
DL
10666 * jka-compr.el (jka-compr-load): Fix up load-history.
10667
cc4dfff0
DL
10668 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10669
10670 * emacs-lisp/cl-macs.el: Revert previous change.
10671
16215eb0
DL
106722000-01-29 Dave Love <fx@gnu.org>
10673
10674 * facemenu.el: Purecopy various strings.
10675
10676 * timezone.el (timezone-fix-time): Window against 69 for two-digit
10677 years. Deal with three-digit years.
10678
10679 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10680 defconst, purecopy.
10681 (help-back-label): Purecopy it.
10682
bbd9b566
GM
106832000-01-18 Gerd Moellmann <gerd@gnu.org>
10684
10685 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10686 variable. If non-nil, order the buffer list according to the
10687 currently selected frame.
10688 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10689 non-nil, pass the selected frame to function buffer-list.
a23c5037 10690
887448e1
GM
106912000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10692
10693 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10694
7df85084
DL
106952000-01-28 Dave Love <fx@gnu.org>
10696
142e109c
DL
10697 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10698
7df85084
DL
10699 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10700 Don't use lisp-indent-hook property.
10701 (cl-abs): Remove.
10702
10703 * subr.el: Move out indent and edebug specs for when and unless.
10704
10705 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10706 when, unless.
10707
10708 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10709 unless, when.
10710
3b43c01c
GM
107112000-01-28 Gerd Moellmann <gerd@gnu.org>
10712
d060bc9f
GM
10713 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10714 `collecting' as synonym for `collect'.
10715
10716 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10717 for the case it contains spaces.
10718
10719 * simple.el (what-cursor-position): Change formatting of
10720 messages.
10721
b02786f9
GM
10722 * frame.el (delete-other-frames): New function.
10723 (toplevel): Bind it to C-x 5 1.
10724
efd68b8a
GM
10725 * sort.el (sort-numeric-base): New option.
10726 (sort-numeric-fields): If number starts with `0' or `0[xX[',
10727 interpret it as octal or hexadecimal. Use sort-numeric-base
10728 as default base.
10729
3b43c01c
GM
10730 * progmodes/glasses.el: New file.
10731
984ae001
GM
107322000-01-27 Gerd Moellmann <gerd@gnu.org>
10733
a0b796e3
GM
10734 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10735 userids differently.
10736
984ae001
GM
10737 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10738 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10739 progmodes/ebnf-yac.el: New files.
10740
6c67ddee
DL
107412000-01-26 Dave Love <fx@gnu.org>
10742
10743 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10744 on a function with an empty body. [From Eric Ludlam.]
10745
4e6473c8
GM
107462000-01-25 Andre Spiegel <spiegel@gnu.org>
10747
10748 * vc.el (vc-version-diff): Make sure file name is expanded.
10749
e12489f9
GM
107502000-01-25 Gerd Moellmann <gerd@gnu.org>
10751
10752 * scroll-bar.el (scroll-bar-timer): Variable removed.
10753 (scroll-bar-toolkit-scroll): Don't use a timer.
10754
8dbe2b07
KH
107552000-01-25 Kenichi Handa <handa@etl.go.jp>
10756
10757 * language/thai-util.el (thai-composition-function): Delete
10758 superfluous `a'.
10759
26ef1c87
DL
107602000-01-24 Dave Love <fx@gnu.org>
10761
10762 * fortran.el (fortran-mode): Use beginning-of-defun-function,
10763 end-of-defun-function.
10764
10765 * font-lock.el (turn-on-font-lock): Don't depend on window-system
10766 &c.
10767
7ed4e9a7
JR
107682000-01-22 Jason Rumney <jasonr@gnu.org>
10769
10770 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10771 conflicts with new face support.
10772
8b7bc628 107732000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
10774
10775 * replace.el (query-replace): Rename last arg to DELIMITED.
10776 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10777 (query-replace-regexp): Likewise.
10778
8b7bc628 107792000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 10780
02b14400
RS
10781 * subr.el (with-syntax-table): Use make-symbol, not gensym.
10782
5bb6f079
RS
10783 * emacs-lisp/lisp.el (beginning-of-defun-function):
10784 Variable renamed from beginning-of-defun.
10785 Do not call make-variable-buffer-local.
10786 (beginning-of-defun-raw): Use new variable name; doc fix.
10787 (beginning-of-defun): Doc fix.
10788 (end-of-defun-function): Variable renamed from end-of-defun.
10789 Do not call make-variable-buffer-local.
10790 (end-of-defun): Use new variable name; doc fix.
10791
02b14400
RS
10792 * subr.el (dolist, dotimes): Copied from cl-macs.el
10793 and made to work.
2d5e9b54 10794
a23c5037 10795 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
10796 Variable replaces rmail-digest-end-regexp.
10797 Allows multiple regexps for detecting the end line.
10798 (undigestify-rmail-message): Corresponding changes.
10799
60af03f1
DL
108002000-01-19 Dave Love <fx@gnu.org>
10801
fe5d99e1
DL
10802 * files.el (user-init-file): Don't declare here -- is primitive.
10803
60af03f1
DL
10804 * startup.el (command-line): Check for compiled user-init-file and
10805 set to uncompiled version if necessary.
10806
72dbbc7d
GM
108072000-01-18 Gerd Moellmann <gerd@gnu.org>
10808
6a1950ec
GM
10809 * mail/undigest.el (rmail-digest-end-regexp): New user option.
10810 (undigestify-rmail-message): Use it.
10811
72dbbc7d
GM
10812 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10813
fbe91bbd
GM
108142000-01-17 Gerd Moellmann <gerd@gnu.org>
10815
10816 * tmm.el (tmm-goto-completions): Adapt to prompt being part
10817 of mini-buffer.
10818
33a6685b
GM
108192000-01-14 Gerd Moellmann <gerd@gnu.org>
10820
b3303df7
GM
10821 * emacs-lisp/copyright.el (copyright-update): Removed the
10822 requirement for a trailing space from `copyright-regexp', to
10823 support copyrights with owner specified on a separate line..
a23c5037 10824
3c4c8064
GM
10825 * align.el: New file.
10826
33a6685b
GM
10827 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10828
10829 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10830
044a4975
DL
108312000-01-13 Dave Love <fx@gnu.org>
10832
10833 * ph.el: Removed. (Obsoleted by EUDC.)
10834
0a352cd7
GM
108352000-01-13 Gerd Moellmann <gerd@gnu.org>
10836
10837 * net/eudc.el (toplevel): Remove autoloaded code installing
10838 menu with easymenu, because that causes build problems.
10839
10840 * frame.el (frame-notice-user-settings): New variable.
10841 (frame-notice-user-settings): Don't modify frame parameters
10842 if called a second time.
10843
8b7bc628 108442000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
10845
10846 * frame.el (frame-notice-user-settings):
10847 Notice default-frame-parameters even for non-window frames.
10848
feb450e0
GM
108492000-01-13 Gerd Moellmann <gerd@gnu.org>
10850
10851 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10852 for Emacs.
10853 (eudc-bob-can-display-inline-images): Extend for Emacs.
10854 (eudc-bob-toggle-inline-display): Ditto.
10855 (eudc-bob-display-jpeg): Ditto.
10856
99c6d63b
GM
108572000-01-12 Gerd Moellmann <gerd@gnu.org>
10858
7970b229
GM
10859 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10860 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10861 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 10862
e4936aa9
GM
10863 * add-log.el (add-change-log-entry): Fix error trying an `(insert
10864 nil)'.
10865
10866 * subdirs.el: Add `net' directory.
10867
133c9e59
GM
10868 * net: New directory.
10869
99c6d63b
GM
10870 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10871 eval-last-sexp. Don't bind debug-on-error here.
10872 (eval-last-sexp): New function. Bind debug-on-error if
10873 eval-expression-debug-on-error is non-nil.
10874 (eval-defun-2, eval-defun): Likewise.
10875
10876 * simple.el (eval-expression): Don't bind debug-on-error if
10877 eval-expression-debug-on-error is nil. Detect changed
10878 debug-on-error, and propagate new value to global binding, if
10879 eval-expression-debug-on-error is non-nil,
10880 (eval-expression-debug-on-error): Change doc string.
a23c5037 10881
8b7bc628 108822000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
10883
10884 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10885
10886 * emacs-lisp/lisp-mode.el (with-syntax-table):
10887 Set up lisp-indent-function property.
10888
10889 * subr.el (with-syntax-table): Moved from simple.el.
10890
10891 * simple.el (with-syntax-table): Moved to subr.el.
10892
7e3c74fa
GM
108932000-01-11 Gerd Moellmann <gerd@gnu.org>
10894
1fab1775
GM
10895 * tmm.el (tmm-shortcut): Delete region after prompt instead
10896 of erasing buffer.
10897
7e3c74fa 10898 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
10899 (fill-context-prefix): Use the longest common prefix of first
10900 and second line fill prefix, if there is one.
7e3c74fa 10901
8b7bc628 109022000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
10903
10904 * array.el (array-mode): Don't use make-variable-buffer-local.
10905 Use make-local-variable for `truncate-lines'.
10906
aa705642 109072000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 10908
aa705642
GM
10909 * add-log.el (add-log-current-defun): Handle user-defined
10910 add-log-current-function returning nil,
a23c5037 10911
57df2446 10912 * add-log.el (add-change-log-entry): Insert version number
aa705642 10913 if having found a current function
c1356086
GM
10914
10915 * add-log.el (add-log-current-defun): Call
10916 `add-log-current-defun-function'. Try matches at level 0 and
10917 level 1. Strip whitespace from defun found.
a23c5037 10918
1d8c59e9
RS
109192000-01-10 John Wiegley <johnw@gnu.org>
10920
10921 * allout.el (isearch-done/outline-provisions): Added `edit'
10922 argument to correspond with the current definition of
10923 `isearch-done'.
10924
8cf87e9b
DL
109252000-01-10 Dave Love <fx@gnu.org>
10926
10927 * elide-head.el (elide-head): Use point-marker, not point.
10928
9050446c
GM
109292000-01-10 Gerd Moellmann <gerd@gnu.org>
10930
8321b22a
GM
10931 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10932 before and after the year 2000.
a23c5037 10933
9050446c
GM
10934 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10935 Add ispell- prefix.
10936
109372000-01-10 Ken Stevens <k.stevens@ieee.org>
10938
10939 * ispell.el: Only define dictionaries in menus when they exist.
10940 (version18p): New variable.
10941 (version20p): New variable.
10942 (xemacsp): New variable.
10943 (ispell-choices-win-default-height): Fix for XEmacs visibility.
10944 (ispell-dictionary-alist1): Added Brasileiro dictionary.
10945 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 10946 run-together words.
9050446c
GM
10947 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10948 (ispell-dictionary-alist): Add koi8-r to customize definition.
10949 (check-ispell-version): Added documentation string. Returns
f24fef2f 10950 library path when called non-interactively.
9050446c
GM
10951 (ispell-menu-map-needed): Uses new variables.
10952 (ispell-library-path): New variable.
10953 (ispell-decode-string): XEmacs fix for bogus variable bindings.
10954 (ispell-word): Improved documentation string. Test for valid
10955 character mappings. Correctly check typed in word changes that can
10956 result in single words split into multiple words. Returns
10957 replacement word.
10958 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
10959 replace in recursive query replace mode. Help message for
10960 recursive edit mode.
10961 (ispell-show-choices): Protect against bad framepop bindings.
10962 (ispell-help): Fix to work with XEmacs.
10963 (ispell-highlight-spelling-error): Use new variables.
10964 (ispell-overlay-window): Fix to work with XEmacs.
10965 (ispell-parse-output): Passed and returns location information
10966 tracking spelling corrections. Doesn't recheck same word on
10967 current line.
10968 (ispell-init-process): Protect against bogus XEmacs variable binding.
10969 Fix call to single argument in sleep-for. Use new variables.
10970 (ispell-region): Passed and returns location information tracking
10971 spelling corrections. Doesn't check same word on current line.
10972 Improved documentation string. Doesn't resend a line already
10973 checked to the ispell process - fixes bug in LaTeX parsing.
10974 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10975 (ispell-skip-region): No longer skips <TT> in SGML.
10976 (ispell-process-line): Tracks location information with spelling
10977 corrections. Added documentation string. Accounts for words
10978 already accepted on this line. Don't allow query-replace on line
10979 starting with math characters. Doesn't resend a line already sent
10980 to ispell process. Fixes alignment error bug.
a23c5037 10981
8b7bc628 109822000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 10983
a23c5037 10984 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
10985 Suggest xloadimage, which is free, not xv, which isn't.
10986
a23c5037 10987 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
10988 Don't ever include the host name or user name in the value.
10989
9ed79f5d
GM
109902000-01-09 Gerd Moellmann <gerd@gnu.org>
10991
10992 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10993 of a real newline.
10994
b950abb1
GM
109952000-01-09 Stephen Eglen <stephen@gnu.org>
10996
a23c5037 10997 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
10998 for .png files.
10999
3c708e98
GM
110002000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11001
11002 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11003
bf61662d
GM
110042000-01-09 Gerd Moellmann <gerd@gnu.org>
11005
f1d851ae
GM
11006 * progmodes/cperl-mode.el: Replace ^F with ^L.
11007
bf61662d 11008 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 11009 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
11010 recursion.
11011
c65d14ee
DL
110122000-01-08 Dave Love <fx@gnu.org>
11013
8cf87e9b
DL
11014 * emacs-lisp/backquote.el: Remove inappropriate customization
11015 (allowing custom.el to use backquote).
c65d14ee 11016
83de2ebc
DL
110172000-01-07 Dave Love <fx@gnu.org>
11018
11019 * add-log.el (add-log-debugging): Deleted.
11020 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11021 file. Remove debugging code.
11022 (change-log-get-method-definition, change-log-name): Add doc.
11023 (change-log-sortable-date-at): New function.
11024 (change-log-merge): New command.
11025
11026 * time.el (display-time-string-forms): Make the Mail string active.
11027 (display-time-update): Provide help-echo for load average.
11028
11029 * bindings.el (make-mode-line-mouse2-map): New function.
11030 (mode-line-modified): Use it and simplify.
11031 (mode-line-mule-info): Provide help-echo info.
11032 (minor-mode-alist): Activate the strings.
11033 (make-mode-line-mouse-sensitive): Simplify for
11034 mode-line-buffer-identification.
11035
c1475eae
GM
110362000-01-07 Gerd Moellmann <gerd@gnu.org>
11037
11038 * play/pong.el: New file.
11039
83de2ebc
DL
110402000-01-06 Dave Love <fx@gnu.org>
11041
11042 * array.el: Assorted cleanups for compiler warnings, doc strings,
11043 `array-' prefix for symbols.
11044
110452000-01-05 Dave Love <fx@gnu.org>
11046
11047 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11048 outline-headers-as-kill.
11049 (outline-mode): Define imenu-generic-expression.
11050 (outline-headers-as-kill): New command.
11051
11052 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11053 from paragraph-start.
11054 (paragraph-indent-minor-mode): New command.
11055
11056 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11057 M-C-e, M-C-h, C-j, C-xnd, TAB.
11058 (fortran-mode): Set beginning-of-defun, end-of-defun.
11059 (fortran-column-ruler): Simplify.
11060 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11061 (fortran-with-subprogram-narrowing): Likewise.
11062 (fortran-indent-subprogram): Call mark-defun.
11063 (fortran-check-for-matching-do): Change narrowing.
11064
11065 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11066 (cl-lucid-hash-tag): Delete.
11067 (cl-hash-table-p): Correct test for native table.
11068 (cl-hash-table-count): Use hash-table-count.
11069
11070 * browse-url.el (browse-url): Fix case of
11071 browse-url-browser-function being an alist.
11072
676ac023
CD
110732000-01-05 Carsten Dominik <cd@gnu.org>
11074
c1475eae
GM
11075 * textmodes/reftex-vars.el (reftex-parse-file-extension)
11076 (reftex-index-phrase-file-extension): New options.
676ac023
CD
11077
11078 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 11079 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
11080
11081 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 11082 `reftex-parse-file-extension'.
eb483e17 11083
88807984
DL
110842000-01-05 Dave Love <fx@gnu.org>
11085
83de2ebc 11086 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
11087 (beginning-of-defun-raw): Use it.
11088 (end-of-defun): New variable.
11089 (end-of-defun): Use it.
11090 (check-parens): New command.
11091
1362aeb4
TTN
110922000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11093
c1475eae
GM
11094 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11095 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 11096
7ddafb95
TTN
11097 Fix buglet in local variables initialization.
11098
7334aa99
AS
110992000-01-05 Andreas Schwab <schwab@suse.de>
11100
11101 * hscroll.el (hscroll): Doc fix.
11102
b12e24cd
CD
111032000-01-05 Carsten Dominik <cd@gnu.org>
11104
11105 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11106 idlw-toolbar.
11107
11108 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11109 file idlw-rinfo.el.
1362aeb4
TTN
11110 (idlwave-customize): load must read file idlw-shell.el.
11111 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 11112
d6226972
CD
111132000-01-05 Carsten Dominik <dominik@astro.uva.nl>
11114
11115 * progmodes/idlw-shell.el: Also provide idlwave-shell
11116 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11117 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11118
11119 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11120 both reftex-dcr and reftex-vcr.
1362aeb4 11121
d6226972
CD
11122 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11123
6ddb893f 111242000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
11125
11126 * ps-print.el: PostScript code now is in separate files, doc fix.
11127 (ps-print-version): New version number (5.0.3).
11128 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11129 local.
11130 (ps-spool-config): Initialization fix.
c1475eae
GM
11131 (ps-print-prologue-1, ps-print-prologue-2)
11132 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
11133 (ps-background-image): Little code reformating.
11134 (ps-begin-file, ps-begin-job): Fix code.
88807984 11135 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
11136 (ps-prologue-file): New fun.
11137
ae833aae
KH
111382000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11139
c1475eae 11140 * ps-vars.el: Eliminated.
ae833aae
KH
11141
11142 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11143 `;;;###autoload'.
11144
11145 * ps-print.el: ps-vars eliminated, doc fix.
11146 (ps-print-version): New version number (5.0.2).
11147 (ps-spool-config): Initialization fix.
11148 (ps-print-customize): New fun.
11149
560a7bd2
GM
111502000-01-04 Gerd Moellmann <gerd@gnu.org>
11151
11152 * autorevert.el (auto-revert-mode): Return value of
11153 auto-revert-mode.
11154
f45dd0f4
DL
111552000-01-04 Dave Love <fx@gnu.org>
11156
fae2ac05
DL
11157 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11158 menu items.
f45dd0f4 11159
61255981
DL
111602000-01-03 Dave Love <fx@gnu.org>
11161
88807984 11162 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 11163
83de2ebc 11164 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
11165 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11166 `cl-hash-table-p', not `hash-table-p'.
11167 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11168
c182a70f
EZ
111692000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11170
11171 * faces.el (face-read-integer, read-face-attribute)
11172 (color-defined-p, color-values): unspecified-{f,b}g are now
11173 strings.
11174
047f434a
GM
111752000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11176
11177 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11178 at comment end, and re-insert them after filling.
11179
bab531e2
EZ
111802000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11181
11182 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
11183 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11184 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 11185
d684c676
EZ
111862000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11187
11188 * term/x-win.el (xw-defined-colors): Call color-supported-p,
11189 the new name of face-color-supported-p.
11190
11191 * term/w32-win.el (xw-defined-colors): Likewise.
11192
0aad4805
EZ
111932000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11194
11195 * simple.el (completion-setup-function): Count completion-size
11196 from minibuffer-prompt-end, not from point-min.
11197
5fe1d139
EZ
111982000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11199
11200 * faces.el (read-face-attribute, defined-colors, color-defined-p):
11201 Pass the frame to tty-color-* functions.
11202 (display-color-p, frame-set-background-mode): Pass the frame to
11203 tty-display-color-p.
11204
11205 * term/tty-colors.el (tty-defined-color-alist): Renamed from
11206 tty-color-alist.
11207 (tty-color-alist, tty-modify-color-alist): New functions.
11208 (tty-color-define, tty-color-clear, tty-color-approximate)
11209 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11210 an optional parameter FRAME.
11211
162dec01
GM
112122000-01-01 Gerd Moellmann <gerd@gnu.org>
11213
27189709
GM
11214 * image.el (create-image, defimage): Don't assume image data is a
11215 string.
11216
162dec01
GM
11217 * image.el (defimage): Handle specifications containing :data
11218 instead of :file.
11219 (image-type-from-data): New function.
11220 (image-type-from-file-header): Use it.
11221 (create-image): Add parameter DATA-P.
1362aeb4 11222
bea56df7 11223See ChangeLog.8 for earlier changes.
25a6fab1
KH
11224
11225;; Local Variables:
e64c3a75 11226;; coding: iso-2022-7bit
25a6fab1 11227;; End: