*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
8f47302e
AC
12000-10-24 Andrew Choi <akochoi@i-cable.com>
2
3 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4 New charsets.
5
6 * term/mac-win.el: Remove definitions of mac-roman-lower and
7 mac-roman-upper, require dired, and define instead of set
8 mac-ready-for-drag-n-drop to avoid compilation error.
9
446c097e
AI
102000-10-23 Andrew Innes <andrewi@gnu.org>
11
12 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
13 superfluous calls to subst-char-in-string; instead apply
14 expand-file-name after convert-standard-filename to ensure
15 expected directory separators are used.
16
379b70e7
EZ
172000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
18
19 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
20
85c766e9
DL
212000-10-23 Dave Love <fx@gnu.org>
22
b7e03a67
DL
23 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
24 (tool-bar-add-item): Set foreground and background for XBM icons.
25
26 * international/latin1-disp.el (latin1-char-displayable-p): New
27 function (from Handa).
28 (latin1-display-check-font): Use it.
29
0dcf8835
DL
30 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
31 using :key-sequence, making it much more usable. Use nconc, not
32 append.
33 (imenu--create-keymap-1): Avoid append.
34
85c766e9
DL
35 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
36
cb3069bb
MB
372000-10-23 Miles Bader <miles@lsi.nec.co.jp>
38
39 [the following changes fix a bug where `define-minor-mode' didn't
40 correctly generate :require clauses for defcustoms in compiled files]
41 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
42 (byte-compile-log-file, byte-compile-log-1): Don't set
43 `byte-compile-current-file' to nil. Instead set
44 `byte-compile-last-logged-file' to it. Test whether
45 byte-compile-current-file equals byte-compile-last-logged-file
46 instead of whether its nil.
3b6542ba 47 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 48
6db6243b
SM
492000-10-23 Stefan Monnier <monnier@cs.yale.edu>
50
51 * textmodes/refill.el: Fix var names in doc.
52 (refill-mode): Don't bother with make-local-hook anymore.
53
98490598
MB
542000-10-23 Miles Bader <miles@lsi.nec.co.jp>
55
e01cd227
MB
56 * faces.el (face-user-default-spec, face-default-spec): New functions.
57 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
58 (frame-set-background-mode, face-set-after-frame-default):
59 Use `face-user-default-spec'. Simplify code slightly.
60
61 * woman.el (woman-italic-face, woman-bold-face)
62 (woman-unknown-face): Add dark-background variants.
63 (woman-default-faces): Renamed from `woman-colour-faces'.
64 Set using the stored defaults, rather than using hard-wired colors.
65 (woman-monochrome-faces): Renamed from `woman-black-faces'.
66 Just make the foreground `unspecified' rather than "black".
67 (woman-menu): Rename menu entries accordingly.
68
98490598
MB
69 * faces.el (header-line): Make more reasonable on mono/grayscale
70 displays.
71
1a578e9b
AC
722000-10-23 Andrew Choi <akochoi@i-cable.com>
73
74 * cus-edit.el (custom-button-face): Use 3D look for mac.
75 (custom-button-pressed-face): Likewise.
76
77 * faces.el (set-face-attributes-from-resources): Handle mac frames
78 in the same way as x and w32 frames.
79 (face-valid-attribute-values): Likewise.
80 (read-face-attribute): Likewise.
81 (defined-colors): Likewise.
82 (color-defined-p): Likewise.
83 (color-values): Likewise.
84 (display-grayscale-p): Likewise.
85 (face-set-after-frame-default): Likewise.
86 (mode-line): Same default face as for x and w32.
87 (tool-bar): Likewise.
88
89 * frame.el: Remove call to frame-notice-user-settings at end of
90 the file.
91
92 * info.el (Info-fontify-node): make underlines invisible for mac
93 as for x, pc, and w32 frame types.
94
95 * term/mac-win.el: New file.
96
aaaf7be7
DL
972000-10-22 Dave Love <fx@gnu.org>
98
99 * textmodes/refill.el: New file.
100
5392d654
AS
1012000-10-22 Andre Spiegel <spiegel@gnu.org>
102
103 * vc-hooks.el (vc-version-backup-file-name): New optional args
104 MANUAL and REGEXP.
105 (vc-delete-automatic-version-backups, vc-make-version-backup):
106 New functions.
107 (vc-before-save): Use the latter.
108 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
109 confusion.
110
111 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
112 expected by vc[-hooks].el.
113
114 * vc.el (vc-checkout): Added `-p' suffix in call to
115 vc-make-version-backups-p; use vc-make-version-backup to actually
116 make the backup.
117 (vc-version-other-window, vc-version-backup-file): Handle both
118 automatic and manual backups.
119 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
120 of all of them.
121
1e221c16
MB
1222000-10-22 Miles Bader <miles@gnu.org>
123
7ff4fda5
MB
124 * comint.el (comint-highlight-input, comint-highlight-prompt):
125 Renamed, `-face' at end removed.
126 (comint-send-input, comint-output-filter): Use renamed faces.
127
3511cde8
MB
128 * window.el (fit-window-to-buffer): Change defaulting of
129 MAX-HEIGHT slightly.
130
1e221c16
MB
131 * faces.el (color-values, color-defined-p): Use `member', not
132 `memq', because it works correctly for strings.
133 (frame-set-background-mode): Actually, "unspecified-fg" and
134 "unspecified-bg" *are* strings. Use `member', not `memq', and
135 `equal', not `eq', when a string value is possible.
136
b6ef4898
EZ
1372000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
138
139 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
140
34939e2c
SM
1412000-10-21 Stefan Monnier <monnier@cs.yale.edu>
142
143 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
144 sh-electric-rparen, sh-electric-less and sh-electric-hash.
145 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
146 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
147 (sh-font-lock-syntactic-keywords): Use them.
148 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
149 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
150 (sh-mode): Don't override font-lock-unfontify-region-function.
151 Use a copy of sh-font-lock-syntactic-keywords.
152 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
153 Don't call sh-scan-buffer since font-lock does it on the fly.
154 (sh-get-indent-info): Use `face' rather than `syntax-table'
155 text-property to detect here-documents.
156 Replace sh-special-syntax with sh-st-punc.
157 (sh-prev-line): Use `face' rather than `syntax-table'
158 text-property to skip over here-documents.
159 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
160 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
161 (sh-electric-less, sh-set-here-doc-region)
162 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
163 (sh-scan-buffer, sh-rescan-buffer): Remove.
164
f3d3c491
AI
1652000-10-21 Andrew Innes <andrewi@gnu.org>
166
167 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
168 remote (ange-ftp) file names.
169
b86c791c
MB
1702000-10-21 Miles Bader <miles@gnu.org>
171
d9c30bdf
MB
172 * window.el (fit-window-to-buffer): New function.
173 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
174 (window-text-height): Don't expect minibuffers to have mode-lines.
175
d9c30bdf 176 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
177 * international/quail.el (quail-update-guidance): Use
178 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 179
617fee5a
MB
180 * international/quail.el (quail-show-guidance-buf): Make sure
181 guidance window really has enough room.
182 (quail-update-guidance): If quail-guidance-win is already shown,
183 make sure its height is OK.
184
b86c791c
MB
185 * window.el (window-text-height, set-window-text-height):
186 New functions.
187 (shrink-window-if-larger-than-buffer): Use `window-text-height'
188 instead of `window-height' & `mode-line-window-height-fudge'.
189 (mode-line-window-height-fudge): Add FACE parameter.
190 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
191 instead of `enlarge-window' & `mode-line-window-height-fudge'.
192
e34850d1
MB
1932000-10-20 Miles Bader <miles@gnu.org>
194
195 * window.el (height-affecting-face-attributes): Use `defconst'.
196
197 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
198 New function, conditionally aliased to `mode-line-window-height-fudge'.
199 (ispell-help): Use it.
200 (ispell-choices-win-default-height): Don't include mode-line fudge.
201 (ispell-choices-win-default-height): New function.
202 (ispell-show-choices, ispell-command-loop): Use function
203 `ispell-choices-win-default-height' instead of variable.
204
a8b883c2
MB
2052000-10-20 Miles Bader <miles@lsi.nec.co.jp>
206
8c6e4a58
MB
207 * window.el (mode-line-window-height-fudge): New variable.
208 (height-affecting-face-attributes): New variable.
209 (mode-line-window-height-fudge): New function.
210 (shrink-window-if-larger-than-buffer): Use it.
211 * help.el (resize-temp-buffer-window): Likewise.
212
a8b883c2
MB
213 * info.el (Info-fontify-node): Add support for @subsubsection
214 titles, which use `Info-title-4-face'.
215 (Info-title-4-face): New face.
216 (Info-title-3-face): Inherit from Info-title-4-face instead of
217 variable-pitch.
218
e64c3a75
JR
2192000-10-19 Jason Rumney <jasonr@gnu.org>
220
221 * dired.el (dired-insert-directory): Do not let errors signalled by
222 attempt to run dired-free-space-program prevent dired from working.
223
c70fe852
SM
2242000-10-19 Stefan Monnier <monnier@cs.yale.edu>
225
226 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
227
877cf6b4
GM
2282000-10-19 Gerd Moellmann <gerd@gnu.org>
229
5de037e0
GM
230 * dirtrack.el (dirtrack): Fix call to run-hooks.
231
6deb9af9
GM
232 * cmuscheme.el (cmuscheme-program-name): Renamed from
233 scheme-program-name because xscheme.el contains a defcustom with
234 the same name. As a consequence, customizing group `cmuscheme'
235 loaded `xscheme' which redefined run-scheme.
236 (run-scheme): Use cmuscheme-program-name.
237
877cf6b4
GM
238 * ps-print.el (ps-print-emacs-type): Move into the
239 eval-and-compile.
240
e597d8fb 241 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 242 anonymous address, and add a website for Befrienders International.
e597d8fb 243
3e9cb08f
GM
2442000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
245
c70fe852
SM
246 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
247 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
248 (ps-print-version): New version number (6.2).
249 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
250 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
251 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
252 (ps-x-extent-priority, ps-x-extent-start-position)
253 (ps-x-face-font-instance, ps-x-find-coding-system)
254 (ps-x-font-instance-properties, ps-x-make-color-instance)
255 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
256 avoid compilation gripes without defining functions.
257 (ps-e-find-composition): Alias for function find-composition, to have a
258 suitable function depending on Emacs version.
259 (ps-color-device, ps-color-values, ps-face-foreground-name)
260 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
261 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
262 (ps-print-ensure-fontified): Function definitions surrounded by
263 `eval-and-compile' to avoid compilation gripes.
264 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
265 by symbol-value to avoid compilation gripes.
266 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
267 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
268
d8abcd91
MB
2692000-10-19 Miles Bader <miles@lsi.nec.co.jp>
270
13ab33c4
MB
271 * startup.el (normal-top-level): Call `frame-set-background-mode'
272 after `frame-notice-user-settings' because the latter doesn't call
273 the former on a tty.
274
d8abcd91
MB
275 * faces.el (frame-set-background-mode): `unspecified' &c are
276 symbols, not strings.
277
e8bce0a9
EZ
2782000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
279
c70fe852
SM
280 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
281 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 282
c70fe852
SM
283 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
284 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 285
773272d8
KH
2862000-10-19 Kenichi Handa <handa@etl.go.jp>
287
c70fe852 288 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
289 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
290 for ISO10646-1 fonts.
291 (x-font-name-charset-alist): Add an entry for "iso10646-1".
292
772139c0
EZ
2932000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
294
295 * faces.el (frame-set-background-mode): If a tty frame defines a
296 background color, use that to compute the background mode, instead
297 of always defaulting to "dark".
298
d134a19f
MB
2992000-10-19 Miles Bader <miles@lsi.nec.co.jp>
300
8bb84cb2
MB
301 * comint.el (comint-write-output): New function.
302 (comint-mode-map): Add it to the menu.
e40a778f 303 Bind `C-c C-s' to comint-write-output.
d134a19f 304
dada41e1
GM
3052000-10-18 Gerd Moellmann <gerd@gnu.org>
306
307 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
308 Use fancy-splash-delay.
309
9b5360aa
GM
3102000-10-18 Alex Schroeder <alex@gnu.org>
311
312 * progmodes/sql.el (sql-sybase-options): New option.
313 (sql-sybase): Use it. Add sql-database to the list of parameters
314 provided for login. The options -w 2048 -n are not used any more.
315
9035a35a
GM
316 * comint.el (comint-read-input-ring): Bugfix such that the first
317 and the last entry of the input ring file are not lost.
318
3556c6dd
GM
3192000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
320
321 * ps-print.el: Internal variable changes to defcustom,
322 make-local-hook changes to defvar. Doc fix.
323 (ps-print-version): New version number (6.1).
324 (ps-setup, ps-do-despool): Code fix.
325 (ps-printer-name): Customization fix.
326 (ps-printer-name-option): Now is a defcustom instead of an
327 internal variable.
328 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
329 (ps-print-begin-column-hook): Now are defvar instead of
330 make-local-hook.
331
4e217e50
MB
3322000-10-18 Miles Bader <miles@gnu.org>
333
334 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
335 (comint-kill-output): Changed into an alias for `comint-delete-output',
336 and made obsolete.
337 (comint-mode-map): Rename references to comint-kill-output.
338
34460354
EZ
3392000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
340
341 * diff-mode.el (diff-header-face, diff-file-header-face)
342 (diff-changed-face): Add bold and italic attributes to tty faces.
343 (diff-function-face): New face.
344 (diff-font-lock-keywords): Use it.
345
17ea3cdb
MB
3462000-10-18 Miles Bader <miles@lsi.nec.co.jp>
347
348 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
349 Remove commented-out call to force-mode-line-update.
350 (comint-kill-output): Use `forward-line 0' instead of
351 beginning-of-line to make sure we get past the prompt.
352
9244f2c7
SM
3532000-10-17 Stefan Monnier <monnier@cs.yale.edu>
354
355 * diff-mode.el (diff-header-face, diff-file-header-face):
356 Add specific setting for dark background.
357 (diff-context-face): Renamed from diff-comment-face.
358 Set explicitly rather than inheriting from font-lock-comment-face.
359
1592c1ef
EZ
3602000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
361
362 * startup.el (command-line): Move the code which sets the default
363 TTY colors to before before-init-hook.
364
f86292a9
GM
3652000-10-17 Gerd Moellmann <gerd@gnu.org>
366
367 * jit-lock.el (jit-lock-stealth-time): Doc fix.
368
f7f2e883
EZ
3692000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
370
e854cc22
EZ
371 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
372 extensions, for MS-DOS.
373
f7f2e883
EZ
374 * diff-mode.el (diff-header-face, diff-file-header-face)
375 (diff-changed-face): Define tty-specific colors.
376
c7b4f0f9
GM
3772000-10-17 Gerd Moellmann <gerd@gnu.org>
378
379 * startup.el (fancy-splash-text): Realign the text.
380
12a72271
EZ
3812000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
382
383 * font-lock.el (font-lock-comment-face): Define a separate default
384 for dark-background tty's.
385
61dfccfd
MB
3862000-10-17 Miles Bader <miles@gnu.org>
387
388 * help.el (resize-temp-buffer-window): Add hack to avoid last line
389 being obscured by whizzy mode-lines on graphics displays.
390
333cd59e
EZ
3912000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
392
393 * info.el (Info-title-1-face, Info-title-2-face)
394 (Info-title-3-face): Define colors for tty's.
dada41e1 395 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 396
dbf1fcc1
EZ
3972000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
398
399 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
400 reverse from the frame parameters, and don't invert foreground and
401 background colors.
402
ac629823
MB
4032000-10-16 Miles Bader <miles@gnu.org>
404
405 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
406 string "*Info*". Call propertized-buffer-identification to spruce
407 up the result.
408
76eebffc
GM
4092000-10-16 Gerd Moellmann <gerd@gnu.org>
410
3a6b59d9
GM
411 * help.el: Provide `help' for the sake of define-minor-mode
412 which generates defcustoms with requires.
413
6569c3d3
GM
414 * jit-lock.el (jit-lock-after-change): If we're in text that
415 matches a multi-line font-lock pattern, make sure the whole text
416 will be redisplayed.
417
c2e0a611
GM
418 * emacs-lisp/authors.el (authors-add): Don't add an entry if
419 author's name is unknown.
420
76eebffc
GM
421 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
422 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
423 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
424 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
425 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
426 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
427 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
428 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
429 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
430 Add author information.
431
cf1e7b12
MB
4322000-10-16 Miles Bader <miles@lsi.nec.co.jp>
433
434 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
435 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
436 full-color version (using the Gimp) to eliminate dithering artifacts.
437
5586f3eb
SM
4382000-10-15 Stefan Monnier <monnier@cs.yale.edu>
439
440 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
441
442 * simple.el (syntax-flag-table, string-to-syntax): Remove.
443
ad64a888
DL
4442000-10-15 Dave Love <fx@gnu.org>
445
446 * progmodes/sh-script.el: Require skeleton and comint when
447 compiling.
448
449 * pcomplete.el (pcomplete) <defgroup>: Add :version.
450
451 * whitespace.el: Doc fixes.
452 (top-level): Don't add hooks here.
453 (whitespace-running-emacs): Deleted.
454 (timer): Don't require.
455 (whitespace): Add back :version conditional on xemacs test.
456 (whitespace-spacetab-regexp, whitespace-indent-regexp)
457 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
458 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
459 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
460 Avoid specific xemacs test.
461 (whitespace-global-mode): New option.
462 (whitespace-global-mode): New command.
463 (whitespace-unload-hook): New function.
464
465 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
466 (Info-fontify-node, Info-goto-node, Info-mode-menu)
467 (Info-fontify-node): `Goto' goes to `Go to'.
468 (Info-fontify-node): Add help-echo to xref links.
469
1ef49fc6
EZ
4702000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
471
472 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
473
8b7707e1
SM
4742000-10-15 Stefan Monnier <monnier@cs.yale.edu>
475
b3b7f42f
SM
476 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
477 Use plist-get and allow :inherit.
478
479 * emacs-lisp/cl-macs.el (cl-do-arglist):
480 Use plist-get and plist-member instead of memq.
481
3c7fafc7
SM
482 * emacs-lisp/ewoc.el (ewoc-location): New function.
483 (ewoc-enter-after, ewoc-enter-before): Document return value.
484 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
485 Don't need make-local-hook any more.
486 (cvs-addto-collection): Return the new tin.
487 (cvs-mode-insert): Jump to the new line.
488
8b7707e1
SM
489 * jit-lock.el (jit-lock-fontify-buffer): Remove.
490
491 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
492
493 * font-lock.el (font-lock-syntactically-fontified): New var.
494 (font-lock-fontify-syntactic-keywords-region): Use it.
495 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
496
497 * diff-mode.el (diff-find-file-name): Fix regexp.
498
499 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
500 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
501
502 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
503 (sh-mode-syntax-table): Add punctuation syntax for < and >.
504 (sh-mode): Don't make all vars local here.
505 (sh-kw): Reformat.
506 (sh-set-shell): Use dolist. Don't set indent-region-function.
507 (sh-mode-syntax-table): Use pop.
508 (sh-remember-variable): Use push.
509 (sh-help-string-for-variable): Use memq.
510 (sh-safe-backward-sexp): Remove.
511 (sh-safe-forward-sexp): Add ARG.
512 (sh-get-indent-info, sh-prev-stmt): Use it.
513 (sh-prev-line): Simplify by using forward-comment.
514 (sh-this-is-a-continuation): Simplify.
515 (sh-learn-buffer-indent): Use dolist.
516 (sh-do-nothing): Remove.
517 (sh-set-char-syntax, sh-set-here-doc-region):
518 Use inhibit-modification-hooks.
519 (sh-name-style): Use mapcar and push.
520 (sh-load-style): Use dolist.
521 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
522 (sh-case, sh-while-getopts): Use propertize directly rather
523 than sh-electric-rparen.
524
5252000-10-14 Stefan Monnier <monnier@cs.yale.edu>
526
527 * textmodes/tex-mode.el: Require CL when compiling.
528 (tex-mode-syntax-table): Init immediately.
529 (tex-mode-map): Bind M-RET to latex-insert-item.
530 (latex-mode): Set indent-line-function to latex-indent.
531 (tex-common-initialization): Don't setup the syntax-table any more.
532 (latex-insert-item): New skeleton.
533 (tex-next-unmatched-end): Fix copy/paste braino.
534 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
535 (latex-indent, latex-find-indent): New functions.
536 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
537 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
538 (tex-compilation-parse-errors): Use with-syntax-table.
539
86b7fcbb
MB
5402000-10-15 Miles Bader <miles@gnu.org>
541
542 * font-lock.el (font-lock-comment-face): Change dark-background,
543 color, non-tty, default to `chocolate1'.
544
57a24508
JW
5452000-10-13 John Wiegley <johnw@gnu.org>
546
547 * eshell/esh-util.el (require): Added a missing `require' form,
548 needed when compiling (for an ange-ftp macro definition).
549
40ad3db4
DL
5502000-10-13 Dave Love <fx@gnu.org>
551
552 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
553
db460189
GM
5542000-10-13 Gerd Moellmann <gerd@gnu.org>
555
b41c9501
GM
556 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
557 fix.
558
db460189
GM
559 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
560 transparent -colors 8).
561
3b5e21df
GM
5622000-10-13 Stephen Gildea <gildea@alum.mit.edu>
563
564 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
565 that breaks with old list format timestamps.
566 (time-stamp-warn-inactive, time-stamp-old-format-warn)
567 (time-stamp-count, time-stamp-conversion-warn): Improved doc
568 strings.
569
16908a3f
JW
5702000-10-13 John Wiegley <johnw@gnu.org>
571
d7103dda
JW
572 * align.el, pcomplete.el, calendar/timeclock.el,
573 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
574
16908a3f
JW
575 * calendar/timeclock.el (timeclock-find-discrep): A fix to same
576 faulty math, where holiday hours were being computing as seconds.
577
b6b70cda
JW
5782000-10-13 John Wiegley <johnw@gnu.org>
579
580 * desktop.el (desktop-buffer-modes-to-save): Added a global for
581 specifying what "other" kinds of buffers should be saved. This
582 used to be hard-coded.
583 (desktop-buffer-misc-functions): A global for specifying how
584 auxiliary data should be determined for special buffer types.
585 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
586 instead of hard-coding the special buffer types.
587 (desktop-save): Run `desktop-buffer-misc-functions' to gather
588 auxiliary data, instead of hard-coding for Info buffers and dired.
589 (desktop-buffer-info-misc-data): Aux function for determining Info
590 buffer auxiliary info.
591 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
592 (desktop-buffer-info): Changed this function to use the info
593 gathered above.
594 (desktop-create-buffer): Be a little more careful about what
595 `minor-mode' means before calling it. This is important for some
596 buffer types.
597
8c6b1d83
JW
5982000-10-13 John Wiegley <johnw@gnu.org>
599
600 * eshell/esh-util.el: Added a global form which declares an
601 autoload for `parse-time-string', if that function is not already
602 defined, and if parse-time.el is available on the user's system.
603
604 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
605 to be aware of ange-ftp user info.
606 (eshell-do-ls): Bind `ange-cache'. Also, use
607 `eshell-file-attributes'.
608 (eshell-ls-annotate): Use `eshell-file-attributes'.
609 (eshell-ls-file): Made the user-id printing code a bit smarter.
610
611 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
612 allow identification of alias user ids in remote directories.
613 It's manual, but there's no other way to know when the current
614 user on the local machine, is also the owning user on the remote
615 machine.
616 (fboundp): Bind `ange-cache'.
617 (eshell-directory-files-and-attributes): Re-organized the logic a
618 bit to use `eshell-file-attributes' instead of `file-attributes'.
619 The former is more sensitive to directories that are read via FTP,
620 and knows how to use ange-ftp to determine full attribute
621 information, instead of just the name and last modtime.
622 (eshell-current-ange-uids): Return the current user id when in a
623 remote directory.
624 (eshell-parse-ange-ls): Parse a full directory listing that has
625 been returned by ange-ftp.
626 (eshell-file-attributes): This beefed up version of
627 `file-attributes' is only special if the user is currently in a
628 remote directory, in which case it does a lot of work to find out
629 what the real attributes of a file are, as they appear on the
630 remote machine. This makes usage of remote directories (i.e.,
631 ange-ftp pathnames) much more useful. You can now use Eshell as a
632 full-fledged FTP client, with much more manipulation ability than
633 most other clients.
634
635 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
636 variable, which means that Eshell's du should always be preferred
637 in remote directories.
638 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
639 just `file-attributes'.
640 (eshell-mvcp-template): Bind `ange-cache', to improve performance
641 when reading remote directories. This is an Eshell-specific
642 variable (not part of ange-ftp).
643 (eshell/ln): Bind `ange-cache'.
644 (eshell/du): Added some extra logic for determining when to use
645 Eshell's du (which is slow), and when to use the external version
646 (which may or may not exist).
647
648 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
649 `eshell-interactive-process', rather than using
650 `get-buffer-process', since backgrounded processes don't count in
651 the context of this function's logic.
652
653 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
654 `forward-char', so that null strings are parsed correctly.
655
87730e84 6562000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
657
658 * eshell/em-pred.el (eshell-pred-file-type,
659 eshell-pred-file-links, eshell-pred-file-size): Use
660 `eshell-file-attributes'. This is more correct over ange-ftp.
661
662 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
663 that remote file globbing is more efficient.
664
665 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
666 gathering the files and attributes within a directory.
667
668 * eshell/em-unix.el (eshell/cat): If any of the files passed on
669 the command line is a special file (not a regular file, directory
670 or symlink), always attempt to call the external version of cat.
671
87730e84 6722000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
673
674 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
675 Eshell-friendly version of find-tag.
676
1c7e37a9
MB
6772000-10-13 Miles Bader <miles@lsi.nec.co.jp>
678
679 * image-file.el (image-file-name-extensions)
680 (image-file-name-regexps): Add autoload cookies.
681
11a7f341
KH
6822000-10-13 Kenichi Handa <handa@etl.go.jp>
683
684 * international/mule-cmds.el (select-safe-coding-system): If FROM
685 is string, show it in *Warning* buffer.
686
8ddddcb0
EZ
6872000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
688
689 * startup.el (normal-top-level): Use display-popup-menus-p instead
690 of window-system.
691 (command-line): Use display-graphic-p instead of window-system.
692 (command-line-1): Use display-popup-menus-p and display-mouse-p
693 instead of window-system.
694
72200f89
SS
6952000-10-12 Sam Steingold <sds@gnu.org>
696
697 * tooltip.el (tooltip-use-echo-area): New user variable.
698 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
699
8661c643
DL
7002000-10-12 Dave Love <fx@gnu.org>
701
d0b40dc1
DL
702 * recentf.el: Maintainer's checkdoc fixes.
703
a622451f
DL
704 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
705 character class, not ASCII when matching file names.
706 (fancy-splash-head): Add trailing slash to URL.
707 (command-line): Don't require XPM support for toolbar.
708
8661c643
DL
709 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
710 (cperl-invalid-face): Revert last change.
711 (cperl-init-faces): Quote cperl-invalid-face.
712
ef2ed8ab
KH
7132000-10-12 Kenichi Handa <handa@etl.go.jp>
714
715 * startup.el (fancy-splash-text): Remove superfluous quote.
716
b0da379e
GM
7172000-10-12 Gerd Moellmann <gerd@gnu.org>
718
dbeb499b
GM
719 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
720 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
721 (command-line-1): Don't use fancy-splash-pending-command.
722 (fancy-splash-screens-1): Goto point-min after inserting text.
723
d861718a
GM
724 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
725
b0da379e
GM
726 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
727 instead of shared-lisp-mode-map.
728
4fb2ad98
MB
7292000-10-12 Miles Bader <miles@lsi.nec.co.jp>
730
1cb4393e
MB
731 * faces.el (header-line): Change tty-variant to use underlining.
732
4fb2ad98
MB
733 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
734 (isearch-highlight): Restore lazy-isearch face properties at old
735 position, and suppress them at new position.
736 (isearch-dehighlight): Restore lazy-isearch face properties.
737 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
738 over the real isearch overlay, but in that case, don't give it a
739 face property. Use `push'.
740
eb991b25
KH
7412000-10-12 Kenichi Handa <handa@etl.go.jp>
742
743 * man.el (Man-getpage-in-background): Fix previous change.
744 Decode the process output only when we are in multibyte mode.
745
a818c1c0
DL
7462000-10-11 Dave Love <fx@gnu.org>
747
c990f53a
DL
748 * info.el (Info-mode-menu): Fix some help.
749 (info-tool-bar-map): Add entry for Info-last.
750
a818c1c0
DL
751 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
752 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
753 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
754 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
755 * toolbar/search-replace.xpm, toolbar/exit.xpm:
756 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
757 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
758 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
759 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
760 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
761 Reduce colour requirements to 25 overall. (Probably wants
762 revisiting from the originals to reduce further.)
763
c1b096cb
EZ
7642000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
765
766 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
767 buffer-file-coding-system, instead of raw-text.
768 (dehexlify-buffer): Bind coding-system-for-read to
769 buffer-file-coding-system, instead of raw-text.
770
5c8b7eaf
SS
7712000-10-11 Sam Steingold <sds@gnu.org>
772
773 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
774 `underline' - fixes the bug introduced on 2000-09-21.
775
2cfbdb7a
DL
7762000-10-11 Dave Love <fx@gnu.org>
777
778 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
779 compiler warnings.
780 (scheme-mode): Doc fix.
781 (scheme-font-lock-keywords-1): Match `define-syntax'.
782
7832000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
784
785 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
786 face specs as well as default ones. Only do anything if the
787 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 788 (region): Make dark-background `region' face less in-your-face.
4b33f290 789
690ec649
SS
7902000-10-10 Sam Steingold <sds@gnu.org>
791
792 * chistory.el, ielm.el, ledit.el:
793 * progmodes/inf-lisp.el, progmodes/scheme.el:
794 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
795
3b95d6bb
SM
7962000-10-10 Stefan Monnier <monnier@cs.yale.edu>
797
798 * textmodes/texinfo.el: Update copyright and fix typo.
799
800 * desktop.el (desktop-modes-not-to-save): New var.
801 (desktop-save-buffer-p): Use it.
802 Also, obey desktop-buffers-not-to-save even for non-file buffers.
803 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
804
d646c828
DL
8052000-10-10 Dave Love <fx@gnu.org>
806
807 * toolbar/tool-bar.el (tool-bar-add-item)
808 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
809 display.
810
d646c828
DL
811 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
812 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
813 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
814 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
815 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
816 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
817 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
818 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
819 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
820 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
821 the .xpms; probably need retouching.
822
862a7e28
MB
8232000-10-10 Miles Bader <miles@lsi.nec.co.jp>
824
825 * subr.el (add-to-list): Add optional argument APPEND.
826 * battery.el (display-battery): Use `add-to-list'.
827
46e33aee
TTN
8282000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
829
930baf47
TTN
830 * play/zone.el (zone-timer, zone-wc-tbl): Rework
831 these vars as symbol properties.
2cfbdb7a
DL
832 (zone, zone-when-idle, zone-leave-me-alone)
833 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 834
5a430f9c
TTN
835 * battery.el (display-battery): Doc spelling fix.
836
46e33aee
TTN
837 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
838 property.
839
adf7d3a8
DL
8402000-10-09 Dave Love <fx@gnu.org>
841
842 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
843 has been initialized before calling tool-bar-setup.
c2156508 844 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 845
06a8c9f8
EZ
8462000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
847
e4ca8f8c
EZ
848 * menu-bar.el (send-mail-item-name): New function.
849 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
850 of mail-user-agent in the menu. Don't display the "Send Mail"
851 item if mail-user-agent is nil or its value is ignore.
852 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
853 if read-mail-command is nil or its value is ignore.
854
06a8c9f8
EZ
855 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
856
7dbc9c8a
MB
8572000-10-09 Miles Bader <miles@gnu.org>
858
29e0814b
MB
859 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
860 Correct image size.
861 * toolbar/left_arrow.xpm: Correct image size.
862
7dbc9c8a
MB
863 * jka-compr.el: Don't call `jka-compr-install' when loading (it
864 will be done by the definition of `auto-compression-mode' if
865 necessary. Move code to uninstall existing file-name handler
866 before definition of `auto-compression-mode'.
867
868 * image-file.el (auto-image-file-mode): Move to the end of the
869 file, because `define-minor-mode' actually calls the mode-function
870 if the associated variable is non-nil, which requires that all
871 needed functions be already defined.
872
65b61266
MB
873 * mouse.el (popup-menu): Balance parens.
874
d6b8c85b
SM
8752000-10-08 Stefan Monnier <monnier@cs.yale.edu>
876
877 * mouse.el (popup-menu): Move the command call outside the loop
878 so that popup-menu returns whatever the command returns.
879
880 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
881 (initialize-new-tags-table): Use run-hook-with-args-until-success.
882 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
883 (tags-table-format-functions): Renamed from tags-table-format-hooks.
884
885 * vc.el (vc-version-diff): diff-switches can be a list.
886 Use relative filenames for prettier output.
887
46e33aee 888 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
889 (vc-post-command-functions): Remove old-VC compatibility code.
890
891 * newcomment.el (comment-indent-default): Autoload.
892
893 * font-lock.el (font-lock-defaults): Make buffer-local.
894 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
895 (font-lock-choose-keywords):
896 Ignore LEVEL unless KEYWORDS is a list of syms.
897 (c-keywords, c++-keywords, objc-keywords, java-keywords):
898 Don't wrap regexp-opt things in \(...\) unnecessarily.
899
900 * jit-lock.el: Don't require font-lock any more.
901 (jit-lock-functions): Make buffer-local.
902 (jit-lock-saved-fontify-buffer-function): Remove.
903 (jit-lock-mode): Remove autoload cookie.
904 Remove font-lock specific code.
905 (jit-lock-unregister): Don't bother handling complex hooks any more.
906 (jit-lock-refontify): New function.
907 (jit-lock-fontify-buffer): Use it.
908 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
909 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
910 Add optional args START and END.
911 Never call font-lock-fontify-region directly.
912 (jit-lock-function, jit-lock-stealth-fontify): Use it.
913
914 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
915
a30ed6ac
DL
9162000-10-08 Dave Love <fx@gnu.org>
917
4e7c7ca9
DL
918 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
919
920 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
921
922 * play/studly.el (studlify-region, studlify-word): Add autoload
923 cookie.
924
925 * play/morse.el (morse-region, unmorse-region): Add autoload
926 cookie.
927
928 * play/spook.el (spook-phrases-file): Use expand-file-name, not
929 concat.
930
931 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
932 insist on symbols starting with word syntax.
933 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
934 (eval-defun-1): Doc fix.
935 (indent-sexp): Use nconc to build up indent-stack.
936
937 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
938 Gnus with little use.
939 (mail-setup-hook): Add mail-abbrevs-setup to options.
940
968f7c4a
DL
941 * recentf.el: Doc fixes.
942
943 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
944 Clean up remainder.
945
946 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
947 without timezone and (8) with timezone to enforce some whitespace.
948 Simplify code somewhat.
949
950 * options.el (list-options): Doc that you should use customize.
951
952 * iswitchb.el (iswitchb-mode): Add :require.
953
a30ed6ac
DL
954 * info.el (Info-goto-node, Info-menu): Doc fix.
955 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
956 (info-tool-bar-map): New variable.
957 (Info-mode): Use it.
958 (Info-edit-map): Define all in defvar.
959 (speedbar-attached-frame): Avoid compiler warning.
960
961 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
962 (global-map): Bind [tool-bar] to a filtered map.
963 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
964 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
965 Allow PBM icons.
966 (tool-bar-setup): Adjust calls of tool-bar-add-item.
967
968 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
969 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
970 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
971 icons, except up_arrow, which is left-arrow rotated.
972
973 * imenu.el (imenu-add-to-menubar): Fix last change.
974
4e953aff
PB
9752000-10-08 Peter Breton <pbreton@ne.mediaone.net>
976
977 * generic-x.el (rul-generic-mode): Remove eval-when-compile
978 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
979
739e92a7
EZ
9802000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
981
d20faceb
EZ
982 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
983 typos in doc strings.
984
a640322e
EZ
985 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
986 the doc strings how to customize Font Lock faces.
987
739e92a7
EZ
988 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
989 computing growth when dragging the header line.
990
8be7408c
EZ
9912000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
992
993 * simple.el (kill-line): Doc fix.
994
6fee86a3
MB
9952000-10-08 Miles Bader <miles@gnu.org>
996
445a653e
MB
997 * faces.el (secondary-selection): Make foreground visible on tty.
998
6fee86a3
MB
999 * jka-compr.el (auto-compression-mode): Move to the end of the
1000 file, because `define-minor-mode' actually calls the mode-function
1001 if the associated variable is non-nil, which requires that all
1002 needed functions be already defined.
1003 (with-auto-compression-mode): Add autoload cookie.
1004
a115794c
EZ
10052000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1006
1007 * files.el (find-backup-file-name) [ms-dos]: If support for long
1008 file names is not available, behave as if version-control were set
1009 to never.
1010
b12e6de3
DL
10112000-10-07 Dave Love <fx@gnu.org>
1012
1013 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1014 (browse-url-gnome-moz): New function.
1015 (browse-url-browser-function): Use it.
1016 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1017
20b1d079
SM
10182000-10-07 Stefan Monnier <monnier@cs.yale.edu>
1019
1020 * indent.el (tab-always-indent): New var.
1021 (indent-for-tab-command): Use it.
39250ec3 1022
9ee45b2c 1023 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 1024 raise an error. This way it can still default to a sane value.
9ee45b2c 1025
8c6b1d83
JW
10262000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1027
39250ec3
SM
1028 * startup.el (fancy-splash-screens): Use local rather than global map.
1029 Don't use `update-menu-bindings' any more.
1030 Get rid of assumptions about keymap representation.
1031
a23ccdf2
DL
10322000-10-06 Dave Love <fx@gnu.org>
1033
814299a7 1034 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
1035 (sentence-end-without-period): Doc fix.
1036 (adaptive-fill-regexp): Purecopy.
1037 (unjustify-current-line): Use line-end-position.
1038 (fill-individual-paragraphs-prefix): Use line-beginning-position.
1039
1040 * net/eudc-vars.el (eudc): Add :version, :link.
1041
39250ec3 1042 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
1043
1044 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1045 Fix for define-minor-mode.
1046 (function-at-point): Alias to function-called-at-point.
1047
1048 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1049
1050 * simple.el (backward-word): Doc fix.
1051
a23ccdf2
DL
1052 * image-file.el (image-file-name-regexp): image-file-regexps ->
1053 image-file-name-regexps.
742c1822 1054 (image-file-name-extensions): Add pbm.
a23ccdf2 1055
39250ec3
SM
10562000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1057
1058 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1059 and add filename to the names so that diff-mode can jump to source.
1060
1061 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 1062 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
1063 (tex-font-lock-keywords-1): Remove.
1064 (font-lock-turn-on-thing-lock): Use jit-lock-register.
1065 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
1066 (font-lock-default-fontify-region):
1067 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
1068 (font-lock-fontify-anchored-keywords):
1069 Include the anchor text as part of the multiline.
1070
8d5dfacd
GM
10712000-10-06 Gerd Moellmann <gerd@gnu.org>
1072
1073 * loadup.el (toplevel): Load `loaddefs' before `help' because the
1074 latter needs the autoloaded define-minor-mode macro during the
1075 bootstrap.
1076
1077 * startup.el (command-line): For now, activate tool-bar-mode only
1078 if XPM images are supported.
1079
1080 * mouse.el (mouse-drag-header-line): Don't allow resizing a
1081 window by dragging a header-line at the top of the frame; that's
4c19fbce 1082 confusing because the header-line doesn't move.
8d5dfacd
GM
1083 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1084 of treating the event as a list. Some cleanup.
1085
f69aad2b 10862000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 1087
f69aad2b
MB
1088 * simple.el (display-message-or-buffer): New function.
1089 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 1090
09cb7646
MB
1091 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1092 docstring parts.
1093
814299a7 1094 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
1095 (smbclient-prompt-regexp): Add usage note to doc string.
1096 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1097 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1098 Use add-hook for adding the comint filter function, and only do so
1099 if it's not already in the global hook list.
1100 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1101 to `make-local-variable'.
1102 (nslookup-font-lock-keywords): Remove prompt entry.
1103 (nslookup): Don't set the process-filter.
1104 (finger): Exit the loop correctly when the regexps list runs out.
1105 (ftp, smbclient, smbclient-list-shares):
1106 Set the real major mode immediately, not after execing.
1107 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1108
1109 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1110
4c19fbce
SM
11112000-10-05 Stefan Monnier <monnier@cs.yale.edu>
1112
1113 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1114
1115 * which-func.el (which-func-format): Remove spurious space.
1116 (which-func-mode): Don't make it permanent-local.
1117 (which-func-ff-hook): Allow which-func-maxout to be nil.
1118 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
1119 (which-func-mode): Simplify.
1120 Use post-command-idle-hook rather than post-command-hook.
1121 Go through all buffers and update their state.
1122 (which-function): Also try add-log-current-defun-function.
1123
1124 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1125 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1126 Update call to with-vc-properties accordingly.
1127 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1128 (vc-revert-buffer): More careful about window selection and deletion.
1129 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1130
1131 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1132 (cvs-retrieve-revision): Reuse a pre-existing buffer.
1133 (cvs-dired-action): Change the default to quickdir.
1134
1135 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1136 if comment-indent-function returns nil.
1137 (comment-indent-default): New function.
1138 (comment-indent-function): Use it and document the new semantics.
1139
1140 * image-file.el: Docstring fixes.
1141
1142 * help.el (help-xref-on-pp): Use match-string.
1143 (describe-variable): New arg BUFFER.
1144 Store the current buffer in the help-xref-stack.
1145 (temp-buffer-resize-mode): Use define-minor-mode.
1146
1147 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1148 consistently with its docstring.
1149 Set jit-lock-first-unfontify-pos in an idempotent way.
1150 (jit-lock-register): Autoload and add arg CONTEXTUAL.
1151
542c6552
GM
11522000-10-05 Alex Schroeder <alex@gnu.org>
1153
1154 * sql.el (sql-mysql-options): New variable.
1155 (sql-mysql): Use it.
1156
a3489ece
MB
11572000-10-05 Miles Bader <miles@lsi.nec.co.jp>
1158
77f6105c
MB
1159 * image.el (image): New group.
1160
814299a7 1161 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
1162 (smerge-base-face, smerge-markers-face): Add dark-background variants.
1163
3478046b
PB
11642000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1165
1166 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1167 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
1168 Ignore the value of wqindow-system; always define keywords
1169
22aca186
KH
11702000-10-05 Kenichi Handa <handa@etl.go.jp>
1171
1172 * startup.el (fancy-splash-screens): Remove the code for
1173 debugging; `(trace-to-stderr "EXITTT\n")'.
1174
55d5d717
MB
11752000-10-05 Miles Bader <miles@gnu.org>
1176
1177 * diff-mode.el (diff-goto-source): Update call to
1178 `diff-hunk-status-msg' to reflect new REV variable.
1179
41fa7178
SM
11802000-10-04 Stefan Monnier <monnier@cs.yale.edu>
1181
1182 * progmodes/icon.el (icon-mode):
1183 Don't gratuitously override the default for comment-column.
1184
1185 * vc-hooks.el (vc-mode-line): Fix interactive spec.
1186
1187 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1188 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1189 (jit-lock-functions): New var.
1190 (jit-lock-function-1): Use it if non-nil.
1191 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
1192 Set the `fontified' property before doing the fontification to avoid
1193 repeatedly going through the same error.
1194 Don't turn errors into messages.
1195 (jit-lock-register, jit-lock-unregister): New functions.
1196
1197 * dired.el (dired-mark-pop-up): Turn comment into docstring.
1198 Use with-current-buffer.
1199
1200 * dired-aux.el (dired-do-create-files, dired-kill-tree):
1201 Turn comment into docstring.
1202
1203 * apropos.el (apropos-mode): Use define-derived-mode.
1204
3dc78168
GM
12052000-10-04 Gerd Moellmann <gerd@gnu.org>
1206
1207 * startup.el (fancy-splash-pending-command): New variable.
1208 (fancy-splash-pre-command): New function.
1209 (fancy-splash-screens): Rewritten.
1210 (command-line-1): If fancy-splash-pending-command is set, call it
1211 interactively.
1212
dae9dc56
DL
12132000-10-04 Dave Love <fx@gnu.org>
1214
1215 * toolbar/tool-bar.el (tool-bar-setup): New function.
1216 (tool-bar-mode): Use it.
1217
1218 * subr.el (substitute-key-definition): Doc fix.
1219 (play-sound-file): New command.
1220
3388f0a5
AS
12212000-10-04 Andre Spiegel <spiegel@gnu.org>
1222
814299a7 1223 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
1224 vc-version-backup-file-name): New functions.
1225
1226 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
1227
1228 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
1229 vc-cvs-stay-local-p.
1230
1231 * vc.el (vc-revert-buffer): Handle empty diff properly.
1232 (vc-version-backup-file): New function.
1233 (vc-checkout): Create a version backup if necessary.
1234 (vc-checkin): If a version backup file exists, delete it.
1235 (vc-version-diff): Diff locally using version backups, if available.
1236 (vc-revert-file): If there's a version backup, revert locally.
1237 (vc-transfer-file): Use version backup for base version, if
1238 available. If not, ask for confirmation whether to get it from the
1239 server. Update mode line before check-in.
1240
ebd4825d
DL
12412000-10-04 Dave Love <fx@gnu.org>
1242
1243 * toolbar/tool-bar.el (tool-bar-setup): New function.
1244 (tool-bar-mode): Use it.
1245
1b24f4b7
PB
12462000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1247
3dc78168 1248 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1249 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
1250 Only set if window-system is non-nil
1251 (net-utils-run-program): Returns buffer.
1252 (network-connection-reconnect): Added this function.
1253
814299a7
MB
1254 * generic.el:
1255 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
1256 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1257 Uses cl compile-time macros.
3dc78168
GM
1258 (generic-mode-name, generic-comment-list)
1259 (generic-keywords-list, generic-font-lock-expressions)
1260 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
1261 Removed variables.
1262 (generic-mode-alist): Renamed to generic-mode-list.
1263 (generic-find-file-regexp): Default changed to "^#".
1264 (generic-read-type): Uses completing read on generic-mode-list.
1265 (generic-mode-sanity-check): removed this function.
1266 (generic-add-to-auto-mode): Removed this function
3dc78168 1267 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
1268 into function instead of putting them in alist.
1269 (generic-mode-set-comments): Reworked extensively.
1270 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 1271 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 1272
814299a7 1273 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
1274 Make sure directory name ends with "/".
1275
814299a7 1276 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
1277 Regexp now allows leading whitespace.
1278 (rc-generic-mode): Added eval-when-compile
1279 around generic-make-keywords-list.
1280 Deleted duplicate regexp
1281 (rul-generic-mode): Added eval-when-compile
1282 around generic-make-keywords-list.
1283 (etc-fstab-generic-mode): New generic mode.
1284 (rul-generic-mode): Removed one eval-when-compile
814299a7 1285 which caused a max-specpdl-size exceeded error.
1b24f4b7 1286
a7bf5cf3
MB
12872000-10-04 Miles Bader <miles@gnu.org>
1288
1289 * simple.el (minibuffer-temporary-goal-position): New variable.
1290 (next-history-element): Try to keep the position of point in the
1291 input string constant.
1292
1293 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1294 (dired-do-create-files): If there's only one file, pass it in as
1295 the DEFAULT arg to dired-mark-read-file-name.
1296
ce1087a9
SM
12972000-10-03 Stefan Monnier <monnier@cs.yale.edu>
1298
1299 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1300 (diff-goto-source): Be smarter when choosing REVERSE or not.
1301
1302 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1303 (texinfo-mode-menu): Add an explicit shortcut for update all.
1304
0e41e1d6
AS
13052000-10-03 Andre Spiegel <spiegel@gnu.org>
1306
814299a7 1307 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
1308 factorize backend-specific code cleanly (this was essentially
1309 conceived by Stefan Monnier).
1310 (vc-unregister): Function removed.
814299a7 1311 (vc-revert-file): New function.
858f7cb4
AS
1312 (vc-revert-buffer): Delegate some of the work to it.
1313
0e41e1d6
AS
1314 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1315 default branch unconditionally.
1316 (vc-rcs-set-default-branch): New function.
1317 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1318 (vc-rcs-checkin): If an appropriate default branch has been set,
1319 force creation of that branch.
858f7cb4
AS
1320 (vc-rcs-receive-file): Rewritten to contain only backend-specific
1321 code (as suggested by Stefan Monnier).
0e41e1d6 1322
01c86c56
GM
13232000-10-02 Gerd Moellmann <gerd@gnu.org>
1324
45c477b4
GM
1325 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1326 highlighting overlay with a different face over the overlay
1327 isearch uses to highlight the current match because that can lead
1328 to bad face combinations.
1329
01c86c56
GM
1330 * loadup.el (toplevel): Load faces before isearch.
1331
1332 * isearch.el (isearch-faces): New custom group.
1333 (isearch): New defface; was already tested for in the code.
1334 (isearch-lazy-highlight-face): Changed to defface from defcustom.
1335 (isearch-highlight): Always use face `isearch'.
1336
944425c0
DL
13372000-10-02 Dave Love <fx@gnu.org>
1338
1339 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1340 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
1341 comparison of opcode with operand.
1342
2a099bcc
MB
13432000-10-03 Miles Bader <miles@gnu.org>
1344
1345 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1346 buffer, since the echo area will now grow to accommodate them.
1347
4300ecb8
AS
13482000-10-02 Andre Spiegel <spiegel@gnu.org>
1349
1350 * vc-hooks.el (vc-registered): If FILE used to be registered under
1351 a certain backend, try that one first.
1352
814299a7 1353 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
1354 argument list. Handle multiple backends correctly.
1355 (vc-find-new-backend): Function removed.
1356 (vc-register): Use vc-responsible-backend, as before.
1357 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1358
64e6cc18
GM
13592000-10-02 Gerd Moellmann <gerd@gnu.org>
1360
1361 * startup.el (fancy-splash-head): Change message below the
1362 logo.
1363
00df919e
MB
13642000-10-02 Miles Bader <miles@lsi.nec.co.jp>
1365
1366 * diff-mode.el (diff-goto-source): Emit a status message.
1367 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 1368 (diff-test-hunk): Fix doc string.
00df919e
MB
1369 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1370 (diff-advance-after-apply-hunk): New variable.
4eaa6852 1371 (diff-apply-hunk): Don't return a value.
00df919e 1372
ceec5a0c
SM
13732000-10-01 Stefan Monnier <monnier@cs.yale.edu>
1374
1375 * vc.el (vc-editable-p): Minor optimization.
1376 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1377 (vc-find-new-backend): New function split from vc-responsible-backend.
1378 (vc-register): Use it.
1379 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1380 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1381 (vc-default-unregister, vc-revert-buffer): Docstring fix.
1382 (vc-clear-headers): Don't use find-file.
1383 (vc-revert-buffer): Use `and' again (must have been a braino).
1384 (vc-switch-backend): Only prompt if requested.
1385 Short circuit if nothing is to be done.
1386 Don't use vc-resynch-buffer which could lose unsaved editing.
1387 (vc-default-receive-file): Update call to vc-unregister.
1388 (with-vc-file, vc-next-action-on-file):
1389 Use vc-backend rather than vc-registered.
1390 (vc-next-action-on-file): Use intern-soft.
1391 Deal with read-only *vc-diff* buffer.
1392 (vc-transfer-file): Docstring fix.
1393
1394 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1395 (vc-rcs-receive-file): Avoid with-vc-properties.
1396 Update call to vc-unregister.
1397 Use constant `RCS' rather than (dynamically bound) var `backend'.
1398
4ad5da8f
AS
13992000-10-01 Andre Spiegel <spiegel@gnu.org>
1400
814299a7 1401 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
1402 is visited.
1403 (vc-start-entry): New argument initial-contents. Don't visit the file
1404 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
1405 (vc-next-action, vc-register): Updated calls to vc-start-entry.
1406 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
1407 vc-start-entry.
1408 (vc-finish-logentry): Make sure to bury log buffer only if there
1409 really is one. Call `vc-resynch-buffer' on log-file, not
1410 buffer-file-name.
1411 (vc-default-comment-history, vc-default-wash-log): New functions.
1412 (vc-index-of): Removed.
1413 (vc-transfer-file): Make do without the above.
1414 (vc-default-receive-file): Call comment-history unconditionally. Pass
1415 the resulting string to vc-checkin, instead of inserting it into the
1416 comment ring.
1417
1418 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1419 unconditionally. Use the comments as initial contents of the log
814299a7 1420 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
1421 changes.
1422
aa0c3dca
MB
14232000-10-01 Miles Bader <miles@gnu.org>
1424
1425 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1426 `recenter' with an arg to prevent redrawing the display.
1427
d5f5a2c5
SM
14282000-09-30 Stefan Monnier <monnier@cs.yale.edu>
1429
1430 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1431
1432 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1433
814299a7 1434 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
1435 Don't gratuitously override the default for comment-column.
1436
1437 * textmodes/tex-mode.el (latex-metasection-list): New var.
1438 (latex-imenu-create-index): Use it.
1439 Move the regexp construction outside loops (and use push).
814299a7 1440 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
1441 (tex-font-lock-keywords): Moved from font-lock.el.
1442 (tex-comment-indent): Remove.
1443 (tex-common-initialization): Don't set comment-indent-function.
1444 (latex-block-default): New var.
1445 (tex-latex-block): Use it to provide a default choice.
1446 Add any unknown choice to latex-block-names.
1447 Insert [...] after {...}.
1448 (tex-last-unended-begin): Simplify regexp.
1449 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1450 (latex-forward-sexp-1, latex-forward-sexp): New functions.
1451 (latex-mode): Set forward-sexp-function.
1452
1453 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1454 Add regexp for @ignore ... @end ignore.
1455 (texinfo-heading-face): New face.
1456 (texinfo-font-lock-keywords): Use it.
1457 (texinfo-mode-menu): New menu.
1458 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1459 New functions.
1460 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 1461 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
1462 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1463 Remove declaration.
1464 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1465
1466 * delsel.el (delete-selection-mode): Use define-minor-mode.
1467
1468 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1469
14702000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1471
1472 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1473
8a5506f2
GM
14742000-09-30 Gerd Moellmann <gerd@gnu.org>
1475
068127d6
GM
1476 * replace.el (keep-lines-read-args): New function.
1477 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1478 read arguments interactively. Add parameters RSTART and REND.
1479 Operate on the active region in Transient Mark mode.
1480
d777bb8f
GM
1481 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1482
8a5506f2
GM
1483 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1484 (authors-obsolete-files-regexps): New variable.
1485 (authors-add): Don't record changes in obsolete files.
1486
3fa87bfc
SM
14872000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1488
1489 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1490
1491 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1492 (comment-indent): Make sure there's a space between code and comment.
1493 Shift comments left to avoid going past fill-column.
1494
f02149ce
GM
14952000-09-29 Gerd Moellmann <gerd@gnu.org>
1496
1497 * startup.el (startup-echo-area-message): New function.
1498 (display-startup-echo-area-message): Use it.
1499 (fancy-splash-screens): Rewritten to use keymaps and a timer.
1500 (fancy-splash-default-action): New function.
1501 (fancy-splash-screens-1): New function.
1502 (fancy-splash-head): Put a help-echo and a keymap under the image.
1503
a3ef6569
SM
15042000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1505
1506 * diff-mode.el (diff-add-log-file-name): Remove.
1507 (diff-mode): Use add-log-buffer-file-name-function.
1508
1509 * add-log.el (find-change-log): New arg BUFFER-FILE.
1510 (add-log-file-name): Obey add-log-file-name-function.
1511 (add-log-buffer-file-name-function): New var.
1512 (add-change-log-entry): Use it.
1513
75e5b373
MB
15142000-09-29 Miles Bader <miles@gnu.org>
1515
1516 * image-file.el (image-file-name-extensions): New variable.
1517 (image-file-name-regexps): Renamed from `image-file-regexps'.
1518 New default value is nil. Call `auto-image-file-mode'.
1519 (image-file-name-regexp): New function.
1520 (auto-image-file-mode): New minor mode.
1521 (insert-image-file): Don't make conditional on the image-file
1522 handler being enabled.
1523 (image-file-handler): Make the call here conditional instead.
1524 (set-image-file-handler-enabled, enable-image-file-handler)
1525 (disable-image-file-handler): Functions removed.
1526
1527 * emacs-lisp/authors.el (authors-print): Rephrase many-files
1528 string.
1529
de6e1f7c
GM
15302000-09-29 Gerd Moellmann <gerd@gnu.org>
1531
1532 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1533 it's a function from CL.
1534 (latex-imenu-create-index): Replace eval-when-compile with progn
1535 because latex-section-alist is not bound while compiling.
1536
d8c201f5
SM
15372000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1538
1539 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1540 (outline-mode): Use define-derived-mode.
1541
814299a7 1542 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
1543 * progmodes/awk-mode.el (awk-mode):
1544 * progmodes/asm-mode.el (asm-mode):
1545 Don't gratuitously override the default for comment-column.
1546
1547 * emacs-lisp/lisp.el (lisp-complete-symbol):
1548 Distinguish the let-binding case from the funcall case.
1549 (forward-sexp-function): New variable.
1550 (forward-sexp): Use it.
1551
1552 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1553 (easy-mmode-defmap): Remove the now useless autoload.
1554
1555 * time.el (display-time-mode): Use define-minor-mode.
1556
1557 * subr.el (add-minor-mode): Don't eval NAME.
1558 Don't depend on the presence of TOGGLE-FUN for any special behavior.
1559 Use if rather than cond.
1560
1561 * simple.el (read-expression-map): Define more properly.
1562 (comment-indent-hook): Remove.
1563 (string-to-syntax): Bug fix.
1564
1565 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1566 (cvs-ediff-diff): Fix typo.
1567 (cvs-revert-if-needed): Don't bother preserving read-only.
1568
1569 * paren.el (show-paren-mode): Use define-minor-mode.
1570
1571 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1572 (toggle-auto-compression): Remove.
1573 (jka-compr-build-file-regexp): Remove useless grouping.
1574
1575 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1576 Avoid user-reserved bindings.
1577 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1578 (diff-header-face): Revert to grey85.
1579
1580 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1581
1582 * complete.el (partial-completion-mode) <defcustom>: Remove.
1583 (partial-completion-mode): Use define-minor-mode.
1584 (PC-do-completion): Understand `completion-auto-help = delay'
1585 to mean to popup the completion buffer only the second time.
814299a7 1586 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
1587 (PC-include-file-all-completions): Don't quote lambda.
1588
1589 * comint.el (comint-mode-hook): Docstring fix.
1590 (comint-mode): Use define-derived-mode.
1591 (comint-mode-map): Remove obsolete comment.
1592 (make-comint): Minor stylistic change.
1593 (comint-insert-clicked-input): Be more careful to find the overlay.
1594 Use this-command-keys rather than hardcoding mouse-2.
1595
1596 * font-lock.el: Replace confusing (,@ with ,
1597 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1598 Don't use regexp-opt-depth. Spice up the regexp for args.
1599 Don't distinguish between cmds that can take an opt arg or not.
1600 Use `append' and `prepend' rather than `keep'.
1601
1602 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1603 (latex-outline-regexp): New var.
1604 (latex-outline-level): New fun.
1605 (latex-section-alist): New var.
1606 (latex-imenu-create-index): Use it. Use `push' as well.
1607 (tex-shell-map): Initialize it properly.
1608 (tex-mode): Minor stylistic change.
1609 (plain-tex-mode): Use define-derived-mode.
1610 (latex-mode): Use define-derived-mode.
1611 Construct the paragraph regexps in a more readable way.
1612 Set the buffer-local outline-{level,regexp} vars.
1613 (slitex-mode): Derive from latex-mode.
1614 (tex-common-initialization): Don't kill-all-vars anymore.
1615 Add setting for comment-add and font-lock-defaults.
1616 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1617 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
1618 (tex-start-tex): New arg DIR (and send a chdir command for it).
1619 Also display the shell buffer and save it in tex-last-buffer-texed.
1620 (tex-region): Use expand-file-name rather than concat.
1621 Remove code made useless by changes in tex-start-tex.
1622 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1623
1624 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1625
ff398532
DL
16262000-09-28 Dave Love <fx@gnu.org>
1627
1628 * eshell/eshell.el (eshell) <defgroup>: Add :version.
1629
f9415d5b
GM
16302000-09-28 Gerd Moellmann <gerd@gnu.org>
1631
1632 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1633 `append'.
1634
fa003899
SM
16352000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1636
1637 * info.el (Info-extract-pointer): Undo last change.
1638 Instead, fix the position of the `bound' arg to re-search-backward.
1639
16402000-09-27 Stefan Monnier <monnier@cs.yale.edu>
1641
1642 * info.el (Info-extract-pointer):
1643 Widen more carefully, to avoid finding pointers in other nodes.
1644 (Info-index): Use push.
1645
f9415d5b 16462000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
1647
1648 * frame.el (set-frame-font): Remove call to obsolete function
1649 frame-update-faces.
1650 (set-foreground-color, set-background-color): Likewise for
1651 frame-update-face-colors.
1652
5538b8ba
MB
16532000-09-27 Miles Bader <miles@gnu.org>
1654
1655 * image-file.el: New file.
1656
60536eea
GM
16572000-09-27 Gerd Moellmann <gerd@gnu.org>
1658
5b551d58
GM
1659 * frame.el (frame-notice-user-settings): Don't call
1660 frame-update-faces, which is a no-op now.
814299a7 1661
60536eea
GM
1662 * ediff-wind.el (ediff-control-frame-parameters): Add zero
1663 tool-bar-lines.
1664
36f1966f
DL
16652000-09-27 Dave Love <fx@gnu.org>
1666
1667 * mouse.el: Fix last change.
1668
c5785b73
MB
16692000-09-27 Miles Bader <miles@lsi.nec.co.jp>
1670
1671 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1672
672172d9
KH
16732000-09-22 Kenichi Handa <handa@etl.go.jp>
1674
1675 * international/quail.el (quail-help): The output message is
1676 improved.
1677
4653b4ea
DL
16782000-09-26 Dave Love <fx@gnu.org>
1679
1680 * mouse.el (popup-menu): If POSITION is nil, set it using
1681 mouse-position.
1682
63900fcf
SS
16832000-09-25 Sam Steingold <sds@gnu.org>
1684
1685 * net/browse-url.el (browse-url-file-url): Check for null maps.
1686
cd3b81be
GM
16872000-09-26 Gerd Moellmann <gerd@gnu.org>
1688
876512ab 1689 * frame.el (frame-notice-user-settings): Don't add a
fa003899 1690 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 1691
fa003899
SM
1692 * frame.el (frame-notice-user-settings):
1693 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 1694
cd3b81be
GM
1695 * toolbar/tool-bar.el (tool-bar-help): New function.
1696
d8b4516f
GM
16972000-09-25 Gerd Moellmann <gerd@gnu.org>
1698
6567e9b5
GM
1699 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1700 current-load-list in top-level forms. Else this leaks a cons cell
1701 every time a defun is called.
63900fcf 1702
d8b4516f 1703 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 1704
a461758e
DL
17052000-09-25 Dave Love <fx@gnu.org>
1706
7df6adc3
DL
1707 * startup.el (fancy-splash-head): Check XPM is available.
1708
a461758e
DL
1709 * autoinsert.el (auto-insert): Doc fix.
1710 (auto-insert-alist): Following GNU notices, don't say `copyright
1711 _by_'. Use line-beginning-position.
1712 (auto-insert): Check buffer-file-name is non-nil before use.
1713
b11af2dd
GM
17142000-09-25 Gerd Moellmann <gerd@gnu.org>
1715
1716 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1717 starting with `@def' or `@multitable', in addition to ones
1718 specified by the user in auto-fill-inhibit-regexp.
1719
5f9f981b
GM
17202000-09-25 Markus Rost <rost@math.ohio-state.edu>
1721
1722 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1723 rmail-dont-reply-to-names matches the empty string.
63900fcf 1724
8ff16b4e
GM
17252000-09-25 Gerd Moellmann <gerd@gnu.org>
1726
63900fcf 1727 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
1728 text to sound more friendly.
1729
9b4a7800
TTN
17302000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
1731
1732 * progmodes/hideshow.el: Update author email address.
1733 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
1734 (hs-hide-all-non-comment-function): New var.
1735 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1736 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1737 (hs-show-region): Delete this command.
1738 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1739
4c7c1f3f
DL
17402000-09-22 Dave Love <fx@gnu.org>
1741
1742 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1743 (hl-line-highlight): Specify buffer when moving overlay.
1744
1745 * progmodes/fortran.el (fortran-mode): Locally set
1746 normal-auto-fill-function.
1747 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1748 (fortran-mode-map): Adjust auto-fill menu entry.
1749
13f93dee
GM
17502000-09-22 Gerd Moellmann <gerd@gnu.org>
1751
36eb0a91
GM
1752 * vc-rcs.el (toplevel): Require `vc' when compiling.
1753
fa003899 1754 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 1755
36a03bf9
AS
17562000-09-22 Andre Spiegel <spiegel@gnu.org>
1757
9b4a7800 1758 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
1759 registered under the new backend.
1760
9b4a7800 1761 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
1762 without explicit revision number.
1763
6e4e8a3b
SM
17642000-09-21 Stefan Monnier <monnier@cs.yale.edu>
1765
1766 * diff-mode.el (diff-file-header-face): Reset to its previous value.
1767 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1768 (diff-xor): New function.
1769 (diff-find-source-location): Use it. Fix a stupid name clash.
1770 (diff-hunk-status-msg): New function.
1771 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1772 (diff-test-hunk): Use diff-find-source-location.
1773 (diff-goto-source): Favor the `reverse'.
1774 (diff-hunk-text): Properly handle one-sided context diffs.
1775 (diff-apply-hunk): When done, advance to the next hunk.
1776
1b24b888
GM
17772000-09-21 Gerd Moellmann <gerd@gnu.org>
1778
623a0aae
GM
1779 * startup.el (command-line): If frame was created with a non-zero
1780 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 1781
1b24b888
GM
1782 * add-log.el (change-log-date-face, change-log-name-face)
1783 (change-log-email-face, change-log-file-face)
1784 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
1785 (change-log-function-face, change-log-acknowledgement-face):
1786 New faces, inheriting from font-lock faces.
1b24b888 1787 (change-log-font-lock-keywords): Use them.
9b4a7800 1788
93b3a1c8
DL
17892000-09-21 Dave Love <fx@gnu.org>
1790
80585273
DL
1791 * progmodes/cperl-mode.el (top-level): Clean up
1792 `eval-when-compile's and assorted defvars.
1793 (cperl-invalid-face): Don't double-quote value. Change custom
1794 type.
1795 (cperl-mode): Set normal-auto-fill-function and don't zap
1796 auto-fill-function.
1797 (cperl-imenu--function-name-regexp-perl): Renamed from
1798 imenu-example--function-name-regexp-perl.
1799 (cperl-imenu--create-perl-index): Renamed from
1800 imenu-example--create-perl-index.
1801 (cperl-xsub-scan): Don't require cl.
1802
93b3a1c8
DL
1803 * msb.el (msb-mode-map): Use substitute-key-definition.
1804 (msb-mode): Use msb-mode-map.
1805
43ccb598
AS
18062000-09-21 Andre Spiegel <spiegel@gnu.org>
1807
1808 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1809 New functions.
fa003899 1810 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
1811 (vc-switch-backend): New function.
1812 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1813 (vc-register): Fix prompt.
1814 (vc-unregister, vc-default-unregister): New functions.
1815 (vc-version-diff): Handle empty buffer in sentinel.
1816
1817 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1818 (vc-rcs-state-heuristic): Use it to guess the state of files with
1819 non-strict locking.
1820 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1821 been set with -b, but not created yet.
1822 (vc-rcs-fetch-master-state): With non-strict locking, compare file
1823 contents in order to find the state.
1824 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
1825 (vc-rcs-unregister, vc-rcs-receive-file)
1826 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 1827
9b4a7800 1828 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 1829 in case it is missing.
9b4a7800 1830
95fadcca
GM
18312000-09-21 Gerd Moellmann <gerd@gnu.org>
1832
1833 * startup.el (fancy-splash-tail): Use a different foreground
1834 color on a dark frame background.
1835
470f23e1
MB
18362000-09-21 Miles Bader <miles@lsi.nec.co.jp>
1837
1838 * info.el: Use the correct capitalization when making Info-mode
1839 and Info-edit-mode `special' modes.
1840
281096ed
SM
18412000-09-20 Stefan Monnier <monnier@cs.yale.edu>
1842
1843 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1844 (diff-mode): Add support for add-log.el.
1845 (diff-hunk-text): Use char offsets rather than line offsets.
1846 (diff-find-source-location): Replace LINE with line-offset (nil
1847 if not found) and always set POS to a meaningful position.
1848 Adapt to the new char-offsets.
1849 (diff-apply-hunk): Drop support for the unused `select' POPUP.
1850 Adapt to the new diff-find-source-location.
1851 (diff-goto-source): Adapt to the new diff-find-source-location.
1852
1853 * add-log.el (add-log-file-name): New function (split out of
1854 add-change-log-entry).
1855 (add-change-log-entry): Use it.
1856 Call add-log-file-name-function with the changelog file name if
1857 the current buffer is not associated with any file.
1858 Avoid find-file if the selected window is dedicated.
1859
1860 * diff-mode.el (diff-find-source-location):
1861 Move code from diff-apply-hunk. Return buffer rather than file.
1862 (diff-apply-hunk): Use the new result from diff-find-source-location.
1863 (diff-goto-source): Use the new diff-find-source-location.
1864
c29d77c4
DL
18652000-09-20 Dave Love <fx@gnu.org>
1866
1867 * iswitchb.el: Some doc fixes.
1868 (iswitchb-mode-map): Define completely initially. Inherit
1869 minibuffer-local-map.
1870 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
1871 fundamental-mode.
1872 (iswitchb-global-map): New variable.
1873 (iswitchb-summaries-to-end): Amalgamate regexps.
1874 (iswitchb-mode): New.
1875 (iswitchb-mode-hook): New variable.
1876 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
1877 `extensions'.
1878
49939379
GM
18792000-09-20 Gerd Moellmann <gerd@gnu.org>
1880
d05c87ac
GM
1881 * ehelp.el (electric-help): New defgroup.
1882 (electric-help-shrink-window): New user-option.
1883 (with-electric-help): Use it.
1884
1ec082d4
GM
1885 * window.el (shrink-window-if-larger-than-buffer): If face
1886 `mode-line' has a :box, and we're on a graphical frame, add 1
1887 to the needed window height.
1888
f46c275e
GM
1889 * frame.el (frame-notice-user-settings): Add a last parameter nil
1890 to a call to `append', because the last list passed to `append' is
1891 not copied, and so subsequent calls to assq-delete-all will modify
1892 default-frame-alist.
1893
b7e11c5b
GM
1894 * startup.el (fancy-splash-image): Change :type.
1895 (fancy-splash-head): Use an XBM image if appropriate.
1896 (command-line-1): Show splash screens in more cases.
1897
26ff68aa
GM
1898 * startup.el (fancy-splash-text): Don't quote faces.
1899
8320414c
GM
1900 * dired.el (dired-font-lock-keywords): Undo last change.
1901 (dired-readin): Bind indent-tabs-mode to nil.
1902
49939379
GM
1903 * startup.el (fancy-splash-head): If frame's background mode
1904 is `dark', change the black background of the image to gray.
1905 (fancy-splash-screens): Display startup echo area message.
1906 (display-startup-echo-area-message): New function.
1907
c3b27206
MB
19082000-09-20 Miles Bader <miles@lsi.nec.co.jp>
1909
55a3d2a1
MB
1910 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
1911
1912 * info.el (info-header-node): Tweak for color ttys.
1913
37a99821
MB
1914 * faces.el (face-valid-attribute-values): Make sure directories we
1915 search for stipples both exist and are readable before trying to
1916 search them.
1917
0415d0d0
MB
1918 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
1919 in the dry-run case.
1920
523b128c
MB
1921 * jka-compr.el (with-auto-compression-mode): New macro.
1922
c3b27206
MB
1923 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
1924 (custom-group-tag-face, custom-variable-tag-face): Use relative
1925 :height and inherit from `variable-pitch' face instead of
1926 hardwiring :family.
1927 * hi-lock.el (hi-black-hb): Likewise.
1928
ddba99ad
MB
1929 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
1930 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
1931 toolbar-add-item, if image doesn't have a mask add a `:mask
1932 heuristic'.
1933
7e99fbde
SM
19342000-09-19 Stefan Monnier <monnier@cs.yale.edu>
1935
1936 * diff-mode.el: Docstring fixes.
1937 (diff-header-face, diff-comment-face): New faces.
1938 (diff-font-lock-keywords): Highlight a bit differently.
1939 (diff-find-source-location): Don't return SPAN any more.
1940 (diff-hunk-text): Don't bother erasing the temp buffer.
1941 (diff-find-text): Drop argument LINE.
1942 (diff-apply-hunk): Update calls to diff-find-text.
1943 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
1944
1945 * calendar/calendar.el: Docstring fixes.
1946 (calendar-make-alist): Don't quote lambda.
1947 (calendar-star-date): Use make-local-variable.
1948
fb275c02
DL
19492000-09-19 Dave Love <fx@gnu.org>
1950
7e99fbde
SM
1951 * toolbar/tool-bar.el: Renamed from toolbar.el.
1952 Change `toolbar' to `tool-bar' generally in symbols.
1953 Make some items invisible in `special' major modes.
1954 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
1955 Add arg PROPS.
532cb34d 1956
7e99fbde
SM
1957 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
1958 Add :version here.
fb275c02
DL
1959 (fancy-splash-delay, fancy-splash-image): Remove :version here.
1960
8f4ca9a5
GM
19612000-09-19 Gerd Moellmann <gerd@gnu.org>
1962
8b7707e1 1963 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 1964
8b7707e1 1965 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
1966 (find-file-noselect): Use it.
1967
8b7707e1 1968 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
1969 (fancy-splash-screen): Defgroup.
1970
8f4ca9a5
GM
1971 * add-log.el (change-log-font-lock-keywords): Match names
1972 more exactly for the case that font-lock-constant-face is
1973 underlined.
1974
ba9eeda1 19752000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 1976
8b7707e1 1977 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 1978
289eaef9
AS
19792000-09-19 Andre Spiegel <spiegel@gnu.org>
1980
1981 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
1982
ce9ded5d
GM
19832000-09-19 Gerd Moellmann <gerd@gnu.org>
1984
c113de23
GM
1985 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
1986 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
1987 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
1988 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
1989 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
1990 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
1991 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
1992 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
1993 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
1994 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
1995 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 1996 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 1997
ce9ded5d
GM
1998 * startup.el (fancy-splash-text): New variable.
1999 (fancy-splash-delay, fancy-splash-image): New user-options.
2000 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2001 (fancy-splash-screens): New functions.
2002 (command-line-1): If display has a `display' frame parameter, has
2003 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 2004
b9b1c3a9
DL
20052000-09-19 Dave Love <fx@gnu.org>
2006
2007 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
2008 with null `help'. Use modern backquote syntax.
2009
1af25534
GM
20102000-09-19 Gerd Moellmann <gerd@gnu.org>
2011
afd3c8cd
GM
2012 * font-lock.el (font-lock-mode): Change message telling the user
2013 that ``the buffer is too big''.
2014
1af25534
GM
2015 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2016 for instance for the case that tab-width is 2.
2017
05b1f851
GM
20182000-09-18 Gerd Moellmann <gerd@gnu.org>
2019
2020 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2021 toolbar-add-item, if image doesn't have a mask add a `:mask
2022 heuristic'.
2023
8ec8f673
MB
20242000-09-18 Miles Bader <miles@lsi.nec.co.jp>
2025
2b612b1f
MB
2026 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2027 and return a cons if it's non-nil.
2028 (diff-apply-hunk): Try to jump to the line in the source text
2029 corresponding to the position of point in the in the hunk.
2030
9b4a7800 2031 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
2032 (Info-title-1-face): Use face inheritance and relative sizes
2033 instead of hard-wiring things.
2034
2035 * faces.el (secondary-selection): Make dark-background variant sane.
2036
5eedab4d
AI
20372000-09-16 Andrew Innes <andrewi@gnu.org>
2038
5eedab4d
AI
2039 * makefile.w32-in (compile-files-CMD): No need to make .elc files
2040 read-only, since they aren't under VC now.
2041
6a142f26
DL
20422000-09-17 Dave Love <fx@gnu.org>
2043
e07436e1
DL
2044 * tmm.el: Replace mapcar with mapc in several places.
2045
2046 * loadhist.el (unload-feature): Maybe call elp-restore-list and
2047 ad-unadvise.
2048
7d354dd5
DL
2049 * international/latin1-disp.el: New file.
2050
6a142f26
DL
2051 * calendar/cal-move.el (scroll-calendar-left)
2052 (scroll-calendar-right): Make arg optional (for active mode line).
2053
2054 * calendar/calendar.el (calendar-mode-line-format): Make fields
2055 mouse-sensitive.
2056 (calendar-read-date, calendar-read-date, calendar-window-list):
2057 Unquote lambda.
2058 (calendar-month-name): Use aref, not sref.
2059
2060 * view.el (minor-mode-alist): Propertize the string.
2061
2062 * international/characters.el (standard-case-table): Add entries
2063 for Greek.
2064
50ac70af
MB
20652000-09-18 Miles Bader <miles@gnu.org>
2066
53c9ab4f
MB
2067 * info.el (info-node, info-xref): Add dark-background variants.
2068
a114b1ca
MB
2069 * faces.el (header-line): Change defaults to be less confusing
2070 when mixed with mode-lines.
2071
50ac70af
MB
2072 * info.el (Info-fontify-node): Make a few cleanups.
2073 Add extra `help-echo' and `local-map' props to node xrefs.
2074 Use header-specific faces for node-names & xrefs.
2075 (Info-use-header-line): New variable.
53c9ab4f 2076 (info-header-xref, info-header-node): New faces.
50ac70af
MB
2077 (Info-setup-header-line): New function.
2078 (Info-select-node): Call Info-setup-header-line when enabled.
2079 (Info-extract-pointer): Work even if the header line is hidden.
2080 (Info-header-line): New variable.
2081
729927ff
SM
20822000-09-16 Stefan Monnier <monnier@cs.yale.edu>
2083
2084 * vms-patch.el (print-region-function): Don't quote lambda.
2085
2086 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2087
2088 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2089 (lm-get-header-re): Allow spaces between the header and the colon.
2090 (lm-header): Allow $ in non-RCS headers.
2091 (lm-header-multiline): Put the strings back into order.
2092 Stop at an empty line. Don't require two space chars if the
2093 line is clearly not another header line.
2094
2095 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2096 (popup-menu-popup): Remove.
2097
7a98d821
GM
20982000-09-15 Gerd Moellmann <gerd@gnu.org>
2099
7f8f1edc
GM
2100 * toolbar/toolbar.el (toolbar-add-item): Use the same image
2101 specification if or if not tool-bar item contains an `:enabled'
2102 property.
2103
7a98d821
GM
2104 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2105 current buffer has no file name.
2106
a7bc704b
DL
21072000-09-15 Dave Love <fx@gnu.org>
2108
2109 * strokes.el: Sync with maintainer's current version with changes
2110 for Emacs, but avoid runtime cl and levents.
2111 (toplevel): Change autoloads and compilation requires.
2112 (strokes-version, strokes-bug-address, strokes-lift): Values
2113 changed.
2114 (strokes-xpm-header, strokes-insinuated): New variable.
2115 (strokes): Add :link.
2116 (strokes-mode): Customized.
2117 (strokes-while-inhibiting-garbage-collector): New macro.
2118 (strokes-remassoc): Avoid remove-if.
2119 (strokes-fix-button2-command): Don't use ad-do-it.
2120 (strokes-insinuate): New function.
2121 (strokes-button-press-event-p, strokes-button-release-event-p):
2122 New functions, used instead of non-`strokes-' versions..
2123 (strokes-mouse-event-p): Rewritten.
2124 (strokes-event-closest-point): Avoid event-point.
2125 (strokes-get-grid-position): Avoid cdadr, caadr
2126 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2127 functions.
2128 (strokes-help): Use with-output-to-temp-buffer.
2129 (strokes-window-configuration-changed-p): New function.
2130 (strokes-update-window-configuration): Use buffer-live-p,
2131 strokes-window-configuration-changed-p.
2132 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
2133 (strokes-char-face): New face.
2134 (strokes-char-table, strokes-base64-chars): New variable.
2135 (strokes-xpm-for-stroke, strokes-list-strokes)
2136 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2137 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2138 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2139 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2140 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2141 functions.
2142
47e351a3
GM
21432000-09-15 Gerd Moellmann <gerd@gnu.org>
2144
ebb8f116
GM
2145 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2146
47e351a3
GM
2147 * image.el (create-image): Doc fix.
2148
2149 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2150 instead of `:heuristic-mask t'.
2151
fe83b953
AI
21522000-09-14 Andrew Innes <andrewi@gnu.org>
2153
2154 * makefile.w32-in: Revert to Unix line endings.
2155
52481729
AI
21562000-09-14 Andrew Innes <andrewi@gnu.org>
2157
3021e816
AI
2158 * makefile.w32-in: Add bootstrap support. Also copy lisp source
2159 when installing.
2160
52481729
AI
2161 * makefile.nt (DONTCOMPILE): Fix typo.
2162
2163 * shell.el (shell-write-history-on-exit): New function.
2164 (shell-dumb-shell-regexp): New custom variable.
2165 (shell-mode): Make shell-write-history-on-exit the process
2166 sentinel if shell name matches shell-dumb-shell-regexp.
2167
2168 * w32-fns.el: Comment out before-init-hook function which resets
2169 source-directory based; this breaks bootstrap.
2170
f8034e41
DL
21712000-09-14 Dave Love <fx@gnu.org>
2172
2173 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2174 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2175 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2176 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2177 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2178 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2179 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
2180 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
2181 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2182
2183 * toolbar/toolbar.el: New.
2184
2185 * subdirs.el: Add toolbar.
2186
b9ce5694
GM
21872000-09-14 Gerd Moellmann <gerd@gnu.org>
2188
2189 * indent.el (indent-for-tab-command): Doc fix.
2190
986b7dee
GM
21912000-09-14 Alex Schroeder <alex@gnu.org>
2192
2193 * ansi-color.el (ansi-colors): Doc change.
2194 (ansi-color-get-face): Simplified regexp.
2195 (ansi-color-faces-vector): Added more faces, doc change.
2196 (ansi-color-names-vector): Doc change.
2197 (ansi-color-regexp): Simplified regexp.
2198 (ansi-color-parameter-regexp): New regexp.
2199 (ansi-color-filter-apply): Doc change.
2200 (ansi-color-filter-region): Doc change.
2201 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2202 deal with zero length parameters.
2203 (ansi-color-apply-on-region): Doc change.
2204 (ansi-color-map): Doc change.
2205 (ansi-color-map-update): Removed debugging message.
2206 (ansi-color-get-face-1): Added condition-case to trap
2207 args-out-of-range errors.
2208 (ansi-color-get-face): Doc change.
2209 (ansi-color-make-face): Removed.
2210 (ansi-color-for-shell-mode): New option.
9b4a7800 2211
076ff911
KH
22122000-09-13 Kenichi Handa <handa@etl.go.jp>
2213
2214 * international/quail.el (quail-start-translation): Translate KEY
2215 if necessary even if it doesn't have any mapping in the current
2216 input method.
2217 (quail-start-conversion): Likewise.
2218 (quail-help): The output message is improved.
2219
bdf08678
MB
22202000-09-13 Miles Bader <miles@gnu.org>
2221
2222 * comint.el (comint-output-filter): Revert to using
2223 `insert-before-markers'. Add bletcherous hack to undo damage
2224 caused by `insert-before-markers'. Put `front-sticky' property on
2225 overlays created here so that the field code understands how the
2226 overlay works. Use a let when making comint-last-prompt-overlay,
2227 so that the code is easier to read.
2228
ffb8db8d
DL
22292000-09-13 Dave Love <fx@gnu.org>
2230
2231 * wid-edit.el (widget-default-format-handler): DTRT when
2232 doc-property is a function.
2233
5dd05f61
GM
22342000-09-12 Francesco Potorti` <pot@gnu.org>
2235
2236 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2237 filed name if it's not there.
2238
35177617
DL
22392000-09-12 Dave Love <fx@gnu.org>
2240
9023837e
DL
2241 * simple.el (read-mail-command): Doc fix.
2242 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2243
35177617
DL
2244 * vc.el (vc-dired-listing-switches): Fix :version.
2245
2246 * vc-hooks.el: Doc fixes.
2247
2248 * subr.el (add-minor-mode): Use toggle-fun arg.
2249
2250 * speedbar.el: Add :version to several defcustoms.
2251
2252 * imenu.el (imenu--truncate-items, imenu--cleanup)
2253 (imenu--generic-function): Avoid mapcar.
2254 (imenu--replace-spaces): Function removed.
2255 (imenu--completion-buffer): Use subst-char-in-string.
2256 (imenu-add-to-menubar): Use keymap inheritance.
2257
1afaae94
MB
22582000-09-12 Miles Bader <miles@gnu.org>
2259
2260 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2261 (diff-mode-map): Bind `diff-test-hunk'.
2262 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2263
22642000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
2265
2266 * bytecomp.el (byte-compile-defvar): Undo last change
2267 because it breaks '(make-variable-buffer-local (defvar ...)'
2268 which is used at least in dired.
2269
63c36c3c
KH
22702000-09-12 Kenichi Handa <handa@etl.go.jp>
2271
2272 * international/quail.el (quail-define-package): Docstring
2273 modified.
2274
1ad24be1
KH
22752000-09-12 Kenichi Handa <handa@etl.go.jp>
2276
362a8065
KH
2277 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2278 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2279 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
2280 docstring of "chinese-py".
2281
1ad24be1
KH
2282 * international/quail.el (quail-translation-docstring): New
2283 variable.
2284 (quail-show-keyboard-layout): Docstring modified.
2285 (quail-select-current): Likewise.
2286 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2287 infinite recursive call.
2288 (quail-help): Check quail-translation-docstring. Format of the
2289 output changed.
2290 (quail-help-insert-keymap-description): Adjusted for the above
2291 change.
2292
cc0f95a4
GM
22932000-09-11 Gerd Moellmann <gerd@gnu.org>
2294
2295 * bytecomp.el (byte-compile-defvar): Only cons onto
2296 current-load-list in top-level forms. Else this leaks a cons cell
2297 every time a defun is called.
2298
7530b6da
MB
22992000-09-11 Miles Bader <miles@lsi.nec.co.jp>
2300
2301 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2302 Now understands non-unified diffs. Some functionality moved into
2303 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
2304 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
2305 modify anything. Only reposition point in the patched file if the
2306 patch succeeds. Only pop up another window if POPUP is true.
2307 Emit a message describing what happened if successful, and at what
2308 line-offset. Automatically detect reversed hunks and do something
2309 appropriate.
2310 (diff-hunk-text, diff-find-text): New functions.
2311 (diff-filter-lines): Function removed.
2312 (diff-test-hunk): New function.
2313 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2314
6b124390
DL
23152000-09-10 Dave Love <fx@gnu.org>
2316
2317 * textmodes/tildify.el: Minor doc/commentary fixes.
2318 (tildify) <defgroup>: Add :version.
2319
2320 * faces.el (face-x-resources): Make custom type more specific.
2321 (frame-background-mode): Use mapc.
2322 (region) <defcustom>: Add :version.
2323
7f8b6551
SM
23242000-09-08 Stefan Monnier <monnier@cs.yale.edu>
2325
9b4a7800
TTN
2326 * vc-sccs.el (vc-sccs-register):
2327 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
2328 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2329 * vc.el (vc-register): Clear file's properties.
2330
c454aac1
GM
23312000-09-08 Gerd Moellmann <gerd@gnu.org>
2332
2333 * faces.el (face-spec-set): Only face-spec-reset-face when
2334 ATTRS is non-nil.
2335
bb934822
EZ
23362000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2337
2338 * help.el (help-insert-xref-button): Fix a typo in doc string.
2339
03419440
EZ
23402000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2341
7f8b6551
SM
2342 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2343 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
2344 methods.
2345
03419440
EZ
2346 * menu-bar.el (read-mail-item-name): New function.
2347 (menu-bar-tools-menu): Use it to compute and display the package
2348 used to read email.
2349 (menu-bar-tools-menu): Fix typo in GUD's help string.
2350
dbcee71a
DL
23512000-09-07 Dave Love <fx@gnu.org>
2352
19e713d8
DL
2353 * diff-mode.el (diff-mouse-goto-source): New function.
2354
a7cafade 2355 * vc-sccs.el: Doc fixes.
7f8b6551 2356 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
2357
2358 * vc-rcs.el: Doc fixes.
7f8b6551
SM
2359 (vc-rcs-register-switches, vc-rcs-checkin-switches)
2360 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
2361 (vc-rcs-master-templates): Add or change :version.
2362
7f8b6551 2363 * vc-cvs.el: Doc fixes.
a7cafade
DL
2364 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2365 (vc-cvs-stay-local): Add :version.
2366
dbcee71a
DL
2367 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2368
ed254191
KH
23692000-09-07 Kenichi Handa <handa@etl.go.jp>
2370
2371 * international/quail.el (quail-help): Fix previous change.
2372
ab0ee409
GM
23732000-09-07 Gerd Moellmann <gerd@gnu.org>
2374
f46f845b 2375 * faces.el (color-values): Doc fix.
9b4a7800 2376
ab0ee409
GM
2377 * faces.el (frame-set-background-mode): Use frame-parameter
2378 instead of frame-parameters.
2379
2380 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 2381 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 2382 frame-parameters.
9b4a7800 2383
f7246ac7
KH
23842000-09-07 Kenichi Handa <handa@etl.go.jp>
2385
2386 * language/devan-util.el (devanagari-to-indian-region): In the
2387 loop, change the following char, not preceding char.
2388
96889af2
GM
23892000-09-07 Gerd Moellmann <gerd@gnu.org>
2390
1091dd67
GM
2391 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2392 instead of frame-parameters.
2393
9b4a7800 2394 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
2395 internal-set-lisp-face-attribute with FRAME being 0.
2396
2397 * vc.el: Remove `Id' version control keyword.
96889af2 2398
0fddd0dc
KH
23992000-09-07 Kenichi Handa <handa@etl.go.jp>
2400
2401 * help.el (help-make-xrefs): Adjusted for the change of
2402 help-xref-mule-regexp.
2403 (help-insert-xref-button): New function.
2404
2405 * international/mule-cmds.el (help-xref-mule-regexp-template):
2406 Include the pattern for character set.
2407 (leim): New group.
2408
2409 * international/quail.el: Don't require face.
2410 (quail): New group.
7f8b6551 2411 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
2412 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2413 (quail-keyboard-layout-substitution): New variable.
2414 (quail-update-keyboard-layout): New function.
2415 (quail-keyboard-layout-type): New customizable variable.
2416 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2417 (quail-keyboard-translate): Pay attention to
2418 quail-keyboard-layout-substitution.
2419 (quail-insert-kbd-layout): New function.
2420 (quail-show-keyboard-layout): New function.
2421 (quail-get-translation): If the definition is a vector of length
7f8b6551 2422 1, and the element is a string of length 1, return the character
0fddd0dc
KH
2423 in that string.
2424 (quail-update-current-translations): Fix the case of
2425 relative-index out of range.
2426 (quail-build-decode-map, quail-insert-decode-map): New Functions.
2427 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 2428 Show key sequences for all available characters.
0fddd0dc
KH
2429 (quail-help-insert-keymap-description): Don't show such verbose
2430 key bindings as quail-self-insert-command.
2431
2432 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2433 Format changed, and each element now have extra documentations.
2434 (tit-process-header): Delete invalid characters from TIT-PROMPT.
2435 Adjusted for the change of quail-cxterm-package-ext-info.
2436
8ddceaf1
GM
24372000-09-06 Gerd Moellmann <gerd@gnu.org>
2438
2439 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2440 requiring it leads to a recursive loading of vc.el and vc-hooks.el
2441 during bootstrap.
2442
099bd78a
SM
24432000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2444
2445 * vc.el: (toplevel): Don't require `dired' at run-time.
2446 (vc-dired-resynch-file): Remove autoload cookie.
2447
24482000-09-05 Andre Spiegel <spiegel@gnu.org>
2449
2450 * vc.el: Made several backend functions optional.
2451 (vc-default-responsible-p): New function.
2452 (vc-merge): Use RET for first version to trigger merge-news, not
2453 prefix arg.
2454 (vc-annotate): Handle backends that do not support annotation.
2455 (vc-default-merge-news): Removed. The existence of a merge-news
2456 implementation is now checked on caller sites.
2457
9b4a7800 2458 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
2459 case.
2460
9b4a7800 2461 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
2462 special case that has been removed from the default in vc-hooks.el.
2463
24642000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2465
2466 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2467
24682000-09-05 Andre Spiegel <spiegel@gnu.org>
2469
2470 * vc-hooks.el: Require vc during compilation.
2471 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2472 macro `with-vc-properties' in vc.el.
2473 (vc-file-getprop): Doc fix.
2474 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 2475
099bd78a
SM
2476 * vc.el: Require dired-aux during compilation.
2477 (vc-name-assoc-file): Moved to vc-sccs.el.
2478 (with-vc-properties): New macro.
9b4a7800 2479 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
2480 vc-finish-steal): Use it.
2481 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
2482 to the backend-specific function is now supposed to do the checkout,
2483 too.
2484 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2485
9b4a7800 2486 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
2487 set file properties; that gets done in the generic code now.
2488
2489 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2490 Changed parameter list, added code from vc.el that does the
2491 checkout, possibly with a double-take.
2492
2493 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2494 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2495 the above under the new name.
2496 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
2497 parameter list, added checkout command.
2498 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2499 properties; that gets done in the generic code now.
2500
25012000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2502
2503 * vc.el: Docstring fixes (courtesy of checkdoc).
2504
25052000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2506
2507 * vc.el (vc-checkout-writable-buffer-hook)
2508 (vc-checkout-writable-buffer): Remove.
2509 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2510 (vc-log-mode): Make it into a clean derived major mode.
2511 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2512 vc-log-mode if log-edit is not available.
2513 (vc-dired-mode-map): Don't set-keymap-parent yet.
2514 (vc-dired-mode): Do set-keymap-parent here.
2515 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2516
08ba3862
GM
25172000-09-05 Gerd Moellmann <gerd@gnu.org>
2518
2519 * faces.el (set-face-attribute, face-spec-reset-face)
2520 (face-spec-set): Avoid consing by removing calls to `apply'.
2521
2522 * frame.el (frame-parameter): Move to C code.
2523
3b4429b4
DL
25242000-09-05 Dave Love <fx@gnu.org>
2525
2526 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2527 insert-before-markers-and-inherit. Now checked systematically!
2528
877055f6
GM
25292000-09-05 Alex Schroeder <alex@gnu.org>
2530
2531 * sql.el (sql-postgres): Use sql-postgres-options.
2532 (sql-postgres-options): New variable.
2533
25342000-09-05 Alex Schroeder <alex@gnu.org>
2535
2536 * sql.el (sql-mode-menu): Work around missing variable mark-active
2537 in XEmacs.
2538 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2539 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2540 compatibility.
2541
7a004b71
GM
25422000-09-04 Gerd Moellmann <gerd@gnu.org>
2543
54baed30 2544 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 2545
7a004b71
GM
2546 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2547
2548 * Makefile.in (DONTCOMPILE): Fix typo in file name.
2549
25502000-09-04 Andre Spiegel <spiegel@gnu.org>
2551
2552 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2553 don't support anything else under SCCS yet.
2554
2555 * vc-hooks.el: Minor doc fixes.
2556
25572000-09-04 Andre Spiegel <spiegel@gnu.org>
2558
2559 * vc.el (vc-next-action-on-file): Do not visit the file if it's
2560 not necessary. If verbose in state `needs-patch', do the same as
2561 under `up-to-date'. When NOT verbose and `needs-patch', check out
2562 latest version instead of `merge-news'.
2563 (vc-next-action-dired): Don't mess with default-directory here; it
2564 breaks other parts of dired. It is the job of the
099bd78a 2565 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
2566 (vc-next-action): Remove a special CVS case.
2567 (vc-clear-headers): New optional arg FILE.
2568 (vc-checkin, vc-checkout): Set properties vc-state and
2569 vc-checkout-time properly.
099bd78a 2570 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
2571 (vc-print-log): Use new backend function `show-log-entry'.
2572 (vc-cancel-version): Do the checks in a different order. Added a
2573 FIXME concerning RCS-only code.
2574
2575 * vc-rcs.el (vc-rcs-show-log-entry): New function.
2576 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2577
2578 * vc-cvs.el (vc-cvs-show-log-entry): New function.
2579
9b4a7800 2580 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
2581 `needs-patch' as a `-' too.
2582
25832000-09-04 Andre Spiegel <spiegel@gnu.org>
2584
2585 * vc.el (vc-responsible-backend): New optional arg REGISTER.
2586 (vc-default-could-register): New function.
2587 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2588 (vc-resynch-buffer): Call vc-dired-resynch-file.
2589 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2590 vc-resynch-buffer instead of vc-resynch-window.
2591 (vc-next-action-dired): Don't redisplay here, that gets done as a
2592 result of the individual file operations.
2593 (vc-retrieve-snapshot): Corrected prompt order.
2594
2595 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 2596
7a004b71
GM
2597 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2598 as well.
2599 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
2600 hostname regexps. Updated all callers.
2601 (vc-cvs-responsible-p): Handle directories as well.
2602 (vc-cvs-could-register): New function.
2603 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2604 properties up-to-date.
9b4a7800 2605
7a004b71
GM
2606 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2607 user whether to create one.
2608
26092000-09-04 Andre Spiegel <spiegel@gnu.org>
2610
2611 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2612 check out a non-existing file.
2613
2614 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2615 workfile does not exist.
2616
2617 * vc.el (vc-version-diff): Use `require' to check for existence of
2618 diff-mode.
2619
26202000-09-04 Andre Spiegel <spiegel@gnu.org>
2621
2622 * vc-cvs.el (vc-cvs-registered): Use new function
2623 vc-cvs-parse-entry to do the actual work.
2624
26252000-09-04 Andre Spiegel <spiegel@gnu.org>
2626
2627 * vc-hooks.el (vc-find-backend-function): If function doesn't
2628 exist, return nil instead of error.
2629 (vc-call-backend): Doc fix.
2630
2631 * vc.el (vc-do-command): Doc fix.
2632 (vc-finish-logentry): When checking in from vc-dired, choose the
2633 right backend for logentry check.
2634 (vc-dired-mode-map): Inherit from dired-mode-map.
2635 (vc-dired-mode): Local value of dired-move-to-filename-regexp
2636 simplified.
2637 (vc-dired-state-info): Removed, updated caller.
2638 (vc-default-dired-state-info): Use parentheses instead of hyphens.
2639 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2640 (vc-dired-listing-switches): New variable.
2641 (vc-directory): Use it, instead of dired-listing-switches.
2642
2643 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2644 (vc-cvs-dir-state): New function.
7f8b6551 2645 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
2646 (vc-cvs-parse-entry): New function, also to be used in
2647 vc-cvs-registered.
9b4a7800 2648
7a004b71
GM
26492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2650
2651 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2652 *or* single-window-frames.
2653
26542000-09-04 Andre Spiegel <spiegel@gnu.org>
2655
2656 * vc.el (vc-update-changelog): Split into generic part and default
2657 implementation. Doc string adapted.
2658 (vc-default-update-changelog): New function. Call the `rcs2log'
2659 script in exec-directory, to fix a long-standing nuisance.
2660
2661 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2662 simply signals an error.
9b4a7800 2663
7a004b71
GM
26642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2665
2666 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2667 control-flow more clear and to avoid running `cvs' twice.
2668
2669 * vc.el (vc-next-action-on-file): Doc fix.
2670 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2671 (vc-print-log): Eval `file' before constructing the continuation.
2672
26732000-09-04 Andre Spiegel <spiegel@gnu.org>
2674
2675 * vc.el (vc-next-action-on-file): Corrected several messages.
2676 (vc-merge): Add prefix arg `merge-news'; handle it.
2677
2678 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2679 is not reached. It is.
2680 (vc-cvs-merge): Set state to 'edited after merge.
2681 (vc-cvs-merge-news): Set workfile version to nil if not known.
2682 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
2683
2684 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2685 via stdout. (Merge from main line.)
9b4a7800 2686
7a004b71
GM
26872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2688
2689 * vc.el (vc-finish-logentry): Thinko in the "same comment"
2690 detection.
2691
26922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2693
2694 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2695 against kill-all-local-variables.
2696 (vc-log-edit): Don't save vc-parent-buffer any more.
2697 (vc-last-comment-match): Initialize to an empty string.
2698 (vc-post-command-functions): New hook.
2699 (vc-do-command): Run it.
2700 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2701 (vc-finish-logentry): Only add the comment to the ring if it's
2702 different from the last comment entered.
2703 (vc-new-comment-index): New function.
2704 (vc-previous-comment): Use it. Make the minibuffer message
2705 slightly less terse.
2706 (vc-comment-search-reverse): Make it work forward as well. Don't
2707 set vc-comment-ring-index if no match is found. Use
2708 vc-new-comment-index.
2709 (vc-comment-search-forward): Use vc-comment-search-reverse.
2710 (vc-dired-mode-map): Don't inherit from dired-mode-map since
2711 define-derived-mode will do it for us. Bind `v' to a keymap that
2712 inherits from vc-prefix-map so that we can bind `vt' without
2713 binding C-x v t.
2714 (vc-retrieve-snapshot): Parenthesis typo.
2715
2716 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2717 to 1. Make sure to switch to *vc* before looking for an error
2718 message. Use vc-parse-buffer.
2719
27202000-09-04 Andre Spiegel <spiegel@gnu.org>
2721
2722 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2723 and NAME.
2724 (vc-retrieve-snapshot): Split into two parts.
2725 (vc-default-retrieve-snapshot): New function.
2726
2727 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2728 (vc-cvs-retrieve-snapshot): New function (untested).
2729 (vc-cvs-stay-local): Default to t.
2730 (vc-cvs-remote-p): New function and property.
2731 (vc-cvs-state): Stay local only if the above is t.
2732 (vc-handle-cvs): Removed.
2733 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2734 done via vc-handled-backends now.
2735 (vc-cvs-header): Escape Id.
2736
27372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2738
2739 * vc.el (vc-do-command): Remove unused commands.
2740 (vc-version-diff): Make sure default-directory ends with a slash.
2741 Move the window commands into a vc-exec-after.
2742 (vc-print-log): Move more of the code into the `vc-exec-after'.
2743
27442000-09-04 Andre Spiegel <spiegel@gnu.org>
2745
2746 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2747 (vc-print-log): Search current revision from beginning of buffer.
2748 (vc-revert-buffer): Clear echo area after the diff is finished.
2749 (vc-prefix-map): Removed definition of "t" for terse display in vc
2750 dired.
2751 (vc-dired-mode-map): Inherit from dired-mode-map. Added
2752 definition of "vt" for terse display.
2753 (vc-dired-mode): Fix dired-move-to-filename-regexp.
2754
27552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2756
2757 * vc.el (vc-exec-after): Avoid caddr.
2758
27592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2760
2761 * vc.el (vc-exec-after): New function.
2762 (vc-do-command): Use it to add a termination message for async
2763 procs.
2764 (vc-checkout): Try to handle a missing-backend situation.
2765 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2766 of a directory with a backend using async diffs.
2767 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2768 present.
2769
2770 * vc-sccs.el (vc-sccs-state-heuristic): Use
2771 file-ownership-preserved-p.
2772
2773 * vc-rcs.el (vc-rcs-state-heuristic): Use
2774 file-ownership-preserved-p.
2775 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2776
27772000-09-04 Andre Spiegel <spiegel@gnu.org>
2778
2779 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2780 vc-do-command.
2781
2782 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2783 when there are no changes.
2784
27852000-09-04 Andre Spiegel <spiegel@gnu.org>
2786
2787 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2788
2789 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2790
27912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2792
2793 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2794
2795 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2796 the `fset' outside of the defvar so that it works even if
2797 vc-prefix-map was already defined.
2798 (vc-setup-buffer): New function, split out of vc-do-command.
2799 (vc-do-command): Allow BUFFER to be t to mean `just use the
2800 current buffer without any fuss'.
2801 (vc-version-diff): Change the `diff' backend operation to just put
2802 the diff in the current buffer without erasing it. Always use
2803 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
2804 shrink-window-if-larger-than-buffer.
2805 (vc-print-log): Change the `print-log' backend operation to just
2806 put the log in the current buffer without erasing it. Protect
2807 shrink-window-if-larger-than-buffer.
2808 (vc-update-change-log): Fix setd typo.
2809
2810 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2811 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2812
2813 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2814 (vc-rcs-diff): Insert in the current buffer and remove unused arg
2815 CMP.
2816
2817 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2818 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
2819 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2820
28212000-09-04 Andre Spiegel <spiegel@gnu.org>
2822
2823 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2824 not possible, use vc-BACKEND-workfile-unchanged-p.
2825 (vc-default-workfile-unchanged-p): New function. Delegates to a
2826 full vc-BACKEND-diff.
2827
2828 * vc-hooks.el (vc-simple-command): Removed.
2829
2830 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2831 instead of vc-simple-command.
2832 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2833 avoid doing a diff when opening a file.
2834 (vc-rcs-state): Added check for unlocked-changes.
2835 (vc-rcs-header): Escape Id.
2836 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2837 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2838 version.
2839
2840 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2841 (vc-sccs-diff): Remove optional arg CMP.
2842 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2843 SCCS-specific function.
2844
2845 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2846 vc-simple-command.
2847
28482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2849
2850 * vc.el (vc-editable-p): Renamed from vc-writable-p.
2851 (with-vc-file, vc-merge): Use vc-editable-p.
2852 (vc-do-command): Remove unused var vc-file and fix the
2853 doubly-defined `status' var. Add a user message when starting an
2854 async command.
2855 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2856 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2857 Use with-current-buffer.
2858 (vc-buffer-sync): Use unless.
2859 (vc-next-action-on-file): If the file is 'edited by read-only,
2860 make it read-write instead of trying to commit.
2861 (vc-version-diff, vc-update-change-log): Use `setq
2862 default-directory' rather than `cd'.
2863 (vc-log-edit): Don't forget to set default-directory in the
2864 buffer.
2865
2866 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
2867 (vc-sccs-state-heuristic): Use file-writable-p instead of
2868 comparing userids.
2869 (vc-sccs-checkout): Use `unless'.
2870
2871 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
2872 of comparing userids.
2873 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
2874 Simplify the logic by eliminating unreachable code.
2875 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
2876 just do a recursive call if we need to retry.
2877 (vc-rcs-checkout): Handle the case where rcs is missing by making
2878 the buffer read-write if requested and re-signalling the error.
2879
2880 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
2881
28822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2883
2884 * vc-hooks.el (vc-handled-backends): Docstring change.
2885 (vc-ignore-vc-files): Mark obsolete.
2886 (vc-registered): Check vc-ignore-vc-files.
2887 (vc-find-file-hook, vc-file-not-found-hook): Don't check
2888 vc-ignore-vc-files.
2889
2890 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
2891
28922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2893
2894 * vc.el (vc-checkout): Don't do anything special for ange-ftp
2895 files since ange-ftp already has vc-registered return nil.
2896
2897 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
2898 (vc-sccs-workfile-version): Use with-temp-buffer and new
2899 vc-parse-buffer and don't bother setting the property.
2900 (vc-sccs-add-triple): Use with-current-buffer and
2901 find-file-noselect.
2902 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
2903
2904 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
2905 derives from the old vc-parse-buffer but uses the revision number
2906 rather than the date (much easier to compare robustly).
2907 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
2908 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
2909 locking-user more directly. Check strict locking and set
2910 checkout-model appropriately.
2911 (vc-rcs-parse-locks): Remove.
2912 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
2913 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
2914 (vc-rcs-system-release): Use with-current-buffer and
2915 vc-parse-buffer.
2916 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
2917
2918 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
2919 (vc-simple-command): Docstring fix.
2920 (vc-registered): Align the way the file-handler is called with the
2921 way the function itself works.
2922 (vc-file-owner): Remove.
2923
2924 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
2925 extraction of fields and call to file-attributes because of a
2926 temporary bug in rcp.el.
2927 (vc-cvs-fetch-status): Use with-current-buffer.
2928
29292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2930
2931 * vc.el (vc-do-command): Use file-relative-name.
2932 (vc-responsible-backend): Use vc-backend if possible.
2933 (vc-create-snapshot): Improve the `interactive' spec. Add support
2934 for branches and dispatch to backend-specific `create-snapshot'.
2935 (vc-default-create-snapshot): New function, containing the bulk of
2936 the old vc-create-snapshot.
2937 (vc-retrieve-snapshot): Improve the interactive spec.
2938
2939 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
2940 (vc-backend-hook-functions): Remove.
2941 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
2942 (vc-backend): Reintroduce the test for `file = nil' now that I
2943 know why it was there (and added a comment to better remember).
2944
2945 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
2946 code from vc-sccs-hooks.el.
2947 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
2948 'vc anymore.
2949 (vc-sccs-responsible-p): Use expand-file-name instead of concat
2950 and file-directory-p instead of file-exists-p.
2951 (vc-sccs-check-headers): Simplify the regexp.
2952
2953 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
2954 from vc-rcs-hooks.el. Don't require 'vc anymore.
2955 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
2956 file-directory-p instead of file-exists-p.
2957
2958 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
2959 from vc-cvs-hooks.el.
2960 (proto vc-cvs-registered): Require 'vc-cvs instead of
2961 'vc-cvs-hooks. Don't require 'vc anymore.
2962 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
2963 file-directory-p instead of file-exists-p.
2964 (vc-cvs-create-snapshot): New function, replacing
2965 vc-cvs-assign-name.
2966 (vc-cvs-assign-name): Remove.
2967
29682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2969
2970 * vc-cvs.el (vc-cvs-header): New var.
2971
2972 * vc-rcs.el (vc-rcs-exists): Remove.
2973 (vc-rcs-header): New var.
2974
2975 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
2976 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
2977 (vc-sccs-header): New var.
2978
2979 * vc.el (vc-do-command): Get rid of the `last' argument.
2980 (vc-header-alist): Remove, replaced by vc-X-header.
2981 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
2982 (vc-dired-hook): Use expand-file-name instead of concat.
2983 (vc-directory): Use file-name-as-directory.
2984 (vc-snapshot-precondition, vc-create-snapshot)
2985 (vc-retrieve-snapshot): Allow the command to operate on any
2986 directory.
2987
2988 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
2989 just removing the 'WORKFILE argument or by removing the 'MASTER
2990 argument and replacing `file' with (vc-name file).
2991
29922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2993
2994 * vc.el: Update Copyright and add a crude list of backend funs.
2995 (vc-writable-p): New function.
2996 (with-vc-file): Use vc-writable-p.
7f8b6551 2997 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
2998 (vc-register): Avoid vc-name.
2999 (vc-locking-user): Remove.
3000 (vc-steal-lock): Make the `owner' arg non-optional.
3001 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3002 vc-checkout-model.
3003 (vc-default-dired-state-info): Use vc-state instead of
3004 vc-locking-user and return special strings for special states.
3005 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3006 and get rid of one of the special CVS cases.
3007 (vc-cancel-version): prettify error message with \\[...].
3008 (vc-rename-master): New function.
3009 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3010 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
3011 the CVS special case generic.
3012 (vc-default-record-rename): Remove.
3013 (vc-file-tree-walk-internal): Only call FUNC for files that are
3014 under control of some VC backend and replace `concat' with
3015 expand-file-name.
3016 (vc-file-tree-walk): Update docstring.
3017 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3018 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3019
3020 * vc-sccs.el (vc-sccs-rename-file): Renamed from
3021 vc-sccs-record-rename. Use `find-file-noselect' rather than
3022 `find-file' and call `vc-rename-master' to do the actual move.
3023 (vc-sccs-diff): Remove unused `backend' variable.
3024
3025 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3026 to delay loading of vc-sccs until it is really used.
3027 (vc-sccs-master-templates): Preload.
3028 (vc-sccs-state): Update call to vc-sccs-parse-locks.
3029 (vc-sccs-project-dir): Remove (merged into
3030 vc-sccs-search-project-dir).
3031 (vc-sccs-search-project-dir): Rewrite using file name handling ops
3032 rather than `concat', make sure it is preloaded and don't bother
3033 to check that the file actually exists.
3034 (vc-sccs-parse-locks): Remove unused `file' argument, remove
3035 `locks' argument (use buffer's content instead) and eliminate n^2
3036 behavior.
3037
3038 * vc-rcs.el: Update Copyright.
3039 (vc-rcs-rename-file): New function.
3040 (vc-rcs-diff): Remove unused `backend' variable.
3041
3042 * vc-hooks.el: Update Copyright.
3043 (vc-backend): Don't accept a nil argument any more.
3044 (vc-up-to-date-p): Turn into a defsubst.
3045 (vc-possible-master): New function.
3046 (vc-check-master-templates): Use `vc-possible-master' and allow
3047 funs in vc-X-master-templates to return a non-existent file.
3048
3049 * vc-cvs.el: Update Copyright.
3050 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 3051 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
3052
3053 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3054
30552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3056
3057 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3058 since it can be called from vc-rcs.el.
3059 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3060
30612000-09-04 Andre Spiegel <spiegel@gnu.org>
3062
3063 * vc.el (vc-version-diff): Expand file name read from the
3064 minibuffer. Handle the case when a previous version number can't
3065 be guessed. Give suitable messages when there were no differences
3066 found.
3067 (vc-clear-headers): Call backend-specific implementation, if one
3068 exists.
3069 (vc-cancel-version): Made error checks generic. When done, clear
3070 headers generically, too.
3071
3072 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3073 from vc-clear-headers in vc.el.
3074
3075 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3076 correctly.
3077 (vc-rcs-latest-on-branch-p): Made second argument VERSION
3078 optional. Handle the case when it's not there.
3079
30802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3081
3082 * vc.el (vc-locking-user): Moved from vc-hooks.el.
3083
30842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3085
3086 * vc-hooks.el (vc-loadup): Remove.
3087 (vc-find-backend-function): Use `require'. Also, handle the case
3088 where vc-BACKEND-hooks.el doesn't exist.
3089 (vc-call-backend): Cleanup.
3090
30912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3092
3093 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3094 vc-rcs-grab-templates)
3095 (vc-rcs-registered): Remove. The default function works as well.
3096 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3097 vc-sccs-grab-templates)
3098 (vc-sccs-registered): Remove. The default function works as well.
3099
3100 * vc.el (vc-version-diff): Left out a vc- in call to
3101 vc-call-backend.
3102 (vc-default-dired-state-info, vc-default-record-rename)
3103 (vc-default-merge-news): Update for the new backend argument.
3104
3105 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3106 using the default function.
3107 (vc-call-backend): If calling the default function, pass it the
3108 backend as first argument. Update the docstring accordingly.
3109 (vc-default-state-heuristic, vc-default-mode-line-string): Update
3110 for the new backend argument.
3111 (vc-make-backend-sym): Renamed from vc-make-backend-function.
3112 (vc-find-backend-function): Use the new name.
3113 (vc-default-registered): New function.
3114
31152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3116
3117 * vc.el (vc-merge): Use vc-find-backend-function.
3118
3119 * vc-hooks.el (vc-backend-functions): Remove.
3120 (vc-loadup): Don't setup 'vc-functions.
3121 (vc-find-backend-function): New function.
3122 (vc-call-backend): Use above fun and populate 'vc-functions
3123 lazily.
3124 (vc-backend-defines): Remove.
3125
31262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3127
3128 * vc.el (vc-register): Put a FIXME note for a newly found bug.
3129 Call vc-call-backend without the leading vc-.
3130 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3131 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 3132 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
3133 (vc-annotate-display): Replace confusing use of `cond' with `or'.
3134 Call vc-call-backend without the leading vc-.
3135
3136 * vc-cvs.el (tail): Provide vc-cvs.
3137 * vc-sccs.el (tail): Provide vc-sccs.
3138 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3139
3140 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3141 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 3142 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
3143 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3144 (vc-call-backend): Always try to load vc-X-hooks.
3145 (vc-registered): Remove vc- in call to vc-call-backend.
3146
31472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3148
3149 * vc.el (vc-process-filter): New function.
3150 (vc-do-command): Setup `vc-process-filter' for the async process.
3151 (vc-maybe-resolve-conflicts): New function to reduce
3152 code-duplication. Additionally, it puts the buffer in
3153 `smerge-mode' if applicable.
3154 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3155 calling `merge-news'.
7f8b6551 3156 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
3157 (vc-log-edit): New function. Replacement for `vc-log-mode' by
3158 interfacing to log-edit.el.
3159 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3160 log-edit is available.
3161 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3162
31632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3164
3165 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3166 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3167 defvar and the initialization.
3168 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3169
3170 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3171 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3172
7f8b6551 3173 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
3174
31752000-09-04 Andre Spiegel <spiegel@gnu.org>
3176
3177 * vc.el (vc-file-clear-masterprops): Removed.
3178 (vc-checkin, vc-revert-buffer): Removed calls to the above.
3179 (vc-version-diff): Use buffer-size without argument.
3180 (vc-register): Heed vc-initial-comment.
3181
3182 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3183 default branch.
3184
3185 * vc-rcs.el (vc-rcs-register): Parse command output to find master
3186 file name and workfile version.
3187 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3188
3189 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3190 vc-file-clear-masterprops.
3191
3192 * vc-sccs.el (vc-sccs-checkout): Removed call to
3193 vc-file-clear-masterprops. If writable, set vc-state to 'edited
3194 rather than user login name.
3195
3196
31972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3198
3199 * vc.el (vc-workfile-unchanged-p): Remove unused argument
3200 `want-differences-if-changed' and simplify.
3201 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3202 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3203 output (which is invalid for async vc-diff) to decide whether to
3204 do the revert silently or not.
3205
32062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3207
3208 * vc-hooks.el (vc-loadup): Load files quietly.
3209 (vc-call-backend): Oops, brain fart.
3210
32112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3212
3213 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 3214 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
3215
32162000-09-04 Andre Spiegel <spiegel@gnu.org>
3217
3218 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3219 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3220 vc-state or vc-up-to-date-p.
3221 (vc-merge): Use vc-backend-defines to check whether merging is
3222 possible. Set state to 'edited after successful merge.
3223
3224 * vc-hooks.el (vc-locking-user): If locked by the calling user,
3225 return that name. Redocumented.
3226
32272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3228
3229 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3230 new `vc-state' semantics.
3231 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3232 'vc-locking-user to the current user.
3233 (vc-merge): Inline vc-backend-merge. Comment out code that I
3234 don't understand and hence can't adapt to the new `vc-state' and
3235 `vc-locking-user' semantics.
3236 (vc-backend-merge): Remove.
3237
3238 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3239 rather than 'vc-locking-user.
3240
3241 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3242
3243 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3244 (vc-state): Don't use 'reserved any more. Just use the same
3245 convention as the one used for vc-<backend>-state where the
3246 locking user (as a string) is returned.
3247 (vc-locking-user): Update, based on the above convention. The
3248 'vc-locking-user property has disappeared.
7f8b6551 3249 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
3250
3251 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3252 with a heuristic one.
3253 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3254 (vc-cvs-checkin): Do a trivial parse to set the state in case of
3255 error. That allows us to get to 'needs-merge even in the
3256 stay-local case. There's still no way to detect 'needs-patch in
3257 such a setup (or to force an update for that matter).
3258 (vc-cvs-logentry-check): Remove, the default works as well.
3259
32602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3261
7f8b6551 3262 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
3263
3264 * vc.el (vc-do-command): kill-all-local-variables, to reset any
3265 major-mode in which the buffer might have been put earlier. Use
3266 `remove' and `when'. Allow `okstatus' to be `async' and use
3267 `start-process' in this case.
3268 (vc-version-diff): Handle the case where the diff looks empty
3269 because of the use of an async process.
3270
32712000-09-04 Andre Spiegel <spiegel@gnu.org>
3272
3273 * vc.el (vc-next-action-on-file): Removed optional parameter
3274 `simple'. Recompute state unconditionally.
3275 (vc-default-toggle-read-only): Removed.
3276
3277 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3278 (vc-toggle-read-only): Undid prev change.
3279
3280 * vc-cvs.el (vc-cvs-stay-local): Renamed from
3281 vc-cvs-simple-toggle. Redocumented.
3282 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3283 (vc-cvs-toggle-read-only): Removed.
3284
32852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3286
7f8b6551 3287 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
3288 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3289 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3290 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
3291 still is. So maybe it should be removed.
3292 (vc-head-version, vc-find-binary): Remove.
3293 (vc-recompute-state): Move from vc-hooks.el.
3294 (vc-next-action-on-file): Add a `simple' argument to allow
3295 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
3296 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3297 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
3298 (vc-dired-mode-map): Properly defvar it.
3299 (vc-print-log): Call log-view-mode if available.
3300 (small-temporary-file-directory): defvar instead of use boundp.
3301 (vc-merge-news): Moved to vc-cvs.el.
3302 (vc-default-merge-news): New function.
3303
3304 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3305 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3306 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3307 unknown `vc-latest-version' function. It should probably refer to
3308 vc-workfile-version or somesuch, but it's very unclear to me and I
3309 don't have SCCS to test things.
3310
3311 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3312 (vc-sccs-state-heuristic): Fix typo.
3313 (vc-sccs-workfile-unchanged-p): Add missing argument.
3314
3315 * vc-rcs.el: Require vc and vc-rcs-hooks.
3316 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3317 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3318 (vc-release-greater-or-equal-p): Move from vc.
3319 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3320 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3321 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 3322 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
3323
3324 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3325 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3326 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3327 than the apparently unbound `workfile-version'.
3328
3329 * vc-hooks.el (vc-master-templates): Def the obsolete var.
3330 (vc-file-prop-obarray): Use `make-vector'.
3331 (vc-backend-functions): Add new hookable functions
3332 vc-toggle-read-only, vc-record-rename and vc-merge-news.
3333 (vc-loadup): If neither backend nor default functions exist, use
3334 the backend function rather than nil.
3335 (vc-call-backend): If the function if not bound yet, try to load
3336 the non-hook file to see if it provides it.
3337 (vc-call): New macro plus use it wherever possible.
3338 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3339 nor `vc-find-binary' since it's only called from
7f8b6551 3340 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
3341 (vc-checkout-model): Fix parenthesis.
3342 (vc-recompute-state, vc-prefix-map): Move to vc.el.
3343
7f8b6551 3344 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
3345 (vc-cvs-release, vc-cvs-system-release): Remove.
3346 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3347 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3348 status symbols.
3349 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3350 (vc-cvs-toggle-read-only): First cut at a function to allow a
3351 cvs-status-free vc-toggle-read-only.
3352 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3353 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3354 vc-cvs-status. Also set vc-state rather than vc-locking-user.
3355 (vc-cvs-checkout): Modify access rights directly if the user
3356 requested not to use `cvs edit'. And refresh the mode line.
3357
3358 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3359 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3360
33612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3362
3363 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
3364 workfile' that got lost when the code was extracted from vc.el.
3365 And merged the tail with the rest of the code (not possible in the
3366 old vc.el where the tail was shared among all backends). And
3367 explicitly set the state to 'edited if `writable' is set.
3368
3369 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3370 (vc-cvs-state): Be careful to return the value from
3371 vc-cvs-parse-state.
3372 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
3373 property but return it instead. Also be careful to handle a nil
3374 or "" `rev' when workfile is non-nil (it was handled properly when
3375 workfile was nil).
3376
3377 * vc.el: Removed those pesky unnecessary `(function' quotes.
3378 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3379 directly in the defvar.
3380 (vc-do-command): Bind inhibit-read-only so as to properly handle
3381 the case where the destination buffer has been made read-only.
3382 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 3383 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
3384 (vc-annotate-mode-variables): Removed (code moved partly to
3385 defvars and partly to vc-annotate-add-menu).
3386 (vc-annotate-mode): Turned into a derived-mode.
3387 (vc-annotate-add-menu): Moved in code in
3388 vc-annotate-mode-variables.
3389 (vc-update-change-log): Use make-temp-file if available.
3390
33912000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
3392
3393 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3394 `vc-checkout-model' updated to `vc-cvs-update-model'.
3395
33962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3397
3398 * vc.el (vc-next-action-on-file): Added handling of state
3399 `unlocked-changes'.
3400 (vc-checkout-carefully): Is now practically obsolete, unless the
3401 above is too slow to be enabled unconditionally.
3402 (vc-update-change-log): Fixed typo.
3403
3404 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3405
7f8b6551
SM
3406 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3407 Now handles state `unlocked-changes'.
3408 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
3409
3410 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3411
3412 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3413 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
3414 `unlocked-changes'.
3415 (vc-rcs-workfile-unchanged-p): Renamed from
3416 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
3417 function yet, but supposed to become one soon.
3418
3419 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3420 `vc-steal-lock'.
3421 (vc-call-backend): Changed error message.
3422 (vc-state): Added description of state `unlocked-changes'.
3423
34242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3425
3426 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3427 always return t in CVS-controlled directories.
3428
3429 * vc.el (vc-responsible-backend): New function.
3430 (vc-register): Largely rewritten.
3431 (vc-admin): Removed (implementation moved into vc-register).
3432 (vc-checkin): Redocumented.
3433 (vc-finish-logentry): If no backend defined yet (because we are in
3434 the process of registering), use the responsible backend.
3435
3436 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3437 Updated function lists.
3438 (vc-call-backend): Fixed typo.
3439
7f8b6551
SM
3440 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3441 New functions.
3442 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3443 Removed query option. Redocumented.
7a004b71
GM
3444
34452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3446
3447 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3448
3449 * vc.el: Updated callers of `vc-checkout-required' to use
3450 `vc-checkout-model'.
3451
34522000-09-04 Martin Lorentzson <martinl@gnu.org>
3453
3454 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
3455 stuff updated to reference this function instead of the old
3456 `vc-backend-release-p'.
3457
34582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3459
3460 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3461 vc-checkout-model. Return appropriate values. Updated callers.
3462
34632000-09-04 Martin Lorentzson <martinl@gnu.org>
3464
7f8b6551 3465 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
3466 (vc-backend-revert): Function moved into `vc-revert';
3467 `vc-next-action' must be updated to accomodate this change.
3468 (vc-backend-steal): Function moved into `vc-finish-steal'.
3469 (vc-backend-logentry-check): Function moved into
3470 `vc-finish-logentry'.
3471 (vc-backend-printlog): Function moved into `vc-print-log'.
3472 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3473 (vc-backend-assign-name): Function moved into
3474 `vc-create-snapshot'.
3475
34762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3477
3478 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
3479 Rename to vc-checkout-model. Return appropriate values.
3480 Update callers.
7a004b71 3481
7f8b6551 3482 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 3483 to vc-checkout-model.
7f8b6551
SM
3484 (vc-checkout-required): Rename to vc-checkout-model.
3485 Re-implement and re-comment.
7a004b71
GM
3486 (vc-after-save): Use vc-checkout-model.
3487
34882000-09-04 Martin Lorentzson <martinl@gnu.org>
3489
7f8b6551
SM
3490 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3491 Update to use the vc-BACKEND-diff functions instead.
3492 `vc-diff' is now working.
7a004b71 3493
7f8b6551 3494 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 3495
7f8b6551 3496 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
3497
3498 * vc-sccs.el (vc-sccs-diff): Function changed name from
3499 `vc-backend-diff'. This makes `vc-diff' work.
3500
7f8b6551 3501 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 3502 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 3503 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
3504 signaled during `vc-after-save'.
3505
7f8b6551
SM
3506 * vc.el: Fix typo.
3507 This checkin is made with our new VC code base for the very first time.
3508 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
3509
3510 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3511 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3512
3513 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3514 updated to `vc-uses-locking'.
7f8b6551 3515 (vc-checkout-required): Call to backend function.
7a004b71
GM
3516 `vc-checkout-required' updated to `vc-uses-locking' instead.
3517
3518 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3519 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3520
7f8b6551 3521 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 3522 to match the split into various backends.
7f8b6551 3523 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
3524 (vc-retrieve-snapshot): Bug fix.
3525
35262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3527
3528 * vc-sccs.el (vc-sccs-release): Doc fix.
3529
35302000-09-04 Martin Lorentzson <martinl@gnu.org>
3531
3532 * vc.el (vc-next-action-on-file): Bug found and fixed.
3533 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3534 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3535
3536 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3537 (vc-rcs-checkout): Name space cleaned up. No more revision number
3538 crunching function names that are not prefixed with vc-rcs.
3539 (vc-rcs-checkout-model): Function added. References to
3540 `vc-checkout-model' replaced.
3541
35422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3543
3544 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3545 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
3546 still need to be split, and implemented for RCS).
3547
35482000-09-04 Martin Lorentzson <martinl@gnu.org>
3549
3550 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3551
3552 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3553 required by the vc.el file.
3554
3555 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3556 required by the vc.el file.
3557 (vc-rcs-exists): Function added.
3558
3559 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3560 required by the vc.el file.
3561
3562 * vc.el (vc-admin): Updated to handle selection of appropriate
3563 backend. Current implementation is crufty and need re-thinking.
3564
3565 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3566
35672000-09-04 Martin Lorentzson <martinl@gnu.org>
3568
3569 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3570 beginning of annotate buffers correctly.
3571
3572 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3573 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3574 functionality updated quite a lot to support multiple backends.
3575 Variables `vc-annotate-mode', `vc-annotate-buffers',
3576 `vc-annotate-backend' added.
3577
3578 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3579 `vc-annotate-difference' added to supported backend functions.
3580
35812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3582
3583 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3584 Use with-temp-file instead of /bin/sh. Merged from mainline
3585
35862000-09-04 Martin Lorentzson <martinl@gnu.org>
3587
3588 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3589
3590 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3591
3592 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3593
35942000-09-04 Martin Lorentzson <martinl@gnu.org>
3595
3596 * vc-hooks.el: vc-state-heuristic added to
3597 vc-backend-hook-functions.
3598
3599 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3600
3601 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3602
7f8b6551
SM
3603 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3604 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
3605 state to `reserved'.
3606
3607 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3608 `vc-checkout-required'. Rename the `locked' state to `reserved'.
3609
36102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3611
7f8b6551 3612 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
3613 untouched.
3614
7f8b6551 3615 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 3616
7f8b6551 3617 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
3618 if defined. (Merged from main line, slightly adapted.)
3619
3620 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3621 millenium problem (merged from mainline).
3622
36232000-09-04 Martin Lorentzson <martinl@gnu.org>
3624
3625 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3626 part and moved the non-BACKEND stuff to vc.el.
3627
3628 * vc.el: Split the annotate feature into a BACKEND specific part
3629 and moved it from the vc-cvs.el file to this one.
3630
36312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3632
7f8b6551
SM
3633 * vc-hooks.el: Implement new state model.
3634 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3635 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 3636 locked by somebody else.
7f8b6551 3637 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
3638 vc-sccs-hooks.el and vc-rcs-hooks.el now.
3639 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 3640 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 3641
7f8b6551
SM
3642 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3643 Various simplifications and adaptations all over the place.
7a004b71 3644
7f8b6551
SM
3645 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3646 Simplify and adapt the rest.
7a004b71 3647
7f8b6551 3648 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 3649 interaction with view mode according to recent RCS change.
7f8b6551 3650 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
3651
36522000-09-04 Martin Lorentzson <martinl@gnu.org>
3653
7f8b6551 3654 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
3655
36562000-09-04 Martin Lorentzson <martinl@gnu.org>
3657
3658 * vc.el (vc-backend-release, vc-release-greater-or-equal)
3659 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3660 (vc-minor-part, vc-previous-version): Functions that operate and
3661 compare revision numbers got proper documentation. Comments added
3662 about their possible removal.
3663
36642000-09-04 Martin Lorentzson <martinl@gnu.org>
3665
3666 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3667 the vc-backend.el files.
3668
3669 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3670
3671 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3672 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3673 (vc-rcs-previous-version): Functions added.
3674
3675 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3676
3677 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3678
36792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3680
3681 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 3682 Comment out the definition for now. What is the right procedure
7a004b71
GM
3683 to get rid of it?
3684 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3685 rewritten.
7f8b6551 3686 (vc-default-registered): Remove.
7a004b71
GM
3687 (vc-check-master-templates): New function; does mostly what the
3688 above did before.
3689 (vc-locking-user): Don't rely on the backend to set the property.
3690
3691 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 3692 Rewrite documentation.
7a004b71
GM
3693 (vc-rcs-templates-grabbed): New variable.
3694 (vc-rcs-grab-templates): New function.
7f8b6551 3695 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
3696
3697 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 3698 Rewrite documentation.
7a004b71
GM
3699 (vc-sccs-templates-grabbed): New variable.
3700 (vc-sccs-grab-templates): New function.
7f8b6551
SM
3701 (vc-sccs-registered): Rewrite to use above mechanism.
3702 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3703 Don't throw the result, simply return it.
7a004b71 3704
7f8b6551
SM
3705 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3706 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
3707 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 3708
7f8b6551 3709 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
3710 from main line.
3711
37122000-09-04 Martin Lorentzson <martinl@gnu.org>
3713
7f8b6551 3714 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 3715
7f8b6551 3716 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 3717
7f8b6551
SM
3718 * vc-rcs.el (vc-rcs-diff): New function.
3719 (vc-rcs-checkout): Bug (typo) found and fixed.
3720 (vc-rcs-register-switches): New variable.
7a004b71
GM
3721
3722 * vc.el (vc-backend-diff): Function removed and placed in the
3723 backend files.
3724
37252000-09-04 Martin Lorentzson <martinl@gnu.org>
3726
3727 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3728
3729 * vc.el (vc-backend-checkout): Function removed and replaced in
3730 the vc-backend.el files.
3731
3732 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3733
3734 * vc.el (vc-backend-admin): Removed and replaced in the
3735 vc-backend.el files.
3736
3737 * vc.el (Martin): Removed all the annotate functionality since it
3738 is CVS backend specific.
3739
37402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3741
3742 * spec.txt: Added specification of vc-state.
3743
3744 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 3745 Remove handling of vc-latest-version and
7a004b71
GM
3746 vc-your-latest-version. What used to be vc-latest-version, is now
3747 returned as vc-workfile-version.
7f8b6551 3748 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
3749
37502000-09-04 Dave Love <fx@gnu.org>
3751
3752 * vc.el: [Merged from mainline.]
3753 (vc-dired-mode): Make the dired-move-to-filename-regexp
3754 regexp match the date, to avoid treating date as file size.
3755 Add YYYY S option to WESTERN/
3756
37572000-09-04 Dave Love <fx@gnu.org>
3758
3759 * vc.el: Require `compile' when compiling.
3760 (vc-logentry-check-hook): New option.
3761 (vc-steal-lock): Use compose-mail.
3762 (vc-dired-mode-map): Defvar when compiling.
3763 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3764 vc-sccs.el and renamed. Callers changed.
3765 (vc-backend-checkout, vc-backend-logentry-check)
3766 (vc-backend-merge-news): Doc fix.
3767 (vc-default-logentry-check): New function.
3768 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3769 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3770 (vc-backend-merge): Doc fix. Use backend functions.
3771 (vc-check-headers): Use backend functions.
3772
3773 * vc-cvs.el: Require vc when compiling.
3774 (vc-cvs-register-switches): Doc fix.
3775 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3776 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3777 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3778 New functions (code from vc.el).
3779 (vc-annotate-display-default): Fix interactive spec.
3780 (vc-annotate-time-span): Doc fix.
3781
3782 * vc-rcs.el: Require vc when compiling.
3783 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3784 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3785 (vc-rcs-checkin): New functions (code from vc.el).
3786 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3787 Doc fix.
3788 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
3789
3790 * vc-sccs.el: Require vc when compiling.
3791 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3792 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3793 (vc-sccs-revert)
3794 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3795 from vc.el).
3796 (vc-sccs-add-triple, vc-sccs-record-rename)
3797 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3798 (vc-sccs-admin): Doc fix.
3799
38002000-09-04 Martin Lorentzson <martinl@gnu.org>
3801
3802 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3803 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3804 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3805 from vc.el.
3806
3807 * vc-sccs.el (vc-admin-sccs): Added from vc.el
3808
3809 * vc-cvs.el: Moved the annotate functionality from vc.el.
3810 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3811
38122000-09-04 Dave Love <fx@gnu.org>
3813
3814 * vc.el (vc-backend-release): Call vc-system-release.
3815
3816 * vc-sccs.el (vc-sccs-system-release):
3817 Renamed from vc-sccs-backend-release.
3818
3819 * vc-rcs.el (vc-rcs-system-release):
3820 Renamed from vc-rcs-backend-release.
3821
3822 * vc-cvs.el (vc-cvs-system-release):
3823 Renamed from vc-cvs-backend-release.
3824
38252000-09-04 Dave Love <fx@gnu.org>
3826
3827 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3828 backend files.
3829 (vc-backend-release): Dispatch to backend functions.
3830 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
3831 probably needs attention.]
3832
3833 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3834 (vc-sccs-backend-release): New function.
3835
3836 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3837 (vc-cvs-backend-release): New function.
3838
3839 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3840 Doc fix.
3841 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3842 (vc-default-dired-state-info): New function.
3843 (vc-dired-state-info): Dispatch to backends.
3844 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
3845
3846 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3847 from vc.el and renamed.
3848
38492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3850
3851 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3852 (vc-version-other-window, vc-backend-assign-name): Removed
3853 references to vc-latest-version; sometimes changed into
3854 vc-workfile-version.
3855
3856 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3857 vc-rcs-master-workfile-version.
3858 (vc-rcs-workfile-version): Use the above. Don't call
3859 vc-latest-version (that was unreachable code, anyway).
3860 (vc-rcs-fetch-master-properties): Doc fix.
3861
3862 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3863 (vc-backend-hook-functions): Removed them from this list, too.
3864 (vc-fetch-properties): Removed.
3865 (vc-workfile-version): Doc fix.
3866
3867 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
3868 (vc-rcs-workfile-version, vc-rcs-locking-user)
3869 (vc-rcs-uses-locking): Use it.
3870
3871 * vc-hooks.el (vc-consult-rcs-headers):
3872 Moved into vc-rcs-hooks.el, under the name
3873 vc-rcs-consult-headers.
3874
3875 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
3876 headers.
3877 (vc-cvs-find-master): Use this name only; correct different
3878 versions of the name.
3879
3880 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
3881 New functions.
3882 (vc-sccs-locking-user): Use the latter.
3883
3884 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
3885 New functions.
3886
3887 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
3888 Moved into both
3889 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
3890 functions are implementation details of those two backends.
3891
38922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3893
3894 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
3895 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
3896
3897 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
3898 (vc-sccs-parse-locks): SCCS-specific code moved here from
3899 vc-hooks.
3900
3901 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
3902 code moved here from vc-hooks.
3903
3904 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
3905 into back-end specific parts and removed. Callers not updated
3906 yet; because I guess these callers will disappear into back-end
3907 specific files anyway.
3908
39092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3910
3911 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
3912 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
3913 `vc-uses-locking'.
3914
3915 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
3916 Store yes/no in the property, and return t/nil. Updated all
3917 callers.
3918
3919 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
3920 vc-sccs-uses-locking. Don't set property.
3921 (vc-sccs-locking-user): Don't set property.
3922
3923 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
3924 vc-cvs-uses-locking. Don't set property here; leave that to
3925 vc-hooks.
3926 (vc-cvs-locking-user): Reflect above change. Streamlined.
3927
3928 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
3929 vc-rcs-uses-locking.
3930 (vc-rcs-locking-user): Reflect above change.
3931
39322000-09-04 Dave Love <fx@gnu.org>
3933
3934 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
3935
3936 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
3937
3938 * vc-hooks.el (vc-checkout-model): Punt to backends.
3939
3940 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
3941
3942 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
3943
3944 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
3945 New functions.
3946
3947 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
3948 New functions.
3949
3950 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
3951 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
3952
3953 * vc-hooks.el (vc-default-locking-user): New function.
3954 (vc-locking-user, vc-workfile-version): Punt to backends.
3955
39562000-09-04 Dave Love <fx@gnu.org>
3957
3958 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
3959 (vc-master-workfile-version): Moved from vc-hooks.
3960
3961 * vc-rcs-hooks.el: Fix duplicate code in last change.
3962
3963 * vc-rcs-hooks.el: Require vc-hooks when compiling.
3964 (vc-rcs-master-templates): Improve :type.
3965 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
3966 vc-master-workfile-version): Moved from vc-hooks.
3967
3968 * vc-sccs-hooks.el: Require vc-hooks when compiling.
3969 (vc-sccs-master-templates): Improve :type.
3970 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
3971
3972 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
3973
3974 * vc-cvs-hooks.el: Require vc-hooks when compiling.
3975 (vc-cvs-master-templates): Improve :type. Use
3976 vc-cvs-find-cvs-master.
3977 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
3978 from vc-hooks.
3979 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
3980
3981 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
3982 Moved to vc-cvs-hooks.
3983
3984 * vc-hooks.el: Add doc strings in various places. Simplify the
3985 minor mode setup.
3986 (vc-handled-backends): New user variable.
3987 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
3988 simplification.
3989
39902000-09-04 Dave Love <fx@gnu.org>
3991
3992 * vc.el: Some doc fixes for autoloaded and interactive functions.
3993 Fix compilation warnings from ediff stuff.
3994 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
3995
3996 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
3997
3998 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
3999
4000 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4001
40022000-09-04 Dave Love <fx@gnu.org>
4003
4004 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4005 New variable.
4006 (vc-make-backend-function, vc-loadup, vc-call-backend)
4007 (vc-backend-defines): New functions.
4008
4009 * vc-hooks.el: Various doc fixes.
4010 (vc-default-back-end, vc-follow-symlinks): Custom fix.
4011 (vc-match-substring): Function removed. Callers changed to use
4012 match-string.
4013 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4014 Simplify.
4015
40162000-09-04 Dave Love <fx@gnu.org>
4017
4018 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4019 type.
4020 (vc-sccs-project-dir, vc-search-sccs-project-dir)
4021 (vc-sccs-registered): Doc fix.
4022
4023 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4024 (vc-cvs-registered): Doc fix.
4025
4026 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4027 (vc-rcs-registered): Doc fix.
4028
40292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4030
4031 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4032
4033 * vc-hooks.el: vc-registered has been renamed
4034 vc-default-registered. Some functions have been moved to the
4035 backend specific files. they all support the
4036 vc-BACKEND-registered functions.
4037
40382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4039
4040 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4041
4042 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4043
a033ea13
DL
40442000-09-04 Dave Love <fx@gnu.org>
4045
179fc9ef
DL
4046 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4047 menu-bar-update-hook.
4048
4049 * help.el (help-manyarg-func-alist): Add
4050 find-operation-coding-system.
4051
a033ea13
DL
4052 * wid-edit.el (widget-sexp-validate): Fix garbled code.
4053
4054 * custom.el (custom-set-variables): Print message about errors in
4055 setting.
4056
f8803e97
AI
40572000-09-03 Andrew Innes <andrewi@gnu.org>
4058
4059 * makefile.w32-in: Change to DOS line endings.
4060
59836110
EZ
40612000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4062
4063 * mouse.el (mouse-popup-menubar): Supply the prompt string for
4064 minor-mode keymaps, if they don't have one.
4065
5514ba5c
EZ
40662000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4067
4068 * eshell/esh-module.el (eval-when-compile): Don't lose if
4069 esh-module.el's file name is truncated to DOS 8+3 limits.
4070
79cf8e80
JW
40712000-09-01 John Wiegley <johnw@gnu.org>
4072
4073 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4074 predicate, which caused entries in the completion list to be
4075 doubled.
4076
40772000-08-30 John Wiegley <johnw@gnu.org>
4078
4079 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4080 sending to subprocesses. Also, hook pre-command-hook if
4081 `eshell-send-direct-to-subprocesses' is non-nil.
4082 (eshell-send-direct-to-subprocesses): New config variable. If t,
4083 subprocess input is send immediately.
4084 (eshell-toggle-direct-send): New function.
4085 (eshell-self-insert-command): New function.
4086 (eshell-intercept-commands): New function.
4087 (eshell-send-input): If direct subprocess sending is enabled,
4088 don't echo any input to the Eshell buffer. Let the subprocess
4089 handle that. This requires "stty echo" in bash, for example.
4090
40912000-08-28 John Wiegley <johnw@gnu.org>
4092
4093 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4094 completion function for Eshell's implementation of `unset'.
4095
778911b9
EZ
40962000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4097
4098 * info.el (Info-directory-list): Doc fix.
4099
05d07b49
PB
41002000-08-31 Peter Breton <pbreton@ne.mediaone.net>
4101
9b4a7800 4102 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
4103 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4104
9941d4c7
KH
41052000-08-31 Kenichi Handa <handa@etl.go.jp>
4106
4107 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4108 coding systems.
4109
af9ba8ad
AI
41102000-08-30 Andrew Innes <andrewi@gnu.org>
4111
4112 * timer.el (run-with-idle-timer): Undo last change, so that timer
4113 is not activated immediately if Emacs is already idle. Some
4114 existing code relies on this behaviour.
4115
caccd8f2
MB
41162000-08-30 Miles Bader <miles@gnu.org>
4117
4118 * frame.el (set-frame-font): Do completion of font-name for
4119 interactive use.
4120
b64c0a1c
KH
41212000-08-30 Kenichi Handa <handa@etl.go.jp>
4122
4123 * international/quail.el (quail-start-translation): Bind locally
4124 last-command-event, last-command, and this-command.
4125 (quail-start-conversion): Likewise.
75cf0095 4126 (quail-self-insert-command): Fix docstring.
b64c0a1c 4127
fd5f61d3
GM
41282000-08-29 Gerd Moellmann <gerd@gnu.org>
4129
4130 * progmodes/executable.el
4131 (executable-make-buffer-file-executable-if-script-p): Check that
4132 buffer contains at least 2 characters.
4133
5b671d04
EZ
41342000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
4135
4136 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4137
485d9513
DL
41382000-08-29 Dave Love <fx@gnu.org>
4139
a39fb83d
DL
4140 * diff-mode.el (diff-mode) <defgroup>: Add :version.
4141 (diff-mode-shared-map): Bind mouse-2.
4142 (diff-imenu-generic-expression): New variable.
4143 (diff-mode): Use it.
4144
485d9513
DL
4145 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4146 (mouse-popup-menubar): Add minor mode menus.
4147 (popup-menu): Check for lookup-key returning number.
4148
ba3478d9
MB
41492000-08-29 Miles Bader <miles@gnu.org>
4150
4151 * comint.el (comint-send-input): Create overlays using the proper
4152 front/read-advance arguments.
9b4a7800 4153
c3d6d211
GM
41542000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4155
4156 * ps-print.el: Even/odd pages printing. Doc fix.
4157 (ps-print-version): New version number (6.0).
4158 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4159 (ps-background, ps-begin-file, ps-begin-job): Code fix.
4160 (ps-print-duplex-feature): Variable eliminated.
4161 (ps-even-or-odd-pages): New variable.
4162
ba087cd7 4163 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
4164 (ebnf-version): New version (3.3).
4165 (ebnf-user-arrow): Change variable customization to sexp.
4166 (ebnf-user-arrow): Function eliminated.
4167 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 4168
d313265f
KH
41692000-08-29 Kenichi Handa <handa@etl.go.jp>
4170
cba62b78 4171 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
4172 (help-make-xrefs): Handle help-xref-mule-regexp.
4173
4174 * international/mule-cmds.el (help-xref-mule-regexp-template): New
4175 variable.
4176 (describe-input-method): Temporarily activate the specfied input
4177 method to display the information.
4178 (describe-language-environment): Hyperlinks to mule related items.
4179
4180 * international/mule-diag.el (charset-multibyte-form-string): New
4181 function.
4182 (list-character-sets-1): Use charset-multibyte-form-string.
4183 (describe-character-set): New function.
4184 (describe-coding-system): Hyperlinks to safe character sets.
4185
4186 * international/quail.el (quail-help): New arg PACKAGE.
4187 Hyperlinks to mule related items.
4188 (quail-help-insert-keymap-description): Use
4189 substitute-command-keys instead of describe-bindings.
4190 (quail-translation-help): Hyperlinks to mule related items.
4191
b4bd214e
JW
41922000-08-28 John Wiegley <johnw@gnu.org>
4193
ca7aae91
JW
4194 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4195 have a defsubst call itself. Made `eshell-flatten-list' back into
4196 a function again.
4197
b4bd214e
JW
4198 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4199 catch, in case re-centering point at bottom messes up the display.
4200 This happens frequently in Emacs 21, due I believe to variable
4201 line heights.
4202
4203 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4204 to call `find-tag-interactive'.
4205
4206 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4207 the list of remember directories.
4208
d44e146b
JW
42092000-08-28 John Wiegley <johnw@gnu.org>
4210
4211 * align.el: Test align-region-separate to see if it's a symbol.
4212
546c0888 42132000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
4214
4215 * eshell/esh-util.el (eshell-flatten-list): Made this function
4216 into a defsubst form. It gets used very frequently, although
4217 calls don't occur all that often.
4218
4219 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4220 examining it.
4221
4222 * eshell/esh-cmd.el (eshell-rewrite-while-command):
4223 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4224 `eshell-protect'.
4225 (eshell-copy-handles): Created a new macro for duplicating the
4226 current set of open handles. This is needed by the looping
4227 functions.
4228 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4229 is not incorrectly stomped on.
4230
4231 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4232 declaration for pcomplete-use-paring.
4233 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4234 value of eshell-cmpl-use-paring.
4235 * pcomplete.el (pcomplete-use-paring): New config variable, to
4236 indicate whether paring should be used.
4237 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4238 completion alternatives that have already been used.
4239
4240 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4241 bound to C-c C-y, which will repeat the previous N arguments
4242 (based on prefix argument).
4243 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4244
4245 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4246 if there is no *Help* buffer. This is for XEmacs, which renames
4247 its help buffers uniquely. TODO: Find out what the current buffer
4248 name to delete is.
4249
4250 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4251 first entry that correlates to a passwd/group number. Later
4252 entries (used for group/user name aliasing to multiple IDs) are
4253 ignored.
4254
9b4a7800
TTN
4255 * eshell/em-xtra.el (eshell/expr):
4256 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4257 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
4258 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4259 argument list, before passing it to the system command.
4260
4261 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4262 `find-tag' for use at final position in Eshell buffers (which
4263 otherwise triggers an error on Emacs 21).
4264 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4265 buffer, if it is currently bound to `find-tag'.
4266
4267 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4268 in the list of matched Makefile names.
4269 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4270 directory, prefer its contents to Makefile.
4271
4272 * eshell/em-dirs.el (eshell/cd): cd commands that look up
4273 directory parts (like "cd old new", or "cd =regexp"), are now case
4274 sensitive on non-Windows/DOS platforms.
4275
4276 * eshell/esh-mode.el (eshell-parse-command-input): When a user
4277 types RET after an open delimiter (like "), display a message
4278 indicating that Eshell is waiting for the closing delimiter.
4279
4280 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4281 environment variables.
4282
4283 * eshell/em-unix.el (eshell/diff): Added logic to fail more
4284 gracefully if the user enters incorrect arguments.
4285
4286 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4287 Eshell buffers.
4288
9b4a7800
TTN
4289 * eshell/esh-var.el (eshell-interpolate-variable):
4290 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
4291 * eshell/em-unix.el (eshell-du-sum-directory):
4292 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4293 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4294 (not (= ...)).
4295
4296 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4297 to ensure the `preserve' flag gets propagated when doing recursive
4298 directory copies.
4299
546c0888 43002000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
4301
4302 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4303 Don't convert \n into \0177 in memory.
4304 (eshell-read-history, eshell-write-history): Convert \n to \0177,
4305 and back again, when reading and writing.
9b4a7800 4306
546c0888 43072000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
4308
4309 * eshell/esh-util.el (eshell-processp): Added to relieve constant
4310 testing of `fboundp' on `processp'.
4311
4312 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4313 (eshell/jobs): Don't call process-list if it is not bound.
4314 (eshell-gather-process-output): Support systems where async
4315 subprocesses aren't supported.
4316 (eshell-scratch-buffer, eshell-last-sync-output-start): New
4317 variables.
4318
4319 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4320 eshell-do-eval returns t.
4321 (eshell-do-pipelines-synchronously): New defmacro.
4322 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4323 when async subprocesses aren't supported.
4324 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
4325 if async subprocesses aren't supported.
4326 (eshell-resume-command): Don't assume STATUS is a string.
4327
4328 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4329
4330 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4331 (eshell-close-target, eshell-get-target): Use eshell-processp.
4332 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4333 fix.
4334 (eshell-get-target, eshell-create-handles): Doc fix.
4335
546c0888 43362000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 4337
546c0888 4338 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
4339 criterion to include commands that output something, as long as it
4340 leaves both the command and the end-of-buffer visible when the
4341 command has exited.
4342 (eshell-review-quick-commands): Adjust the help doc string
4343 accordingly.
4344
2a371c3b
PB
43452000-08-28 Peter Breton <pbreton@ne.mediaone.net>
4346
8348e1f9 4347 * locate.el (locate): Cleaned up locate command's interactive prompting
d313265f 4348 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 4349
9b4a7800 4350 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
4351 (file-cache-assoc-function): New variable
4352 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4353 Use file-cache-case-fold-search variable
4354 (file-cache-add-file): Use file-cache-assoc-function
4355 (file-cache-delete-file): likewise
4356 (file-cache-directory-name): likewise
4357 (file-cache-debug-read-from-minibuffer): likewise
4358
95931eb1
GM
43592000-08-28 Gerd Moellmann <gerd@gnu.org>
4360
4361 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4362 (abbrev-table-name): New function.
4363 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4364 If non-nil list local abbrev, only.
4365
bb17930d
GM
43662000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
4367
546c0888
EZ
4368 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4369 from Gnus support code, and use special article copy buffer
bb17930d
GM
4370 `(gnus-original-article-buffer)' instead. This allows to get rid
4371 of article-hide-headers usage (which breaks in the latest Gnus
4372 version). Thanks to Detlev Zundel.
4373
41a68aef
KH
43742000-08-28 Kenichi Handa <handa@etl.go.jp>
4375
4376 * international/quail.el (quail-use-package): Hide "... loaded"
4377 message.
4378 (quail-start-translation, quail-start-conversion): Likewise.
4379
4380 * international/kkc.el (kkc-region): Hide "... loaded" message.
4381
28bb2cef
DL
43822000-08-27 Dave Love <fx@gnu.org>
4383
4384 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4385
11a1118d
MB
43862000-08-27 Miles Bader <miles@gnu.org>
4387
4388 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4389
0f85d477
KH
43902000-08-27 Kenichi Handa <handa@etl.go.jp>
4391
4392 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4393 'ja-dic-cnv), not (require 'skkdic-cnv).
4394
2d73e8d3
MB
43952000-08-26 Miles Bader <miles@gnu.org>
4396
a0e5a5a4
MB
4397 * faces.el (face-x-resources): Add entry for :inherit.
4398 * cus-face.el (custom-face-attributes): Add support for :inherit
4399 attribute. Add support for relative face heights.
4400 (custom-face-attributes-get): Treat `nil' as being a default value
4401 for :inherit (as well as `unspecified').
4402
19feb949
MB
4403 * faces.el (set-face-attribute): Update doc string.
4404 (face-attribute-name-alist): Add :inherit.
4405 (face-valid-attribute-values): Handle :inherit.
4406 (face-read-string): Rephrase prompt to be less confusing.
4407 Assume that DEFAULT is a string, since we must return a string.
4408 (face-read-integer): Use `format' to turn DEFAULT into an
4409 acceptable default for face-read-string. Match NEW-VALUE against
4410 the string "unspecified", not the symbol `unspecified', since
4411 that's what face-read-string returns.
4412 (read-face-attribute): Lookup a name for old-value in valid, and
4413 use it as a default if we find one. Treat all values from
4414 face-read-string as strings. If the default is used, don't do any
4415 more processing on the value, just use the old value directly.
4416 (read-face-and-attribute, modify-face): Tweak prompt.
4417 (read-face-name): Don't assume prompt ends with a space.
4418
2d73e8d3
MB
4419 * faces.el (describe-face): Add support for :inherit attribute.
4420
a1a2e38f
KH
44212000-08-25 Kenichi Handa <handa@etl.go.jp>
4422
e84fa7c5
KH
4423 * terminal.el (terminal-emulator): Fix args to `concat'. Now
4424 concat doesn't accept interger.
4425
a1a2e38f
KH
4426 * international/kkc.el: Remove SKK from Keywords. Require
4427 ja-dic-utl instead of skkdic-utl.
4428
4429 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4430 Provide ja-dic-cnv instead of skkdic-cnv.
4431 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
4432 (iso-2022-7bit-short): Add safe-charsets property.
4433 (skkdic-convert-postfix): Search Japanese chou-on character in
4434 addition to Hiragana character.
4435 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4436 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4437 (batch-skkdic-convert): Likewise.
4438
4439 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4440 Provide ja-dic-utl instead of skkdic-utl.
4441 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4442
f6499c03
DL
44432000-08-24 Dave Love <fx@gnu.org>
4444
1c2c3f16
DL
4445 * disp-table.el (standard-display-default): Make the test of `l'
4446 useful.
4447
f6499c03
DL
4448 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4449 mod sample text.
4450
4451 * international/iso-ascii.el: Make pilcrow convenient string
4452 consistent with section.
4453 (iso-ascii-display): Set up multibyte characters as well as
4454 unibyte.
4455
c543db81
KH
44562000-08-24 Kenichi Handa <handa@etl.go.jp>
4457
4458 * international/mule-cmds.el (reset-language-environment): Set
4459 default-process-coding-system to '(undecided . iso-latin-1), which
4460 makes process I/O almost consistent with file I/O. Call this
4461 function when mule-cmds.el[c] is loaded.
4462
746d9caf
AI
44632000-08-22 Andrew Innes <andrewi@gnu.org>
4464
4465 * makefile.w32-in: New file.
4466
5484005d
MB
44672000-08-22 Miles Bader <miles@lsi.nec.co.jp>
4468
4469 * comint.el (comint-output-filter): Compare end of
4470 comint-last-output-overlay with the start of the newly inserted
4471 text, not the end, when deciding whether to extend it.
9b4a7800 4472 Set saved-point's insertion type to advance after insertion.
5484005d
MB
4473
4474 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4475 since this is now done independently of font-lock mode.
4476
7a912f63
GM
44772000-08-21 Gerd Moellmann <gerd@gnu.org>
4478
4479 * server.el (server-kill-new-buffers): New user option.
4480 (server-existing-buffer): New buffer-local variable.
4481 (server-visit-files): When using an existing buffer, set
4482 server-existing-buffer to t.
4483 (server-buffer-done): If server-kill-new-buffers is t, kill the
4484 buffer, unless it was already present before visiting it with
4485 Emacs server.
9b4a7800 4486
240301df
EZ
44872000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
4488
4489 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4490 even if the display doesn't support colors: some displays will
4491 support bold/underline faces.
4492
cbcef616
GM
44932000-08-21 Gerd Moellmann <gerd@gnu.org>
4494
6917e6bb
GM
4495 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4496
cbcef616
GM
4497 * startup.el (command-line): If user's init file had an error,
4498 add explanatory text to *Messages*.
4499
6922b018
KH
45002000-08-21 Kenichi Handa <handa@etl.go.jp>
4501
4502 * man.el (Man-getpage-in-background): Decode the process output by
4503 the system locale coding system.
4504
e50c4203
DL
45052000-08-20 Dave Love <fx@gnu.org>
4506
96ab6351
DL
4507 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4508 Don't test x-popup-menu.
4509 (function) <complete-function>: Complete only fbound symbols.
4510 <validate, value>: New.
4511 (variable) <complete-function>: Complete only bound symbols.
4512 (coding-system): Add :base-only, :complete-function, :validate,
4513 :value, :prompt-match.
4514 (widget-coding-system-prompt-value): Use read-coding-system and
4515 act on :base-only.
4516 (editable-field): Add :help-echo.
4517 (widget-push-button-gui, widget-push-button-cache)
4518 (widget-gui-action, widget-editable-list-gui): COmment out, along
4519 with uses.
4520 (widget-at): Make arg optional.
4521 (widget-echo-help): Adjust for current help-echo calling sequence.
4522 (widget-specify-field, widget-specify-button)
4523 (widget-specify-insert, widget-get-sibling, widget-image-find)
4524 (widget-convert, widget-insert, widget-leave-text)
4525 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4526 (widget-setup, widget-field-find, widget-before-change)
4527 (widget-after-change, widget-default-complete)
4528 (widget-default-create, widget-default-delete)
4529 (widget-push-button-value-create, editable-field)
4530 (widget-field-prompt-value, widget-field-validate)
4531 (widget-choice-value-create, widget-choice-action)
4532 (widget-choice-validate, widget-checklist-add-item)
4533 (widget-radio-add-item, widget-radio-chosen)
4534 (widget-radio-value-inline, widget-editable-list-value-create)
4535 (widget-editable-list-entry-create)
4536 (widget-documentation-link-add)
4537 (widget-documentation-string-value-create)
4538 (widget-regexp-validate, widget-file-complete)
4539 (widget-sexp-validate, widget-plist-convert-widget)
4540 (widget-plist-convert-widget, widget-alist-convert-widget)
4541 (widget-alist-convert-widget, widget-color-complete): Simplify,
4542 particularly to avoid bindings which aren't optimized out.
4543
e50c4203
DL
4544 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4545 Doc fix.
4546 (down-list, backward-up-list, up-list, kill-sexp)
4547 (backward-kill-sexp, mark-sexp): Make arg optional.
4548 (lisp-complete-symbol): Add optional arg PREDICATE.
4549
4550 * cus-start.el: Add display-buffer-reuse-frames,
4551 file-coding-system-alist.
4552
511bd4eb
GM
45532000-08-20 Gerd Moellmann <gerd@gnu.org>
4554
4555 * startup.el (command-line): Clear realized faces after
4556 modifying TTY color mappings.
4557
a9de7d29
MB
45582000-08-20 Miles Bader <miles@gnu.org>
4559
4560 * faces.el (face-attr-match-p): Don't return true if ATTRS are
4561 merely a subset of FACE's attributes.
4562
8a8023d9
MB
45632000-08-19 Miles Bader <miles@gnu.org>
4564
4565 * comint.el (comint-output-filter): Save the point with a marker,
4566 not just a buffer position.
4567
4568 * international/mule.el (set-buffer-process-coding-system): Make
4569 interactive prompt less confusing.
4570
1433385f
GM
45712000-08-19 Gerd Moellmann <gerd@gnu.org>
4572
4573 * hilit-chg.el: General cleanup of doc strings, comments and
4574 code formatting.
4575
136b4eda
MB
45762000-08-19 Miles Bader <miles@gnu.org>
4577
4578 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4579 Compiler macro removed; beginning-of-line is no longer always
4580 equivalent to forward-line, in the presence of fields.
4581
4582 * comint.el (comint-output-filter): Remove ad-hoc saving of
4583 restriction, and just use save-restriction, now that it works
4584 correctly. Don't adjust comint-last-input-start to account for
4585 our insertion; it shouldn't have moved because we don't use
4586 insert-before-markers anymore. Comment out call to
4587 `force-mode-line-update'; why is it here?
4588
4589 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4590 while checking for prompt to delete. Use `forward-line 0'
4591 instead of beginning-of-line.
4592 (gud-filter): Temporarily widen gud comint buffer while
4593 examining output.
4594
cdd0f857
SM
45952000-08-18 Stefan Monnier <monnier@cs.yale.edu>
4596
ebf96bfa
SM
4597 * progmodes/sh-script.el: Big bag of typos.
4598
cdd0f857
SM
4599 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4600 check since ispell-process is not bound when ispell is not yet loaded.
4601
9bb7a286
DL
46022000-08-18 Dave Love <fx@gnu.org>
4603
4604 * image.el (find-image): Copy `spec' before using plist-put.
4605
74ec6045
GM
46062000-08-18 Gerd Moellmann <gerd@gnu.org>
4607
4608 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4609 `portugues'.
4610
4611 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4612 backward-kill-sexp, analogous to kill-sexp.
4613
4614 * progmodes/icon.el (icon-indent-line)
4615 (icon-is-continuation-line): Handle comments specially.
4616
46172000-08-17 Ken Stevens <k.stevens@ieee.org>
4618
4619 * ispell.el: Set to standard author/maintainer/keyword fields.
4620 Fine tuning to menu map appearance and operation, and added help.
4621 Remove `start' and `end' error messages when compiling.
4622 (ispell-choices-win-default-height): Fixed comment string.
4623 (ispell-dictionary-alist-1): Fixed regexp in castellano and
4624 castellano8 dictionaries.
4625 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4626 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4627 dictionary, added italiano dictionary.
4628 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4629 word character
4630 (ispell-tex-skip-alists): Added psfig support.
4631 (ispell-skip-html): Renamed from ispell-skip-sgml.
4632 (ispell-begin-skip-region-regexp, ispell-skip-region)
4633 (ispell-minor-check): Improved html skipping support to skip across
4634 code, and recognize `&' commands without propper `;' syntax;
4635 (ispell-process-line): Fix alignment error when manually
4636 correcting spelling.
4637 (ispell): Fix comment string.
4638 (ispell-add-per-file-word-list): Always put word list on new line.
4639
3787e12e
GM
46402000-08-17 Gerd Moellmann <gerd@gnu.org>
4641
a7b28523
GM
4642 * format.el (format-encode-run-method): Fix error message to say
4643 `encode' instead of `decode'. Use save-window-excursion around
4644 shell-command-on-region as in format-decode-run-method because
4645 shell-command-on-region can display a buffer with error output.
4646 (format-decode): Don't record undo information for the decoding.
4647 (format-annotate-function): Add parameter FORMAT-COUNT. Make
4648 that number part of the temporary buffer name so that more than
4649 one decoding using a temporary buffer can happen safely.
4650
4651 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4652 of `A-z' in the regexp.
4653
4654 * hilit-chg.el: Fix typos in commentary.
4655
3787e12e
GM
4656 * help.el (view-emacs-news): Rewritten for new naming scheme
4657 for old NEWS files.
4658
4659 * startup.el (command-line): Pop to *Messages* in case an error
4660 is signaled while loading user-init-file.
4661
d2473540
AS
46622000-08-17 Andreas Schwab <schwab@suse.de>
4663
4664 * files.el (insert-directory): Don't lose original file name,
4665 undoing an undocumented change.
4666
c0bbaf57
GM
46672000-08-17 Alex Schroeder <alex@gnu.org>
4668
4669 * sql.el (sql-magic-go): Use comint-bol.
4670 (sql-copy-column): Use comint-line-beginning-position.
4671 (comint-line-beginning-position): Define a replacement for
4672 comint-line-beginning-position if it is not fboundp.
4673
46742000-08-17 Alex Schroeder <alex@gnu.org>
4675
4676 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4677 it didn't have any effect anyway.
4678
46792000-08-17 Alex Schroeder <alex@gnu.org>
4680
4681 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4682 --pset and pager=off instead of sending \\o|cat at the beginning
4683 of the session.
4684
9d245da5
MB
46852000-08-17 Miles Bader <miles@gnu.org>
4686
4687 * progmodes/octave-inf.el: Add compatibility definition of
4688 comint-line-beginning-position.
4689
abfdbd2e
KH
46902000-08-17 Kenichi Handa <handa@etl.go.jp>
4691
4692 * startup.el (normal-top-level): Look in each dir in load-path for
4693 a leim-list.el file too. This assures of loading leim-list.el
4694 that is created at Emacs installation time even if a user have his
4695 own leim-list.el.
4696
a0b8c939
MB
46972000-08-17 Miles Bader <miles@gnu.org>
4698
4699 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4700 foreground color to black if the background is dark.
4701
7382bcae
SM
47022000-08-16 Stefan Monnier <monnier@cs.yale.edu>
4703
4704 * loadhist.el (unload-feature): Typo.
4705
9b4a7800 4706 * finder.el (finder-compile-keywords):
7382bcae
SM
4707 * cus-dep.el (custom-make-dependencies): Add local-variable settings
4708 to the generated file.
4709
4710 * mail/mh-e.el (mh-make-local-vars):
4711 Replace make-variable-buffer-local with make-local-variable.
4712
cdd0f857 4713 * play/landmark.el:
7382bcae 4714 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
4715 * mail/mailabbrev.el (mail-abbrevs-mode):
4716 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
4717 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4718
4719 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4720
4721 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4722 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4723 Allow going past the last element.
9b4a7800 4724 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
4725 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4726 (cvs-mouse-toggle-mark): Don't move point.
4727 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4728
4729 * progmodes/compile.el (grep): Provide a default set of files.
4730 (next-error): Docstring fix.
4731 (compilation-find-file): Avoid find-file (fails in a dedicated window).
4732
4733 * emacs-lisp/easy-mmode.el (define-minor-mode):
4734 Use `symbol-value' to keep the byte-compiler quiet.
4735
4736 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4737 (diff-find-source-location): New fun, extracted from diff-goto-source.
4738 (diff-goto-source): Use it.
4739 (diff-next-complex-hunk, diff-filter-lines): New function.
4740 (diff-apply-hunk): New command.
4741
4742 * smerge-mode.el (smerge-mode-menu): Doc fix.
4743
4744 * msb.el (msb-mode): Define it in terms of define-minor-mode.
4745
4f00b8c1
DL
47462000-08-16 Dave Love <fx@gnu.org>
4747
2b5198bb
DL
4748 * windmove.el (windmove) <defgroup>: Add :version.
4749
4750 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
4751 (goto-address-fontify-p, goto-address-highlight-p)
4752 (goto-address-url-face, goto-address-url-mouse-face)
4753 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4754 (goto-address-url-regexp): Use thing-at-point-url-regexp.
4755 (goto-address-fontify, goto-address-at-mouse): Simplify,
4756 (goto-address-at-point): browse-url-url-at-point,
4757 goto-address-find-address-at-point can return nil.
4758 (goto-address-find-address-at-point): Return nil on failure.
4759
4760 * align.el (align) <defgroup>: Add :version.
4761
4762 * calculator.el (calculator): Add :version.
4763 (calculator): Use two lines for calculator window if `modeline'
4764 face is boxed.
4765
4f00b8c1
DL
4766 * play/5x5.el: Doc fixes.
4767 (5x5) <defgroup>: Add :version.
4768
4769 * play/fortune.el (fortune) <defgroup>: Add :version.
4770 (fortune-append): Fix error message.
4771 (fortune-from-region): Doc fix.
4772
4773 * play/pong.el (pong): Doc fix.
4774
4775 * play/morse.el: Keywords, commentary, autoloads.
4776
69db7ee7
EZ
47772000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4778
4779 * desktop.el (desktop-save): Don't look at symbol-value of a
4780 member of minor-mode-alist, unless it is boundp.
4781
10e1dad9
SS
47822000-08-16 Sam Steingold <sds@gnu.org>
4783
a0b8c939 4784 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
4785 `while'; use `with-current-buffer' instead of `save-excursion'.
4786 Removed unnecessary kludges now that "*Buffer List*" is excluded.
4787
9d7bcb2e
KH
47882000-08-16 Kenichi Handa <handa@etl.go.jp>
4789
4790 * international/ccl.el (declare-ccl-program): Docstring modified.
4791 (ccl-execute-with-args): Likewise.
4792
04231ab8
MB
47932000-08-16 Miles Bader <miles@gnu.org>
4794
9d245da5 4795 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
4796 comint-line-beginning-position.
4797
f68446ef
GM
47982000-08-15 Gerd Moellmann <gerd@gnu.org>
4799
dc28878c
GM
4800 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4801 'buffer-menu' property.
4802 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4803 fails.
4804 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4805 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4806 wasn't killed.
10e1dad9 4807
58ed0d3b
GM
4808 * buff-menu.el (list-buffers-noselect): Don't display the
4809 *Buffer List* buffer.
4810
32dc52f7
GM
4811 * font-lock.el: Require jit-lock to prevent a very late
4812 `Loading jit-lock' message.
4813
f68446ef 4814 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 4815 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
4816 mail address.
4817
90ac90a2
MB
48182000-08-15 Miles Bader <miles@gnu.org>
4819
4820 * textmodes/ispell.el (ispell-graphic-p): New constant.
4821 (ispell-choices-win-default-height, ispell-help): Use
4822 `ispell-graphic-p' instead of `xemacsp'.
4823
b0a0e263
DL
48242000-08-15 Dave Love <fx@gnu.org>
4825
c1e757e3
DL
4826 * simple.el: Autoload widget-convert when compiling.
4827 (mail-user-agent): Doc fix.
4828
4829 * help.el (function-called-at-point, variable-at-point): Use
4830 with-syntax-table.
4831 (help-manyarg-func-alist): Add insert-and-inherit.
4832
4833 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4834
4835 * delsel.el (delsel-unload-hook): New function.
4836
4837 * find-file.el: Doc fixes. Move provide to end.
4838 (ff) <defgroup>: Add :link.
4839 (ff-goto-click): Deleted.
4840 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4841 Use mouse-set-point.
4842
4843 * textmodes/tildify.el: Doc fixes.
4844 (tildify) <defgroup>: Add:version.
4845
4846 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4847 (glasses-custom-set): Use set-default, not set.
4848 (minor-mode-alist): Propertize the lighter.
4849 (glasses-mode): Provide optional arg.
4850
5f847612
DL
4851 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4852 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
4853 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4854 option. Provide :type.
4855 (cwarn-configuration): Provide :type.
4856 (cwarn-mode): Doc fix.
4857
4858 * add-log.el (change-log-merge): Doc fix.
4859 (change-log-redate): New command.
4860
b0a0e263
DL
4861 * net/browse-url.el (browse-url-filename-alist): Add a clause for
4862 Doze and Dog.
4863 (browse-url): Use dolist, not mapcar.
4864 (browse-url-at-point): Check for null url.
4865 (browse-url-event-buffer, browse-url-event-point): Functions
4866 deleted.
4867 (browse-url-at-mouse, browse-url-netscape): Simplify.
4868
4869 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
4870 modes.
4871 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
4872 Fix previous change to mapcan.
4873 (msb--init-file-alist, msb--add-separators)
4874 (msb--make-keymap-menu): Simplify.
4875 (msb--choose-file-menu): Use copy-sequence.
4876 (msb-mode-map): Add title to keymap.
4877 (msb-unload-hook): New function.
4878
4879 * bs.el: Fix indentation.
4880 (bs) <defgroup>: Add :links.
2b5198bb
DL
4881 (bs-show): Doc fix.
4882 (bs-apply-sort-faces): Don't use window-system.
4883 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 4884
70f1b78e
EZ
48852000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
4886
4887 * calendar/timeclock.el (timeclock-file): Run .timelog through
4888 convert-standard-filename.
4889
956777b3
GM
48902000-08-14 Gerd Moellmann <gerd@gnu.org>
4891
3215096c
GM
4892 * emacs-lisp/authors.el: New file.
4893
956777b3
GM
4894 * paren.el (show-paren-priority): New user option.
4895 (show-paren-function): Set overlay priorities to
4896 show-paren-priority.
10e1dad9 4897
0cde1424
MB
48982000-08-14 Miles Bader <miles@gnu.org>
4899
4900 * comint.el (comint-bol): Use `forward-line 0' instead of calling
4901 beginning-of-line with inhibit-field-text-motion bound.
4902
90cbf47e
GM
49032000-08-14 Gerd Moellmann <gerd@gnu.org>
4904
4905 * calendar/timeclock.el: New file.
4906
49072000-08-14 David Ponce <david@dponce.com>
4908
4909 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
4910 `widget-button-click'. so that one can use left mouse button to
4911 click on dialog buttons.
4912
49132000-08-14 Emmanuel Briot <briot@gnat.com>
4914
4915 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 4916 identifiers, since XML is case sensitive
10e1dad9 4917
79e8dca7 49182000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 4919
660394d1
MB
4920 * comint.el (comint-output-filter): Don't bother frobbing
4921 window-start, it doesn't seem to be necessary.
79e8dca7
MB
4922
4923 * comint.el (comint-send-string, comint-send-region): Make into
4924 real functions. Snapshot the prompt before sending.
4925
218c2cc7
EZ
49262000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
4927
4928 * info.el (Info-find-emacs-command-nodes): Rewrite to use
4929 technique similar to Info-index, instead of relying on specific
4930 names of relevant Index nodes.
4931 (Info-goto-emacs-command-node): Bind Info-history to nil when
4932 going to the first node found by Info-find-emacs-command-nodes.
4933
51e066d2 49342000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
4935
4936 * menu-bar.el (menu-bar-help-menu): Add a :help string.
4937
867102f2
MB
49382000-08-10 Miles Bader <miles@gnu.org>
4939
4940 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
4941
af718538
EZ
49422000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4943
4944 * info.el (Info-file-list-for-emacs): More elements for the
4945 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
4946 and woman manuals.
4947
c51bacd6
MB
49482000-08-10 Miles Bader <miles@lsi.nec.co.jp>
4949
4950 * comint.el (comint-send-input): Make the newline boundary overlay
4951 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
4952 (comint-output-filter): Use `insert' instead of
4953 `insert-before-markers'. Extend comint-last-output-overlay when
4954 necessary since we can't rely on insert-before-markers to do it.
4955 * gud.el (gud-filter): Use `with-current-buffer' instead of
4956 save-excursion when inserting the output, so that point gets
4957 updated correctly; the old method relied on a rather dodgy
4958 side-effect of comint-output-filter to avoid the effect of
4959 save-excursion.
4960
98532b12
EZ
49612000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4962
4963 * files.el (recover-file): Call insert-directory instead of
4964 invoking `ls' directly.
4965
3db4b719
MB
49662000-08-10 Miles Bader <miles@gnu.org>
4967
4968 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
4969 (comint-last-prompt-overlay): New variables.
4970 (comint-output-filter): Implement prompt highlighting.
4971 (comint-snapshot-last-prompt): New function.
4972 (comint-send-input): Snapshot the last prompt.
4973 Use comint-highlight-input-face.
4974 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
4975 Use defface instead of defcustom.
4976 (send-invisible, comint-send-eof): Snapshot the last prompt.
4977 (comint-delchar-or-maybe-eof): Use comint-send-eof.
4978 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
4979
96190aa1
SM
49802000-08-09 Stefan Monnier <monnier@cs.yale.edu>
4981
5cda4b07
SM
4982 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
4983 (regexp-opt-group): Use a list of chars for `letters'.
4984 (regexp-opt-charset): `chars' is now a list of chars.
4985 Use a char-table rather than a vector so it works for multibyte chars.
4986
96190aa1
SM
4987 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
4988 Set cvs-minor-current-files to the selected fileinfo.
4989 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
4990 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
4991
7d093d56
EZ
49922000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
4993
4994 * files.el (insert-directory): Don't call access-file on
4995 directories on DOS and Windows.
4996
b24c5811
KH
49972000-08-09 Kenichi Handa <handa@etl.go.jp>
4998
4999 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5000 longer if necessary.
5001 (ccl-embed-code): Call ccl-embed-data to store CODE in
5002 ccl-program-vector.
5003
0a6fd67e
MB
50042000-08-09 Miles Bader <miles@gnu.org>
5005
5006 * comint.el (comint-output-filter): Properly handle the case where
5007 the text surrounded by comint-last-output-overlay was deleted.
5008
9f6d1a6c
GM
50092000-08-08 Gerd Moellmann <gerd@gnu.org>
5010
25ad1371
GM
5011 * info.el (Info-insert-dir): Use Info-additional-directory-list if
5012 non-nil.
5013 (Info-file-list-for-emacs): Remove "info" from the list because
5014 that leads to trying to use the documentation from file `info'
5015 in various situations where it isn't appropriate, for instance
5016 C-h C-k C-h i.
5017
5018 * ffap.el (ffap-read-file-or-url-internal): Handle case that
5019 DIR and/or STRING are nil.
5020
5021 * progmodes/compile.el (compilation-setup): Make variable
5022 compilation-error-screen-columns buffer-local, as some comment
5023 in the code suggests it should be.
5024
5025 * files.el (auto-mode-interpreter-regexp): New variable.
5026 (set-auto-mode): Use it.
5027
5028 * indent.el (indent-for-tab-command): Doc fix.
5029
5030 * mouse-sel.el (mouse-sel-mode): Doc fix.
5031
9f6d1a6c
GM
5032 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5033 labels.
5034
5035 * help.el (print-help-return-message): When
5036 display-buffer-reuse-frames is set, let the help window been quit,
5037 instead of deleting it, which might delete a reused frame.
5038
3d819a75
EZ
50392000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5040
5041 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5042 rename a directory to a name that differs only by its letter case.
5043
c5a52529
KH
50442000-08-08 Kenichi Handa <handa@etl.go.jp>
5045
5046 * international/quail.el (quail-define-rules): Handle Quail decode
5047 map correctly. Add code for supporting annotations.
5048 (quail-install-decode-map): New function.
5049 (quail-defrule-internal): New optional arguments decode-map and
5050 props.
5051 (quail-advice): New function.
5052
5e9e032a
SS
50532000-08-07 Sam Steingold <sds@gnu.org>
5054
5055 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5056 `defconst', `define-condition', `with-slots'.
5057 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5058
46645f4b
MB
50592000-08-03 Miles Bader <miles@gnu.org>
5060
5061 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5062 New variable.
5063 (comint-prompt-regexp, comint-get-old-input): Document dependence on
5064 comint-use-prompt-regexp-instead-of-fields.
5065 (comint-send-input): Add `input' field property to stuff we send to
5066 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5067 (comint-output-filter): Add `output' field property to process
5068 output, if comint-use-prompt-regexp-instead-of-fields is nil.
5069 (comint-replace-by-expanded-history)
5070 (comint-get-old-input-default, comint-show-output)
5071 (comint-backward-matching-input, comint-forward-matching-input)
5072 (comint-next-prompt, comint-previous-prompt): Use field
5073 properties if comint-use-prompt-regexp-instead-of-fields is nil.
5074 (comint-line-beginning-position): New function.
5075 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
5076 (comint-replace-by-expanded-history-before-point): Use
5077 comint-line-beginning-position and line-end-position.
5078 (comint-last-output-overlay): New variable.
5079 (comint-mode): Make `comint-last-output-overlay' buffer-local.
5080
5081 * shell.el (shell-prompt-pattern): Doc change.
5082 (shell-backward-command): Use line-beginning-position.
5083
5084 * gud.el (gud-gdb-complete-command): Use
5085 comint-line-beginning-position.
5086
5087 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5088 comint-bol doesn't actually go to the beginning of the line.
5089
5090 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5091 if comint-use-prompt-regexp-instead-of-fields is non-nil.
5092 (try-expand-line-all-buffers): Likewise.
5093
5094 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5095 explicitly matching comint-prompt-regexp.
5096 (sql-copy-column): Use comint-line-beginning-position instead of
5097 explicitly matching comint-prompt-regexp.
5098
5099 * progmodes/octave-inf.el (inferior-octave-complete): Use
5100 comint-line-beginning-position.
5101
5102 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5103
5104 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5105 looking for a prompt, use `forward-line 0' instead of
5106 `beginning-of-line', to avoid getting caught by an input field.
5107
ff3d9573
GM
51082000-08-07 Gerd Moellmann <gerd@gnu.org>
5109
5110 * files.el (shell-quote-wildcard-pattern): Make sure to return
5111 PATTERN, in the Unix case.
5112
e0d8827b
EZ
51132000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
5114
5115 * play/zone.el (zone): Discard any pending input before running
5116 the randomly-chosen pgm.
5117
24d55b8f
KH
51182000-08-07 Kenichi Handa <handa@etl.go.jp>
5119
5120 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5121 checking the existence of any multibyte characters.
5122
3d05e1ee
GM
51232000-08-06 Gerd Moellmann <gerd@gnu.org>
5124
6c4a4368
GM
5125 * help.el (describe-mode): Test minor-mode symbol for being
5126 bound before testing its value for being nil.
5127
3d05e1ee
GM
5128 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5129 `first', `second', and `third'.
5130
5131 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5132 (second): Make it an alias for `cadr'.
5133
6968a481
EZ
51342000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
5135
5136 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5137 types of display support faces now.
5138
e49aa397
GM
51392000-08-05 Gerd Moellmann <gerd@gnu.org>
5140
5141 * pcvs.el (require): Require `cl' during compilation, only.
5142
5143 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5144 (toplevel): Remove `remq' and `remove' from autoloads.
5145 (cl-fake-autoloads): New variable. If set, arrange for an error
5146 when CL functions etc. are autoloaded.
5147
588aca27
EZ
51482000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
5149
2e78d4ab
EZ
5150 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5151
85628348
EZ
5152 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5153 popped up, but the user clicks outside the menu, return an empty
5154 regexp (that causes unhighlight-regexp to have no effect).
5155
74f0e552
EZ
5156 * menu-bar.el (menu-bar-games-menu): Add Zone.
5157
588aca27
EZ
5158 * hi-lock.el (toplevel): Require font-lock.
5159
f4988be7
GM
51602000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5161
ba087cd7 5162 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
5163 (ebnf-8-bit-chars): New var for bug fix.
5164 (ebnf-string): Bug fix.
5165
027b73ac
SS
51662000-08-03 Sam Steingold <sds@gnu.org>
5167
5168 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5169 instead of `buffer-string'.
5170 (require 'cl): Always, not just when compiling.
5171 `ignore-errors' in `interactive', `list*', `defun*' &c make this
5172 necessary.
5173
2f1fa038
EZ
51742000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
5175
5176 * international/mule-cmds.el (select-safe-coding-system): Make
5177 the message text about selecting a safe coding system more clear.
5178
ead53494
GM
51792000-08-02 Gerd Moellmann <gerd@gnu.org>
5180
abb2db1c
GM
5181 * hi-lock.el: New file.
5182
5183 * play/zone.el: New file.
5184
ead53494
GM
5185 * replace.el (occur): Set tab-width in the *Occur* buffer to the
5186 value of tab-width in the original buffer. Choose a line number
5187 format that's a multiple of the original buffer's tab width, so
5188 that lines appear right.
5189
5190 * textmodes/ispell.el (ispell): New function, replacing an alias.
5191 Spell-check active region if in transient-mark-mode and mark
5192 is active; otherwise spell-check buffer.
5193
51942000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5195
5196 * ps-mule.el: Fix a customization problem on
5197 ps-mule-font-info-database-default.
5198
f4a2b0a4
EZ
51992000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
5200
5201 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5202 display-mouse-p instead of window-system.
5203 (ebrowse-member-mode-map): Ditto.
5204
b685181e
GM
52052000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5206
ba087cd7
EZ
5207 * progmodes/ebnf2ps.el: Update ps-print functions call.
5208 Indentation fix. Doc fix.
b685181e
GM
5209 (ebnf-version): New version number (3.2).
5210 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 5211
3b5fab87
EZ
52122000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
5213
032ebb29
EZ
5214 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5215 font lock support on window-system.
5216 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5217
3b5fab87
EZ
5218 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5219 display-color-p, if fboundp, instead of window-system.
5220
7e2605e7
EZ
52212000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
5222
5223 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5224 instead of window-system.
5225
5226 * wid-edit.el (widget-choose): Use display-mouse-p instead of
5227 window-system.
5228 (widget-choice-mouse-down-action): Use display-popup-menus-p
5229 instead of window-system.
5230
5231 * strokes.el (strokes-file): Run the file name through
5232 convert-standard-filename.
5233 (strokes-mode): Call display-mouse-p instead of looking at
5234 window-system. Change the error message accordingly.
5235
5236 * progmodes/cpp.el (toplevel): Support faces on tty's.
5237
5238 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5239 (lm-plot-square, lm-init-display): Don't use window-system.
5240
5241 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5242 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5243
5244 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5245 instead of looking at window-system.
5246
26119624
GM
52472000-07-30 Gerd Moellmann <gerd@gnu.org>
5248
5249 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5250 of testing if iswitchb-prepost-hooks is bound, because the
5251 latter will always be true when invoking a recursive minibuffer
5252 from an active Iswitchb buffer.
5253
c90596f3
EZ
52542000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
5255
5256 * files.el (shell-quote-wildcard-pattern): New function.
5257 (insert-directory): Call it. Only prepend "\" to command on Unix
5258 and GNU/Linux systems.
5259
18925e78
GM
52602000-07-30 Gerd Moellmann <gerd@gnu.org>
5261
5262 * eshell/esh-groups.el: Change custom :link file names
5263 from `eshell.info' to `eshell'.
5264
52652000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
5266
5267 * dired.el (dired-build-subdir-alist): Expand subdirectory names
5268 correctly in recursive ange-ftp listings.
5269
52702000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5271
5272 * ps-print.el: Fix bug 1: if ps-font-size-internal,
5273 ps-header-font-size-internal and
5274 ps-header-title-font-size-internal variables are not set,
5275 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
5276 face text property is (foreground-color . COLOR) or
5277 `(background-color . COLOR)', ps-print crashes. Doc fix.
5278 (ps-print-version): New version number (5.2.4).
5279 (ps-plot-region): Code fix.
5280 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5281 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5282 Bug fix 2.
5283
52842000-07-30 Milan Zamazal <pdm@freesoft.cz>
5285
5286 * glasses.el (glasses-make-readable): Fix uncapitalization of
5287 identifiers like `myXMLDocument'.
5288
aeb4c63e
KF
52892000-07-28 Karl Fogel <kfogel@red-bean.com>
5290
18925e78
GM
5291 * mail/mail-hist.el (mail-hist-previous-input)
5292 (mail-hist-next-input): Do the obvious code factorization.
5293 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
5294 code of above two.
5295 If inserting a message body, leave point at top.
5296
9d453139
SS
52972000-07-28 Sam Steingold <sds@gnu.org>
5298
5299 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
5300 Use `<=', not `<' to compare times!
5301 (ange-ftp-ls): Remove.
9d453139 5302
b548072f
GM
53032000-07-27 Gerd Moellmann <gerd@gnu.org>
5304
27848c01
GM
5305 * play/cookie1.el: Add explanation of how to make cookie.el
5306 compatible with strfile(1) to comment.
5307
5308 * subr.el (remove, remq): New functions.
5309
3ab82477
GM
5310 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5311 escape `*' in regexps.
5312 (midnight-find): Reverse order of arguments in the funcall of
5313 TEST.
5314
5315 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5316 and `.class'.
5317
b548072f
GM
5318 * play/meese.el: Add Commentary section.
5319
27848c01
GM
53202000-07-27 Alex Schroeder <alex@gnu.org>
5321
5322 * sql.el (sql-ms): Added autoload cookie.
5323 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5324 (sql-oracle): Ditto.
5325 (sql-help): Doc change.
5326
5327 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5328 types and exceptions.
5329
53302000-07-27 Alex Schroeder <alex@gnu.org>
5331
5332 * sql.el (sql-placeholder-history): New variable.
5333 (sql-query-placeholders-and-send): New function that will query
5334 the user and replace placeholders with user input.
5335 (sql-oracle): If running on NT, set comint-input-sender to
5336 sql-query-placeholders-and-send.
5337
5338 (sql-stop): If in the SQLi buffer, insert stop notification, else
5339 present it as a message.
5340
53412000-07-27 Alex Schroeder <alex@gnu.org>
5342
5343 * sql.el (sql-input-ring-separator): Doc change.
5344 (sql-input-ring-file-name): Doc change.
5345 (sql-interactive-mode): Use `sql-input-ring-separator' and
5346 `sql-input-ring-file-name' to set the comint-mode equivalents
5347 without making them local variables.
5348 (sql-stop): Don't bind `sql-input-ring-separator' and
5349 `sql-input-ring-file-name' dynamically to their comint-mode
5350 equivalents.
5351
91ae8751
KH
53522000-07-27 Kenichi Handa <handa@etl.go.jp>
5353
5354 * international/mule.el (register-char-codings): New function.
5355 (make-coding-system): Handle `safe-chars' specification in the arg
5356 PROPERTY.
5357
5358 * international/mule-cmds.el
5359 (find-coding-systems-region-subset-p): This function deleted.
5360 (sort-coding-systems-predicate): New variable.
5361 (sort-coding-systems): New function.
5362 (find-coding-systems-region): Use
5363 find-coding-systems-region-internal.
5364 (find-coding-systems-string): Use find-coding-systems-region.
5365 (find-coding-systems-for-charsets): Check
5366 char-coding-system-table.
5367 (select-safe-coding-system-accept-default-p): New variable.
5368 (select-safe-coding-system): Mostly rewritten. New argument
5369 ACCEPT-DEFAULT-P.
5370 (select-message-coding-system): Call select-safe-coding-system
5371 with ACCEPT-DEFAULT-P arg.
5372 (reset-language-environment): Reset default-sendmail-coding-system
5373 to the default value iso-latin-1.
5374 (set-language-environment): Don't set the obsolete variable
5375 charset-origin-alist.
5376
5377 * international/codepage.el (cp-coding-system-for-codepage-1):
5378 Give `safe-chars' property to make-coding-system.
5379
5380 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5381 calling select-message-coding-system twice.
5382
5383 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5384 instead of `safe-charsets'.
5385 (cyrillic-alternativnyj): Likewise.
5386 (ccl-encode-alternativnyj): Don't check the charset
5387 cyrillic-iso8859-5.
5388
90cf4474
KH
53892000-07-27 Kenichi Handa <handa@etl.go.jp>
5390
5391 * composite.el (compose-chars-after): Preserve match data.
5392
a1f84f6d
SS
53932000-07-26 Sam Steingold <sds@gnu.org>
5394
5395 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5396 (ange-ftp-real-file-newer-than-file-p): New function.
5397 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5398 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5399
5400 * tooltip.el (tooltip-float-time): Removed (use `float-time').
5401 * midnight.el (midnight-float-time): Ditto.
5402
e092928e
AS
54032000-07-26 Andreas Schwab <schwab@suse.de>
5404
5405 * files.el (normal-backup-enable-predicate): Correct
5406 interpretation of the return value of compare-strings.
5407
7465ebef
GM
54082000-07-26 Gerd Moellmann <gerd@gnu.org>
5409
3353ef5a
GM
5410 * isearch.el (isearch-resume): New function.
5411 (isearch-done): Add something to command-history to resume
5412 the search.
5413 (isearch-yank-line, isearch-yank-word): Use
5414 buffer-substring-no-properties instead of buffer-substring.
5415
7465ebef
GM
5416 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5417 of flyspell-mouse-map.
5418
5419 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5420 duplicate definition.
5421 (makefile-mode): Remove duplicate setting of local-abbrev-table.
5422
5423 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5424 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5425
5044b74a
SS
54262000-07-25 Sam Steingold <sds@gnu.org>
5427
25759a92
SS
5428 * net/ange-ftp.el: Get modtime over the net.
5429 (ange-ftp-file-modtime): New function.
a95cb10a
GM
5430 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5431 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
5432 Use it.
5433 (ange-ftp-dot-to-slash): New function.
5434 (ange-ftp-fix-name-for-vms): Use it.
5435
5044b74a
SS
5436 * midnight.el (midnight-buffer-display-time): Use
5437 `with-current-buffer'.
5438
5dcfb3f4
GM
54392000-07-25 Gerd Moellmann <gerd@gnu.org>
5440
5441 * find-dired.el: Update copyright notice.
5442 (find-dired): Offer to kill a running `find'.
5443
5444 * enriched.el (enriched-face-ans): For a `foreground-color'
5445 property, return '(("x-color" COLOR))' so that COLOR will be
5446 output as a parameter of the x-color annotation. Likewise for the
5447 `background-color' property. In the case of normal face
5448 properties, don't return annotations for unspecified foreground
5449 and background face attributes.
5450
8c662166
KH
54512000-07-25 Kenichi Handa <handa@etl.go.jp>
5452
5453 * language/japan-util.el (japanese-katakana-region): Fix handling
5454 HANKAKU argument.
5455
c28da489
MB
54562000-07-25 Miles Bader <miles@gnu.org>
5457
5458 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5459 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
5460 constrain-to-field.
5461
ad349719
AI
54622000-07-24 Andrew Innes <andrewi@gnu.org>
5463
5464 * timer.el (timer-activate-when-idle): Add optional parameter
5465 DONT-WAIT. Update docstring.
5466 (run-with-idle-timer): Specify extra parameter to
5467 timer-activate-when-idle, so that timer will be activated
5468 immediately if Emacs is already idle.
5469
5470 * w32-fns.el (w32-using-nt): Fix docstring.
5471
c95162f5
DL
54722000-07-24 Dave Love <fx@gnu.org>
5473
5474 * mouse.el (popup-menu): Set last-command-event.
5475 (mouse-major-mode-menu-prefix): Declare.
5476
e3c31fd5
GM
54772000-07-24 Gerd Moellmann <gerd@gnu.org>
5478
5479 * textmodes/flyspell.el: Update to author's version 1.5d.
5480
5481 * progmodes/hideshow.el: Update copyright notice.
5482
5483 * vcursor.el: Set maintainer to FSF, since author cannot
5484 be reached.
5485
7636d2a3
EZ
54862000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
5487
fbe0a958
EZ
5488 * info.el (Info-goto-emacs-key-command-node): Leave a space after
5489 the prompt.
5490
7636d2a3
EZ
5491 * mouse.el (popup-menu): Run the keymap through indirect-function,
5492 in case it was defined with define-prefix-key. If the menu is a
5493 list of keymaps, look up the binding of user's choice in each one
5494 of the keymaps.
5495 (mouse-popup-menubar): If the global and local menu-bar keymaps
5496 don't have a prompt string, create one and insert it into the
5497 keymap. Don't barf if current-local-map returns nil.
5498
e024b101
GM
54992000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
5500
5501 * dired.el (dired-sort-R-check): Added to allow recursive listing
5502 to be undone.
5503 (dired-sort-other): Use it.
5504
7972fcfc
GM
55052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5506
e024b101 5507 * Release of cc-mode 5.27
7972fcfc
GM
5508
55092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5510
5511 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5512 c-beginning-of-statement-1 that caused a bad case of recursion
5513 which could consume a lot of CPU in large classes in languages
5514 that have in-expression classes (i.e. Java and Pike).
5515
5516 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5517 statements before top level constructs (i.e. case 6 is moved
5518 before case 5 and is now case 4) to catch in-expression
5519 classes in top level expressions correctly.
5520
55212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5522
5523 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5524 objc-method-intro. Case 4 removed and case 5I added.
5525
5526 * cc-langs.el (c-append-paragraph-start): New variable used by
5527 c-common-init to get paragraph-start correct.
5528 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5529 initialize paragraph-start to make it correct both with and
5530 without the javadoc special case.
5531
5532 * cc-mode.el (java-mode): Use c-append-paragraph-start to
5533 initialize paragraph-start for javadoc markup.
5534
5535 * cc-vars.el (c-style-variables-are-local-p): Incompatible
5536 change by defaulting this to t. It's motivated by the
5537 confusing behavior that otherwise arise from the style system
5538 when editing both java and non-java files at the same time
5539 (see the comments about style setting in c-common-init).
5540
55412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5542
5543 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5544 similar to the one in c-fill-paragraph to check the fill
5545 prefix from the adaptive fill function for sanity.
5546
55472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5548
5549 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5550 defun block.
5551
55522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5553
5044b74a 5554 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
5555
55562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5557
5558 * cc-align.el (c-lineup-multi-inher): Handle lines with
5559 leading comma nicely. Extended to handle member initializers
5560 too.
5561
e024b101 5562 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
5563 c-guess-basic-syntax): Fixed recognition of inheritance lists
5564 when the lines begins with a comma.
5565
5044b74a 5566 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
5567
5568 * cc-vars.el (c-offsets-alist): Changed default for
5569 member-init-cont to c-lineup-multi-inher since it now handles
5570 member initializers and indents better for leading commas.
5571
55722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5573
5574 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5575 handling that caused class open lines to be recognized as
5576 statement-conts in some cases.
5577
5578 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5579 guessed by the adaptive fill function unless point is on the
5580 first line of a block comment.
5581
5582 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5583 when the buffer ends with a macro continuation char.
5584
5585 * cc-engine.el (c-guess-basic-syntax): Added support for
5586 function definitions as statements in Pike. The first
5587 statement in a lambda block is now labeled defun-block-intro
5588 instead of statement-block-intro.
5589
5590 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5591 so that the class surrounding point is selected, not the one
5592 innermost in the state.
5593
5594 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5595 recognition of switch labels having hanging multiline
5596 statements.
5597
5598 * cc-engine.el (c-beginning-of-member-init-list): Broke out
5599 some code in c-guess-basic-syntax to a separate function.
5600 * cc-engine.el (c-just-after-func-arglist-p): Fixed
5601 recognition of member inits with multiple line arglists.
5602 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5603 member-init-cont when the commas are in funny places.
5604
56052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5606
5607 * cc-defs.el (c-auto-newline): Removed this macro since it's
5608 not used anymore.
5609
5610 * cc-engine.el (c-looking-at-bos): New helper function.
5611 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5612 inexpr and toplevel classes apart in Pike.
5613
5614 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5615 of case 9A.
5616
5617 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5618 constant, since "class" can introduce an in-expression class
5619 in Pike nowadays.
5620
56212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5622
5623 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5624 indentation on cpp-macro lines.
5625
5626 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5627 a syntax modifier like comment-intro, to make it possible to
5628 get syntactic indentation for preprocessor directives. It's
5629 incompatible wrt to lineup functions on cpp-macro, but it has
5630 no observable effect in the 99.9% common case where cpp-macro
5631 is set to -1000.
5632
56332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5634
5635 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5636 member-init-cont when the preceding arglist is several lines.
5637
56382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5639
5640 * cc-styles.el (c-style-alist): The basic offset for the BSD
5641 style corrected to 8.
5642
56432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5644
5645 * cc-styles.el (c-style-alist): Adjusted the indentation of
5646 brace list openers in the gnu style.
5647
56482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5649
5650 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5651
5652 * cc-cmds.el (c-electric-brace, c-electric-slash,
5653 c-electric-star, c-electric-semi&comma, c-electric-colon,
5654 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5655 when c-syntactic-indentation is nil.
5656
5657 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5658 we were left at comments preceding the first statement when
5659 reaching the beginning of the buffer.
5660
5661 * cc-vars.el (c-syntactic-indentation): New variable to turn
5662 off all syntactic indentation.
5663
56642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5665
5666 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5667 between the text and the block comment ender when it hangs,
5668 depending on how many there are before the fill.
5669
56702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5671
5672 * cc-engine.el (c-beginning-of-closest-statement): New helper
5673 function to go back to the closest preceding statement start,
5674 which could be inside a conditional statement.
5675 * cc-engine.el (c-guess-basic-syntax): Use
5676 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5677
5678 * cc-engine.el (c-guess-basic-syntax): Better handling of
5679 arglist-intro, arglist-cont-nonempty and arglist-close when
5680 the arglist is nested inside parens. Cases 7A, 7C and 7F
5681 changed.
5682
5683 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5684 up-to-date with javadoc 1.2.
5685
56862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5687
5688 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5689 multiline Pike type decls.
5690
56912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5692
5693 * cc-cmds.el (c-indent-new-comment-line): Always break
5694 multiline comments in multiline mode, regardless of
5695 comment-multi-line.
5696
56972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5698
5699 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5700 fully::qualified::names in C++ member init lists. Preamble in
5701 case 5D changed.
5702
57032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5704
5705 * cc-langs.el (c-common-init): Handling of obsolete variables
5706 moved to c-initialize-cc-mode. More compatible style override
5707 when using global style variables.
5708 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5709 variables moved here.
5710
e024b101 5711 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
5712 c-special-indent-hook as a style variable. Don't talk about
5713 doing (c-make-styles-buffer-local t) in a mode hook, since
5714 that's already too late to work right.
5044b74a 5715
7972fcfc
GM
5716 * cc-styles.el (c-make-styles-buffer-local): Flag style
5717 variable localness in c-style-variables-are-local-p to make
5718 the compatibility measure in c-common-init work well.
5719
5720 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5721 longer contain set-from-style.
5722 * cc-styles.el (c-initialize-builtin-style): Don't check for
5723 set-from-style on c-special-indent-hook.
5724 * cc-styles.el (c-copy-tree): Obsolete. The standard function
5725 copy-alist is sufficient now.
5726
5727 * cc-styles.el (c-set-style, c-set-style-1,
5728 c-get-style-variables): Fixes to variable initialization so
5729 that duplicate entries in styles have the same effect
5730 regardless of DONT-OVERRIDE.
5731
5732 * cc-styles.el (c-set-style-2): Fixed bug where the
5733 initialization of inheriting styles failed when the
5734 dont-override flag is set.
5735
5736 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5737 on this.
5738
57392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5740
5741 * cc-defs.el (c-forward-comment): Removed the workaround
5742 introduced in 5.38 since it had worse side-effects. If a line
5743 contains the string "//\"", it regarded the // as a comment
5744 start since the \ temporarily doesn't have escape syntax.
5745
57462000-07-17 Emmanuel Briot <briot@act-europe.fr>
5747
5748 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5749 ada-xref.el before ada-prj.el, so that the Project menu is created
5750 when ada-prj tries to add to it.
5751 (ada-activate-keys-for-case): Suppress the characters that are not
5752 part of the Ada syntax. Better compatibility with else-mode
5753 (ada-adjust-case-interactive): When auto-casing is not active,
5754 correctly insert newlines (used to insert only ^M). Prevent the
5755 syntax table from being changed in case of an error
814299a7 5756 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
5757 Do nothing if ada-auto-case is nil.
5758 (ada-after-keyword-p): Ignore keywords that are also attributes
5759 (ada-batch-reformat): Update usage comment
5760 (ada-call-from-contextual-menu): New function
5761 (ada-case-read-exceptions): Reinitialize the casing exception list
5762 first to nil first, so that the casing exception file can be
5763 shared.
5764 (ada-check-defun-name): Handles "configure" keyword for gnatdist
5765 files.
5766 (ada-compile-goto-error): Fix regexp used to detect a file:line
5767 anywhere in the error message
5768 (ada-contextual-menu-last-point): New variable
5769 (ada-create-keymap): If the variable delete-key-deletes-forward is
5770 t on XEmacs, it means that DEL should delete one character
5771 forward.
5772 (ada-create-menu): Use :included instead of :visible for XEmacs.
5773 New submenu "Options".
5774 (ada-end-stmt-re): Correctly indent "select ... then abort"
5775 statements.
5776 (ada-fill-comment-paragraph): Correctly delete all leading '--'
5777 even if they don't match ada-fill-comment-prefix Fix handling of
5778 paragraphs on the first or last line of a file.
5779 (ada-format-paramlist): Fix handling of default parameter values.
5780 (ada-get-body-name): New function.
5781 (ada-get-current-indent): Optimized by searchling directly for an
5782 existing generic part or a statement outside of it. Handle
5783 ada-indent-align-comments when indenting comments Replaced some
5784 regexps by testing directly the next character. This results in a
5785 huge speedup on some files. New indentation scheme for renames
5786 statements. Stop looking for the 'while' or 'for' associated with
5787 a 'loop' at the first semicolon encountered. A "return" can also
5788 match an anonymous access subprogram declaration.
5789 (ada-get-indent-noindent): Ignore strings and comments when
5790 looking for the keywords "record" and "private".
5791 (ada-goto-matching-decl-start): When matching "if", make sure we
5792 are not in fact seeing "end if". Ignore "when" statements except
5793 when initial keyword was "begin". Fix handling of nested
5794 procedures. Add a recursive call to this function to skip over
5795 other 'end' statmts. Fix indentation for "when .. => begin"
5796 (ada-in-open-paren-p): Fix indentation for complex boolean
5797 expressions, where 'and then', 'or else' and parenthesis
5798 statements are mixed up.
5799 (ada-in-paramlist-p): Skip comments while searching for the
5800 beginning Fix handling of operator declarations.
5801 (ada-indent-align-comments): New variable
5802 (ada-indent-current): Change the syntax table only in the
5803 protected section, so that we are sure it is restored correctly.
5804 (ada-indent-on-previous-lines): Use ada-use-indent and
5805 ada-with-indent Correctly indent "select ... then"
5806 (ada-indent-region): Slight speedup.
5807 (ada-indent-renames): New variable.
5808 (ada-last-which-function-subprog, ada-last-which-function-line):
5809 New variables
5810 (ada-looking-at-semi-private): Correctly indent the 'private'
5811 keyword when it is the first word in a package declaration.
5812 (ada-loose-case-word): Stop searching if at the end of the buffer.
5813 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5814 even if point is not initially at the end of the word.
5815 (ada-matching-decl-start-re): Add "when".
5816 (ada-mode): Add support for abbrev-mode, outline-mode and
5817 which-func-mode Override the old find-file.el entry in
5818 ff-special-constructs since it is using the obsolete
5819 ada-spec-suffix variable
5820 (ada-no-auto-case): New function
5821 (ada-scan-paramlist): When parsing the argument type, accept
5822 spaces (as in "X 'Class", generated by Rational Rose).
5823 (ada-other-file-name): No longer loads the other file.
5824 (ada-popup-menu): Save and restore the current buffer and cursor
5825 position before and after displaying the menu.
5826 (ada-search-ignore-complex-boolean): New function.
5827 (ada-uncomment-region): Emacs21 already knows how to delete
5828 comments not starting in the first column.
5829 (ada-use-indent): New variable
5830 (ada-which-function): New function.
5831 (ada-with-indent): New variable
5832 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5833 can be batch-compiled from the command line.
5834
5835 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5836 Add to the menu when the file is loaded, not in ada-mode-hook.
5837 Add -toolbar to the default ddd command Switches moved from
5838 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5839 ada-prj-default-comp-opt
5840 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5841 Reference Manual to the menu
5842 (ada-check-current): rewritten as a call to ada-compile-current
5843 (ada-compile): Removed.
5844 (ada-compile-application, ada-compile-current, ada-check-current):
5845 Set the compilation-search-path so that compile.el automatically
5846 finds the sources in src_dir. Automatic scrollong of the
5847 compilation buffer. C-uC-cC-c asks for confirmation before
5848 compiling
5849 (ada-compile-current): New parameter, prj-field
5850 (ada-complete-identifier): Load the .ali file before doing
5851 processing
5852 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5853 conform to gnatmake's behavior.
5854 (ada-find-file-in-dir): New function
5855 (ada-find-references): Set the environment variables for gnatfind
5856 (ada-find-src-file-in-dir): New function.
5857 (ada-first-non-nil): Removed
5858 (ada-gdb-application): Add support for jdb, the java debugger.
5859 (ada-get-ada-file-name): Load the original-file first if not done
5860 yet.
5861 (ada-get-all-references): Handles the new ali syntax (parent types
5862 are found between <>).
5863 (ada-initialize-runtime-library): New function
5864 (ada-mode-hook): Always load a project file when a file is opened,
5865 so that the casing exceptions are correctly read.
5866 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
5867 (ada-parse-prj-file): Use find-file-noselect instead of find-file
5868 to open the project file, since the latter does not work with
5869 speedbar Get default values before loading the prj file, or the
5870 default executable file name is wrong. Use the absolute value of
5871 src_dir to initialize ada-search-directories and
5872 compilation-search-path,... Add the standard runtime library to
5873 the search path for find-file.
5874 (ada-prj-default-debugger): Was missing an opening '{'
5875 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
5876 variables.
5877 (ada-prj-default-gnatmake-opt): New variable
5878 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
5879 buffers, the project file is the default one Save the windows
5880 configuration before displaying the menu.
5881 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
5882 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
5883 ...) regexp-quote identifiers names to support operators +,
5884 -,... in regexps.
5885 (ada-remote): New function.
5886 (ada-run-application): Erase the output buffer before starting the
5887 run Support remote execution of the application. Use
5888 call-process, or the arguments are incorrectly parsed
5889 (ada-set-default-project-file): Reread the content of the active
5890 project file, not the one from the current buffer When a project
5891 file is set as the default project, all directories are
5892 automatically associated with it.
5893 (ada-set-environment): New function
5894 (ada-treat-cmd-string): New special variable ${current}
5895 (ada-treat-cmd-string): Revised. The substitution is now done for
5896 any ${...} substring
5897 (ada-xref-current): If no body was found, compiles the spec
5898 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
5899 compiler to get rid of command line length limitations.
5900 (ada-xref-get-project-field): New function
5901 (ada-xref-project-files): New variable
5902 (ada-xref-runtime-library-specs-path)
5903 (ada-xref-runtime-library-ali-path): New variables
5904 (ada-xref-set-default-prj-values): Default run command now does a
5905 cd to the build directory. New field: main_unit Provide a default
5906 file name even if the current buffer has no prj file.
5907
5908 * ada-prj.el:
5909 Rewritten to show a tabbed-dialog.
5910 (ada-prj-add-ada-menu): Remove the map and name parameters.
5911 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
5912 New function
5913 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
5914 (ada-prj-load-from-file): New function
5915 (ada-prj-save): Always save fields that depend on the current buffer
5916 (ada-prj-show-value): New function
5044b74a 5917
7972fcfc
GM
5918 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
5919 Ada mode. This will allow us to display the Ada menu in any buffer
5920 we want (for project items).
5921 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
5922 number of spaces in the header.
5044b74a 5923
8730a8da
DL
59242000-07-24 Dave Love <fx@gnu.org>
5925
5926 * ediff-init.el (ediff-region-help-echo): Bind face-help.
5927
db3ca487
NF
59282000-07-23 Noah Friedman <friedman@splode.com>
5929
ad953485
NF
5930 * type-break.el (type-break): perform autosave.
5931 Suggested by Stephen Gildea <gildea@intouchsys.com>.
5932 (type-break-do-query): Cancel query schedule while performing
5933 actual query, to avoid possibility of a second query being made
5934 while first one is already in progress.
5935 (type-break-time-stamp-format): New variable.
5936 (type-break-time-stamp): New function.
5937 (type-break-time-warning): Use it.
5938 (type-break-keystroke-warning): Use it.
5939 (type-break-noninteractive-query): Use it.
5940
03a9c6d0
NF
5941 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
5942 cookie.
5943 Use add-minor-mode to set minor-mode-alist, if available.
5944 (eldoc-echo-area-use-multiline-p): New user option.
5945 (eldoc-echo-area-multiline-supported-p): New variable.
5946 (eldoc-docstring-format-sym-doc): Use them.
5947 (eldoc-mode): If not using idle timers, append to local post and
5948 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
5949 (eldoc-display-message-no-interference-p): Don't interfere with
5950 edebug.
5951 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
5952 (eldoc-function-arglist): New function.
5953 (eldoc-function-argstring): Use it.
5954
db3ca487
NF
5955 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
5956 auto save directory exists before calling directory-files.
5957
f7ad1899
DL
59582000-07-23 Dave Love <fx@gnu.org>
5959
5960 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
5961 ^o, ^u.
5962
43e764c9
DL
59632000-07-21 Dave Love <fx@gnu.org>
5964
475de6f4
DL
5965 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
5966 now passed to the function. It now works properly.
5967
43e764c9
DL
5968 * smerge-mode.el (smerge-mode-menu): Fill it out.
5969
e8bea4c0
GM
59702000-07-20 Gerd Moellmann <gerd@gnu.org>
5971
5972 * info-look.el (info-lookup): If *info* is shown in another frame
5973 on the same display, select that frame, instead of switching to
5974 the Info buffer in another window of the selected frame.
5975
5976 * simple.el (universal-argument-map): Bind numeric keypad keys
5977 kp-0 to kp-9 and kp-subtract.
5978 (digit-argument): Handle these keys.
5979
bc75b4fd
DL
59802000-07-20 Dave Love <fx@gnu.org>
5981
5982 * net/goto-addr.el (goto-address-fontify): Don't bother with
5983 buffer-modified and read-only stuff -- irrelevant with overlays.
5984 Put an extra property on the overlays and use it to clean up in
5985 case goto-address is re-run.
5986
8b7bc628
RS
59872000-07-19 Richard M. Stallman <rms@gnu.org>
5988
18e21ce8
RS
5989 * timer.el (run-with-idle-timer): Doc fix.
5990
db3ca487 5991 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
5992 Handle case where <...> appears inside "...".
5993 Use replace-match to edit the string more simply.
5994 (rmail-dont-reply-to): Cope with an unmatched ".
5995
50575ec2
DL
59962000-07-19 Dave Love <fx@gnu.org>
5997
5998 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
5999 implementation.
6000
6001 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6002 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6003 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6004
4279296d
GM
60052000-07-19 Gerd Moellmann <gerd@gnu.org>
6006
47db06aa
GM
6007 * textmodes/refer.el: Correct maintainer's email address.
6008
6009 * progmodes/hideif.el: Correct author's email address.
6010 Fix typo in comment.
6011
6012 * xml.el: New file.
6013
4279296d
GM
6014 * mail/mailheader.el: Correct author's mail address.
6015
6016 * gnus/parse-time.el: Correct author's mail address.
6017
47db06aa 60182000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
6019
6020 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
6021 New user options.
6022 (comint-input-ring-file-name): Change custom type.
6023 (comint-mode-map): Bind mouse-2.
6024 (comint-insert-clicked-input): New function.
6025 (comint-send-input): Handle input highlighting.
6026
21ad0f7b
SM
60272000-07-18 Stefan Monnier <monnier@cs.yale.edu>
6028
6029 * mouse.el (popup-menu): New function.
6030 (mouse-major-mode-menu): Use it.
6031
3b33a005
DL
60322000-07-18 Dave Love <fx@gnu.org>
6033
6034 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6035 improvements.
6036
dc1cac59
GM
60372000-07-18 Gerd Moellmann <gerd@gnu.org>
6038
21ad0f7b 6039 * faces.el (face-font-selection-order)
dc1cac59 6040 (face-font-family-alternatives): Add custom type.
db3ca487 6041
f8276b77
DL
60422000-07-18 Dave Love <fx@gnu.org>
6043
6044 * cus-edit.el (custom-variable-reset-saved)
6045 (custom-variable-reset-standard): Remove unused bindings.
6046
6047 * rect.el (open-rectangle-line): Remove unused let.
6048
6049 * hl-line.el (hl-line-highlight): Check hl-line-mode.
6050
3d6cd763
GM
60512000-07-18 Gerd Moellmann <gerd@gnu.org>
6052
6053 * cdl.el: Fix `Maintainer' keyword.
6054
6055 * play/pong.el: Add author's email address.
6056
34342a07
SS
60572000-07-17 Sam Steingold <sds@gnu.org>
6058
6059 * files.el (insert-directory): Call `split-string' instead of
6060 re-implementing it.
6061
088831a6
GM
60622000-07-18 Gerd Moellmann <gerd@gnu.org>
6063
6064 * mail/vms-pmail.el: Change maintainer to FSF.
6065
6066 * net/goto-addr.el: Change maintainer to FSF.
6067
6068 * recentf.el: Update from author.
6069
6070 * info.el (Info-title-face-alist): Removed.
db3ca487 6071
68be2869
EZ
60722000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
6073
6074 * eshell/eshell.el (eshell): Replace links to eshell.info with
6075 links to eshell, to avoid problems on systems where the manual is
6076 installed as `eshell'.
6077 * eshell/esh-cmd.el (eshell-cmd): Ditto.
6078 * eshell/em-smart.el (eshell-smart): Ditto.
6079 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 6080 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
6081
6082 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6083 same-file check in the MS-DOS version (it does support inodes).
6084
6085 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6086
21ad0f7b
SM
6087 * eshell/eshell.el (eshell-directory-name):
6088 Run default directory name through convert-standard-filename.
68be2869 6089
269b4dcb
KH
60902000-07-18 Kenichi Handa <handa@etl.go.jp>
6091
21ad0f7b
SM
6092 * international/mule-cmds.el (select-safe-coding-system):
6093 Fix typo in the comment.
240a16cf 6094
21ad0f7b
SM
6095 * language/european.el (compound-text):
6096 Force katakana-jisx0201 to be designated to G1.
aa96c820 6097
21ad0f7b
SM
6098 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6099 Don't translate some national variant characters of latin-jisx0201.
aa96c820 6100 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 6101
269b4dcb
KH
6102 * international/kkc.el (kkc-after-update-conversion-functions):
6103 New variable.
6104 (kkc-update-conversion): Run functions in it at the tail.
6105
68be2869 61062000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 6107
21ad0f7b
SM
6108 * lisp/align.el (align-newline-and-indent):
6109 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
6110 (align-region): Fixed badly formatted minibuffer message.
6111
7a3fd467
KH
61122000-07-17 Kenichi Handa <handa@etl.go.jp>
6113
21ad0f7b 6114 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
6115 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
6116 the conversion list at first if appropriate.
6117 (kkc-next): Don't update kkc-next-count here.
6118 (kkc-prev): Don't update kkc-prev-count here.
6119 (kkc-show-conversion-list-update): Fix setting up of conversion
6120 list message.
6121
a45423d8
SM
61222000-07-16 Stefan Monnier <monnier@cs.yale.edu>
6123
088831a6 6124 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 6125
91a38db1
DL
61262000-07-16 Dave Love <fx@gnu.org>
6127
6128 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6129 function to be more specific.
6130
6131 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6132 non-string help-echo.
6133 (widget-types-convert-widget): Defsubst it.
6134 (widget-echo-help): Try to cope with a help-echo function of two
6135 possible sorts.
6136
3fddcdc3
JR
61372000-07-15 Jason Rumney <jasonr@gnu.org>
6138
6139 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6140 Declare as obsolete.
6141
6142 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6143
bd23a692
GM
61442000-07-14 Gerd Moellmann <gerd@gnu.org>
6145
6146 * hilit-chg.el: Fix typo.
6147
d4af987a
DL
61482000-07-14 Dave Love <fx@gnu.org>
6149
6150 * info.el (Info-mode-menu): Fix use of :help, :enable.
6151
3a4f3f86
SM
61522000-07-14 Stefan Monnier <monnier@cs.yale.edu>
6153
6154 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6155
cf6936a4
DL
61562000-07-13 Dave Love <fx@gnu.org>
6157
4d6d04b5
DL
6158 * emacs-lisp/easymenu.el: Doc fixes.
6159 (easy-menu-remove): Defalias to ignore.
6160
cf6936a4
DL
6161 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6162 Call throw correctly.
6163
56437999
GM
61642000-07-13 Gerd Moellmann <gerd@gnu.org>
6165
6166 * faces.el (frame-background-mode): Doc fix.
6167
6168 * simple.el (eval-expression-print-length): Change custom type to
6169 allow entering nil as value.
6170
d04a3972
DL
61712000-07-13 Dave Love <fx@gnu.org>
6172
3a4f3f86
SM
6173 * progmodes/fortran.el (fortran-imenu-generic-expression):
6174 Change definition layout.
a8189dfe
DL
6175 (fortran-mode-menu): Reinstate customize entries.
6176
d04a3972
DL
6177 * cus-edit.el (custom-group-menu-create, customize-menu-create):
6178 Use :filter, per old XEmacs code.
6179
4bf4fb05
GM
61802000-07-12 Gerd Moellmann <gerd@gnu.org>
6181
6182 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6183 event when deciding what to send to the terminal.
6184
37328bcd
DL
61852000-07-12 Dave Love <fx@gnu.org>
6186
6187 * cus-start.el: Add optional version as 4th element of specs and
6188 use it for several things new in v21. Remove load-path. Fix type
6189 of line-number-display-limit.
6190
89492072
DL
61912000-07-11 Dave Love <fx@gnu.org>
6192
3a4f3f86
SM
6193 * progmodes/fortran.el: Don't require easymenu.
6194 Use repeat counts in various regexps.
315aa1de
DL
6195 (fortran-mode-syntax-table): Defvar directly.
6196 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
6197 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6198 Use defvar, not defconst.
6199 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
6200 (fortran-mode): Set fortran-comment-line-start-skip,
6201 fortran-comment-line-start-skip, dabbrev-case-fold-search.
6202 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
6203 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6204 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
6205 (fortran-comment-region, fortran-electric-line-number): Simplify.
6206 (fortran-auto-fill): New function.
6207 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
6208 (fortran-find-comment-start-skip):
6209 Check for non-null comment-start-skip.
6210 (fortran-auto-fill-mode, fortran-fill-statement):
6211 Use fortran-auto-fill.
315aa1de 6212 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 6213 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 6214
89492072
DL
6215 * widget.el (widget-plist-member): New alias.
6216
d55ead18
EZ
62172000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6218
6219 * eshell/esh-module.el (toplevel): Reference
6220 byte-compile-current-file only if it is bound.
6221
e82a2a05
GM
62222000-07-10 Gerd Moellmann <gerd@gnu.org>
6223
6224 * dired.el: Don't require `dired-aux'.
6225
1fc7fb2b
MB
62262000-07-10 Miles Bader <miles@lsi.nec.co.jp>
6227
6228 * dired-aux.el (dired-show-file-type): New function.
6229 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6230 (dired-show-file-type): Add autoload.
6231
ab49ce15
KH
62322000-07-10 Kenichi Handa <handa@etl.go.jp>
6233
6234 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 6235 change of fontset-info.
ab49ce15
KH
6236 (print-fontset): Likewise.
6237
f45aab65
SM
62382000-07-09 Stefan Monnier <monnier@cs.yale.edu>
6239
6240 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6241
2f72fd2f
GM
62422000-07-07 Gerd Moellmann <gerd@gnu.org>
6243
e82a2a05 6244 * bindings.el: Bind `[delete]' to delete-char.
965522f5 6245
2f72fd2f
GM
6246 * dired.el (dired-find-alternate-file): New function.
6247 (dired-mode-map): Bind `a' to dired-find-alternate-file.
6248 (toplevel): Require dired-aux when compiling.
6249 (dired-buffers): Move defvar within file to avoid compiler warning.
6250
6251 * info.el (Info-last-search): Variable removed.
6252 (Info-search-history): New variable.
6253 (Info-search): New Info-search-history.
6254
6255 * battery.el, info-look.el: Change author's mail address.
6256
965522f5 62572000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 6258
965522f5
GM
6259 * mail/rmail.el (rmail-clear-headers): Don't throw an error
6260 if rmail-ignored-headers is nil.
6261 (rmail-retry-failure): Bind rmail-ignored-headers and
6262 rmail-displayed-headers to nil.
6263
dd8888a1
GM
62642000-07-06 Gerd Moellmann <gerd@gnu.org>
6265
e5c81191
GM
6266 * lpr.el (lpr-page-header-switches): Add `-h' switch.
6267 (print-region-1): Don't hard code `-h' here.
6268
dd8888a1
GM
6269 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6270
e5c81191
GM
62712000-07-01 Francesco Potorti` <pot@gnu.org>
6272
6273 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6274 exim can use "your message" instead of "the message".
34342a07 6275
f45aab65
SM
62762000-07-06 Stefan Monnier <monnier@cs.yale.edu>
6277
6278 * facemenu.el: Docstrings fixes.
6279 (facemenu-get-face): Don't use internal-find-face.
6280 (facemenu-iterate): Rename arg to match the docstring.
6281
6282 * newcomment.el (uncomment-region): Be more careful when skipping
6283 backwards over `=' not to bump into BOBP.
6284
d396e521 62852000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 6286
dd8888a1
GM
6287 * ediff-diff.el (ediff-wordify): Use syntax table.
6288 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 6289 ediff-color-display-p.
dd8888a1 6290 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
6291 from defsubst.
6292 Got rid of special cases for NeXT and OS/2.
dd8888a1 6293 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 6294 face.
34342a07 6295
5e2dfaa4
SM
62962000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6297
6298 * emacs-lisp/lucid.el: Require CL.
6299 (copy-tree, remprop): Remove, it's provided by CL.
6300 (map-keymap): Define in terms of cl-map-keymap.
6301 (extent-property, set-extent-end-glyph): New functions.
6302
6303 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6304
d5c5cddd
GM
63052000-07-05 Gerd Moellmann <gerd@gnu.org>
6306
485266d0
GM
6307 * Makefile.in (DONTCOMPILE): Add comment that the name may
6308 not be changed without changing the make-dist script.
6309
5e2dfaa4 6310 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 6311 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 6312
e2c46326
AI
63132000-07-05 Andrew Innes <andrewi@gnu.org>
6314
6315 * makefile.nt: Add support for `bootstrap' and related targets.
6316
a027a91b
SM
63172000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6318
6319 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6320 (easy-menu-do-define): Use `menu-item' format.
6321 Handle case where easy-menu-create-menu returns a symbol.
6322 Manually call the potential top-level filter in the function binding.
6323 (easy-menu-filter-return): New arg NAME.
6324 Convert to a keymap if MENU is an XEmacs menu.
6325 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
6326 (easy-menu-converted-items-table, easy-menu-convert-item):
6327 New var and fun to memoize easy-menu-convert-item-1.
6328 (easy-menu-do-add-item): Use it.
6329 (easy-menu-create-menu): Use easy-menu-convert-item.
6330 Wrap easy-menu-filter-return around any :filter specification.
6331 Don't convert the menu if a filter was specified.
6332 Tell easy-menu-make-symbol not to check for MENU being an expression.
6333 (easy-menu-make-symbol): New arg NOEXP.
6334
5e03eb84
GM
63352000-07-05 Gerd Moellmann <gerd@gnu.org>
6336
6337 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6338 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6339 (eval-defun): If called with prefix arg, instrument code for
6340 Edebug.
6341
6342 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6343 similar to that of eval-defun.
6344
fca68a95
DL
63452000-07-04 Dave Love <fx@gnu.org>
6346
7ccbba4c
DL
6347 * hl-line.el (hl-line-overlay): Make it permanent-local.
6348
fca68a95
DL
6349 * calendar/todo-mode.el: Replaced with a working version, based on
6350 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6351
63522000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
6353
6354 * paths.el (prune-directory-list): New function.
6355 (Info-default-directory-list): Rewritten to more methodically
6356 enumerate a big list of possible info directories (based on the
6357 list used by the standalone info reader).
fca68a95 6358
78e7e8a0 6359 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 6360 non-existent directories from Info-directory-list.
78e7e8a0 6361
78e7e8a0
MB
6362 * paths.el (Info-default-directory-list): Try a list of possible
6363 info-directories instead of a single one. Add the possible
6364 info directory "/usr/share/info".
6365
6366 * woman.el (woman-man.conf-path): Explicitly include the debian
6367 man-db config file "/etc/manpath.config".
6368 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6369 are present in `manpath.config'.
6370 (woman-manpath): Include "/usr/share/man".
6371
67c9a1d2
GM
63722000-07-03 Gerd Moellmann <gerd@gnu.org>
6373
6753393b
GM
6374 * frame.el (blink-cursor-mode): Don't hide cursor initially.
6375
6376 * startup.el (command-line): Initialize blink-cursor based
6377 on window-system.
6378
e4f98ad3
GM
6379 * frame.el (blink-cursor): Default to nil if not running under
6380 a window-system.
6381
2f516940
GM
6382 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6383 (face-x-resources): Remove duplicate entry for :font.
6384
67c9a1d2
GM
6385 * textmodes/refer.el (refer-find-entry-internal): Use some-window
6386 instead of cycling through windows with next-window.
6387
6388 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6389 of cycling through windows with next-window.
6390
6391 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6392 of cycling through windows with next-window.
6393
6394 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6395 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6396 instead of cycling through windows with next-window.
6397
6398 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6399 instead of cycling through windows with next-window.
6400
6401 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6402 of cycling through windows with next-window.
6403
6404 * terminal.el (te-process-output): Use walk-windows instead of
6405 cycling through windows with next-window.
6406
6407 * server.el (server-switch-buffer): Use some-window instead of
6408 cycling through windows with next-window.
6409
6410 * window.el (some-window): New function.
6411 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 6412
3a4f3f86 6413 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 6414
8b7bc628 64152000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
6416
6417 * window.el (walk-windows): Guarantee termination by keeping a list
6418 of all the windows already handled.
6419
d0d57043
EZ
64202000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6421
6422 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6423 window-system.
6424
6425 * man.el (Man-notify-when-ready): Don't use window-system. If
6426 Man-notify-method is newframe, and the display is not
6427 multi-frame, select the frame created for the man page.
6428 (Man-init-defvars): Doc fix.
6429
d5483ab1
GM
64302000-06-28 Gerd Moellmann <gerd@gnu.org>
6431
af5c25e1
GM
6432 * faces.el (region): Change background color for light background.
6433
6434 * ediff-wind.el (ediff-setup-control-frame): Remove :box
6435 attribute from mode-line face of Ediff control frame.
6436
d5483ab1
GM
6437 * replace.el (query-replace-map): Bind `e' like `E'.
6438
9d47450f
EZ
64392000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6440
3a4f3f86
SM
6441 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6442 Change name to "Select All".
496b7491 6443
9d47450f
EZ
6444 * dos-fns.el (convert-standard-filename): Fix last change.
6445
0b431deb
GM
64462000-06-27 Gerd Moellmann <gerd@gnu.org>
6447
4fa9f636
GM
6448 * help.el (describe-variable): Don't insert a second `'s' in front
6449 of the string `value is shown below'. Since the syntax-table is
6450 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6451 an existing `'s', so that this won't be deleted.
6452
0b431deb
GM
6453 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6454 * pcmpl-unix.el: New files.
6455
32cad0aa
SM
64562000-06-26 Stefan Monnier <monnier@cs.yale.edu>
6457
6458 * wid-edit.el (widget-member): Use the new plist-member.
6459
2c69ced2
GM
64602000-06-26 Gerd Moellmann <gerd@gnu.org>
6461
44c0f771
GM
6462 * replace.el (perform-replace): Undo change of 2000-04-04.
6463 Instead, move backward 1 character at the end of the loop when
6464 necessary.
34342a07 6465
1d36487c
GM
6466 * faces.el (fringe): Change face for different backgrounds.
6467
6468 * eshell/esh-module.el (toplevel): Load defgroup's differently;
6469 patch from John.
6470
2c69ced2
GM
6471 * eshell/*.el: Change spelling of the Free Software Foundation.
6472
6473 * eshell/esh-toggle.el: Removed.
6474
6475 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6476
6477 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6478 interactively.
6479
64802000-06-26 Alex Schroeder <alex@gnu.org>
6481
6482 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6483 `define-key'; instead of checking `(emacs-version)' check for
6484 `set-keymap-parent' and `set-keymap-name' directly. Add entries
6485 for `;' and `o' which might be electric.
6486
6487 (sql-electric-stuff): New user option.
6488 (sql-magic-go): New function which uses `sql-electric-stuff'.
6489 (sql-magic-semicolon): New function which uses
6490 `sql-electric-stuff'.
6491
6492 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6493 is not fboundp.
6494
6495 (sql-oracle-options): New variable.
6496 (sql-oracle): Use it.
6497
6498 (sql-imenu-generic-expression): Doc change.
6499 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6500 is used.
6501
6502 (sql-informix): Added command line parameter "-" to force
6503 sql-informix-program to use stdout.
6504
db1306d8
EZ
65052000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
6506
3a4f3f86 6507 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
6508 (cp864-decode-table): Doc fix.
6509 (cp720-decode-table): New variable, supports the Arabic OEM
6510 codepage used by Windows.
6511 (cp737-decode-table): New, Greek OEM codepage used by Windows.
6512
c69e5fcd
DL
65132000-06-23 Dave Love <fx@gnu.org>
6514
6515 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6516 (font-lock-fontify-anchored-keywords): Use
6517 line-beginning-position.
6518 (global-font-lock-mode): Use mapc.
6519
30ad8f23
SM
65202000-06-23 Stefan Monnier <monnier@cs.yale.edu>
6521
6522 * eshell/esh-module.el: Require CL when compiling.
6523
26b4dc84
GM
65242000-06-23 Gerd Moellmann <gerd@gnu.org>
6525
78c56e70
GM
6526 * comint.el (comint-substitute-in-file-name): Call replace-match
6527 with second and third arg t.
6528
34342a07 6529 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
6530 Specify foreground color.
6531
6532 * faces.el (tool-bar, mode-line, header-line): Specify foreground
6533 color.
6534
affbf647
GM
6535 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6536
6537 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6538 cddr instead of cdddr.
6539
25fffb31
GM
6540 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6541 instead of copy-list.
6542
6543 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6544 of copy-list.
6545
26b4dc84
GM
6546 * subdirs.el: Add eshell subdirectory.
6547
6548 * eshell: New subdirectory containing the Eshell package.
6549
6550 * pcomplete.el: New file.
6551
78c56e70
GM
65522000-06-23 Paul Eggert <eggert@twinsun.com>
6553
ea055732
GM
6554 * mail/mailpost.el (post-mail-send-it): Make sure file has
6555 proper permissions from birth.
6556
6557 * files.el (basic-save-buffer-2): When temporarily setting
6558 file modes, set them to current modes plus 0200, not to 0777.
6559
78c56e70
GM
6560 * emerge.el (emerge-make-temp-file): Make sure file has proper
6561 permissions from birth.
6562
a3a7ff33
EZ
65632000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
6564
6565 * files.el (make-backup-file-name-1): On DOS/Windows, run the
6566 backup file name through convert-standard-filename.
6567
6568 * dos-fns.el (convert-standard-filename): Convert leading
6569 directories as well. When long file names are supported, convert
6570 characters that are invalid in Windows file names.
6571
1fd9b7fe
GM
65722000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6573
6574 * ps-print.el: Fix bug: if ^L is the very first buffer character,
6575 ps-print crashes. New feature: page selection for printing. Create
6576 raw-text-unix coding system for XEmacs. Doc fix.
6577 (ps-print-version): New version number (5.2.3).
6578 (ps-plot-region): Bug fix.
6579 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6580 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6581 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6582 funs.
6583 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6584 (ps-last-page): New vars.
6585
16ed8416
GM
65862000-06-21 Gerd Moellmann <gerd@gnu.org>
6587
6588 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6589 empty option string.
6590
4fbee715
EZ
65912000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
6592
6593 * man.el (man): Doc fix.
6594
eaecfc94
KH
65952000-06-21 Kenichi Handa <handa@etl.go.jp>
6596
6597 * international/mule-cmds.el (set-language-info-alist): Docstring
6598 fixed.
6599
4a27bdfb
GM
66002000-06-20 Gerd Moellmann <gerd@gnu.org>
6601
6602 * version.el (emacs-version): Use ISO date format.
6603
6604 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6605 instead of `M-backspace'.
6606
6607 * simple.el (turn-off-auto-fill): New function.
6608
8972fe79
SM
66092000-06-20 Stefan Monnier <monnier@cs.yale.edu>
6610
6611 * jit-lock.el (with-buffer-prepared-for-jit-lock):
6612 Renamed from with-buffer-prepared-for-font-lock and use
6613 inhibit-modification-hooks rather than setting *-change-functions.
6614 Update all functions to use the new name.
6615 (jit-lock-first-unfontify-pos): New semantics (and doc).
6616 (jit-lock-mode): Make non-interactive.
6617 Don't automatically turn on font-lock.
6618 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6619 Always use jit-lock-after-change.
6620 Remove and restore font-lock-after-change-function.
6621 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6622 (jit-lock-after-unfontify-buffer): Remove.
6623 (jit-lock-stealth-fontify):
6624 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6625 (jit-lock-after-change): Set the `fontified' text-prop to nil.
6626
5d80cc9c
SS
66272000-06-20 Sam Steingold <sds@gnu.org>
6628
6629 * emacs-lisp/cl-indent.el (toplevel): Indent
6630 `print-unreadable-object' properly. Untabify.
6631
f54e4d13
CD
66322000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6633
6634 * textmodes/reftex.el (reftex-find-citation-regexp-format):
6635 Support for bibentry.
6636 (reftex-compile-variables): Fixed problem with end of section-re.
6637
6638 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
6639 reftex-view-crossref-from-bibtex):
6640 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
6641 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6642 Replaced `remprop' with `put'.
8972fe79
SM
6643 (reftex-view-crossref, reftex-view-crossref-when-idle):
6644 Support for bibentry.
f54e4d13 6645
8972fe79
SM
6646 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6647 New entry for bibentry package.
f54e4d13 6648
8972fe79
SM
6649 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6650 Regexp also matches "\nobibliography".
f54e4d13 6651
8972fe79
SM
6652 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6653 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
6654 (reftex-ensure-write-access): New function.
6655
f54e4d13
CD
66562000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6657
6658 * progmodes/idlwave.el: File re-installed (update to version 4.2)
6659
6660 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6661
6662 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6663
6664 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6665
6666
560c43f4
DL
66672000-06-20 Dave Love <fx@gnu.org>
6668
6669 * faces.el (frame-background-mode): Use set-default, not set, in
6670 setter.
6671 (frame-update-faces, frame-update-face-colors): Define with
6672 defalias.
6673
6674 * enriched.el (enriched-decode-foreground)
6675 (enriched-decode-background): Don't use internal-find-face.
6676
6677 * apropos.el: Doc fixes.
6678
6679 * cus-edit.el (customize-changed-options): Check arg.
6680 (customize-version-lessp): Don't require decimal point.
6681
6682 * custom.el (defcustom, defgroup): Doc fix.
6683
6684 * newcomment.el (comment) <defgroup>: Add :version.
6685 (comment-multi-line): Doc fix.
6686
6687 * emulation/mlsupport.el (define-hooked-local-abbrev,
6688 define-hooked-global-abbrev): Fix, using define-abbrev.
6689
cdf0357b
GM
66902000-06-19 Gerd Moellmann <gerd@gnu.org>
6691
6692 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6693 the whole buffer.
6694
10013d74
DL
66952000-06-19 Dave Love <fx@gnu.org>
6696
6697 * menu-bar.el (menu-bar-options-save): New function.
6698 (menu-bar-options-menu): Use it.
6699 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6700 Simplify.
6701
6922f208
AS
67022000-06-19 Andreas Schwab <schwab@suse.de>
6703
6704 * progmodes/etags.el (tags-query-replace): Put new parameters
6705 START and END at the end, for backward compatibility.
6706
10d7bf84
KH
67072000-06-19 Kenichi Handa <handa@etl.go.jp>
6708
6709 * international/codepage.el:
6710 (cp-coding-system-for-codepage-1): Delete special codes for
6711 generating xxx-dos coding system because now a CCL based coding
6712 system can handle EOL conversion by default.
6713
6714 * international/mule.el (make-coding-system): Generate subsidiary
6715 coding systems for EOL handling variants even for a CCL based
6716 coding system.
6717
8f3c9a3d
KH
67182000-06-19 Kenichi Handa <handa@etl.go.jp>
6719
6720 * international/isearch-x.el (isearch-minibuffer-input-method)
6721 (isearch-minibuffer-input-method-function): These variables
6722 deleted.
6723 (isearch-with-input-method): Don't use the above variables.
6724 (isearch-process-search-multibyte-characters): Likewise. Call
6725 read-string with the arg INHERIT-INPUT-METHOD t.
6726
c2acf685
SM
67272000-06-17 Stefan Monnier <monnier@cs.yale.edu>
6728
13f0d185
SM
6729 * font-lock.el (font-lock-after-fontify-buffer)
6730 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6731
6732 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6733 Use consistent make-local-variable style for font-lock-fontified.
6734 (jit-lock-fontify-buffer):
6735 Don't bother checking for font-lock-mode and jit-lock-mode.
6736
c2acf685
SM
6737 * time.el: Remove trailing ^M that prevent CVS-merging.
6738
a9021acd
GM
67392000-06-16 Gerd Moellmann <gerd@gnu.org>
6740
6741 * Makefile.in (distclean): New target.
5d80cc9c 6742
0df68e9f
SM
67432000-06-16 Stefan Monnier <monnier@cs.yale.edu>
6744
6745 * Makefile.in (srcdir): Define for update-subdirs.
6746
6344985d
GM
67472000-06-16 Gerd Moellmann <gerd@gnu.org>
6748
6749 * find-lisp.el: New file.
6750
63239267
AI
67512000-06-16 Andrew Innes <andrewi@gnu.org>
6752
6753 * time.el (display-time-mail-function): New variable, to allow
6754 external packages to indicate when new mail is available.
6755 (display-time-update): Use it.
6756
1699f991
KH
67572000-06-16 Kenichi Handa <handa@etl.go.jp>
6758
a3b37893
KH
6759 * international/mule.el (mule-version): Change version name to
6760 SAKAKI. AOI has already been used by Meadow.
6761
1699f991
KH
6762 * international/quail.el (quail-show-guidance-buf): To find the
6763 bottom window (but minibuffer), pay attention to the height of
6764 minibuffer.
6765
228b083e
EZ
67662000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6767
7d5c8691
EZ
6768 * arc-mode.el (archive-mode-map): Use the new menu-item format for
6769 menu-bar menus. Add help strings. Don't remove the Edit menu
6770 from the menu bar, as the menu bar has enough space now.
6771
261f3289
EZ
6772 * Makefile.in (SHELL): Make sure /bin/sh is used.
6773
228b083e
EZ
6774 * woman.el (woman-man-buffer): Fix bold and underlined CJK
6775 characters, which use series of two ^H characters instead of one.
6776
e27e8d71
GM
67772000-06-15 Gerd Moellmann <gerd@gnu.org>
6778
5d80cc9c 6779 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 6780 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 6781 functions.
451ec4e3
GM
6782 (Info-find-node-2): Try a case-sensitive search first, then
6783 do a case-insensitive search.
6784
6785 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6786 tutorials.
6787
b675095c
GM
6788 * complete.el (PC-env-vars-alist): New variable.
6789 (PC-complete-as-file-name): New function.
6790 (partial-completion-mode): Initialize PC-env-vars-alist from
6791 process-environment.
6792 (PC-do-completion): Handle completion of env vars.
6793
6794 * info.el (Info-set-mode-line): Show file name in mode line,
6795 use `*Info*' instead of `Info:'.
6796
e27e8d71
GM
6797 * startup.el (command-line-1): Change copyright messages to year
6798 2000.
6799
28223a7e
DL
68002000-06-15 Dave Love <fx@gnu.org>
6801
6802 * net/goto-addr.el (goto-address-fontify): Use keymap property,
6803 not local-map.
6804
32684631
KH
68052000-06-15 Kenichi Handa <handa@etl.go.jp>
6806
6807 * international/mule.el (set-buffer-file-coding-system): Almost
6808 rewritten to handle `undecided' as no-op.
6809
9f817ea4
GM
68102000-06-14 Gerd Moellmann <gerd@gnu.org>
6811
e27e8d71 6812 * Makefile.in: New file.
dce6b995
GM
6813
6814 * Makefile: Removed.
6815
9f817ea4
GM
6816 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6817 (goto-address-highlight-keymap): Bind C-c RET.
6818
2de33f94
KH
68192000-06-14 Kenichi Handa <handa@etl.go.jp>
6820
bbf1e8a5
KH
6821 * mail/sendmail.el (sendmail-send-it): The temporary buffer
6822 inherits buffer-file-coding-system of the current buffer.
725a6897 6823
02891cc3
KH
6824 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6825 0. Give correct argument to set-auto-coding-function.
6826 (tar-expunge): For goto-char, use (point-min), not 0.
6827 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6828 (tar-subfile-save-buffer): Likewize.
6829
2de33f94
KH
6830 * international/mule.el
6831 (after-insert-file-set-buffer-file-coding-system): Call
6832 set-buffer-file-coding-system with the arg FORCE t.
6833
1681ead6
GM
68342000-06-13 Gerd Moellmann <gerd@gnu.org>
6835
6836 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6837 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 6838 the sender is set with `-f'.
1681ead6 6839
fdf4b680
DL
68402000-06-13 Dave Love <fx@gnu.org>
6841
9c50afce
DL
6842 * help.el (describe-function-1): Kluge around cases of functions
6843 fset to subrs whose doc doesn't match their symbol-name.
6844
0ad550ba 6845 * image.el (insert-image): Default STRING to a space.
f290ca08 6846
fdf4b680 6847 * info.el Doc fixes.
5d80cc9c 6848 (Info-build-node-completions): Match Ref tags.
fdf4b680 6849
9b6610db
EZ
68502000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
6851
a704139d
EZ
6852 * frame.el (display-multi-frame-p, display-multi-font-p): New
6853 defaliases for display-graphic-p.
6854
9b6610db
EZ
6855 * hl-line.el: Fixed a typo in commentary.
6856
7a5ea398
KH
68572000-06-13 Kenichi Handa <handa@etl.go.jp>
6858
6859 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6860 fixed.
6861
0dc91c57
DL
68622000-06-12 Dave Love <fx@gnu.org>
6863
6864 * image.el (insert-image): Save a little consing.
6865
0bd5914b
KH
68662000-06-12 Kenichi Handa <handa@etl.go.jp>
6867
6868 * language/tibet-util.el: Convert all tibetan-1-column characters
6869 to the corresponding tibetan characters.
6870 (tibetan-add-components): Delete code for the special treatment of
6871 'a chung.
6872
6873 * language/tibetan.el (tibetan-composable-pattern): Fix previous
6874 change.
6875 (tibetan-vowel-transcription-alist): More rules added.
6876 (tibetan-composite-vowel-alist): New variable.
6877 (tibetan-precomposition-rule-alist): More rules added.
6878
6dc7d3d5
SM
68792000-06-12 Stefan Monnier <monnier@cs.yale.edu>
6880
9c04c393
SM
6881 * startup.el (command-line): Only call menu-bar-mode if interactive.
6882
6883 * thingatpt.el (toplevel symbol-properties):
6884 * textmodes/makeinfo.el (makeinfo-compile):
6885 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 6886 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 6887 (hide-ifdef-use-define-alist):
5d80cc9c 6888 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
6889 (ange-ftp-vms-add-file-entry):
6890 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
6891 * man.el (Man-build-man-command):
6892 * mail/rnewspost.el (news-reply-header-hook):
6893 * info.el (Info-insert-dir):
6894 * emulation/mlconvert.el (backward-word, forward-word, setq):
6895 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
6896 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
6897 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
6898 (byte-optimize-apply, end of file):
6899 * emacs-lisp/advice.el (ad-advice-class-completion-table)
6900 (ad-make-freeze-definition):
6901 * startup.el (command-line, command-line-1): Don't quote lambdas.
6902
6dc7d3d5
SM
6903 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
6904 (cvs-cleanup-removed): New function.
6905 (cvs-cleanup-functions): New var.
6906 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
6907 some flexibility in specifying additional entries to auto-cleanup.
6908 (cvs-quickdir): New function.
6909 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
6910 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
6911 (cvs-mode-find-file): Check that we are on a filename or dirname
6912 when invoked through a mouse-click.
6913 (cvs-full-path): Remove.
6914 (cvs-dired-action): Re-introduced.
6915 (cvs-dired-noselect): Use it.
6916 (vc-post-command-functions): use this new hook if available.
6917
6918 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
6919 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
6920 (cvs-filename-map, cvs-dirname-map): Remove.
6921 (cvs-default-action): Remove.
6922 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
6923 if the arg is really a keymap.
6924 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
6925 Don't hardcode the mapping from state (aka type) to face, but check
6926 the var cvs-fi-<type>-face instead.
6927 (cvs-fileinfo-from-entries): New function.
6928
6929 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
6930 Docstring fix.
6931 (cvs-find-file-and-jump): Change default to be safer.
6932 (cvs-mode-diff-map): Define it as a function as well.
6933 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
6934 Bind mouse-2 in this global map rather than with text-properties.
6935
6936 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
6937 file to resolve the ambiguity between C(conflict) and C(need-merge).
6938
5050a2ef
KH
69392000-06-12 Kenichi Handa <handa@etl.go.jp>
6940
6941 * international/mule.el (set-buffer-file-coding-system): If
6942 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
6943 unconditionally.
6944
35a7ac84
DL
69452000-06-12 Dave Love <fx@gnu.org>
6946
6947 * wid-edit.el (widget-specify-button): Really suppress the face if
6948 required.
6949
db8eeecd
GM
69502000-06-11 Gerd Moellmann <gerd@gnu.org>
6951
6952 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
6953
70223ca4
SM
69542000-06-11 Stefan Monnier <monnier@cs.yale.edu>
6955
6956 * imenu.el (imenu-generic-expression): Docstring fix.
6957
6958 * composite.el (composition-function-table): Move the `put'
6959 below the autoload cookie so we can load the file before loaddefs.
6960
6961 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
6962
6963 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
6964 Handle easy-mmode-define-global-mode.
6965 For complex macros like define-minor-mode that can generate
6966 several autoload entries, try to autoload entries in the
6967 macroexpanded code.
6968
6969 * emacs-lisp/easy-mmode.el (define-minor-mode):
6970 If KEYMAP is a symbol, just use it.
6971 Use byte-compile-current-file and load-file-name to infer the
6972 proper :require to pass to defcustom.
6973 Wrap the hook var into `progn' so as not to autoload it.
6974 Add a :autoload-end cookie.
6975 Be more careful about the evaluation of KEYMAP.
6976 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
6977 (define-derived-mode): Move define-abbrev-table outside of defvar.
6978
69792000-06-10 Stefan Monnier <monnier@cs.yale.edu>
6980
6981 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
6982 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
6983 (backup-compiled-files): Ignore errors during `tar'.
6984 (bootstrap): Make autoloads before elc files.
6985
9c53b34e
KH
69862000-06-10 Kenichi Handa <handa@etl.go.jp>
6987
6988 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 6989 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
6990
6991 * international/mule-conf.el (unix): New alias for the coding
6992 system undecided-unix.
6993
22ddd299
DL
69942000-06-09 Dave Love <fx@gnu.org>
6995
5ee42746
DL
6996 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
6997
70223ca4 6998 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
6999 (executable-insert): Change custom type.
7000 (executable-find): Add autoload cookie.
cc7e1d18
DL
7001 (executable-make-buffer-file-executable-if-script-p): New
7002 function. After Noah Friedman.
22ddd299
DL
7003
7004 * files.el (after-save-hook): Customize, with
cc7e1d18 7005 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 7006
41ea3794
KH
70072000-06-09 Kenichi Handa <handa@etl.go.jp>
7008
f89437e3
KH
7009 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7010 "tib24p-mule.bdf" for Tibetan.
7011
7a4ee259
KH
7012 * composite.el (decompose-composite-char): Declare it as obsolete.
7013
ff6a65c2
KH
7014 * man.el (Man-fontify-manpage): Pay attention to underline and
7015 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 7016
f83fe4b4
GM
70172000-06-08 Gerd Moellmann <gerd@gnu.org>
7018
7019 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7020 Set maintainer to FSF since author isn't reachable.
7021
e56d7900
DL
70222000-06-08 Dave Love <fx@gnu.org>
7023
7024 * international/mule-cmds.el (select-safe-coding-system): If
7025 DEFAULT-CODING-SYSTEM is not specified, also check the most
7026 preferred coding-system if buffer-file-coding-system is
7027 `undecided'. From Handa.
7028
d3981b49
KH
70292000-06-08 Kenichi Handa <handa@etl.go.jp>
7030
7031 * international/mule.el
7032 (after-insert-file-set-buffer-file-coding-system): If the buffer
7033 size is greater than INSERTED, judget that we are not visiting.
7034
bff71087
RV
70352000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
7036
7037 * whitespace.el (defgroup whitespace): Comment out `:version'.
7038 XEmacs 20.4 has problems defining the group with this present.
7039 We'll have this commented out till get resolve the problem.
7040
45f485a6
GM
70412000-06-07 Gerd Moellmann <gerd@gnu.org>
7042
7043 * align.el: Update from author.
7044
70452000-06-07 Jari Aalto <jari.aalto@poboxes.com>
7046
7047 * apropos.el (apropos-mode-hook): New user variable.
7048 (apropos-mode): Run apropos-mode-hook.
bff71087 7049
45f485a6
GM
70502000-06-07 David Ponce <david@dponce.com>
7051
7052 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7053 commands. Require `wid-edit' at run-time.
7054
70552000-06-07 David Ponce <david@dponce.com>
7056
7057 * recentf.el: Added some "Commentary".
7058 (recentf-open-more-files, recentf-edit-list): Minor changes to
7059 move the point at the top of the file list. This behaviour is
7060 consistent with the menu one when the list contains a lot of
7061 files.
7062 (recentf-cleanup): Now displays the number of items removed from
7063 the list.
7064 (recentf-relative-filter) New menu filter to show filenames
7065 relative to `default-directory'.
bff71087 7066
45f485a6
GM
70672000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7068
7069 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
7070 with/without giving an error if PostScript printer doesn't have this
7071 kind of page size. Zebra Stripe continues or restarts on next page.
7072 Manual/automatic paper feeding. Switch or not the header.
7073 (ps-print-version): New version number (5.2.2).
7074 (ps-windows-system): Include emx as a Windows system.
7075 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7076 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7077 (ps-background-text): Code fix.
7078 (ps-error-handler-message, ps-user-defined-prologue)
7079 (ps-print-prologue-header, ps-printer-name)
7080 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7081 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7082 (ps-use-face-background): Customization fix.
7083 (ps-n-up-database): Data fix.
7084 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7085 (ps-switch-header): New vars.
7086 (ps-xemacs-color-name, ps-face-foreground-name)
7087 (ps-face-background-name, ps-boolean-constant): New funs.
7088
c14dcd22
DL
70892000-06-07 Dave Love <fx@gnu.org>
7090
7091 * allout.el: New version from Manheimer.
7092
e4044bb0
KH
70932000-06-07 Kenichi Handa <handa@etl.go.jp>
7094
7095 * textmodes/fill.el (fill-find-break-point): Check the validity of
7096 charset.
7097
59cfe8b9
KF
70982000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7099
7100 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7101 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7102 Call display-color-p and display-mouse-p instead of looking at
7103 window-system.
7104
bb2337f5
DL
71052000-06-06 Dave Love <fx@gnu.org>
7106
7107 * image.el (find-image): Doc fix. Return nil if image not found.
7108 (put-image, insert-image): Make STRING arg optional.
7109
8e624fa2
KH
71102000-06-06 Kenichi Handa <handa@etl.go.jp>
7111
7112 * language/vietnamese.el: Remove eval-when-compile.
7113 (viet-viscii-nonascii-translation-table): Define it as a
7114 translation table made from viet-viscii-decode-table.
7115 (viet-viscii-encode-table): Define it as a translation table made
7116 from the reverse map of above.
7117 (viet-vscii-nonascii-translation-table): Define it as a
7118 translation table made from viet-vscii-decode-table.
7119 (viet-vscii-encode-table): Define it as a translation table made
7120 from the reverse map of above.
7121 (ccl-decode-viscii): Use translate-character.
7122 (ccl-encode-viscii, ccl-encode-viscii-font)
7123 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7124 Likewize.
bff71087 7125
8e624fa2
KH
7126 * language/cyrillic.el: Remove eval-when-compile.
7127 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7128 translation table made from cyrillic-koi8-r-decode-table.
7129 (cyrillic-koi8-r-encode-table): Define it as a translation table
7130 made from the reverse map of above.
7131 (ccl-decode-koi8): Use translate-character.
7132 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7133 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7134 a translation table made from cyrillic-alternativnyj-decode-table.
7135 (cyrillic-alternativnyj-encode-table): Define it as a translation
7136 table made from the reverse map of above.
7137 (ccl-decode-alternativnyj): Use translate-character.
7138 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7139 Likewize
7140
7141 * international/mule-diag.el (non-iso-charset-alist): Specify
7142 translation table symbol instead of translation table itself.
7143 (list-block-of-chars): CHARSET may be a translation table symbol.
7144
7145 * international/mule.el (make-coding-system): If CODING-SYSTEM
7146 already exists, override it.
7147
7148 * international/fontset.el: Use family `proportional' for Tibetan
7149 fonts.
7150
7151 * international/ccl.el (ccl-compile-translate-character): Don't
7152 check if Rrr has property translation-table.
7153 (ccl-compile-map-multiple): Modified to avoid compiler warning.
7154
1969fae2
GM
71552000-06-05 Gerd Moellmann <gerd@gnu.org>
7156
7157 * info.el: Bind case-fold-search to t when searching in case
7158 a user sets it to nil in a hook.
7159
d5b037c5
SM
71602000-06-05 Stefan Monnier <monnier@cs.yale.edu>
7161
d3d02e65
SM
7162 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7163 * hl-line.el (hl-line-mode): Use the new :global key argument.
7164
7165 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7166 (tar-clip-time-string): Prepend a space.
7167 (tar-grind-file-mode): Construct a string rather than modifying one.
7168 (tar-header-block-summarize): Fix docstring.
7169 Use `format' rather than an error-prone set of copy-loops.
7170
7171 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7172 (diff-goto-source, diff-unified->context, diff-context->unified)
7173 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7174 understand the format output by the `-p' argument to diff.
7175
bff71087 7176 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
7177 (sh-re-done): Use defconst.
7178 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7179 (sh-help-string-for-variable, sh-guess-basic-offset):
7180 Don't quote lambdas.
7181 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7182 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7183
f7c4478f
SM
7184 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7185 (mh-letter-mode): Derive from text-mode.
7186 This implicitly means that it now calls kill-all-local-variables.
7187 Also remove the Emacs-18 compatibility code.
7188
a8add29d
SM
7189 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7190 Make use of symbol-property doc-string-elt.
7191 Use memq rather than a sequence of eq.
7192 (doc-string-elt): Fix the wrong or missing previously unused values.
7193 (autoload-print-form): New function extracted from
7194 generate-file-autoloads to allow recursion when handling progn
7195 so that defvar's and defun's docstrings are properly printed.
7196 (generate-file-autoloads): Use it.
7197
d5b037c5
SM
7198 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7199 Use find-file-hooks in the minor-mode function.
7200 Be careful not to loop indefinitely in the post-command-hook function.
7201
560ef11a 72022000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 7203
1969fae2 7204 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 7205 tty's.
1969fae2 7206 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 7207 differences whenever appropriate.
1969fae2
GM
7208 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7209 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
7210 wildcards.
7211
b5bbbb76
SM
72122000-06-04 Stefan Monnier <monnier@cs.yale.edu>
7213
d5b037c5
SM
7214 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7215 (jit-lock-fontify-buffer): New function for JIT refontification.
7216 (jit-lock-mode): Fix docstring.
7217 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7218 Remove jit-lock-after-change from the _local_ hook.
7219 (jit-lock-function-1): Fix docstring.
7220
7221 * info.el (Info-on-current-buffer): Initialize info.
7222
7223 * newcomment.el (comment-indent): Ignore comment-indent-hook.
7224
7225 * progmodes/tcl.el (tcl-indent-for-comment):
7226 Ignore comment-indent-hook.
7227
7228 * emacs-lisp/easy-mmode.el: Require CL during compilation.
7229 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
7230 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7231 and improve to use the lighter to guess the capitalization.
7232 (define-minor-mode): Inline code from easy-mmode-define-toggle.
7233 Add keyword arguments to specify global-ness or the custom group.
7234 Add local-map and help-echo properties to the lighter.
7235 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 7236 (easy-mmode-define-global-mode): New macro.
b5bbbb76 7237
bfa6c260
DL
72382000-06-02 Dave Love <fx@gnu.org>
7239
7240 * wid-edit.el: byte-compile-dynamic since we typically don't use
7241 all the widgets. Don't require cl or widget. Remove
7242 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
7243 (widget-read-event): Removed. Callers changed to use read-event.
7244 (widget-button-release-event-p): Renamed from
7245 button-release-event-p.
7246 (widget-field-add-space, widget-field-use-before-change):
7247 Uncustomize.
7248 (widget-specify-field): Use keymap property, not local-map.
7249 (widget-specify-button): Obey :suppress-face.
7250 (widget-specify-insert): Use modern backquote syntax.
7251 (widget-image-directory): Renamed from widget-glyph-directory.
7252 (widget-image-enable): Renamed from widget-glyph-enable.
7253 (widget-image-find): Replaces widget-glyph-find.
7254 (widget-button-pressed-face): Move defvar.
7255 (widget-image-insert): Replaces widget-glyph-insert.
7256 (widget-convert): Use keywordp.
7257 (widget-leave-text, widget-children-value-delete): Use mapc.
7258 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 7259 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
7260 (widget-button-click): Don't set point at the click, but re-centre
7261 if we scroll out of window. Rewritten for images v. glyphs &c.
7262 (widget-tabable-at): Use POS arg, not point.
7263 (widget-beginning-of-line, widget-end-of-line)
7264 (widget-item-value-create, widget-sublist, widget-princ-to-string)
7265 (widget-sexp-prompt-value, widget-echo-help): Simplify.
7266 (widget-default-create): Use widget-image-insert; some rewriting.
7267 (widget-visibility-value-create)
7268 (widget-push-button-value-create, widget-toggle-value-create): Use
7269 widget-image-insert.
7270 (checkbox): Create on and off images dynamically.
7271 (documentation-link): Change :help-echo.
7272 (widget-documentation-link-echo-help): Remove.
7273
3837de12
SM
72742000-06-02 Stefan Monnier <monnier@cs.yale.edu>
7275
7276 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7277
7278 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7279 (easy-mmode-define-toggle, define-minor-mode): Use it.
7280 (easy-mmode-define-keymap): Docstring fix.
7281 (define-derived-mode): Default PARENT to fundamental-mode.
7282 Add the derived-mode-parent symbol-property.
7283 (easy-mmode-derived-mode-p): New function.
7284
90aa4ea8
DL
72852000-06-02 Dave Love <fx@gnu.org>
7286
37193ee6
DL
7287 * files.el (convert-standard-filename): Doc fix.
7288 (normal-backup-enable-predicate): New function.
7289 (backup-enable-predicate): Use it to replace the lambda form.
7290
7291 * calendar/todo-mode.el: [This needs more work on the outline
7292 stuff.] Doc fixes.
7293 (todo) <defgroup>: Add :version.
7294 (todo-add-category): Don't use pushnew.
7295 (todo-cmd-raise): Fix typo.
7296 (todo-top-priorities): Change temp buffer name.
7297 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
7298 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7299 Use outline-next-heading.
37193ee6 7300
90aa4ea8
DL
7301 * autoarg.el: Rewritten to use define-minor-mode.
7302 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7303 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7304
2e54623a
KH
73052000-06-02 Kenichi Handa <handa@etl.go.jp>
7306
7307 * isearch.el (isearch-other-meta-char): Fix previous change.
7308
c5def0db
SM
73092000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7310
3837de12
SM
7311 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7312 (log-edit-done): Only add the comment to the ring if it's different
7313 from the last comment entered.
7314
c5def0db
SM
7315 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7316
2330c9d4
DL
73172000-06-01 Dave Love <fx@gnu.org>
7318
7319 * hl-line.el: Rewritten using define-minor-mode.
7320
7321 * help.el (describe-function-1): Distinguish special form from
7322 builtin function. Sanity-check presence of arglist for builtins.
7323
6e5dfc31
KH
73242000-06-01 Kenichi Handa <handa@etl.go.jp>
7325
4dc1225b
KH
7326 * international/characters.el: Fix syntax/category setting of
7327 Tibetan characters.
7328
7329 * language/tibet-util.el (tibetan-add-components): Fixes for new
7330 encoding of Tibetan characters.
7331 (tibetan-decompose-precomposition-alist): New variable.
7332 (tibetan-decompose-region): Convert precomposed characters to
7333 non-precomposed characters.
7334 (tibetan-decompose-string): Likewise.
7335 (tibetan-composition-function): Fix args to
7336 thibetan-compose-string.
7337
7338 * language/tibetan.el (tibetan-composable-pattern): More
7339 characters included.
7340 (tibetan-consonant-transcription-alist): Rule for "R" added.
7341 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7342 "+R" added.
7343 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7344
eadef5e6
KH
7345 * language/lao-util.el (lao-composition-function): Fix args to
7346 compose-string.
7347
7348 * language/thai-util.el (thai-composition-function): Fix args to
7349 compose-string.
7350
6e5dfc31 7351 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
7352 to prevent the point moving to the end of a composition when a
7353 part of a composition is searched.
6e5dfc31
KH
7354 (isearch-other-meta-char): If the key invoking this command can be
7355 mapped by function-key-map to a printing char, call
7356 isearch-process-search-char directly.
7357
2598a293
SM
73582000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7359
7360 * emacs-lisp/bytecomp.el:
7361 * frame.el:
7362 * international/mule-cmds.el:
7363 * international/mule-util.el:
7364 * international/mule.el:
7365 * mouse.el:
7366 * subr.el:
7367 * faces.el: Update calls to make-obsolete with a WHEN argument.
7368
7369 * byte-run.el (make-obsolete, make-obsolete-variable):
7370 Add an optional WHEN argument and change the format of the
bff71087 7371 symbol-property information.
2598a293
SM
7372 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7373 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7374 new obsolete-symbol-property format and print WHEN if it is provided.
7375
28d8dff1
DL
73762000-05-31 Dave Love <fx@gnu.org>
7377
7378 * loadhist.el (loadhist-hook-functions): Remove
7379 before-change-function, after-change-function.
7380 (unload-feature): Deal with symbols which are both bound and
7381 fbound.
7382
7383 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7384 before-change-function, after-change-function.
7385
7386 * simple.el (newline): Don't bind before-change-function,
7387 after-change-function.
7388
7f565d87
RV
73892000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
7390
7391 * whitespace.el (whitespace-rescan-timer-time): Update interval
7392 set to 600 seconds (10 minutes) instead of 60 seconds since
7393 a large number of whitespace buffers causes emacs to `freeze'
7394 for a considerable amount of time.
7395
bff71087 7396 * whitespace.el: Updated email address
7f565d87 7397
a8d693d8
DL
73982000-05-31 Dave Love <fx@gnu.org>
7399
7400 * add-log.el (change-log-font-lock-keywords) <function>: Add
7401 pattern for function of change.
7402 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7403 acknowledgements patterns.
7404
a50192e7
KH
74052000-05-31 Kenichi Handa <handa@etl.go.jp>
7406
7407 * isearch.el (isearch-printing-char): If keyboard coding system is
7408 being used, call isearch-process-search-multibyte-characters.
7409
7410 * international/isearch-x.el: Mostly rewritten.
7411
7412 * international/quail.el (quail-start-conversion): Don't include
7413 unhandled events in the returned events, but set them in
7414 unread-command-events. Exit if all inputs are deleted.
7415
7e492772
JR
74162000-05-30 Jason Rumney <jasonr@gnu.org>
7417
7418 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7419
7420 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7421 Reenable code to create initial fontsets.
7422 Use set-fontset-font in place of put-charset-property.
7423
10fc3187
GM
74242000-05-30 Gerd Moellmann <gerd@gnu.org>
7425
79148ea7
GM
7426 * progmodes/perl-mode.el (perl-indent-line): When looking for a
7427 label, ensure that the first colon isn't followed by another.
7428
7429 * paths.el (Info-default-directory-list): Doc fix.
7430
086d5b87
GM
7431 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7432 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7433 send a query containing USER only, not USER@HOST.
7434
10fc3187
GM
7435 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7436 and rmail-msgend to compute the restriction at the end, instead of
7437 computing it.
7438
49e70dec
GM
74392000-05-29 Gerd Moellmann <gerd@gnu.org>
7440
66254a13
GM
7441 * dabbrev.el (dabbrev-expand): Don't display messages in the
7442 echo area if the minibuffer window is active.
7443
49e70dec
GM
7444 * jit-lock.el (jit-lock-mode): Add after change function to
7445 local hook.
7446
74472000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
7448
7449 * antlr-mode.el: New commands: hide/unhide actions,
7450 upcase/downcase literals.
7451 (antlr-tiny-action-length): New user option.
7452 (antlr-hide-actions): New command. Suggested by
7453 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 7454 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
7455 (antlr-mode-menu): New entries.
7456 (antlr-downcase-literals): New command.
7457 (antlr-upcase-literals): Ditto.
7458
7459 * antlr-mode.el: Minor changes: indendation, mode-name.
7460 (antlr-indent-line): Indent cpp directive at column 0.
7461 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7462
7463 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7464 (antlr-font-lock-additional-keywords): Workaround for intentional
7465 bug in XEmacs version of font-lock.
7466 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
7467 be used by a smarter version of `buffers-menu-grouping-function'.
7468
74692000-05-29 Gerd Moellmann <gerd@gnu.org>
7470
7471 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7472 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7473
49f93684
KH
74742000-05-29 Kenichi Handa <handa@etl.go.jp>
7475
7476 * international/encoded-kb.el
7477 (encoded-kbd-iso2022-designation-map): Pay attention to that
7478 charset-iso-final-char return -1 for eight-bit-control and
7479 eight-bit-graphic.
7480
5b1ae051
EZ
74812000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7482
7483 * speedbar.el (speedbar-use-images, speedbar-update-flag)
7484 (speedbar-easymenu-definition-base): Use display-graphic-p where
7485 available, instead of window-system.
7486
a205e32a
EZ
74872000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7488
7489 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7490 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7491 coding systems.
7492
dd854dc2
DL
74932000-05-26 Dave Love <fx@gnu.org>
7494
c88a85d5
DL
7495 * disp-table.el (standard-display-underline): Don't use
7496 internal-find-face.
7497
dd854dc2
DL
7498 * mail/reporter.el: Maintainer change. Doc fixes.
7499 (reporter-version): Deleted.
7500
7501 * emacs-lisp/elp.el: Maintainer change.
7502 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7503
dc29aa6c
SM
75042000-05-26 Stefan Monnier <monnier@cs.yale.edu>
7505
7506 * add-log.el (add-change-log-entry): Merge the current entry with the
7507 previous one if the previous one is empty.
7508
ed62683d
DL
75092000-05-26 Dave Love <fx@gnu.org>
7510
4370a375
DL
7511 * loadhist.el (unload-feature): Fix interactive spec [from
7512 lijnzaad@ebi.ac.uk].
7513
ed62683d
DL
7514 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7515 subr-arity to check primitives.
7516 (byte-compile-flush-pending, byte-compile-file-form-progn)
7517 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7518 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7519 mapcar.
7520
ba9f8f95
KH
75212000-05-26 Kenichi Handa <handa@etl.go.jp>
7522
0f3e0672
KH
7523 * international/fontset.el: Set family names of non-latin charsets
7524 in default fontset to "*".
7525
cebefb44
KH
7526 * international/mule-diag.el (print-fontset): Combine family part
7527 and registry part of the fontname by "-*-" instead of "-".
7528
ba9f8f95
KH
7529 * international/mule-cmds.el (encode-coding-char): Make strings
7530 multibyte before calling encode-coding-string.
7531
931d0724
SM
75322000-05-25 Stefan Monnier <monnier@cs.yale.edu>
7533
7534 * derived.el: Fix keywords.
8ccce2b0 7535 (define-derived-mode): Only define if needed.
931d0724
SM
7536
7537 * simple.el (fill-comment, comment-column, comment-start)
7538 (comment-start-skip, comment-end, comment-indent-function)
7539 (block-comment-start, block-comment-end, indent-for-comment)
7540 (set-comment-column, kill-comment, comment-padding, comment-region)
7541 (comment-multi-line, indent-new-comment-line): Remove.
7542
7543 * bindings.el (esc-map): Change ; to comment-dwim and use the new
7544 function names for comment operations.
7545
7546 * newcomment.el: Add abundant autoload cookies.
7547 (comment-style): Don't depend on runtime data at compile-time.
7548 (comment-indent-hook): Remove.
7549 (comment-indent): Check if comment-indent-hook is bound.
7550 (comment-region): Docstring fix.
7551
6fc596cf
DL
75522000-05-25 Dave Love <fx@gnu.org>
7553
7554 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7555 byte-code-function-p.
7556
7557 * mail/rmailsum.el: Add provide.
7558
7559 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7560
7561 * smerge-mode.el (smerge-diff-switches): Don't use list* in
7562 defcustom.
7563
7997f1ca 75642000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7565
7997f1ca
MK
7566 * ediff-diff.el (ediff-exec-process): delete --binary option from
7567 non-buffer ediff jobs.
7f565d87 7568
e7a903e8
EZ
75692000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7570
7571 * hilit-chg.el (highlight-changes-mode): Ask about color or
7572 grayscale support, not about window-system.
7573
7574 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7575 window-system.
7576 (ffap-highlight): Always default to t.
7577
7578 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7579 display-popup-menus-p instead of looking at window-system.
7580
7581 * disp-table.el (standard-display-g1, standard-display-graphic):
7582 Only refuse to use string glyphs on X and MS-Windows.
7583
7584 * avoid.el: Remove window-system from commentary, suggest to use
7585 display-*-p instead.
7586
7587 * apropos.el (apropos-print): Use display-mouse-p instead of
7588 window-system.
7589
14028d57
EZ
75902000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7591
7592 * international/codepage.el (cp-decoding-vector-for-codepage):
7593 Fill up unsupported characters with their own codes. From Kenichi
7594 Handa.
7595
1a4f9cc1
EZ
75962000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7597
7598 * international/mule-diag.el (describe-char-after): Use
7599 display-graphic-p instead of window-system, so that this function
7600 works on MS-DOS.
7601
89f6ca4e
EZ
76022000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7603
7604 * international/codepage.el (cp-make-coding-systems-for-codepage):
7605 Remove the eight-bit-graphic and eight-bit-control charsets from
7606 the list of charsets which we convert into `?'.
7607
eacfd7fe
KH
76082000-05-25 Kenichi Handa <handa@etl.go.jp>
7609
7610 * international/mule-conf.el: Specify CHARSET-ID explicitely for
7611 private charsets.
7612 (mule-unicode-0100-24ff, japanese-jisx0213-1,
7613 japanese-jisx0213-2): New charsets.
7614
7615 * international/fontset.el: Setup default fontset for new charsets.
7616
deadf7e3
DL
76172000-05-24 Dave Love <fx@gnu.org>
7618
7619 * info.el (Info-find-node-2): Restructure [following "Vadim
7620 S. Solomin" <sovs@uic.nnov.ru>].
7621
7622 * icomplete.el: Fix header for Finder.
7623
76242000-05-24 Eric M. Ludlam <zappo@ultranet.com>
7625
7626 * rmailout.el (rmail-output-to-rmail-file): Added optional param
7627 STAY.
7628
7629 * rmail.el (rmail-automatic-folder-directives): New user variable.
7630 (rmail-show-message): Add call to `rmail-auto-file' during
7631 display.
7632 (rmail-auto-file): New function.
7633
6de3983f 76342000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7635
fc6a6a4e 7636 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 7637 account.
fc6a6a4e
GM
7638 (ediff-test-utility,ediff-diff-mandatory-option)
7639 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 7640 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 7641
fc6a6a4e 7642 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 7643 variable.
7f565d87 7644
fc6a6a4e 7645 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
7646 ediff-merge-filename-prefix.
7647
fc290d1d
MK
76482000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7649
fc6a6a4e 7650 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 7651
273182b8
EZ
76522000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7653
7654 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7655 aliases for hebrew-iso-8bit.
7656
f471ea57
EZ
76572000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7658
7659 * woman.el: New version from Francis J. Wright
7660 <F.J.Wright@Maths.QMW.ac.uk>.
7661 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7662 names in environment variables regardless of the path separator.
7663 (woman-topic-all-completions-1): Don't call file-name-directory-p
7664 on all files, since woman-file-regexp already filters out any
7665 directories.
7666
01162f24
KH
76672000-05-24 Kenichi Handa <handa@etl.go.jp>
7668
48e3df76
KH
7669 * international/quail.el (quail-start-translation): Don't change
7670 modified-p of the current buffer.
7671 (quail-start-conversion): Likewise.
7672
7673 * international/kkc.el (kkc-region): Don't change modified-p of
7674 the current buffer.
7675
747d90ea
KH
7676 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7677 conform to RFC1468.
7678 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 7679
17a223ff
EL
76802000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
7681
7682 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7683 (speedbar-insert-button): Invisible text property fix.
7684 (speedbar-directory-plus): Renamed from speedbar-directory-+
7685 (speedbar-directory-minus): Renamed from speedbar-directory--
7686 (speedbar-page-plus): Renamed from speedbar-file-+
7687 (speedbar-page-minus): Renamed from speedbar-file--
7688 (speedbar-page): Renamed from speedbar-file-
7689 (speedbar-tag): Renamed from speedbar-tag-
7690 (speedbar-tag-plus): Renamed from speedbar-tag-+
7691 (speedbar-tag-minus): Renamed from speedbar-tag--
7692 (speedbar-expand-image-button-alist): Use above renames.
7693
7694 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7695 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7696 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7697 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7698 * sb-pg.xpm: Renamed from sb-file.xpm
7699 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7700 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 7701
e6b6fc18
KH
77022000-05-24 Kenichi Handa <handa@etl.go.jp>
7703
7704 * international/quail.el (quail-show-guidance-buf): Set
7705 current-input-method of the guidance buffer to the name of the
7706 curren input method.
7707
a1a336eb
SM
77082000-05-23 Stefan Monnier <monnier@cs.yale.edu>
7709
7710 * progmodes/compile.el (compile-internal): Style typo.
7711
7712 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7713 quote vars and functions in the docstring.
7714
7715 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7716
7717 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7718 Don't quote lambdas.
7719
7720 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7721
9695b783
GM
77222000-05-23 Gerd Moellmann <gerd@gnu.org>
7723
716e3b88
GM
7724 * startup.el (command-line): Determine source file of compiled
7725 user init file differently. Warn if compiled user init file
7726 is older than its source file.
7727
9695b783 7728 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 7729
41ac433f
EZ
77302000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
7731
7732 * files.el (make-backup-file-name-1): Replace slashes with `!'
7733 rather than `|' (which is not allowed on Windows). Replace the
7734 drive letters with a string "drive_X".
7735
46600ab1
GM
77362000-05-23 Gerd Moellmann <gerd@gnu.org>
7737
7738 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7739
7740 * files.el (interpreter-mode-alist): Add `bash2'.
7741
79a64d87
DL
77422000-05-22 Dave Love <fx@gnu.org>
7743
7744 * loadhist.el (feature-symbols, file-provides, file-requires): Use
7745 mapc.
7746 (feature-file): Avoid calling symbol-name. Doc fix.
7747 (file-set-intersect, file-dependents): Use dolist, not mapcar.
7748 (loadhist-hook-functions): Add mouse-position-function.
7749 (unload-feature): Change uses of mapcar.
7750
7751 * files.el (parse-colon-path): Doc fix.
7752 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7753 (set-auto-mode): Use mapc.
7754
7755 * complete.el (PC-look-for-include-file): Use :alnum: character
7756 class.
7757 (partial-completion-mode): Add autoload cookie.
7758
0e8c11d8
SS
77592000-05-22 Sam Steingold <sds@gnu.org>
7760
ce75fd23 7761 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
7762 `add-text-properties' (bug introduced on 2000-05-18).
7763
d8d0fa6c
DL
77642000-05-22 Dave Love <fx@gnu.org>
7765
7766 * bindings.el: Remove debug-ignored-errors set in other files.
7767
7768 * progmodes/etags.el: Add to debug-ignored-errors.
7769 (visit-tags-table-buffer): Clear out buffers holding old tables
7770 when making a new list.
7771 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7772 mapc.
7773
7774 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
7775 quote keywords.
7776 (cmpl-string-case-type): Use character classes.
7777
0e8c11d8
SS
7778 * comint.el:
7779 * textmodes/ispell.el:
7780 * imenu.el:
d8d0fa6c
DL
7781 * mail/mh-e.el:
7782 * progmodes/compile.el: Add to debug-ignored-errors.
7783
7784 * dabbrev.el: Add to debug-ignored-errors.
7785 (dabbrev-completion): Use mapc.
7786
1edbbf8a
EZ
77872000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
7788
7789 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7790 (woman-mapcan, woman-parse-man.conf)
7791 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7792 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7793 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
7794 path syntax better.
7795 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7796 (woman-manpath): Call woman-parse-man.conf.
7797 (woman-emulation): New defcustom, defaults to nroff.
7798 (woman-font-support): New defconst.
7799 (woman-use-symbol-font): New defcustom.
7800 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7801 "Emulation".
7802 Many functions: Doc fix.
7803
5bd2148c
KH
78042000-05-22 Kenichi Handa <handa@etl.go.jp>
7805
7806 * international/quail.el (quail-simple-translation-keymap): Map
7807 128..255 to quail-self-insert-command.
7808 (quail-keyboard-layout-alist): Add definition for "pc102-de".
7809
4125ec7e
SM
78102000-05-22 Stefan Monnier <monnier@cs.yale.edu>
7811
a1a336eb
SM
7812 * help.el (help-manyarg-func-alist): Typo.
7813
40aeecad
SM
7814 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7815 intervals which makes it heaps simpler.
7816
4125ec7e
SM
7817 * newcomment.el (comment-region-internal): Go back to BEG after quoting
7818 the nested comment markers.
e4da9c1c
SM
7819
7820 * subr.el (remove-hook): Don't turn the hook's value into a list.
7821
cb7216a7
DL
78222000-05-21 Dave Love <fx@gnu.org>
7823
ac266581
DL
7824 * edmacro.el (edmacro-parse-keys): Return vector if any elements
7825 are invalid characters.
7826
cb7216a7
DL
7827 * international/mule-util.el (detect-coding-with-priority): Use
7828 mapc. Remove redundant lambda.
7829
7830 * international/mule-diag.el (list-non-iso-charset-chars)
7831 (describe-fontset): Remove redundant lambda.
7832
7833 * emulation/crisp.el (brief-mode): New alias.
7834
7835 * emacs-lisp/ring.el (ring-elements): New function.
7836
7837 * emacs-lisp/easymenu.el (easy-menu-create-menu)
7838 (easy-menu-do-add-item): Use keywordp.
7839
7840 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7841
7842 * replace.el: Doc and error message fixes.
7843 (replace-highlight): Use facep, not internal-find-face.
7844
9b0d1d6e
SM
78452000-05-20 Stefan Monnier <monnier@cs.yale.edu>
7846
b2d2cf58
SM
7847 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7848
ffe7dc64
SM
7849 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7850 (log-edit-insert-changelog): Drop `:' as well.
7851
7852 * log-view.el: Fix file description.
7853 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7854 available.
7855 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7856 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7857
c8c21615
SM
7858 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7859 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7860 Print a status message if the toggle is called interactively.
7861 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7862 for global minor modes and use `defcustom' for them.
7863 Use add-minor-mode.
7864 (easy-mmode-define-derived-mode): Remove.
7865 (define-derived-mode): Fancier default docstring.
7866 (easy-mmode-define-navigation): Signal an error rather than (ding).
7867
9b0d1d6e
SM
7868 * newcomment.el (comment-styles): New `box-multi'.
7869 (comment-normalize-vars): Better default for comment-continue to
7870 avoid whitespace-only continuations.
7871 (comment-search-forward): Always move even in the no-syntax case.
7872 (comment-padright): Only obey N if it's only obeyed for padleft.
7873 (comment-make-extra-lines): Better handling of empty continuations.
7874 Use `=' for the filler if comment-start has only one character.
7875 (uncomment-region): Try handling the special `=' filler.
7876 (comment-region): Allow LINES even if MULTI is nil.
7877 (comment-box): Choose box style based on comment-style.
7878
f5ee6d0f
KH
78792000-05-20 Kenichi Handa <handa@etl.go.jp>
7880
9b0d1d6e 7881 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
7882 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
7883
c9671f81
KH
78842000-05-20 Kenichi HANDA <handa@etl.go.jp>
7885
7886 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
7887 and insert, not subst-char-in-region.
7888
7889 * international/mule-diag.el (list-character-sets-1): Handle
7890 charsets eight-bit-control and eight-bit-graphic.
7891 (list-iso-charset-chars): Likewise.
7892 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
7893 charactes as is. Use indent-to to align characters.
7894
7895 * international/mule-cmds.el (find-multibyte-characters): Never
7896 exclude charsets eight-bit-control and eight-bit-graphic.
7897
1426aa5c
SM
78982000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7899
7900 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
7901 Don't quote lambdas.
7902
7903 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
7904
2b63d473
GM
79052000-05-19 Gerd Moellmann <gerd@gnu.org>
7906
7907 * gud.el (gud-jdb-directories): Doc fix.
7908
f1355756
SM
79092000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7910
7911 * newcomment.el: New file.
7912
5f64c9e0
GM
79132000-05-19 Gerd Moellmann <gerd@gnu.org>
7914
2b63d473 7915 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 7916
db7314bd
AS
79172000-05-18 Andreas Schwab <schwab@suse.de>
7918
7919 * dired.el (dired-between-files): Also skip lines beginning with
7920 `used'.
7921
25bb0401
GM
79222000-05-18 Gerd Moellmann <gerd@gnu.org>
7923
7924 * msb.el (msb-menu-cond): Add choice `user'.
7925
a199a865 79262000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 7927
a199a865
GM
7928 * ps-print.el: Compatibility, customization and doc fix.
7929 (ps-printer-name-option): Replace defconst by defvar.
7930 (ps-postscript-code-directory): XEmacs compatibility.
7931 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
7932 fix.
7933 (ps-user-defined-prologue, ps-print-prologue-header)
7934 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
7935 compatibility and code fix.
7936 (ps-print-background-image, ps-print-background-text):
7937 Customization fix.
7938 (ps-line-number-start, ps-n-up-on): New vars.
7939
25bb0401
GM
79402000-05-18 Espen Skoglund <esk@ira.uka.de>
7941
7942 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
7943 the indent-comment function to just return the appropriate indent.
7944
68e6c83a
EL
79452000-05-18 Eric M. Ludlam <zappo@ultranet.com>
7946
7947 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
7948 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
7949 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
7950
dae6cb9f
DL
79512000-05-18 Dave Love <fx@gnu.org>
7952
7953 * info.el (Info-fontify-node): Add intangible property as well as
7954 invisible.
7955
7956 * calendar/appt.el (appt-make-list): Match all lines of entry.
7957 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
7958
813086ea
KH
79592000-05-18 Kenichi Handa <handa@etl.go.jp>
7960
7961 * international/mule-diag.el (describe-char-after): Call
7962 internal-char-font, not char-font. If internal-char-font returns
7963 nil, display "-- none --".
7964
24978190
EZ
79652000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7966
7967 * image.el (image-type-available-p): Don't reference image-types
7968 if it isn't bound.
7969
2fca2d5d
SM
79702000-05-17 Stefan Monnier <monnier@cs.yale.edu>
7971
7972 * autoarg.el (autoarg-mode): Typo in the :set argument.
7973
cfc75d05
EZ
79742000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7975
7976 * startup.el (command-line-1): Don't signal an error if the
7977 directory for auto-save-list files does not yet exist.
7978
c4e30387
KH
79792000-05-17 Kenichi Handa <handa@etl.go.jp>
7980
7981 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
7982
dd6b8ea7
SM
79832000-05-16 Stefan Monnier <monnier@cs.yale.edu>
7984
7985 * subr.el (remove-hook): `setq' hook-value, not `set'.
7986
399c88ad
SS
79872000-05-16 Sam Steingold <sds@gnu.org>
7988
a199a865 7989 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 7990
01651f07
DL
79912000-05-16 Dave Love <fx@gnu.org>
7992
7993 * cus-edit.el: Don't require cl or easymenu.
7994 (custom-variable-prompt): Test standard-value property, not
7995 user-variable-p.
7996
2248c40d
SS
79972000-05-16 Sam Steingold <sds@gnu.org>
7998
7999 * subr.el (add-hook): `setq' hook-value, not `set'.
8000
b15f3b77
GM
80012000-05-16 Gerd Moellmann <gerd@gnu.org>
8002
8003 * startup.el (command-line-1): Mention the FAQ in the startup
8004 message.
8005
8006 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8007
8008 * progmodes/compile.el (compilation-parse-errors): Collect
8009 `nomessage' regexps last.
8010
8011 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8012
8013 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8014 to the function name.
8015
f9bbcfac
EL
80162000-05-15 Dave Love <fx@gnu.org>
8017
8018 * speedbar.el (speedbar-recenter): Typo.
8019 (speedbar-expand-line): Make arg optional.
8020 (speedbar-mode): Avoid a compiler warning.
8021
119b42eb
GM
80222000-05-15 Gerd Moellmann <gerd@gnu.org>
8023
8024 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8025 user-specified option string is empty.
8026
8027 * mouse.el (mouse-yank-at-click): Doc fix.
8028
f685bea9
EZ
80292000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8030
8031 * term/internal.el (IT-character-translations): More updates of
8032 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8033 documents.
8034
a1b8d58b
GM
80352000-05-15 Gerd Moellmann <gerd@gnu.org>
8036
8037 * env.el (getenv): New function, interactively callable.
8038 (setenv, getenv): Remove autoload cookies.
8039
8040 * loadup.el: Load `env'.
8041
8042 * progmodes/f90.el: Change author's mail address.
8043
c9bba7ed
DL
80442000-05-14 Dave Love <fx@gnu.org>
8045
e5c83697
DL
8046 * mail/rmail.el (rmail-show-message-hook): Customize and offer
8047 goto-addr as an option.
8048
8049 * help.el (help-xref-stack): Doc fix.
8050 (help-xref-following): New variable.
8051 (help-make-xrefs): Use it.
8052 (help-xref-go-back): Use position information from stack element.
8053 (help-follow): Make position in stack element a pair. Use
8054 help-xref-following.
399c88ad 8055
e5c83697
DL
8056 * autoarg.el: New file.
8057
8058 * faces.el: Declare more functions obsolete.
8059
c9bba7ed
DL
8060 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8061 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8062 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8063 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8064 Remove all the setup-...-environment functions.
8065
b6389bfb
EL
80662000-05-13 Eric M. Ludlam <zappo@ultranet.com>
8067
a1b8d58b
GM
8068 * speedbar.el: Updated the commentary section. xemacs20p now uses
8069 >= when detecting. Require `defimage' safely.
b6389bfb
EL
8070 (speedbar-easymenu-definition-base): Add toggle for images.
8071 (speedbar-easymenu-definition-special): Add flush cache & expand.
8072 (speedbar-visiting-tag-hook): Set new defaults. Added options.
8073 (speedbar-reconfigure-keymaps-hook): New variable.
8074 (speedbar-frame-parameters): Updated documentation.
8075 (speedbar-use-imenu-flag): Updated custom tag
8076 (speedbar-dynamic-tags-function-list): New variable.
8077 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
8078 (speedbar-indentation-width, speedbar-indentation-width) New
8079 variables.
8080 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
8081 (speedbar-vc-indicator): Doc update.
8082 (speedbar-ignored-path-expressions): Updated default value.
8083 (speedbar-supported-extension-expressions): Updated default value.
8084 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
8085 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8086 as "+". Added overlay aliases.
8087 (speedbar-mode): Use `speedbar-mode-line-update' instead of
8088 `force-mode-line-update'.
8089 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8090 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8091 `mouse-set-point'
b6389bfb 8092 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
8093 (speedbar-item-info-tag-helper): Revamped to handle a wider range
8094 of arbitrary text, and new helper functions.
8095 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8096 filename finder.
b6389bfb
EL
8097 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8098 (speedbar-directory-buttons): Update path search/expansion.
8099 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
8100 `speedbar-indentation-width'. Use more care w/ invisible
8101 properties.
b6389bfb
EL
8102 (speedbar-change-expand-button-char): Call
8103 `speedbar-insert-image-button-maybe'.
8104 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
8105 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8106 (speedbar-trim-words-tag-hierarchy)
8107 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 8108 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
8109 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8110 functions.
b6389bfb
EL
8111 (speedbar-mouse-set-point): New function
8112 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
8113 (speedbar-line-token, speedbar-goto-this-file): Handle more types
8114 of tag prefix text.
8115 (speedbar-expand-line, speedbar-contract-line): Make more robust
8116 to strange text.
8117 (speedbar-expand-line): Takes universal argument to flush the
8118 cache.
b6389bfb
EL
8119 (speedbar-flush-expand-line): New function.
8120 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8121 Use new generator insertion method.
8122 (speedbar-fetch-dynamic-tags): New function.
8123 (speedbar-fetch-dynamic-imenu): Removed code now handled in
8124 `speedbar-fetch-dynamic-imenu'.
8125 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8126 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8127 "Revert Buffer" menu items.
8128 (speedbar-buffer-buttons-engine): Be smarter when creating a
8129 filename tag (for expansion purposes.).
a1b8d58b
GM
8130 (speedbar-highlight-one-tag-line,
8131 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8132 (speedbar-recenter): New functions.
b6389bfb 8133 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
8134 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8135 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8136 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8137 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
8138 (speedbar-expand-image-button-alist): New variable.
8139 (speedbar-insert-image-button-maybe): Insert an image over some
8140 buttons.
8141
43fe9244
KH
81422000-05-13 Kenichi Handa <handa@etl.go.jp>
8143
8144 * international/mule-cmds.el (encode-coding-char): An ASCII
8145 character is always encodable.
8146
8147 * international/mule-conf.el: Add more information in descriptions
8148 of character sets.
8149
813086ea 8150 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
8151 (describe-font-internal): Adjusted for the change of font-info.
8152 (describe-font): Likewise.
8153 (print-fontset): Rewritten for the new fontset implementation.
8154 (describe-fontset): Include fontset alias names in completion.
8155 (list-fontsets): Adjusted for the change of print-fontset.
8156
8157 * simple.el (what-cursor-position): If DETAIL is non-nil, call
8158 describe-char-after instead of displaying the detail in the echo
8159 area.
813086ea
KH
8160 (syntax-code-table): Format changed.
8161 (string-to-syntax): Adjusted for the above change.
0e8c11d8 8162
e8564f57
SM
81632000-05-12 Stefan Monnier <monnier@cs.yale.edu>
8164
8165 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8166
9278c60d
DL
81672000-05-12 Dave Love <fx@gnu.org>
8168
8169 * calendar/todo-mode.el: Remove some compatibility stuff and CL
8170 dependence. Use line-{beginning,end}-position, not
8171 point-at{b,e}ol. Some doc fixes.
8172 (todo-position): New function. Fix callers of position to use it.
8173 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8174
be0505fe
GM
81752000-05-12 Gerd Moellmann <gerd@gnu.org>
8176
8177 * time.el (display-time-mail-icon): Use `:ascent center'.
8178
a8a3541c
GM
8179 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8180 handling FTP security extensions.
399c88ad 8181
44d5f148
DL
81822000-05-11 Dave Love <fx@gnu.org>
8183
33d0c179 8184 * calendar/todo-mode.el: New file.
44d5f148 8185
da4496b6
GM
81862000-05-11 Gerd Moellmann <gerd@gnu.org>
8187
cdc4401d
GM
8188 * comint.el (comint-read-input-ring): Move reference to
8189 comint-input-ring-size outside of the save-excursion. It was
8190 causing the default value to be the only one ever seen.
399c88ad 8191
0279f991
GM
8192 * font-lock.el: Update copyright. Remove Simon Marshall's email
8193 address on request from him.
8194
da4496b6
GM
8195 * subr.el (substitute-key-definition): Add comment describing
8196 the meaning of PREFIX.
8197
ac5cb26d
SM
81982000-05-10 Stefan Monnier <monnier@cs.yale.edu>
8199
8200 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8201
8202 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8203 (add-minor-mode): Don't make the variable buffer-local and add a
8204 reference to define-minor-mode in the docstring.
8205
8206 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8207 HEADER/FOOTER and fix bug with trailing empty directory.
8208 (cvs-append-to-ignore): Use vc-editable-p if available.
8209 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8210 (vc-do-command): Tweak advice to handle the new VC.
8211
8212 * log-view.el (log-view-goto-rev): New function for the new VC.
8213 (log-view-minor-wrap): Use mark-active.
8214
8215 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8216 (log-edit-changelog-full-paragraphs): New var.
8217 (log-edit-insert-changelog): Remove a lonely leading `* file'.
8218 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8219 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8220 (log-edit-changelog-ours-p, log-edit-changelog-entries)
8221 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8222 Replace the `cvs' prefix with `log-edit'.
8223
8224 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8225
8226 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8227 (diff-font-lock-defaults): Explicitly turn off multiline.
8228 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8229 (diff-ediff-patch): Fix call to ediff-patch-file.
8230 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8231 Handle comments.
8232
8233 * frame.el (automatic-hscrolling): Typo.
8234
8235 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8236
21c34da3
DL
82372000-05-09 Sam Steingold <sds@goems.com>
8238
8239 * apropos.el (apropos-print): use `describe-face' instead of
8240 `customize-face-other-window'.
8241
950cf06f
DL
82422000-05-09 Dave Love <fx@gnu.org>
8243
8244 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8245
8246 * help.el (describe-variable): Have customize button pop the
8247 help-xref stack when invoked.
8248 (help-xref-symbol-regexp): Add `face'.
8249 (help-make-xrefs): Check for quoted face names and adapt regexp
8250 submatch numbers to cope.
8251 (help-xref-interned): Maybe insert face doc too. Separate
8252 sections with a line of hyphens.
8253
0623e40f 8254 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
8255 (describe-face): Add customize button. Return the help
8256 text. Fix prompt.
8257
82e2ca9d
EZ
82582000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8259
8260 * term/internal.el (IT-character-translations): Fix last change.
8261
10c00b5c
EZ
82622000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8263
8264 * woman.el: New file
8265 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8266
9deed82f
EZ
82672000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8268
001ad319
EZ
8269 * term/internal.el (IT-character-translations): Update ASCII
8270 simulations for greek-iso8859-7, add latin-iso8859-14 and
8271 latin-iso8859-15.
8272
9deed82f
EZ
8273 * international/mule-cmds.el (set-language-info-alist): Call
8274 define-prefix-command with 3 arguments, to make the map suitable
8275 for a menu.
8276
4f37b78a
DL
82772000-05-07 Dave Love <fx@gnu.org>
8278
d313265f 8279 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 8280
64a4c526
DL
82812000-05-05 Dave Love <fx@gnu.org>
8282
8283 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8284 list in doc string. Don't quote keyword symbols.
8285 * emacs-lisp/cl.el: Likewise
8286 * emacs-lisp/cl-seq.el: Likewise
8287
056565f7
GM
82882000-05-05 Gerd Moellmann <gerd@gnu.org>
8289
8290 * abbrev.el (abbrev-mode): Make ARG optional.
8291
4656b314
GM
82922000-05-04 Gerd Moellmann <gerd@gnu.org>
8293
ec82fb2f
GM
8294 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8295
8296 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8297
4656b314
GM
8298 * subr.el (substitute-key-definition): Clarify documentation.
8299
83002000-05-04 Milan Zamazal <pdm@freesoft.cz>
8301
8302 * glasses.el (glasses-convert-to-unreadable): Use
8303 `glasses-separator' instead of the hard-wired "_".
8304 (glasses-mode): Call `glasses-make-unreadable' only in a single
8305 place.
8306
7b081c78
EZ
83072000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
8308
8309 * term/internal.el (cjk-codepages-alist): Add associations for
8310 Chinese and Korean codepages. Remove FIXME comment.
8311
baa5536e
DL
83122000-05-03 Dave Love <fx@gnu.org>
8313
8314 * time.el (display-time-mail-face, display-time-use-mail-icon):
8315 New option.
8316 (display-time-mail-icon): New variable.
8317 (display-time-string-forms): Use the above. Fix the local-map.
8318
cbf18892
GM
83192000-05-03 Gerd Moellmann <gerd@gnu.org>
8320
4ff40dd0
GM
8321 * replace.el (query-replace-map): Add binding for `E'.
8322 (query-replace-help): Extend help text.
8323 (perform-replace): Allow editing the replacement string.
8324
8325 * make-mode.el (makefile-mode-abbrev-table): New variable.
8326 (makefile-mode): Set local abbrev table to
8327 makefile-mode-abbrev-table.
8328 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 8329
cbf18892
GM
8330 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8331 set TOGGLE's value.
8332
4ff40dd0
GM
8333 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8334 mail-interactive-insert-alias.
8335 (mail-abbrev-complete-alias): New command.
8336 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 8337
ffec4d9f
KH
83382000-05-03 Kenichi Handa <handa@etl.go.jp>
8339
8340 * language/lao-util.el (lao-compose-region): New function.
8341
1b0672c3
GM
83422000-05-02 Gerd Moellmann <gerd@gnu.org>
8343
576da55d
GM
8344 * files.el (recover-session): Make directories as necessary
8345 if they don't exist yet.
8346
399c88ad
SS
8347 * calendar/cal-french.el
8348 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
8349 (french-calendar-special-days-array): Change French text.
8350 (calendar-french-date-string): Change output.
8351 (calendar-goto-french-date): Likewise.
8352
83532000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
8354
8355 * wid-edit.el (widget-default-active): Obey `:always-active'.
8356 (widget-documentation-string-value-create): Set `:always-active'.
8357
4b33deaa
EZ
83582000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8359
8360 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8361 default prefix to `~/_emacs.d/auto-save.list/_s'.
8362 (normal-top-level): Create the directory for auto-save files, if
8363 it doesn't already exist (in the ms-dos case only).
8364
5c922ea7
EZ
83652000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8366
8367 * international/mule-cmds.el (set-language-environment): Don't
8368 concat an integer (dos-codepage), use format instead.
8369
820ad5e7
DL
83702000-05-02 Dave Love <fx@gnu.org>
8371
8372 * help.el (help-xref-on-pp): Check for constant symbols.
8373
57cb56f5
GM
83742000-04-29 Gerd Moellmann <gerd@gnu.org>
8375
8376 * startup.el (normal-top-level): Put a condition-case around
8377 the code loading subdirs.el.
8378
83792000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 8380
57cb56f5
GM
8381 * ps-print.el: Upside-down and face background color printing,
8382 line number step, doc fix.
8383 (ps-print-version): New version number (5.2).
8384 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8385 (ps-face-attribute-list, ps-plot-with-face): Code fix.
8386 (ps-spool-config): Var fix.
8387 (ps-printer-name-option): Const fix.
8388 (ps-print-upside-down, ps-use-face-background)
8389 (ps-line-number-step): New vars.
8390 (ps-window-system, ps-lp-system): New consts.
8391 (ps-face-background): New fun.
8392
084cec2f
GM
83932000-04-28 Richard Stallman <rms@gnu.org>
8394
8395 * files.el (make-auto-save-file-name):
8396 Apply auto-save-file-name-transforms to visited file name
8397 before generating auto save file name.
8398 (auto-save-file-name-transforms): New variable.
8399
399c88ad 8400 * files.el (backup-enable-predicate):
084cec2f
GM
8401 Correctly test for a file under a temporary directory.
8402
c94f4677
GM
84032000-04-28 Gerd Moellmann <gerd@gnu.org>
8404
8405 * subr.el (add-minor-mode): Rewritten.
8406
7b211df5
KH
84072000-04-28 Kenichi Handa <handa@etl.go.jp>
8408
8409 * mail/sendmail.el (sendmail-send-it): Set
8410 buffer-file-coding-system to the selected coding system for MIME
8411 header.
8412
c76e04a8 84132000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 8414
c76e04a8
GM
8415 * dired.el (dired-move-to-filename-regexp): Allow format where
8416 YYYY is followed by two spaces.
e3e36d74 8417
c76e04a8
GM
8418 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8419 in the second character class of the regexp.
8420
8421 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8422 mh-etc, too.
353964e3 8423
c76e04a8
GM
8424 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8425 nil.
399c88ad 8426
353964e3
GM
8427 * subr.el (add-minor-mode): Use `set' instead of `setq'.
8428
8429 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8430 argument.
8431
c76e04a8 84322000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 8433
c76e04a8
GM
8434 * emacs-lisp/crm.el (crm-completion-table): New variable.
8435 (crm-collection-fn, crm-test-completion)
8436 (completing-read-multiple): Use it.
8437
84382000-04-27 Dave Love <fx@gnu.org>
8439
8440 * help.el (locate-library): Use mapc.
8441 (help-manyarg-func-alist): Add call-process-region.
8442
7464346d
GM
84432000-04-26 Gerd Moellmann <gerd@gnu.org>
8444
b35bd33d
GM
8445 * subr.el (add-minor-mode): Make argument MAP optional.
8446
7464346d
GM
8447 * desktop.el (desktop-save): Save list of minor modes.
8448 (desktop-create-buffer): Restore minor modes.
8449 (desktop-minor-mode-table): New user-option.
8450
8451 * subr.el (add-minor-mode): New function.
8452
8453 * image.el (find-image): New function.
8454 (defimage): Rewritten to find image at load time.
8455
8456 * startup.el (normal-top-level-add-to-load-path): Handle
8457 case that the default directory is not in load-path.
8458
8459 * help.el: Old patch from Stefan Monnier.
8460 (help-xref-on-pp): New function.
8461 (describe-variable): Use it to display xrefs in a symbol's value.
8462
23c0fb21
SM
84632000-04-26 Stefan Monnier <monnier@cs.yale.edu>
8464
8465 * cus-edit.el (custom-face): Fix parenthesis.
8466
fad95037
KH
84672000-04-26 Kenichi Handa <handa@etl.go.jp>
8468
f03392a1
KH
8469 * mail/rmail.el (rmail-expunge): When there are no deleted
8470 messages, do nothing.
fad95037 8471
0d7c5bb9
DL
84722000-04-26 Dave Love <fx@gnu.org>
8473
8474 * international/mule-cmds.el (locale-translation-file-name):
8475 Defvar to nil.
8476 (set-locale-environment): Set it here (at runtime).
8477
612839b6
GM
84782000-04-25 Gerd Moellmann <gerd@gnu.org>
8479
8480 * replace.el (perform-replace): Add parameters START and END. Use
8481 them instead of the check for a region in Transient Mark mode.
8482 (query-replace-read-args): Return two more list elements for the
8483 start and end of the region in Transient Mark mode.
8484 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8485 (map-query-replace-regexp, replace-string, replace-regexp): Add
8486 optional last arguments START and END and pass them to
8487 perform-replace.
8488
8489 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8490 form with additional arguments for perform-replace.
8491
8492 * progmodes/etags.el (tags-query-replace): Add parameters START
8493 and END. Construct a form with additional arguments for
8494 perform-replace.
8495
8496 * simple.el (shell-command): Set default directory for "*Shell
8497 Command Output" buffer.
8498
8499 * language/european.el (iso-latin-4): Fix typo.
8500
8501 * emacs-lisp/crm.el: New file.
8502
2917cc05
DL
85032000-04-24 Dave Love <fx@gnu.org>
8504
8505 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8506 (Custom-reset-saved, Custom-reset-standard)
8507 (custom-group-value-create, custom-group-set, custom-group-save)
8508 (custom-group-reset-current, custom-group-reset-saved)
8509 (custom-group-reset-standard): Use mapc.
8510 (custom-buffer-create-internal): Disable undo when creating items.
8511 Use mapc.
8512 (custom-face): Avoid redundant lambda.
8513
abfcc168
GM
85142000-04-24 Gerd Moellmann <gerd@gnu.org>
8515
8516 * startup.el (auto-save-list-file-prefix): Set default to
8517 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8518
fa78f71b
SS
85192000-04-24 Sam Steingold <sds@gnu.org>
8520
8521 * time-stamp.el (time-stamp-string-preprocess): Always convert
8522 `field-result' to a string.
8523
cc181e95
GM
85242000-04-24 Gerd Moellmann <gerd@gnu.org>
8525
8526 * frame.el (scrolling): New group.
8527 (automatic-hscrolling): New user-option.
8528
8529 * startup.el (command-line-x-option-alist): Add `-lsp' and
8530 `--line-spacing'.
8531
6142fdcb
DL
85322000-04-19 Dave Love <fx@gnu.org>
8533
8534 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8535 (cl-mapc): Rename from mapc. Fix the funcall.
8536
5e3dac3f
GM
85372000-04-19 Gerd Moellmann <gerd@gnu.org>
8538
1c459486
GM
8539 * simple.el (clone-indirect-buffer-other-window): New command.
8540 (clone-indirect-buffer): Add optional arg NORECROD.
8541 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8542
271b4185
GM
8543 * help.el (resize-temp-buffer-window): Use count-screen-lines.
8544
8545 * window.el (count-screen-lines): New function.
8546 (shrink-window-if-larger-than-buffer): Use count-screen-lines
8547 instead of window-buffer-height.
8548
8549 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8550 non-existing variable comint-input-sentinel.
8551 (inferior-lisp-args-to-list): Removed.
8552 (inferior-lisp): Use split-string instead of
8553 inferior-lisp-args-to-list.
8554
8555 * hexl.el (hexl-insert-hex-string): New command.
8556
5e3dac3f
GM
8557 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8558 instead of concat.
8559
f6d3257b
GM
85602000-04-18 Gerd Moellmann <gerd@gnu.org>
8561
8562 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8563 at the start of an existing but empty folder.
8564
85652000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8566
8567 * ps-mule.el: Customization fix, doc fix.
8568 (ps-multibyte-buffer): Customization fix.
8569
8b7bc628 85702000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
8571
8572 * subr.el (read-passwd): Use read-char-exclusive.
8573
0daee095
GM
85742000-04-17 Gerd Moellmann <gerd@gnu.org>
8575
8576 * textmodes/texinfo.el (texinfo-insert-@email)
8577 (texinfo-insert-@emph, texinfo-insert-@quotation)
8578 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8579 (texinfo-mode-map): Add key bindings for them.
8580
8581 * files.el (basic-save-buffer-2): Use a template with `$'
8582 instead of `#' for VMS.
8583
8584 * simple.el (clone-indirect-buffer): New function.
8585
e10f64e7
GM
85862000-04-16 Stephen Eglen <stephen@gnu.org>
8587
8588 * iswitchb.el (iswitchb-case): New function. If the user input
8589 contains any upper-case characters, the search is made
8590 case-sensitive.
8591
e3721db1
SM
85922000-04-17 Stefan Monnier <monnier@cs.yale.edu>
8593
e10f64e7
GM
8594 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8595 comment-end.
e3721db1
SM
8596 (texinfo-font-lock-syntactic-keywords): New var.
8597 (texinfo-font-lock-keywords): Remove comment regexp.
8598 (texinfo-insert-block): New function.
8599 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
8600 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
8601 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 8602 (texinfo-environments): New var.
e10f64e7
GM
8603 (texinfo-environment-regexp): Use regexp-opt and
8604 texinfo-environments.
e3721db1 8605
e10f64e7
GM
8606 * textmodes/ispell.el (ispell-menu-map-needed): Check that
8607 ispell-process is bound since this might be eval'd before ispell
8608 is loaded.
8609 (ispell-message): Use a tiny bit less magic and a bit more hard
8610 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
8611
8612 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8613
8614 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8615 (insert-cyclic-diary-entry): Unquote the lambda.
8616
8617 * gud.el (gud-jdb-build-source-files-list): Fix typo.
8618
8619 * files.el (backup-enable-predicate): Unquote the lambda.
8620
8621 * cus-edit.el (custom-face, face): Unquote the lambda.
8622
712dc9e0
GM
86232000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8624
8625 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 8626
712dc9e0
GM
8627 * ps-print.el: Fix counting lines in a region.
8628 (ps-print-version): New version number (5.1.5).
8629 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8630 (ps-printing-region): Fun code fix.
8631
ffc50f2a
GM
86322000-04-15 Gerd Moellmann <gerd@gnu.org>
8633
8634 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8635 to file-directory-p.
8636
a2522dca
GM
86372000-04-14 Gerd Moellmann <gerd@gnu.org>
8638
8639 * gud.el (gud-jdb-build-source-files-list): Check that directory
8640 exists before calling directory-files.
8641
6e883610
DL
86422000-04-13 Dave Love <fx@gnu.org>
8643
8644 * emacs-lisp/trace.el: Change maintainer. Use new backquote
8645 syntax.
8646
8647 * emacs-lisp/cl-specs.el: Remove when, unless.
8648
8649 * emacs-lisp/cl-extra.el: Don't quote keywords.
8650 (cl-old-mapc): New variable.
8651 (mapc): Use it.
8652 (cl-map-intervals): Use with-current-buffer. Don't check for
8653 next-property-change.
8654 (cl-map-overlays): Use with-current-buffer.
8655 (cl-expt): Remove.
8656 (copy-tree, remprop): Define unconditionally.
8657
8658 * emacs-lisp/cl-compat.el (keywordp): Remove.
8659
8660 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
8661 to use keywordp.
8662 (edebug-spec): Enable keywordp.
8663
8664 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8665 string-lessp.
8666
8667 * cus-start.el: Use keywordp.
8668
198e3c7a
GM
86692000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8670
8671 * diary-lib.el (include-other-diary-files): Fix the fix of
8672 2000-02-18 by doing a save-excursion.
8673
86742000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8675
8676 * ps-print.el: Customization fix, doc fix.
8677 (ps-print-version): New version number (5.1.4).
8678 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8679 (ps-print-preprint): Adjust code.
8680 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8681 (ps-print-prologue-header, ps-print-control-characters)
8682 (ps-spool-config): Customization fix.
fa78f71b 8683
8eba343c
EZ
86842000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8685
8686 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8687 converted to the new menu-item format, names silightly changed,
8688 help strings added.
8689
8690 Support for spelling without async subprocesses:
8691
8692 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8693 (ispell-session-buffer): New variables.
8694 (ispell-start-process, ispell-process-status,
8695 ispell-accept-output, ispell-send-string): New functions, for
8696 Ispell invocation when async subprocesses aren't supported.
8697 (ispell-word, ispell-pdict-save, ispell-command-loop,
8698 ispell-process-line, ispell-buffer-local-parsing): Replace calls
8699 to process-send-string with calls to ispell-send-string, and
8700 accept-process-output with ispell-accept-output.
8701 (ispell-init-process): Call ispell-process-status instead of
8702 process-status with.
8703 (ispell-init-process): Call ispell-start-process. Call
8704 ispell-accept-output and ispell-send-string. Don't call
8705 process-kill-without-query and kill-process if they are unbound.
8706 (ispell-async-processp): New function.
8707
3d30065d
DL
87082000-04-12 Dave Love <fx@gnu.org>
8709
8710 * info.el: Add debug-ignored-errors.
8711 (Info-mode-menu): Add some items.
8712 (Info-directory): Add autoload cookie.
8713
8714 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8715 Modify `truncate-lines'. Make `describe-language-environment'
8716 always visible and add help. Modify `describe-key' help. Invoke
8717 Info-directory from `info'. New entry `emacs-manual'.
8718
1a1b1895
GM
87192000-04-10 Gerd Moellmann <gerd@gnu.org>
8720
8b2affc5
GM
8721 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8722 propertized-buffer-identification.
8723 (ebrowse-update-member-buffer-mode-line): Likewise.
8724 (ebrowse--mode-strings): Removed.
8725 (ebrowse--mode-line-props): Removed.
8726
1a1b1895
GM
8727 * files.el (auto-mode-alist): Add `EBROWSE'.
8728
8729 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8730 space before testing for end of buffer.
8731 (ebrowse-load): Removed.
8732 (ebrowse-revert-tree-buffer-from-file): Rewritten.
8733 (ebrowse-create-tree-buffer): Rewritten.
8734 (ebrowse-tree-mode): Read tree from buffer.
8735
8736 * progmodes/ebrowse-ffh.el: Removed.
8737
223f3c91
KH
87382000-04-10 Kenichi Handa <handa@etl.go.jp>
8739
8740 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8741
25fbf2c4
GM
87422000-04-10 Gerd Moellmann <gerd@gnu.org>
8743
8744 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8745 at the wrong place.
8746
92c13173
DL
87472000-04-09 Dave Love <fx@gnu.org>
8748
8749 * files.el (backup-enable-predicate): Use
8750 temporary-file-directory, small-temporary-file-directory.
8751 (make-backup-file-name-function, backup-directory-alist): New
8752 variables.
8753 (make-backup-file-name-1): New function.
8754 (make-backup-file-name): Use it.
8755 (find-backup-file-name): Likewise. Use format for clarity, not
8756 concat.
8757 (file-newest-backup): Use make-backup-file-name.
8758
be0dbdab
GM
87592000-04-09 Gerd Moellmann <gerd@gnu.org>
8760
c45be9ac 8761 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 8762
c45be9ac
GM
8763 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8764 to ebrowse-ffh.el.
8765 (ebrowse-load): Add autoload.
8766
8767 * finder.el (finder-commentary): Add autoload cookie.
8768
be0dbdab
GM
8769 * mail/rfc2368.el: Correct author's email address.
8770
8771 * progmodes/ebrowse.el: New file.
8772
8773 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8774 item help string.
8775 (easy-menu-do-add-item): Ditto.
8776 (easy-menu-define): Extend doc string.
8777
8778 * jit-lock.el (with-buffer-unmodified): Use
8779 restore-buffer-modified-p.
8780 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8781 (jit-lock-function, jit-lock-stealth-fontify): Don't use
8782 with-buffer-unmodified.
8783
3f923efe
DL
87842000-04-08 Dave Love <fx@gnu.org>
8785
8786 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8787 unless, when.
8788
d35bee0e
MK
87892000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
8790
8791 * viper-util.el (viper-put-on-search-overlay): New subroutine.
8792 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 8793 doesn't support face.
d35bee0e 8794 Use `viper-put-on-search-overlay'.
fa78f71b 8795
c407c570
GM
87962000-04-04 Gerd Moellmann <gerd@gnu.org>
8797
8798 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8799 like C-r.
8800
8801 * progmodes/make-mode.el: Some doc fixes.
8802 (makefile-mode-abbrev-table): New variable.
8803 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8804 (makefile-font-lock-keywords): Fontify includes and conditionals.
8805 (toplevel): Require `dabbrev' and `add-log' when compiling.
8806
8807 * replace.el (perform-replace): Don't move forward one char
8808 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
8809 to do that because it leaves point 1 position after the last
8810 replacement, after everything has been replaced.
8811
8812 * jit-lock.el (with-buffer-unmodified): New macro.
8813 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8814 modified state.
8815 (jit-lock-function-1): Extracted from jit-lock-function; not
8816 preserving buffer's modified state.
8817 (jit-lock-function, jit-lock-stealth-fontify): Call
8818 jit-lock-function-1.
8819
8820 * mail/rfc2368.el: Remove supernumerary copyright line.
8821
685e5ed2
GM
88222000-04-04 Milan Zamazal <pdm@freesoft.cz>
8823
8824 * glasses.el: Provide facilities for inserting space before left
8825 parentheses and uncapitalization of identifiers.
8826 (glasses-mode): Try to remove old overlays in all cases.
8827
0166aed1
GM
88282000-04-03 Gerd Moellmann <gerd@gnu.org>
8829
62f20204
GM
8830 * progmodes/compile.el (compile-internal): Display the compilation
8831 buffer in a different frame, if it's already displayed there.
8832
6460c400
GM
8833 * mail/rfc2368.el: New file.
8834
c0510d27
GM
8835 * simple.el (sendmail-user-agent-compose): Recognize a `body'
8836 header and insert its value as mail body.
8837
8838 * subr.el (member-ignore-case): New function.
8839
8840 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8841 (dabbrev--find-expansion): Ignore buffers matching a regexp
8842 from dabbrev-ignored-regexps.
8843
0166aed1
GM
8844 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8845 to extensions handled by gzip.
8846
c0510d27
GM
88472000-04-03 Richard M. Stallman <rms@gnu.org>
8848
8849 * files.el (insert-directory): List the total free space
8850 along with the used space.
fa78f71b 8851
c0510d27
GM
8852 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8853 line is followed by one that matches CITATION-REGEXP, end the
8854 paragraph.
8855
88562000-04-03 Markus Rost <rost@delysid.gnu.org>
8857
8858 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8859 (rmail-make-basic-summary-line): Use that option.
fa78f71b 8860
14c04384
KH
88612000-04-03 Kenichi Handa <handa@etl.go.jp>
8862
8863 * international/mule-cmds.el (encoded-string-description):
8864 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
8865 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
8866 for hexadecimal format.
14c04384 8867
ccf5869a
DL
88682000-04-01 Dave Love <fx@gnu.org>
8869
8870 * cpp.el: Change customization group to `c' from `C'.
8871
8872 * vcursor.el (vcursor-move): Use display-color-p.
8873
8874 * international/mule-util.el: Provide mule-utils.
8875 (string-to-sequence): Simplify and speed up.
8876
8877 * international/mule.el (make-coding-system): Purecopy doc-string.
8878
8879 * international/mule-cmds.el: Various menu changes.
8880 (describe-specified-language-support): Handle `Default'.
8881 (set-language-info): Purecopy `info'.
8882
610d841e
GM
88832000-03-31 Andrew Innes <andrewi@gnu.org>
8884
8885 * vc.el (vc-backend-diff): Return the correct status if we had to
8886 retry the rcsdiff command without the --brief option.
fa78f71b 8887
7f9de034
DL
88882000-03-31 Dave Love <fx@gnu.org>
8889
2de47765
DL
8890 * help.el (help-manyarg-func-alist): Correct several omissions.
8891
72838819
DL
8892 * add-log.el: Don't require cl, fortran.
8893 (add-log-current-defun-function): Doc fix.
8894 (change-log-version-number-regexp-list): Remove SCCS part. Doc
8895 fix.
8896 (change-log-version-rcs): Function deleted.
8897 (change-log-version-number-search): Doc fix. Use
8898 vc-workfile-version. Avoid CL dolist.
8899 (add-change-log-entry): Just call add-log-current-defun to get
8900 defun. Simplify somewhat.
8901 (change-log-get-method-definition-1): Likewise.
8902 (add-log-current-defun): Return nil if calling
8903 add-log-current-defun-function does so. Move Fortran stuff to
8904 fortran.el. Return string without properties.
8905
7f9de034
DL
8906 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
8907 and :alpha: char classes.
8908
8909 * mail/supercite.el: Defvar curline when compiling.
8910 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8911 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
8912 rather than a-zA-Z0-9 to allow non-ASCII characters.
8913
aa110c0c
GM
89142000-03-31 Gerd Moellmann <gerd@gnu.org>
8915
8916 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
8917
8918 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8919 Re-enable new code.
8920
8921 * lpr.el (print-region-1): Use -d to specify printer name for
8922 systems `usg-unix-v*, `dgux', `hpux', `irix'.
8923
89242000-03-31 Dave Love <fx@gnu.org>
fa78f71b 8925
aa110c0c
GM
8926 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
8927 for function definition in symbol's function value slot first
8928 instead of first consulting byte-compile-function-environment.
fa78f71b 8929
6733d074
KH
89302000-03-31 Kenichi Handa <handa@etl.go.jp>
8931
8932 * language/european.el ("Polish"): New language environment.
8933 (setup-polish-environment): New function.
8934
63fcfa04
GM
89352000-03-30 Gerd Moellmann <gerd@gnu.org>
8936
8937 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8938 Disable new code.
8939
8940 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
8941 trying to `load' the symbol of an autoload instead of the file
8942 recorded in the autoload. Fix error messages.
8943
7438c86b
GM
89442000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8945
8946 * ps-print.el: PostScript programming fix for ghostview, doc fix.
8947 (ps-print-version): New version number (5.1.3).
8948 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
8949 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
8950 (ps-generate-postscript-with-faces): Code fix.
8951 (ps-color-values): XEmacs compatibility.
8952 (ps-print-background-image, ps-print-background-text, ps-printer-name)
8953 (ps-default-fg, ps-default-bg): Adjust customization.
8954 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
8955 (ps-color-scale): Renaming old ps-color-value fun.
8956 (ps-print-headers): Replace ps-print-header group to avoid conflict
8957 with ps-print-header variable.
8958 (ps-print-miscellany): New group.
8959 (ps-format-color, ps-rgb-color): New funs.
8960 (ps-default-foreground): New var.
8961 (ps-printer-name-option): New const.
fa78f71b 8962
326855a0
PB
89632000-03-30 Peter Breton <pbreton@ne.mediaone.net>
8964
1f56ba73
PB
8965 * net/net-utils.el:
8966 (network-connection-host, network-connection-service): New variables
8967 (network-connection-mode): New mode, derived from comint-mode
8968 (network-connection-mode-setup): New function, saves host and
fa78f71b 8969 service information in local variables.
1f56ba73 8970
326855a0
PB
8971 * lisp/locate.el:
8972 (locate-word-at-point): Added this function
8973 (locate): Default to using locate-word-at-point as input
8974 Run dired-mode-hook
8975
141384bd
DL
89762000-03-29 Dave Love <fx@gnu.org>
8977
8978 * calendar/appt.el: Doc fixes.
8979 (appt-check): Convert min-to-app to a string before passing to
8980 appt-disp-window-function or concat.
8981 (appt-delete-window): Remove test for frame-root-window.
8982 (appt-select-lowest-window, appt-convert-time): Simplify.
8983
8984 * emacs-lisp/bytecomp.el: Doc fixes.
8985 (byte-compile-file-form-autoload): Update
8986 byte-compile-function-environment.
8987
c5aa0fc2
AS
89882000-03-29 Andreas Schwab <schwab@suse.de>
8989
8990 * emacs-lisp/autoload.el: Also print defsubst doc string
8991 specially.
8992
8993 * dired.el (dired-insert-directory): If dired-free-space-program
8994 failed just delete its output.
8995
f1d6fe69
DL
89962000-03-29 Dave Love <fx@gnu.org>
8997
8998 * international/iso-cvt.el: Move provide to end. Doc fixes.
8999 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9000 (iso-iso2sgml, iso-sgml2iso): New functions.
9001 (iso-cvt-define-menu): Fix some entries and use backquote for
9002 clarity.
9003
9004 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9005
b61f1215
GM
90062000-03-28 Gerd Moellmann <gerd@gnu.org>
9007
9008 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9009 ISO-DATE. If non-nil, return date in ISO 8601 format.
9010
ea4b0ca3
SM
90112000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9012
3831af62
SM
9013 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9014 if it ever becomes used.
9015 (log-edit-mode-hook): Default to vc-log-mode-hook.
9016 (log-edit-mode): Fix the docstring.
9017
ea4b0ca3
SM
9018 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9019 the code.
9020
08f8b1cc
DL
90212000-03-26 Dave Love <fx@gnu.org>
9022
082527fe
DL
9023 * net/browse-url.el (browse-url): Re-fix case of
9024 browse-url-browser-function being an alist.
9025 (browse-url): Add :link to defgroup.
9026
08f8b1cc
DL
9027 * files.el: Doc fixes.
9028 (file-truename): Include `[' in wildcard characters.
9029 (automount-dir-prefix): Customize.
9030 (find-file-wildcards): Add :version.
9031 (find-file-noselect): Simplify a mapcar call.
9032
9033 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9034 compatible with inf-lisp version.
9035 (eval-defun-1): Fix custom-declare-variable case.
9036
ea4b0ca3
SM
90372000-03-25 Stefan Monnier <monnier@cs.yale.edu>
9038
9039 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9040
9a0dd3dc
GM
90412000-03-24 Gerd Moellmann <gerd@gnu.org>
9042
b68c375f
GM
9043 * Makefile (COMPILE_FIRST): New macro.
9044 (compile-files): Compile files from COMPILE_FIRST first.
9045
9046 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9047 code.
9048
9a0dd3dc
GM
9049 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9050 matching open parenthesis in column 0 to defun-prompt-regexp
9051 only if open-paren-in-column-0-is-defun-start is set.
9052
9053 * sun-curs.el: Require CL at compile-time only.
9054
9055 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9056 instead of copy-list which is a function from CL.
9057 (msb--choose-menu, msb--mode-menu-cond)
9058 (msb--create-buffer-menu-2): Use dolist instead of mapc.
9059 (msb--init-file-alist): Use mapcar instead of mapcan.
9060 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
9061 `(' in column 0 in doc string.
9062 (msb--add-separators): Use mapcar instead of mapcan.
9063
9064 * cus-dep.el: Require CL at compile-time only.
9065
c7dcadb5
SM
90662000-03-24 Stefan Monnier <monnier@cs.yale.edu>
9067
9068 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9069 (byte-compile-warnings): New warning `noruntime'.
9070 (byte-compile-constants, byte-compile-variables): Fix docstring.
9071 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9072 execute `eval-whenc-compile's body.
9073 (byte-compile-unresolved-functions): Fix docstring.
9074 (byte-compile-eval): New function.
9075 (byte-compile-callargs-warn): Check if the function will be available
9076 at runtime (via property `byte-compile-noruntime').
9077 (byte-compile-print-syms): New function.
9078 (byte-compile-warn-about-unresolved-functions): Also warn about
9079 `noruntime' functions (and use `byte-compile-print-syms').
9080 (byte-compile-file): Capitalize the message.
9081
3b55acc9
GM
90822000-03-24 Gerd Moellmann <gerd@gnu.org>
9083
9084 * mail/rmail.el (rmail-confirm-expunge): New user-option.
9085 (rmail-expunge): Ask for confirmation depending on the setting
9086 of rmail-confirm-expunge.
9087
90882000-03-23 Gerd Moellmann <gerd@gnu.org>
9089
9090 * Makefile (bootstrap-clean): If $(emacs) exists, build
9091 loaddefs.el first. A loaddefs.el that's not up-to-date might
9092 cause a bootstrap failure because things don't autoload as
9093 expected.
9094
02c76af4
DL
90952000-03-23 Dave Love <fx@gnu.org>
9096
9097 * net/browse-url.el: Restore previous use of
9098 browse-url-maybe-new-window.
9099
1a3199d9
GM
91002000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9101
9102 * ps-print.el: Skip banner page fix.
9103 (ps-print-version): New version number (5.1.2).
9104 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 9105
1a3199d9
GM
91062000-03-23 Dave Pearson <davep@davep.org>
9107
9108 * net/quickurl.el Changed the type of parameter passed to the
9109 function defined by `quickurl-format-function'. Before only the
9110 text of the URL was passed. Now the whole URL structure is passed
9111 and the function is responsible for extracting the parts it
9112 requires. Changed the default of `quickurl-format-function'
9113 accordingly.
9114 (quickurl-insert): Changed the `funcall' of
9115 `quickurl-format-function' to match the above change.
9116 (quickurl-list-insert): Changed the `url' case so that it makes
9117 use of `quickurl-format-function', previous to this the format was
9118 hard wired.
fa78f71b 9119
72db3ab5
GM
91202000-03-22 Gerd Moellmann <gerd@gnu.org>
9121
9122 * startup.el: Change some spellings for the X Window System.
9123
68049bfa
SM
91242000-03-22 Stefan Monnier <monnier@cs.yale.edu>
9125
9126 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9127 up the code and the regexp and make sure the cursor is temporarily
9128 moved to the suspicious line while querying the user.
9129
ff4df011
JR
91302000-03-22 Jason Rumney <jasonr@gnu.org>
9131
9132 * w32-fns.el (w32-charset-info-alist): Initialize.
9133
ee1c5b21
GM
91342000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9135
9136 * ps-print.el: N-up last page fix.
9137 (ps-print-version): New version number (5.1.1).
9138 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 9139
d2cbfba0
SM
91402000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9141
bfb857d8
SM
9142 * files.el (find-file-run-dired): Update docstring.
9143 (find-directory-functions): New hook.
9144 (find-file-noselect): Run find-directory-functions rather than
9145 calling dired directly.
9146
9147 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9148
cb3430a1
SM
9149 * pcvs.el: Add a minimal leading commentary.
9150 (cvs-make-cvs-buffer): Change the header part by removing the startup
9151 message and adding a `Module' entry. Also replace the FOOTER and
9152 HEADER special fileinfos with the new support in ewoc for updating
9153 its own footer and header.
9154 (cvs-update-header): Update to use the header/footer of the ewoc.
9155 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9156 (cvs-is-within-p): New function.
9157 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9158 to only examine some subset of the buffers.
9159
9160 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9161 `format' instead of our own ad-hoc functions.
9162 Remove HEADER and FOOTER cases, now handled in the EWOC.
9163 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9164
9165 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9166 output to avoid scaring the user.
9167 (cvs-parse-table): Catch message for non-up-to-date commits.
9168
9169 * pcvs-defs.el (cvs-startup-message): Remove.
9170 (cvs-global-menu): New autoloaded menu.
9171
9172 * pcvs-util.el (cvs-string-fill): Remove.
9173
9174 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9175 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9176 PP part of it and also make it work for footers and headers.
9177 (ewoc-create): Drop POS and BUFFER arguments.
9178 Use the DLL's dummy node to store the end-of-footer position.
9179 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9180 (ewoc-refresh): Remove unused `header' variable.
9181 (ewoc-(get|set)-hf): New functions.
9182
d2cbfba0
SM
9183 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9184 log-view-*-(message|file) and use easy-mmode-define-navigation.
9185 (log-view-message-re): Match SCCS format as well.
9186 And match the revision line rather than the dashed separator line.
9187 (log-view-mode): Use the new define-derived-mode.
9188 (log-view-current-tag): Fill in with an actual implementation.
9189
9190 * cvs-status.el (cvs-status-(prev|next)): Rename from
9191 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9192 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9193 to let the output "breathe" a little more (more readable).
9194 (cvs-status-mode): Use the new define-derived-mode.
9195
9196 * smerge-mode.el (smerge-auto-leave): New function and variable.
9197 (smerge-basic-map): Rename from smerge-basic-keymap.
9198 Change the bindings for smerge-diff-*.
9199 (smerge-*-map): Use easy-mmode-defmap.
9200 (smerge-(next|prev)): Use easy-mmode-define-navigation.
9201 (smerge-keep-*): Use smerge-auto-leave.
9202
51663132
JR
92032000-03-21 Jason Rumney <jasonr@gnu.org>
9204
9205 * cus-edit.el (custom-button-face): Use 3D look for w32.
9206 (custom-button-pressed-face): Likewise.
9207
3f6e4b8b
GM
92082000-03-21 Gerd Moellmann <gerd@gnu.org>
9209
9210 * progmodes/etags.el (tags-case-fold-search): New user-option.
9211 (tags-loop-eval): New function. Bind case-fold-search around eval
9212 depending on the value of tags-case-fold-search.
9213 (tags-loop-continue): Use tags-loop-eval.
9214 (find-tag-in-order): Bind case-fold-search depending on the value
9215 of tags-case-fold-search.
9216
c7ea3acc
SM
92172000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9218
0ae39f53
SM
9219 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9220 (diff-end-of-hunk): Return the end position for use in
9221 `easy-mmode-define-navigation'.
9222 (diff-recenter): Remove.
9223 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9224 of `easy-mmode-define-navigation'.
9225 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9226 previous renaming) and fix to use new names.
9227 (diff-merge-strings): Use \n as separator: simpler, faster.
9228 (diff-mode): Use `define-derived-mode'.
9229
c7ea3acc
SM
9230 * derived.el (define-derived-mode): Don't autoload anymore.
9231 Prefer the macro-only version provided by easy-mmode.el.
9232
9233 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9234 `easy-mmode-define-derived-mode'.
9235 Use `combine-run-hooks'.
9236 (easy-mmode-define-navigation): New macro.
9237
9238 * subr.el (combine-run-hooks): New function.
9239
6c4bfdc0
KH
92402000-03-21 Kenichi HANDA <handa@etl.go.jp>
9241
9242 * term/x-win.el: Fontsets related initialization is simplified.
9243
9244 * international/mule-diag.el (describe-font): Don't refer to
9245 global-fontset-alist, instead call font-list.
9246 (describe-fontset, list-fontsets, mule-diag): Likewise.
9247 (print-fontset): Adjusted for the change of fontset
9248 implementation.
9249
9250 * international/fontset.el (x-charset-registries): Variable
9251 removed, instead the corresponding data is stored in the default
9252 fontset.
9253 (register-alternate-fontnames): Function removed.
9254 (resolved-ascii-font): Variable removed.
9255 (x-compose-font-name): Ignore the second argument REDOCE.
9256 (x-complement-fontset-spec): Complement only an ASCII font and
9257 element for those charsets than can use that ASCII font.
9258 (generate-fontset-menu): Don't refer to global-fontset-alist,
9259 instead call fontset-list.
9260 (uninstantiated-fontset-alist): Variable removed.
9261 (x-style-funcs-alist): Likewise.
9262 (fontset-default-styles): Likewise.
9263 (x-modify-font-name): Function removed.
9264 (create-fontset-from-fontset-spec): Ignore the argument
9265 STYLE-VARIANT.
9266 (create-fontset-from-ascii-font): Docsting adjusted for the above
9267 change.
9268 (instantiate-fontset, resolve-fontset-name): Functions removed.
9269 (fontset-list): Now implemented by C code.
fa78f71b 9270
6c4bfdc0
KH
9271 * faces.el (read-face-font): Fix TABLE arg to completing-read.
9272 (describe-face): Include `font' attribute in the description.
9273
9111d4b5
KH
92742000-03-21 Kenichi Handa <handa@etl.go.jp>
9275
9276 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9277
b33dd3b0
GM
92782000-03-20 Gerd Moellmann <gerd@gnu.org>
9279
a25bbe00
GM
9280 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9281 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9282 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 9283
b33dd3b0
GM
9284 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9285 about behavior of set-buffer-modified-p wrt redisplay.
9286
8b7bc628 92872000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
9288
9289 * view.el (view-mode-disable): Kill local binding of view-read-only.
9290
d7b511c4
GM
92912000-03-18 Gerd Moellmann <gerd@gnu.org>
9292
9293 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9294 is a string, convert it to a syntax cell using string-to-syntax.
9295
9296 * simple.el (syntax-code-table, syntax-flag-table): New variables.
9297 (string-to-syntax): New function.
9298
9299 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9300 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 9301 try to use passive ftp mode.
d7b511c4 9302
998ecc60
GM
93032000-03-17 Gerd Moellmann <gerd@gnu.org>
9304
b33dd3b0 9305 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
9306
9307 * simple.el (append-to-buffer): Update point of windows after
9308 insertion.
9309
9310 * abbrev.el (inverse-add-abbrev): Identify word by first moving
9311 forward then moving backward. Reindent.
9312
9313 * frame.el (other-frame): Call x-focus-frame only if
9314 focus-follows-mouse is off.
9315
235d6821
DL
93162000-03-17 Dave Love <fx@gnu.org>
9317
9318 * pcvs-util.el (cvs-strings->string): Rename
9319 replace-regexps-in-string.
9320
a29a2cd1
SM
93212000-03-17 Stefan Monnier <monnier@cs.yale.edu>
9322
af595444
SM
9323 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9324 regexp for labels cannot span several lines.
9325
9326 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 9327 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 9328
a9be2843
DL
93292000-03-16 Dave Love <fx@gnu.org>
9330
9331 * progmodes/f90.el (f90): Put custom group under `languages', not
9332 `fortran'.
9333 (f90-mode-hook): Customize.
9334 (f90-mode): Set add-log-current-defun-function.
9335 (f90-current-defun): New function.
9336
d0ab3e9d
GM
93372000-03-16 Gerd Moellmann <gerd@gnu.org>
9338
16b20ed9
GM
9339 * cus-edit.el (custom-variable-tag-face): Handle case that
9340 default face's height is not a number.
9341 (custom-face-tag-face, custom-group-tag-face-1)
9342 (custom-group-tag-face): Ditto.
9343 (custom-group-tag-face-1): Add :group.
fa78f71b 9344
d0ab3e9d
GM
9345 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9346
ae8ab422
GM
93472000-03-15 Gerd Moellmann <gerd@gnu.org>
9348
9349 * pcvs-defs.el (toplevel): Remove autoload cookie for form
9350 requiring easymenu.
9351
81c7ca69
GM
93522000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9353
9354 * ps-print.el: PostScript user-defined prologue, PostScript error
9355 handler, doc fix.
9356 (ps-print-version): New version number (5.1).
9357 (ps-user-defined-prologue, ps-error-handler-message)
9358 (ps-print-prologue-0, ps-error-handler-alist): New vars.
9359 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9360 (ps-insert-string): New function.
fa78f71b 9361
dcf1003d
KH
93622000-03-15 Kenichi Handa <handa@etl.go.jp>
9363
9364 * international/ccl.el (ccl-compile-expression): Don't generate
9365 invalid self-assignment code.
9366
73825616
DL
93672000-03-14 Dave Love <fx@gnu.org>
9368
9369 * subr.el (replace-regexp-in-string): Renamed from
9370 replace-regexps-in-string. Doc fix.
9371
031020ac
DL
93722000-03-12 Dave Love <fx@gnu.org>
9373
9374 * cus-edit.el: Doc fixes.
9375 (customize-set-variable, customize-save-variable): Rename args for
9376 doc.
9377 (custom-variable-tag-face, custom-face-tag-face)
9378 (custom-group-tag-face-1, custom-group-tag-face): Modify from
9379 style which user identify as hyperlink.
9380 (hook): Don't add undefined functions to the hook.
9381 (debug-ignored-errors): Transfer message from bindings.el.
9382
9b2f3c38
GM
93832000-03-12 Gerd Moellmann <gerd@gnu.org>
9384
9385 * recentf.el (recentf-keep-non-readable-files-p): Remove
9386 double/nested definition.
9387
0d6e23cf
DL
93882000-03-12 Dave Love <fx@gnu.org>
9389
9390 * facemenu.el (facemenu-get-face): Use display-color-p.
9391 * enriched.el (enriched-decode-foreground): Likewise.
9392 (enriched-decode-background): Likewise.
9393 * isearch.el (isearch-highlight): Likewise.
9394 * info-look.el (info-lookup): Likewise.
9395 * simple.el (completion-setup-function): Likewise.
9396
9397 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9398 :options.
9399
9400 * bindings.el (mode-line-format): Fix line-number and
9401 column-number items. Add help-echo for the background.
9402 (mode-line-mule-info): Modify help-echo.
9403
9404 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9405 defcustom.
9406
9407 * files.el (load-file): Allow completion to .elc.
9408
9409 * man.el: Doc fixes.
9410 (Man-init-defvars): Use display-color-p to set fontification.
9411
9412 * play/hanoi.el (hanoi-internal): Don't use oddp.
9413
e1cff360
GM
94142000-03-12 Gerd Moellmann <gerd@gnu.org>
9415
9416 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9417
9418 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9419
5e5dff44
GM
94202000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9421
9422 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9423 Fix comment.
9424
5b467bf4
SM
94252000-03-10 Stefan Monnier <monnier@cs.yale.edu>
9426
83fef604
SM
9427 * font-lock.el (font-lock-keywords): Fix the doc now that
9428 regexp-opt-depth is unnecessary.
9429 (save-buffer-state): Set an edebug spec.
9430 (font-lock-fontify-anchored-keywords): Properly handle the case when
9431 the matcher goes past the limit.
9432
5b467bf4
SM
9433 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9434 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9435
83fef604
SM
9436 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
9437 dll.el and cookie.el (from Elib) with heavy renaming and other
9438 massaging.
5b467bf4
SM
9439
9440 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9441 Autoload the functions used.
9442 (easy-mmode-define-syntax): Fix CL typo.
9443 (easy-mmode-define-derived-mode): Improve the docstring generation.
9444
d407456c
GM
94452000-03-10 Gerd Moellmann <gerd@gnu.org>
9446
9447 * textmodes/texinfo.el (texinfo-version): Variable and function
9448 removed.
9449
5a7a545c
SM
94502000-03-09 Stefan Monnier <monnier@cs.yale.edu>
9451
0d6e23cf
DL
9452 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9453 allow more flexibility.
9454 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9455 fns.
9456 (easy-mmode-defmap, easy-mmode-defsyntax)
9457 (easy-mmode-define-derived-mode): New macros.
5a7a545c 9458
d407456c 94592000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
9460
9461 * rect.el (replace-rectangle): New function.
9462
94632000-03-09 Dave Love <fx@gnu.org>
9464
9465 * progmodes/fortran.el (fortran-comment-line-start): Define as
9466 "C".
9467 (fortran-comment-line-start-skip): Don't match cpp stuff.
9468 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
9469 (fortran-mode-map): Remove over-eager custom-menu-create for now.
9470 (fortran-mode): Don't set fortran-comment-line-start-skip,
9471 fortran-comment-line-start here. Set comment-start,
9472 add-log-current-defun.
9473 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9474 (fortran-current-defun): New function.
9475
80460654
GM
94762000-03-09 Gerd Moellmann <gerd@gnu.org>
9477
d1221ea9
GM
9478 * emacs-lisp/re-builder.el: New file.
9479
1853aa6b
GM
9480 * mouse.el (mouse-drag-region): Don't run up-event handler
9481 if hscroll has changed.
9482
80460654
GM
9483 * octave-mod.el (octave-font-lock-keywords): To font-lock the
9484 builtin operators, use `font-lock-builtin-face' for Emacs and
9485 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
9486
9487 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
9488 `(defun (setf foo)' differently.
9489
c0056275
SM
94902000-03-08 Stefan Monnier <monnier@cs.yale.edu>
9491
9492 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
9493 (regexp-opt): Update comment and adapt the code the new meaning of
9494 the `paren' argument of regex-opt-group for shy-groups.
9495 (regexp-opt-depth): Handle shy groups as well as backslashed
9496 backslashes.
c0056275
SM
9497 (regexp-opt-group): Turn the leading comment into a docstring.
9498 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
9499 Remove open-presuf and close-presuf. Instead of checking for `all
9500 one-char' and then later on check for `several one-char', handle
9501 both cases close together. Also apply a more generic algorithm
9502 for suffixes (the mirror image of the algorithm used for
9503 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
9504 (regexp-opt-try-suffix): Removed.
9505
9506 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
9507 from comint-mode-map, so we can just inherit from it. Also, move
9508 the initialization into the `defvar' since there's no docstring
9509 anyway and it's fairly short.
9510 (inferior-scheme-mode): Define it as derived-mode: the code is
9511 shorter and this way we inherit from comint-mode-map rather than
9512 copying it.
c0056275 9513
80460654
GM
9514 * subr.el (replace-regexps-in-string): Properly handle the case
9515 where we match an empty string.
c0056275 9516
80460654
GM
9517 * comint.el (comint-exec-1): Add the current-dir to the exec-path
9518 when the command has a directory component (such as "./testml").
c0056275
SM
9519 Also fix a typo in the comment.
9520
5e91ff9e
GM
95212000-03-08 Gerd Moellmann <gerd@gnu.org>
9522
feab4fba
GM
9523 * Makefile (compile-files): Compile files one by one because
9524 that's the only way to ensure a clean compilation environment for
9525 each individual file.
9526
5e91ff9e
GM
9527 * frame.el (other-frame): Call x-focus-frame.
9528
76162e12
DL
95292000-03-07 Dave Love <fx@gnu.org>
9530
f64ce788
DL
9531 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9532 :require to defcustom.
9533
76162e12
DL
9534 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9535 lists.
9536
9537 * files.el (auto-mode-alist): Add configure.in.
9538
9539 * progmodes/autoconf.el: New file.
9540
f7daf1e1
GM
95412000-03-07 Gerd Moellmann <gerd@gnu.org>
9542
9543 * mail/mh-e.el: Change maintainer to `none'.
9544
9545 * recentf.el (recentf-keep-non-readable-files-p): Quote args
9546 to remove-hook and add-hook.
9547
95482000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9549
9550 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9551 it as the default.
9552 (mail-send): Test mail-send-nonascii also for the new `mime' value.
9553 (sendmail-send-it): Conditionally add MIME headers specifying the
9554 used character set.
fa78f71b 9555
63f6b2c4
DL
95562000-03-07 Dave Love <fx@gnu.org>
9557
9558 * winner.el: Fix keywords, autoload cookies. Split
9559 eval-when-compile form to avoid compilation failure.
9560
8330e2f9
KH
95612000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
9562
9563 * international/mule.el: Modify comment about coding system
9564 property `coding-category'.
9565 (make-coding-system): New argument EOL-TYPE. Pay attention to
9566 coding-category property of PROPERTIES.
9567
9568 * international/mule-conf.el (coding-category-utf-8,
9569 coding-category-utf-16-be, coding-category-utf-16-le): New coding
9570 categories. Include them in the argument for set-coding-priority.
9571
9572 * international/mule-cmds.el (reset-language-environment): Include
9573 coding-category-utf-8, coding-category-utf-16-be, and
9574 coding-category-utf-16-le in the argument for set-coding-priority.
9575 (reset-language-environment): Initialize coding-category-utf-8,
9576 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9577
18bb0684
GM
95782000-03-06 Karl Fogel <kfogel@red-bean.com>
9579
9580 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9581 code abstracted out of `bookmark-jump-noselect'. Now tries info
9582 extensions as well as compression extensions.
9583 (bookmark-jump-noselect): Use above new func.
fa78f71b 9584
71a6ba55
GM
95852000-03-03 Gerd Moellmann <gerd@gnu.org>
9586
9587 * strokes.el: Change maintainer's mail address.
9588
0d56cdff
KH
95892000-03-03 Kenichi Handa <handa@etl.go.jp>
9590
9591 * international/mule-diag.el (list-character-sets): Make help-echo
9592 string by substitute-command-keys.
9593 (list-character-sets): Likewise.
9594 (sort-listed-character-sets): Call help-setup-xref.
9595
900fa1f1
GM
95962000-03-02 Gerd Moellmann <gerd@gnu.org>
9597
9598 * time.el (display-time-mail-file): Add `none' to the list of
9599 choices.
9600
54d04320
DL
96012000-03-01 Dave Love <fx@gnu.org>
9602
43f3fa09
DL
9603 * help.el (help-xref-go-back): Don't try to set position.
9604
54d04320
DL
9605 * international/mule-diag.el (list-character-sets): Call
9606 help-setup-xref. Add help-echo to xrefs.
9607 (list-character-sets-1): Add help-echo to xrefs.
9608
d054101f
GM
96092000-03-02 Gerd Moellmann <gerd@gnu.org>
9610
9611 * frame.el (blink-cursor-mode): Switch cursor on when turning
9612 the mode off.
9613
9614 * add-log.el (add-log-current-defun): Add support for
9615 Autoconf mode.
9616
9617 * mail/rmail.el (rmail-quit-hook): New variable.
9618
d77dae5c
DL
96192000-03-01 Dave Love <fx@gnu.org>
9620
e5f597f0
DL
9621 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9622
d77dae5c
DL
9623 * help.el (help-xref-button): Add help-echo arg.
9624 (describe-function-1, describe-variable, help-make-xrefs): Use it.
9625
9626 * faces.el (list-faces-display): Supply help-echo with
9627 help-make-xrefs.
9628
9629 * facemenu.el (list-text-properties-at): Set help-xref-stack to
9630 nil.
9631
72d19d75
GM
96322000-03-01 Gerd Moellmann <gerd@gnu.org>
9633
2df636f4
GM
9634 * image.el (defimage): Look for image files in load-path.
9635
fa78f71b 9636 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
9637 `number'.
9638
2df636f4
GM
96392000-03-01 David Ponce <david.ponce@wanadoo.fr>
9640
9641 * recentf.el (recentf): Added version tag to the defgroup of
9642 recentf.
9643
96442000-03-01 David Ponce <david.ponce@wanadoo.fr>
9645
9646 * recentf.el (recentf-cleanup): Changed to remove excluded file
9647 too.
9648 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9649 action to select/unselect a file.
9650 (recentf-edit-list): Code cleanup and improvement.
9651 (recentf-open-more-files-action): `recentf-open-more-files' button
9652 widget action to open a file.
9653 (recentf-open-more-files): No more use standard completion but
9654 widgets.
9655 (recentf-more-collection): Deleted.
9656 (recentf-more-history): Deleted.
9657 (recentf-setup-more-completion): Deleted.
9658
96592000-03-01 David Ponce <david.ponce@wanadoo.fr>
9660
9661 * recentf.el (recentf-mode): No more needs that Emacs is running
9662 under a window-system.
9663
96641999-03-01 David Ponce <david.ponce@wanadoo.fr>
9665
9666 * recentf.el (recentf-edit-list): New command to edit the recent
9667 list which allow the user to remove files.
9668 (recentf-edit-selected-items): New global variable, used by
9669 `recentf-edit-list' to hold the list of files to be removed from
9670 the recent list.
9671 (recentf-make-menu-items): Updated to display a "Edit list..."
9672 menu item. Minor code cleanup.
9673
96741999-03-01 David Ponce <david.ponce@wanadoo.fr>
9675
9676 * recentf.el (recentf-open-more-files): New command to open files
9677 that are not displayed in the menu.
9678 (recentf-more-collection): New global variable holding the set of
9679 permissible completions used by `recentf-open-more-files'.
9680 (recentf-more-history): New global variable holding the history list
9681 used by `recentf-open-more-files' completion.
9682 (recentf-setup-more-completion): New function to setup completion for
9683 `recentf-open-more-files'.
9684 (recentf-make-menu-items): Updated to display a "More..." menu item.
9685
96861999-03-01 David Ponce <david.ponce@wanadoo.fr>
9687
9688 * recentf.el (recentf-menu-action): Doc fixed.
9689
96901999-03-01 David Ponce <david.ponce@wanadoo.fr>
9691
9692 * recentf.el (recentf-menu-filter): Doc updated.
9693 (recentf-update-menu-hook): Allow menu filters to force menu update.
9694 (recentf-make-menu-items): New menu filter handling.
9695 (recentf-make-menu-item): New helper function.
9696 (recentf-menu-elements): New menu handling function.
9697 (recentf-sort-ascending): Updated to new menu filter handling.
9698 (recentf-sort-descending): Updated to new menu filter handling.
9699 (recentf-sort-basenames-ascending): New menu filter function.
9700 (recentf-sort-basenames-descending): New menu filter function.
9701 (recentf-show-basenames): New menu filter function.
9702 (recentf-show-basenames-ascending): New menu filter function.
9703 (recentf-show-basenames-descending): New menu filter function.
9704
72d19d75
GM
97052000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9706
9707 * diary-lib.el (list-diary-entries): Don't try to go forward at
9708 the end of the buffer.
9709
1ac1c836
KH
97102000-02-29 Kenichi Handa <handa@etl.go.jp>
9711
9712 * international/mule-diag.el (list-character-sets): Completely
9713 rewritten.
9714 (sort-listed-character-sets): New function.
9715 (list-character-sets-1): Completely rewritten.
9716 (list-character-sets-2): New function.
9717 (non-iso-charset-alist): New variable.
9718 (decode-codepage-char): New function.
9719 (charset-history): New variable.
9720 (read-charset) (list-block-of-chars)
9721 (list-iso-charset-chars)
9722 (list-non-iso-charset-chars)
9723 (list-charset-chars): New functions.
9724 (mule-diag): Call list-character-sets-2, not
9725 list-character-sets-2.
9726 (dump-charsets): Likewise.
9727
ed4d0512
GM
97282000-02-29 Gerd Moellmann <gerd@gnu.org>
9729
72d19d75
GM
9730 * dired-x.el (dired-filename-at-point): Add `@' to valid
9731 file name characters.
9732 (dired-filename-at-point): Handle ange-ftp file names.
9733
ed4d0512
GM
9734 * frame.el (frame-notice-user-settings): Use assq-delete-all
9735 instead of assoc-delete-all.
9736 (frame-notice-user-settings): Ditto.
9737
9738 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9739 Don't copy alist.
9740
32038c7a
GM
97412000-02-28 Eli Barzilay <eli@cs.cornell.edu>
9742
9743 * calculator.el (calculator-use-menu): New option.
9744 (calculator-initial-bindings): Changed some bindings to work as
9745 macros.
9746 (calculator-forced-input): Removed.
9747 (calculator-restart-other-mode): New variable.
9748 (calculator-mode-map): Set up menu.
fa78f71b 9749
32038c7a
GM
97502000-02-28 Jari Aalto <jari.aalto@poboxes.com>
9751
9752 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9753 tags.
fa78f71b 9754
55d7ff38 97552000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 9756
55d7ff38
MK
9757 * viper-cmd.el (viper-envelop-ESC-key): added the option to
9758 translate all ESC key sequences.
9759 (viper-goto-mark-subr): restore markers for files for which
9760 they were saved.
9761 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9762 * viper-util.el (viper-set-replace-overlay-glyphs,
9763 viper-set-replace-overlay): always check if the replacement
9764 overlay is live.
9765 * viper.el (viper-vi-state-mode-list): added major modes.
9766 * ediff-wind.el: minor comment changes.
9767 * ediff.el: copyright notice date fix.
fa78f71b 9768
387023ee
JR
97692000-02-27 Jason Rumney <jasonr@gnu.org>
9770
9771 * faces.el (face-font-family-alternatives): Add arial to helv.
9772 (mode-line, header-line, tool-bar): Same default as x for w32.
9773 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9774 face-font-family-alternatives from working.
9775 * term/w32-win.el (mouse-set-font): Do not build fontset from
9776 chosen font.
9777
f43d79c1
GM
97782000-02-25 Sam Steingold <sds@goems.com>
9779
5d80cc9c 9780 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 9781 properly.
fa78f71b 9782
8b7bc628 97832000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
9784
9785 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9786
4eb8436f
GM
97872000-02-25 Gerd Moellmann <gerd@gnu.org>
9788
9789 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9790 writable.
9791
449c3c52 9792 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 9793
42088c12
GM
97942000-02-24 Gerd Moellmann <gerd@gnu.org>
9795
9796 * frame.el (show-cursor-in-non-selected-windows): New option.
9797
c60ea02e
GM
97982000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9799
9800 * diary-lib.el (include-other-diary-files): Undo the selective
9801 display in any included file and don't kill it.
9802
d066de8e
EZ
98032000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
9804
9805 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9806 bar. Menu items converted to (menu-item format, help strings
9807 added.
9808 [downcase, upcase]: Don't enable on MS-DOS.
9809 [symlink, symlinks]: Don't show if make-symbolic-link is not
9810 bound.
9811 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9812
b6906b38
DL
98132000-02-23 Dave Love <fx@gnu.org>
9814
275cf1b2
DL
9815 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9816 (backward-kill-word): Revert addition of * to interactive spec --
9817 it's a feature.
9818
9819 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9820 (backward-kill-sentence, kill-sentence): Likewise.
9821
99d48056
DL
9822 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9823 scratch buffer name.
9824 (gud-format-command): Use int-to-string in ?l case. Simplify
9825 slightly.
9826
9827 * term/w32-win.el (internal-face-interactive): Update prompt for
9828 new read-face-name.
9829
9830 * mail/footnote.el (footnote): Add :version to defgroup.
9831 (footnote-section-tag-regexp): Customize.
9832 (footnote-start-tag, footnote-end-tag): New option.
9833 (footnote-latin-regexp): New variable.
9834 (Footnote-latin): New function.
9835 (footnote-style-alist): Add element for latin style.
9836 (footnote-style): Moved.
9837 (Footnote-goto-footnote): Use eq to test arg.
9838
9839 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9840
b6906b38
DL
9841 * emacs-lisp/byte-opt.el: Change old backquote syntax.
9842 (byte-compile-trueconstp): Include keywords.
9843 (byte-optimize-quote, byte-optimize-lapcode): Use
9844 byte-compile-const-symbol-p.
9845 (byte-optimize-char-before): New optimization.
9846
9847 * emacs-lisp/bytecomp.el: Change old backquote syntax.
9848 (byte-compile-const-symbol-p): New function.
9849 (byte-compile-constp, byte-compile-out-toplevel)
9850 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9851 Use it.
9852
9853 * subr.el (define-key-after): Default AFTER to t. Doc fix.
9854
214f877f
KH
98552000-02-23 Kenichi Handa <handa@etl.go.jp>
9856
c709bcf1
KH
9857 * international/encoded-kb.el: Be sure to update minor-mode-alist
9858 and minor-mode-map-alist.
9859 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9860 codes SS2 and SS3 correctly.
9861 (encoded-kbd-self-insert-ccl): New function.
9862 (encoded-kbd-setup-keymap): New function.
9863 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
9864 by calling encoded-kbd-setup-keymap.
9865
214f877f
KH
9866 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
9867 characters.
9868 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
9869 locally.
9870
b021ef18
DL
98712000-02-22 Dave Love <fx@gnu.org>
9872
9873 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
9874 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
9875 defvar.
9876 (lisp-mode-syntax-table): Set up for #|...|# comments.
9877 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
9878 classes. Match `defface'.
9879 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
9880 (eval-defun-1): Fix for defcustom.
9881 (lisp-indent-region): Doc fix.
9882
9883 * subr.el (when, unless, split-string): Doc fix.
9884 (read-passwd): Move call of clear-this-command-keys to the right
9885 place.
9886 (replace-regexps-in-string): New function.
9887
14cc00ad
GM
98882000-02-22 Gerd Moellmann <gerd@gnu.org>
9889
9890 * help.el (describe-variable): Set syntax table to
9891 emacs-lisp-mode-syntax-table when moving forward over the
9892 symbol's name.
9893
47da5efa
DL
98942000-02-22 Dave Love <fx@gnu.org>
9895
9896 * xt-mouse.el: Doc fixes.
9897 (xterm-mouse-position-function): New function, replacing advice of
9898 mouse-position.
9899 (xterm-mouse-mode): Use it. Don't turn on under a window system.
9900
9901 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
9902
f0a6c717
GM
99032000-02-21 Gerd Moellmann <gerd@gnu.org>
9904
9905 * format.el (format-annotate-single-property-change): Handle
9906 properties.with dotted-list values.
9907 (format-proper-list-p): New function.
9908
9909 * enriched.el (enriched-face-ans): Handle '(foreground-color
9910 . COLOR) and (background-color . COLOR).
9911
2be80b63
DL
99122000-02-20 Dave Love <fx@gnu.org>
9913
9914 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
9915 and assignments to it.
9916 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
9917 current local map.
9918 (make-flyspell-overlay): Use it.
9919 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
9920
9921 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
9922 (lm-get-header-re): Defun, not defsubst.
9923 (lm-get-package-name): Defun, not defsubst. Simplify.
9924 (lm-version): Doc fix. Simplify.
9925 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
9926 (lm-crack-address, lm-last-modified-date, lm-commentary)
9927 (lm-verify, lm-synopsis): Simplify.
9928 (lm-report-bug): Require emacsbug. Use compose-mail.
9929
329eed9f
GM
99302000-02-20 Gerd Moellmann <gerd@gnu.org>
9931
9932 * dired.el (dired-mode): Call propertized-buffer-identification
9933 to set mode-line-buffer-identification to something having
9934 the right text properties.
9935
9936 * bindings.el (propertized-buffer-identification): New function.
9937
be5bb146
DL
99382000-02-20 Dave Love <fx@gnu.org>
9939
9940 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
9941 check for t-mouse too.
9942
9943 * cus-start.el: Make echo-keystrokes `number'.
9944
1d4311c3
EZ
99452000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
9946
9947 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
9948 Don't call ring-empty-p unless tags-location-ring is bound.
9949 From Noah Friedman <friedman@splode.com>.
9950
a23c5037
TTN
99512000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
9952
9953 * progmodes/hideshow.el (hs-flag-region): No longer use
9954 `intangible' overlay property.
9955
9956 (hs-toggle-hiding): New command.
9957 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
9958
9959 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
9960 Fix omission bug: Run `hs-minor-mode-hook' for both activation
9961 and deactivation.
9962
b6a22bf8
GM
99632000-02-18 Gerd Moellmann <gerd@gnu.org>
9964
9965 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
9966
d621caf7
GM
99672000-02-17 Gerd Moellmann <gerd@gnu.org>
9968
3c0ed7ce
GM
9969 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
9970
d621caf7
GM
9971 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
9972 of `*' to handle `(* ... *)' comments.
9973
538d88fb
EZ
99742000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
9975
53c80cf6 9976 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 9977 window-system.
53c80cf6 9978
538d88fb
EZ
9979 * menu-bar.el (global-map): Menu-bar items converted to the new
9980 format (menu-item..., rearranged for better CUA compliance, and
9981 their names changed for better clarity. Help strings added.
9982
9983 * international/mule-cmds.el (mule-menu-keymap)
9984 (describe-language-environment-map, set-coding-system-map)
9985 (setup-language-environment-map): Convert to new (menu-item...
9986 form, add help strings. Change names of menu items for better
9987 clarity. "Mule" menu-bar item removed (it's now in the "Options"
9988 submenu).
9989
8389e1e2 99902000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 9991
a23c5037 9992 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 9993 within the code.
a23c5037 9994
8389e1e2 99952000-02-16 Dave Love <fx@gnu.org>
a23c5037 9996
84fe35f0
DL
9997 * faces.el: Don't require custom. Add more specific :groups to
9998 various deffaces.
9999 (set-face-attribute): Purecopy args.
10000 (read-face-name): Default to name at point and use it in prompt.
10001 Remove colon from arg in all callers.
10002 (list-faces-display): Hyperlink to face descriptions and customize
10003 buffers.
10004
b2aeee30
DL
100052000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
10006
10007 * wid-edit.el (widget-match-inline): An atom never matches a
10008 list.
10009
99e95407
GM
100102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10011
82d2c7c5
DL
10012 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10013 at ':' characters by call to split-string.
99e95407
GM
10014
100152000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10016
82d2c7c5 10017 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
10018
100192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10020
82d2c7c5
DL
10021 * textmodes/bibtex.el: Some temporary comments removed.
10022 (bibtex-field-name, bibtex-entry-type): Made the relationship
10023 explicit.
10024 (bibtex-field-const): Allow capital letters.
10025 (bibtex-start-of-string): Deleted because unused.
10026
10027 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10028 use the term 'reference' to describe a bibtex entry as a whole.
10029 Further, reference keys are no longer called 'labels'.
10030 (bibtex-keys): Renamed to bibtex-reference-keys.
10031 (bibtex-reformat-previous-labels): Renamed to
10032 bibtex-reformat-previous-reference-keys.
10033 (bibtex-reference-type): Renamed to bibtex-entry-type.
10034 (bibtex-reference-head): Renamed to bibtex-entry-head.
10035 (bibtex-reference-maybe-empty-head): Renamed to
10036 bibtex-entry-maybe-empty-head.
10037 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10038 (bibtex-search-reference): Renamed to bibtex-search-entry.
10039 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10040 bibtex-enclosing-entry-maybe-empty-head.
10041 (bibtex-entry-field-alist, bibtex-entry-head,
10042 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10043 bibtex-map-entries, bibtex-search-entry,
10044 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10045 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10046 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10047 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10048 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10049 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10050 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
10051
100522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10053
82d2c7c5
DL
10054 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10055 comment.
10056 (bibtex-format-field-delimiters): New function, functionality
10057 extracted from bibtex-format-entry.
10058 (bibtex-autokey-get-yearfield-digits): New function, functionality
10059 extracted from bibtex-autokey-get-yearfield.
10060
10061 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10062 entries in order to avoid stack overflow in the regexp matcher if
10063 field contents become large.
10064 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10065 bibtex-field-string-part-not-braced,
10066 bibtex-field-string-part-no-inner-braces,
10067 bibtex-field-string-part-1-inner-brace,
10068 bibtex-field-string-part-2-inner-braces,
10069 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10070 bibtex-field-string-quoted, bibtex-field-string,
10071 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10072 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10073 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10074 as parsing is now performed by the following functions.
10075 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10076 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10077 bibtex-parse-field-string, bibtex-search-forward-field-string,
10078 bibtex-parse-association, bibtex-field-name-for-parsing,
10079 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10080 bibtex-search-forward-field, bibtex-search-backward-field,
10081 bibtex-start-of-field, bibtex-end-of-field,
10082 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10083 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10084 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10085 bibtex-parse-string, bibtex-search-forward-string,
10086 bibtex-search-backward-string, bibtex-start-of-string,
10087 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10088 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10089 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10090 entries. Instead of reporting the results of the parsing by
10091 match-beginning or match-end, these functions return data structures
10092 that hold the corresponding positions.
10093 (bibtex-enclosing-field): Changed to also report field boundaries by
10094 return values rather than by match-beginning or match-end. The
10095 following functions have been adapted to use the new parsing
10096 functions.
10097 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10098 bibtex-enclosing-field, bibtex-format-entry,
10099 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10100 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10101 bibtex-print-help-message, bibtex-end-of-entry,
10102 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10103 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10104 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10105 method for parsing.
10106 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10107 bibtex-map-entries, bibtex-flash-head,
10108 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10109 bibtex-autokey-change, bibtex-autokey-get-namefield,
10110 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10111 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10112 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10113 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10114 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10115 order to make the new binding of case-fold-search immediately
10116 visible.
99e95407
GM
10117
101182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10119
82d2c7c5
DL
10120 * textmodes/bibtex.el: Copyright notice is up to date.
10121 Added constant 'bibtex-maintainer-salutation.
99e95407 10122
82d2c7c5
DL
10123 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10124 than make-temp-name, use match-string-no-properties and eliminate
10125 a quadratic behavior when building bibtex-strings.
99e95407 10126
82d2c7c5
DL
10127 * bibtex.el (bibtex-reference-key): Accept string entries whose
10128 reference key contains upper case letters.
99e95407
GM
10129
101302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10131
82d2c7c5
DL
10132 * bibtex.el (bibtex-reference-head): Allow entries to start with
10133 a new line.
99e95407
GM
10134
101352000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10136
82d2c7c5
DL
10137 * bibtex.el: Hiding of entry bodies is not longer provided by
10138 bibtex.el directly. Instead the hideshow package can be used.
10139 Added a special bibtex entry to hs-special-modes-alist.
10140 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
10141
101422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10143
f24fef2f
SM
10144 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10145 at ':' characters by call to split-string.
8389e1e2
GM
10146
101472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10148
f24fef2f 10149 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
10150
101512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10152
f24fef2f
SM
10153 * textmodes/bibtex.el: Some temporary comments removed.
10154 (bibtex-field-name, bibtex-entry-type): Made the relationship
10155 explicit.
10156 (bibtex-field-const): Allow capital letters.
10157 (bibtex-start-of-string): Deleted because unused.
fa78f71b 10158
f24fef2f
SM
10159 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10160 use the term 'reference' to describe a bibtex entry as a whole.
10161 Further, reference keys are no longer called 'labels'.
10162 (bibtex-keys): Renamed to bibtex-reference-keys.
10163 (bibtex-reformat-previous-labels): Renamed to
10164 bibtex-reformat-previous-reference-keys.
10165 (bibtex-reference-type): Renamed to bibtex-entry-type.
10166 (bibtex-reference-head): Renamed to bibtex-entry-head.
10167 (bibtex-reference-maybe-empty-head): Renamed to
10168 bibtex-entry-maybe-empty-head.
10169 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10170 (bibtex-search-reference): Renamed to bibtex-search-entry.
10171 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10172 bibtex-enclosing-entry-maybe-empty-head.
10173 (bibtex-entry-field-alist, bibtex-entry-head,
10174 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10175 bibtex-map-entries, bibtex-search-entry,
10176 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10177 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10178 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10179 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10180 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10181 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10182 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
10183
101842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10185
f24fef2f
SM
10186 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10187 comment.
10188 (bibtex-format-field-delimiters): New function, functionality
10189 extracted from bibtex-format-entry.
10190 (bibtex-autokey-get-yearfield-digits): New function, functionality
10191 extracted from bibtex-autokey-get-yearfield.
fa78f71b 10192
f24fef2f
SM
10193 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10194 entries in order to avoid stack overflow in the regexp matcher if
10195 field contents become large.
10196 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10197 bibtex-field-string-part-not-braced,
10198 bibtex-field-string-part-no-inner-braces,
10199 bibtex-field-string-part-1-inner-brace,
10200 bibtex-field-string-part-2-inner-braces,
10201 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10202 bibtex-field-string-quoted, bibtex-field-string,
10203 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10204 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10205 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10206 as parsing is now performed by the following functions.
10207 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10208 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10209 bibtex-parse-field-string, bibtex-search-forward-field-string,
10210 bibtex-parse-association, bibtex-field-name-for-parsing,
10211 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10212 bibtex-search-forward-field, bibtex-search-backward-field,
10213 bibtex-start-of-field, bibtex-end-of-field,
10214 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10215 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10216 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10217 bibtex-parse-string, bibtex-search-forward-string,
10218 bibtex-search-backward-string, bibtex-start-of-string,
10219 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10220 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10221 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10222 entries. Instead of reporting the results of the parsing by
10223 match-beginning or match-end, these functions return data structures
10224 that hold the corresponding positions.
10225 (bibtex-enclosing-field): Changed to also report field boundaries by
10226 return values rather than by match-beginning or match-end. The
10227 following functions have been adapted to use the new parsing
10228 functions.
10229 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10230 bibtex-enclosing-field, bibtex-format-entry,
10231 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10232 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10233 bibtex-print-help-message, bibtex-end-of-entry,
10234 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10235 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10236 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10237 method for parsing.
10238 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10239 bibtex-map-entries, bibtex-flash-head,
10240 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10241 bibtex-autokey-change, bibtex-autokey-get-namefield,
10242 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10243 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10244 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10245 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10246 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10247 order to make the new binding of case-fold-search immediately
10248 visible.
8389e1e2
GM
10249
102502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10251
f24fef2f
SM
10252 * textmodes/bibtex.el: Copyright notice is up to date.
10253 Added constant 'bibtex-maintainer-salutation.
fa78f71b 10254
f24fef2f
SM
10255 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10256 than make-temp-name, use match-string-no-properties and eliminate
10257 a quadratic behavior when building bibtex-strings.
fa78f71b 10258
f24fef2f
SM
10259 * bibtex.el (bibtex-reference-key): Accept string entries whose
10260 reference key contains upper case letters.
8389e1e2
GM
10261
102622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10263
f24fef2f
SM
10264 * bibtex.el (bibtex-reference-head): Allow entries to start with
10265 a new line.
8389e1e2
GM
10266
102672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10268
f24fef2f
SM
10269 * bibtex.el: Hiding of entry bodies is not longer provided by
10270 bibtex.el directly. Instead the hideshow package can be used.
10271 Added a special bibtex entry to hs-special-modes-alist.
10272 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
10273
102742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10275
82d2c7c5 10276 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
10277 proceedings entry type (for cross referencing). Thanks to Wagner
10278 Toledo Correa for the suggestion.
10279
82d2c7c5 10280 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 10281
eae61d8f
KH
102822000-02-14 Kenichi Handa <handa@etl.go.jp>
10283
10284 * international/characters.el: Setup case table for Vietnamese.
10285
fb07a302
GM
102862000-02-12 Gerd Moellmann <gerd@gnu.org>
10287
10288 * uniquify.el (toplevel): Require CL at compile time.
10289 (uniquify-push): Removed.
10290
10291 * shadowfile.el (shadow-when): Removed.
10292
10293 * tempo.el (tempo-dolist, tempo-mapc): Removed.
10294 (tempo-process-and-insert-string): Use dolist instead of
10295 tempo-dolist.
10296
10297 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10298 regexp for paragraph-start.
10299
10300 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10301 commas as well.
10302
a0eddf92
DL
103032000-02-10 Dave Love <fx@gnu.org>
10304
10305 * wid-edit.el: (widgets) [defgroup]: Remove url link.
10306 (widget-color-choice-list, widget-color-history, widget-mouse-help):
10307 Deleted.
10308 (widget-specify-field, widget-specify-button): Don't use
10309 widget-mouse-help as help-echo property.
10310 (default): Use #'ignore for :validate and :mouse-down-action.
10311 (checkbox): Add help-echo.
10312 (widget-sexp-validate): Rewritten to clarify error messages.
10313 (character): Use char-valid-p in :match function.
10314 (widget-color-complete): Use facemenu-color-alist.
10315 (widget-color-action): Use facemenu-read-color.
10316
10317 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
10318 set up `caar' &c that we now have.
10319
82d2c7c5
DL
103202000-02-09 Ray Blaak <blaak@gnu.org>
10321
10322 * delphi.el: Make resourcestring a declaration region, like const
10323 and var.
10324
6cbc1482
DL
103252000-02-09 Dave Love <fx@gnu.org>
10326
10327 * bindings.el (mode-line-input-method-map): New variable.
10328 (mode-line-mule-info): Use it; fix last change.
10329 (mode-line-mode-menu): Move definition.
10330 (mode-line-mouse-sensitive-p): Deleted.
10331 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10332 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
10333 level.
10334
10335 * startup.el (command-line-1): Don't call
10336 make-mode-line-mouse-sensitive.
10337
f7136ee8
GM
103382000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10339
10340 * mail/rmail.el (rmail-retry-failure): Use
10341 rmail-beginning-of-message before rmail-toggle-header, because the
10342 former toggles headers.
10343
6e1d0d15
SM
103442000-02-06 Stefan Monnier <monnier@cs.yale.edu>
10345
fef8c55b
SM
10346 * diff-mode.el (diff-kill-junk): New interactive function.
10347 (diff-reverse-direction): Use delete-and-extract-region.
10348 (diff-post-command-hook): Restrict the area so that the hook also works
10349 outside of any diff hunk. This is necessary for the minor-mode.
10350 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10351 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10352
6e1d0d15
SM
10353 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10354 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10355 so that it can be used more easily in <foo>-mode-hook. Also make sure
10356 to avoid duplicate entries.
10357 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10358 (font-lock-remove-keywords): Just as was done for `add', allow it to
10359 work even if font-lock-mode is nil. Also make sure we don't modify
10360 any pre-existing list by forcing a copy-sequence. Finally rename
10361 `major-mode' to `mode'.
10362 (font-lock-fontify-syntactic-anchored-keywords)
10363 (font-lock-fontify-anchored-keywords)
10364 (font-lock-fontify-keywords-region): Use line-end-position.
10365 Don't make `font-lock-multiline' local (it's now done in
10366 font-lock-set-defaults).
10367 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
10368 move the `font-lock-fontified' creation to inside the `unless'.
10369
a75dfea0
AI
103702000-02-06 Andrew Innes <andrewi@gnu.org>
10371
10372 * term/w32-win.el (x-handle-args): Comment out call to message,
10373 which occurs before window system is initialized.
10374
10375 * makefile.nt: Add support for recompiling lisp code.
10376
b85e9462
DL
103772000-02-04 Dave Love <fx@gnu.org>
10378
9ff33afb
DL
10379 * bindings.el (mode-line-mule-info): Fix/extend last change.
10380
b85e9462
DL
10381 * completion.el: Replace completion-dolist with dolist.
10382
10383 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10384 dotimes.
10385
44dff075
CD
103862000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
10387
10388 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10389 environment names before they go into the section regexp.
10390
10391 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10392 char class in regexp.
10393
10394 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10395 `case-fold-search' to nil.
10396
10397 * progmodes/idlwave.el (idlwave-template): Respect
10398 `idlwave-abbrev-change-case'.
10399 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10400 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10401 idlwave-while): respect `idlwave-reserved-word-upcase'.
10402 (idlwave-rw-case): New function.
10403 (idlwave-statement-match): Fixed problem with assignment regexp.
10404 (idlwave-font-lock-keywords): Improved regexp for keyword
10405 parameters.
a23c5037 10406 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
10407 operators longer than 1 char.
10408
10409 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10410 idlwave-shell-expression-overlay. Implemented printing of
10411 expressions on higher levels of the calling stack.
10412 (idlwave-shell-display-level-in-calling-stack): Restore stack
10413 level.
10414 (idlwave-retrieve-expression-from-level): New function.
10415 (idlwave-shell-last-calling-stack): Variable removed.
10416 (idlwave-shell-reset): Argument action reversed (`visible' to
10417 `hidden'). Also remove stop-line overlay.
10418 (idlwave-shell-calling-stack-routine): New variable.
10419 (idlwave-shell-parse-stack-and-display): Messages now display
10420 negative level numbers.
10421 (idlwave-shell-mode): Set `modeline-format'.
10422 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10423 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10424 21.
10425 (idlwave-shell-print-expression-function): New option.
a23c5037 10426
44dff075
CD
10427 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10428 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10429 `tool-bar' instead of `toolbar'.
10430
f26c34fd
DL
104312000-02-02 Dave Love <fx@gnu.org>
10432
10433 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10434 emacs-lisp-mode-hook. Don't check for defalias being defined.
10435
10436 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10437 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
10438 the new builtins directly.
10439
10440 * whitespace.el (whitespace): Add :version to defgroup.
10441
10442 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10443 Doc fix.
10444
10445 * thingatpt.el (sexp-at-point, symbol-at-point)
10446 (number-at-point, list-at-point): Add autoload cookie.
10447
10448 * recentf.el (recentf): Add :version to defgroup.
10449
10450 * quickurl.el (quickurl): Add :version to defgroup.
10451
10452 * elide-head.el (elide-head): Use point-marker more.
10453
10454 * bs.el (bs): Add :version to defgroup.
10455
10456 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10457
10458 * progmodes/delphi.el (delphi): Add :version to defgroup.
10459
d240a249
GM
104602000-02-02 Gerd Moellmann <gerd@gnu.org>
10461
10462 * ange-ftp.el (ange-ftp-write-region): Handle case that
10463 succeeding process operation sets a different coding system.
10464
10465 * calculator.el: New file.
10466
d5179a01
EZ
104672000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10468
10469 * frame.el (frames-on-display-list, framep-on-display): New
10470 functions.
10471 (display-mouse-p, display-popup-menus-p, display-graphic-p)
10472 (display-selections-p, display-screens, display-pixel-width)
10473 (display-pixel-height, display-mm-width, display-mm-height)
10474 (display-backing-store, display-save-under, display-planes)
10475 (display-color-cells, display-visual-class): New functions.
10476
10477 * term/tty-colors.el (tty-color-gray-shades): New function.
10478
10479 * faces.el (display-color-p): Use framep-on-display.
10480 (display-grayscale-p): New function.
10481
968e00f0
DL
104822000-01-31 Dave Love <fx@gnu.org>
10483
10484 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10485 (create-fontset-from-x-resource): Don't concat integers.
10486
2cb750ba
GM
104872000-01-31 Inge Frick <inge@nada.kth.se>
10488
10489 * view.el: Some changes in documentation. Removed some trailing
10490 whitespace. Changed some parameter names to agree with
10491 documentation.
10492 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10493 window is not deleted. Modifies change 1998-04-26.
a23c5037 10494
74e9213b
GM
104952000-01-31 Gerd Moellmann <gerd@gnu.org>
10496
47569935
GM
10497 * windmove.el: New file.
10498
74e9213b
GM
10499 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10500 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 10501 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 10502
74e9213b
GM
10503 * jit-lock.el (jit-lock-function): Widen before calculating end
10504 position.
10505 (jit-lock-stealth-chunk-start): Rewritten.
10506
10507 * info.el (Info-title-face-alist): Removed.
10508 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10509 faces.
10510 (Info-fontify-node): Use these faces.
10511
994c5afe
GM
105122000-01-30 Gerd Moellmann <gerd@gnu.org>
10513
10514 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10515 (cl-macro-list1): Recognize `&allow-other-keys' instead of
10516 `&allow-other-keywords'.
10517
10518 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10519 the list of directories scanned heuristically.
10520
10521 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10522 exist.
10523
f00276e3
JR
105242000-01-30 Jason Rumney <jasonr@gnu.org>
10525
10526 * w32-fns.el: Define w32-tty-standard-colors.
10527
10528 * startup.el (command-line): Use w32-tty-standard-colors when in
10529 w32 console mode.
10530
cc4dfff0
DL
105312000-01-30 Dave Love <fx@gnu.org>
10532
e645e77b
DL
10533 * jka-compr.el (jka-compr-load): Fix up load-history.
10534
cc4dfff0
DL
10535 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10536
10537 * emacs-lisp/cl-macs.el: Revert previous change.
10538
16215eb0
DL
105392000-01-29 Dave Love <fx@gnu.org>
10540
10541 * facemenu.el: Purecopy various strings.
10542
10543 * timezone.el (timezone-fix-time): Window against 69 for two-digit
10544 years. Deal with three-digit years.
10545
10546 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10547 defconst, purecopy.
10548 (help-back-label): Purecopy it.
10549
bbd9b566
GM
105502000-01-18 Gerd Moellmann <gerd@gnu.org>
10551
10552 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10553 variable. If non-nil, order the buffer list according to the
10554 currently selected frame.
10555 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10556 non-nil, pass the selected frame to function buffer-list.
a23c5037 10557
887448e1
GM
105582000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10559
10560 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10561
7df85084
DL
105622000-01-28 Dave Love <fx@gnu.org>
10563
142e109c
DL
10564 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10565
7df85084
DL
10566 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10567 Don't use lisp-indent-hook property.
10568 (cl-abs): Remove.
10569
10570 * subr.el: Move out indent and edebug specs for when and unless.
10571
10572 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10573 when, unless.
10574
10575 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10576 unless, when.
10577
3b43c01c
GM
105782000-01-28 Gerd Moellmann <gerd@gnu.org>
10579
d060bc9f
GM
10580 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10581 `collecting' as synonym for `collect'.
10582
10583 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10584 for the case it contains spaces.
10585
10586 * simple.el (what-cursor-position): Change formatting of
10587 messages.
10588
b02786f9
GM
10589 * frame.el (delete-other-frames): New function.
10590 (toplevel): Bind it to C-x 5 1.
10591
efd68b8a
GM
10592 * sort.el (sort-numeric-base): New option.
10593 (sort-numeric-fields): If number starts with `0' or `0[xX[',
10594 interpret it as octal or hexadecimal. Use sort-numeric-base
10595 as default base.
10596
3b43c01c
GM
10597 * progmodes/glasses.el: New file.
10598
984ae001
GM
105992000-01-27 Gerd Moellmann <gerd@gnu.org>
10600
a0b796e3
GM
10601 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10602 userids differently.
10603
984ae001
GM
10604 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10605 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10606 progmodes/ebnf-yac.el: New files.
10607
6c67ddee
DL
106082000-01-26 Dave Love <fx@gnu.org>
10609
10610 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10611 on a function with an empty body. [From Eric Ludlam.]
10612
4e6473c8
GM
106132000-01-25 Andre Spiegel <spiegel@gnu.org>
10614
10615 * vc.el (vc-version-diff): Make sure file name is expanded.
10616
e12489f9
GM
106172000-01-25 Gerd Moellmann <gerd@gnu.org>
10618
10619 * scroll-bar.el (scroll-bar-timer): Variable removed.
10620 (scroll-bar-toolkit-scroll): Don't use a timer.
10621
8dbe2b07
KH
106222000-01-25 Kenichi Handa <handa@etl.go.jp>
10623
10624 * language/thai-util.el (thai-composition-function): Delete
10625 superfluous `a'.
10626
26ef1c87
DL
106272000-01-24 Dave Love <fx@gnu.org>
10628
10629 * fortran.el (fortran-mode): Use beginning-of-defun-function,
10630 end-of-defun-function.
10631
10632 * font-lock.el (turn-on-font-lock): Don't depend on window-system
10633 &c.
10634
7ed4e9a7
JR
106352000-01-22 Jason Rumney <jasonr@gnu.org>
10636
10637 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10638 conflicts with new face support.
10639
8b7bc628 106402000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
10641
10642 * replace.el (query-replace): Rename last arg to DELIMITED.
10643 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10644 (query-replace-regexp): Likewise.
10645
8b7bc628 106462000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 10647
02b14400
RS
10648 * subr.el (with-syntax-table): Use make-symbol, not gensym.
10649
5bb6f079
RS
10650 * emacs-lisp/lisp.el (beginning-of-defun-function):
10651 Variable renamed from beginning-of-defun.
10652 Do not call make-variable-buffer-local.
10653 (beginning-of-defun-raw): Use new variable name; doc fix.
10654 (beginning-of-defun): Doc fix.
10655 (end-of-defun-function): Variable renamed from end-of-defun.
10656 Do not call make-variable-buffer-local.
10657 (end-of-defun): Use new variable name; doc fix.
10658
02b14400
RS
10659 * subr.el (dolist, dotimes): Copied from cl-macs.el
10660 and made to work.
2d5e9b54 10661
a23c5037 10662 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
10663 Variable replaces rmail-digest-end-regexp.
10664 Allows multiple regexps for detecting the end line.
10665 (undigestify-rmail-message): Corresponding changes.
10666
60af03f1
DL
106672000-01-19 Dave Love <fx@gnu.org>
10668
fe5d99e1
DL
10669 * files.el (user-init-file): Don't declare here -- is primitive.
10670
60af03f1
DL
10671 * startup.el (command-line): Check for compiled user-init-file and
10672 set to uncompiled version if necessary.
10673
72dbbc7d
GM
106742000-01-18 Gerd Moellmann <gerd@gnu.org>
10675
6a1950ec
GM
10676 * mail/undigest.el (rmail-digest-end-regexp): New user option.
10677 (undigestify-rmail-message): Use it.
10678
72dbbc7d
GM
10679 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10680
fbe91bbd
GM
106812000-01-17 Gerd Moellmann <gerd@gnu.org>
10682
10683 * tmm.el (tmm-goto-completions): Adapt to prompt being part
10684 of mini-buffer.
10685
33a6685b
GM
106862000-01-14 Gerd Moellmann <gerd@gnu.org>
10687
b3303df7
GM
10688 * emacs-lisp/copyright.el (copyright-update): Removed the
10689 requirement for a trailing space from `copyright-regexp', to
10690 support copyrights with owner specified on a separate line..
a23c5037 10691
3c4c8064
GM
10692 * align.el: New file.
10693
33a6685b
GM
10694 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10695
10696 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10697
044a4975
DL
106982000-01-13 Dave Love <fx@gnu.org>
10699
10700 * ph.el: Removed. (Obsoleted by EUDC.)
10701
0a352cd7
GM
107022000-01-13 Gerd Moellmann <gerd@gnu.org>
10703
10704 * net/eudc.el (toplevel): Remove autoloaded code installing
10705 menu with easymenu, because that causes build problems.
10706
10707 * frame.el (frame-notice-user-settings): New variable.
10708 (frame-notice-user-settings): Don't modify frame parameters
10709 if called a second time.
10710
8b7bc628 107112000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
10712
10713 * frame.el (frame-notice-user-settings):
10714 Notice default-frame-parameters even for non-window frames.
10715
feb450e0
GM
107162000-01-13 Gerd Moellmann <gerd@gnu.org>
10717
10718 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10719 for Emacs.
10720 (eudc-bob-can-display-inline-images): Extend for Emacs.
10721 (eudc-bob-toggle-inline-display): Ditto.
10722 (eudc-bob-display-jpeg): Ditto.
10723
99c6d63b
GM
107242000-01-12 Gerd Moellmann <gerd@gnu.org>
10725
7970b229
GM
10726 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10727 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10728 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 10729
e4936aa9
GM
10730 * add-log.el (add-change-log-entry): Fix error trying an `(insert
10731 nil)'.
10732
10733 * subdirs.el: Add `net' directory.
10734
133c9e59
GM
10735 * net: New directory.
10736
99c6d63b
GM
10737 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10738 eval-last-sexp. Don't bind debug-on-error here.
10739 (eval-last-sexp): New function. Bind debug-on-error if
10740 eval-expression-debug-on-error is non-nil.
10741 (eval-defun-2, eval-defun): Likewise.
10742
10743 * simple.el (eval-expression): Don't bind debug-on-error if
10744 eval-expression-debug-on-error is nil. Detect changed
10745 debug-on-error, and propagate new value to global binding, if
10746 eval-expression-debug-on-error is non-nil,
10747 (eval-expression-debug-on-error): Change doc string.
a23c5037 10748
8b7bc628 107492000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
10750
10751 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10752
10753 * emacs-lisp/lisp-mode.el (with-syntax-table):
10754 Set up lisp-indent-function property.
10755
10756 * subr.el (with-syntax-table): Moved from simple.el.
10757
10758 * simple.el (with-syntax-table): Moved to subr.el.
10759
7e3c74fa
GM
107602000-01-11 Gerd Moellmann <gerd@gnu.org>
10761
1fab1775
GM
10762 * tmm.el (tmm-shortcut): Delete region after prompt instead
10763 of erasing buffer.
10764
7e3c74fa 10765 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
10766 (fill-context-prefix): Use the longest common prefix of first
10767 and second line fill prefix, if there is one.
7e3c74fa 10768
8b7bc628 107692000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
10770
10771 * array.el (array-mode): Don't use make-variable-buffer-local.
10772 Use make-local-variable for `truncate-lines'.
10773
aa705642 107742000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 10775
aa705642
GM
10776 * add-log.el (add-log-current-defun): Handle user-defined
10777 add-log-current-function returning nil,
a23c5037 10778
57df2446 10779 * add-log.el (add-change-log-entry): Insert version number
aa705642 10780 if having found a current function
c1356086
GM
10781
10782 * add-log.el (add-log-current-defun): Call
10783 `add-log-current-defun-function'. Try matches at level 0 and
10784 level 1. Strip whitespace from defun found.
a23c5037 10785
1d8c59e9
RS
107862000-01-10 John Wiegley <johnw@gnu.org>
10787
10788 * allout.el (isearch-done/outline-provisions): Added `edit'
10789 argument to correspond with the current definition of
10790 `isearch-done'.
10791
8cf87e9b
DL
107922000-01-10 Dave Love <fx@gnu.org>
10793
10794 * elide-head.el (elide-head): Use point-marker, not point.
10795
9050446c
GM
107962000-01-10 Gerd Moellmann <gerd@gnu.org>
10797
8321b22a
GM
10798 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10799 before and after the year 2000.
a23c5037 10800
9050446c
GM
10801 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10802 Add ispell- prefix.
10803
108042000-01-10 Ken Stevens <k.stevens@ieee.org>
10805
10806 * ispell.el: Only define dictionaries in menus when they exist.
10807 (version18p): New variable.
10808 (version20p): New variable.
10809 (xemacsp): New variable.
10810 (ispell-choices-win-default-height): Fix for XEmacs visibility.
10811 (ispell-dictionary-alist1): Added Brasileiro dictionary.
10812 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 10813 run-together words.
9050446c
GM
10814 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10815 (ispell-dictionary-alist): Add koi8-r to customize definition.
10816 (check-ispell-version): Added documentation string. Returns
f24fef2f 10817 library path when called non-interactively.
9050446c
GM
10818 (ispell-menu-map-needed): Uses new variables.
10819 (ispell-library-path): New variable.
10820 (ispell-decode-string): XEmacs fix for bogus variable bindings.
10821 (ispell-word): Improved documentation string. Test for valid
10822 character mappings. Correctly check typed in word changes that can
10823 result in single words split into multiple words. Returns
10824 replacement word.
10825 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
10826 replace in recursive query replace mode. Help message for
10827 recursive edit mode.
10828 (ispell-show-choices): Protect against bad framepop bindings.
10829 (ispell-help): Fix to work with XEmacs.
10830 (ispell-highlight-spelling-error): Use new variables.
10831 (ispell-overlay-window): Fix to work with XEmacs.
10832 (ispell-parse-output): Passed and returns location information
10833 tracking spelling corrections. Doesn't recheck same word on
10834 current line.
10835 (ispell-init-process): Protect against bogus XEmacs variable binding.
10836 Fix call to single argument in sleep-for. Use new variables.
10837 (ispell-region): Passed and returns location information tracking
10838 spelling corrections. Doesn't check same word on current line.
10839 Improved documentation string. Doesn't resend a line already
10840 checked to the ispell process - fixes bug in LaTeX parsing.
10841 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10842 (ispell-skip-region): No longer skips <TT> in SGML.
10843 (ispell-process-line): Tracks location information with spelling
10844 corrections. Added documentation string. Accounts for words
10845 already accepted on this line. Don't allow query-replace on line
10846 starting with math characters. Doesn't resend a line already sent
10847 to ispell process. Fixes alignment error bug.
a23c5037 10848
8b7bc628 108492000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 10850
a23c5037 10851 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
10852 Suggest xloadimage, which is free, not xv, which isn't.
10853
a23c5037 10854 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
10855 Don't ever include the host name or user name in the value.
10856
9ed79f5d
GM
108572000-01-09 Gerd Moellmann <gerd@gnu.org>
10858
10859 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10860 of a real newline.
10861
b950abb1
GM
108622000-01-09 Stephen Eglen <stephen@gnu.org>
10863
a23c5037 10864 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
10865 for .png files.
10866
3c708e98
GM
108672000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
10868
10869 * cus-edit.el (custom-hook-convert-widget): Fix comment.
10870
bf61662d
GM
108712000-01-09 Gerd Moellmann <gerd@gnu.org>
10872
f1d851ae
GM
10873 * progmodes/cperl-mode.el: Replace ^F with ^L.
10874
bf61662d 10875 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 10876 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
10877 recursion.
10878
c65d14ee
DL
108792000-01-08 Dave Love <fx@gnu.org>
10880
8cf87e9b
DL
10881 * emacs-lisp/backquote.el: Remove inappropriate customization
10882 (allowing custom.el to use backquote).
c65d14ee 10883
83de2ebc
DL
108842000-01-07 Dave Love <fx@gnu.org>
10885
10886 * add-log.el (add-log-debugging): Deleted.
10887 (add-change-log-entry): Treat a backup FILE-NAME as its parent
10888 file. Remove debugging code.
10889 (change-log-get-method-definition, change-log-name): Add doc.
10890 (change-log-sortable-date-at): New function.
10891 (change-log-merge): New command.
10892
10893 * time.el (display-time-string-forms): Make the Mail string active.
10894 (display-time-update): Provide help-echo for load average.
10895
10896 * bindings.el (make-mode-line-mouse2-map): New function.
10897 (mode-line-modified): Use it and simplify.
10898 (mode-line-mule-info): Provide help-echo info.
10899 (minor-mode-alist): Activate the strings.
10900 (make-mode-line-mouse-sensitive): Simplify for
10901 mode-line-buffer-identification.
10902
c1475eae
GM
109032000-01-07 Gerd Moellmann <gerd@gnu.org>
10904
10905 * play/pong.el: New file.
10906
83de2ebc
DL
109072000-01-06 Dave Love <fx@gnu.org>
10908
10909 * array.el: Assorted cleanups for compiler warnings, doc strings,
10910 `array-' prefix for symbols.
10911
109122000-01-05 Dave Love <fx@gnu.org>
10913
10914 * textmodes/outline.el (outline-mode-menu-bar-map): Add
10915 outline-headers-as-kill.
10916 (outline-mode): Define imenu-generic-expression.
10917 (outline-headers-as-kill): New command.
10918
10919 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
10920 from paragraph-start.
10921 (paragraph-indent-minor-mode): New command.
10922
10923 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
10924 M-C-e, M-C-h, C-j, C-xnd, TAB.
10925 (fortran-mode): Set beginning-of-defun, end-of-defun.
10926 (fortran-column-ruler): Simplify.
10927 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
10928 (fortran-with-subprogram-narrowing): Likewise.
10929 (fortran-indent-subprogram): Call mark-defun.
10930 (fortran-check-for-matching-do): Change narrowing.
10931
10932 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
10933 (cl-lucid-hash-tag): Delete.
10934 (cl-hash-table-p): Correct test for native table.
10935 (cl-hash-table-count): Use hash-table-count.
10936
10937 * browse-url.el (browse-url): Fix case of
10938 browse-url-browser-function being an alist.
10939
676ac023
CD
109402000-01-05 Carsten Dominik <cd@gnu.org>
10941
c1475eae
GM
10942 * textmodes/reftex-vars.el (reftex-parse-file-extension)
10943 (reftex-index-phrase-file-extension): New options.
676ac023
CD
10944
10945 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 10946 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
10947
10948 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 10949 `reftex-parse-file-extension'.
eb483e17 10950
88807984
DL
109512000-01-05 Dave Love <fx@gnu.org>
10952
83de2ebc 10953 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
10954 (beginning-of-defun-raw): Use it.
10955 (end-of-defun): New variable.
10956 (end-of-defun): Use it.
10957 (check-parens): New command.
10958
1362aeb4
TTN
109592000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10960
c1475eae
GM
10961 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
10962 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 10963
7ddafb95
TTN
10964 Fix buglet in local variables initialization.
10965
7334aa99
AS
109662000-01-05 Andreas Schwab <schwab@suse.de>
10967
10968 * hscroll.el (hscroll): Doc fix.
10969
b12e24cd
CD
109702000-01-05 Carsten Dominik <cd@gnu.org>
10971
10972 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
10973 idlw-toolbar.
10974
10975 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
10976 file idlw-rinfo.el.
1362aeb4
TTN
10977 (idlwave-customize): load must read file idlw-shell.el.
10978 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 10979
d6226972
CD
109802000-01-05 Carsten Dominik <dominik@astro.uva.nl>
10981
10982 * progmodes/idlw-shell.el: Also provide idlwave-shell
10983 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
10984 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
10985
10986 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
10987 both reftex-dcr and reftex-vcr.
1362aeb4 10988
d6226972
CD
10989 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
10990
6ddb893f 109912000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
10992
10993 * ps-print.el: PostScript code now is in separate files, doc fix.
10994 (ps-print-version): New version number (5.0.3).
10995 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
10996 local.
10997 (ps-spool-config): Initialization fix.
c1475eae
GM
10998 (ps-print-prologue-1, ps-print-prologue-2)
10999 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
11000 (ps-background-image): Little code reformating.
11001 (ps-begin-file, ps-begin-job): Fix code.
88807984 11002 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
11003 (ps-prologue-file): New fun.
11004
ae833aae
KH
110052000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11006
c1475eae 11007 * ps-vars.el: Eliminated.
ae833aae
KH
11008
11009 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11010 `;;;###autoload'.
11011
11012 * ps-print.el: ps-vars eliminated, doc fix.
11013 (ps-print-version): New version number (5.0.2).
11014 (ps-spool-config): Initialization fix.
11015 (ps-print-customize): New fun.
11016
560a7bd2
GM
110172000-01-04 Gerd Moellmann <gerd@gnu.org>
11018
11019 * autorevert.el (auto-revert-mode): Return value of
11020 auto-revert-mode.
11021
f45dd0f4
DL
110222000-01-04 Dave Love <fx@gnu.org>
11023
fae2ac05
DL
11024 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11025 menu items.
f45dd0f4 11026
61255981
DL
110272000-01-03 Dave Love <fx@gnu.org>
11028
88807984 11029 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 11030
83de2ebc 11031 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
11032 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11033 `cl-hash-table-p', not `hash-table-p'.
11034 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11035
c182a70f
EZ
110362000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11037
11038 * faces.el (face-read-integer, read-face-attribute)
11039 (color-defined-p, color-values): unspecified-{f,b}g are now
11040 strings.
11041
047f434a
GM
110422000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11043
11044 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11045 at comment end, and re-insert them after filling.
11046
bab531e2
EZ
110472000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11048
11049 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
11050 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11051 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 11052
d684c676
EZ
110532000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11054
11055 * term/x-win.el (xw-defined-colors): Call color-supported-p,
11056 the new name of face-color-supported-p.
11057
11058 * term/w32-win.el (xw-defined-colors): Likewise.
11059
0aad4805
EZ
110602000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11061
11062 * simple.el (completion-setup-function): Count completion-size
11063 from minibuffer-prompt-end, not from point-min.
11064
5fe1d139
EZ
110652000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11066
11067 * faces.el (read-face-attribute, defined-colors, color-defined-p):
11068 Pass the frame to tty-color-* functions.
11069 (display-color-p, frame-set-background-mode): Pass the frame to
11070 tty-display-color-p.
11071
11072 * term/tty-colors.el (tty-defined-color-alist): Renamed from
11073 tty-color-alist.
11074 (tty-color-alist, tty-modify-color-alist): New functions.
11075 (tty-color-define, tty-color-clear, tty-color-approximate)
11076 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11077 an optional parameter FRAME.
11078
162dec01
GM
110792000-01-01 Gerd Moellmann <gerd@gnu.org>
11080
27189709
GM
11081 * image.el (create-image, defimage): Don't assume image data is a
11082 string.
11083
162dec01
GM
11084 * image.el (defimage): Handle specifications containing :data
11085 instead of :file.
11086 (image-type-from-data): New function.
11087 (image-type-from-file-header): Use it.
11088 (create-image): Add parameter DATA-P.
1362aeb4 11089
bea56df7 11090See ChangeLog.8 for earlier changes.
25a6fab1
KH
11091
11092;; Local Variables:
e64c3a75 11093;; coding: iso-2022-7bit
25a6fab1 11094;; End: